@charset "utf-8";

*{
font-family: 'Montserrat', sans-serif;
-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: #004142;
}
figure img{
display: block;
}
a{
text-decoration: none;
color: #004142;
}
a:hover{
color: #666;
}
.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;
}/*/*/#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);
}/*/*/.ancora{		
cursor: pointer;
}
#menu-topo .hfe-sub-menu-item,
#menu-topo .hfe-sub-menu-item *{
font-size: 13px !important;
}
#barra-topo{	
top: 0;
left: 0;
z-index: 995;
width: 100%;	
position: absolute;
}
body.home #barra-topo{
position: absolute;
}
#barra-topo.active{		
background-color: #004142;
position: fixed;
-webkit-animation: fixaTopo 1s forwards;/**/-moz-animation:    fixaTopo 1s forwards; -o-animation:      fixaTopo 1s forwards; animation:         fixaTopo 1s forwards; 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; -moz-animation:    puxaPainel 1s forwards; -o-animation:      puxaPainel 1s forwards; animation:         puxaPainel 1s forwards; animation-iteration-count: 1; 
animation-delay:0s;    
}
.fechaPainel{
display: block;
-webkit-animation: retornaPainel 1s forwards; -moz-animation:    retornaPainel 1s forwards; -o-animation:      retornaPainel 1s forwards; animation:         retornaPainel 1s forwards; animation-iteration-count: 1; 
animation-delay:0s;  
}/*/*/.single-post h1{
font-size: 32px;
margin: 12px 0;        			
}  
.single-post article{
max-width: 900px;
margin: 0px auto;
}
.single-post article *{
line-height: 180%;
}
.single-post .data{    
font-size: 12px;
margin: 0px;
}/*/*/.resultados .item-busca{
padding-left: 20px;
border-left:2px solid #66708D;
}
.resultados .item-busca a:hover{
text-decoration: underline;	
}/*/*/.alm-reveal {
width: 100% !important;    
}
.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:hover{
border-color: #333;
}
.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;
}/*/*//**/#sidebar-atuacao{
background-color: #788393;
padding: 30px;
margin: 0 20px;
}
#sidebar-atuacao a{
color: #fff !important;
font-size: 13px;
}
#sidebar-atuacao a:hover{
text-decoration: underline;
}
#sidebar-atuacao #menu-atuacao{
margin: 0;
padding: 0;
list-style: none;
}
#sidebar-atuacao #menu-atuacao li{
padding: 5px;
margin: 3px 0;
}
.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;
}
.sidebar .wp-block-group__inner-container{
padding: 15px 20px;
position: relative;
margin-bottom: 40px !important;
}
.sidebar .wp-block-group__inner-container{
border: 1px solid #f0f0f0 !important;	
}
.sidebar .wp-block-group__inner-container *{
text-align: left;
}
.sidebar .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;
}
.sidebar .widgettitle{
display: none !important;
}
.sidebar .wp-block-search__input{
padding: 12px 14px !important;
border-color: #ccc;
}
.sidebar .wp-block-search__input:focus{	
padding-left: 18px !important;
}
.sidebar .wp-block-search__button{
background-color: #fff;
border: none;
}
.sidebar .wp-block-search__button:hover{
background-color: #f0f0f0;
}
#menu-categorias{
margin: 0px 15px 20px 15px;
padding: 0 !important;
list-style: none;
line-height: 100%;
}
#menu-categorias li h3{	
margin: 0 !important;
padding: 0 !important;
}
#menu-categorias li{				
font-size: 14px;		
line-height: 100%;
}
#menu-categorias li a{	
display: block;
padding: 10px 0;
margin: 0;	
text-align: left !important;
}
.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;
}/*/*/::-webkit-input-placeholder {/**/color: #0d395c;
opacity: 1;
}
:-ms-input-placeholder { color: #0d395c;
opacity: 1;
}
::placeholder {
color: #0d395c;
opacity: 1;
}
.newsletter .wpcf7-text{ margin-bottom: 0px !important; 	}
.wpcf7-submit{
cursor: pointer !important;		
}
.form-contato label{ padding-top: 13px !important; display: block;}
.form-contato .wpcf7-text,
.form-contato .wpcf7-textarea{
margin-top: 10px !important;
}
.form-contato .consente,
.form-contato .consente a{
color: #0d395c;
}
.consente{
position: relative;
margin: 20px 0;
padding-left: 30px;
font-size: 13px; 	
}
.consente .wpcf7-acceptance input{
cursor: pointer;
margin: 0;
}
.consente .wpcf7-acceptance {
width: 20px;
position: absolute;
left: -40px;
top: 8px;
padding: 0;
}/*/*/.cor-azul-claro{
color: #0997bf;
}
.cor-azul{
color: #0d395c;
}
.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:#788393;
}
.divisor{
border: 1px solid #e0e0e0;
clear: both;
}
.cursor{
cursor: pointer;
}
.grid{
display: grid;
grid-gap:30px;
}
.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: #788393;
font-weight: 600;
border:1px solid #788393;
font-size: 15px !important;
}
.btn-padrao:hover{
background: #788393 !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;
}/**/.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) {
.cols-4,
.alm-reveal{    
grid-template-columns: 1fr 1fr;
}
}  :root {
--dur: .45s !important; --ease: cubic-bezier(.22,1,.36,1); }
* {
transition: all ease-in-out .3s !important;
}  #a-addr:hover * { color: #0693e3 !important; }
#a-whats:hover *  { color: #0693e3 !important; }
#a-mail:hover *  { color: #0693e3 !important; }
.elementor-icon-box-wrapper:hover { cursor: pointer; }
.elementor-icon-box-wrapper:hover .elementor-icon-box-icon * { color: #0693e3 !important; }
.elementor-icon-box-wrapper:hover .elementor-icon-box-content * { color: #0693e3 !important; }