/* Moto específico */

.image-header-motor-cycle {
    margin-bottom: 465px;
    background-image: linear-gradient(
            rgba(0, 0, 0, var(--opacidad-negro)),
            rgba(0, 0, 0, var(--opacidad-negro))
        ),
        url("https://static.nibw.es/sxd/img/v2/landings/moto/header-moto.webp");
}

.img-motor-cycle-1 {
    background-image: url("https://static.nibw.es/sxd/img/v2/landings/moto/first-section-image.jpeg");
    background-position: right 60% bottom 45%;
}
.img-motor-cycle-2 {
    background-image: url("https://static.nibw.es/sxd/img/v2/landings/moto/second-section-image.jpeg");
}
.img-motor-cycle-3 {
    background-image: url("https://static.nibw.es/sxd/img/v2/landings/moto/third-section-image.jpeg");
}

/* Header específico para Moto */
.header-moto {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
        url("https://static.nibw.es/sxs/MOTO/AdobeStock_198020043-4000x2000.webp")
            center/cover no-repeat;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -180px;
    z-index: 1;
    height: 500px;
    background-position: center;
    --opacidad-negro: 0.2;
}



@media (max-width: 768px) {
    .header-moto {
        margin-bottom: -150px;
    }
    section.py-5.pt-10 {
        padding-top: 25rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .header-moto {
        padding-bottom: 1.5rem;
    }
    section.py-5.pt-10 {
        padding-top: 15rem !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .header-moto {
        margin-bottom: 30rem !important;
    }
    section.py-5.pt-10 {
        padding-top: 2.5rem !important;
    }
}

.image-mselcd {
    background-image: url("https://static.nibw.es/sxs/MOTO/mujer-poniendose-el-casco-para-un-viaje-por-carretera-en-motocicleta-800x500.webp");
    background-position: 70% 50%;
}
.image-hdtmcm {
    background-image: url("https://static.nibw.es/sxs/MOTO/mujer-motociclista-en-chaqueta-de-cuero-y-casco-sentado-en-moto-retro-y-sonriendo-800x500.webp");
    background-position: 30% 50%;
}
.image-cddcmep {
    background-image: url("https://static.nibw.es/sxs/MOTO/vista-del-conductor-desde-una-moto-al-aire-libre-800x500.webp");
    background-position: 50% 50%;
}
.image-peesa {
    background-image: url("https://static.nibw.es/sxs/MOTO/vista-trasera-del-motorista-masculino-montando-en-la-motocicleta-lo-largo-de-la-carretera-800x500.webp");
    background-position: 90% 50%;
}
.image-dsahces {
    background-image: url("https://static.nibw.es/sxs/MOTO/hombre-con-motocicleta-al-aire-libre-800x500.webp");
    background-position: 30% 50%;
}