
body {
	color: #e4e1e6; 
}

/*BG HEADER HOME*/
.hero{
	background: #1B2D4C url("../images/heroPrincipal-contact-1600x1200.jpg") center / cover;
}
@media screen and (max-width:1024px){ .hero {background: black url("../images/heroPrincipal-contact-1024x768.jpg") center / cover; } }
@media screen and (max-width:800px) { .hero {background: black url("../images/heroPrincipal-contact-800x600.jpg") center / cover; } }
@media screen and (max-width:768px) { .hero {background: black url("../images/heroPrincipal-contact-768x576.jpg") center / cover; } }
@media screen and (max-width:640px) { .hero {background: black url("../images/heroPrincipal-contact-640x480.jpg") center / cover; } }

