@media screen and ( max-width : 1080px ) {
    .vehiculosLista .vehiculo h3 { font-size: 20px; }
}
@media screen and ( max-width : 991px ) {
	.emailLink { display: none; }
    .iconosNosotros .icono { width: 50%; margin: 20px 0; }
    .iconosNosotros .icono:nth-child(2) { border-right: 0; }
}
@media screen and ( max-width : 880px ) {
    .vehiculosLista .vehiculo { width: 48%; }
    footer .container.dFlex { display: block; text-align: center; }
    footer img { width: 200px; height: auto; }
    .sociales { justify-content: center; }
}
@media screen and ( max-width : 767px ) {
    #home .banner .container { justify-content: center; }
    .container { padding: 0 20px; box-sizing: border-box; }
}
@media screen and ( max-width : 680px ) {
	.preHeader .phone { display: none; }
    #home .filtros .inputDiv, #home .filtros button  { width: 48%; }
    #home .space { height: 385px; }
    .iconosNosotros .icono { padding: 15px; }
    #testimonial .tRight { text-align: center; margin-top: 20px; }
    #testimonial .testimonio { justify-content: center; }
    #testimonial .testimonio .info { margin-right: 8px; }
    .sociales, .legales { width: 100%; justify-content: center; }
}
@media screen and ( max-width : 600px ) {
    #contacto h2, #contacto h3 { text-align: center; }
    #contacto #contactoForm input[type="text"] { width: 98%; }
}
@media screen and ( max-width : 520px ) {
    #home .banner h2 { font-size: 40px; }
    #home .banner h3 { font-size: 25px; }
    #testimonial .testimonio { display: block; text-align: center; }
    #testimonial .testimonio .info { text-align: center; margin: 20px 0 0; }
}
@media screen and ( max-width : 440px ) {
	header img { width: 150px; height: auto; }
    .whatsButton a { margin-left: 0; }
    .whatsButton i { display: none; }
    #home .filtros .inputDiv, #home .filtros button, .vehiculosLista .vehiculo { width: 98%; }
    #home .space { height: 630px; }
    .iconosNosotros .icono { width: 100%; border-right: 0; border-bottom: 1px solid #234986; margin: 10px 0; }
    .iconosNosotros .icono:last-child { border-bottom: 0; }
    #testimonial .testimonio img { min-width: 150px; height: 150px; }
    .legales { display: block; }
    .legales li { margin: 3px; padding: 0; border: none; }
}