/* FONTS */
@font-face {
  font-family: "Gotham-light";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Light.woff);
  font-weight: 300;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham-Book";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Book.woff);
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham-Bold";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Bold.woff);
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Gotham-Black";
  src: url(https://minisitios.ripley.cl/minisitios/estatico/fonts/font-gotham/Gotham-Black.woff);
  font-weight: 900;
  font-display: fallback;
}

/* FONTS */



/* ESTILOS GENERALES/MOBILE */
#CONTAINER-LANDING-SS {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
}


.container-center {
  max-width: 1140px;
  margin: 0 auto;
}

#CONTAINER-LANDING-SS img {
  max-width: 100%;
}


#CONTAINER-LANDING-SS a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
#CONTAINER-LANDING-SS .header-landing picture{
  display: flex;
}

.bg-sets {
  background: url(../img/mob/fondo-texto-sets-mob.min.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.grid-razones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  gap: 1em 0.5em;
  transform: translateY(0);
}

.grid-razones-1 {
  grid-area: 1 / 1 / 2 / 3 ;
  padding: 0.5em 0.5em;
}
.grid-razones-2 {
  grid-area: 2 / 1 / 3 / 2 ;
}
.grid-razones-3 {
  grid-area: 2 / 2 / 3 / 3 ;
}


.sets-desk {
  display: none;
}
.sets-mob {
  display: block;
}

.sets-titulo {
  display: flex;
  justify-content: left;
  padding: 1em 1em;
}
.sets-titulo a{
  max-width: 120px;
}

.splide__arrow {
  background: #fff;
  opacity: 1;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.147);
}

.grid-sand-titulos {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 0.5em 0;
  padding: 2em 1em;
}
.grid-sand-titulos-1 {
  grid-area: 2 / 1 / 3 / 2;

  
}
.grid-sand-titulos-1 img{
  width: 100%;
}

.grid-sand-titulos-2 {
  grid-area: 1 / 1 / 2 / 2;
  max-width: 190px;
}

.secondary-text {
  padding: 0 0;
}
.secondary-text p{
  text-align: left;
  font-family: "Gotham-light", serif;
  font-size: 0.9em;
  color: #000;
}

.carousel-buttons {
  display: flex;
  gap: 10px 10px;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.carousel-btn {
  background-color: #F3F3F3;
  color: #000;
  border: none;
  padding: 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  flex: 1 1 calc(50% - 10px); /* Por defecto, 2 botones por fila */
  max-width: 40%;
  font-size: 1em;
  font-family: "Gotham-light";
}


/* El quinto botón ocupa toda la fila y se centra */
.carousel-btn:nth-child(5) {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
}

.carousel-btn.active {
  background-color: #FF008F;
  color: #fff;
  font-family: "Gotham-Bold";
}

#CARRUSEL-SAND .splide__arrow {
  top: 20%;
  
}
.splide__pagination {
  bottom: -3em;
}
#CARRUSEL-MARCAS div {
  margin: 7em 0 4em 0;
}

.grid-outfit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto auto;
  padding: 2em 0;
}

.grid-outfit-1 {
  grid-area: 1 / 1 / 2 / 2;
}

.grid-outfit-2 {
  grid-area: 2 / 1 / 3 / 2;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em 0 2em 0;
}

.grid-outfit-3 {
  grid-area: 3 / 1 / 4 / 2;
}

.outfit-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #00000067;
  padding: 2px 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  width: 47%; /* Ancho fijo para todos los botones en la versión móvil */
  max-height: 50px;
  font-family: "Gotham-light";
  font-size: 1em;
  text-align: center;
}

.outfit-btn.active {
  border-color: #FF008F;
  color: #FF008F;
  font-family: "Gotham-Bold";
}

#CARRUSEL-MARCAS-DESTA div {
  margin: 0 0;
}
.primary-text {
  padding: 0 0 1em 0;
}
.primary-text h2{
  font-family: "Gotham-light";
  font-size: 1.5em;
}

.nopoint {
  pointer-events: none;
}

/*-------- LEGAL MOB-------->*/
#CONTAINER-LANDING-SS .legal-ss p {
  font-family: "Gotham-light", serif;
  text-align: justify;
  text-transform: lowercase;
  font-size: 0.7em;
  color: #2C3033;
  padding: 0 4em;
  line-height:1.6;
}
#CONTAINER-LANDING-SS .legal-ss h1 {
  font-family: "Gotham-Bold", serif;
  font-size: 1em;
  text-transform: lowercase;
  font-weight: 900;
  color: #2C3033;
  padding-top: 6em;
}
/*-------- LEGAL MOB--------<*/

/* ESTILOS GENERALES/MOBILE */

/* ESTILOS DESKTOP */
@media only screen and (min-width: 768px) {

  .bg-sets {
    background: url(../img/desk/fondo-texto-sets-desk.min.jpg);
    background-size: cover;
  }
  .grid-razones {
    display: grid;
    grid-template-columns: 1fr 0.4fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 0 1em;
    transform: translateY(3em);
  }
  
  .grid-razones-1 {
    grid-area: 1 / 1 / 2 / 3 ;
    padding: 0 4em 0 0;
  }
  .grid-razones-2 {
    grid-area: 1 / 3 / 2 / 4 ;
  }
  .grid-razones-3 {
    grid-area: 1 / 4 / 2 / 5 ;
  }
  .sets-mob {
    display: none;
  }
  .sets-desk {
    display: block;
  }
  .grid-sets {
    display: grid;
    grid-template-columns: 0.2fr 1.3fr 1.25fr;
    grid-template-rows: auto auto;
    padding: 5em 0 0 0;
  }
  .grid-sets picture{
    display: flex;
  }
  
  .bg-sets2 {
    transform: translateX(-5em);
  }

  .grid-sets-1 {
    grid-area: 1 / 1 / 2 / 2;
    margin: 0 1.5em 0 0;
  }
  .grid-sets-2 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .grid-sets-2-flex {
    display: flex;
  }
  .grid-sets-3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .grid-sets-4 {
    grid-area: 2 / 1 / 3 / 3;
  }
  .grid-sets-4-flex {
    display: flex;
  }
  .grid-sets-5 {
    grid-area: 1 / 3 / 3 / 4;
  }


  .grid-sand-titulos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0 2em;
    padding: 5em 0;
  }
  .grid-sand-titulos-1 {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    
  }
  .grid-sand-titulos-1 img{
    width: 60%;
  }
  
  .grid-sand-titulos-2 {
    grid-area: 1 / 2 / 2 / 3;
    max-width: 100%;
  }
  
  .secondary-text {
    padding: 0 0;
  }
  .secondary-text p{
    text-align: right;
    font-size: 0.9em;
  }

  .carousel-btn {
    flex: 1 1 18%; /* Ajusta el tamaño para que entren 5 en una fila en escritorio */
    max-width: 130px;
  }

  .carousel-btn:nth-child(5) {
    flex: 1 1 18%; /* Alinea el quinto botón en la misma fila en escritorio */
    display: block;
  }

  #CARRUSEL-SAND .splide__arrow {
    top: 50%;
  }
  #CARRUSEL-MARCAS div {
    margin: 8em 3em 6em 3em;
  }

  .grid-outfit {
    grid-template-columns: 1.5fr 1fr 2.13fr;
    grid-template-rows: 1fr 1fr;
  }

  .grid-outfit-1 {
    grid-area: 1 / 1 / 3 / 3;
  }

  .grid-outfit-2 {
    grid-area: 2 / 2 / 3 / 3;
    flex-direction: column;
    justify-content: left;

    padding: 0 0;
  }

  .grid-outfit-3 {
    grid-area: 1 / 3 / 3 / 4;
  }

  .outfit-btn {
    width: 250px; /* Ancho fijo para escritorio */
    font-size: 1.5em; /* Ajuste del tamaño de la fuente en escritorio */
  }
  #CARRUSEL-MARCAS-DESTA div {
    margin: 0 3em;
  }
  .primary-text {
    padding: 0 0 1em 0;
  }
  .primary-text h2{
    font-size: 1.6em;
  }

  /*-------- LEGAL DESK-------->*/
  #CONTAINER-LANDING-SS .legal-ss  {
    padding: 7em 0 1.5em 0;
  }
  #CONTAINER-LANDING-SS .legal-ss p {
    font-family: "Gotham-light", serif;
    text-align: center;
    font-size: 1.1em;
    color: #2C3033;
    line-height:1.6;
    padding: 0 2em;
  }
  #CONTAINER-LANDING-SS .legal-ss h1 {
    font-family: "Gotham-Bold", serif;
    text-align: center;
    font-size: 1.8em;
    font-weight: 900;
    color: #2C3033;
    padding-top: 0;
  }
  /*-------- LEGAL DESK--------<*/
}

/* ESTILOS DESKTOP */