/* Importación de Fuentes */

/* CircularStd */
@font-face {
    font-family: 'CircularStd-Black';
    src: url('../fonts/CircularSTD/CircularStd-Black.ttf');
}

@font-face {
    font-family: 'CircularStd-BlackItalic';
    src: url('../fonts/CircularSTD/CircularStd-BlackItalic.ttf');
}

@font-face {
    font-family: 'CircularStd-Bold';
    src: url('../fonts/CircularSTD/CircularStd-Bold.ttf');
}

@font-face {
    font-family: 'CircularStd-BoldItalic';
    src: url('../fonts/CircularSTD/CircularStd-BoldItalic.ttf');
}

@font-face {
    font-family: 'CircularStd-Book';
    src: url('../fonts/CircularSTD/CircularStd-Book.ttf');
}

@font-face {
    font-family: 'CircularStd-Light';
    src: url('../fonts/CircularSTD/CircularStd-Light.otf');
}

@font-face {
    font-family: 'CircularStd-BookItalic';
    src: url('../fonts/CircularSTD/CircularStd-BookItalic.ttf');
}

@font-face {
    font-family: 'CircularStd-Medium';
    src: url('../fonts/CircularSTD/CircularStd-Medium.ttf');
}

@font-face {
    font-family: 'CircularStd-MediumItalic';
    src: url('../fonts/CircularSTD/CircularStd-MediumItalic.ttf');
}

/* Spectral */

@font-face {
    font-family: 'Spectral-Bold';
    src: url('../fonts/Spectral/Spectral-Bold.ttf');
}

@font-face {
    font-family: 'Spectral-BoldItalic';
    src: url('../fonts/Spectral/Spectral-BoldItalic.ttf');
}

@font-face {
    font-family: 'Spectral-ExtraBold';
    src: url('../fonts/Spectral/Spectral-ExtraBold.ttf');
}

@font-face {
    font-family: 'Spectral-ExtraBoldItalic';
    src: url('../fonts/Spectral/Spectral-ExtraBoldItalic.ttf');
}

@font-face {
    font-family: 'Spectral-Italic';
    src: url('../fonts/Spectral/Spectral-Italic.ttf');
}

@font-face {
    font-family: 'Spectral-Light';
    src: url('../fonts/Spectral/Spectral-Light.ttf');
}

@font-face {
    font-family: 'Spectral-LightItalic';
    src: url('../fonts/Spectral/Spectral-LightItalic.ttf');
}

@font-face {
    font-family: 'Spectral-Medium';
    src: url('../fonts/Spectral/Spectral-Medium.ttf');
}

@font-face {
    font-family: 'Spectral-MediumItalic';
    src: url('../fonts/Spectral/Spectral-MediumItalic.ttf');
}

@font-face {
    font-family: 'Spectral-Regular';
    src: url('../fonts/Spectral/Spectral-Regular.ttf');
}

@font-face {
    font-family: 'Spectral-SemiBold';
    src: url('../fonts/Spectral/Spectral-SemiBold.ttf');
}

@font-face {
    font-family: 'Spectral-SemiBoldItalic';
    src: url('../fonts/Spectral/Spectral-SemiBoldItalic.ttf');
}

/* Estilos Generales */

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* Estilos del Carrusel */

.carousel-item {
    opacity: 0;
    transition: opacity 0.1s ease-out;
}

.carousel-item.active {
    opacity: 1;
    transition: opacity 0.1s ease-out;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: solid #fff;
    margin-bottom: 1.7rem;
}

.carousel-indicators .active {
    background-color: #fff;
}

.boton-amazon {
    width: 18rem;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    z-index: 10;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.boton-amazon:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}

/* Estilos de la Barra de Navegación (Header) */

.navbar-brand {
    margin-right: 4rem;
}

.navbar-nav {
    gap: 2rem;
}

.nav-link {
  position: relative;
  color: #6FA491;
  text-decoration: none;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #888B95;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.dropdown-toggle::after {
    display: none !important;
}

.nav-link:hover {
    color: #888B95;
}

.lumier-enlace {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
}

.lumier-enlace img {
    width: 20px;
    height: auto;
}

.lumier-enlace.boton {
    background-color: #EAAB00;
    padding: 0rem 1rem;
    border-radius: 1rem;

    a {
        color: white;
        text-decoration: none;
    }

    position: relative;
    overflow: hidden;
    z-index: 1;
}

.lumier-enlace.boton::after {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;

    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);

    transform: skewX(-25deg);
    transition: left 0.6s ease-out;
}

.lumier-enlace.boton:hover::after {
    left: 125%;

    a {
        color: white;
    }
}

.lumier_header a {
    font-family: CircularStd-Book;
    color: #6FA491;
    font-size: 0.9rem;
}

.icono {
    width: 1.5rem;
}

.lumier-titulos {
    font-family: CircularStd-Medium;
    color: #888B95;
    letter-spacing: 0.2em;
    font-size: 1.4rem;
}

.lumier-subtitulo {
    font-family: Spectral-ExtraBoldItalic;
    color:#888B95;
    font-size: 4rem;
}

.lumier-base-texto {
    font-family: CircularStd-Light;
    color: #888B95;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
}

.lumier-boton-enlace {
    position: relative;
    background-color: transparent;
    border: #EAAB00 0.2rem solid;
    border-radius: 0.4rem;
    padding: 0.7rem 0;
    font-family: CircularStd-Medium;
    text-decoration: none;
    color: #EAAB00;
    font-size: 1.3rem;
    width: 16rem;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.25em;
    line-height: 1.8rem;
    transition: background-color 0.3s ease-in;
}

.lumier-boton-enlace-alt {
    position: relative;
    background-color: transparent;
    border: #fff 0.2rem solid;
    border-radius: 0.4rem;
    padding: 0.7rem 0;
    font-family: CircularStd-Medium;
    text-decoration: none;
    color: #fff;
    font-size: 1.3rem;
    width: 14rem;
    display: inline-block;
    text-align: center;
    letter-spacing: 0.25em;
    line-height: 1.8rem;
    transition: background-color 0.3s ease-in;
}

.lumier-boton-enlace:hover {
    background-color: #EAAB00;
    border: #EAAB00 0.15rem solid;
    color: white;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lumier-boton-enlace-alt:hover {
    background-color: #fff;
    border: #fff 0.15rem solid;
    color: #888B95;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.lumier-boton-enlace:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
}

.lumier-boton-enlace-alt:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: sh02 0.5s 0s linear;
}

.lumier-boton-enlace::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

.lumier-boton-enlace-alt::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #888B95;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

 @keyframes sh02 {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}

.logo-lumier-blanco {
    width: 10rem;
}

.contenedor-beneficios {
    background-color: #888B95;

    .lumier-titulos {
        font-size: 2rem;
    }

    .logo-lumier {
        width: 10rem;
    }

    .forma {
        width: 32rem;
    }
}

.contenedor-imagenes {
    position: relative;
    display: flex;
    justify-content: center;
}

.contenedor-imagenes img {
    position: absolute;
}

.ella-beneficios {
    width: 26rem;
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.ella-beneficios.fade-out {
    opacity: 0;
}

.beneficios-ella-lista li.sombra {
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.8);
    transform: scale(1.05);
}

.beneficios-ella-lista {
    list-style: none;
    cursor: pointer;
    
    li {
        margin-top: 2rem;
        margin-bottom: 1rem;
        color: #fff;
        font-family: CircularStd-Book;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        transition: all 0.3s ease-in-out;
        margin-left: 3rem;
        margin-right: 4rem;

        padding-left: 30px; 
        background-image: url("../img/El_Animacion/CHECK_2.png");
        background-size: 18px 18px;
        background-repeat: no-repeat;
        background-position: left center;
    }
}

.formas-beneficios {
    width: 18rem;
}

.contenedor-beneficio {
    position: relative;
    display: inline-block;
}

.contenido-superpuesto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.5rem;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.item-beneficio {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 220px;
    text-align: center;
}

.icono-beneficio {
    width: 85px;
    height: 85px;
    margin-bottom: 1rem;
}

.texto-beneficio {
    font-family: CircularStd-Light;
    color: #888B95;
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0.02em; 
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(7rem);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.complejo-cannwell {
    .row {
        --bs-gutter-x: 0rem; 
    }

    h2 {
        margin-top: 2rem;
        font-size: 1.4rem;
        text-align: center;
        margin-left: -8rem;
    }

    h3 {
        color:#888B95;
        font-size: 4rem;
        text-align: center;
        margin-left: -8rem;
    }

    .resaltado-green {
        color:#5DAB84;
        font-family: CircularStd-Bold;
    }

    .espaciado {
        margin-top: 4rem;
    }

    .lumier-base-texto {
        padding: 0rem 10rem 0rem 4rem;
        text-align: justify;
    }
}

.lumier-banner-gris {
    background-color: #9ECDB5;
    color: #fff;
}

.lumier-texto-gris {
    font-family: CircularStd-BookItalic;
    font-size: 3rem;
}

.lumier-texto-alt-gris {
    font-family: Spectral-BoldItalic;
    margin-top: -2.5rem;
    font-size: 3.6rem;
    margin-bottom: 0rem;
}

.contenedor-ingredientes {
    background-color: #B8B9BF;
    text-align: center;

    .ingredientes-icono {
        width: 100px;
        height: auto;
        margin-bottom: 1rem;
    }

    .ingredientes-texto {
        font-family: CircularStd-Bold;
        color: #fff;
        font-size: 1.2rem;
        letter-spacing: 0.2em;
    }
}

.ingredientes-grid {
    display: grid;    
    grid-template-columns: repeat(4, 1fr);
    padding: 0 7rem;
}

.ingredientes-grid-alt {
    display: grid;    
    grid-template-columns: repeat(3, 1fr);
    padding: 0 15rem;
}

.ingrediente-item {
    text-align: center;
}

.ingrediente-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}

.ingrediente-item img:hover {
    transform: scale(1.1);
    transition: transform 0.5s ease-in-out;
    cursor: pointer;
}

.ingrediente-item p {
    font-family: CircularStd-Bold;
    color: #fff;
    font-size: 0.95rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.animar-izquierda,
.animar-derecha {
    opacity: 0; 
    transition: all 1.5s ease-out;
}

.animar-izquierda {
    transform: translateX(-200px); 
}

.animar-derecha {
    transform: translateX(200px);
}

.visible {
    opacity: 1; 
    transform: translateX(0);
}

.lumier-texto-redes {
    font-family: CircularStd-Medium;
    color:#888B95;
    font-size: 1rem;
}

.lumier-social-media-icons {
    width: 3.5rem;
    transition: transform 0.2s ease;
}

.lumier-social-media-icons:hover {
    transform: translateY(-6px);
}

.lumier-footer {
    background-color: #888B95;
}

.lumier-terms {
    background-color: #6FA491;

    .col-lg-4.col-md-4.col-sm-4.col-xs-4.col-4.text-center {
        p {
            font-size: 0.9rem !important;
        }
    }
}

.lumier-text-terms {
    font-family: CircularStd-Book;
    color: #fff;
    font-size: 1.1rem;
    
    a {
        color: white;
    }
}

.lumier.text-terms.slogan {
    background-color: #5A5C60 !important;
}

.lumier-text-contact {
    font-family: CircularStd-Bold;
    color: white;
    font-size: 1.2rem;
}

.lumier-footer-text {
    font-family: CircularStd-Book;
}

.lumier-text-green {
    color: #D0DFC9;
}

.lumier-form-label {
    font-family: CircularStd-Medium;
    color: #fff;
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
}

.lumier-contact-input {
    margin-right: 1rem;
    width: 19rem;
    border-radius: 0.3rem;
    border: none;
    padding: 0.4rem 1rem;
    font-family: CircularStd-Book;
    color: #4A7A58;
} 

.lumier-btn-send {
    background-color: #EAAB00;
    color: white;
    font-family: CircularStd-Bold;
    border: none;
    border-radius: 0.3rem;
    width: 7rem;
    padding: 0.5rem 0rem;
}

/* --- Media Queries (Diseño Responsivo) --- */

/* Celular */
@media (max-width: 576px) {
    .navbar-nav {
        gap: 0rem;
        
        .nav-item {
            margin: 0.5rem 0rem;
        }

        .nav-link {
            font-size: 1rem;
        }
    }

    .lumier-enlace {
        display:block;
    }

    .lumier-enlace.boton {
        padding: 1rem;
        margin: 0rem 6rem 1rem 6rem !important;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        margin-bottom: 0rem;
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

    .boton-amazon {
        width: 6rem;
        bottom: 1rem;
        right: 1rem;
    }

    .lumier-titulos {
        font-size: 0.719rem;
    }

    .lumier-subtitulo {
        font-size: 1.8rem;
    }

    .lumier-base-texto {
        font-size: 1rem;
    }

    .container.py-5.text-center {
        .lumier-base-texto {
            padding: 1.5rem 2.5rem !important;
            text-align-last: center;
        }
    }

    .lumier-boton-enlace {
        width: 10rem;
        font-size: 0.8rem;
        line-height: 0.7rem;
        border: 0.13rem solid #EAAB00;
    }

    .contenedor-beneficios {
        .lumier-titulos {
            text-align: center;
            padding-top: 2rem;
        }

        .barra {
            display: none;
        }

        .forma {
            width: 18rem;
        }

        br {
            display: block !important;
        }

        .row.pb-5 {
            padding-bottom: 1rem !important;
        }
    }

    .contenedor-imagenes {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .ella-beneficios {
        width: 14rem;
        opacity: 1;
        transition: opacity 0.4s ease-in-out;
    }

    .beneficios-ella-lista {
        margin-top: 19rem;

        padding: 0rem;
        li {
            background-image: none;
            font-size: 1rem;
            margin: 0rem;
            padding: 0rem 1rem;
        }
    }

    .beneficios-ella-lista li {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        transition: opacity 0.5s ease-in-out;
        pointer-events: none; 
    }

    .beneficios-ella-lista li.visible-beneficio {
        opacity: 1;
        position: relative;
        pointer-events: auto;
    }
    
    .formas-beneficios {
        width: 10rem;
    }

    .item-beneficio {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        min-height: 120px;
        text-align: center;
    }

    .icono-beneficio {
        width: 60px;
        height: auto;
        margin-bottom: 1rem;
    }

    .texto-beneficio {
        font-size: 0.7rem;
        line-height: 1.3;
        margin: 0;
        letter-spacing: -0.05em; 
    }

    .lumier-banner-gris {
        .lumier-texto-gris {
            font-size: 1.2rem;
        }
        .lumier-texto-alt-gris {
            font-size: 1.6rem;
            margin-top: -1.5rem;
        }
    }

    .ingredientes-grid {
        display: grid;    
        grid-template-columns: repeat(2, 1fr);
        padding: 0 0rem;
        margin-top: 0rem !important;
    }

    .ingredientes-grid-alt {
        display: grid;    
        grid-template-columns: repeat(2, 1fr);
        padding: 0 0rem;
        margin-top: 1rem !important;
    }

    .ingredientes-grid-alt > *:nth-last-child(1):nth-child(odd) {
        grid-column: span 2;
        justify-self: center;
    }

    .ingrediente-item img {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
    }

    .ingrediente-item p {
        font-family: CircularStd-Bold;
        color: #fff;
        font-size: 0.8rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }

    .lumier-texto-redes {
        font-size: 0.9rem;
    }

    .lumier-social-media-icons {
        width: 2.5rem;
    }

    .lumier-label {
        font-size: 1rem;
    }

    .lumier-text-terms {
        font-size: 1rem !important;
    }

    .lumier-footer-text {
        font-size: 1rem;
    }

    .espacio {
        display:block !important;
    }

    .lumier-text-contact {
        font-size: 1.2rem;
        text-align: center;
    }

    .lumier-form-label.mt-4 {
        margin-top: 1rem !important;
    }

    .lumier-form-label {
        font-size: 1rem;
    }

    .lumier-contact-input-nombre {
        width: 100%;
        padding: 0.1rem 0.4rem;
    }
    
    .lumier-contact-input {
        width: 100%;
        padding: 0.1rem 0.4rem;
    }

    .formulario-lumier {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1rem;
    }

    .col-lg-2.col-md-2.col-sm-12.col-12.text-start {
        margin-top: 0.5rem !important;
        margin-bottom: 1rem !important;

        button {
            width: 80%;
            padding: 0.5rem 0rem;
            font-size: 1rem;
        }

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .complejo-cannwell {
        .lumier-subtitulo {
            margin-left: -2rem;
            font-size: 1.2rem;
        }

        .lumier-titulos {
            font-size: 0.6rem;
            margin-top: -1rem;
            margin-left: -2rem;
        }

        .lumier-complejo-tit {
            margin-top: 2rem;
            padding: 0rem 1rem 0rem 0rem;
            font-size: 0.6rem;
        }

        .espaciado {
            margin-top: 2rem;
        }

        .lumier-base-texto {
            font-size: 0.6rem;
            padding: 0rem 2rem 0rem 0rem;
        }
    }
}

/* Celular */
@media (max-width: 376px) {
    .contenedor-principio {
        .lumier-titulos {
            font-size: 0.6rem;
        }

        .lumier-subtitulo {
            font-size: 2rem;
        }
    }

    .lumier-form-label {
        font-size: 0.75rem;
    }

    .lumier-enlace.boton {
        padding: 1rem;
        margin: 0rem 5rem 1rem 5rem !important;
    }

    .ella-beneficios {
        width: 11rem;
    }

    .lumier-form-label {
        font-size: 0.75rem;
    }

    .complejo-cannwell {
        .lumier-subtitulo {
            margin-left: -2rem;
            font-size: 1.2rem;
        }

        .lumier-titulos {
            font-size: 0.5rem;
            margin-left: -2rem;
        }

        .lumier-complejo-tit {
            margin-top: 0.5rem;
            padding: 0rem 1rem 0rem 0rem;
            font-size: 0.6rem;
        }

        .espaciado {
            margin-top: 0rem;
        }

        .lumier-base-texto {
            font-size: 0.6rem;
            padding: 0rem 1rem 0rem 0rem;
            margin-bottom: 0rem;
        }

        .lumier-base-texto.mt-4 {
            margin-top: 0.5rem !important;
        }
    }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 991px) {
    .lumier-enlace {
        display:block;
    }

    .lumier-enlace.boton {
        padding: 1rem;
        margin: 0rem 15rem 1rem 15rem !important;
    }

    .carousel-indicators [data-bs-target] {
        margin-bottom: 1rem;
    }

    .carousel-indicators .active {
        background-color: #fff;
    }

    .icono {
        display: none;
    }

    .navbar-nav .nav-link {
        font-size: 1.2rem;
        padding: 0rem;
    }

    .navbar-nav .lumier-enlace {
        margin-top: 0rem;
    }

    .boton-amazon {
        width: 10rem;
        bottom: 2rem;
        right: 2rem;
    }

    .lumier-titulos {
        font-size: 1.3rem;
    }

    .lumier-subtitulo {
        font-size: 3.5rem;
    }

    .contenedor-principio {
        .lumier-titulos {
            font-size: 1.1rem;
        }

        .lumier-subtitulo {
            font-size: 2.7rem;
        }
    }

    .ella-beneficios {
        width: 23rem;
    }

    .contenedor-beneficios {
        padding-bottom: 2rem !important;

        .lumier-titulos {
            margin-top: 2rem;
            font-size: 1.6rem;
        }

        .barra {
            div {
                height: 7rem !important;
            }
        }

        .logo-lumier {
            width: 8rem;
        }

        .ella-beneficios {
            width: 19rem;
        }

        .beneficios-ella-lista {
            padding-left: 1rem;
            padding-bottom: 0rem !important;

            li {
                font-size: 0.8rem;
                margin-left: 0rem;
                margin-bottom: 0rem;

                background-size: 20px 20px;
                padding-left: 35px;
            }
        }

        .row.mt-4.pb-5 {
            padding-bottom: 0rem !important;
            margin-top: 0rem !important;
        }

        .text-center {
            padding-bottom: 2rem;
        }

        .lumier-boton-enlace-alt {
            width: 8rem;
            font-size: 0.8rem;
            padding: 0rem;
            border: 0.12rem solid #fff;
            margin-left: 1rem;
        }

        .listado {
            margin-top: 0rem !important;
        }
    }

    .pb-5.espaciado {
        display: none;
    }

    .lumier-banner-gris {
        .lumier-texto-gris {
            font-size: 1.8rem;
        }
        .lumier-texto-alt-gris {
            font-size: 2.5rem;
            margin-top: -2rem;
        }
    }

    .ingredientes-grid {
        display: grid;    
        grid-template-columns: repeat(4, 1fr);
        padding: 0 0rem;
        margin-top: 0rem !important;
    }

    .ingredientes-grid-alt {
        display: grid;    
        grid-template-columns: repeat(3, 1fr);
        padding: 0 3.5rem;
        margin-top: 1rem !important;
    }

    .ingrediente-item img {
        width: 80px;
        height: 80px;
        margin-bottom: 1rem;
    }

    .ingrediente-item p {
        font-family: CircularStd-Bold;
        color: #fff;
        font-size: 0.8rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }

    .lumier-contact-input-nombre {
        width: 16rem;
    }

    .lumier-contact-input {
        width: 8rem;
    }

    .lumier-btn-send {
        margin-left: -3rem;
    }

    .complejo-cannwell {
        .lumier-subtitulo {
            margin-left: -10rem;
            font-size: 2.5rem;
        }

        .lumier-titulos {
            font-size: 1rem;
            margin-left: -10rem;
            margin-top: 0rem;
        }

        .espaciado {
            margin-top: 2rem;
        }

        .lumier-base-texto {
            font-size: 1rem;
            padding: 0rem 3rem 0rem 1rem;
        }
    }
}

/* Para el Submenu Hover */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0rem;
    }
}

/* Laptop */
@media (min-width: 992px) and (max-width: 1201px) {
    .navbar-nav {
        gap: 0.8rem;
    }

    .contenedor-principio {
        .lumier-titulos {
            font-size: 1.4rem;
        }

        .lumier-subtitulo {
            font-size: 4rem;
        }
    }

    .row.mt-4.pb-5 {
        margin-top: -3rem !important;
        padding-bottom: 0rem !important;

        .img-fluid {
            width: 30rem;
        }
    }
    
    .beneficios-ella-lista {
        margin-top: 1rem;

        li {
            margin-top: 0.6rem;
        }
    }

    .pb-5.espaciado {
        display: none;
    }
    
    .boton-amazon {
        width: 15rem;
        bottom: 2rem;
        right: 2rem;
    }

    .titulo-cann {
        .lumier-titulos {
            margin-right: 6rem !important;
        }

        .lumier-subtitulo {
            margin-right: 6rem !important;
        }

        margin-bottom: 2rem;
    }

    .lumier-banner-gris {
        .lumier-texto-gris {
            font-size: 2.5rem;
        }
        .lumier-texto-alt-gris {
            font-size: 3.3rem;
            margin-top: -2rem;
        }
    }

    .lumier-contact-input {
        width: 16rem;
    }

    .lumier-btn-send {
        margin-left: 1rem;
    }

    .complejo-cannwell {
        .lumier-subtitulo {
            margin-left: -7rem;
            font-size: 3rem;
        }

        .lumier-titulos {
            margin-top: 0rem;
            font-size: 1rem;
            margin-left: -7rem;
        }

        .lumier-complejo-tit {
            margin-top: 5rem;
            padding: 0rem 4rem 1rem 3rem;
            font-size: 1.4rem;
        }

        .espaciado {
            margin-top: 3rem;
        }

        .lumier-base-texto {
            font-size: 1.2rem;
            padding: 0rem 4rem 0rem 3rem;
        }
    }
}

/* Pantallas Grandes */
@media (min-width: 1920px) {
    .icono {
        width: 3rem;
    }

    .navbar-brand img {
        width: 17rem !important;
    }

    .boton-amazon {
        width: 30rem;
        bottom: 7rem;
        right: 7rem;
    }

    .navbar-nav {
        padding: 3rem 0rem;
    }

    .navbar-nav .nav-link {
        font-size: 2rem;
        padding: 0rem;
    }

    .navbar-nav .lumier-enlace {
        margin-top: 3rem;
    }
}