body {
    overflow: auto;
    background: url('../img/bg.png') repeat;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    background: none
}

a:hover {
    text-decoration: none
}

.fechado {
    display: none
}

.aberto {
    display: block
}

::-webkit-input-placeholder {
    color: #a8a8a8;
}

:-moz-placeholder {
    color: #a8a8a8;
    opacity:  1;
}

::-moz-placeholder {
    color:  #a8a8a8;
    opacity:  1;
}

:-ms-input-placeholder {
    color: #a8a8a8;
}

.img-responsiva {
    max-width: 100%;
    height: auto;
}

.conteudo {
    width: 1171px;
    margin: 0 auto
}

textarea {
    font-family: inherit
}

/* ----- Fontes ----- */

@font-face {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    src: url('../fonts/Montserrat-Bold.ttf');
}

/* ----- Botões ----- */

.btn-padrao {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 20px;
    color: #eff1ee;
    background: #ea6a00;
    border-bottom: 3px solid #ffa75f;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/* ----- Menu mobile ----- */

.menu_mobile_botao {
    display: none
}

#menu_mobile {
    visibility: hidden;
    position: absolute;
}


/* ----- Header ----- */

#header {
    width: 100%;
    font-size: 14px;
    background-color: #1f1f1f;
}

.header_content {
    height: 95px;
    margin: 0 auto
}

.header_botao_menu_mobile {
    display: none
}

.header_logo {
    position: absolute;
    width: 362px;
    height: 114px;
    top: 14px;
    background: url('../img/logo.png') center center/362px no-repeat	
}

.header_logo:hover {
    -webkit-filter: brightness(120%);
}

.header_logo h1 {
    font-size: 0
}

.header_logo h1 a {
    display: block;
    width: 362px;
    height: 114px
}

.header_navegacao {
    float: right;
    color: #a8a8a8;
    margin-top: 22px
}

.header_navbox, .header_navbox ul {
    float: left;
    position: relative;
    width: 190px;
    margin-right: 10px;
    border: 1px solid #585858;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-radial-gradient(#313131, #1e1e1e);
    background: -o-radial-gradient(#313131, #1e1e1e);
    background: -moz-radial-gradient(#313131, #1e1e1e);
    background: radial-gradient(#313131, #1e1e1e)
}

.header_navbox ul {
    z-index: 9999;
    border-top: 0;
    margin: -5px 0 0 -1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.header_navbox_titulo {
    font-size: 13px;
    padding: 13px 15px
}

/* ----- Navegação busca ----- */

.navegacao_busca  {
    height: 50px;
    padding: 15px
}

.navegacao_busca form  {
    position: relative;
}

.navegacao_busca_input {
    width: 130px;
    border: 0;
    background: transparent
}

.navegacao_busca form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url('../img/icones/lupa.png') no-repeat;
    background-position: 0 0
}

.navegacao_busca form input[type=submit]:hover {
    cursor: pointer;
    background-position: 0px -20px
}

/* ----- Navegação arquivo e categorias ----- */

.navegacao_arquivo {
    width: 150px;
    cursor: pointer;
}

.navegacao_arquivo ul {
    width: 150px;
}

.navbox_categorias {
    cursor: pointer
}

.navegacao_arquivo:after, .navbox_categorias:after {
    position: absolute;
    right: 15px;
    top: 22px;
    width: 9px;
    height: 5px;
    content: "";
    background: url('../img/icones/seta-baixo.png') no-repeat;
    background-position: 0px 0
}

.navegacao_arquivo:hover:after, .navbox_categorias:hover:after {
    background-position: 0px -5px
}

.header_navbox {
    position: relative;
}

.header_navbox ul {
    position: absolute;
}

.header_navbox ul li {
    border-top: 1px dashed #404040;
}

.header_navbox ul li a {
    color: #fff;
    display: block;
    padding: 8px 15px;
    font-size: 13px
}

.header_navbox ul li:hover a {
    color: #404040;
    background: #fff
}

/* ----- Estatísticas no cabeçalho -----*/

.header_estatisticas {
    float: left;
    height: 50px;
    padding: 7px 0;
    margin-left: 20px;
    line-height: 18px
}

.header_estatisticas_contador b {
    font-size: 24px;
    color: #fff
}

.header_estatisticas_contador span {
    color: #adadad;
    font-size: 20px
}

.header_estatisticas_data {
    color: #7b7b7b;
    font-size: 11px	
}

.header_estatisticas_data b {
    color: #f99800
}

.header_estatisticas_data span {
    color: #fed702
}

/* ----- Linkbar ----- */

#linkbar {
    width: 100%;
    height: 50px;
    background: #ff1900;
    background: -moz-linear-gradient(top, #ff1900 0%, #e04b3a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ff1900), color-stop(100%, #e04b3a));
    background: -webkit-linear-gradient(top, #ff1900 0%, #e04b3a 100%);
    background: -o-linear-gradient(top, #ff1900 0%, #e04b3a 100%);
    background: -ms-linear-gradient(top, #ff1900 0%, #e04b3a 100%);
    background: linear-gradient(to bottom, #ff1900 0%, #e04b3a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1900', endColorstr='#e04b3a', GradientType=0 );	
    box-shadow: 0px 7px 14px #C5C5C5
}

.linkbar_content {
    height: 50px;
    margin: 0 auto;
    text-align: right
}

.linkbar_content ul.links {
    display: inline-block
}

.linkbar_content ul.links a {
    color: #fff;
    font-weight: 700;
    font-size: 14px
}

.linkbar_content ul.links li {
    display: inline-block
}

.linkbar_content ul.links li a {
    display: block;
    padding: 13px 15px;
}

.linkbar_content ul.links li a:hover {
    color: #fed702;
    background: -webkit-radial-gradient(#e55a00, #c74500);
    background: -o-radial-gradient(#e55a00, #c74500);
    background: -moz-radial-gradient(#e55a00, #c74500);
    background: radial-gradient(#e55a00, #c74500)
}

.linkbar_content ul.links li a.adulto {
    color: #980000
}

ul.redes_sociais {
    float: right;
    width: 155px;
    margin: 11px 0 0 20px
}

ul.redes_sociais li {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 2.5px;
    background: url('../img/icones/redes-sociais.png') no-repeat;
}

ul.redes_sociais li:hover {
    -webkit-filter: brightness(150%);
}

ul.redes_sociais li a {
    width: 28px;
    height: 28px;
    display: block
}

ul.redes_sociais li.facebook {
    background-position: 0 -1px
}

ul.redes_sociais li.twitter {
    background-position: -33px -1px
}

ul.redes_sociais li.instagram {
    background-position: -66px -1px
}

ul.redes_sociais li.googlep {
    background-position: -100px -1px
}

ul.redes_sociais li.youtube {
    background-position: -135px -1px
}

/* ----- Publicidade ----- */

.publicidade_header {
    width: 728px;
    height: 90px;
    text-align: center;
    margin: 25px auto
}

.publicidade_tres_blocos {
    width: 100%;
    margin: 20px auto 35px;
}

.publicidade_tres_blocos table {
    margin: auto
}

.publicidade_tres_blocos table tr td {
    padding: 0 15px;
    text-align: center
}

/* ----- Main ----- */

#wrapper {
    width: 100%
}

#wrapper #main {
    max-width: 100%;
    margin: 0 auto
}

/* ----- Links ----- */

.links {
    display: flex;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
}

.link {
    max-width: 273px;
    flex-basis: 270px;
    flex-grow: 1;
    margin: 0 13px 26px;    
    background-color: #fff;
    box-shadow: 0 0 10px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.link_content {
    box-shadow: 0 0 10px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.link_content:hover {
    box-shadow: 0px 0px 0px 3px #E96900;
}

.link_content:hover .link_titulo a {
    color: #e86400	
}

.link_imagem {
    width: 100%;
    min-height: 273.25px;
    position: relative
}

.link_imagem a {
    display: block
}

.link_imagem {
    position: relative;
    max-width: 100%;
    background: url('../img/links/default.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.link_imagem a:hover:before {
    content: "";
    display: block;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../img/link_imagem_hover.png') no-repeat;
}

.link_imagem img {
    height: auto;
    min-width: 100%;
    max-width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.link_imagem img:hover {
    -webkit-filter: brightness(118%); /* Chrome, Safari, Opera */
    filter: brightness(118%);
}

.link_barra_info {
    width: 100%;
    height: 30px
}

.link_categoria {
    width: auto;
    height: 30px;
    overflow: hidden;
    position: relative;
    padding-left: 12px;
    background: #fa9a00;
    background: -moz-linear-gradient(top, #fa9a00 0%, #e55c00 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fa9a00), color-stop(100%, #e55c00));
    background: -webkit-linear-gradient(top, #fa9a00 0%, #e55c00 100%);
    background: -o-linear-gradient(top, #fa9a00 0%, #e55c00 100%);
    background: -ms-linear-gradient(top, #fa9a00 0%, #e55c00 100%);
    background: linear-gradient(to bottom, #fa9a00 0%, #e55c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa9a00', endColorstr='#e55c00', GradientType=0 );	
}

.link_categoria a {
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 0 #666;
}

.link_cliques {
    float: right;
    position: relative;
    width: 145px;
    height: 30px;
    color: #323232;
    font-weight: 700;
    text-align: right;
    padding-right: 7px;
    text-shadow: 0 1px 0 #ccc;
    background: #c5c5c5;
    background: -moz-linear-gradient(top, #c5c5c5 0%, #9a9a9a 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c5c5c5), color-stop(100%, #9a9a9a));
    background: -webkit-linear-gradient(top, #c5c5c5 0%, #9a9a9a 100%);
    background: -o-linear-gradient(top, #c5c5c5 0%, #9a9a9a 100%);
    background: -ms-linear-gradient(top, #c5c5c5 0%, #9a9a9a 100%);
    background: linear-gradient(to bottom, #c5c5c5 0%, #9a9a9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c5c5', endColorstr='#9a9a9a', GradientType=0 );
}

.link_cliques:before {
    position: relative;
    float: right;
    margin: 7px 0 0 5px;
    content: "";
    display: block;
    width: 13px;
    height: 17px;
    background-image: url('../img/icones/cliques.png');
}

.link_cliques:after {
    content: " ";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -7px;
    top: 0;
    background: url('../img/link_categoria_cliques_arrow.png') no-repeat
}

.link_categoria, .link_cliques {
    line-height: 30px
}

.link_info {
    width: 100%;
}

.link_titulo {
    width: 100%;
    text-align: center;
    padding: 20px
}

.link_titulo a {
    font-weight: 400;
    color: #1f1f1f;
    font-size: 15px;
    line-height: 15px
}

.link_compartilhar {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0 0 10px
}

.link_compartilhar ul li {
    display: inline-block;
    width: 29px;
    height: 28px;
    margin: 0 2px;
    padding: 0;
    background: url('../img/icones/compartilhar.png') no-repeat;
}

.link_compartilhar ul li:hover {
    -webkit-filter: brightness(50%);
}

.link_compartilhar ul li a {
    width: 28px;
    height: 28px;
    display: block
}

.link_compartilhar ul li.facebook {
    background-position: 0 -1px
}

.link_compartilhar ul li.twitter {
    background-position: -34px -1px
}

.link_compartilhar ul li.googlep {
    background-position: -67px -1px
}

.link_compartilhar ul li.denunciar {
    background-position: -102px -1px
}

.link_compartilhar ul li.share_permalink {
    background-position: -136px -1px
}

.mensagem_nenhum_link {
    margin: 50px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold
}

/* ----- Permalink ----- */

.permalink {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px 0 #adadad;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.permalink_coluna_esquerda {
    width: 336px;
    float: left;
    margin-right: 20px
}

.permalink_coluna_central {
    width: auto;
    overflow: hidden;
    position: relative
}

.permalink_coluna_direita {
    width: 300px;
    float: right;
    margin-left: 20px
}

.permalink_coluna_central, .permalink_coluna_direita, .permalink_coluna_esquerda {
    min-height: 366px;
}

.permalink_imagem a {
    display: block
}

.permalink_imagem img {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.permalink_info {    
    height: 30px;
}

.permalink_tags {
    width: 100%;
    padding: 10px 15px;
    background-color: #e1e1e1;
}

.permalink_tags i {
    color: #929292
}

.permalink_tags_titulo {
    font-size: 18px;
    color: #1f1f1f;
    margin-bottom: 5px
}

.permalink_tags ul {
    margin: 0 -5px;
}

.permalink_tags ul li {
    display: inline-block;
    margin: 5px;
}

.permalink_tags ul li a {
    display: block;
    padding: 5px 10px;
    background: white;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.permalink_tags ul li a:hover {
    border: 1px solid #666;
}

.permalink_data {
    font-size: 18px;
    color: #1f1f1f;
    font-family: 'Montserrat', sans-serif;
}

.permalink_titulo {
    font-size: 24px;
    margin: 5px 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.permalink_titulo a {
    color: #f28000;
}

.permalink_descricao {
    font-size: 14px;
    line-height: 23px;
    font-family: 'Montserrat', sans-serif;
}

.permalink_botao a {
    display: inline-block;
    color: #9e9e9e;
    font-size: 22px;
    margin: 15px 0 0 0;
    padding: 10px 20px;
    background: white;
    border: 1px solid #bebebe;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.permalink_botao a:hover {
    border: 1px solid #ccc;
    background: #ebebeb;
}

.permalink_redes ul.redes_sociais {
    float: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 10px 0 0 0
}

.permalink_redes ul.redes_sociais li {
    opacity: 0.35;
    -moz-opacity: 0.35;
    filter: alpha(opacity=35);
} 

.permalink_redes ul.redes_sociais li:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
} 

.permalink_relacionados {
    margin: 25px 0;
}

.permalink_relacionados_titulo {
    color: #1f1f1f;
    font-size: 30px;
    margin: 0 0 25px 0;
    font-family: 'Montserrat', sans-serif;
}

/* ----- Páginas ----- */

.pagina {
    background: #fff;
    padding: 20px 30px 60px;
}

.pagina_titulo {
    font-size: 24px;
    color: #ea6a00;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.pagina_conteudo {
    line-height: 23px;
    font-size: 14px
}

/* ----- Redes Sociais ----- */ 

.redes_sociais.cinza li {
    background: url('../img/icones/redes-sociais-cinza.png') no-repeat;
}

.redes_sociais.cinza li:hover {
    -webkit-filter: brightness(100%);
}

.redes_sociais.cinza li.facebook:hover {
    background-position: 0 bottom
}

.redes_sociais.cinza li.twitter:hover {
    background-position: -33px bottom
}

.redes_sociais.cinza li.instagram:hover {
    background-position: -66px bottom
}

.redes_sociais.cinza li.googlep:hover {
    background-position: -100px bottom
}

.redes_sociais.cinza li.youtube:hover {
    background-position: -135px bottom
}

/* ----- Footer ----- */

#footer {
    width: 100%;
    min-height: 360px;
    margin: 100px 0 0 0;
    background-color: #1f1f1f
}

.footer_content {
    margin: 0 auto;
    padding: 80px 0 0 0;
    position: relative
}

.footer_logo {
    width: 362px;
    height: 114px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; 
    background: url('../img/logo.png') center center/362px no-repeat
}

.footer_box {
    float: left;
    width: 25%;
    color: #bebebe
}

.footer_box.dentro {
    float: none;
    width: 100%;
    margin-top: 25px
}

.footer_box_titulo {
    color: #e55800;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px
}

.footer_box_categorias, .footer_box_parceiros {
    width: 250px;
}

.footer_box_indicados {
    width: 375px;
}

ul.footer_lista_links li {
    margin-bottom: 2px
}

.footer_lista_links a {
    color: #bebebe;
    font-size: 12px
}

.footer_lista_links a:hover {
    color: #fed702
}

.footer_copyright {
    color: #bebebe;
    margin-top: 15px;
    padding: 15px 0;
    font-size: 11px;
    border-top: 1px solid #2e2e2e
}

.redes_sociais.footer {
    float: none;
    margin-left: 0
}

.footer_parceiros {
    width: 290px;
}

.footer_parceiros li {
    border: 1px solid white;
    display: inline-block;
    margin: 0 6px 6px 0;
    opacity: 0.65;
    -moz-opacity: 0.65;
    filter: alpha(opacity=65)
}

.footer_parceiros li:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    border-color: #fed702
}

/* ----- Pace loader ----- */

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff6100;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/* ----- Modal Ronco ----- */

.modal-fimdoronco .modal-conteudo {
    position: relative
}

.modal-fimdoronco a.quero {
    position: absolute;
    display: block;
    width: 183px;
    height: 57px;
    bottom: 28px;
    left: 87px
}

.modal-fimdoronco a.nao-quero {
    position: absolute;
    display: block;
    width: 183px;
    height: 57px;
    bottom: 28px;
    left: 285px
}

.modal-fimdoronco a:hover {
    background: rgba(255,255,255,0.15)
}

.modal-fimdoronco .close {
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 1;
    font-size: 24px;
}
.modal-fimdoronco .close a {
    font-weight: bold;
    color: #575499;
}