.swiper-pagination span:nth-child(1):hover,
.swiper-pagination span:nth-child(1) {
  background-color: hsla(0, 0%, 94%, 1) !important;
}
.swiper-pagination span:nth-child(2):hover,
.swiper-pagination span:nth-child(2) {
  background-color: hsla(0, 1%, 77%) !important;
}
.swiper-pagination span:nth-child(3):hover,
.swiper-pagination span:nth-child(3) {
  background: linear-gradient(
    180deg,
    hsla(0, 1%, 77%, 1) 0%,   /* Plata */
    hsla(0, 1%, 77%, 1) 50%,   /* Plata hasta la mitad */
    hsla(200, 80%, 77%, 1) 50%,/* Azul empieza en la mitad */
    hsla(200, 80%, 77%, 1) 100%/* Azul hasta el final */

  );
}
.swiper-pagination span:nth-child(4):hover,
.swiper-pagination span:nth-child(4) {
    background: linear-gradient(
    180deg,
    hsla(0, 1%, 77%, 1) 0%,   /* Plata */
    hsla(0, 1%, 77%, 1) 50%,   /* Plata hasta la mitad */
    hsla(276, 27%, 59%, 1) 50%,/* Morado empieza en la mitad */
    hsla(276, 27%, 59%, 1) 100%  /* Morado hasta el final */
  );
}
.swiper-pagination span:nth-child(5):hover,
.swiper-pagination span:nth-child(5) {
  background-color: hsla(276, 27%, 59%) !important;
}
.swiper-pagination span:nth-child(6):hover,
.swiper-pagination span:nth-child(6) {
  background-color:hsla(200, 80%, 77%) !important;
}

/* image de fondo */
#image-background {
  background-image: url(../images/showroom-detail/box/dongfeng-box-back.webp);
}

.section-interiores {
  background-image: url(../images/showroom-detail/box/interiores/box-interiores-back.webp);
}

/* Galeria Tecnologia */
#content.gallery-tecnologia {
  background-image: url(../images/showroom-detail/box/tecnologia/box-tecnologia-back.webp);
}

.no-video-background {
  background-image: url('../images/showroom-detail/box/dongfeng-box-back-desk.webp');
}

@media (max-width: 992px) {
  .no-video-background {
    background-image: url('../images/showroom-detail/box/dongfeng-box-back-mob.webp');
  }
}
