/* Imágenes específicas de la landing de coches */
.image-mselcd {
    background-image: url("https://static.nibw.es/sxs/COCHE/vista-lateral-de-la-mujer-sonriente-en-el-coche-durante-un-viaje-por-carretera-800x500.webp");
    background-position: 20% 50%;
}
.image-hdtmcm {
    background-image: url("https://static.nibw.es/sxs/COCHE/hombre-de-tiro-medio-con-equipaje-800x500.webp");
    background-position: 50% 50%;
}
.image-cddcmep {
    background-image: url("https://static.nibw.es/sxs/COCHE/coche-deportivo-de-color-metalico-en-el-puente-800x500.webp");
    background-position: 50% 50%;
}
.image-peesa {
    background-image: url("https://static.nibw.es/sxs/COCHE/pareja-elegante-y-elegante-en-un-salon-de-autos-800x500.webp");
    background-position: 70% 50%;
}
.image-dsahces {
    background-image: url("https://static.nibw.es/sxs/COCHE/disparo-superficial-de-un-apuesto-hombre-caucasico-espanol-sentado-al-volante-de-un-camion-moderno-800x500.webp");
    background-position: 50% 50%;
}

/* Headers específicos de la landing coches */
.header-coche {
    margin-bottom: -150px;
}



h3 {
    font-size: 1rem;
}

/* Media queries específicos de la landing de coches */
@media (max-width: 768px) {
    .header-remolque{
        padding-bottom: 2rem;
    }

    .header-title {
        font-size: 1.5rem;
    }

    .header-list li {
        font-size: 0.9rem;
    }

    .header-coche {
        margin-bottom: -150px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header-remolque{
        padding-bottom: 1.5rem;
    }

}

/* Para iPad landscape (1024x768) */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .header-title {
        font-size: 1.75rem;
    }

    .header-list li {
        font-size: 0.9rem;
    }
}
