@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.grecaptcha-badge { 
    visibility: hidden !important;
}
.anima{	
	-webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s; 
}
body{
	margin: 0;
	padding: 0;
	color: #2A3338;
	font-family: 'Montserrat', sans-serif;
}
.logo{
	width: 100%;
	max-width: 120px;
	height: auto;
}
figure img{
    display: block;
}
a{
	text-decoration: none;
	color: #2A3338;
}

a:hover{
	color: #B99B72;
}
.elementor-counter-title{
	text-align: center !important;
}
.mask{
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s; 
}
.flex-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-h {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
}
.bdt-title-tag{
	line-height: 55px !important;
}
/*//////////
FLOATER
/////////////*/
#floater a{
	position: relative;	
	margin: 20px 0;
}
#floater a::after{
	border-radius: 50%;
	border: 5px solid #B8811D;
	position: absolute;
	left: 0;
	top: 25%;
	content: "";
	display: block;
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255,255,255,.2);
-moz-box-shadow: 0px 0px 5px 5px rgba(255,255,255,.2);
box-shadow: 0px 0px 5px 5px rgba(255,255,255,.2);
-webkit-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
transition: all ease-in-out .5s; 
}
#floater a:hover::after{
	border: 5px solid #333;
	transform: scale(1.2);
}

/*//////////
TOPO
/////////////*/
.ancora{		
	cursor: pointer;
	}
#barra-topo{		
	width: 100%;
}
#barra-topo{		
	top:0;
	left:0;
	z-index: 99;	
	position: absolute;
}
body.home #barra-topo.active,
#barra-topo.active{	
	background-color: #000;			
	position: fixed;
	    -webkit-animation: fixaTopo 1s forwards; /* Safari 4+ */
  -moz-animation:    fixaTopo 1s forwards; /* Fx 5+ */
  -o-animation:      fixaTopo 1s forwards; /* Opera 12+ */
  animation:         fixaTopo 1s forwards; /* IE 10+, Fx 29+ */    
animation-iteration-count: 1; 
animation-delay:0s;
	-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.2);
}

#menu-topo .hfe-sub-menu-item,
#menu-topo .hfe-sub-menu-item *{	
	
}
.descer{
	-webkit-animation: animaSeta 1.3s infinite; /* Safari 4+ */
	-moz-animation:    animaSeta 1.3s infinite; /* Fx 5+ */
	-o-animation:      animaSeta 1.3s infinite; /* Opera 12+ */
	animation:         animaSeta 1.3s infinite; /* IE 10+, Fx 29+ */    
}
.fechar{
	position: absolute;
	z-index: 998;
	cursor: pointer;
}
.painel{    	
	display: none;
	z-index: 9999;
    position: fixed;
    top:0;
right:-100%;    
    width: 100% !important;
    max-width: 350px !important;
    overflow-x: hidden;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s; 
}
.painel.active {
	display: block;
		    -webkit-animation: puxaPainel 1s forwards; /* Safari 4+ */
  -moz-animation:    puxaPainel 1s forwards; /* Fx 5+ */
  -o-animation:      puxaPainel 1s forwards; /* Opera 12+ */
  animation:         puxaPainel 1s forwards; /* IE 10+, Fx 29+ */    
animation-iteration-count: 1; 
animation-delay:0s;    
}
.fechaPainel{
		display: block;
		    -webkit-animation: retornaPainel 1s forwards; /* Safari 4+ */
  -moz-animation:    retornaPainel 1s forwards; /* Fx 5+ */
  -o-animation:      retornaPainel 1s forwards; /* Opera 12+ */
  animation:         retornaPainel 1s forwards; /* IE 10+, Fx 29+ */    
animation-iteration-count: 1; 
animation-delay:0s;  
}


/*//////////////
 SINGLE - POST
///////////*/
.single-post{
	
}
.single-post h1{
    font-size: 30px;
    margin: 12px 0;  
	line-height: 130% !important;      			
}  
.single-post article{
    max-width: 900px;
    margin: 0px auto;
}
.single-post article *{
	line-height: 180%;
}
.single-post .data{    
    font-size: 12px;
	margin: 0px;
}


/*//////////
BUSCA
/////////////*/
.resultados .item-busca h2{
	 font-size:20px;
}
.resultados .item-busca{
	padding-left: 20px;
	border-left:2px solid #66708D;
}
.resultados .item-busca a:hover{
	text-decoration: underline;	
}

/*//////////
LISTA POST
/////////////*/

.alm-reveal {
    width: 100% !important;
	margin: 20px;    
}
.alm-btn-wrap{text-align: center !important;}
.btnloadmore{ margin: 30px auto !important;}
.item-post{margin: 15px 0;}
.item-post .data{ font-size: 14px; color: #999;}
.item-post h3{
	font-size: 20px;
	line-height: 130%;
}
.item-post h3 a:hover{
	text-decoration: underline;
}
.item-post p{	
	color: #999;
	font-size: 16px;
	line-height: 180%;
}
.item-post figure,
.item-post figure .mask,
.item-post figure img{
	border-radius: 30px;
}
.item-post figure{
	position: relative;
	display: block !important;		
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 15px;
	border: 1px solid #f0f0f0;

}

.item-post figure .mask{
	opacity: 0;	
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	background: rgba(0,0,0,.5);
	justify-content: center;
	text-align: center;
}
.item-post figure:hover .mask{
	opacity: 1;
}
.item-post figure .mask span{
	color: #fff;
	font-size: 30px;
}
.item-post figure img{
	width: 100%;
	height: auto;
}
.item-post .leiamais{
	font-weight: bold;
	font-size: 15px;
	color:#666;
}
/*//////////
SIDEBAR
/////////////*/
/* SIDEBAR */
.wp-block-latest-posts{
	padding: 12px;
	margin: 0;	
}
.wp-block-latest-posts li{
	font-size: 14px;
padding: 0px 0 12px 0 !important;
margin: 10px 0 0 0;
list-style: none;
}
.wp-block-latest-posts li:not(:last-child){
	border-bottom:1px dotted #666;	
}
.sidebar .wpcf7-text,
.sidebar .wpcf7-textarea{
	max-width: 90%;
	padding: 15px;
	border: none;
	margin-bottom: 15px;
	background-color: #f0f0f0;
}
.sidebar .wpcf7-submit{
	padding: 15px;
	border-radius: 0;
	cursor: pointer;
}
.wp-block-group__inner-container{
	padding: 15px 20px;
	position: relative;
	margin-bottom: 40px !important;
}
.wp-block-group__inner-container{
	border: 1px solid #f0f0f0 !important;	
	border-radius: 24px;
}
.wp-block-group__inner-container *{
	text-align: left;
}

.wp-block-group__inner-container h2{
	text-align: center !important;	
	margin: 0px auto !important;
	position: relative;
	top: -25px;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	padding: 5px 15px;
	width: auto !important;
	display: inline;
}
.widgettitle{
	display: none !important;
}
.wp-block-search__input{
	padding: 12px 14px !important;
	border-color: #ccc;
	border-radius: 16px !important;
}
.wp-block-search__input:focus{	
	padding-left: 18px !important;
	border-radius: 0;
}
.wp-block-search__button{
	background-color: #fff;
	border: none !important;
}
.wp-block-search__inside-wrapper{
	border-radius: 16px !important;
}


#menu-categorias{
	margin: 0px 15px 20px 15px;
	padding: 0 !important;
	list-style: none;
	line-height: 100%;
	font-weight: 500;
}
#menu-categorias li h3{	
	margin: 0 !important;
	padding: 0 !important;
}
#menu-categorias li{				
	font-size: 15px;		
	line-height: 100%;
}
#menu-categorias li a{	
	display: block;
	padding: 10px 0;
	margin: 0;	
	text-align: left !important;
}
.single-title{
	font-size: 30px;
}
.relativo{position: relative;}
.relacionados{
	padding: 0 30px;
	text-align: center;
}
.relacionados h2{
	font-size: 20px;
}
.relacionados .grid{
	width: 100%;
	max-width: 1400px;
	grid-gap: 20px;	
}
.relacionados .alm-load-more-btn.more{
	display: none;
}

/*/////////////////
CONTATO
//////////////////*/
.newsletter .flex{
	display: grid;
	grid-template-columns: 42% 42% 16%;
	gap: 20px;
	
}
.newsletter .flex .col{	
	display: inline;
	flex:1;
}
.newsletter .wpcf7-text,
.newsletter .wpcf7-email,
.newsletter .wpcf7-submit{ 
	width: 100%;	
	max-width: 95%;	
	margin: 10px;
padding: 14px 20px;
border-radius: 0px;
border: 1px solid #333;
color:#999;
font-size: 15px;
background: transparent;
outline: none !important;
}
.newsletter .wpcf7-submit{
	color: #333;
	border: 1px solid #333;
	padding: 12px 22px;
	background-color: #fff;
	cursor: pointer !important;		
}
.newsletter .wpcf7-submit:hover{
	background-color: #000;
	color:#fff;
}
.formulario .grid{
	grid-gap:20px !important;
}
.formulario .wpcf7-text,
.formulario .wpcf7-textarea{
margin-bottom: 0px !important;
padding: 15px;
width: 100%;
display: block;
font-family: 'Montserrat';
font-size: 15px;
display: block;
}
.formulario .wpcf7-textarea{
	height: 100px !important;
}
.consente{
    position: relative; 
	left:0;       
	top:0;
    font-size: 13px; 
	
}
.consente .wpcf7-acceptance input{
	cursor: pointer;
	margin: 0;
	width: 20px;
    position: absolute;
    left: -30px;
    top: 26px;	
}
.consente p{
	position: relative;
	padding-left: 30px;
	margin: 0;
}

/*//////////
CLASSES
/////////////*/
.atuacoes a{
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;

}
.share{
	border-top: 1px dashed #ccc;
    margin-top:30px;
	padding-top: 30px;
	font-size: 14px;
}
.share a{
    text-align: center;
    display: inline-block;
    width: 20px;
     height: 20px;
     line-height: 22px;    
    margin: 0 3px;
}
.share a:hover *{
    fill:#B69153;
}

.divisor{
	border: 1px solid #e0e0e0;
	clear: both;
}
.cursor{
	cursor: pointer;
}
	.grid{
		display: grid;
		grid-gap:30px;
	}
	.cols-1{
		grid-template-columns: 1fr;
	}
	.cols-2{
		grid-template-columns: 1fr 1fr;
	}
	.cols-3{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.cols-4{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.full{
		width: 100%;
		max-width:100%;
		height: auto;
	}
.respiro-big{
	    padding: 120px 0;
	}
	.respiro-med{
	    padding: 80px 0;
	}
	.respiro-small{
	    padding: 40px 0;
	}
	.btn-padrao{
	    cursor:pointer !important;
		padding: 15px 24px !important;		
		background:#fff !important;		
		color: #0A0C19;
		font-weight: 600;
		border:1px solid #0A0C19;
font-size: 15px !important;
	}
	.btn-padrao:hover{
	    background: #0A0C19 !important;
	    color: #fff !important;
	}
	.alm-load-more-btn.done{
	    display:none !important;
	}

.resumo{
    margin: 20px auto;
    font-size: 14px;
    font-weight: normal;
}
.centraliza{
	display: block;
	margin: 0px auto;
}
/* Grid HTML Classes */
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1400px;
 *zoom: 1;
    justify-content: flex-start;
    text-align: left;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse .column, .row.collapse .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
 *zoom: 1;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
 *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
    justify-content: flex-start;
    vertical-align: top;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-1 {
    position: relative;
    width: 6.25%;
}
.large-2 {
    position: relative;
    width: 12.5%;
}
.large-3 {
    position: relative;
    width: 18.75%;
}
.large-3col {
    position: relative;
    width: 33%;
    min-width: 33%;
    max-width: 33%;
}
.large-4 {
    position: relative;
    width: 25%;
}
.large-5 {
    position: relative;
    width: 31.25%;
}
.large-6 {
    position: relative;
    width: 37.5%;
}
.large-7 {
    position: relative;
    width: 43.75%;
}
.large-8 {
    position: relative;
    width: 50%;
}
.large-9 {
    position: relative;
    width: 56.25%;
}
.large-10 {
    position: relative;
    width: 62.5%;
}
.large-11 {
    position: relative;
    width: 68.75%;
}
.large-12 {
    position: relative;
    width: 75%;
}
.large-13 {
    position: relative;
    width: 81.25%;
}
.large-14 {
    position: relative;
    width: 87.5%;
}
.large-15 {
    position: relative;
    width: 93.75%;
}
.large-16 {
    position: relative;
    width: 100%;
}
@-webkit-keyframes fixaTopo {
0% {
top:-150px;
}
100% {
top:0% !important;

}
}
@-webkit-keyframes animaSeta {
	0% {
	top:0px;
	opacity: .7;
	}
	40% {
		top:40px;
		opacity: 1;
				}
	100% {
	top:0%;
	opacity: .7;
	}
	}
@-webkit-keyframes puxaPainel{
0% {
right: -100%;
}
100% {
right: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
}
@-webkit-keyframes retornaPainel {
0% {
right:0;
}
100% {
right:-100%;
}
}
@media only screen and (max-width: 768px) {
			.cols-4,
	.alm-reveal{    
    grid-template-columns: 1fr 1fr;
}
.row {
    max-width: 100%;
    margin: 0 auto;
}
.column, .columns, .large-3col {
    display: block !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
}
@media only screen and (max-width: 690px) {
	
	.cols-4,
	.alm-reveal{   		
    grid-template-columns: 1fr;
}
}