/* blog.css — regras 1:1 do general.css usadas em category.php */

section.noticias div.navegacao a {
    text-indent: -9999px;
overflow: hidden;
display: block;
}
section.noticias {
    padding-top: 80px;
padding-bottom: 30px;
background: #f9fafa;
}
section.noticias .tit {
    float: left;
font-family: 'STIX Two Text', sans-serif, serif;
font-weight: 500;
font-size: 16px;
margin: 0;
padding: 0;
text-transform: uppercase;
line-height: 22px;
font-weight: 400;
border-bottom: 1px solid #f6f2e6;
color: var(--primary-color);
max-width: 270px;
padding-bottom: 5px;
margin-bottom: 10px;
}
section.noticias figure {
    margin: 0;
}
section.noticias .verTodos {
    font-size: 16px;
color: var(--primary-color);
font-weight: bold;
}
section.noticias .subtit {
    font-family: 'STIX Two Text', sans-serif, serif;
font-weight: 500;
font-size: 44px;
margin: 0;
padding: 0;
line-height: 50px;
font-weight: 400;
color: #1f232e;
clear: left;
display: block;
float: left;
}
section.noticias .boxNoticia h2 {
    font-family: 'Mulish', sans-serif, sans-serif;
font-weight: 800;
line-height: 21px;
color: #36383f;
font-size: 16px;
}
section.noticias .boxNoticia h2 a {
    color: #111;
display: block;
}
section.noticias .boxNoticia h3 {
    font-family: 'Mulish', sans-serif, sans-serif;
font-weight: 800;
line-height: 21px;
color: #36383f;
font-size: 16px;
}
section.noticias .boxNoticia h3 a {
    color: #111;
display: block;
}
section.noticias .boxNoticia .txt {
    border: 1px solid transparent;
border-top: 0;
padding: 25px;
min-height: 200px;
background: #fff;
}
section.noticias .boxNoticia .txt div.tags {
    float: left;
display: none;
width: 100%;
margin-bottom: 15px;
}
section.noticias .boxNoticia .txt p.por {
    color: var(--primary-color);
font-family: 'Inter', sans-serif, sans-serif;
font-weight: 600;
font-size: 14px;
}
section.noticias .boxNoticia .txt p.data {
    color: #333;
font-family: 'Mulish', sans-serif, sans-serif;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
}
section.noticias .boxNoticia:hover .borda {
    transition: all .3s;
box-shadow: 0 3px 10px #504e4e3d;
}
section.noticias .boxDados {
    position: absolute;
left: 6px;
bottom: 30px;
max-width: 165px;
width: 100%;
background: var(--primary-color);
padding: 15px;
margin-bottom: 10px;
}
section.noticias .boxDados h3 {
    font-family: 'Mulish', sans-serif, sans-serif;
font-weight: 800;
line-height: 21px;
font-size: 16px;
color: #fff;
}
section.noticias .boxDados p {
    font-family: 'Mulish', sans-serif, sans-serif;
padding: 0 !important;
margin: 0 !important;
color: #fff !important;
font-size: 13px;
}
section.noticias .boxTxt {
    padding: 15px;
background: url(../img/bg/bg_profissionais_baixo.webp) right top var(--primary-color);
height: 45px;
color: #fff;
}
section.noticias .sliderProfissionais {
    width: 100%;
margin-top: 70px;
}
section.noticias .sliderProfissionais img {
    width: 100%;
}
section.noticias .navegacao {
    position: relative;
text-align: center;
padding: 40px 0px 0 23px;
display: flex;
align-items: center;
justify-content: right;
}
section.noticias .swiper-button-next:after, section.noticias .swiper-button-prev:after {
    display: none;
}
section.noticias .swiper-button-next:hover, section.noticias .swiper-button-prev:hover {
    background-color: #f4efe2;
}
section.noticias .navegacao .nav {
    background: url(../img/bg/bg_icones.webp) no-repeat;
width: 48px;
height: 48px;
display: block;
border: 1px solid #f4efe2;
float: right;
min-width: 48px;
}
section.noticias .navegacao .nav:hover, section.noticias .navegacao .nav:focus {
    background: url(../img/bg/bg_icones.webp) no-repeat #eee;
}
section.noticias .navegacao .nav.swiper-button-next-prof, section.noticias .navegacao .nav.swiper-button-next-noticias, section.noticias .navegacao .nav.swiper-button-next-noticias1 {
    background-position: 14px -3910px;
}
section.noticias .navegacao .nav.swiper-button-prev-prof, section.noticias .navegacao .nav.swiper-button-prev-noticias, section.noticias .navegacao .nav.swiper-button-prev-noticias1 {
    background-position: 14px -3956px;
margin-right: 20px;
}
section.noticias .swiper-pagination-bullet {
    background: #644a07;
width: 10px;
height: 10px;
}
@media screen and (max-width: 991px) {
section.noticias div.boxNoticias div.boxNoticia {
    min-height: inherit;
max-width: 350px;
margin: 0 auto;
padding: 25px 0 0 0;
}
section.noticias div.boxNoticias .row:last-of-type {
    margin: 0 auto;
}
div.col-noticia:has(div.boxNoticia):nth-child(odd):last-child {
    width: 100%;
}

}
@media screen and (max-width: 767px) {
section.noticias div.boxNoticias div.boxNoticia {
    padding: 0 0 20px 0;
}
section.noticias .sliderProfissionais {
    padding:0 10px;
margin-top: 20px !important;
}
section.noticias .swiper {
    margin-top: 20px !important;
}

}
section.noticias {
    padding-top: 80px;
padding-bottom: 30px;
background: #f9fafa;
}
section.noticias .swiper {
    margin-top: 70px;
padding: 0 0 15px 0;
}
section.noticias span.tit {
    float: left;
font-family: 'STIX Two Text', sans-serif;
font-weight: 500;
font-size: 16px;
margin: 0;
padding: 0;
text-transform: uppercase;
line-height: 22px;
font-weight: normal;
border-bottom: 1px solid #f6f2e6;
color: var(--primary-color);
max-width: 270px;
padding-bottom: 5px;
margin-bottom: 10px;
}
section.noticias span.subtit {
    font-family: 'STIX Two Text', sans-serif;
font-weight: 500;
font-size: 44px;
margin: 0;
padding: 0;
line-height: 50px;
font-weight: normal;
color: #1f232e;
clear: left;
display: block;
float: left;
clear: left;
}
section.noticias .verTodos {
    float: left;
font-family: 'Poppins', sans-serif;
font-weight: 600;
line-height: 21px;
color: var(--primary-color);
font-size: 16px;
max-width: 170px;
width: 100%;
margin: 0;
padding: 0;
position: relative;
margin-right: 30px;
}
section.noticias h4 a, section.noticias h4 a:active, section.noticias h4 a:focus, section.noticias h4 a:hover {
    color: var(--primary-color);
}
section.noticias h4::before {
    content: "";
width: 18px;
height: 18px;
display: block;
float: left;
position: absolute;
right: 0;
top: 6px;
background: url(../img/bg/bg_icones.webp) no-repeat;
background-position: 0 -3875px;
}
section.noticias div.boxNoticias {
    float: left;
width: 100%;
margin-top: 70px;
}
section.noticias img {
    width: 100%;
}
section.noticias div.boxNoticias div.boxNoticia {
    max-width: 388px;
padding-right: 30px;
padding-bottom: 20px;
min-height: 400px;
}
section.noticias div.boxNoticias div.boxNoticia div.txt {
    border: 1px solid transparent;
border-top: 0;
padding: 25px;
min-height: 200px;
background: #FFF;
}
section.noticias div.boxNoticias div.boxNoticia h2 {
    font-family: 'Mulish', sans-serif;
font-weight: 800;
line-height: 21px;
color: #36383f;
font-size: 16px;
}
section.noticias div.boxNoticias div.boxNoticia h2 a {
    color: #36383f;
display: block;
}
section.noticias div.boxNoticias div.boxNoticia h3 {
    font-family: 'Mulish', sans-serif;
font-weight: 800;
line-height: 21px;
color: #36383f;
font-size: 16px;
}
section.noticias div.boxNoticias div.boxNoticia h3 a {
    color: #36383f;
display: block;
}
section.noticias div.boxNoticias div.boxNoticia div.tags {
    float: left;
display: none;
width: 100%;
margin-bottom: 15px;
}
section.noticias div.boxNoticias div.boxNoticia div.tags a {
    font-family: 'Mulish', sans-serif;
font-weight: 400;
padding: 5px 10px;
background: #f6f2e6;
color: var(--primary-color);
display: block;
float: left;
font-size: 13px;
margin-right: 10px;
}
section.noticias div.boxNoticias div.boxNoticia p.por {
    color: #a87d0d;
font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 14px;
}
section.noticias div.boxNoticias div.boxNoticia p.data {
    color: #5c5e63;
font-family: 'Mulish', sans-serif;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
padding: 0;
}
section.noticias div.boxNoticias div.boxNoticia div.borda {
    transition: all 0.3s;
}
section.noticias div.boxNoticias div.boxNoticia:hover div.borda {
    transition: all 0.3s;
box-shadow: 0px 3px 10px #504e4e3d;
}
section.noticias div.boxNoticias div.boxNoticia:hover div.txt {
    border-color: #FFF;
/*transition: all 0.3s;*/;
}
section.noticias.populares {
    padding-top: 0;
padding-bottom: 0;
}
#nolcp {
    position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #000;
}
#nolcp img {
    filter: brightness(50%);
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
section.topoNovoAtuacao #breadcrumbs {
    font-family: 'Ubuntu', sans-serif;
font-weight: 400;
font-size: 14px;
color: #6F540B;
}
section.topoNovoAtuacao #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoNovoAtuacao #breadcrumbs a {
    color: #595959;
}
section.topoNovoAtuacao #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 30px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao.new div.titulo #breadcrumbs span {
    color: #595758;
}
section.topoAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoAtuacao.new #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoAtuacao.new #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 20px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
section.topoAtuacao.new #breadcrumbs a {
    color: #C39F55;
}
section.topoAtuacao #breadcrumbs>span {
    padding-left: 5px;
}
section.novaAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
padding-left: 20px;
}
section.novaAreaAtuacao #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 20px;
height: 20px;
position: absolute;
left: 0;
top: 0;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.novaAreaAtuacao.new #breadcrumbs {
    position: relative;
padding-left: 23px;
display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.novaAreaAtuacao.new #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 20px;
height: 20px;
position: absolute;
left: 0;
top: 0px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.novaAreaAtuacao #breadcrumbs a {
    color: #FFF;
}
section.novaAreaAtuacao.new #breadcrumbs a {
    color: #FFF;
}
section.novaAreaAtuacao #breadcrumbs>span {
    padding-left: 5px;
color: #FFF;
}
section.novaAreaAtuacao #breadcrumbs .breadcrumb_last {
    color: #FFF;
}
@media screen and (max-width: 767.5px) {
section.topoAtuacao.new div.titulo #breadcrumbs span {
    text-align: center;
}
section.topoAtuacao.new #breadcrumbs {
    display: flex;
justify-content: center;
}

}
section.topoAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
div.poostsRelacionados div.boxNoticia {
    min-height: inherit !important;
}
section.detalheNoticias div.titulo #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 500;
color: #878792;
font-size: 14px;
}
section.detalheNoticias div.titulo #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias {
    background: url(../img/bg/bg_topo_blog.webp) no-repeat top center fixed;
background-size: cover;
min-height: 493px;
}
section.topoListaNoticias div.titulo {
    padding-top: 110px;
}
section.topoListaNoticias div.titulo h1 {
    font-family: 'STIX Two Text', sans-serif;
font-weight: 500;
font-size: 48px;
color: #FFF;
margin: 0;
padding: 0;
text-transform: capitalize;
border-left: 7px solid #3e3525;
padding-left: 30px;
line-height: 50px;
margin-top: 20px;
}
section.topoListaNoticias div.titulo p {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
color: #FFF;
margin: 0;
padding: 0;
}
section.topoListaNoticias div.titulo p.descricao {
    float: right;
max-width: 500px;
font-size: 16px;
margin-top: 37px;
}
section.topoListaNoticias #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaNoticias #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias #breadcrumbs>span {
    padding-left: 5px;
}
section.noticiasLista div.boxNoticias div.boxNoticia div.txt {
    background: #FFF;
border: none;
}
section.noticiasLista div.boxNoticias div.boxNoticia {
    margin-right: 0;
padding-right: 0;
}
section.noticias div.boxNoticiaTopo {
    width: 100%;
background: #FFF;
margin-top: -190px;
float: left;
display: block;
}
section.noticias div.boxNoticiaTopo figure {
    float: left;
}
section.noticias div.boxNoticiaTopo div.txt {
    border-top: 0;
padding: 0;
margin-top: 50px;
transition: all 0.3s;
background: #FFF;
float: right;
margin-right: 30px;
}
section.noticias div.boxNoticiaTopo h2 {
    font-family: 'Mulish-Bold';
line-height: 36px;
color: #36383f;
font-size: 28px;
}
section.noticias div.boxNoticiaTopo h2 a {
    color: #36383f;
display: block;
}
section.noticias div.boxNoticiaTopo div.tags {
    float: left;
display: none;
width: 100%;
margin-bottom: 15px;
}
section.noticias div.boxNoticiaTopo div.tags a {
    font-family: 'Mulish', sans-serif;
font-weight: 400;
padding: 5px 10px;
background: #f6f2e6;
color: var(--primary-color);
display: block;
float: left;
font-size: 13px;
margin-right: 10px;
}
section.noticias div.boxNoticiaTopo p.por {
    color: #a87d0d;
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 14px;
margin: 10px 0;
}
section.noticias div.boxNoticiaTopo p.intro {
    line-height: 20px;
color: #5c5e63;
font-family: 'Mulish', sans-serif;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
padding: 0;
}
section.noticias div.boxNoticiaTopo:hover div.borda {
    /*transition: all 0.3s;*/
box-shadow: 0px 3px 10px #504e4e3d;
}
section.noticias div.boxNoticiaTopo:hover div.txt {
    border-color: #FFF;
/*stransition: all 0.3s;*/;
}
#nolcp {
    position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #000;
}
#nolcp img {
    filter: brightness(50%);
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
section.topoNovoAtuacao #breadcrumbs {
    font-family: 'Ubuntu', sans-serif;
font-weight: 400;
font-size: 14px;
color: #6F540B;
}
section.topoNovoAtuacao #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoNovoAtuacao #breadcrumbs a {
    color: #595959;
}
section.topoNovoAtuacao #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 30px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao.new div.titulo #breadcrumbs span {
    color: #595758;
}
section.topoAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoAtuacao.new #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoAtuacao.new #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 20px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
section.topoAtuacao.new #breadcrumbs a {
    color: #C39F55;
}
section.topoAtuacao #breadcrumbs>span {
    padding-left: 5px;
}
@media screen and (max-width: 767.5px) {
section.topoAtuacao.new div.titulo #breadcrumbs span {
    text-align: center;
}
section.topoAtuacao.new #breadcrumbs {
    display: flex;
justify-content: center;
}

}
section.topoAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
div.poostsRelacionados div.boxNoticia {
    min-height: inherit !important;
}
section.detalheNoticias div.titulo #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 500;
color: #878792;
font-size: 14px;
}
section.detalheNoticias div.titulo #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias {
    background: url(../img/bg/bg_topo_blog.webp) no-repeat top center fixed;
background-size: cover;
min-height: 493px;
}
section.topoListaNoticias div.titulo {
    padding-top: 110px;
}
section.topoListaNoticias div.titulo h1 {
    font-family: 'STIX Two Text', sans-serif;
font-weight: 500;
font-size: 48px;
color: #FFF;
margin: 0;
padding: 0;
text-transform: uppercase;
border-left: 7px solid #3e3525;
padding-left: 30px;
line-height: 50px;
margin-top: 20px;
}
section.topoListaNoticias div.titulo p {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
color: #FFF;
margin: 0;
padding: 0;
}
section.topoListaNoticias div.titulo p.descricao {
    float: right;
max-width: 500px;
font-size: 16px;
margin-top: 37px;
}
section.topoListaNoticias #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaNoticias #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias #breadcrumbs>span {
    padding-left: 5px;
}
section.noticiasLista div.boxNoticias div.boxNoticia div.txt {
    background: #FFF;
border: none;
}
section.noticiasLista div.boxNoticias div.boxNoticia {
    margin-right: 0;
padding-right: 0;
}
section.noticias div.boxNoticiaTopo {
    width: 100%;
background: #FFF;
margin-top: -190px;
float: left;
display: block;
}
section.noticias div.boxNoticiaTopo figure {
    float: left;
}
section.noticias div.boxNoticiaTopo div.txt {
    border-top: 0;
padding: 0;
margin-top: 50px;
transition: all 0.3s;
background: #FFF;
float: right;
margin-right: 30px;
}
section.noticias div.boxNoticiaTopo h2 {
    font-family: 'Mulish-Bold';
line-height: 36px;
color: #36383f;
font-size: 28px;
}
section.noticias div.boxNoticiaTopo h2 a {
    color: #36383f;
display: block;
}
section.noticias div.boxNoticiaTopo div.tags {
    float: left;
display: none;
width: 100%;
margin-bottom: 15px;
}
section.noticias div.boxNoticiaTopo div.tags a {
    font-family: 'Mulish', sans-serif;
font-weight: 400;
padding: 5px 10px;
background: #f6f2e6;
color: var(--primary-color);
display: block;
float: left;
font-size: 13px;
margin-right: 10px;
}
section.noticias div.boxNoticiaTopo p.por {
    color: #a87d0d;
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 14px;
margin: 10px 0;
}
section.noticias div.boxNoticiaTopo:hover div.borda {
    /*transition: all 0.3s;*/
box-shadow: 0px 3px 10px #504e4e3d;
}
section.noticias div.boxNoticiaTopo:hover div.txt {
    border-color: #FFF;
/*stransition: all 0.3s;*/;
}
#nolcp {
    position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #000;
}
#nolcp img {
    filter: brightness(50%);
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
section.topoNovoAtuacao #breadcrumbs {
    font-family: 'Ubuntu', sans-serif;
font-weight: 400;
font-size: 14px;
color: #6F540B;
}
section.topoNovoAtuacao #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoNovoAtuacao #breadcrumbs a {
    color: #595959;
}
section.topoNovoAtuacao #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 30px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao.new div.titulo #breadcrumbs span {
    color: #595758;
}
section.topoAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoAtuacao.new #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoAtuacao.new #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 20px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
section.topoAtuacao.new #breadcrumbs a {
    color: #C39F55;
}
section.topoAtuacao #breadcrumbs>span {
    padding-left: 5px;
}
@media screen and (max-width: 767.5px) {
section.topoAtuacao.new div.titulo #breadcrumbs span {
    text-align: center;
}
section.topoAtuacao.new #breadcrumbs {
    display: flex;
justify-content: center;
}

}
section.topoAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
div.poostsRelacionados div.boxNoticia {
    min-height: inherit !important;
}
section.detalheNoticias div.titulo #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 500;
color: #878792;
font-size: 14px;
}
section.detalheNoticias div.titulo #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias {
    background: url(../img/bg/bg_topo_blog.webp) no-repeat top center fixed;
background-size: cover;
min-height: 493px;
}
section.topoListaNoticias div.titulo {
    padding-top: 110px;
}
section.topoListaNoticias div.titulo h1 {
    font-family: 'STIX Two Text', sans-serif;
font-weight: 500;
font-size: 48px;
color: #FFF;
margin: 0;
padding: 0;
text-transform: uppercase;
border-left: 7px solid #3e3525;
padding-left: 30px;
line-height: 50px;
margin-top: 20px;
}
section.topoListaNoticias div.titulo p {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
color: #FFF;
margin: 0;
padding: 0;
}
section.topoListaNoticias div.titulo p.descricao {
    float: right;
max-width: 500px;
font-size: 16px;
margin-top: 37px;
}
section.topoListaNoticias #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaNoticias #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias #breadcrumbs>span {
    padding-left: 5px;
}
section.noticiasLista div.boxNoticias div.boxNoticia div.txt {
    background: #FFF;
border: none;
}
section.noticiasLista div.boxNoticias div.boxNoticia {
    margin-right: 0;
padding-right: 0;
}
section.noticias div.boxNoticiaTopo {
    width: 100%;
background: #FFF;
margin-top: -190px;
float: left;
display: block;
}
section.noticias div.boxNoticiaTopo figure {
    float: left;
}
section.noticias div.boxNoticiaTopo div.txt {
    border-top: 0;
padding: 0;
margin-top: 50px;
transition: all 0.3s;
background: #FFF;
float: right;
margin-right: 30px;
}
section.noticias div.boxNoticiaTopo h2 {
    font-family: 'Mulish-Bold';
line-height: 36px;
color: #36383f;
font-size: 28px;
}
section.noticias div.boxNoticiaTopo h2 a {
    color: #36383f;
display: block;
}
section.noticias div.boxNoticiaTopo div.tags {
    float: left;
display: none;
width: 100%;
margin-bottom: 15px;
}
section.noticias div.boxNoticiaTopo div.tags a {
    font-family: 'Mulish', sans-serif;
font-weight: 400;
padding: 5px 10px;
background: #f6f2e6;
color: var(--primary-color);
display: block;
float: left;
font-size: 13px;
margin-right: 10px;
}
section.noticias div.boxNoticiaTopo p.por {
    color: #a87d0d;
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 14px;
margin: 10px 0;
}
section.noticias div.boxNoticiaTopo:hover div.borda {
    /*transition: all 0.3s;*/
box-shadow: 0px 3px 10px #504e4e3d;
}
section.noticias div.boxNoticiaTopo:hover div.txt {
    border-color: #FFF;
/*stransition: all 0.3s;*/;
}
#nolcp {
    position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -1;
background-color: #000;
}
#nolcp img {
    filter: brightness(50%);
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
section.topoNovoAtuacao #breadcrumbs {
    font-family: 'Ubuntu', sans-serif;
font-weight: 400;
font-size: 14px;
color: #6F540B;
}
section.topoNovoAtuacao #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoNovoAtuacao #breadcrumbs a {
    color: #595959;
}
section.topoNovoAtuacao #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 30px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao.new div.titulo #breadcrumbs span {
    color: #595758;
}
section.topoAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoAtuacao.new #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoAtuacao.new #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 20px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
section.topoAtuacao.new #breadcrumbs a {
    color: #C39F55;
}
section.topoAtuacao #breadcrumbs>span {
    padding-left: 5px;
}
@media screen and (max-width: 767.5px) {
section.topoAtuacao.new div.titulo #breadcrumbs span {
    text-align: center;
}
section.topoAtuacao.new #breadcrumbs {
    display: flex;
justify-content: center;
}

}
section.topoAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs a {
    color: var(--primary-color);
}
div.poostsRelacionados div.boxNoticia {
    min-height: inherit !important;
}
section.detalheNoticias div.titulo #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 500;
color: #878792;
font-size: 14px;
}
section.detalheNoticias div.titulo #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias {
    background: url(../img/bg/bg_topo_blog.webp) no-repeat top center fixed;
background-size: cover;
min-height: 493px;
}
section.topoListaNoticias div.titulo {
    padding-top: 110px;
}
section.topoListaNoticias div.titulo h1 {
    font-family: 'STIX Two Text', sans-serif;
font-weight: 500;
font-size: 48px;
color: #FFF;
margin: 0;
padding: 0;
text-transform: uppercase;
border-left: 7px solid #3e3525;
padding-left: 30px;
line-height: 50px;
margin-top: 20px;
}
section.topoListaNoticias div.titulo p {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
color: #FFF;
margin: 0;
padding: 0;
}
section.topoListaNoticias div.titulo p.descricao {
    float: right;
max-width: 500px;
font-size: 16px;
margin-top: 37px;
}
section.topoListaNoticias #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaNoticias #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias #breadcrumbs>span {
    padding-left: 5px;
}
section.noticiasLista div.boxNoticias div.boxNoticia div.txt {
    background: #FFF;
border: none;
}
section.noticiasLista div.boxNoticias div.boxNoticia {
    margin-right: 0;
padding-right: 0;
}
section.noticias div.boxNoticiaTopo {
    width: 100%;
background: #FFF;
margin-top: -190px;
float: left;
display: block;
}
section.noticias div.boxNoticiaTopo figure {
    float: left;
}
section.noticias div.boxNoticiaTopo div.txt {
    border-top: 0;
padding: 0;
margin-top: 50px;
transition: all 0.3s;
background: #FFF;
float: right;
margin-right: 30px;
}
section.noticias div.boxNoticiaTopo h2 {
    font-family: 'Mulish-Bold';
line-height: 36px;
color: #36383f;
font-size: 28px;
}
section.noticias div.boxNoticiaTopo h2 a {
    color: #36383f;
display: block;
}
section.noticias div.boxNoticiaTopo div.tags {
    float: left;
display: none;
width: 100%;
margin-bottom: 15px;
}
section.noticias div.boxNoticiaTopo div.tags a {
    font-family: 'Mulish', sans-serif;
font-weight: 400;
padding: 5px 10px;
background: #f6f2e6;
color: var(--primary-color);
display: block;
float: left;
font-size: 13px;
margin-right: 10px;
}
section.noticias div.boxNoticiaTopo p.por {
    color: #a87d0d;
font-family: 'Inter', sans-serif;
font-weight: 500;
font-size: 14px;
margin: 10px 0;
}
section.noticias div.boxNoticiaTopo:hover div.borda {
    /*transition: all 0.3s;*/
box-shadow: 0px 3px 10px #504e4e3d;
}
section.noticias div.boxNoticiaTopo:hover div.txt {
    border-color: #FFF;
/*stransition: all 0.3s;*/;
}
section.topoAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoAreaAtuacao #breadcrumbs a {
    color: var(--decor-color);
}
section.topoAreaAtuacao #breadcrumbs>span {
    padding-left: 5px;
}
section.topoListaAreaAtuacao #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaAreaAtuacao #breadcrumbs a {
    color: var(--decor-color);
}
section.topoListaAreaAtuacao #breadcrumbs>span {
    padding-left: 5px;
}
div.poostsRelacionados div.boxNoticia {
    min-height: inherit !important;
}
section.detalheNoticias div.titulo #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 600;
color: #878792;
font-size: 14px;
}
section.detalheNoticias div.titulo #breadcrumbs a {
    color: var(--primary-color);
}
section.detalheNoticias div.titulo #breadcrumbs>span {
    padding-left: 5px;
}
section.topoListaNoticias {
    background: url(../img/bg/bg_topo_blog.webp) no-repeat top center fixed;
background-size: cover;
min-height: 493px;
}
section.topoListaNoticias div.titulo {
    padding-top: 110px;
}
section.topoListaNoticias div.titulo h1 {
    font-family: 'Vidalokas';
font-weight: 400;
font-size: 48px;
color: #FFF;
margin: 0;
padding: 0;
text-transform: none;
border-left: 7px solid #3e3525;
padding-left: 30px;
line-height: 50px;
margin-top: 20px;
}
section.topoListaNoticias div.titulo p {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 18px;
color: #FFF;
margin: 0;
padding: 0;
}
section.topoListaNoticias div.titulo p.descricao {
    float: right;
max-width: 500px;
font-size: 16px;
margin-top: 37px;
}
section.topoListaNoticias #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaNoticias #breadcrumbs a {
    color: var(--primary-color);
}
section.topoListaNoticias #breadcrumbs>span {
    padding-left: 5px;
}
section.noticiasLista div.boxNoticias div.boxNoticia div.txt {
    background: #FFF;
border: none;
}
section.noticiasLista div.boxNoticias div.boxNoticia {
    margin-right: 0;
padding-right: 0;
}
section.noticias div.boxNoticiaTopo {
    width: 100%;
background: #FFF;
margin-top: -190px;
float: left;
display: block;
}
section.noticias div.boxNoticiaTopo figure {
    float: left;
}
section.noticias div.boxNoticiaTopo div.txt {
    border-top: 0;
padding: 0;
margin-top: 50px;
transition: all 0.3s;
background: #FFF;
float: right;
margin-right: 30px;
}
section.noticias div.boxNoticiaTopo h2 {
    font-family: 'Mulish', sans-serif;
font-weight: 700;
line-height: 36px;
color: #36383f;
font-size: 28px;
}
section.noticias div.boxNoticiaTopo h2 a {
    color: #36383f;
display: block;
}
section.noticias div.boxNoticiaTopo div.tags {
    float: left;
display: none;
width: 100%;
margin-bottom: 15px;
}
section.noticias div.boxNoticiaTopo div.tags a {
    font-family: 'Mulish', sans-serif;
font-weight: 400;
padding: 5px 10px;
background: #f6f2e6;
color: var(--primary-color);
display: block;
float: left;
font-size: 13px;
margin-right: 10px;
}
section.noticias div.boxNoticiaTopo p.por {
    color: #a87d0d;
font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 14px;
margin: 10px 0;
}
section.noticias div.boxNoticiaTopo p.data {
    color: #5c5e63;
font-family: 'Mulish', sans-serif;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
padding: 0;
}
section.noticias div.boxNoticiaTopo div.borda {
    /*transition: all 0.3s;*/;
}
section.noticias div.boxNoticiaTopo:hover div.borda {
    /*transition: all 0.3s;*/
box-shadow: 0px 3px 10px #504e4e3d;
}
section.noticias div.boxNoticiaTopo:hover div.txt {
    border-color: #FFF;
/*stransition: all 0.3s;*/;
}
section.topoCidades.new div.titulo #breadcrumbs span {
    color: #595758;
}
section.topoCidades #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoCidades.new #breadcrumbs {
    display: inline-flex;
align-items: center;
flex-flow: wrap;
}
section.topoCidades.new #breadcrumbs::before {
    content: '';
margin: 0 5px 2.5px 0;
display: inline-block;
min-width: 20px;
height: 20px;
background: url(../img/bg/icone-inicio.webp) no-repeat center/contain;
}
section.topoCidades #breadcrumbs a {
    color: var(--primary-color);
}
section.topoCidades.new #breadcrumbs a {
    color: #C39F55;
}
section.topoCidades #breadcrumbs>span {
    padding-left: 5px;
}
@media screen and (max-width: 991px) {
section.topoCidades #breadcrumbs {
    font-size: 12px;
}

}
.pagination {
    margin: 0 auto;
display: table;
}
.pagination li {
    font-family: 'Mulish', sans-serif;
font-weight: 400;
font-size: 14px;
margin-bottom: 0;
padding: 0;
}
.wp-paginate.wpp-modern-grey a, .wp-paginate.wpp-modern-grey .current {
    padding: 10px;
}
@media (max-width: 980px) {
section.noticias {
    padding: 50px 0;
}
section.noticias span.tit {
    margin: 0 auto;
text-align: center;
margin-bottom: 10px;
display: block;
float: none;
}
section.noticias span.subtit {
    font-size: 32px;
line-height: 38px;
text-align: center;
float:none;
}
section.noticias div.boxNoticias {
    margin-top: 40px;
}
section.noticias div.boxNoticias div.boxNoticia {
    min-height: inherit;
max-width: 350px;
}
section.noticiasLista div.boxNoticias div.boxNoticia {
    margin-bottom: 5px;
}
section.noticias {
    padding: 30px 0;
}
section.noticias div.boxNoticiaTopo div.txt {
    margin: 30px;
}
section.topoListaNoticias div.titulo {
    padding-top: 30px;
}
section.topoListaNoticias #breadcrumbs {
    font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 14px;
}
section.topoListaNoticias div.titulo p {
    font-size: 14px;
padding-top: 25px;
line-height: 22px;
}
section.topoListaNoticias div.titulo h1 {
    font-size: 32px;
line-height: 38px;
margin-top: 20px;
}
section.topoListaNoticias div.titulo p {
    font-size: 14px;
padding-top: 25px;
line-height: 22px;
}

}
@media screen and (max-width: 991px) {
section.noticias div.boxNoticias div.boxNoticia {
    min-height: inherit;
max-width: 350px;
margin: 0 auto;
padding: 25px 0 0 0;
}
section.noticias div.boxNoticias .row:last- {
    margin: 0 auto;
}
div.col-noticia:has(div.boxNoticia):nth-child(odd):last-child {
    width: 100%;
}

}
@media screen and (max-width: 767px) {
section.noticias .navegacao {
    padding: 40px 20px 0 23px;
}
section.noticias div.boxNoticias div.boxNoticia {
    padding: 0 0 20px 0;
}

}
section.boxProfissionais div.boxNoticias div.boxNoticia {
    position: relative;
}
@media (max-width: 980px) {
section.boxProfissionais div.boxNoticias div.boxNoticia {
    margin-right: 10px;
}

}
