@charset "utf-8";
/* CSS Document */

	#enderecos { padding: 30px 0; background: rgba(0,0,0,0.05); }
	#enderecos h3, #enderecos h4 { color: inherit !important; line-height: 1.2; }
	#enderecos .redes-sociais { margin-bottom: 20px; }
	#enderecos .redes-sociais .fa-fw { font-size: 2em; }
	#enderecos .postal { text-align: right; }
	#enderecos .fones { text-align: center; }
	#enderecos .fones .email { font-size: 1.3em;  }
	#enderecos .fones .fone { font-size: 2em;  }
	#enderecos .redes-sociais .fa { font-size: 46px; }
	#enderecos .logo-rodape { margin-top: 7px; }
	

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {

	
	
}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {

	
	
}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {

	
	
}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {
	
	#enderecos .logo-rodape { max-width: 80% !important; }	
	
}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {

	#enderecos .col { }
	#enderecos .emails { text-align: center; margin-bottom: 1em; }
	#enderecos .fones { text-align: center; margin: 2em 0; }
	#enderecos .col:last-child { text-align: center; }
	#enderecos .redes-sociais .fa { font-size: 46px; }	

	
	
}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	
					
}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {
	
	
	
}