html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: "DMSans-Black";
    src: url("../fonts/DM_Sans/static/DMSans-Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "DMSans-Light";
    src: url("../fonts/DM_Sans/static/DMSans-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../fonts/Open_Sans/static/OpenSans-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Regular";
    src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Poppins-Black";
    src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "PublicSans-Black";
    src: url("../fonts/Public_Sans/static/PublicSans-Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "PublicSans-Light";
    src: url("../fonts/Public_Sans/static/PublicSans-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Quicksand-Bold";
    src: url("../fonts/Quicksand/static/Quicksand-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Quicksand-Light";
    src: url("../fonts/Quicksand/static/Quicksand-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Raleway-Black";
    src: url("../fonts/Raleway/static/Raleway-Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Raleway-Light";
    src: url("../fonts/Raleway/static/Raleway-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Black";
    src: url("../fonts/roboto/Roboto-Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Roboto-Regular";
    src: url("../fonts/roboto/Roboto-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "RobotoCondensed-Black";
    src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-Black.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "RobotoCondensed-Light";
    src: url("../fonts/Roboto_Condensed/static/RobotoCondensed-Light.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "RobotoMono-Bold";
    src: url("../fonts/Roboto_Mono/static/RobotoMono-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "RobotoMono-Regular";
    src: url("../fonts/Roboto_Mono/static/RobotoMono-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "ZillaSlab-Bold";
    src: url("../fonts/Zilla_Slab/ZillaSlab-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "ZillaSlab-Regular";
    src: url("../fonts/Zilla_Slab/ZillaSlab-Regular.ttf") format("truetype");
    font-display: swap;
}

body, html {
    height: 100% !important;
}

iframe {
   border: none;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover {
    color: #333;
    text-decoration: underline;
}

iframe {
    max-width: 100% !important;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

strong {
    font-weight: bold;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    min-height: 20px;
    font-size: 26px;
    line-height: 36px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
}

h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

.classClearfix {
    clear: both;
}

.text-form {
    color: #6c757d;
    font-size: 12px;
    display: block;
}

.text-muted {
    color: gray;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    display: block;
}

.classBold {
    font-weight: bold;
}

.classFundoMenu {
    background-color: rgba(0,0,0,.6);
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 0 6px 6px 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;
}

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #777;
}

.label-success {
    background-color: #5cb85c;
}

.label-danger {
    background-color: #d9534f;
}

.label-warning {
    background-color: #f0ad4e;
}

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

.classTextCenter {
    text-align: center;
}

/* 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;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.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:hover {
    color: #FFF;
    opacity: 0.9;
}

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

.classContainerDiv {
    max-width: 1224px;
    padding: 0 12px;
    margin: 0 auto;
    width: 100%;
}

@media (max-width: 972px) {
    .classContainerDiv {
        width: 100%;
    }
}

/* Banners */
.classAnuncios {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.classAnuncios li {
    display: inline-block;
    margin: 0 10px 10px;
    vertical-align: top;
    line-height: 0;
}

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

.classAnuncios li.anuncio-mobile {
    display: none;
}

@media (max-width: 768px) {
    .classAnuncios li.anuncio-mobile {
        display: inline-block;
    }

    .classAnuncios li.anuncio-desktop {
        display: none;
    }
}

/* Pagina */
.classPaginaTituloDiv {
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    position: relative;
}

.classPaginaTituloDiv h1,
.classPaginaTituloDiv h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    font-family: 'RobotoCondensedBold';
}

.classPaginaTituloBotao button {
    background-color: #3A5FCD;
    color: #FFF;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    cursor: pointer;
    width: 22px;
    height: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.classPaginaTituloBotao button:hover {
    opacity: 0.8;
}

.classPaginaTituloDiv.classPaginaTituloBotao {
    padding-right: 30px; 
    min-height: 32px;
}

.classPaginaTexto {
    margin-bottom: 25px;
}

.classPaginaTexto p:first-child {
    margin-top: 0;
}

@media (max-width: 540px) {
    .classPaginaTituloDiv h1,
    .classPaginaTituloDiv h2 {
        font-size: 14px;
        line-height: 22px;
    }
}

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

.classPaginacaoDiv li {
    display: inline-block;
    margin: 0 2px 2px 0;
}

.classPaginacaoDiv li a,
.classPaginacaoDiv li em {
    background-color: transparent;
    border: 1px solid #eee;
    color: #333;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    padding: 0 18px;
    line-height: 40px;
}

.classPaginacaoDiv li.active a,
.classPaginacaoDiv li a:hover {
    background-color: #666;
    border-color: #666;
    color: #FFF;
    text-decoration: none;
}

.classAvisoCookies {
    background-color: rgba(0,0,0,0.9);
    color: #FFF;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 15px;
    width: 420px;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.classAvisoCookies h3 {
    margin: 0 0 8px;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #ffdf40;
}

.classAvisoCookies small {
    display: block;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
}

.classAvisoCookies a {
    color: #ffdf40;
    font-size: 13px;
    line-height: 23px;
    text-decoration: underline;
}

.classAvisoCookies a,
.classAvisoCookies a:hover {
    color: #ffdf40;
}

.classAvisoCookieBotao {
    display: block;
    text-align: center;
    margin-top: 6px;
}

.classAvisoCookieBotao span {
    cursor: pointer;
    background-color: #ffdf40;
    color: #333;
    display: inline-block;
    line-height: 30px;
    padding: 0 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.classAvisoCookieBotao span:hover {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .classAvisoCookies {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.classPostCategorias {
    margin-bottom: 15px;
}

.classPostCategorias a {
    border: 1px #CCC solid;
    display: inline-block;
    padding: 0 6px;
    line-height: 24px;
    margin: 0 0 3px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.classPostCategorias a,
.classPostCategorias a:hover {
    color: #333;
}

.classPostCategorias a:hover {
    opacity: 0.8;
}

.classPostTexto {
    margin-bottom: 15px;
}

.classPostTags {
    display: inline-block;
}

.classPostTagIcone,
.classPostTagValor {
    display: inline-block;
    background-color: #3A5FCD;
    color: #FFF;
    padding: 0 10px;
    margin: 0 6px 6px 0;
    float: left;
    font-size: 12px;
    line-height: 26px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.classPostTagValor {
    background-color: #e0e0e0;
}

.classPostTags .classPostTagValor,
.classPostTags a.classPostTagValor,
.classPostTags a.classPostTagValor:hover,
.classPostTags a.classPostTagValor:focus {
    color: #333;
}

.classPostTags a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.classPostCompartilhe {
    border-top: 1px #CCC solid;
    border-bottom: 1px #CCC solid;
    padding: 15px 0;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.classPostCompartilhe span {
    display: block;
    margin-bottom: 12px;
}

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

.classPostCompartilhe li {
    display: inline-block;
    margin: 0 8px;
}

.classPostCompartilhe a {
    font-size: 26px;
}

.divulgacaoRelacionadosRow {
    margin: 0 -4px;
}

.divulgacaoRelacionadoItem {
    float: left;
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
}

.divulgacaoRelacionadoConteudo {
    position: relative;
    padding-left: 190px;
    min-height: 125px;
}

.divulgacaoRelacionadoConteudo img {
    width: 180px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.divulgacaoRelacionadoTitulo {
    font-weight: bold;
    color: #111;
    display: block;
    margin-bottom: 4px;
}

.divulgacaoRelacionadoTexto {
    color: #898989;
    max-height: 78px;
    overflow: hidden;
    display: block;
}

@media (max-width: 740px) {
    .divulgacaoRelacionadoItem {
        width: 100%;
    }
  
    .divulgacaoRelacionadoConteudo {
        padding-left: 155px;
    }
  
    .divulgacaoRelacionadoTexto {
        max-height: 55px;
    }
  
    .divulgacaoRelacionadoConteudo img {
        width: 142px;
        height: 106px;
    }
}

.classWidgetTitulo {
    border-bottom: 2px #F0F0F0 solid;
    margin: 0 0 18px;
    padding: 0;
    overflow: hidden;
}

.classWidgetTitulo span {
    float: left;
    background-color: #4a4a4a;
    color: #FFF;
    padding: 0 14px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
}

.classWidgetConteudo {
    color: #646464;
    margin-bottom: 22px;
}

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

.widget_categories li {
    margin-bottom: 8px;
}

.searchform {
    border: 1px #e4e4e4 solid;
    position: relative;
    padding-right: 30px;
}

.searchform input[type=text] {
    width: 100%;
    border: 0;
    height: 34px;
    padding: 0 8px;
}

.searchform input[type=submit] {
    cursor: pointer;
    background-color: #484848;
    color: #FFF;
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 34px;
    border: 0;
}

.searchform input[type=submit]:hover {
    opacity: 0.9;
}

/* Widget views */
.classWidgetViews {
    margin: 0;
    padding: 0;
    list-style: none;
}

.classWidgetViews li {
    margin-bottom: 8px;
    position: relative;
    height: 85px;
    padding-left: 120px;
    padding-bottom: 8px;
    background-color: #fbfbfb;
}

.classWidgetViewThumb {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
    line-height: 0;
    border: 1px #CCC solid;
}

.classWidgetViewThumb img {
    width: 105px;
    height: 75px;
    object-fit: cover;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.classWidgetViewTitulo {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    max-height: 47px;
    overflow: hidden;
}

.classWidgetViewInfos {
    font-size: 13px;
    line-height: 13px;
    color: #AAA;
}

.classWidgetViews li:hover img {
    opacity: 0.8;
}

.classWidgetViews li:hover .classWidgetViewTitulo {
    color: #F63232;
}

.classWidgetViews li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.postBotaoProx {
    text-align: center;
    margin-bottom: 15px;
}

.postBotaoProx a {
    display: inline-block;
    background-color: #3A5FCD;
    color: #FFF;
    padding: 0 26px;
    border-radius: 4px;
    line-height: 54px;
    max-width: 600px;
    width: 100%;
    font-size: 24px;
}

.botaoCategoria {
    display: block; 
    text-align: center; 
    line-height: 26px; 
    font-weight: bold; 
    font-size: 13px; 
    padding: 8px 12px;
}

.botaoCategoriaRedondo {
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    border-radius: 32px;
}

.botaoCategoria:hover {
    opacity: 0.8;
}

.paginacao {
	text-align: center;
}

.paginacao strong,
.paginacao a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px 4px 0;
    cursor: pointer;
    background-color: #333;
    color: #FFF;
    border-radius: 4px;
}

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

.paginacao a:hover {
	opacity: 0.8;
}

.paginacao .ativo {
	background-color: #E91E63;
}

.temaPostTexto {
	margin-bottom: 25px;
}

.postTopoTitulo {
    font-size: 18px;
    color: #ffffff;
    display: block;
    line-height: 25px;
    font-weight: bold;
    padding: 0 39px;
}

.temaMenuLogo {
   margin-bottom: 15px;
}

.temaMenuLogo img {
   max-height: 60px;
}

body.menuMobile .temaTopoBotaoMenu, 
body.menuMobile .temaTopoBotaoBusca {
	display: block !important;
}

@media (max-width: 992px) {
     .temaTopo {
        min-height: 65px;
    }

 .postTopoTitulo {
    min-height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    place-items: center;
  }
} 