@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Montserrat:wght@700;800&display=swap');

.landing-FIELD {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 0;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

.landing-FIELD .HERO-BANNER {
  display: flex;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  align-self: stretch;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
}

.landing-FIELD .hero-banner-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Wrapper for everything between the hero and the footer.
   It spans the full viewport width so the decorative icon
   background (Fondo_ICONOSv02_1.png) reads like a page
   background, while its own padding keeps the actual content
   capped at a 1440px max width, centered. */
.landing-FIELD .CONTENT-BG {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0px max(30px, calc((100% - 1440px) / 2));
  position: relative;
  background-image: url(./img/Fondo_ICONOSv02_1.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 110% auto;
}

.landing-FIELD .div-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  z-index: 1;
}

.landing-FIELD .ALIANZAINFO {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-FIELD .alianza-texto {
  flex-direction: column;
  max-width: 680px;
  align-items: flex-start;
  gap: 20px;
  display: flex;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-FIELD .div-3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-FIELD .text-wrapper-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-FIELD .text-wrapper-4 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #dc0d15;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.landing-FIELD .text-wrapper {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .line-2 {
  position: relative;
  width: 4px;
  height: 324px;
  margin-top: -2px;
  margin-bottom: -2px;
  object-fit: fill;
}

.landing-FIELD .ALIANZA-BENEFICIOS {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 20px;
  padding: 20px 0px;
  display: flex;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-FIELD .alianza-detalle {
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: #ffffff;
  display: flex;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-FIELD .rectangle {
  position: relative;
  width: 84px;
  height: 84px;
}

.landing-FIELD .cada-compra-cuenta-y {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .line-3 {
  position: relative;
  width: 2px;
  height: 200px;
  object-fit: fill;
}

.landing-FIELD .div-4 {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  position: relative;
  flex: 0 0 auto;
  z-index: 1;
}

.landing-FIELD .c-mo-funciona {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 60px;
  white-space: nowrap;
}

.landing-FIELD .brillo-b {
  position: relative;
  align-self: stretch;
  width: 40px;
  aspect-ratio: 0.62;
}

.landing-FIELD .FUNCIONA {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1440px;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px 0px;
  padding: 40px 40px 20px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  z-index: 1;
}

.landing-FIELD .FUNCIONA-DETALLE {
  display: flex;
  min-width: 230px;
  align-items: stretch;
  justify-content: center;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-FIELD .FUNCIONA-INFO {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 82px 30px 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-image: url(./img/poligono.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*margin-right: -24px;*/
}

.landing-FIELD .FUNCIONA-GRFICO {
  display: flex;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -18px;
  left: calc(50.00% - 42px);
  filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.25));
}

.landing-FIELD .FUNCIONA-ICONO-wrapper {
  position: relative;
  width: 84px;
  height: 84px;
  background-image: url(./img/badge-circulo-blanco.svg);
  background-size: 100% 100%;
}

.landing-FIELD .FUNCIONA-ICONO {
  position: absolute;
  top: calc(50.00% - 40px);
  left: calc(50.00% - 30px);
  width: 60px;
  height: 60px;
  aspect-ratio: 1;
}

.landing-FIELD .FUNCIONA-NMERO {
  position: absolute;
  top: 0;
  left: -50px;
  width: 36px;
  height: 36px;
  background-color: #dc0d15;
  border-radius: 18px;
  border: 2px solid;
  border-color: #ffffff;
}

.landing-FIELD .text-wrapper-5 {
  position: absolute;
  top: 3px;
  left: 14px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .realiza-tus-compras {
  position: relative;
  align-self: stretch;
  margin-top: 20px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .img-wrapper {
  position: relative;
  width: 84px;
  height: 84px;
  background-image: url(./img/badge-circulo-blanco.svg);
  background-size: 100% 100%;
}

.landing-FIELD .element {
  position: absolute;
  top: 3px;
  left: 12px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .FUNCIONA-INFO-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 82px 30px 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-image: url(./img/poligono.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*margin-left: -24px;
  margin-right: -24px;*/
}

.landing-FIELD .FUNCIONA-INFO-2.last {
  margin-right: 0;
}

.landing-FIELD .frame-2 {
  position: relative;
  width: 84px;
  height: 84px;
  background-image: url(./img/badge-circulo-blanco.svg);
  background-size: 100% 100%;
}

.landing-FIELD .realiza-tus-compras-2 {
  position: relative;
  flex: 1;
  align-self: stretch;
  margin-top: 20px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .frame-3 {
  position: relative;
  width: 84px;
  height: 84px;
  background-image: url(./img/badge-circulo-blanco.svg);
  background-size: 100% 100%;
}

.landing-FIELD .element-2 {
  left: 11px;
  position: absolute;
  top: 3px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .frame-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 0px 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.landing-FIELD .text-wrapper-6 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  text-align: right;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-FIELD .text-wrapper-7 {
  position: relative;
  flex: 1;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #dc0d15;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
}

.landing-FIELD .frame-5 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 20px;
  padding: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 12px #00000040;
  z-index: 1;
}

.landing-FIELD .impacto-detalle {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  max-width: 540px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-FIELD .frame-6 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.landing-FIELD .rectangle-2 {
  position: relative;
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.landing-FIELD .text-wrapper-8 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .text-wrapper-9 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .line-4 {
  height: 120px;
  align-self: center;
  position: relative;
  width: 2px;
  object-fit: fill;
}

.landing-FIELD .impacto-detalle-2 {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-FIELD .frame-7 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  z-index: 1;
}

.landing-FIELD .text-wrapper-10 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .VIDEO {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 20px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  z-index: 1;
}

.landing-FIELD .frame-8 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-FIELD .PLAY-wrapper {
  position: relative;
  flex: 1;
  max-width: 440px;
  flex-grow: 1;
  max-height: 297px;
  aspect-ratio: 1.48;
  background-image: url(./img/image_12x.png);
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 12px;
  overflow: hidden;
}

.landing-FIELD .PLAY {
  position: relative;
  top: calc(50.00% - 20px);
  left: calc(50.00% - 20px);
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  cursor: pointer;
}

.landing-FIELD .polygon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landing-FIELD .frame-9 {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.landing-FIELD .text-wrapper-11 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 40px;
  white-space: nowrap;
}

.landing-FIELD .botn-aninado-celeste-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  cursor: pointer;
}

.landing-FIELD .boton-video-img {
  height: 56px;
  width: auto;
  display: block;
}

.landing-FIELD .text-wrapper-12 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #dc0d15;
  font-size: 24px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .polygon-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background-image: url(./img/play-circulo-rojo.svg);
  background-size: 100% 100%;
}

.landing-FIELD .TESTIMONIO {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: #ffffff;
  z-index: 1;
}

.landing-FIELD .frame-10 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-FIELD .testimonio-detalle {
  display: flex;
  flex-direction: column;
  min-width: 184px;
  align-items: center;
  gap: 20px;
  padding: 40px 24px 24px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  background-color: #f0f0f0;
  border-radius: 20px;
  margin-top: 40px;
}

.landing-FIELD .FUNCIONA-GRFICO-2 {
  display: flex;
  width: 84px;
  height: 84px;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  margin-top: -80px;
}

.landing-FIELD .frame-11 {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  aspect-ratio: 1;
  background-image: url(./img/test_1.png);
  background-size: cover;
  background-position: 50% 50%;
}

.landing-FIELD .div-wrapper {
    position: absolute;
    top: 0;
    right: -8px;
    width: 30px;
    height: 30px;
    background-color: #dc0d15;
    border-radius: 18px;
    border: 2px solid;
    border-color: #ffffff;
}

.landing-FIELD .text-wrapper-13 {
    position: absolute;
    top: 3px;
    left: 7px;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 29px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.landing-FIELD .katherine-mam-de {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #dc0d15;
  font-size: 20px;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .frame-12 {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  aspect-ratio: 1;
  background-image: url(./img/test_2.png);
  background-size: cover;
  background-position: 50% 50%;
}

.landing-FIELD .frame-13 {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  aspect-ratio: 1;
  background-image: url(./img/test_3.png);
  background-size: cover;
  background-position: 50% 50%;
}

.landing-FIELD .footer {
  width: 100vw;
  gap: 40px;
  padding: 40px 0px 0px;
  flex: 0 0 auto;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: 20px;
  background:
    linear-gradient(0deg, rgba(220, 13, 21, 1) 0%, rgba(220, 13, 21, 1) 100%),
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.landing-FIELD .rectangle-3 {
  position: absolute;
  height: 82.76%;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #dc0d15;
}

.landing-FIELD .logo-e-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px 40px;
  padding: 0px 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-FIELD .frame-15 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.landing-FIELD .logo-teletn {
  position: relative;
  width: 260px;
  height: auto;
}

.landing-FIELD .RRSS-teletn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
  width: 100%;
}

.landing-FIELD .rrss-icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
}

.landing-FIELD .rrss-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.landing-FIELD .footer-info {
  min-width: 420px;
  max-width: 540px;
  gap: 20px;
  flex: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.landing-FIELD .frame-16 {
  display: flex;
  flex-wrap: wrap;
  min-width: 420px;
  max-width: 420px;
  align-items: center;
  justify-content: center;
  gap: 20px 20px;
  position: relative;
  width: 100%;
  flex: 0 0 auto;
}

.landing-FIELD .av-petit-thouars {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .text-wrapper-14 {
  position: relative;
  width: fit-content;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .frame-17 {
  display: flex;
  flex-direction: column;
  min-width: 420px;
  align-items: center;
  justify-content: center;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.landing-FIELD .text-wrapper-15 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .text-wrapper-16 {
  position: relative;
  align-self: stretch;
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
}

.landing-FIELD .PLAY-wrapper,
.landing-FIELD .botn-aninado-celeste-2 {
  cursor: pointer;
}

.landing-FIELD .video-modal {
  display: none;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}

.landing-FIELD .video-modal.is-open {
  display: flex;
}

.landing-FIELD .video-modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.landing-FIELD .video-modal-content {
  position: relative;
  width: min(90vw, 960px);
  z-index: 1;
}

.landing-FIELD .video-modal-close {
  position: absolute;
  top: -44px;
  right: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background-color: #ffffff;
  color: #dc0d15;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.landing-FIELD .video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
}

.landing-FIELD .video-modal-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.landing-FIELD .legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0px 10px;
  padding: 10px 30px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background:
    linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    ),
    linear-gradient(0deg, rgba(220, 13, 21, 1) 0%, rgba(220, 13, 21, 1) 100%);
}

@media (max-width: 1400px) {
  .landing-FIELD .FUNCIONA {
    width: 100%;
  }
}

/* ==========================================================================
   RESPONSIVE — TABLET (≤1024px)
   ========================================================================== */
@media (max-width: 1024px) {
  .landing-FIELD .CONTENT-BG {
    padding: 0px 20px;
    background-size: 200% auto;
  }

  .landing-FIELD .ALIANZAINFO {
    flex-wrap: wrap;
  }

  .landing-FIELD .alianza-texto {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .landing-FIELD .line-2 {
    display: none;
  }

  .landing-FIELD .ALIANZA-BENEFICIOS {
    flex: 1 1 100%;
  }

  .landing-FIELD .frame-9 {
    min-width: 0;
  }

  .landing-FIELD .footer-info,
  .landing-FIELD .frame-16,
  .landing-FIELD .frame-17 {
    min-width: 0;
    width: 100%;
  }
}

/* ==========================================================================
   RESPONSIVE — MOBILE (≤768px)
   ========================================================================== */
@media (max-width: 768px) {
  .landing-FIELD .CONTENT-BG {
    padding: 0px 16px;
    gap: 12px;
    background-size: 320% auto;
  }

  /* Una alianza con propósito */
  .landing-FIELD .div-2 {
    padding: 16px 0;
  }

  .landing-FIELD .ALIANZAINFO {
    flex-direction: column;
    align-items: stretch;
  }

  .landing-FIELD .text-wrapper-3,
  .landing-FIELD .text-wrapper-4 {
    font-size: 30px;
    line-height: 34px;
  }

  .landing-FIELD .ALIANZA-BENEFICIOS {
    flex-direction: column;
    padding: 0;
  }

  .landing-FIELD .alianza-detalle {
    flex-direction: row;
    align-items: center;
    text-align: left;
    gap: 16px;
    width: 100%;
  }

  .landing-FIELD .alianza-detalle .rectangle {
    flex: 0 0 auto;
    width: 60px;
    height: 60px;
  }

  .landing-FIELD .cada-compra-cuenta-y {
    text-align: left;
  }

  .landing-FIELD .line-3 {
    width: 100%;
    height: 2px;
  }

  /* ¿Cómo funciona? / Testimonios headers */
  .landing-FIELD .div-4 {
    gap: 16px;
  }

  .landing-FIELD .c-mo-funciona {
    font-size: 34px;
    line-height: 36px;
    white-space: normal;
  }

  .landing-FIELD .brillo-b {
    width: 24px;
  }

  /* ¿Cómo funciona? steps */
  .landing-FIELD .FUNCIONA {
    flex-direction: column;
    padding: 24px 0 12px;
    gap: 32px 0;
  }

  .landing-FIELD .FUNCIONA-DETALLE {
    min-width: 0;
    width: 100%;
  }

  .landing-FIELD .FUNCIONA-INFO,
  .landing-FIELD .FUNCIONA-INFO-2 {
    background-image: none;
    background-color: #dc0d15;
    border-radius: 16px;
    padding: 40px 20px 20px;
    width: 100%;
  }

  /* Impact stats */
  .landing-FIELD .frame-4 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .landing-FIELD .text-wrapper-6,
  .landing-FIELD .text-wrapper-7 {
    text-align: center;
    font-size: 30px;
    line-height: 34px;
  }

  .landing-FIELD .frame-5 {
    flex-direction: column;
    padding: 16px;
  }

  .landing-FIELD .impacto-detalle,
  .landing-FIELD .impacto-detalle-2 {
    min-width: 0;
    width: 100%;
  }

  .landing-FIELD .line-4 {
    width: 100%;
    height: 2px;
  }

  /* Video */
  .landing-FIELD .VIDEO {
    padding: 16px 0;
  }

  .landing-FIELD .frame-8 {
    flex-direction: column;
  }

  .landing-FIELD .PLAY-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 1 1 100%;
  }

  .landing-FIELD .frame-9 {
    min-width: 0;
    width: 100%;
  }

  .landing-FIELD .text-wrapper-11,
  .landing-FIELD .frame-9 .text-wrapper-4 {
    font-size: 28px;
    line-height: 32px;
    white-space: normal;
  }

  /* Testimonials */
  .landing-FIELD .TESTIMONIO {
    padding: 16px 0;
  }

  .landing-FIELD .frame-10 {
    flex-direction: column;
  }

  .landing-FIELD .testimonio-detalle {
    min-width: 0;
    width: 100%;
  }

  /* Footer */
  .landing-FIELD .footer {
    padding: 32px 0 0;
    gap: 24px;
  }

  .landing-FIELD .logo-e-info {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 20px;
  }

  .landing-FIELD .frame-15 {
    gap: 16px;
  }

  .landing-FIELD .footer-info,
  .landing-FIELD .frame-16,
  .landing-FIELD .frame-17 {
    min-width: 0;
    max-width: 100%;
    width: 100%;
  }

  .landing-FIELD .frame-16 {
    flex-direction: column;
    gap: 4px;
  }

  .landing-FIELD .footer-info {
    gap: 8px;
  }

  .landing-FIELD .av-petit-thouars,
  .landing-FIELD .text-wrapper-14,
  .landing-FIELD .text-wrapper-15,
  .landing-FIELD .text-wrapper-16 {
    font-size: 15px;
  }

  .landing-FIELD .legal {
    text-align: center;
  }
}

/* ==========================================================================
   RESPONSIVE — SMALL MOBILE (≤480px, covers 417px / 375px / etc.)
   ========================================================================== */
@media (max-width: 480px) {
  .landing-FIELD .CONTENT-BG {
    padding: 0px 12px;
  }

  .landing-FIELD .video-modal-close {
    top: -40px;
    width: 32px;
    height: 32px;
    font-size: 18px;
  }

  .landing-FIELD .text-wrapper-3,
  .landing-FIELD .text-wrapper-4 {
    font-size: 26px;
    line-height: 30px;
  }

  .landing-FIELD .c-mo-funciona {
    font-size: 26px;
    line-height: 30px;
  }

  .landing-FIELD .text-wrapper-6,
  .landing-FIELD .text-wrapper-7 {
    font-size: 24px;
    line-height: 28px;
  }

  .landing-FIELD .text-wrapper-8 {
    font-size: 30px;
  }

  .landing-FIELD .text-wrapper-9 {
    font-size: 16px;
  }

  .landing-FIELD .text-wrapper-11,
  .landing-FIELD .frame-9 .text-wrapper-4 {
    font-size: 22px;
    line-height: 26px;
  }

  .landing-FIELD .realiza-tus-compras,
  .landing-FIELD .realiza-tus-compras-2 {
    font-size: 16px;
  }

  .landing-FIELD .alianza-detalle {
    flex-direction: column;
    text-align: center;
  }

  .landing-FIELD .cada-compra-cuenta-y {
    text-align: center;
  }

  .landing-FIELD .boton-video-img {
    height: 44px;
  }

  .landing-FIELD .logo-teletn {
    width: 200px;
  }

  .landing-FIELD .RRSS-teletn {
    flex-wrap: wrap;
    gap: 10px;
  }

  .landing-FIELD .av-petit-thouars,
  .landing-FIELD .text-wrapper-14,
  .landing-FIELD .text-wrapper-15,
  .landing-FIELD .text-wrapper-16 {
    font-size: 13px;
  }

  .landing-FIELD .legal .text-wrapper-10 {
    font-size: 14px;
  }
}