/* 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);
}

#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,
.dv {
    float: left;
    color: #e8dede;
    font-size: 11px;
    margin: -2px 0 0 10px;
}

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

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

.dv {
    display: none;
}

#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_old {
    height: 60px;
    min-width: 300px;
    width: 30%;
    float: left;
    margin: -5px 0 7px;
    background: url('/gifs/logotipo6.webp') no-repeat center top;
}

#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);
}

#logo_old a:hover {
    background: url('/gifs/logotipo6_hover.webp') no-repeat center top;
}

/* Preview e listagens */
#preview_top {
    height: 355px;
    margin: 10px 10px 0;
    text-align: left;
    z-index: -10;
}

.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;
}

.font {
    display: block;
    min-height: 100px;
    margin-bottom: 10px;
    border-right: 15px solid #fff;
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
}

.font2 {
    display: block;
    margin: 0 15px 46px 0;
    text-align: left;
    overflow: hidden;
}

.c1 {
    height: 30px;
    position: relative;
    background: #319e08;
    border-start-start-radius: 4px;
    border-start-end-radius: 4px;
}

.c1 a {
    color: #fff;
}

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

.r {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
    line-height: 22px;
}

.c1 .r a {
    color: blue;
}

.e_star {
    float: left;
    width: 25px;
    height: 30px;
    cursor: pointer;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAA3NCSVQICAjb4U/gAAAAD1BMVEX///9mZmZmZmZmZmZmZmYu6doyAAAABXRSTlMARIi7/xMIGx0AAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDIvMTgvMTUY5zLYAAAAH3RFWHRTb2Z0d2FyZQBNYWNyb21lZGlhIEZpcmV3b3JrcyA4tWjSeAAAAE5JREFUCJlFjdENwCAQQtE4QD86gB83ggPYK/vPpHeYlh9eCAQAaBOS+QFSXsme0MgoGVMOHv1JEVzAHf5opNmXmLpx8I482YuSYPuoOhbcQxMywXfMgwAAAABJRU5ErkJggg==) no-repeat 4px center;
    transition: transform .8s ease-in-out;
}

.e_star:hover {
    transform: rotate(360deg);
}

.c2 {
    padding: 2px 0;
    color: gray;
    font-size: small;
    text-align: right;
}

.c3 {
    float: left;
    padding: 2px 0 0;
    color: gray;
    font-size: small;
}

.e1,
.e2,
.d1 {
    float: left;
    font-weight: bold;
}

.e1,
.d1 {
    line-height: 30px;
}

.e2 {
    margin: 3px 0 0 8px;
    padding: 0 5px;
    border: 1px solid #676767;
    background: #fff;
    color: #808080;
    font-size: 10px;
    line-height: 22px;
}

.e3 {
    float: left;
    margin: 3px 0 0;
    padding: 0 5px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 24px;
}

.e3 a {
    color: #ffef94;
    font-size: 10px;
}

.d1 {
    float: right;
    margin-right: 4px;
    color: #e6e6e6;
    text-align: right;
}

.d1::after {
    content: " downloads";
}

.mf {
    display: flex;
    margin-bottom: 12px;
}

.mf li {
    display: flex;
    margin-right: 4px;
}

.mf li a {
    padding: 6px 12px;
    border: 1px solid #b5b2b5;
    border-radius: 4px;
    background: #f7f7f7;
    color: #949694;
    font-size: 11px;
    font-weight: bold;
    transition: border-color .3s, color .3s, background-color .3s;
}

.mf li a:hover {
    border-color: #c00;
    background: #fff;
    color: #c00;
}

.ifont {
    float: left;
    margin: 15px 0 10px 10px;
}

.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,
.SocialGplus {
    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; }
.SocialGplus { background-position: -66px 0; }

.star {
    float: left;
    width: 50px;
    height: 60px;
    background: url(/gifs/star.gif) no-repeat center;
}

.gg {
    clear: both;
    margin: 5px 10px;
    text-align: left;
}

.gg_768x90 {
    margin: 10px auto;
    text-align: left;
}

.google {
    padding: 25px 0;
    text-align: left;
}

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

#index_gg_160_600 {
    float: right;
    width: 180px;
    padding: 5px 0;
}

.mr {
    margin-right: 180px;
}

.mr20 {
    margin-right: 20px;
}

.mix-bebe {
    margin: 10px 0 10px 5px;
    padding: 0;
    text-align: center;
}
