@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; 
}
.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: #2C3A2F;
	font-family: 'Montserrat', sans-serif;
	padding-top: 60px;
}
body.home{
	padding-top: 0;
}
figure img{
    display: block;
}
a{
	text-decoration: none;
	color: #2C3A2F;
}

a:hover{
	color: #B9A75F;
}
.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
/////////////*/
.topo-section{
	background-color: #f0f0f0;
	margin-bottom: 55px;
}
.topo-section h1{
	font-size:27px;
}
.ancora{		
	cursor: pointer;
	}
#menu-topo .hfe-sub-menu-item,
#menu-topo .hfe-sub-menu-item *{
	font-size: 13px !important;
	color: #fff !important;
}
#barra-topo{	
	top: 0;
	left: 0;
	z-index: 995;
	width: 100%;		
	position: absolute;
	background: #000;
}
body.home #barra-topo{
	background: linear-gradient(to bottom,rgba(0,0,0,.8),rgba(0,0,0,0));
	
}
body.home #barra-topo.active,
#barra-topo.active{			
	background: #333;
	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);
}
.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;  
}
.titulo-home strong{
	font-weight: bold !important;
}

/*//////////////
 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{
	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 .data{ font-size: 14px; color: #999;}
.item-post h3{
	font-size: 20px;
	line-height: 180%;
}
.item-post h3 a:hover{
	text-decoration: underline;
}
.item-post p{	
	color: #999;
	font-size: 16px;
	line-height: 180%;
}
.item-post figure{
	position: relative;
	display: block !important;		
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	border: 1px solid #f0f0f0;

}
.item-post figure,
.item-post figure *{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.item-post figure:hover{
	border-color: #333;
}
.item-post figure .mask{	
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	background: rgba(0,0,0,.5);
	background:linear-gradient(120deg,#b6a45a,#000);
	opacity: .1;
	justify-content: center;
	text-align: center;
}
.item-post figure:hover .mask{	
	opacity: .7;
}
.item-post figure .mask span{
	position: relative;
	top: 20px;
	color: #fff;
	font-size: 30px;
	opacity: 0;
	-webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s; 
}
.item-post figure:hover .mask span{
	opacity: 1;
	top: 0;
}
.item-post figure img{
	width: 100%;
	height: auto;
}

/*//////////
SIDEBAR
/////////////*/
/* SIDEBAR */
.sidebar{
	background-color: #f0f0f0;
	color:#333;
	padding: 25px 25px 0 25px;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.wp-block-latest-posts li{
	font-size: 14px;
padding: 0px 0 12px 0 !important;
margin-top: 10px;
}
.wp-block-latest-posts li:not(:last-child){
	border-bottom:1px dotted #666;	
}
.sidebar .wp-block-group__inner-container{
	padding: 0x 20px;
	position: relative;
	margin-bottom: 40px !important;
}
.sidebar .wp-block-search__inside-wrapper{
	
border:none !important;
}
.wp-block-categories{
	position: relative;
	
	top: -30px;
}
.sidebar .wp-block-group__inner-container *{
	text-align: left;
}

.sidebar .wp-block-group__inner-container h2{		
	position: relative;	
	font-size: 13px;
	font-weight: bold;	
	padding: 0px !important;
	margin-bottom: 0 !important;
	width: auto !important;	
}
.sidebar .wp-block-search__input{
	width: 100%;
	padding: 10px 14px !important;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.sidebar .wp-block-search__button{
	width: 36px;
	height: 42px;
	position: absolute;
	right:10px;
	top: 10px;
	background-color: transparent;
	border: none;
}
.wp-block-categories-list{
	padding: 0 !important;
	margin: 0px;
	list-style: none;
}

.single-title{
	font-size: 30px;
}
.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 .wpcf7-text{ margin-bottom: 10px !important; 	}
.newsletter{}
.wpcf7-submit{
	cursor: pointer !important;		
}
.eael-contact-form-7-wrapper{
	width: 100% !important;
	max-width: 100% !important;
	
}
.eael-contact-form-7-wrapper form{
	width: 100% !important;
	max-width: 100% !important;

}

.form-contato .wpcf7-text,
.form-contato .wpcf7-textarea{
	padding: 16px;
	width: 100%;
	min-width: 100%;
	max-height: 100px;
	display: block;
	font-family: 'Montserrat', sans-serif;
}
.form-contato .wpcf7-submit{
	padding: 15px 22px;
	border: 1px solid #666 !important;
	background-color: #000;
	color: #fff;
	font-weight: bold;
}
.form-contato .wpcf7-submit:hover{	
	background-color: #B08C30;
	color: #fff;
}
.consente{
    position: relative;
    margin: 20px 0 !important;
    padding-left: 0px !important;
    font-size: 13px; 	
}
.consente .wpcf7-acceptance input{
	cursor: pointer;
	margin: 0;
}
.consente .wpcf7-acceptance{	
	width: 20px;
    position: absolute;
    left: -35px;
    top: 4px;
	padding: 0;
}
.consente p{
	position: relative;
	margin-left: 25px !important;	
}

/*//////////
CLASSES
/////////////*/
.call-news{
	text-align: center !important;	
}
.call-news a{
	display: block;
	background-color: #000;
	color:#fff;
text-align: center !important;
padding: 18px 12px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
}
.call-news a:hover{
	color: #333;
	background-color: #fff;
}
.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:#B9A75F;
}

.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 #2C3A2F;
font-size: 15px !important;
	}
	.btn-padrao:hover{
	    background: #B9A75F !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 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) {
	.row,
	.columns{
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}
			.cols-2,
	.alm-reveal{    
    grid-template-columns: 1fr 1fr;
}
	
}
@media only screen and (max-width: 690px) {
	.grid,
	.cols-2,
	.alm-reveal{   		
		display: block;
    grid-template-columns: 1fr;
}
}