body{
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: 0;
	padding: 0;
	color:#555;
}
a{
}
.light{
	font-family: 'Quicksand', sans-serif;
}
.cta1{
	padding: 10px;
	background-color: #0EB7A0;
	border: 0;
	border-radius: 3px;
	color: white;
	margin: 5px auto;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
	cursor: pointer;
	display: block;
	text-align: center;
}
.cta2{
}
.header{
	margin-bottom: 50px;
}
.barra_superior{
	height:50px;
	display:block;
	width:100%;
	z-index:99999;
	color:#0EB7A0;
	top:0;
	font-size:14px;
	outline:2px solid rgba(0,0,0,0.1) ;
	
	background-color:#0EB7A0;
}
.logo_menor img{
	height:50px;
	margin-right:10px;
}
.logo_maior img{
	height:50px;
	margin-right:10px;
}
@media (max-width:500px) {
	.logo_menor{
		display:block;
	}
	.logo_maior{
		display:none;
	}
}
@media (min-width:500px) {
	.logo_menor{
		display:none;
	}
	.logo_maior{
		display:block;
	}
}

/*	MENU ESQUERDA	   MENU ESQUERDA	   MENU ESQUERDA	   MENU ESQUERDA	   MENU ESQUERDA	   MENU ESQUERDA	   */
.menu_esquerda{
	top: 50px;
	position: fixed;
    z-index: 9999;
	display:none;
	width:260px;
	height:100%;
	background-color: white;
	outline: 2px solid rgba(0,0,0,0.2);
	font-size: 20px;
}
.ul_menu_esquerda {
	padding: 0;
	list-style: none;
}
.ul_menu_esquerda li a{
	display: block;
	list-style: none;
	padding: 10px;
	border-bottom: solid 1px #eeeeee;
	text-decoration: none;
	color: #555;
}
.ul_menu_esquerda li a:hover{
	background-color: grey;
	color: white;
}

/*	MENU direita	   */
.menu_direita{
	right: 0;
	top: 50px;
	position: fixed;
    z-index: 9999;
	display:none;
	width:260px;
	height:100%;
	background-color: white;
	    outline: 2px solid rgba(0,0,0,0.2);
	padding: 20px;
}





/* SLIDER  */
.fade 
{ 
-webkit-animation-name: fade-image; 
-webkit-animation-duration: 1.5s; 
animation-name: fade-image; 
animation-duration: 1.5s; 
} 

@-webkit-keyframes fade-image 
{ 
from {opacity: .4} 
to {opacity: 1} 
} 

@keyframes fade-image 
{ 
from {opacity: .4} 
to {opacity: 1} 
} 








/* responsividade de colunas */
.col2{
	width:50%;
	float: left;
}
@media (max-width:800px) {
	.col2{
	width:100%;
	}
}



/* responsividade de mosaicos */
.mosaico_peq{
	width: 50%; 
	height: 25vw; 
	float: left;
}
@media (max-width:800px) {
	.mosaico_peq{
	height: 50vw; 
	}
}

.mosaico_peq2{
	cursor: pointer;
	width: 33.33%; 
	height: 16.66vw; 
	float: left;
}
@media (max-width:800px) {
	.mosaico_peq2{
	height: 32vw; 
	}
}

.mosaico_grande{
	width: 100%; 
	height: 50vw; 
	float: left;
}
@media (max-width:800px) {
	.mosaico_grande{
	height: 100vw; 
	}
}




.whatsapp-fixo {
position: fixed;
bottom:10px;
left:10px;
z-index: 999;
}