/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 26 2025 | 04:46:03 */
 /* 
Adobe fonts:
font-family: urbana, sans-serif; 300 300i 400 400i 600 700
font-family: metroscript, sans-serif;
font-family: jaf-bernina-sans-narrow, sans-serif; 300 400 700 tudoi
font-family: jaf-bernina-sans, sans-serif;
font-family: jaf-bernina-sans-condensed, sans-serif;
 korolev-rounded, sans-serif; 300 300i 500 500i 700 900
basic-sans, sans-serif; 300 400 700 900
 */  

  @import url("https://use.typekit.net/fol1thk.css");

body {
	font-family: basic-sans, sans-serif;
	font-weight: 300; 

}
h1, h2, h3 , h4, h5, h6 {
	font-family: korolev-rounded, sans-serif;
	font-weight: 700; 
}
a, a:hover, a:active {
	text-decoration: none;
	outline: none;
}
.pan_naveg_lateral {
	font-family: korolev-rounded, sans-serif;
	font-weight: 700; 
}
.tit_pagina {
	
}
#fit_img_cover {
}
 /* ------HOME ---*/
.home_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
	padding: 0;
	margin:0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(93, 122, 92, 0.5);
}
.home_tijolo {
  	position: relative;
  	width: 100%;
  	height: 100%;
	overflow: visible;
}
img.homelogo {
	
}
.home_caranguejo {
	position: absolute;
	rotate: 20deg;	
	bottom:-20%;
	left:5%;
	width: 280px;
	z-index:800;
}
.home_sapo {
	position: absolute;
	top:10%;
	right:-55px;
	width: 200px;
	z-index:900;
}
img { border-radius: 8px; }


.featured_column { 
	background-size: cover;
}
@media screen and (max-width: 1550) {
	.home_caranguejo {
		
	}
}

footer.foot_redes {
	margin-top:0;
}

.oficna_resumo p a {
	display: inline-block;
	background-color: #5d6620;
	padding: 10px 18px;
	color: #f9f8f1;
	text-transform: uppercase;
	font-size: 0.7em;
	border-radius: 80px;
}
.oficna_resumo p a:hover {
	background-color: #19341d;
}

@media only screen and (max-width: 600px) {
	.img_coluna {
		height: 20vh;
		display: none;
	}
	.img_logo {
		align: center;
	}
}