      .contenedor {
      margin: 0;
      padding: 0 20px;
      font-family: "DM Sans", sans-serif;
      max-width: 1350px;
      margin:0 auto;
    }

    section {
      margin-bottom: 40px;
    }

    /* Video full width */
    .video-full {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .video-full-2 {
      width: 50%;
      height: 50%;
      object-fit: cover;
      margin:0 auto;
    }
    /* Textos centrados */
    .text-center {
      text-align: center;
    }

    .logo {
      width: 30%;
      max-width: 300px;
      height: auto;
      margin: 0 auto;
      display: block;
      padding: 25px;
    }

    .title-LVR {
      color: #79242f;
      font-size: 26px;
      font-weight: 500;
      margin: 10px 0;
    }

    .description {
      font-size: 16px;
      font-weight: 400;
      line-height: 40px;
      max-width: 1300px;
      padding-top: 25px;
      padding-bottom: 25px;
      margin: 0 auto 20px;
    }

    .collection-link {
      color: #79242f;
      font-size: 14px;
      font-weight: 500;
      text-decoration: underline;
      cursor: pointer;
    }

    .img-desktop {
      width: 100%;
      height: auto;
      display: block;
    }
    .img-desktop-2 {
      height: auto;
      width: 50%;
    }

    .img-mobile {
      width: 100%;
      height: auto;
      display: none;
    }

    /* Contenedor de imágenes lado a lado */
    .contenedor-imagenes {
      width: 100%;
      display: flex;
      justify-content: center;
      gap: 5%;
      flex-wrap: wrap;
    }

    .contenedor-imagenes img,
    .contenedor-imagenes .swiffy-slider {
      width: 47.5%;
      height: auto;
      object-fit: cover;
    }

    /* Carruseles personalizados */
    .slider-custom {
      width: 100%;
    }
/* Reposicionar botones */
.slider-nav {
  top: 50% !important;
  transform: translateY(-50%);
}

/* Botón circular */
.slider-nav {
  background-color: #ffffff !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  opacity: 0.8 !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
  filter: drop-shadow(0.2rem 0.2rem .5rem rgba(0, 0, 0, 0.3)) !important;
  margin: 0px 15px;
}

/* Flecha visible */
.slider-nav::after {
  background-color: #79242F !important;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
    /* Bloques con imagen y texto */
    .block-container {
      display: flex;
      justify-content: space-between;
      gap: 5%;
      flex-wrap: wrap;
    }
    .block-container-reverse {
      display: flex;
      justify-content: space-between;
      gap: 5%;
      flex-wrap: wrap-reverse;
    }
    .block {
     
      width: 46%;
      box-sizing: border-box;
    }

    .block img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .block p.title-block {
      font-size: 18px;
      font-weight: 500;
      line-height: 40px;
      margin-top: 20px;
    }

    .block p.desc-block {
      font-size: 16px;
      font-weight: 400;
      color: #555;
      max-width: 550px;
      line-height: 25px;
    }

    .aspect-square {
      aspect-ratio: 1/1;
      width: 100%;
      overflow: hidden;
    }

    /* Imagen fija + carrusel mismo tamaño */
    .igualar-altura {
      display: flex;
      gap: 5%;
      flex-wrap: wrap;
      align-items: stretch;
    }

    .igualar-altura .img-fija,
    .igualar-altura .swiffy-slider {
      flex: 1 1 47.5%;
      display: flex;
    }

    .igualar-altura .img-fija img,
    .igualar-altura .swiffy-slider img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Carrusel + texto alineado */
    .carrusel-con-texto {
      display: flex;
      flex-direction: column;
      flex: 1 1 47.5%;
      gap: 10px;
    }

    .texto-carrusel {
      width: 100%;
      text-align: left;
    }

    .texto-carrusel .titulo-texto {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 5px;
    }

    .texto-carrusel .subtitulo-texto {
      font-size: 16px;
      font-weight: 400;
      color: #555;
      max-width: 550px;
    }
  

    /* Responsive */
    @media (max-width: 768px) {
      body {
        padding: 0 10px;
      }
      .s-v2{
        margin-bottom: 15px;
      }
      .contenedor-imagenes img,
      .contenedor-imagenes .swiffy-slider,
      .block,
      .igualar-altura .img-fija,
      .igualar-altura .swiffy-slider {
        width: 100%;
      }
      .block-c{
        margin-top: 40px;
      }
      .logo {
        width: 50%;
      }

      .title-LVR {
        font-size: 22px;
      }

      .description {
        font-size: 16px;
        line-height:26px;
        color:#212529;
        margin-bottom: 0px;
      }

      .collection-link {
        font-size: 13px;
      }

      .igualar-altura {
        flex-direction: column;
      }

      .img-fija {
        margin-bottom: 30px;
      }

      .img-desktop, .img-desktop-2 {
        display: none;
      }

      .img-mobile {
        display: block;
      }
      .slider-nav::after{
        width: .5rem !important;
        height: .5rem !important;
      }
      .carrusel-con-texto {
        flex: 1 1 100%;
      }
      .video-full-2 {
        height: auto;
        margin: 0 auto;
        width: 100%;
      }
    }