/**
 * JujuyConectado Pro 2026 · 9.5.55.508
 * HOME WINDOWS CAROUSEL FULL WIDTH V1
 *
 * Alcance:
 * - Home únicamente.
 * - Viewport >=901px únicamente.
 * - Mantiene la geometría Windows/Tablet 768 aprobada.
 * - La creatividad cubre el slide completo sin bandas laterales.
 * - APP/360/720/Tablet real no reciben estas reglas.
 */
@media (min-width:901px){
  html body.home .jc-home-slider,
  html body.home .jc-home-slider-track,
  html body.home .jc-home-slide{
    width:100%!important;
    max-width:768px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  html body.home .jc-home-slide{
    background-size:cover!important;
    background-position:center center!important;
    background-repeat:no-repeat!important;
    background-color:transparent!important;
  }
}
