/* Telefones em landscape e abaixo */
@media (max-width: 480px) { 
	.eventosInterna{
			margin-top: 3px !important;
			margin-bottom: 70px;
			
		}	


}
/* Telefone em landscape a tablet em portrait */
@media (max-width: 767px) and (orientation : portrait) {
		
}



@media (max-width: 767px) and (orientation : landscape) {
		

}



/* tablet em portrait a landscape e desktop */


@media (max-width: 1024px) and (orientation : landscape) {
	.eventosInterna{
			margin-top: 10px !important;
			
			
		}	
}


@media (min-width: 768px) and (max-width: 1024px){ 
	.eventosInterna{
			margin-top: 150px !important;
			margin-bottom: 70px;
			
		}	
		

 }
/* Desktop grande */
@media (min-width: 1025px) { 
		.eventosInterna{
			margin-top: 200px !important;
			margin-bottom: 70px;
			
		}
		
		
	
 }


	#footerEv{
		border-bottom-left-radius: 1em;
		border-bottom-right-radius: 1em;
		min-height: 90px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#slideProximasAventuras img{
		border-top-left-radius: 1em;
		border-top-right-radius: 1em;
	}
	
		
		.eventosInterna h3{
			font: 26px bitterregular ;
			color: #006837;
		}
		
		

 @font-face {
     font-family: bitterregular;
     src: url('../fonts/Bitter-Regular_0.otf');
}





