@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-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: "GothamBlack";
  src: url(font/GothamBlack.woff);
  font-weight: 900;
  font-display: fallback;
}

input {
  width: auto !important;
}

/* ===================== GENERALES / MOBILE ===================== */
#CONTAINER-LANDING-APP {
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  scroll-behavior: smooth;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}

#CONTAINER-LANDING-APP h2 {
  font-family: "Gotham-Bold";
  font-size: 1.2em;
  color: #ff01a4;
  margin-bottom: 10px;
  padding: 5px 5px;
}
#CAROUSEL-SECTION {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.video-section {
  width: 100%;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  background-color: white;
}

.video-container {
  width: 100%;

  border-radius: 20px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
}
.splide__pagination {
  display: none !important;
}
.splide__arrows {
  display: none !important;
}

.titulo1 {
  padding: 2em 0 2em 0;
}

/* ===== HEADER SPLIT ===== */
.header-landing {
  padding: 0;

  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.header-grid {
  display: grid;
  grid-template-columns: 1fr;
  place-items: center;
  width: 100%;
  padding-top: 1rem;
  /* background-color: #F0F0F4; */
}

.header-left {
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  gap: 16px;
  text-align: center;
  /* padding: 1em 1em 0 1em; */
}

.row1 {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-title {
  font-family: "Gotham-Bold";
  font-size: 27px;
  line-height: 0.9;
  margin: 0;
  color: #000;
  text-align: left;
}

.header-title span {
  white-space: nowrap;
  display: inline-block;
  font-family: "Gotham-Bold";
  font-size: 36px;
  color: #ff01a4;
}

#CONTAINER-LANDING-APP .header-copy {
  font-family: "Gotham-light";
  font-size: 14px;
  margin: 0;
  max-width: 300px;
  color: #000;
  padding: 1em 0 0 0;
  line-height: 1.2;
}

#CONTAINER-LANDING-APP .header-copy span {
  font-family: "Gotham-Bold" !important;
  color: #ff01a4;
}

.header-logo {
  width: 70px;
}

.header-imgapp {
  width: 45%;
}

.header-imgbuttonMob {
  display: block;
  width: 45%;
}

.header-imgbuttonDesk {
  display: none;
}

.header-right {
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 8px 0 0 0;
}

.header-right picture,
.header-right img {
  width: 300px;
  height: auto;
  display: block;
}

/* ===== HEADER SPLIT ===== */
/* ===== BANNER 1 ===== */
.banner1 {
  padding: 0 0 2em 0;
}

/* ===== BANNER 1 ===== */
.giftcard {
  padding: 0 1em;
}

.bg-Gris {
  background-color: #f0f0f4;
}

.bg-B {
  background-color: #ffffff;
}

.bg-Bfooter {
  /*  background: linear-gradient(to bottom, #f0f0f4 0 220px, #ffffff 220px); */
  background-color: white;
}

/* ===== SECTION 2 GRID ===== */
.section2-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  /*  padding: 0 0 2em 0; */
}

.section2-grid > .section2-grid-right {
  grid-row: 1;
}

.section2-grid > .section2-grid-left {
  grid-row: 2;
}

.section2-grid-right {
  display: flex;
  text-align: left;
  flex-direction: column;
  padding: 0 1em;
}

.section2-text h3 {
  font-family: "Gotham-Bold";
  font-size: 17px;
  color: #ff01a4;
  margin: 0 0 0.5em 0;
}

.section2-text p {
  font-family: "Gotham-light" !important;
  font-size: 15px !important;
  padding: 0 !important;
}

.section2-mc {
  display: flex;
  padding: 0.5em 0;
}

.section2-icon {
  max-width: 50px;
  margin: 0 1em 0 0;
}

.section2-grid picture,
.section2-grid img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== SECTION 2 GRID ===== */

.titulo1 h2 {
  color: #000 !important;
}

#CONTAINER-LANDING-APP p {
  font-family: "Gotham-light";
  font-size: 0.9em;
  color: #000;
  margin-top: 0;
  padding: 0 5px;
}

#CONTAINER-LANDING-APP span {
  color: #ff01a4;
}

.container-center {
  max-width: 1140px;
  margin: auto;
}

.container-center-x2 {
  max-width: 800px;
  margin: auto;
}

/* #CONTAINER-LANDING-APP img {
  max-width: 100%;
} */

.footer_app {
  background: #ff01a4;
  padding: 50px;
}

.logo-footer {
  max-width: 100px;
  padding: 5em 0 2em 0;
}

.logoapp-footer {
  max-width: 250px;
}

.img-celu2 {
  padding: 4em 0;
}

.center-padd {
  padding: 0 1em;
}

.center-padd-x2 {
  padding: 0 2em;
}

.section2 {
  padding: 1em 0 4em 0;
}

.titulo2 {
  padding: 0 0 2em 0;
}

.noP {
  pointer-events: none;
}

.titulo_usar h2 {
  font-size: 1em !important;
  padding: 1em 0 3em 0 !important;
}

/* ===================== CONTAINER FORMULARIO (bases) ===================== */
#CONTAINER-LANDING-APP .form-1,
#CONTAINER-LANDING-APP .form-2 {
  text-align: left;
}

.bases-legales {
  padding: 0 0 2em 0;
  color: #000;
  font-family: "Gotham-Bold";
}

#CONTAINER-LANDING-APP .formulario-registro {
  max-width: 1140px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 10px;
}

#CONTAINER-LANDING-APP .container-form form label {
  padding: 0.2em;
  color: #000 !important;
}

#CONTAINER-LANDING-APP .formulario-registro h2 {
  text-align: center;
  font-size: 1.2em;
  font-family: "Gotham-Bold";
  color: #ff01a4;
}

#CONTAINER-LANDING-APP .formulario-registro input[type="text"],
#CONTAINER-LANDING-APP .formulario-registro input[type="tel"],
#CONTAINER-LANDING-APP .formulario-registro input[type="email"] {
  padding: 10px;
  border: none;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 14px;
}

#CONTAINER-LANDING-APP .formulario-registro .checkbox {
  font-size: 18px;
  font-family: "Gotham-bold";
  text-align: justify;
  color: #000;
  font-weight: 700;
}

#CONTAINER-LANDING-APP .formulario-registro .checkbox input {
  margin-top: 4px;
  width: auto;
}

#CONTAINER-LANDING-APP .formulario-registro .checkbox a {
  font-family: "Gotham-Bold";
  color: #000;
  text-decoration: underline;
  font-weight: 900;
}

#CONTAINER-LANDING-APP .formulario-registro button {
  padding: 10px;
  background-color: #ff00b4;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}

#CONTAINER-LANDING-APP .formulario-registro button:hover {
  background-color: #e600a8;
}

/* ===================== container-form ===================== */
.container-form {
  padding: 0 1rem;
}

/* El padre ya no es grid con columnas, solo centramos el bloque */
.form-split {
  display: flex;
  flex-direction: column;
  align-items: center; /* centra horizontalmente el contenido */
  margin-top: 16px;
  margin-bottom: 32px;
}

/* Para que el form no se pegue a los bordes en pantallas grandes */
.form-col {
  display: grid;
  gap: 15px;
  text-align: left;
  width: 100%;
  max-width: 480px; /* puedes ajustar este ancho si quieres */
}

.form-col input[type="text"],
.form-col input[type="tel"],
.form-col input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border: none;
  background: #f5f5f5;
  border-radius: 4px;
  font-size: 16px;
}

.form-col .checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.4;
  margin-top: 6px;
}

.form-col .checkbox input {
  margin-top: 3px;
}

.form-col .checkboxParrafo {
  margin: 0;
  font-size: 15px !important;
}

.checkboxParrafo span {
  color: #000 !important;
  font-family: "Gotham-Bold";
}

/* Ya no se usa, lo puedes borrar si quieres */
.form-art {
  display: none;
}

.prefs-title {
  margin: 24px 0 12px;
  font-weight: 700;
}

.prefs-title span {
  color: #000 !important;
}

/* ====== PREFERENCIAS (container_COLUMN6) ====== */
#container_COLUMN6 {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  gap: 3px 28px;
  margin: 8px 0 24px;
  text-align: left;
}

#container_COLUMN6 .form-1,
#container_COLUMN6 .form-2 {
  display: contents;
}

#container_COLUMN6 .checkbox_wrap {
  margin: 4px 0;
}

#container_COLUMN6 .checkbox_label {
  font-family: "Gotham-Bold";
  font-size: 1.1em;
}

#container_COLUMN6 .checkbox_label input {
  margin-right: 8px;
}

.boton-actualizaP {
  display: flex;
}

.boton-actualiza {
  width: 60%;
  padding: 10px 18px;
  background: #ff00b4;
  color: #fff;
  border: 0;
  border-radius: 6px;
  font-size: 1em;
  font-weight: 700;
  cursor: pointer;
}

.boton-actualiza:hover {
  filter: brightness(0.95);
}

.boton-actualizaPadre {
  padding: 0 0 1em 0;
}

/* ===== COMO USARLA ===== */
.como-usarla {
  padding: 0 2em 1em 2em;
}

.como-usarla h2 {
  font-family: "Gotham-Bold" !important;
  font-size: 1.3em !important;
  margin: 2em 0 1.5em 0 !important;
}

.steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

/* Card */
.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-areas:
    "icon text"
    "figure figure";
  gap: 0 12px;
  align-items: start;
  background: #e8e8f1;
  border: 3px solid #fff;
  border-radius: 16px;
  padding: 16px;
}

.step-icon {
  grid-area: icon;
  width: 80px;
  height: auto;
}

.step-text {
  grid-area: text;
  text-align: left;
}

.step-text h3 {
  font-family: "Gotham-Bold";
  color: #ff01a4;
  font-size: 18px;
  margin: 0 0 6px 0;
  text-transform: none;
}

.step-text p {
  font-family: "Gotham-light";
  font-size: 16px !important;
  margin: 0;
}

.step-figure {
  grid-area: figure;
  justify-self: center;
  align-self: end;
  width: 90%;
  display: block;
  border-radius: 10px;
  transform: translateY(23px);
}

/* ===== COMO USARLA ===== */

/* ===== PROMO APP ===== */
.promo-card {
  background: #f0f0f4;
  /* fondo gris suave */
  border: 3px solid #fff;
  /* borde blanco */
  border-radius: 40px;
  margin: 2em 1em;
  padding: 1em 1em 0 1em;
}

.promo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}

.promo-copy h2 {
  font-family: "Gotham-Bold";
  color: #ff01a4;
  font-size: 18px;
  margin: 0 !important;
}

.promo-copy p {
  font-family: "Gotham-light";
  font-size: 18px !important;
  margin: 0;
  padding: 0 0 1.5em 0 !important;
}

.promo-inline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  justify-items: center;
}

.promo-img {
  width: 40%;
  height: auto;
  display: block;
}

.promo-img2 {
  width: 55%;
  height: auto;
  display: block;
}

.promo-right {
  align-self: stretch;
  transform: translateY(5px);
}

.promo-hero {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.banner2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
/* ===== PROMO APP ===== */

/* ===================== ESTILOS DESKTOP ===================== */
@media only screen and (min-width: 768px) {
  .container-form {
    padding: 2rem 2rem;
  }

  /* Mantengo el mismo comportamiento: bloque centrado */
  .form-split {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .form-col {
    max-width: 520px; /* un pelín más ancho en desktop si quieres */
  }

  /* form-art ya no se usa */
  .form-art {
    display: none;
  }

  .boton-actualiza {
    width: 20%;
    padding: 8px 18px;
    font-size: 1.2em;
  }

  .prefs-title {
    margin: 40px 0 16px;
  }

  #CONTAINER-LANDING-APP .formulario-registro h2 {
    font-size: 1.7em;
    margin: 0.5em 0;
    padding: 0 25%;
  }

  .form-col .checkboxParrafo {
    font-size: 16px !important;
  }

  #container_COLUMN6 {
    padding: 20px 10%;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 14px 0px;
  }

  .titulo1 h2 {
    font-size: 1.7em !important;
  }

  .titulo1 p {
    font-size: 1.2em !important;
  }

  .titulo2 h2 {
    font-size: 1.7em !important;
  }

  /* ===== HEADER SPLIT 60/40 ===== */
  .header-grid {
    grid-template-columns: 5fr 4fr;
    padding: 2rem;
  }

  .header-logo {
    width: 18%;
    padding: 0 15px 0 0;
  }

  .header-title {
    font-size: 62px;
    line-height: 0.9;
  }

  .header-title span {
    font-size: 86px;
  }

  #CONTAINER-LANDING-APP .header-copy {
    text-align: left;
    font-size: 21px;
    padding: 2em 0 0.5em 0;
    max-width: 720px;
  }

  #CONTAINER-LANDING-APP .header-copy span {
    font-size: 20px;
  }

  .header-imgapp {
    width: 45%;
  }

  .header-imgbuttonDesk {
    display: block;
    padding: 1em 0;
    width: 34%;
  }

  .header-imgbuttonMob {
    display: none;
  }
  .header-landing {
    padding: 0;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-height: auto;
  }
  .header-left {
    align-content: center;
    justify-items: left;
    /* padding: 1em 0 0 13em; */
  }

  .header-right {
    justify-content: left;
    padding: 0 0 0 0;
  }

  .header-right picture,
  .header-right img {
    width: 750px;
  }
  /* ===== HEADER SPLIT 60/40 ===== */

  /* ===== BANNER 1 ===== */
  .banner1 {
    padding: 0 0 3em 0;
  }
  .banner2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* ===== BANNER 1 ===== */

  /* ===== SECTION 2 GRID ===== */
  .section2-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    /* padding: 0 0 5em 0; */
  }

  .section2-grid > .section2-grid-left {
    grid-row: 1;
    grid-column: 1;
  }

  .section2-grid > .section2-grid-right {
    grid-row: 1;
    grid-column: 2;
  }

  .section2-grid-right {
    padding: 0;
  }

  .section2-text h3 {
    font-size: 18px;
    margin: 0 0 0.5em 0;
  }

  .section2-text p {
    font-family: "Gotham-light" !important;
    font-size: 18px !important;
    padding: 0 !important;
  }

  /* ===== SECTION 2 GRID ===== */

  /* ===== COMO USARLA ===== */
  .como-usarla h2 {
    margin: 2em 0 1em 0;
    font-size: 1.7em !important;
  }

  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .step-grid-1 {
    grid-area: 1 / 1 / 3 / 2;
  }

  .step-grid-2 {
    grid-area: 1 / 2 / 2 / 3;
  }

  .step-grid-3 {
    grid-area: 2 / 2 / 3 / 3;
  }

  .step-grid-4 {
    grid-area: 3 / 1 / 3 / 3;
    padding-top: 0 !important;
  }

  .step-grid-5 {
    grid-area: 4 / 1 / 5 / 2;
    padding-bottom: 1em !important;
  }

  .step-grid-6 {
    grid-area: 4 / 2 / 5 / 3;
    padding-bottom: 1em !important;
  }

  .step {
    padding: 20px 20px 0 20px;
    gap: 10px 12px;
  }

  .step-figure {
    grid-area: figure;
    justify-self: center;
    align-self: end;
    width: 90%;
    display: block;
    border-radius: 10px;
    transform: translateY(6px);
  }

  /* Excepción: step 4 con imagen al costado derecho */
  .step--sideimg {
    grid-template-columns: 44px 1fr minmax(220px, 280px);
    grid-template-areas: "icon text figure";
    align-items: center;
  }

  .step--sideimg .step-figure {
    width: 100%;
    max-width: 280px;
    justify-self: end;
    align-self: center;
  }

  .step-text p {
    font-size: 19px !important;
  }

  .step-text h3 {
    font-size: 21px;
  }

  /* ===== COMO USARLA ===== */

  /* ===== PROMO APP ===== */
  .promo-card {
    padding: 1em 1em 0 1em;
    margin: 0em 0 0 0;
  }

  .promo-grid {
    grid-template-columns: 3fr 2fr;
    gap: 0;
    min-height: 320px;
  }

  .promo-left {
    display: grid;
    grid-template-rows: auto auto;
    /* textos / imágenes */
    padding: 0 0 0 4em;
  }

  .promo-inline {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    justify-items: left;
  }

  .promo-img {
    width: 150px;
  }

  .promo-img2 {
    width: 200px;
  }

  .promo-copy h2 {
    font-size: 27px !important;
    text-align: left;
    margin: 0 !important;
    padding: 0 !important;
  }

  .promo-copy p {
    font-size: 27px !important;
    text-align: left;
    font-size: 1rem;
    padding: 0 0 1em 0 !important;
  }

  /* ===== PROMO APP ===== */

  /* ===== TEST ===== */
  /* CONTENEDOR GENERAL */
  #CAROUSEL-SECTION {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  /* CONTENEDOR */
  #CAROUSEL-API {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
  }

  /* TRACK */
  #CAROUSEL-API .splide__track {
    overflow: hidden;
  }

  /* SLIDES */
  #CAROUSEL-API .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #CAROUSEL-API .splide__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ITEM */
  .item-api {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  /* IMAGEN */
  .imagen-api {
    width: 100%;
    max-width: 320px;
    height: auto;
    display: block;
    object-fit: contain;
  }

  /* FLECHAS */
  #CAROUSEL-API .splide__arrow {
    width: 50px;
    height: 50px;
    background: white;
    border: 1px solid #ccc;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }

  /* IZQUIERDA */
  #CAROUSEL-API .splide__arrow--prev {
    left: -70px;
  }

  /* DERECHA */
  #CAROUSEL-API .splide__arrow--next {
    right: -70px;
  }

  /* ICONOS */
  #CAROUSEL-API .splide__arrow img {
    width: 20px;
  }
  .splide__pagination {
    display: none !important;
  }
  .splide__arrows {
    display: none !important;
  }
  .video-section {
    width: 100%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    background-color: white;
  }

  .video-container {
    width: 100%;
    max-width: 1140px;
    border-radius: 20px;
    overflow: hidden;
  }

  .video-container video {
    width: 100%;
    height: auto;
    display: block;
  }
}
