/* GERAL */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap');

* {
    outline:none!important;
    font-family:'Montserrat', sans-serif;
}
.post, .page {
    margin:0!important;
}
.nomePub{
    color:#848E9F;
    font-size:10px;
    text-align:left;
}
.wrapperImg {
    position:relative;
    overflow:hidden;
    display:block;
}
.wrapperImg img {
    border-radius:0;
    transition:all 0.5s ease;
}
.wrapperImg:hover img {
    transform:scale(1.1);
}
.wrapper_a{
	position:relative;
    overflow:hidden;
    display:block;
	height:100%;
    width:100%;
}
.wrapper_a .wrapperImg {
    overflow:unset;
}
.postDestaque .wrapperImg,.post01Catg .wrapperImg{
    background-repeat:no-repeat;
    background-size:cover;
    height:100%;
    background-position:center;
	transition:all 0.5s ease;
}
.postDestaque .wrapperImg img,.post01Catg .wrapperImg img {opacity:0;}
.postDestaque .wrapperImg:hover,.post01Catg .wrapperImg:hover {
    transform:scale(1.1);
}

/* HEADER */

header.site-header{
    padding:0!important;
    margin:0!important;
    border:0!important;
    background-color:#e5e6e8;
    box-shadow: 0 0 6px 3px rgb(0 0 0 / 20%);
    /*background: #e5e6e8 url(https://www.diligenteonline.com/wp-content/uploads/2023/01/diligente-topo-fundo.png) center center no-repeat;*/
}
header .topo{
    padding-top:12px;
    padding-bottom:12px;
}
header .topo .redeSociais{
    margin-right:15px;
}
header .topo .redeSociais a, #menuMobile .zonaMenu .redeSociais a,.social-box a{
    font-size:18px;
    margin-right:4px;
    border-radius:25px;
    background-color:#623212;
    color:#fff!important;
    width:35px;
    display:inline-flex;
    height:35px;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:all 0.4s ease;
}
.social-box a{
    width:45px;
    height:45px;
}
header .topo .redeSociais a:hover,#menuMobile .zonaMenu .redeSociais a:hover,.social-box a:hover{
    background-color:#d69529;
}
header .topo .redeSociais a:hover{
    color:#0079BB;
}
header .topo .redeSociais a:nth-last-child(1){
    margin-right:0;
}
header .topo .btop .redeSociais{
    display:none;
}

header .topo .logo{
    text-align:left;
}
header .topo .custom-logo-link img{
    max-height:100px;
    width:auto;
    max-width:inherit!important;
    border-radius:0;
}
header .topo .barra{
    display:flex;
    flex-direction:column;
}
header .topo .barra .btop, header .topo .barra .bbottom{
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
header .topo .barra .btop{
    margin-bottom:25px;
}
header .topo .barra form{
    padding:0;
    background-color:#eef0f2;
    color:#6D787E;
    box-shadow:none;
    width:100%;
    max-width:310px;
    display:flex;
    border-radius:25px;
    margin:0;
}
header .topo .barra form button{
    border-radius:25px;
    background-color:#31353F;
    color:#fff;
    max-width:42px;
    display:inline-flex;
    height:42px;
    align-items:center;
    margin-left: 10px;
    justify-content:center;
    transition: 0.3s ease;
}
header .topo .barra form button:hover{
	background:#d69529;
}
header .topo .barra form button i {
    color:#fff;
    line-height:1px;
}
header .topo .barra form input[type=text]{
    padding-left:20px;
    background-color:transparent;
    color:#6D787E;
    border:none;
    box-shadow:none;
    width:calc(100% - 52px);
    font-size:14px;
    border-radius:25px;
}
header .topo .barra form input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#6D787E;
}
header .topo .barra form input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#6D787E;
   opacity:1;
}
header .topo .barra form input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#6D787E;
   opacity:1;
}
header .topo .barra form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#6D787E;
}
header .topo .barra form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
   color:#6D787E;
}
header .topo .barra form input[type=text]::placeholder { /* Most modern browsers support this now. */
   color:#6D787E;
}
header .topo .barra .menu{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:flex-end;
}
header .topo .barra .menu a{
    margin-right:10px;
    color:#1f2229;
    text-decoration:none;
    font-weight:600;
    font-size:14px;
    transition:all 0.4s ease;
}
header .topo .barra .menu a:hover{
    color:#d69529;
}
header .topo .barra .menu .bt_contribuir a,#yith-infs-button{
    padding:7px 13px;
    text-decoration:none;
    height:35px;
    display:inline-block;
    margin-right:0px;
    border-radius:25px;
    font-weight:600;
    background-color:#d69529;
    color:#fff;
    border:1px solid #d69529;
    transition:all 0.4s ease;
}
header .topo .barra .menu .bt_contribuir a:hover,#yith-infs-button:hover{
    background-color:#623212;
}
header .bottom{
    background-color:#d69529;
    color:#fff;
    padding:0;
}
header .fixed{
    position:fixed;
    top:0;
    left:0;
    width:100%;
}
header .bottom .menu{
    margin:0;
    padding:0;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:space-around;
}
header .bottom .menu li{
    padding:8px 2px;
    transition:0.3s ease;
	text-align:center;
	position:relative;
	width:100%;
}
/*header .bottom .menu li.menu-item-has-children{
    padding-right:30px;
}*/
header .bottom .menu li a{
    text-transform:uppercase;
    color:#fff;
    font-size:13px;
    font-weight:600;
    text-decoration:none;
    display:inline-block!important;
}
header .bottom .menu li:hover,header .bottom .menu li.current-menu-item{
    background-color:#623212;
}
/*header .bottom .menu li i{
	position:absolute;
	margin-left:0;
	top:11px;
	right:8px;
}*/

#pesquisaMob{display:none;}
@media screen and (max-width:991px){
    header .topo .barra form {
        margin: 0 0 0 15px;
    }
}
@media screen and (max-width:767px){
    header .topo .custom-logo-link img{
        max-height:75px;
    }
    #pesquisaMob{display: flex;
        align-items:center;
        justify-content:center;
        margin-left:10px;
        width:35px;
    	height:35px;
        border-radius:50%;
        font-size:15px;
        cursor:pointer;
        background:#623212;
    	color:#fff;
    	transition:all 0.3s ease;
    }
    #pesquisaMob:hover{
        background:#d69529;
    }
    header .topo .btop .redeSociais{
        display:none;
        margin-right:10px;
    }
    header .topo .barra .bbottom{
        display:none;
    }
    /*header .topo .barra .btop .redeSociais a{
        margin:0;
    }*/
    header .topo .barra{
        justify-content: center;
    }
    header .topo .barra .btop {
        margin-bottom:0;
    }
}
@media screen and (max-width:576px){
	header .topo .logo{
    	text-align:left;
	}
	/*header .topo .redeSociais{
		display:none;
	}
	header .topo .btop .redeSociais{
        margin-right:0;
        width:100%;
        margin-bottom:10px;
        text-align:right;
    }*/
    header .topo .barra .btop{
        flex-wrap:wrap;
    }
}

/* HEADER MOBILE */

#menuMobileBt{
    display:none;
    cursor:pointer;
}
.menu-topo-mobile-container{display:none;}
@media screen and (max-width:991px){
    header .bottom .menu{display:none;}
    #menuMobileBt{
        display:block;
        float:right;
    }
    #menuMobileBt span {
        width: 35px;
        height: 4px;
        background: #fff;
        display: block;
        margin-bottom: 4px;
    }
    #menuMobileBt span:nth-last-child(1){
        margin-bottom:0;
    }
}
@media screen and (max-width:767px){
    .menu-topo-mobile-container{display:block;}
    .menu-topo-container{display:none;}
}
#menuMobile,#areaPesquisa {
    background-color:#fff;
    padding:10px 0;
    position:fixed;
    width:100%;
    z-index:9999;
    height:100vh;
    display:flex;
    top:0;
    align-items:flex-start;
    left:-200%;
    transition:left 0.5s ease;
}
#menuMobile .zonaMenu,#areaPesquisa .zonaMenu{
    width:100%;
    padding:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
}
#menuMobile .zonaMenu{
	flex-direction:column;
}
#menuMobile .zonaMenu .redeSociais{
	margin-bottom:10px;
}
#areaPesquisa .zonaMenu form{
    margin:0;   
}
#areaPesquisa .zonaMenu form{
    padding:0;
    background-color:#f4f5f6;
    color:#6D787E;
    box-shadow:none;
    width:100%;
    border-radius:25px;
}
#areaPesquisa .zonaMenu form button{
    border-radius:50%;
    background-color:#623212;
    max-width:45.63px;
    display:inline-flex;
	color:#fff;
	border:0;
    height:45.63px;
    align-items:center;
    justify-content:center;
}
#areaPesquisa .zonaMenu form button:hover{
    background-color:#d69529;
}
#areaPesquisa .zonaMenu form input[type=text]{
    padding-left:20px;
    background-color:transparent;
    color:#6D787E;
    box-shadow:none;
	border:0;
    width:calc(100% - 52px);
    border-radius:25px;
}
#areaPesquisa .zonaMenu input[type=text]::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#6D787E;
}
#areaPesquisa .zonaMenu input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#6D787E;
   opacity:1;
}
#areaPesquisa .zonaMenu input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#6D787E;
   opacity:1;
}
#areaPesquisa .zonaMenu form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#6D787E;
}
#areaPesquisa .zonaMenu form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
   color:#6D787E;
}
#areaPesquisa .zonaMenu form input[type=text]::placeholder { /* Most modern browsers support this now. */
   color:#6D787E;
}
#menuMobile ul.menu {
    margin:0;
    padding:0;
    list-style:none;
    text-align:center;
}
#menuMobile ul.menu li.espacoMenu {
    margin-left:30px !important;
}
#menuMobile ul.menu li.opcoesMenu {
    display:inline-block;
    margin:0 3px;
}
#menuMobile ul.menu li.pesquisar {
    display:none;
}
#menuMobile ul.menu li{
    width:100%;
}
#menuMobile ul.menu li a{
    margin:10px 0;
    display:block;
    font-weight:300;
    font-size:16px;
    width:100%;
    max-width:290px;
    text-decoration:none;
    background-color:#d69529;
    color:#fff;
    padding:5px 15px;
    border-radius:25px;
}
#menuMobile ul.menu li a:hover{
    background-color:#623212;
}
#menuMobile ul.menu li .sub-menu {
    margin: 0;
    padding: 0px;
    list-style: none;
}
#menuMobile.abremenu,#areaPesquisa.abremenu {
    left:0 !important;
}
#menuMobile .fecha,#areaPesquisa .fecha {
    position:absolute;
    top:30px;
    right:15px;
    display:block;
    width:30px;
    z-index:99999;
    cursor:pointer;
}
#menuMobile .fecha span,#areaPesquisa .fecha span{
    width:100%;
    height:2px;
    border-radius:5px;
    background-color:#623212;
    display:block;
    position:absolute;
    top:0;
    left:0;
}
#menuMobile .fecha span:first-child,#areaPesquisa .fecha span:first-child {
    -ms-transform:rotate(45deg);
    /* IE 9 */
    -webkit-transform:rotate(45deg);
    /* Safari 3-8 */
    transform:rotate(45deg);
}
#menuMobile .fecha span:last-child,#areaPesquisa .fecha span:last-child {
    -ms-transform:rotate(135deg);
    /* IE 9 */
    -webkit-transform:rotate(135deg);
    /* Safari 3-8 */
    transform:rotate(135deg);
}

/* FOOTER */

.home #rodape {
    margin-top:40px;
}
#rodape{
    color:#fff;
    background-color:#200e01;
    padding:20px 0 0;
}
#rodape .colunas{
    padding-top:20px;
}
#rodape .colunas .coluna{
    padding-top:20px;
}
#rodape h3{
    font-size:16px;
    color:#fff;
    margin-bottom:30px;
    font-weight:600;
    text-transform:uppercase;
    padding-bottom:15px;
    border-bottom:1px solid rgba(255,255,255,0.25);
}
#rodape .menu,#rodape .menu ul{
    margin:0;
    padding:0;
    list-style:none;
}
#rodape .menu a, #rodape .redeSociais a{
    color:#fff;
    font-size:14px;
    text-decoration:none;
}
#rodape .redeSociais a{
    font-size:18px;
    background-color:#fff;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    width:35px;
    height:35px;
    color:#311603!important;
    transition:all 0.5s ease;
}
#rodape .redeSociais a:hover{
    background-color:#d69529;
}
#rodape .menu a:hover{
    color:#d69529;
    text-decoration:none;
}
#rodape .linhaFinal{
    background-color:#200e01;
    color:#fff!important;
    font-size:12px;
    padding:20px 0;
    margin-top:48px;
    text-transform:uppercase;
}
#rodape .linhaFinal .col-copyright{
	border-top:1px solid rgba(255,255,255,0.25);
	padding-top:20px;
}
#rodape .linhaFinal span{
    color:#fff!important;
}
#rodape .linhaFinal a{
    color:#d69529;
    text-decoration:none;
}
#rodape .linhaFinal a:hover{
    text-decoration:underline;   
}
@media screen and (max-width:991px){
    #rodape h3{
        margin-top:40px;
    }
}
@media screen and (max-width:576px){
    #rodape{
        padding:20px 0 0;
    }
    #rodape .colunas{
        padding-top:20px;
        padding-bottom:20px;
    }
    #rodape .colunas .coluna{
        padding-top:20px;
    }
    #rodape h3{
        font-size:16px;
        margin-bottom:20px;
    }
}
#rodape .colunas .coluna p{
	font-size:13px;
}
#rodape .colunas .coluna .wrapper_logo_footer{
	margin:0 0 30px;
}
#rodape .colunas .coluna .wrapper_logo_footer img{
	width:65px;
}

/* PAG TEXTOS */

#textos{
    margin-top:60px;
    margin-bottom:60px;
    text-align:justify;
}
#textos h2{
    margin-bottom:0;
    text-transform:uppercase;
    font-size:20px;
    font-weight:600;
    padding-bottom:5px;
    display:inline-block;
    border-bottom:3px solid #d69529;
    color:#311603;
}
#textos .titulo{
    position:relative;
    display:block;
    margin-bottom:30px;
}
#textos .titulo::after{
    content:"";
    border-bottom:1px solid #d69529;
    width:calc(100% - 30px);
    position:absolute;
    bottom:1px;
    left:15px;
}
#textos span.titulo::after{
    content:"";
    border-bottom:1px solid #d69529;
    width:100%;
    position:absolute;
    bottom:1px;
    left:0;
}
#textos h3{
    margin:24px 0;
    font-size:18px;
    color:#311603;
}
#textos .texto a{
	color:#666;
}
#textos .texto a:hover{
	color:#0079BB;
}

/* PAG SOBRE */

#equipa{
    padding:30px 0;
}
#equipa .elemento{
    margin:15px 0;
    text-align:center;
}
#equipa .elemento h3{
    margin:10px 0 5px;
    font-weight:600;
}
#equipa .elemento .wrapper{
    position:relative;
    cursor:pointer;
}

#equipa .elemento .wrapper .info,#equipa .elemento .wrapper .sombra{
    opacity:0;
    background-color:rgba(214,149,41,0.3);
    position:absolute;
    left:0;
    width:100%;
    transition:opacity 0.4s ease;
}
#equipa .elemento .wrapper .sombra{
    top:0;
    height:100%;
}
#equipa .elemento .wrapper .info{
    bottom:0;
    background-color:rgba(214,149,41,0.85);
    color:#fff;
}
#equipa .elemento .wrapper:hover .info,#equipa .elemento .wrapper:hover .sombra{
    opacity:1;
}
#apoios{
    padding-top:60px;
}
#apoios a{
    padding:8px 16px;
    text-decoration:none;
    color:#fff!important;
    background:#d69529;
    border-radius:16px;
    transition:all 0.4s ease;
}
#apoios a:hover{
    background:#623212;
    border-radius:0;
    color:#fff;
}

/* PAG CONTACTOS */

.page-template-template-contactos #contactos{
    margin-top:60px;
    margin-bottom:60px;
}
.page-template-template-contactos #contactos h2{
    margin-bottom:0px;
    text-transform:uppercase;
    font-size:22px;
    font-weight:600;
    padding-bottom:5px;
    display:inline-block;
    border-bottom:3px solid #d69529;
    color:#311603;
}
.page-template-template-contactos #contactos .titulo{
    position:relative;
    display:block;
    margin-bottom:30px;
}
.page-template-template-contactos #contactos .titulo::after{
    content:"";
    border-bottom:1px solid #d69529;
    width:calc(100% - 30px);
    position:absolute;
    bottom:1px;
    left:15px;
}

/* HOME */

.home .margemTopo{
    margin-top:30px;
}
.home a.nomeCateg{
    color:#d69529!important;
    padding:5px 10px;
    border-radius:25px;
    border:2px solid #d69529;
    display:inline-block;
    font-weight:500;
    margin-top:20px;
    margin-right:10px;
    background-color:transparent;
    font-size:13px;
    transition:all 0.5s ease;
}
.home a.nomeCateg:hover{
    color:#fff!important;
    background-color:#d69529;
}
.home .nomeCateg.baixo{
    margin-top:30px;
    margin-bottom:0;
}
.home .categoria .tituloCatg h2,.home .areaOpiniao .tituloCatg h2{
    font-size:22px;
    font-weight:600;
    padding-bottom:5px;
    display:inline-block;
    border-bottom:3px solid #d69529;
    color:#311603;
}
.home .categoria .tituloCatg,.home .areaOpiniao .tituloCatg{
    margin-top:20px;
    margin-bottom:20px;
    position:relative;
}
.home .categoria .tituloCatg::after,.home .areaOpiniao .tituloCatg::after{
    content:"";
    border-bottom:1px solid #d69529;
    width:calc(100% - 30px);
    position:absolute;
    bottom:11px;
    left:15px;
}
.home .categoria .tituloCatg::after{
    bottom:9px;
}
.home .verTodos{
    display: flex;
    text-decoration: none;
    align-items: baseline;
    justify-content: space-between;
}
.home a.verTodos span{ color:#311603;font-weight:600;font-size:14px;}
.home a.verTodos:hover h2,.home a.verTodos:hover span{ color:#d69529;}

.home .categoria .post01Catg,.home .destaque .postDestaque,.home .destaque .posts .fundo{
    background-color:#F6F7F8;
}
.home .destaque .posts .fundo,.home .categoria .post01Catg{
    height:100%;
}
.home .destaque .postDestaque{
    margin-bottom:30px;
}
.home .destaque .posts{
	margin-top:30px;
}
.home .destaque .postDestaque.ultimo{
	margin-bottom:0;
}
.home .categoria .post01Catg .titulo,.home .destaque .postDestaque .titulo{
    padding:30px 30px 30px 15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:baseline;
}
.home .categoria .post01Catg .titulo p,.home .destaque .postDestaque .titulo p{
    margin:0;
    font-size:14px;
    font-weight:600;
}
.home .destaque .posts .titulo{
    padding:30px;
    display:block;
}
.home .categoria .post01Catg .post a,.home .destaque .postDestaque .titulo a,.home .destaque .posts a,.home .areaOpiniao .post a,.home .areaNotDestaque .tituloDest a{
    color:#262931;
    text-decoration:none;
}
.home .categoria .post01Catg .post a:hover,.home .destaque .postDestaque .titulo a:hover,.home .destaque .posts a:hover{
    color:#d69529;
}
.home .categoria .post01Catg .post a h2,.home .destaque .postDestaque .titulo a h2,.home .destaque .posts a h2{
    font-size:20px;
    font-weight:600;
    margin-bottom:20px;
}
.home .destaque .posts a h2{
    font-size:18px;
    margin-bottom:0;
}
.home .categoria .post01Catg .post a .data,.home .destaque .postDestaque .titulo a .data,.home .destaque .posts a .data{
    color:#848E9F;
    font-size:14px;
    display:block;
}
.destaque .postDestaque .titulo a .data{
    margin-bottom:16px;
    display:block;
}
.destaque .postDestaque .titulo p{
    margin:0;
    font-size:14px;
}
.home .categoria .posts .wrapper {
    background-color:#F6F7F8;
    padding:15px;
    height:100%;
    /*display:flex;
    flex-direction:column;
    justify-content:flex-start;*/
}
.home .categoria .posts .wrapper .entry-meta{
    margin:5px 0 0!important;
}
.wrapperTab .entry-meta,.relatedposts .post .wrapperInfo .entry-meta{
    margin:8px 0 0!important;
}
.home .categoria .posts a{
    color:#262931;
    text-decoration:none;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ddd;
    /*display:block;*/
}
.home .categoria .posts a:nth-last-child(1){
    margin-bottom:5px;
    padding-bottom:0;
    border-bottom:0;
}
.home .categoria .posts a:hover{
    color:#d69529;
}
.home .categoria .posts a:nth-last-child(1){
    margin-bottom:0;
}
.home .categoria .posts a h3{
    font-size:16px;
    margin:0;
    font-weight:600;
}
.home .categoria .posts a .data{
    color:#848E9F;
    font-size:14px;
    display:block;
}
.home .areaPub .pub{
    margin-top:30px;
}
.home .areaPub a{
    display:block;
}
.home .areaOpiniao,.home .areaNotDestaque{
    background-color:#202229;
    padding:30px 0;
}
.home .areaOpiniao{
	background-color:transparent;padding:0;}

.home .areaNotDestaque p{
    color:#fff;
    margin-top:20px;
}
.home .areaOpiniao .post{
    margin-top:20px;
    margin-bottom:20px;
}
.home .areaNotDestaque .tituloDest h2{
    color:#fff;
    font-weight:600;
}
.home .areaOpiniao .tituloCatg h2{
    margin-bottom:10px;
}
.home .areaOpiniao .tituloCatg a.opiniaoTodos{
    text-transform:uppercase;
    font-size:14px;
    color:#0895d6;
}
.home .areaNotDestaque .tituloDest a{
    color:#fff;
}
.home .areaOpiniao .post a h2{
    margin-top:0;
    font-size:16px;
    font-weight:600;
}
.home .areaOpiniao .post .subCatg{
    margin-top:15px;
}
.home .areaOpiniao .post a .data,.home .areaNotDestaque .tituloDest a .data{
    color:#fff;
    font-size:14px;
    display:block;
}
.home .areaOpiniao .post a:hover,.home .areaNotDestaque .tituloDest a:hover,.home .areaNotDestaque .tituloDest a:hover h2{
    color:#d69529;
}
.home .areaNotDestaque .tituloDest,.home .areaNotDestaque .imgDest{
    margin-top:20px;
    margin-bottom:20px;
}

/* BANNER HOME */

#banner{
    background-color:#202229;
    padding-top:15px;
}
#banner .container{
    padding:15px;
}
#banner .tituloArea{
    padding-top:30px;
    padding-bottom:30px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
}
h4.subtitulo{
    color:#695d55;
    font-weight:600;
    font-size:18px;
    text-transform:uppercase;
}
.post01Catg h4.subtitulo{
    color:#d69529;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}
#banner .tituloArea a{
    color:#fff;
    text-decoration:none;
}
#banner .tituloArea a h2{
    color:#fff;
    font-weight:600;
    font-size:22px;
    margin-bottom:20px;
}
#banner .tituloArea a:hover h2{
    color:#d69529;
}
#banner .tituloArea a .data{
    color:#fff;
    font-size:14px;
    display:block;
    margin-bottom:20px;
}
#banner .tituloArea p{
    color:#fff;
    margin:0;
	font-size:14px;
}
#banner .owl-dots,#galeria .owl-dots{
    position:relative;
    bottom:30px;
    width:100%;
    max-width:1320px;
    margin-right:auto;
    margin-left:auto;
    z-index:1;
    display:flex;
    padding-left:15px;
    padding-right:15px;
}
#galeria .owl-dots{
    bottom:25px;justify-content:center;}

#galeria .owl-item img {
    width:auto!important;
}

@media (max-width: 1399px){
    #banner .owl-dots,#galeria .owl-dots{
        max-width:1140px;
    }
}
@media (max-width: 1199px){
    #banner .owl-dots,#galeria .owl-dots{
        max-width:960px;
    }
}
@media (max-width: 991px){
    #banner .owl-dots,#galeria .owl-dots{
        max-width:720px;
    }
}
@media (max-width: 767px){
    #banner .owl-dots,#galeria .owl-dots{
        margin-top:15px;
        max-width:540px;
    }
    #banner{
        padding-top:30px;
        padding-bottom:0px;
    }
    #banner .tituloArea{
        padding-top:0px;
        padding-bottom:30px;
    }
    .home .margemTopo{
        margin-top:15px;
    }
}
@media (max-width: 575px){
    #banner .owl-dots,#galeria .owl-dots{
        max-width:100%;
    }
}
#banner .owl-dots .owl-dot,#galeria .owl-dots .owl-dot{
    width:16px;
    height:16px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid transparent;
    margin-right:5px;
}
#banner .owl-dots .owl-dot:nth-last-child(1),#galeria .owl-dots .owl-dot:nth-last-child(1){
    margin-right:0;
}
#banner .owl-dots .owl-dot span,#galeria .owl-dots .owl-dot span{
    width:8px;
    height:8px;
    border-radius:50%;
    background-color:#fff;
}
#banner .owl-dots .owl-dot.active,#galeria .owl-dots .owl-dot.active{
    border:2px solid #fff;
}
#banner .owl-dots .owl-dot.active span,#galeria .owl-dots .owl-dot.active span{
    background-color:#d69529;
}

/* RECENTES & POPULARES */

.recentesPopulares #tabs{
    background-color:#f6f7f8;
}
.home .recentesPopulares #tabs{
    height:100%;
}
.home .recentesPopulares #tabs .wrapperTab{
    height:calc(100% - 44px);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.recentesPopulares #tabs .ui-tabs-nav{
    padding:0;
    margin:0;
    list-style:none;
    display:flex;
}
.recentesPopulares #tabs .ui-tabs-nav li{
    width:50%;
}
.recentesPopulares #tabs .ui-tabs-nav li a{
    padding:10px 5px;
    color:#DADEE2;
    display:block;
    background-color:#fff;
    text-align:center;
    text-decoration:none;
    transition:all 0.5s ease;
}
.recentesPopulares #tabs .ui-tabs-nav li.ui-tabs-active a{
    background-color:#f6f7f8;
    font-weight:600;
    color:#623212;
}
.recentesPopulares #tabs .ui-tabs-panel{
    padding:25px 15px;
}
.home .recentesPopulares #tabs .ui-tabs-panel{
    height:100%;
}
.recentesPopulares #tabs .ui-tabs-panel a{
    color:#262931;
    text-decoration:none;
    padding-bottom:15px;
    margin-bottom:15px;
    border-bottom:1px solid #ddd;
    /*display:block;*/
    text-align:left;
}
.home .recentesPopulares #tabs .ui-tabs-panel a{
    margin-bottom:0;
}
.recentesPopulares #tabs .ui-tabs-panel a:hover{
    color:#d69529;
}
.recentesPopulares #tabs .ui-tabs-panel a:nth-last-child(1){
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:0;
}
.recentesPopulares #tabs .ui-tabs-panel a h3{
    font-size:14px;
    margin:0;
    font-weight:600;
}
.recentesPopulares #tabs .ui-tabs-panel a .data{
    color:#848E9F;
    font-size:14px;
    display:block;
}
@media screen and (max-width:576px){
    .recentesPopulares #tabs .ui-tabs-panel{
        padding:20px;
    }
    .recentesPopulares #tabs .ui-tabs-panel a{
        margin-bottom:20px;
    }
}
@media screen and (max-width:1199px){
    /*.home .areaPub a img {
        max-height:295px;
    }*/
	header .bottom .menu li i{
		right:0;
	}
}
@media screen and (max-width:991px){
    header .bottom{
		padding:6px 0;
	}
    .recentesPopulares #tabs .ui-tabs-panel a h3{
        margin:0 0 20px;
    }
    .recentesPopulares #tabs .ui-tabs-panel a:nth-last-child(1) h3{
        margin:0;
    }
    .recentesPopulares{
        margin-top:30px;
    }
    /*.home .areaPub a img {
        max-height:255px;
    }*/
    .home .categoria .posts{
        margin-top:30px;
    }
    .home .categoria .post01Catg .post a h2,.home .destaque .posts a.titulo h2{
        font-size:19px;
    }
    .home .destaque .posts.ultimo,.home .areaOpiniao .post.ultimo{
        display:none;
    }
    .home .categoria .post01Catg .titulo,.home .destaque .postDestaque .titulo{
        padding:20px 30px 20px 5px;
    }
    .home .destaque .posts .titulo{
        padding:20px;
    }
    .home .areaOpiniao .post a h2,.home .areaNotDestaque .tituloDest h2{
        font-size:19px;
    }
}
@media screen and (max-width:756px){
    /*.home .areaPub a img {
        max-height:255px;
    }*/
    .home .destaque .posts.ultimo{
        display:block;
    }
    header .topo .barra form{
        display:none;
    }
}
@media screen and (max-width:576px){
    .home .destaque .posts.ultimo,.home .areaOpiniao .post.ultimo{
        display:block;
    }
    /*.home .areaPub a img {
        max-height:215px;
    }*/
    .home .categoria .post01Catg .titulo,.home .destaque .postDestaque .titulo{
        padding:20px 35px;
    }
    .home .categoria .posts .wrapper{
        padding:20px;
    }
}

/* ARCHIVE / HOME */

.archive.category 

.subCatg{
    color: #d69529!important;
    padding: 2px 15px;
    border-radius: 25px;
    margin-bottom:10px;
    border: 2px solid #d69529;
    display: inline-block;
    font-weight: 500;
    background-color:#fff;
    font-size: 13px;
}

/* SINGLE */

#single{
    margin-top:30px;
    margin-bottom:30px;
    text-align:justify;
}
#comments a{
    color:#0079bb;
}
.entry-content blockquote{
    font-size:19px;
    font-weight:600;
    color:#d69529;
    text-align:center;
}
article img{
    margin:auto;
    display:block;
}
.entry-header h1.entry-title{
    text-align:left;
    font-weight:400!important;
    font-size:33px!important;
    margin-bottom:30px!important;
    margin-top:0!important;
}
article .wp-caption-text {
    margin:10px 0 15px!important;
    font-size:13px;
    text-align:left;
    color:#777;
}

/*article .entry-content p:first-child {
    color:#999999;
    font-weight:600;
}*/

.entry-meta{
    font-size:13px;
    color:#777;
    margin:10px 0 15px;
    font-weight:600;
}
.entry-footer .cat-links a{
    border:2px solid #623212;
    border-radius:25px;
    padding:6px 15px;
    display:inline-block;
    margin-bottom:15px;
    margin-right:5px;
    color:#623212;
    text-decoration:none;
    font-weight:600;
}
.entry-footer .cat-links a:nth-last-child(1){
    margin-right:0;
}
.entry-footer .cat-links a:hover{
    background-color:#623212;
    color:#fff;
}
.comments-area h3,.relatedposts h3{
    margin-top:40px;
    margin-bottom:10px;
    text-transform:uppercase;
    font-weight:600;
    font-size:20px;
}
#comentarios h2{
    cursor:pointer;
    padding: 5px 15px;
    background-color: #fff;
    border: 1px solid #d69529;
    border-radius: 25px;
    display: inline-block;
    margin-top: 15px;
    color: #d69529;
    text-align:left;
    font-size:18px;
}
#comentarios h2:hover{
    background-color: #d69529;
    color: #fff;
}
.comment-form .form-submit input{
    border:1px solid #d69529;
    border-radius:25px;
    padding:12px 16px;
    display:inline-block;
    margin-bottom:15px;
    color:#d69529;
    text-decoration:none;
    background-color:#fff;
}
.comment-form .form-submit input:hover{
    background-color:#d69529;
    color:#fff;
}
.comment-list li{
    margin-bottom:30px;
}
.comment-form-url{display:none;}
.comment-form .comment-form-author,.comment-form .comment-form-email{display:inline-block;}
ol.comment-list{
    margin:30px 0 0;
    list-style: none;
    padding:0;
}
.comment-respond{
    position:relative;
    display:block;
    clear:both;
}
.relatedposts{
    margin-bottom:40px;
    display:block;
}
.relatedposts .post{
    margin-top:20px!important;
    margin-bottom:20px!important;
}
.relatedposts .post .wrapper{
    background-color:#f6f7f8;
    height:100%;
}
.relatedposts .post a{
    color:#262931;
    text-decoration:none;
    margin:0;
}
.relatedposts .post .wrapperInfo{padding:20px;}
.relatedposts .post a.info{
    display:block;
}
.relatedposts .post a h2{
    font-size:16px;
    font-weight:600;
    text-align:left;
}
.relatedposts .post a .data{
    color:#262931;
    font-size:14px;
    text-align:left;
    display:block;
}
.relatedposts .post a:hover{
    color:#d69529;
}

@media (max-width:991px){
    .entry-header h1.entry-title{
        font-size:30px!important;
    }
}
@media (max-width:767px){
    .entry-header h1.entry-title{
        font-size:27px!important;
    }
}
@media (max-width:576px){
    .entry-header h1.entry-title{
        font-size:24px!important;
    }
}

/* ARQUIVO */

#arquivo{
    margin-top:30px;
    margin-bottom:30px;
    text-align:justify;
}
#arquivo .page-numbers{
    width:25px;
    height:25px;
    border:2px solid #623212;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    color:#623212;
}
#arquivo .page-numbers.prev,#arquivo .page-numbers.next{
    border:0;
    color:#623212;
    font-weight:bold;
}
#arquivo .page-numbers.current{
    background-color:#623212;
    color:#fff;
}
#arquivo .tituloCatg h1{
    font-size:20px;
    margin-bottom:0;
    font-weight:600;
    color:#623212;
    padding-bottom:5px;
    display:inline-block;
    border-bottom:3px solid #d69529;
}
#arquivo .tituloCatg{
    margin-bottom:30px!important;
    position:relative;
}
#arquivo .tituloCatg::after{
    content:"";
    border-bottom:1px solid #d69529;
    width:100%;
    position:absolute;
    bottom:1px;
    left:0;
}
.page-header h1.page-title{
     margin-top:0;
     margin-bottom:40px;
}
#arquivo .destaque .postDestaque{
    margin-bottom:30px;
    background-color:#F6F7F8;
}
#arquivo .destaque .postDestaque .titulo a,.destaque .posts a{
    color:#262931;
    text-decoration:none;
}
#arquivo .destaque .postDestaque .titulo a h2{
    font-size:20px;
    font-weight:600;
    text-align:left;
    margin-bottom:20px;
}
#arquivo .destaque .postDestaque .titulo a .data{
    color:#848E9F;
    font-size:14px;
    display:block;
}
#arquivo .destaque .postDestaque .titulo {
    padding:30px 30px 30px 15px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:baseline;
}
#arquivo .destaque .posts{
    margin-bottom:30px;
}
#arquivo .destaque .posts a h2{
    font-size:16px;
    font-weight:600;
    text-align:left;
    margin:0;
}
#arquivo .destaque .posts .fundo{
    height:100%;
    background-color:#F6F7F8;
}
#arquivo .destaque .posts a .data{
    color:#848E9F;
    font-size:14px;
    display:block;
}
#arquivo .destaque .posts .wrapperInfo{padding:25px 30px 10px;}
#arquivo .destaque .posts .titulo{
    display:block;
}
#arquivo .destaque .postDestaque .titulo a:hover,.destaque .posts a:hover {
    color:#d69529;
}
@media screen and (max-width:991px){
    #arquivo .destaque .postDestaque .titulo a h2,#arquivo .destaque .posts a.titulo h2{
        font-size:19px;
    }
    #arquivo .destaque .postDestaque .titulo{
        padding:20px 35px;
    }
    #arquivo .destaque .posts .wrapperInfo{
        padding:20px 20px 10px;
    }
}

/* SIDEBAR */

.sidebar .areaPub .pub{
     margin-bottom:30px;
}
@media screen and (max-width:991px){
    .sidebar.recentesPopulares #tabs .ui-tabs-panel{
        padding:20px;
    }
    .sidebar.recentesPopulares #tabs .ui-tabs-panel a {
        margin-bottom:20px;
    }
}

/* breadcrumbs */

.breadcrumbs{
    margin-bottom:30px;
}
.breadcrumbs ul{
    margin:0;
    padding:0;
    list-style:none;
    display:inline-flex;
	overflow:hidden;
	max-height:24px;
}
.breadcrumbs ul li{
    margin-right:8px;
	text-align:left;
}
.breadcrumbs ul li:nth-last-child(1){
    margin-right:0;
}
.breadcrumbs ul li a{
    text-decoration:none;
    color:#111;
}
.breadcrumbs ul li a:hover{
    color:#0079BB;
    text-decoration:underline;
}

/* SINGLE POST */

.single-post article{position:relative;}

.single-post article .entry-header h4.subtitulo{
    color:#87590d;
    font-weight:600;
    font-size:17px;
    text-transform:uppercase;
}

/*.single-post article .entry-content p:nth-child(1){
    font-weight:bold;
    font-size:16px;
	background:rgb(0 121 187 / 10%);
    padding:15px;
}*/
.single-post article .entry-content .data{
    display:none;
    margin-bottom:30px;
    font-style:italic;
    font-weight:600;
	font-size:13px;
}
.single-post article .caption-auhtor span {
    font-size: 13px;
}
.single-post article .legenda{
    color:#d69529;
    cursor:pointer;
    /*position:relative;*/
}
.single-post article .legenda:hover{
    text-decoration:underline;
}
/*.single-post article .legenda*/ .balaoLeg{
    position:absolute;
    display:none;
    box-shadow:0 0 6px 4px rgb(0 0 0 / 20%);
    max-width:280px;
    text-align:left;
    background-color:#fff;
    padding:10px 5px;
	border-radius:8px;
    border:2px solid #d69529;
    color:#111;
    font-weight:normal;
    font-size:14px;
    height:auto;
    z-index:1;
}
.single #galeria .owl-dots {
	bottom: 65px;
}

/* TOPO */
.topbt{
    position:fixed;
    bottom:75px;
    background-color:#d69529;
    color:#fff;
    border-radius:50%;
    width:48px;
    height:48px;
    display:flex;
    text-decoration:none;
    align-items:center;
    justify-content:center;
    right:20px;
    font-size:30px;
    opacity:0;
    transition:opacity 0.5s ease;
}
.topbt:hover{
    background-color:#623212;
}
.topbt i{
    border:1px solid #fff;
    color:#fff;
    border-radius:50%;
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mostra{
    opacity:1;
}

.gform_wrapper form {
    padding:20px;
    background:#f6f7f8;
}

.gform_footer input[type="submit"]{
    border:0;
    text-transform:uppercase;
    padding:10px 25px;
    background-color:#623212;
    color:#fff;
}
@media screen and (max-width:767px){
	.sitept_breadcrumbs .separator:nth-last-child(1),.sitept_breadcrumbs .item-current{display:none;}
}
.main-navigation ul ul{
    display:block;
    background:#d69529;
    padding-top:0;
    margin-left:-16px;
    width:100%;
}
.main-navigation ul ul li a{
    font-size:14px!important;
    width:150px;
}

#menuMobile .main-navigation ul{display:block;}
#menuMobile .main-navigation li a {margin:2px auto!important;}
#menuMobile ul.menu li .sub-menu {
    position:relative!important;
    float:none!important;
    left:0!important;
    display:none;
}
.abreSubMob{display:block!important;}

#menuMobile .main-navigation li a {display:inline-block!important;}

.main-navigation .menu-item i{display:none;}
.main-navigation .menu-item.menu-item-has-children i{display:inline-block;margin-left:5px;cursor:pointer;}
.main-navigation .menu-item.menu-item-has-children .sub-menu i{display:none;}

#menuMobile .main-navigation ul ul{background-color:transparent;box-shadow:none;}
#menuMobile .main-navigation .sub-menu li a{background-color:#ddd;color:#000;}
#menuMobile .main-navigation .sub-menu li a:hover{color:#fff;}
#menuMobile .main-navigation .menu-item.menu-item-has-children i{display:none;}
#menuMobile .main-navigation .menu-item.menu-item-has-children > i{color:#d69529;display:block;margin-left:0px;}

.wpml-ls .wpml-ls-item a{
    color:#000;
    text-decoration:none;
    padding:5px!important;
}
.wpml-ls .wpml-ls-item a:hover{color:#d69529;}
.wpml-ls .wpml-ls-item.wpml-ls-current-language a{
    color:#d69529;
    font-weight:600;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{display:none!important;}

.sfsi_widget.sfsi_shortcode_container{width:100%;}
.sfsi_widget.sfsi_shortcode_container .norm_row.sfsi_wDiv{
    width:100%!important;
    text-align:center!important;
    padding:14px 0 10px;
    margin:15px 0 30px;
    border-bottom:1px solid #999;
    border-top:1px solid #999;
}

.woocommerce div.product form.cart div.quantity {
    display:none;
}

.single-post .social-box,.single-product .social-box{
    text-align:center!important;
    border-top:1px solid #ddd!important;
    border-bottom:1px solid #ddd!important;
    padding:10px 0!important;
    margin:15px 0!important;
}

.single-product .social-box{
    clear: both;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger{display:none!important;}
.woocommerce-cart .checkout-button.button,.woocommerce-checkout .button.wp-element-button,.single-product .single_add_to_cart_button.button,.woocommerce-message .button{
    background-color:#623212!important;
    color:#fff!important;
}
.woocommerce-cart .checkout-button.button:hover,.woocommerce-checkout .button.wp-element-button:hover,.single-product .single_add_to_cart_button.button:hover,.woocommerce-message .button:hover{
    background-color:#d69529!important;
}
.woocommerce-billing-fields h3{display:none;}
h3.order_review_heading{padding:0 5px;}
h2.wc-bacs-bank-details-heading{margin-bottom:20px!important;}
.woocommerce .col2-set .col-1{width:100%!important;}

h2.gform_submission_error{font-size:14px!important;}

article.comment-body p{margin-bottom:5px;}
article.comment-body a{
    text-decoration:none;
    color:#d69529!important;}
article.comment-body a:hover{
    text-decoration:underline;}
.page-template-template-contribuir .imagem{margin-bottom:30px;}

.ui-accordion-content-active{
    height:auto!important;
}

#arquivo .postDestaque h4.subtitulo,#arquivo .posts h4.subtitulo{
    color:#d69529;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}
.notaInformativa{
    background-color:#F6F7F8;
    padding:30px 0 10px;
}
.pum-theme-hello-box p{
    margin-bottom:15px!important;
    font-weight:400!important;
}
.pum-theme-hello-box p strong{
    font-weight:600!important;
}