.elementor-1372 .elementor-element.elementor-element-a950d68{--display:flex;--overflow:auto;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1372 .elementor-element.elementor-element-7a7af93{--display:flex;--min-height:600px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:600px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1372 .elementor-element.elementor-element-7a7af93:not(.elementor-motion-effects-element-type-background), .elementor-1372 .elementor-element.elementor-element-7a7af93 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-1372 .elementor-element.elementor-element-d5ec967{--display:flex;--min-height:600px;}.elementor-1372 .elementor-element.elementor-element-d5ec967:not(.elementor-motion-effects-element-type-background), .elementor-1372 .elementor-element.elementor-element-d5ec967 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://celuquimia.com/wp-content/uploads/2026/01/celuquimia-slider-inicio-01.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1372 .elementor-element.elementor-element-f071240{--display:flex;--min-height:600px;}.elementor-1372 .elementor-element.elementor-element-9d3a180{--display:flex;--position:absolute;--min-height:600px;top:0px;}.elementor-1372 .elementor-element.elementor-element-9d3a180:not(.elementor-motion-effects-element-type-background), .elementor-1372 .elementor-element.elementor-element-9d3a180 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://celuquimia.com/wp-content/uploads/2026/07/slider-forma-divisor-600x200px.svg");background-size:cover;}body:not(.rtl) .elementor-1372 .elementor-element.elementor-element-9d3a180{left:calc(50vw - 160px);}body.rtl .elementor-1372 .elementor-element.elementor-element-9d3a180{right:calc(50vw - 160px);}@media(max-width:1024px){.elementor-1372 .elementor-element.elementor-element-7a7af93{--margin-top:600px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1372 .elementor-element.elementor-element-d5ec967:not(.elementor-motion-effects-element-type-background), .elementor-1372 .elementor-element.elementor-element-d5ec967 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-size:cover;}body:not(.rtl) .elementor-1372 .elementor-element.elementor-element-9d3a180{left:calc(50vw);}body.rtl .elementor-1372 .elementor-element.elementor-element-9d3a180{right:calc(50vw);}}@media(min-width:768px){.elementor-1372 .elementor-element.elementor-element-a950d68{--width:100%;}.elementor-1372 .elementor-element.elementor-element-d5ec967{--width:50%;}.elementor-1372 .elementor-element.elementor-element-f071240{--width:50%;}.elementor-1372 .elementor-element.elementor-element-9d3a180{--width:200px;}}/* Start custom CSS for html, class: .elementor-element-94b5725 *//* ================================
   SLIDER INICIO - DESKTOP
================================ */
.slider-inicio {
    position: relative;
    width: 100%;
    height: 540px;
    overflow: hidden;
}

/* ================================
   Z-INDEX GLOBAL
================================ */
.slider-imagenes {
    z-index: 1;
}

.burbujas {
    z-index: 2;
}

.slider-divisor {
    z-index: 3;
}

.contenido-inner {
    z-index: 4;
}

/* ================================
   IMAGEN
================================ */
.slider-imagenes {
    position: absolute;
    inset: 0;
    width: 50%;
}

.slide {
    position: absolute;
    inset: 0;
    background-image: url('/wp-content/uploads/2026/01/celuquimia-slider-inicio-01.webp');
    background-size: cover;
    background-position: center;
}

/* ================================
   CONTENIDO
================================ */
.slider-contenido {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #CCD739;
    display: flex;
    align-items: center;
    overflow: visible;
}

/* ================================
   SEPARADOR
================================ */
.slider-divisor {
    position: absolute;
    top: 50%;
    left: 0;
    width: 300px;
    height: 600px;
    transform: translate(-170px, -50%);
    pointer-events: none;
}

.slider-divisor img {
    width: 300px;
    height: 600px;
    display: block;
    max-width: none;
}

/* ================================
   TEXTOS
================================ */
.contenido-inner {
    position: relative;
    overflow: visible;
    padding-left: 20px;
}

.contenido-inner h3 {
    font-size: 3em;
    line-height: 1.15;
    max-width: 12em;
}

.contenido-inner h4 {
    line-height: 1.35;
}

/* ================================
   BURBUJAS
================================ */
.burbujas {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.burbuja {
    position: absolute;
    bottom: -30%;
    border-radius: 50%;
    background: radial-gradient(
        circle at 30% 30%,
        rgba(255,255,255,0.55),
        rgba(255,255,255,0.22) 38%,
        rgba(255,255,255,0.08) 55%,
        rgba(255,255,255,0.02)
    );
    border: 1px solid rgba(255,255,255,0.22);
    box-shadow:
        inset -3px -5px 8px rgba(255,255,255,0.15),
        inset 3px 5px 8px rgba(0,0,0,0.05);
    filter: blur(0.15px);
    animation: flotacion linear infinite;
    will-change: transform, opacity;
}

@keyframes flotacion {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0.6;
    }

    5% {
        opacity: 1;
    }

    50% {
        transform: translateY(-50vh) translateX(18px);
    }

    100% {
        transform: translateY(-110vh) translateX(-18px);
        opacity: 0;
    }
}

.b1 {
    width: 90px;
    height: 90px;
    left: 12%;
    animation-duration: 28s;
    animation-delay: -6s;
}

.b2 {
    width: 70px;
    height: 70px;
    left: 32%;
    animation-duration: 24s;
    animation-delay: -10s;
    opacity: 0.55;
}

.b3 {
    width: 82px;
    height: 82px;
    left: 55%;
    animation-duration: 30s;
    animation-delay: -14s;
    opacity: 0.6;
}

.b4 {
    width: 45px;
    height: 45px;
    left: 72%;
    animation-duration: 20s;
    animation-delay: -4s;
    opacity: 0.35;
}

.b5 {
    width: 26px;
    height: 26px;
    left: 48%;
    animation-duration: 22s;
    animation-delay: -18s;
    opacity: 0.18;
}

/* ================================
   TABLET - hasta 1024px
================================ */
@media (max-width: 1024px) and (min-width: 768px) {
    .slider-inicio {
        height: 500px;
    }

    .contenido-inner {
        padding-left: 28px;
        padding-right: 24px;
    }

    .contenido-inner h3 {
        font-size: 34px;
        line-height: 1.08;
    }

    .contenido-inner h4 {
        font-size: 19px;
        line-height: 1.35;
    }

    .contenido-inner .btn {
        font-size: 15px;
    }
}

/* ================================
   MOBILE - hasta 767px
================================ */
@media (max-width: 767px) {
    .slider-inicio {
        display: flex;
        flex-direction: column;
        height: auto;
        overflow: hidden;
    }

    .slider-imagenes {
        order: 1;
        position: relative;
        inset: auto;
        width: 100%;
        height: 300px;
    }

    .slider-contenido {
        order: 2;
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        min-height: 300px;
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: visible;
    }

    .slider-divisor {
        order: 1;
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: 80px;
        margin-top: -40px;
        margin-bottom: -20px;
        transform: none;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: visible;
        pointer-events: none;
    }

    .slider-divisor img {
        width: 300px;
        height: 600px;
        max-width: none;
        display: block;
        transform: rotate(90deg);
        transform-origin: center;
    }

    .contenido-inner {
        order: 2;
        padding: 40px 24px;
        text-align: center;
    }

    .contenido-inner h3 {
        font-size: 28px;
        line-height: 1.12;
        max-width: none;
    }

    .contenido-inner h4 {
        font-size: 17px;
        line-height: 1.35;
    }

    .contenido-inner .btn {
        font-size: 14px;
        line-height: 1.25;
        padding: 12px 18px;
    }
}/* End custom CSS */