/*
Theme Name: Tema 70EB3A7E
Theme URI: anetecnologia.com.br - Skype: anetecnologia;
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo
Version: 1.0
License: Tema desenvolvido por Ane Tecnologia. Código registrado.
*/

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 15px;
    line-height: 24px;
}

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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666666;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #666666;
}

:-moz-placeholder { /* Firefox 18- */
  color: #666666;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


img {
    max-width: 100%;
}

iframe {
   border: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover {
    outline: 0px !important;
    -webkit-appearance: none;
}

/* WordPress Core */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.col-md-4,
.col-md-6,
.col-md-8 {
    float: left;
    padding: 0 5px;
    width: 100%
}

@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }
}

.pagina-titulo,
.titulo-relacionados {
    color: #333;
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 15px;
}

.pagina-descricao {
    color: #666;
    font-size: 12px;
    margin-bottom: 25px;
}

.wp-caption {
    max-width: 100%;
}

.topo-fixo {
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    margin-top: 0px;
}

/* Menu links */
#menu-wrapper {
    margin-left: -220px;
    left: 0;
    width: 220px;
    background: #5C5C5C;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

#menu-wrapper.active {
    left: 220px;
    width: 220px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
}

.sidebar-nav {
    position: absolute;
    top: 40px;
    width: 220px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.sidebar-nav li a, 
.sidebar-nav li a:hover, 
.sidebar-nav li a:focus {
    display: block;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
}

.sidebar-nav li a:hover {
    color: #FF6600;
}

.btn-fechar {
    background-color: #FF6600;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 18px;
    height: 40px;
    font-size: 18px;
    line-height: 14px;
}

.btn-fechar:hover {
    color: #F8F8F8;
    text-decoration: none;
}

/* Topo */
.topo {
    margin-bottom: 25px;
    position: relative;
}

.topo:before {
    content: "";
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAMBAMAAABRpcpkAAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABXRSTlMGAhQQCyEd++8AAAAUSURBVAjXY1AAQgMgdABCCBAAQQAT6AFRBPHcWgAAAABJRU5ErkJggg==);
    width: 100%;
    height: 12px;
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 1;
}

.topoLogo {
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 0;
}

.topoLogo img {
    max-width: 100%;
    max-height: 120px;
}

.btn-menu {
    bottom: 15px;
    left: 0;
    color: #FFF;
    font-size: 26px;
    height: 30px;
    display: inline-block;
}

.topo-busca {
    bottom: 12px;
    right: 0;
}

.btn-menu,
.topo-busca {
    position: absolute;
}

.btn-menu:hover {
    color: #666;
}

.categoria-nome {
    background-color: #1F1F1F;
    color: #FFFFFF;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

.categoria-nome h1 {
    margin: 0;
    padding: 0;
}

.categoria-nome,
.categoria-nome h1 {
    font-size: 18px;
}

.hidden {
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    line-height: 0;
}

/* Banners */
.banners {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.banners li {
    display: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px;
}

.banners img,
.banners iframe {
    max-width: 100%;
}

.banners li:first-child {
    display: block;
}

@media (min-width: 992px) {
    .banners li {
        display: inline-block !important;
        margin: 0 10px;
    }
}

/* Página */
.pagina {
    padding: 25px 0;
}

/* Noticia */
.noticia {
    margin: 0 auto;
    width: 100%;
    max-width: 680px;
}

.noticia-conteudo {
    margin-bottom: 35px;
}

.noticia-conteudo header {
    margin-bottom: 35px;
}

.noticia h1 {
    color: #FF6600;
    margin: 0 0 8px;
    padding: 0;
    font-size: 38px;
    line-height: 45px;
    font-weight: 700;
}

.noticia-subtitulo {
    color: #666;
    font-size: 18px;
}

.noticia h1,
.noticia-subtitulo {
    text-align: center;
}

.noticia-texto {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.noticia-texto img,
.noticia-texto iframe {
    max-width: 100%;
}

.noticia-texto a {
    text-decoration: underline;
}

.noticia-info {
    background-color: #F8F8F8;
    margin: 0;
    padding: 8px 15px;
    list-style: none;
}

.noticia-info li {
    margin-bottom: 8px;
    font-size: 16px;
}

.noticia-info li:last-child {
    margin-bottom: 0;
}

.noticia-ads {
    margin-bottom: 15px;
    overflow: hidden;
}

.noticia-ads img,
.noticia-ads iframe {
    max-width: 100%;
}

/* Lateral */
.widget-conteudo {
    margin-bottom: 25px;
}

.widget-conteudo h3 {
    color: #FFF;
    margin: 0 0 15px;
    border-bottom: 2px #222222 solid;
    padding: 0;
}

.widget-conteudo h3 span {
    background-color: #222222;
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
}

.widget-conteudo ul,
.widget-conteudo ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-conteudo li {
    margin-bottom: 5px;
}

.widget-conteudo img,
.widget-conteudo iframe {
    max-width: 100%;
}

/* Páginação */
.paginacao {
    margin: 15px 0;
    padding: 0;
    text-align: center;
}

.paginacao li {
    display: inline-block;
    list-style: none;
    margin: 2px;
    font-weight: 700;
}

.paginacao li a,
.paginacao li em {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 1px white inset;
    display: inline-block;
    font-size: 12px;
    border: 1px solid #ccc;
}

.paginacao li a,
.paginacao li em {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 8px 12px;
    font-style: normal;
}

.paginacao li a:hover {
    color: #000000;
    border-color: #000000;
}

.paginacao .active em,
.paginacao .active a{
    background: #D7D6D6;
    color: #000000;
}

@media screen and (max-width: 768px) {
    .paginacao li {
        display: none;
    }

    .paginacao-previous,
    .paginacao-next {
        display: inline-block !important;
    }
}

.rodape {
    color: #eaeaea;
    background-color: #222222;
    padding-top: 54px;
    padding-bottom: 20px;
    position: relative;
}

.rodape-menu {
    padding: 0 0 15px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.rodape-menu li {
    display: inline-block;
    margin: 0 8px 5px;
}

.rodape-menu a {
    color: #FFF;
    font-size: 13px;
}

.rodape-copy {
    font-size: 11px;
}

.rodape-titulo {
    margin: 0 0 10px;
    font-size: 18px;
}

.rodape-descricao {
    color: #CCC;
    font-size: 13px;
}

/* comentarios */
.comentarios { overflow:hidden; padding:0px 0px 0px 0px; margin:20px 0 30px 0; text-transform:none; }
.comentarios a { color: #333; }
.comentarios a:hover { color:#ffffff; }
.comentarios h3 { margin:0 0 10px 0; padding:0; font-size:20px; font-weight:normal; color:#222; }
ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { list-style:none; margin:0; padding:0; }
ol.commentlist li.comment ul.children li, ol.commentlist li.comment ul li { margin:0; padding:0 0 0 74px; background:url(./resposta.png) no-repeat 35px 0px; }
ol.commentlist li .avatar-comentario { float:left; margin:0 10px 0 0; height:74px; width:74px; display:block; position:relative; }
ol.commentlist li .comentario-campo { 
    padding: 8px; 
    overflow: hidden; 
    margin: 0 0 20px 0; 
    background-color: #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

ol.commentlist li .comentario-nome { overflow:hidden; }
ol.commentlist li .nome-comentarista { font-size:14px; font-style:italic; color:#939598; padding:0; }
ol.commentlist li .nome-comentarista strong { color:#58595b; }
ol.commentlist li .nome-comentarista a { text-decoration:underline; color:#58595b; }
ol.commentlist li .nome-comentarista a:hover { color:#222; }
ol.commentlist li .data-comentario { font-size:10px; color:#939598; font-weight:normal; font-style:italic; }
ol.commentlist li .texto-comentario { margin:0; padding:10px 0px; color:#999999; line-height:18px; font-size:12px; }
ol.commentlist li .texto-comentario p { margin:0; padding:0; }
ol.commentlist li .texto-comentario a { text-decoration:none; color: #333; }
ol.commentlist li .texto-comentario a:hover { color:#555; }
ol.commentlist li .reply-link { font-size:11px; font-family:Verdana, Geneva, sans-serif; float:none; display:block; float:left; position:relative; text-transform:none; margin:10px 0 0 0; }
ol.commentlist li .reply-link a { display:block; padding:3px 10px; color:#fff !important; background: #333; }
ol.commentlist li .reply-link a:hover { background:#191919;
}

.links-comentario,
.caixa-mensagem {
    margin-bottom: 8px;
}

.lista-de-comentarios h3,
.comentarios-titulo {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
}

.comentario-campos {
    padding: 8px 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    margin-bottom: 25px;
}

.comentario-campos textarea {
    width: 100%;
    padding: 8px;
    border: 1px #CCC solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.enviar-button {
    border: none;
    padding: 7px 16px;
    background: #333;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.enviar-button:hover {
    opacity: 0.7;
}

.paginaLeft {
    float: left;
    width: calc(100% - 344px);
    margin-bottom: 15px;
}

.paginaRight {
    width: 324px;
    float: right;
}

@media (max-width: 992px) {
    .paginaLeft,
    .paginaRight {
        width: 100%;
    }
}

.paginaTitulo {
    color: #FFF;
    margin: 0 0 26px;
    border-bottom: 2px #222222 solid;
    padding: 0;
    line-height: 0;
}

.paginaTitulo span {
    background-color: #222222;
    display: inline-block;
    padding: 0 10px;
    line-height: 26px;
    font-size: 15px;
    font-weight: normal;
}

/* Novo */
.menuFundo {
    display: none;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

/* Form */
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-group {
    margin-bottom: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-block {
    display: block;
    width: 100%;
}

.title-truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-to-top {
    display: none;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4db2ec;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 10px 17px;
    line-height: 16px;
    font-size: 16px;
}

.back-to-top:hover {
    opacity: .8;
}

.clearfix {
    clear: both;
}

iframe {
   border: none;
}

.menu-alphabet {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
}

.menu-alphabet li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.menu-alphabet a {
    background: #d9d9d9;
    color: #333;
    display: block;
    padding: 0 14px;
    line-height: 32px;
    text-align: center;
}

.menu-alphabet a.active,
.menu-alphabet a:hover {
    background-color: #890000;
    color: #FFF;
}

.container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
   .container {
        padding: 0 8px;
    } 
}

/* Topo */
.topoMenu {
    text-align: center;
    position: relative;
}

.topoMenuConteudo {
    position: relative;
    padding: 0 48px;
}

.topoMenuUl {
    display: table;
    margin: 0 auto;
}

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

.topoMenuUl > ul > li {
    float: left;
    position: relative;
}  

.topoMenuUl > ul > li > a {
    display: block;
    padding: 0 14px;
    line-height: 48px;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
}

.topoMenuUl > ul > li > a,
.topoMenuUl > ul > li > a:hover,
.topoMenuUl > ul > li > a:focus {
    text-decoration: none;
}

.topoMenuUl > ul > li > a:after {
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}

.topoMenuUl > ul > li.menu-item-has-children::after {
    content: "\f140";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    padding-left: 3px;
    vertical-align: top;
    position: absolute;
    top: 16px;
    right: 0;
}

.topoMenuUl > ul > li.menu-item-has-children > a {
    padding-right: 20px;
}

.sub-menu {
    display: none;
    margin: 0;
    padding: 8px 22px;
    list-style: none;
    background-color: #FFF;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 100%;
    left: 0;
    width: 182px;
    text-align: left;
    z-index: 1;
}

.sub-menu a {
    font-size: 12px;
    line-height: 38px;
    color: #111;
    display: block;
}

.sub-menu a,
.sub-menu a:hover,
.sub-menu a:focus {
    text-decoration: none;
}

.topoMenuUl > ul > li:hover .sub-menu {
    display: block;
}

.topoBotaoBusca,
.topoBotaoMenu {
    position: absolute;
    top: 0;
    z-index: 999;
    cursor: pointer;
    border: none;
    width: 48px;
    height: 48px;
    font-size: 16px;
    background-color: transparent;
}

.topoBotaoBusca {
    right: 0;
}

.topoBotaoMenu {
    display: none;
    left: 0;
}

@media (min-width: 992px) {
    .topoMenuUl > ul > li:hover > a:after {
        background-color: #4db2ec;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .topoMenu {
        background-color: #222;
    }

    .topoMenu,
    .topoMenuConteudo {
        height: 48px;
    }

    .topoMenuUl {
        padding: 0 12px;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 220px;
        background-color: #222;
        bottom: 0;
        height: 100%;
        color: #FFF;
        z-index: 1000;
        overflow-y: auto;
        border-right: 2px #545454 solid;
    }

    .topoMenuUl > ul > li {
        float: left;
        position: relative;
        width: 100%;
        text-align: left;
    }

    .topoMenuUl > ul > li > a {
        color: #FFF;
    }

    .topoBotaoBusca,
    .topoBotaoMenu {
        color: #FFF;
    }

    .topoBotaoMenu {
        display: block;
    }

    .sub-menu {
        display: block;
        position: inherit;
        width: 100%;
        background-color: #1f1f1f;
        box-shadow: none;
    }

    .sub-menu a {
        color: #FFF;
    }
}

.topo-busca {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    height: 35px;
    background-color: #FFF;
    border: 1px #e1e1e1 solid;
    width: 242px;
    padding-right: 46px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.topo-busca input {
    border: 0;
    width: 100%;
    padding: 0 8px;
}

.topo-busca button {
    background-color: #222222;
    color: #FFF;
    border: 0;
    position: absolute;
    top: 0px;
    right: 0;
    width: 46px;
    cursor: pointer;
}

.topo-busca input,
.topo-busca button {
    height: 34px;
}

@media (max-width: 540px) {
    .topo-busca {
        left: 0;
        width: 100%;
    }

    .topo-busca button {
        background-color: #4db2ec;
    }
}

/* detaques */
.destaques {
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
}

.destaque-item {
    float: right;
    width: 324px;
    margin-bottom: 6px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.destaque-item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.2) 40%,rgba(0,0,0,.2) 80%,rgba(0,0,0,.4));
    z-index: 1;
}

.destaque-principal {
    float: left;
    width: calc(100% - 330px);
}

.destaque-imagem {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.destaque-item,
.destaque-imagem {
    height: 160px;
}

.destaque-principal,
.destaque-principal .destaque-imagem {
    height: 492px;
}

.destaque-item:hover .destaque-imagem,
.destaque-item:focus .destaque-imagem{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.2, M12=0, M21=0, M22=1.2, SizingMethod='auto expand'); /* IE6 and 7 */ 
}

.destaque-principal,
.destaque-item:last-of-type {
    margin-bottom: 0;
}

.destaque-item h2 {
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-weight: 700;
    margin: 0 0 8px;
}

.destaque-principal h2 {
    font-size: 28px;
}

.destaque-item span {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 2px #4db2ec solid;
}

.destaque-item span,
.destaque-item h2 {
    color: #FFF;
    text-shadow: 1px 1px #000;
    z-index: 2;
}

@media (max-width: 992px) {
    .destaque-principal {
        width: 100%;
        margin-bottom: 6px;
        height: auto;
    }

    .destaque-principal .destaque-imagem {
        padding-top: 54%;
        height: auto;
    }

    .slick-slider .destaque-item {
        float: left;
        width: 50%;
        padding: 0 2px;
    }

    .destaquesRow {
        float: left;
        width: 100%;
        margin: 0 -2px;
        overflow: hidden;
    }
}

/* itens */
.noticias {
    margin: 0 -24px 22px;
}

.noticiaItem {
    float: left;
    width: 50%;
    padding: 0 24px;
    margin-bottom: 42px;
}

.noticiaItemConteudo {

}

.itemCapa {
    display: block;
    margin-bottom: 13px;
    position: relative;
}

.itemCapa img {
    height: 160px;
    width: 100%;
    object-fit: cover;
}

.itemTitulo {
    color: #111111;
    font-size: 21px;
    line-height: 25px;
    display: block;
    margin-bottom: 12px;
    font-weight: 400;
}

.itemCategoria {
    float: left;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
}

.itemCategoria small {
    color: #9c9c9c;
    font-weight: normal;
}

.itemViews {
    float: right;
    color: #fff;
    background-color: #000;
    display: inline-block;
    min-width: 17px;
    padding: 0 4px 3px 5px;
    position: relative;
    line-height: 0;
    line-height: 1;
}

.itemViews a {
    line-height: 14px;
    font-size: 10px;
    color: #FFF;
}

.itemViews a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #000 transparent transparent transparent;
}

.itemResumo {
    font-size: 13px;
    color: #777;
    margin-top: 9px;
}

.noticiaItem:hover .itemTitulo,
.noticiaItem:hover .noticiaItemMiniTitulo {
    color: #4db2ec;
}

.noticiaItem:hover a {
    text-decoration: none;
}

@media (max-width: 992px) {
    .itemCapa {
        padding-top: 54%;
    }

    .itemCapa img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
    }
}

.noticiaItemMini {
    position: relative;
    padding-left: 115px;
    min-height: 70px;
}

.noticiaItemMiniCapa {
    width: 100px;
    height: 70px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.noticiaItemMiniTitulo {
    color: #111111;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-bottom: 2px;
    max-height: 50px;
    overflow: hidden;
}

.noticiaItemMiniData {
    display: block;
    color: #aaa;
    font-size: 11px;
    line-height: 1;
}

@media (max-width: 768px) {
    .noticiaItem2 {
        width: 100%;
        margin-bottom: 14px;
    } 

    .noticiaItemMiniTitulo {
        max-height: auto;
    }
}

.rodapeTitulo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 2px;
}

.rodapeConteudo {
    margin-bottom: 25px;
}

.rodape-itens .row {
    margin: 0 -24px;
}

.rodape-itens .col-md-4 {
    padding: 0 24px;
}

.rodapeCategorias {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rodapeCategorias li {
    margin-bottom: 6px;
    overflow: hidden;
}

.rodapeCategoriaNome {
    float: left;
}

.rodapeCategoriaTotal {
    float: right;
}

.rodapeCategorias a {
    color: #FFF;
}

.rodapeCategorias li:hover a {
    color: #4db2ec;
    text-decoration: none;
}

.rodapeNoticias .noticiaItem {
    width: 100%;
    margin-bottom: 12px;
}

.rodapeNoticias .noticiaItemMiniTitulo {
    color: #FFF;
}

.rodapeSocial {
    margin-top: 15px;
}

.rodapeSocial a {
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px #313131 solid;
    position: relative;
    text-align: center;
    font-weight: 600;
    color: #FFF;
    margin: 0 6px 4px 0;
}

.rodapeSocial a,
.rodapeSocial a:hover,
.rodapeSocial a:focus { 
    text-decoration: none;
}

.rodapeSocial a:hover {
    color: #4db2ec;
}

.rodape-copy {
    background-color: #0d0d0d;
    color: #ccc;
    font-size: 12px;
    text-align: center;
    padding: 6px 0;
}

@media (max-width: 768px) {
    .rodape {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rodape-itens .col-md-4 {
        margin-bottom: 22px;
    }
}

.loadMore {
    text-align: center;
}

.loadMore a {
    color: #A5A5A5;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 8px 10px;
    border: 1px solid #C9C9C9;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 35px;
}

.loadMore a,
.loadMore a:hover {
    text-decoration: none;
}

.loadMore a:hover {
    background-color: #4db2ec;
    border-color: #4db2ec;
    color: #fff;
}

.lateralNoticias .noticiaItem {
    width: 100%;
}

.noticiasLista .noticiaItem {
    width: 100%;
}

.noticiasLista .noticiaItemMiniTitulo {
    font-size: 18px;
    line-height: 28px;
}

.noticiasLista .noticiaItemMiniCapa {
    width: 150px;
    height: 150px;
}

.noticiasLista  .noticiaItemMini {
    padding-left: 160px;
    min-height: 150px;
}

.pagina404Titulo,
.pagina404Texto {
    display: block;
    font-family: 'Roboto', sans-serif;
}

.pagina404Titulo {
    font-size: 40px;
    color: #222222;
    line-height: 50px;
    margin: 50px 0 17px 0;
}

.pagina404Texto {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    line-height: 24px;
    color: #a6a6a6;
    margin: 0 0 40px 0;
}

@media (min-width: 768px) {
    .pagina404Lista .noticiaItem {
        width: 33.33333%;
    }
}

@media (max-width: 768px) {
    .noticiaItem1 {
        width: 100%;
    } 

    .itemTitulo {
        font-size: 16px;
        line-height: 25px;
    }
}

.noticiaTopo {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 348px 0 0 0;
    position: relative;
}

.noticiaTopo:after {
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(25%, rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
}

.noticiaTopo .container {
    padding: 0;
}

.noticiaTopoConteudo {
    background-color: #FFF;
    padding: 12px;
    position: relative;
    z-index: 3;
}

.noticiaTopoConteudo h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
}

.crumbs {
    margin-bottom: 5px;
}

.crumbs,
.crumbs a {
    font-size: 12px;
    color: #c3c3c3;
    line-height: 18px;
    padding-top: 1px;
    padding-bottom: 2px;
}

.noticiasCategorias {
    margin: 0 0 6px;
    padding: 0;
    list-style: none;
}

.noticiasCategorias li {
    display: inline-block;
    margin: 0 5px 5px 0;
    line-height: 1;
}

.noticiasCategorias a {
    background-color: #222222;
    padding: 3px 6px 4px 6px;
    font-size: 10px;
    white-space: nowrap;
    display: inline-block;
}

.noticiasCategorias a,
.noticiasCategorias a:hover {
    color: #fff;
    text-decoration: none;
}

.noticiasCategorias a:hover {
    opacity: 0.8;
}

.noticiasInfo {
    margin: 0;
    padding: 0;
    list-style: none;
}

.noticiasInfo li {
    display: inline-block;
    margin: 0 18px 4px 0;
    font-size: 11px;
    line-height: 1;
    min-height: 17px;
}

.noticiasInfo li,
.noticiasInfo li a {
}

.noticiaTags {
    overflow: hidden;
    margin-top: 12px;
}

.noticiaTags span,
.noticiaTags a {
    background-color: #222222;
    border: 1px solid #222222;
    padding: 5px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 13px;
    float: left;
    margin: 0 4px 4px 0;
    font-size: 11px;
    font-weight: 600;
}

.noticiaTags a {
    background-color: transparent;
    border-color: #ededed;
    color: #111111;
}

.noticiaTags a:hover {
    color: #fff;
    background-color: #4db2ec;
    border-color: #4db2ec;
    text-decoration: none;
}

@media (max-width: 768px) {
    .noticias {
        margin-left: 0;
        margin-right: 0;
    }

    .noticiaItem {
        padding: 0;
    }

    .noticiasFull .noticiaItem {
        width: 100%;
    }
}

.relacionadoTitulo {
    border-color: #4db2ec;
}

.relacionadoTitulo span {
    background-color: #4db2ec;
    color: #fff;
}

.relacionadas {
    margin: 0 -3px 35px;
    padding: 0;
    list-style: none;
}

.relacionadoItem {
    float: left;
    width: 33.33333%;
    padding: 0 3px;
    margin-bottom: 12px;
}

.relacionadoItemThumb {
    background-color: #000;
    position: relative;
    padding-top: 64%;
    display: block;
    margin-bottom: 4px;
}

.relacionadoItemThumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relacionadoItemTitulo {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #111;
}

.relacionadoItem a,
.relacionadoItem a:hover {
    text-decoration: none;
}

.relacionadoItem:hover .relacionadoItemTitulo {
    color: #4db2ec;
}

.relacionadoItem:hover img {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .relacionadoItem {
        width: 100%;
    }

    .relacionadoItemThumb {
        float: left;
        padding-top: 0;
        margin-bottom: 0;
        width: 100px;
        height: 68px
    }

    .relacionadoItemTitulo {
        float: right;
        width: calc(100% - 120px);
        font-size: 15px;
        line-height: 23px;
    }
}

.somenteMobile {
	display: none;
}

@media (max-width: 992px) {
	.somenteMobile {
		display: block;
	}

	.somenteDesktop {
		display: none;
	}
}	