
    .logo-responsive  {
        background: #55013f;
        padding: 0.2rem 1rem;
        border-radius: 0 0 0.5rem 0.5rem;
        display: block;
        width: 150px;
        margin: 0 auto 20px auto;
    }
.nav-home {
    position: fixed;
    top: 0;
    left: 0;
}
.section-soy {
    background-image: url(../imagenes/static/carito.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 700px;
}
.icon {
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
    display: inline-block;
}
  .w-xl-50 {
    width: 50% !important;
  }
/* Responsive adjustments */

/* phone to tablet */
@media screen and (max-width: 1126px) {
    .section-soy {
        background-image: url(../imagenes/static/carito-tablet.png);
        height: auto;
    }
}

@media screen and (max-width: 768px) {
      .w-xl-50 {
    width: 100% !important;
  }
    body {
        background-size: contain;
        background-color: #4a0836;
    }
    .section-soy {
        background-image: url(../imagenes/static/carito-mobile.png);
        height: auto;
    }
    .icon {
        width: 20px;
        height: 20px;
    }
    .desc-text {
        font-size: 1.4rem !important;
    }
    
    body {
        padding-top: 22rem !important;
    }
    .leading-7 {
        line-height: 2.3rem !important;
    }
    .features-list {
        font-size: 1.4rem;
        line-height: 1.4rem !important;
    }
    .distribucion-container,
    .distribucion-section {
        height: auto;
    }

    .w-4 {
        width: 3rem !important;
    }
    .h-4 {
        height: 3rem !important;
    }
    .text-6xl {
        font-size: 2rem !important;
    }
    .card-image img, .product-image img, .product-box img, .gift-container img, .footer-image, .libro3-image, .libro3-image img {
        /* width: 100% !important; Ajuste para móvil */
    }
    .product-box {
        width: 60%;
    }
    .product-subtitle {
        font-size: 1.7rem !important;
    }
    .seo-image {
        width: 450px !important;
    }
    .libro3-image {
        width: 50% !important;
    }
    .gift-box {
        width: 35% !important;
    }
    .gif-logo-bottom {
        width: 450px !important;
    }

    .leading-6 {
        font-size: 1.4rem !important;
    }
}

/* tablet to desktop */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .section-soy {
        background-image: url(../imagenes/static/carito-tablet.png);
        height: auto;
    }
    .icon {
        width: 22px;
        height: 22px;
    }

}


/* update */
/* Mobile - 414 x 736px (iPhone 8 Plus, etc.) */
@media screen and (max-width: 414px) {
  /* Tus estilos para móvil */
}

/* Tablet - 768 x 1024px (iPad, tablets) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* products */
    .gift-container img {
        width: 60% !important; /* Ajuste para tablet */
    }
  /* Tus estilos para tablet */
}

/* Desktop - 1440 x 900px (pantallas grandes) */
@media screen and (min-width: 1440px) {
  /* Tus estilos para desktop */

}

