    @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

    body {
      font-family: 'DM Sans', sans-serif;
    }

    body {
      margin: 0;
      background: #fff;

    }

    .swiper {
      width: 100%;
      padding: 20px 0;
      position: relative;
      background-color: #fff;

    }

    .swiper-slide {
      text-align: center;
      transition: transform 0.3s ease, opacity 0.3s ease;
      cursor: pointer;
    }

    .swiper-slide img {
      width: 100%;
      height: auto;
      transition: transform 0.3s ease;
      margin-bottom: 20px;
      padding: 15px;
    }

    .swiper-slide {
      position: relative;
    }

    .slide-label {
      position: absolute;
      top: 50%;
      left: 15px;
      width: 95%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.75);
      text-align: center;
      padding: 30px 20px;
      font-size: 35px;
      font-weight: 500;
      color: #353332;
      z-index: 2;
      pointer-events: none;
    }


    .swiper-slide:not(.swiper-slide-active) .slide-label {
      opacity: 0.7;
    }

    .swiper-slide:not(.swiper-slide-active) {
      opacity: 0.3;
      transform: scale(1) !important;
    }

    .swiper-slide-active {
      transform: scale(1.1) !important;
      opacity: 1;
      position: relative !important;
    }

    .swiper-wrapper {
      padding-bottom: 30px !important;
    }

    /* Contenedor flechas centrado verticalmente */
    .swiper-buttons-wrapper {
      position: absolute;
      top: 0;
      bottom: 65%;
      left: 0;
      right: 0;
      padding: 0 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      pointer-events: none;
      /* para que el click pase a los botones hijos */
      z-index: 10;
      /* para estar encima de todo */
      transform: none;
      /* quitamos transform para que alinee con flexbox */
    }

    .swiper-button-prev,
    .swiper-button-next {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      pointer-events: all;
      /* permitir clic */
      display: flex;
      align-items: center;
      justify-content: center;
      /*background-color: rgba(255, 255, 255, 0.9); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);*/
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      font-size: 20px;
      font-weight: normal;
      color: #d81e05;
    }

    .descubrir-mas {
      text-decoration: underline;
      color: #d81e05;
      font-weight: bold;
      font-size: 12px;
      margin-top: 10px;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .swiper-slide-active .descubrir-mas {
      opacity: 1;
      pointer-events: auto;
    }

    .container {
      background: #fff;
    }

    .bloque-texto {
      text-align: center;
      padding: 60px 20px 40px;
      background-color: #fff;
    }

    .bloque-texto h2 {
      font-size: 70px;
      font-weight: 600;
      margin-bottom: 50px;
      color: #353332;
    }

    .bloque-texto p {
      font-size: 20px;
      line-height: 140%;
      margin-bottom: 30px;
      color: #353332;
      max-width: 1800px;
      margin-left: auto;
      margin-right: auto;
    }

    .bloque-texto-2 {
      text-align: center;
      padding: 60px 20px 40px;
      background-color: #fff;
      margin: 0 auto;
      max-width: 1288px;
    }

    .bloque-texto-2 h1 {
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 40px;
      margin-top: 20px;
      color: #353332;
    }

    .bloque-texto-2 p {
      font-size: 20px;
      line-height: 140%;
      margin-bottom: 30px;
      color: #353332;
      max-width: 1800px;
      margin-left: auto;
      margin-right: auto;
    }

    .bloque-texto-4 {
      text-align: center;
      padding: 20px 20px 40px;
      background-color: #fff;
      margin: 0 auto;
      max-width: 1288px;
    }

    .bloque-texto-4 p {
      font-size: 20px;
      line-height: 140%;
      margin-bottom: 30px;
      color: #353332;
      max-width: 1800px;
      margin-left: auto;
      margin-right: auto;
    }

    .video-wrapper {
      position: relative;
      width: 100%;
      max-width: 1000px;
      /* ancho desktop */
      margin: 0 auto;
      /* centrado */
      aspect-ratio: 16 / 9;
    }

    .video-wrapper iframe {
      width: 100%;
      height: 100%;
      display: block;
    }

    /* === BLOQUE BENEFICIOS === */

    .bloque-texto-3 {
      max-width: 1100px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .fila-beneficio {
      display: flex;
      align-items: center;
      gap: 40px;
      margin-bottom: 50px;
      justify-content: start;
    }

    .icono-beneficio {
      width: auto;
      height: 50px;
      flex-shrink: 0;
    }

    .texto-beneficio h3 {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #353332;
    }

    .texto-beneficio p {
      font-size: 18px;
      line-height: 140%;
      color: #353332;
      margin: 0;
    }

    .botones-colecciones {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 65px;
      flex-wrap: wrap;
    }

    .boton {
      color: #d81e05;
      padding: 12px 24px;
      text-decoration: underline;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 0.5px;
    }

    .imagen-centro {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }

    .imagen-centro-2 {
      max-width: 100%;
      height: auto;
      display: block;
      padding-top: 90px;
      margin: 0 auto;
    }

    .links-wrapper {
      display: flex;
      justify-content: center;
      gap: 40px;
      margin-bottom: 40px;
      flex-wrap: wrap;
    }

    .collection-link {
      color: #D81E05;
      font-size: 12px;
      font-weight: 600;
      text-decoration: underline;
      cursor: pointer;
    }

    @media (max-width: 768px) {
      .slide-label {
        top: 42%;
        padding: 15px 15px;
        font-size: 15px;
        left: 5px;
      }

      .bloque-texto-2 h1 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 40px;
        margin-top: -30px;
        line-height: 150%;
      }

      .bloque-texto-2 p,
      .bloque-texto-4 {
        font-size: 15px;

      }

      .bloque-texto h2 {
        font-size: 38px;
        font-weight: 600;
        margin-bottom: 35px;
      }

      .bloque-texto p {
        font-size: 15px;
      }

      .bloque-texto {
        padding: 15px;
      }

      .fila-beneficio {
        flex-direction: column;
        text-align: center;
        gap: 20px;
      }

      .icono-beneficio {
        width: 20px;
      }

      .texto-beneficio h3 {
        font-size: 18px;
      }

      .texto-beneficio p {
        font-size: 14px;
      }

      .links-wrapper {
        display: flex;
        justify-content: center;
        gap: 40px;
        margin-bottom: 40px;
        flex-wrap: nowrap;
        text-align: center;
        font-size: 12px;
        line-height: 140%;
      }
    }

    /* === MEDIA QUERIES LIMPIAS PARA SWIPER === */
    @media screen and (max-width: 316px) {
      .swiper-buttons-wrapper {
        bottom: 85%;
      }
    }

    @media screen and (min-width: 316px) and (max-width: 455px) {
      .swiper-buttons-wrapper {
        bottom: 82%;
      }
    }

    /* Móviles pequeños: hasta 499px */
    @media screen and (min-width: 455px) and (max-width: 550px) {
      .swiper-buttons-wrapper {
        bottom: 81%;
      }
    }

    /* Móviles grandes: 500px a 767px */
    @media screen and (min-width: 550px) and (max-width: 768px) {
      .swiper-buttons-wrapper {
        bottom: 81%;
        padding: 0 10px;
      }

      .swiper-button-prev,
      .swiper-button-next {
        width: 32px;
        height: 32px;
      }

      .swiper-button-prev::after,
      .swiper-button-next::after {
        font-size: 16px;
      }
    }

    /* Tablets: 768px a 991px */
    @media screen and (min-width: 768px) and (max-width: 900px) {
      .swiper-buttons-wrapper {
        bottom: 86%;
        padding: 0 15px;
      }

      .slide-label {
        position: absolute;
        top: 40%;
        left: 5px;
        width: 95%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.75);
        text-align: center;
        padding: 15px 15px;
        font-size: 16px;
        font-weight: 600;
        color: #353332;
        z-index: 2;
        pointer-events: none;
      }

      .swiper-button-prev,
      .swiper-button-next {
        width: 35px;
        height: 35px;
      }

      .swiper-button-prev::after,
      .swiper-button-next::after {
        font-size: 18px;
      }
    }

    /* Desktop pequeño: 992px a 1199px */
    @media screen and (min-width: 900px) and (max-width: 990px) {
      .swiper-buttons-wrapper {
        bottom: 79%;
        padding: 0 20px;
      }
    }

    @media screen and (min-width: 991px) and (max-width: 1200px) {
      .swiper-buttons-wrapper {
        bottom: 76%;
        padding: 0 20px;
      }
    }

    @media screen and (min-width: 1200px) and (max-width: 1799px) {
      .swiper-buttons-wrapper {
        bottom: 73%;
        padding: 0 20px;
      }
    }

    @media screen and (min-width: 1800px) and (max-width: 2500px) {
      .swiper-buttons-wrapper {
        bottom: 70%;
        padding: 0 20px;
      }
    }

    .back-link {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1100px;
      margin: 20px 20px;
      font-size: 16px;
      font-weight: 500;
      color: #D81E05;
      text-decoration: none;
      border-bottom: 1px solid #D81E05;
      padding-bottom: 5px;
    }

    .back-link span {
      display: inline-block;
    }

    /* Desktop → ocultar */
    @media (min-width: 768px) {
      .back-link {
        display: none;
      }
    }
    
    /* 1350px a 1799px */
@media (min-width: 1350px) and (max-width: 1799px) {
  .slide-label {
    font-size: 1.5rem;
  }
}

/* 1050px a 1349px */
@media (min-width: 1050px) and (max-width: 1349px) {
  .slide-label {
    font-size: 1rem;
  }
}

/* 901px a 1049px */
@media (min-width: 768px) and (max-width: 1049px) {
  .slide-label {
    font-size: 0.7rem;
  }
  /* 767px a 900px */

}