

/* Telefones em landscape e abaixo */
@media (max-width: 480px) { 
	


}


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


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

@media (max-width: 1024px) and  (orientation : portrait){ 
	.avtDtInterna{
		margin-top: 150px;
	}
	
}

/* ipad mini - air etc */
@media (max-width: 1024px) and  (orientation : landscape){ 
	.avtDtInterna{
		margin-top: 150px;
	}
	
}


 
 
/* Desktop grande */
@media (min-width: 1025px) { 
	.avtDtInterna{
		margin-top: 180px;
		text-align: justify; text-align-last: center;
	}
	
	
}


/* GERAL  */


.avtDtInterna h3{
		color: #006837;
		font-family: bitter;
	}
	
#itensAvt{
		color:#006837;
		margin-top: 15px;
}	

#obsAvt{
	margin-top: 30px;
	margin-bottom: 60px;
}
.avtDtInterna p{
	color: #5a5a5a;
	font-family: exomediun;
	text-align: justify; text-align-last: center;		
}







@font-face {
     font-family: bitter;
     src: url('..\fonts\Bitter-Regular_0.otf');
	}
	
@font-face {
     font-family: bitterBold;
     src: url('..\fonts\Bitter-Bold_0.otf');
	}
	
	
@font-face {
     font-family: mayriadregular;
     src: url('..\fonts\MyriadPro-Regular.otf');
	}
	
@font-face {
     font-family: exomediun;
     src: url('../fonts/Exo-Medium.otf');
}


@font-face {
     font-family: exomediunita;
     src: url('../fonts/Exo-Medium-Italic.otf');
}