/**
 * JujuyConectado Pro 2026 · 9.5.55.509
 * HOME WINDOWS CAROUSEL V471 CONFLICT FIX V1
 *
 * Corrige el conflicto de especificidad con V471 en Home Windows.
 * - Sólo viewport >=901px.
 * - Mantiene 768x220 aprobado.
 * - Fuerza cover incluso en slides publicitarios.
 * - APP / 360 / 720 / Tablet real no cambian.
 */
@media (min-width:901px){
  html body.home.jc-windows-tablet-home-v471 .jc-home-slider,
  html body.home.jc-windows-tablet-home-v471 .jc-home-slider-track,
  html body.home.jc-windows-tablet-home-v471 .jc-home-slide{
    width:100%!important;
    max-width:768px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  html body.home.jc-windows-tablet-home-v471 .jc-home-slide,
  html body.home.jc-windows-tablet-home-v471 .jc-home-slide.is-advertising{
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    background-color:transparent!important;
  }
}
