/* Netfontes - base global extraida gradualmente do head.php.
 * Regras dinamicas dependentes do PHP permanecem no head.php ate a etapa final.
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #000;
    text-align: center;
    overflow-y: scroll;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

img {
    border: 0;
}

a,
a:hover,
a:active {
    text-decoration: none;
}

a:hover {
    color: #c00;
}

a:active {
    color: #f00;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1 {
    margin: 20px 0 25px;
}

h1,
h2 {
    font-family: opensans-bold, "Helvetica Neue", Arial, sans-serif;
    text-align: left;
}

form,
#mestre {
    margin: 0;
    padding: 0;
}

#mestre {
    width: 100%;
    margin: 0 auto;
}

#boxleft {
    width: 330px;
    float: left;
}

#content {
    margin: 10px 0;
    float: left;
    width: calc(100% - 340px);
    text-align: left;
}

#content_menor {
    margin: 10px 0;
    float: left;
    width: calc(100% - 360px);
}

/* Cabecalho */
#top {
    min-height: 150px;
    clear: both;
    border-bottom: 1px solid #cecfce;
    padding: 6px 0 0;
    background: #005874;
    background: linear-gradient(to bottom, #005874 0%, #5886c2 100%);
}

.tmenu {
    text-align: right;
    margin-bottom: 20px;
}

.lang {
    display: inline-block;
}

.lang img {
    opacity: .25;
    vertical-align: -1px;
}

.lang a {
    color: #e8dede;
    margin-right: 20px;
}

.login {
    float: left;
    color: #e8dede;
    font-size: 11px;
    margin: -2px 0 0 10px;
}

.login a {
    color: #e8dede;
    padding: 0 5px;
}

.login a:hover {
    text-decoration: underline;
}

#top_menu {
    display: flex;
    padding-top: 16px;
    width: calc(100% - 20px);
    margin: auto;
    position: relative;
    z-index: 2000;
}

.dropbtn {
    display: block;
    width: 100%;
    padding: 6px 0;
    border: 0;
    border-bottom: 5px solid #005874;
    background: rgba(0, 129, 168, .94);
    color: #fff;
    cursor: pointer;
}

.dropdown {
    width: 100%;
    border-right: 1px solid #fff;
}

.dropdown-content {
    position: absolute;
    z-index: 10;
    min-width: 160px;
    border: 2px solid #999;
    border-radius: 0 0 5px 5px;
    background: #d9eafb;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
    font-family: Arial, sans-serif;
    text-align: left;
    opacity: 0;
    visibility: hidden;
}

.dropdown-content a {
    display: block;
    padding: 3px 4px;
    color: #000;
}

.dropdown-content a:hover {
    background: #007ea6;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
}

.dropdown:hover .dropbtn {
    border-bottom-color: #f0b000;
    color: #fff;
    transition: border-color .5s;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#logo {
    height: 60px;
    min-width: 300px;
    float: left;
    margin: -5px 0 7px 100px;
    background: url('/gifs/logotipo6_hover2.png') no-repeat center top;
    transition: transform .2s;
}

#logo:hover {
    transform: scale(1.1);
}

/* Preview e controles compartilhados */
.functions {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 15px;
    text-align: left;
}

.functions form {
    padding-right: 30px;
}

.functions form label {
    display: block;
}

#google_top {
    display: flex;
    padding: 10px 0 20px;
}

#ad_error,
#ad_error2,
#ad_error3 {
    display: none;
    width: calc(100% - 20px);
    margin: auto;
    padding: 50px 0;
    border: 2px dashed #fefefe;
    background: red;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

.iview,
.iview a {
    padding: 0 0 5px;
    color: #9b9b9b;
    font-size: small;
    text-align: left;
}

.iview a:hover {
    text-decoration: underline;
}

.topo {
    float: right;
    width: 30px;
    padding: 58px 80px 0 0;
}

/* Formularios e navegacao */
input,
select,
textarea {
    padding: 2px;
    border: 1px solid #a4a4a4;
}

input[type="text"],
input[type="email"],
input[type="password"],
select,
textarea {
    border-radius: 5px;
}

.pg {
    margin: 15px 0 20px;
    text-align: left;
}

.pg .page {
    display: inline-block;
    margin-right: 4px;
    padding: 6px 10px;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    background: #e9e9e9;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), 0 1px 3px rgba(0, 0, 0, .1);
    color: #717171;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}

.pg .page:hover {
    background: linear-gradient(to bottom, #fefefe, #f0f0f0);
}

.pg .page.active {
    background: #007ea6;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.ptext input[type="submit"] {
    margin-left: 5px;
    padding: 4px 10px;
    border-radius: 4px;
}

.v {
    padding: 10px 0 20px;
    text-align: left;
    text-decoration: underline;
}

.v a {
    color: #000;
}

a.skip {
    position: absolute;
    left: -999px;
    width: 990px;
}

/* Compartilhamento e utilitarios */
.contentShare {
    margin: 20px 0;
}

.SocialFace,
.SocialTwitter {
    display: inline-block;
    width: 32px;
    height: 31px;
    margin-right: 5px;
    background-image: url('/gifs/nav_icon.svg');
    background-repeat: no-repeat;
    background-size: 100px;
    cursor: pointer;
}

.SocialFace { background-position: 0 0; }
.SocialTwitter { background-position: -33px 0; }

#skyad {
    width: 320px;
    margin: auto;
    padding: 5px 0;
    text-align: center;
}
