.elementor-121 .elementor-element.elementor-element-93b80f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.74;--padding-top:200px;--padding-bottom:200px;--padding-left:200px;--padding-right:200px;}.elementor-121 .elementor-element.elementor-element-93b80f5::before, .elementor-121 .elementor-element.elementor-element-93b80f5 > .elementor-background-video-container::before, .elementor-121 .elementor-element.elementor-element-93b80f5 > .e-con-inner > .elementor-background-video-container::before, .elementor-121 .elementor-element.elementor-element-93b80f5 > .elementor-background-slideshow::before, .elementor-121 .elementor-element.elementor-element-93b80f5 > .e-con-inner > .elementor-background-slideshow::before, .elementor-121 .elementor-element.elementor-element-93b80f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#03228B;--background-overlay:'';}.elementor-121 .elementor-element.elementor-element-93b80f5:not(.elementor-motion-effects-element-type-background), .elementor-121 .elementor-element.elementor-element-93b80f5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background:url("https://yknova.com/wp-content/uploads/2026/05/WhatsApp-Image-2026-05-17-at-15.38.45-1.jpeg") 50% 50%;background-size:cover;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-121 .elementor-element.elementor-element-c5d0152{padding:10px 10px 2px 10px;border-style:solid;border-width:1px 1px 1px 1px;border-radius:24px 24px 24px 24px;text-align:center;font-family:"Roboto", Sans-serif;font-weight:600;color:#FFFFFF;}.elementor-121 .elementor-element.elementor-element-c5d0152.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-121 .elementor-element.elementor-element-e099428{text-align:center;}.elementor-121 .elementor-element.elementor-element-e099428 .elementor-heading-title{color:#FFFFFF;}.elementor-121 .elementor-element.elementor-element-5faa43c{text-align:center;font-family:"Roboto", Sans-serif;font-weight:500;color:#FFFFFF;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-121 .elementor-element.elementor-element-b26d2ae .elementor-button{background-color:#002DCA;border-radius:5px 5px 5px 5px;}.elementor-121 .elementor-element.elementor-element-946947a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-121 .elementor-element.elementor-element-93b80f5{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for container, class: .elementor-element-946947a *//* RESET */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* BODY */
body{
    font-family:Arial, sans-serif;
    background:#ffffff;
    line-height:1.6;
}

/* WRAPPER GENERAL */
.landing-dark{
    background:#020B1A; /* AZUL MUY OSCURO */
    color:#FFFFFF;
    overflow:hidden;
}

/* CONTAINER */
.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}


/* BOTONES */
.hero-buttons{
    margin-top:45px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:17px 34px;
    border-radius:8px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
    border:none;
}

/* BOTON AZUL */
.btn-primary{
    background:#002DCA;
    color:#FFFFFF;
}

.btn-primary:hover{
    background:#1D4FFF;
    color:#FFFFFF;
}

/* BOTON BLANCO */
.btn-secondary{
    background:#FFFFFF;
    color:#000000;
}

.btn-secondary:hover{
    background:#002DCA;
    color:#000000;
}

/* PRODUCTOS */
.productos{
    padding:120px 0;
    background:#020B1A;
}

.producto-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;
    margin-bottom:140px;
}

.producto-card.reverse{
    direction:rtl;
}

.producto-card.reverse .producto-info{
    direction:ltr;
}

/* RESET */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

/* BODY */
body{
    font-family:Arial, sans-serif;
    background:#ffffff;
    line-height:1.6;
}

/* WRAPPER */
.landing-dark{
    background:#020B1A;
    color:#FFFFFF;
    overflow:hidden;
}

/* CONTAINER */
.container{
    width:90%;
    max-width:1300px;
    margin:auto;
}

/* PRODUCTOS */
.productos{
    padding:120px 0;
}

.producto-card{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:start;
    margin-bottom:140px;
}

.producto-card.reverse{
    direction:rtl;
}

.producto-card.reverse .producto-info{
    direction:ltr;
}

/* WRAPPER IMAGEN */
.producto-img-wrapper{
    width:100%;
}

/* IMAGEN */
.producto-img img{
    width:100%;
    border-radius:24px;
    display:block;
    box-shadow:0 20px 60px rgba(0,0,0,.45);
}

/* GALERIA */
.product-gallery{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
    margin-top:20px;
}

/* ITEM */
.gallery-item{
    overflow:hidden;
    border-radius:14px;
    cursor:pointer;
    background:#081529;
    border:1px solid rgba(255,255,255,.08);
    transition:.3s;
}

/* IMG */
.gallery-item img{
    width:100%;
    height:120px;
    object-fit:cover;
    display:block;
    transition:.4s;
}

/* HOVER */
.gallery-item:hover{
    border-color:#002DCA;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

/* TEXTOS */
.producto-subtitle{
    color:#FFFFFF;
    opacity:.75;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.producto-info h2{
    font-size:54px;
    line-height:1.1;
    margin:18px 0 25px;
    color:#FFFFFF;
}

.producto-info p{
    color:#FFFFFF;
    opacity:.9;
    margin-bottom:25px;
    font-size:17px;
}

/* FEATURES */
.features{
    list-style:none;
    margin-bottom:35px;
}

.features li{
    margin-bottom:14px;
    font-size:17px;
    color:#FFFFFF;
}

/* IDEAL */
.ideal{
    margin-bottom:35px;
    color:#FFFFFF;
}

/* VALOR */
.valor-box{
    background:#081529;
    border-left:4px solid #002DCA;
    padding:30px;
    border-radius:14px;
    margin-bottom:35px;
}

.valor-box h4{
    font-size:28px;
    margin-bottom:12px;
    color:#FFFFFF;
}

.valor-box p{
    margin:0;
}

/* PRECIO */
.precio-box{
    background:#081529;
    border:1px solid rgba(255,255,255,.08);
    padding:35px;
    border-radius:20px;
    margin-bottom:35px;
}

.precio-box span{
    color:#FFFFFF;
    opacity:.8;
    letter-spacing:2px;
    font-size:13px;
}

.precio-box h3{
    font-size:64px;
    margin:12px 0;
    color:#FFFFFF;
}

.precio-box small{
    color:#FFFFFF;
    opacity:.8;
}

/* BOTON */
.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:#002DCA;
    color:#FFFFFF;
    padding:17px 34px;
    border-radius:8px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.btn-primary:hover{
    background:#1D4FFF;
}

/* LIGHTBOX */
.lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.94);
    display:none;
    align-items:center;
    justify-content:center;
    z-index:999999;
    padding:40px;
}

.lightbox img{
    max-width:90%;
    max-height:90vh;
    border-radius:18px;
    box-shadow:0 20px 60px rgba(0,0,0,.6);
}

.close-lightbox{
    position:absolute;
    top:20px;
    right:35px;
    color:#FFFFFF;
    font-size:55px;
    cursor:pointer;
    transition:.3s;
}

.close-lightbox:hover{
    color:#002DCA;
}

/* RESPONSIVE */
@media(max-width:991px){

    .producto-card{
        grid-template-columns:1fr;
        gap:40px;
        margin-bottom:100px;
    }

    .producto-info h2{
        font-size:38px;
    }

    .precio-box h3{
        font-size:42px;
    }
}

@media(max-width:768px){

    .product-gallery{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery-item img{
        height:100px;
    }

    .lightbox{
        padding:20px;
    }
}

@media(max-width:576px){

    .precio-box{
        padding:25px;
    }

    .precio-box h3{
        font-size:36px;
    }

    .btn-primary{
        width:100%;
    }
}

/* TEXTOS PRODUCTOS */
.producto-subtitle{
    color:#FFFFFF;
    opacity:.8;
    font-size:14px;
    letter-spacing:2px;
    text-transform:uppercase;
}

.producto-info h2{
    font-size:52px;
    line-height:1.1;
    margin:18px 0 25px;
    color:#FFFFFF;
}

.producto-info p{
    color:#FFFFFF;
    opacity:.9;
    margin-bottom:30px;
    font-size:17px;
}

/* FEATURES */
.features{
    list-style:none;
    margin-bottom:35px;
}

.features li{
    margin-bottom:14px;
    font-size:17px;
    color:#FFFFFF;
}

/* IDEAL */
.ideal{
    margin-bottom:35px;
    color:#FFFFFF;
}

/* PRECIO */
.precio-box{
    background:#081529;
    border:1px solid rgba(255,255,255,.08);
    padding:35px;
    border-radius:20px;
    margin-bottom:35px;
}

.precio-box span{
    color:#FFFFFF;
    opacity:.8;
    letter-spacing:2px;
    font-size:13px;
}

.precio-box h3{
    font-size:64px;
    margin:12px 0;
    line-height:1;
    color:#FFFFFF;
}

.precio-box small{
    color:#FFFFFF;
    opacity:.8;
    font-size:15px;
}

/* BENEFICIOS */
.beneficios{
    padding:100px 0;
    background:#040F21;
}

.beneficios-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.beneficio{
    background:#081529;
    padding:40px;
    border-radius:18px;
    transition:.3s;
}

.beneficio:hover{
    transform:translateY(-5px);
    border:1px solid rgba(255,255,255,.08);
}

.beneficio h4{
    font-size:24px;
    margin-bottom:12px;
    color:#FFFFFF;
}

.beneficio p{
    color:#FFFFFF;
    opacity:.9;
}

/* CTA */
.cta{
    padding:130px 20px;
    text-align:center;
    background:#020B1A;
}

.cta h2{
    font-size:56px;
    max-width:900px;
    margin:auto auto 45px;
    line-height:1.1;
    color:#FFFFFF;
}

/* RESPONSIVE */
@media(max-width:991px){

    .hero{
        padding:150px 20px 100px;
    }

    .hero h1{
        font-size:46px;
    }

    .hero p{
        font-size:18px;
    }

    .producto-card{
        grid-template-columns:1fr;
        gap:40px;
        margin-bottom:100px;
    }

    .beneficios-grid{
        grid-template-columns:1fr;
    }

    .producto-info h2{
        font-size:38px;
    }

    .precio-box h3{
        font-size:42px;
    }

    .cta h2{
        font-size:38px;
    }
}

@media(max-width:576px){

    .hero h1{
        font-size:38px;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .btn-primary,
    .btn-secondary{
        width:100%;
    }

    .precio-box{
        padding:25px;
    }

    .precio-box h3{
        font-size:36px;
    }
}/* End custom CSS */