/* VS V46 — ajuste fino del primer preloader en desktop.
   Objetivo: mantener móvil tal como estaba y separar las palabras de la barra en PC. */

@media screen and (min-width: 737px) {
  #vs-preloader.is-first-visit .vs-preloader-words {
    transform: translateY(clamp(-7.2rem, -10.5vh, -5.4rem)) !important;
  }

  #vs-preloader.is-first-visit .vs-preloader-words span {
    font-size: clamp(1.05rem, 4.65vw, 4.55rem) !important;
    line-height: .92 !important;
    max-width: 86vw !important;
  }

  #vs-preloader.is-first-visit .vs-preloader-progress {
    margin-top: clamp(8.4rem, 16.5vh, 10.4rem) !important;
  }

  #vs-preloader.is-first-visit .vs-preloader-caption {
    margin-top: 1.08rem !important;
  }
}
