@charset "utf-8";
/* CSS Document */

#contact {
    margin-top:75px;
    }
#contact .contenedor {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	}

#contact .contenedor .contacto {
	width:100%;
	margin-bottom:20px;
	}

#contact .contenedor .atencion {
	width:100%;
	margin-bottom:20px;
	text-align:center;
	}

@media (min-width:585px) {
	#contact .contenedor .contacto {
		width:48%;
		}
	
	#contact .contenedor .atencion {
		width:265px;
		}
	}