:root{--color-bg-primary:#fff;--color-bg-secondary:#f4f5f7;--color-text-primary:#0f172a;--color-text-secondary:#475569;--color-accent:#1e40af;--color-accent-hover:#1e3a8a;--color-white:#fff;--color-border:#e2e8f0;--font-primary:"Montserrat", sans-serif;--font-size-base:16px;--h1-size:clamp(3.2rem, 6vw, 5rem);--h2-size:clamp(2.25rem, 4.2vw, 3.35rem);--h3-size:1.25rem;--body-size:.96rem;--sm-size:.8125rem;--space-2xs:.25rem;--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:3rem;--space-xl:4rem;--space-2xl:6rem;--header-height:96px;--max-container:1440px;--content-container:1180px;--hero-min-height:960px;--section-min-height:760px;--section-padding:96px;--footer-top-min:400px;--footer-bottom-min:80px;--radius-sm:4px;--radius-md:12px;--radius-lg:24px;--shadow-sm:0 1px 3px 0 #0000001a;--shadow-md:0 4px 6px -1px #0000001a;--shadow-premium:0 20px 50px #1018280f;--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-base:.35s cubic-bezier(.4, 0, .2, 1);--neumo-base:#e0e0e0;--neumo-switch-base:#d6d6d6;--neumo-light:#fff;--neumo-dark:#a1a1a1;--neumo-switch-dark:#b0b0b0;--neumo-shadow-raised:9px 9px 15px var(--neumo-dark), -9px -9px 15px var(--neumo-light);--neumo-shadow-raised-sm:6px 6px 12px #a1a1a18c, -6px -6px 12px #fffffff2;--neumo-shadow-inset:inset 8px 8px 16px var(--neumo-switch-dark), inset -8px -8px 16px var(--neumo-light);--neumo-shadow-knob:-4px -4px 8px var(--neumo-light), 4px 4px 8px var(--neumo-switch-dark);--neumo-radius:68px;--neumo-radius-pill:999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:var(--font-size-base);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-primary);background-color:var(--color-bg-primary);color:var(--color-text-primary);line-height:1.6;overflow-x:hidden}.container{max-width:var(--max-container);padding:0 var(--space-md);width:100%;margin:0 auto}.content-frame{max-width:var(--content-container);width:100%;margin:0 auto}.section{width:100%;scroll-margin-top:var(--header-height);box-sizing:border-box;justify-content:center;align-items:stretch;display:flex;position:relative;overflow:hidden}.section:not(.section--hero):not(.footer){min-height:calc(100vh - var(--header-height))!important}.section--hero{min-height:var(--hero-min-height);border:none;outline:none}.section--secondary{background-color:var(--color-bg-secondary)}.section__inner{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.section:not(.section--hero):not(.footer) .section__inner{padding-block:var(--section-padding);min-height:calc(100vh - var(--header-height))!important}.section--hero .section__inner{min-height:var(--hero-min-height)}.qa-placeholder{text-align:center;width:100%;padding:var(--space-md);border-radius:var(--radius-md);border:1px dashed #0000001a;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.intro-active{width:100%;position:fixed;top:0;overflow:hidden}.intro-screen{z-index:2000;background:#000;align-items:center;width:100%;height:100vh;transition:transform 1.1s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:0;left:0}.site-content{z-index:1000;background-color:var(--color-bg-primary);width:100%;height:100vh;transition:transform 1.1s cubic-bezier(.22,1,.36,1);position:fixed;top:0;left:0;overflow-y:hidden;transform:translate(100vw)}.intro-dismissed .intro-screen{transform:translate(-100vw)}.intro-dismissed .site-content{overscroll-behavior-y:none;overflow-y:auto;transform:translate(0)}.intro-dismissed .header{opacity:1!important;visibility:visible!important;z-index:1000!important}@media (max-width:768px){.site-content{height:auto;position:static;overflow-y:visible;transform:none}.intro-dismissed .site-content{overflow-y:visible}.intro-screen{transition:transform .8s cubic-bezier(.85,0,.15,1)}.intro-dismissed .intro-screen{transform:translateY(-100vh)}}.intro-screen__container{align-items:center;height:100%;display:flex}.intro-screen__content{max-width:800px;padding:var(--space-md)}.intro-screen__title{font-size:var(--h2-size);margin-bottom:var(--space-md);letter-spacing:-.03em;color:#fff;text-shadow:0 2px 10px #0006;font-weight:800;line-height:1.1}.intro-screen__subtitle{font-size:var(--body-size);color:#ffffffd9;margin-bottom:var(--space-xl);max-width:600px;line-height:1.7}.intro-screen__footer{align-items:center;gap:var(--space-xl);flex-wrap:wrap;display:flex}.intro-screen__cue{gap:var(--space-2xs);flex-direction:column;width:fit-content;display:flex}.intro-screen__cue-text{font-size:var(--sm-size);text-transform:uppercase;letter-spacing:.1em;color:#ffd43b;font-weight:700}.intro-screen__cue-line{border-radius:var(--neumo-radius-pill);width:100%;height:4px;margin:var(--space-xs) 0;background-color:#ffffff1a;position:relative;overflow:hidden}.intro-screen__cue-line:after{content:"";opacity:1;background-color:#ffd43b;width:100%;height:100%;animation:2.5s cubic-bezier(.85,0,.15,1) infinite cue-slide;position:absolute;top:0;left:-100%;box-shadow:0 0 10px #ffd43b,0 0 20px #ffd43b99}@keyframes cue-slide{0%{left:-100%}to{left:100%}}.intro-screen__microcopy{color:#fff9;opacity:.6;font-size:.75rem}.header{height:var(--header-height);background-color:var(--neumo-base);z-index:5000;width:100%;transition:var(--transition-base);opacity:0;visibility:hidden;align-items:center;display:flex;position:sticky;top:0;box-shadow:0 4px 20px #0000000d}.header,.header__container,.header__logo,.nav,.nav__list,.nav__list>li,.nav__item-dropdown{overflow:visible!important}.intro-dismissed .header{opacity:1;visibility:visible}@media (prefers-reduced-motion:reduce){.intro-screen,.header,.intro-screen__cue-line:after{transition:none!important;animation:none!important}}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);height:80px;box-shadow:var(--shadow-sm);background-color:#fffffff2}.header__container{grid-template-columns:1fr auto 1fr;align-items:center;column-gap:48px;height:100%;display:grid;position:relative}.header__logo{grid-column:1;align-items:center;display:flex}.nav{z-index:30;grid-column:2;justify-content:center;display:flex;position:relative;overflow:visible}.header__actions{z-index:20;grid-column:3;justify-content:flex-end;justify-self:end;align-items:center;gap:14px;display:flex;position:relative}.header__actions:before{content:"";pointer-events:none;background:#00000040;width:1px;height:26px;margin-right:4px;display:block}.logo{transition:var(--transition-fast);align-items:center;text-decoration:none;display:flex}.logo__img{object-fit:contain;width:auto;max-height:42px;display:block}@media (max-width:768px){.logo__img{max-height:32px}}.nav__list{white-space:nowrap;z-index:30;align-items:center;gap:16px;list-style:none;display:flex;position:relative;overflow:visible}.nav__list>li{z-index:31;position:relative;overflow:visible}.nav__link{color:var(--color-text-secondary);letter-spacing:.02em;transition:var(--transition-fast);border-radius:var(--neumo-radius-pill);z-index:32;pointer-events:auto;padding:6px 10px;font-size:.75rem;font-weight:600;text-decoration:none;position:relative;overflow:visible}.nav__link:hover,.nav__link--active,.nav__item-dropdown:hover>.nav__link{background-color:var(--neumo-base);color:var(--color-accent);box-shadow:9px 9px 15px var(--neumo-dark), -9px -9px 15px var(--neumo-light);border-radius:68px}.header__btns{align-items:center;gap:8px;display:flex}.header__btn-contacto{min-width:105px;background-color:var(--neumo-base)!important;box-shadow:var(--neumo-shadow-raised)!important;color:var(--color-text-primary)!important;border:none!important}.header__btn-contacto:hover{box-shadow:var(--neumo-shadow-raised-sm)!important;color:var(--color-accent)!important}.header__btn-whatsapp{color:#fff!important;background-color:#25d366!important;border:none!important;box-shadow:5px 5px 12px #128c7e40,-3px -3px 8px #ffffff4d,inset 0 1px 1px #fff3!important}.header__btn-whatsapp:hover{background-color:#22c35e!important;box-shadow:4px 4px 8px #128c7e4d,-2px -2px 6px #ffffff4d!important}.lang-switch{background:var(--neumo-switch-base);border-radius:var(--neumo-radius-pill);width:62px;height:28px;box-shadow:var(--neumo-shadow-inset);cursor:pointer;transition:var(--transition-base);-webkit-user-select:none;user-select:none;justify-content:space-around;align-items:center;padding:0 4px;display:flex;position:relative}.lang-switch__knob{border-radius:var(--neumo-radius-pill);width:30px;height:20px;box-shadow:var(--neumo-shadow-knob);z-index:1;background:linear-gradient(145deg,#e6e6e6,#d1d1d1);transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:4px;left:4px}.lang-switch--en .lang-switch__knob{transform:translate(24px)}.lang-switch__item{color:var(--color-text-secondary);z-index:2;text-align:center;pointer-events:none;width:50%;font-size:.55rem;font-weight:800;transition:all .3s}.lang-switch__item--active{color:var(--color-accent);text-shadow:0 0 8px #06f9}.nav__mobile-actions{display:none}.nav__item-dropdown{align-items:center;height:100%;display:flex;position:relative;overflow:visible}.dropdown{background-color:var(--neumo-base);min-width:220px;padding:var(--space-xs);border-radius:var(--radius-md);box-shadow:9px 9px 9.75px var(--neumo-dark), -9px -9px 9.75px var(--neumo-light);opacity:0;visibility:hidden;z-index:6000;pointer-events:auto;list-style:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:70%;left:50%;transform:translate(-50%)translateY(10px)}.nav__item-dropdown:hover .dropdown,.nav__item-dropdown:focus-within .dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(12px)}.dropdown__link{color:var(--color-text-secondary);border-radius:var(--radius-sm);white-space:nowrap;padding:10px 16px;font-size:.7rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.dropdown__link:hover{background-color:var(--neumo-base);color:var(--color-accent);box-shadow:6px 6px 7.8px #a1a1a18c,-6px -6px 7.8px #fffffff2}.dropdown--software{gap:var(--space-md);min-width:480px;padding:var(--space-md);display:flex}.dropdown__group{flex-direction:column;flex:1;display:flex}.dropdown__title{text-transform:uppercase;color:var(--color-accent);letter-spacing:.1em;margin-bottom:var(--space-2xs);opacity:.8;padding:0 16px;font-size:.55rem;font-weight:800}.btn--compact{min-height:40px;padding:10px 20px;font-size:.75rem}.hero__content{flex-direction:column;justify-content:center;max-width:850px;display:flex}.hero__actions{gap:var(--space-sm);margin-top:var(--space-sm);display:flex}@media (max-width:1199px){.intro-cinematic-slide .container{padding:0 var(--space-md)}.header__container{padding:0 var(--space-sm);justify-content:flex-start;display:flex}.header__logo{flex:0 auto;max-width:165px;margin-right:auto;transform:none!important}.header__actions{flex:none;align-items:center;gap:14px;margin-right:12px;display:flex;transform:none!important}.header__actions .btn{display:none!important}.lang-switch{margin:0;transform:scale(.9)}.hero-title{font-size:clamp(1.85rem,6vw,2.75rem)!important}.hero-video-placeholder{z-index:5;pointer-events:none;width:180px;bottom:40px;right:20px;display:flex!important}}@media (max-width:768px){.header{padding:0 var(--space-xs)}.hero__content{transform:translateY(-40px)}.hero__actions{flex-direction:column;align-items:flex-start;gap:12px}.btn--hero{width:100%;max-width:280px}.hero-video-placeholder{opacity:.6;width:140px;bottom:20px;right:10px;display:flex!important}}.lang-switch{transform-origin:100%;transform:scale(.85)}.eyebrow{font-size:var(--sm-size);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-sm);font-weight:700;display:block}.title{font-size:var(--h2-size);margin-bottom:var(--space-md);letter-spacing:-.02em;color:var(--color-text-primary);font-weight:700;line-height:1.1}.hero-title{font-size:var(--h1-size);margin-bottom:var(--space-md);letter-spacing:-.04em;color:var(--color-text-primary);font-weight:800;line-height:1}.text{font-size:var(--body-size);color:var(--color-text-secondary);max-width:640px;margin-bottom:var(--space-md);line-height:1.6}.btn{border-radius:var(--neumo-radius);font-size:var(--sm-size);transition:var(--transition-base);cursor:pointer;background-color:var(--neumo-base);text-transform:uppercase;letter-spacing:.08em;border:none;justify-content:center;align-items:center;padding:16px 32px;font-weight:700;text-decoration:none;display:inline-flex}.btn--primary{background-color:var(--neumo-base);color:var(--color-accent);box-shadow:var(--neumo-shadow-raised)}.btn--primary:hover{box-shadow:var(--neumo-shadow-raised-sm);transform:translateY(-2px)}.btn--primary:active{box-shadow:var(--neumo-shadow-inset);transform:translateY(0)}.btn--secondary{background-color:var(--neumo-base);color:var(--color-text-secondary);box-shadow:var(--neumo-shadow-inset)}.btn--secondary:hover{box-shadow:var(--neumo-shadow-raised-sm);color:var(--color-accent);transform:translateY(-2px)}.btn--compact{border-radius:var(--neumo-radius-pill);min-height:32px;padding:6px 14px;font-size:.6rem}.grid{gap:var(--space-md);display:grid}.card{background:var(--color-white);padding:var(--space-md);border:1px solid var(--color-border);border-radius:var(--radius-sm);transition:var(--transition-base)}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;grid-area:1/1;justify-content:space-between;width:24px;height:18px;display:none}.menu-toggle span{background-color:var(--color-text-primary);width:100%;height:2px;transition:var(--transition-fast);transform-origin:50%;display:block}.menu-toggle--active span:first-child{transform:translateY(8px)rotate(45deg)}.menu-toggle--active span:nth-child(2){opacity:0}.menu-toggle--active span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}@media (max-width:1199px){.nav{background-color:var(--neumo-base);width:100%;height:100vh;padding-top:var(--header-height);opacity:0;visibility:hidden;z-index:1000;flex-direction:column;justify-content:flex-start;align-items:center;padding-bottom:60px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translateY(-20px)}.nav--active{opacity:1;visibility:visible;transform:translateY(0)}.nav__list{gap:var(--space-sm);text-align:center;flex-direction:column;width:100%;margin-top:40px;display:flex}.nav__link{width:100%;color:var(--color-text-primary);padding:10px 20px;font-size:.88rem;line-height:1.2;display:block}.nav__mobile-actions{flex-direction:column;gap:16px;width:100%;max-width:300px;margin-top:40px;padding:0 20px;display:flex}.nav__link--mobile-cta{background:var(--neumo-base);box-shadow:var(--neumo-shadow-raised-sm);text-transform:uppercase;letter-spacing:.1em;text-align:center;border-radius:999px;padding:16px 20px;font-size:.72rem;font-weight:700;color:var(--color-text-primary)!important}.nav__link--whatsapp{margin-bottom:20px;color:#25d366!important}}.footer__cta-content{text-align:center;background:#0f172a;border-radius:32px;padding:60px 40px;box-shadow:0 20px 40px #0000004d}.footer__cta-title{color:#fff;margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:800;line-height:1.1}.footer__cta-text{color:#94a3b8;margin-bottom:32px;font-size:1.1rem}.footer__cta-actions{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.footer__main{border-bottom:1px solid #ffffff0d;grid-template-columns:1.2fr 2fr;gap:80px;padding:80px 0;display:grid}.footer__logo{letter-spacing:.1em;color:#fff;margin-bottom:14px;font-size:1.6rem;font-weight:900;text-decoration:none;display:block}.footer__text{color:#94a3b8;max-width:320px;margin-bottom:18px;font-size:.78rem;line-height:1.55}.footer__socials a{color:#fff;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex;box-shadow:6px 6px 14px #00000073,-6px -6px 14px #ffffff09}.footer__social a:hover{background:var(--color-accent);transform:translateY(-3px)}.footer__grid{grid-template-columns:1.4fr repeat(5,1fr);gap:30px;padding-bottom:34px;display:grid}.footer__grid .footer__col:nth-child(4),.footer__grid .footer__col:nth-child(5){grid-row:2}.footer__title{text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:12px;font-size:.72rem;font-weight:800}.footer__links{flex-direction:column;gap:7px;list-style:none;display:flex}.footer__links a{color:#94a3b8;font-size:.72rem;line-height:1.25;text-decoration:none;transition:color .3s}.footer__links a:hover{color:var(--color-accent)}.footer__bottom{color:#64748b;justify-content:space-between;align-items:center;min-height:44px;padding:10px 0;font-size:.68rem;display:flex}@media (max-width:1199px){.footer__main{grid-template-columns:1fr;gap:60px}.footer__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.footer__cta-content{padding:40px 20px}.footer__grid{grid-template-columns:1fr 1fr}.footer__bottom{text-align:center;flex-direction:column;gap:12px}}.nav__link[href=\#proyectos]:hover,.nav__link[href=\#electronika]:hover,.nav__link[href=\#proyectos].is-active,.nav__link[href=\#electronika].is-active,.main-nav a[href=\#proyectos]:hover,.main-nav a[href=\#electronika]:hover,.main-nav a[href=\#proyectos].is-active,.main-nav a[href=\#electronika].is-active{background:#e0e0e0;border-radius:68px;box-shadow:9px 9px 15px #a1a1a1,-9px -9px 15px #fff}.nav,.main-nav,.nav__list,.nav__item,.header__nav{overflow:visible}:root{--hero-trim-test:80px}#hero.section,#hero.section--hero,#hero .section__inner{min-height:calc(var(--hero-min-height) - var(--hero-trim-test))}@media (max-width:1199px){#hero.section,#hero.section--hero,#hero .section__inner{padding-top:calc(var(--header-height) + 40px);padding-bottom:60px;min-height:auto!important}}:root{--standard-section-height-lock:calc(100dvh - var(--header-height));--standard-section-frame-lock:calc((100dvh - var(--header-height)) - 145px)}#problema.section,#metodo.section,#electronika.section,#contacto.section{height:var(--standard-section-height-lock)!important;min-height:var(--standard-section-height-lock)!important;max-height:var(--standard-section-height-lock)!important}#soluciones.section,#software.section{height:auto!important;min-height:var(--standard-section-height-lock)!important;max-height:none!important}#problema>.section__inner,#metodo>.section__inner,#electronika>.section__inner,#contacto>.section__inner{height:var(--standard-section-height-lock)!important;min-height:var(--standard-section-height-lock)!important;max-height:var(--standard-section-height-lock)!important;padding-block:var(--section-padding)!important;justify-content:center!important;align-items:center!important;display:flex!important;overflow:hidden!important}#soluciones>.section__inner,#software>.section__inner{height:auto!important;min-height:var(--standard-section-height-lock)!important;max-height:none!important;padding-block:var(--section-padding)!important;justify-content:center!important;align-items:center!important;display:flex!important;overflow:visible!important}#problema .qa-placeholder,#metodo .qa-placeholder,#soluciones .qa-placeholder,#proyectos .qa-placeholder,#electronika .qa-placeholder,#contacto .qa-placeholder,#problema .section-frame,#metodo .section-frame,#soluciones .section-frame,#proyectos .section-frame,#electronika .section-frame,#contacto .section-frame,#problema .content-frame,#metodo .content-frame,#soluciones .content-frame,#proyectos .content-frame,#electronika .content-frame,#contacto .content-frame{height:var(--standard-section-frame-lock)!important;min-height:var(--standard-section-frame-lock)!important;max-height:var(--standard-section-frame-lock)!important;flex:none!important;overflow:hidden!important}#problema .problem-frame{grid-template-rows:1fr auto;grid-template-columns:.9fr 1.1fr;align-items:center;gap:24px;width:100%;display:grid;height:var(--standard-section-frame-lock)!important;min-height:var(--standard-section-frame-lock)!important;max-height:var(--standard-section-frame-lock)!important;overflow:hidden!important}#problema .section-copy{max-width:460px}#problema .section-copy .title{margin-bottom:14px;font-size:clamp(1.7rem,2.7vw,2.65rem);line-height:1.05}#problema .section-copy .text{max-width:430px;margin-bottom:0;font-size:.84rem;line-height:1.55}#problema .problem-bridge{text-align:center;z-index:10;background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:53px;width:50%;min-width:420px;max-width:760px;padding:12px 24px;position:absolute;bottom:100px;left:50%;transform:translate(-50%);box-shadow:5px 5px 12px #929292,-5px -5px 12px #fff}#problema .problem-bridge p{color:var(--color-text-secondary);margin:0;font-size:.858rem;line-height:1.35}@media (max-width:900px){#problema .problem-frame{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:16px}#problema .section-copy{text-align:center;max-width:100%}#problema .section-copy .title{font-size:clamp(1.45rem,6vw,2rem)}}.dropdown__link--featured{color:var(--color-accent);background:#ffffff59;font-weight:800}#soluciones .solutions-frame{grid-template-rows:1fr auto;grid-template-columns:.75fr 1.25fr;align-items:center;gap:22px;width:100%;display:grid;height:var(--standard-section-frame-lock)!important;min-height:var(--standard-section-frame-lock)!important;max-height:var(--standard-section-frame-lock)!important;overflow:hidden!important}#soluciones .section-copy{max-width:400px}#soluciones .section-copy .title{margin-bottom:12px;font-size:clamp(1.55rem,2.4vw,2.3rem);line-height:1.05}#soluciones .section-copy .text{max-width:390px;margin-bottom:0;font-size:.8rem;line-height:1.5}#soluciones .solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}#soluciones .solution-item{background:var(--neumo-base);box-shadow:var(--neumo-shadow-raised-sm);border-radius:22px;padding:15px 14px;overflow:hidden}#soluciones .solution-item h3{color:var(--color-text-primary);margin-bottom:6px;font-size:.78rem;line-height:1.12}#soluciones .solution-item p{color:var(--color-text-secondary);margin:0;font-size:.64rem;line-height:1.3}#soluciones .solutions-bridge{background:var(--neumo-base);box-shadow:var(--neumo-shadow-inset);text-align:center;border-radius:68px;grid-column:1/-1;padding:13px 22px}#soluciones .solutions-bridge p{color:var(--color-text-secondary);margin:0;font-size:.76rem;line-height:1.35}@media (max-width:1050px){#soluciones .solutions-frame{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:16px}#soluciones .section-copy{text-align:center;max-width:100%}#soluciones .solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}#software .software-frame{grid-template-rows:1fr auto;grid-template-columns:.82fr 1.18fr;align-items:center;gap:22px;width:100%;display:grid;height:var(--standard-section-frame-lock)!important;min-height:var(--standard-section-frame-lock)!important;max-height:var(--standard-section-frame-lock)!important;overflow:hidden!important}#software .section-copy{max-width:440px}#software .section-copy .title{margin-bottom:12px;font-size:clamp(1.55rem,2.45vw,2.35rem);line-height:1.05}#software .section-copy .text{max-width:410px;margin-bottom:0;font-size:.8rem;line-height:1.5}#software .software-groups{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}#software .software-group{background:var(--neumo-base);box-shadow:var(--neumo-shadow-raised-sm);border-radius:24px;padding:18px 16px;overflow:hidden}#software .software-group span{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.58rem;font-weight:800;display:block}#software .software-group h3{color:var(--color-text-primary);margin-bottom:8px;font-size:.82rem;line-height:1.15}#software .software-group p{color:var(--color-text-secondary);margin:0;font-size:.66rem;line-height:1.32}#software .software-bridge{background:var(--neumo-base);box-shadow:var(--neumo-shadow-inset);text-align:center;border-radius:68px;grid-column:1/-1;padding:13px 22px}#software .software-bridge p{color:var(--color-text-secondary);margin:0;font-size:.76rem;line-height:1.35}@media (max-width:1000px){#software .software-frame{grid-template-rows:auto auto auto;grid-template-columns:1fr;gap:16px}#software .section-copy{text-align:center;max-width:100%}#software .software-groups{grid-template-columns:1fr}#software .software-group{padding:14px}}#respaldo .support-frame{grid-template-columns:.85fr 1.15fr;align-items:center;gap:24px;width:100%;display:grid;height:var(--standard-section-frame-lock)!important;min-height:var(--standard-section-frame-lock)!important;max-height:var(--standard-section-frame-lock)!important;overflow:hidden!important}#respaldo .section-copy{max-width:460px}#respaldo .section-copy .title{margin-bottom:12px;font-size:clamp(1.55rem,2.45vw,2.35rem);line-height:1.05}#respaldo .section-copy .text{max-width:420px;margin-bottom:0;font-size:.8rem;line-height:1.5}#respaldo .support-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}#respaldo .support-item{background:var(--neumo-base);box-shadow:var(--neumo-shadow-raised-sm);border-radius:24px;padding:18px 16px;overflow:hidden}#respaldo .support-item span{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-primary);margin-bottom:6px;font-size:.72rem;font-weight:800;display:block}#respaldo .support-item p{color:var(--color-text-secondary);margin:0;font-size:.66rem;line-height:1.32}@media (max-width:950px){#respaldo .support-frame{grid-template-columns:1fr;gap:16px}#respaldo .section-copy{text-align:center;max-width:100%}#respaldo .support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}#respaldo .support-frame,#sectores .sectors-frame,#proyectos .projects-frame,#electronika .company-frame,#contacto .contact-frame{grid-template-columns:.82fr 1.18fr;align-items:center;gap:22px;width:100%;display:grid;height:var(--standard-section-frame-lock)!important;min-height:var(--standard-section-frame-lock)!important;max-height:var(--standard-section-frame-lock)!important;overflow:hidden!important}#respaldo .section-copy,#sectores .section-copy,#proyectos .section-copy,#electronika .section-copy,#contacto .section-copy{max-width:440px}#respaldo .section-copy .title,#sectores .section-copy .title,#proyectos .section-copy .title,#electronika .section-copy .title,#contacto .section-copy .title{margin-bottom:12px;font-size:clamp(1.5rem,2.35vw,2.25rem);line-height:1.05}#respaldo .section-copy .text,#sectores .section-copy .text,#proyectos .section-copy .text,#electronika .section-copy .text,#contacto .section-copy .text{max-width:410px;margin-bottom:0;font-size:.8rem;line-height:1.5}#respaldo .support-grid,#sectores .sectors-grid,#proyectos .projects-grid,#electronika .company-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}#proyectos .projects-grid{grid-template-columns:repeat(3,minmax(0,1fr))}#respaldo .support-item,#sectores .sectors-grid article,#proyectos .projects-grid article,#electronika .company-list div{background:var(--neumo-base);box-shadow:var(--neumo-shadow-raised-sm);border-radius:22px;padding:16px 14px;overflow:hidden}#respaldo .support-item strong{color:var(--color-accent);margin-bottom:7px;font-size:clamp(1.25rem,2vw,1.85rem);line-height:1;display:block}#respaldo .support-item span,#proyectos .projects-grid span{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:.58rem;font-weight:800;display:block}#sectores h3,#proyectos h3,#electronika strong{color:var(--color-text-primary);margin-bottom:6px;font-size:.82rem;line-height:1.12;display:block}#respaldo p,#sectores article p,#proyectos article p,#electronika .company-list p{color:var(--color-text-secondary);margin:0;font-size:.66rem;line-height:1.32}#contacto .contact-form{background:var(--neumo-base);box-shadow:var(--neumo-shadow-raised-sm);border-radius:28px;gap:12px;padding:22px;display:grid;overflow:hidden}#contacto .form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}#contacto input,#contacto textarea{background:var(--neumo-base);width:100%;box-shadow:var(--neumo-shadow-inset);font-family:var(--font-primary);color:var(--color-text-primary);border:none;border-radius:18px;outline:none;padding:12px 14px;font-size:.72rem}#contacto textarea{resize:none;min-height:82px}#contacto .form-check{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:.66rem;display:flex}#contacto .form-check input{width:auto;box-shadow:none}@media (max-width:1000px){#respaldo .support-frame,#sectores .sectors-frame,#proyectos .projects-frame,#electronika .company-frame,#contacto .contact-frame{grid-template-columns:1fr;gap:16px}#respaldo .section-copy,#sectores .section-copy,#proyectos .section-copy,#electronika .section-copy,#contacto .section-copy{text-align:center;max-width:100%}#proyectos .projects-grid,#contacto .form-row{grid-template-columns:1fr}}.footer__title{white-space:nowrap}.footer__links a{white-space:normal}@media (max-width:1200px){.footer__grid{grid-template-columns:1.15fr repeat(5,minmax(95px,1fr))!important;gap:18px!important}.footer__links a,.footer__title{font-size:.68rem!important}}@media (max-width:820px){.footer__grid{grid-template-columns:1fr!important}}@media (min-width:901px){.footer__grid{grid-template-columns:1.35fr .9fr .9fr .9fr 1.05fr 1.05fr!important;align-items:start!important;gap:26px!important;display:grid!important}.footer__brand{grid-column:auto!important}.footer__col{grid-column:auto!important;min-width:0!important}.footer__title{white-space:nowrap!important}.footer__links{gap:7px!important}.footer__links a{font-size:.7rem!important;line-height:1.25!important}}@media (max-width:900px){.footer__grid{grid-template-columns:1fr!important}}@media (min-width:901px){.footer__main,.footer__grid{grid-template-columns:1.35fr repeat(5,minmax(120px,1fr))!important;align-items:start!important;gap:28px!important;display:grid!important}.footer__main>*,.footer__grid>*{grid-column:auto!important;min-width:0!important}.footer__brand,.footer__col{grid-column:auto!important;width:auto!important;max-width:none!important}}@media (max-width:900px){.footer__main,.footer__grid{grid-template-columns:1fr!important}}@media (min-width:901px){.footer__main{grid-template-columns:1.35fr .85fr .85fr .85fr 1.15fr 1.05fr!important;align-items:start!important;gap:24px!important;display:grid!important}.footer__main>*{grid-column:auto!important;width:auto!important;min-width:0!important;max-width:none!important}.footer__brand,.footer__col{grid-column:auto!important}}.footer__nav{display:contents!important}@media (max-width:900px){.footer__main{grid-template-columns:1fr!important}}.footer__ecosystem{background:0 0;border:none;padding:60px 0}.footer__ecosystem-container{background:#212121;border-radius:30px;padding:50px 40px;box-shadow:15px 15px 30px #0006,-10px -10px 30px #ffffff05}.footer__ecosystem-title{text-transform:uppercase;letter-spacing:.2em;color:#fff;text-align:center;opacity:.6;margin-bottom:40px;font-size:.7rem;font-weight:800}.footer__ecosystem-grid{grid-template-columns:repeat(6,1fr);gap:12px;display:grid}.footer__ecosystem-item{background:linear-gradient(145deg,#262626,#1e1e1e);border:1px solid #ffffff05;border-radius:12px;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:6px 6px 12px #0006,-4px -4px 12px #ffffff03}.footer__ecosystem-item:hover{background:linear-gradient(145deg,#2a2a2a,#212121);transform:translateY(-2px);box-shadow:10px 10px 20px #00000080,-6px -6px 20px #ffffff05}.footer__ecosystem-item:active{transform:translateY(1px);box-shadow:inset 4px 4px 8px #0006,inset -4px -4px 8px #ffffff03}.footer__ecosystem-icon{width:32px;height:32px;color:var(--color-accent);background:#1a1a1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:900;display:flex;box-shadow:inset 2px 2px 5px #00000080,inset -2px -2px 5px #ffffff03}.footer__ecosystem-label{color:#a0a0a0;white-space:nowrap;font-size:.72rem;font-weight:600;transition:color .3s}.footer__ecosystem-item:hover .footer__ecosystem-label{color:#fff}@media (max-width:1200px){.footer__ecosystem-grid{grid-template-columns:repeat(4,1fr);gap:10px}}@media (max-width:820px){.footer__ecosystem-container{border-radius:20px;padding:35px 20px}.footer__ecosystem-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.footer__ecosystem-grid{grid-template-columns:1fr}}.ek-footer{color:#fff;background:#111;width:100%;padding:138px 40px;display:block;position:relative;height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.ek-footer,.ek-footer *{box-sizing:border-box}.ek-footer__inner{background:#212121;border-radius:30px;width:min(1260px,92vw);margin:0 auto;padding:48px 54px 24px;overflow:hidden;transform:translateY(28px);box-shadow:18px 18px 36px #121212,-18px -18px 36px #3a3a3a}.ek-footer__main{grid-template-columns:1.4fr repeat(5,1fr);align-items:start;gap:28px;margin-bottom:36px;display:grid}.ek-footer__brand h2{letter-spacing:.16em;color:#fff;margin:0 0 16px;font-size:1.55rem;line-height:1.1}.ek-footer__brand p{color:#ffffff94;max-width:285px;margin:0;font-size:.75rem;line-height:1.6}.ek-footer__social{align-items:center;gap:10px;margin-top:22px;display:flex}.ek-footer__social-btn{color:#a5a5a5;z-index:1;background-color:#0000;background-image:linear-gradient(145deg,#171717,#2b2b2b);border:2px solid #101010;border-radius:13px;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:transform .22s,color .22s,border-color .22s,box-shadow .22s;display:inline-flex;position:relative;box-shadow:inset 1px 1px #67676773,inset -1px -1px #151515f2,4px 4px 10px #1414148c,-4px -4px 10px #3f3f3f38}.ek-footer__social-btn:before{content:"";z-index:-1;opacity:.42;background-image:linear-gradient(145deg,#232323,#3f3f3f);border-radius:15px;position:absolute;inset:-3px;box-shadow:4px 4px 10px #14141461,-4px -4px 10px #4747472e}.ek-footer__social-btn svg{fill:currentColor;filter:drop-shadow(0 3px 6px #0009)drop-shadow(0 0 1px #0000008c);width:17px;height:17px;transition:transform .28s,color .22s,filter .22s;display:block}.ek-footer__social-btn:hover svg{filter:drop-shadow(0 4px 8px #000000b8)drop-shadow(0 0 4px #4d7cff24);transform:scale(1.04)}.ek-footer__col h3{text-transform:uppercase;letter-spacing:.16em;color:#fff;margin:0 0 15px;font-size:.68rem;font-weight:800}.ek-footer__col a{color:#ffffff80;margin-bottom:10px;font-size:.7rem;line-height:1.35;text-decoration:none;transition:color .2s;display:block}.ek-footer__col a:hover{color:#fff}.ek-footer__ecosystem{border-top:1px solid #ffffff0f;margin-bottom:22px;padding-top:28px}.ek-footer__ecosystem-title{text-align:center;text-transform:uppercase;letter-spacing:.22em;color:#ffffff8f;margin:0 0 20px;font-size:.64rem;font-weight:800}.ek-footer__ecosystem-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px;display:grid}.ek-footer__eco-btn{color:#fff;z-index:1;background:linear-gradient(#171717,#242424);border:1px solid #292929;border-radius:9999px;justify-content:center;align-items:center;min-height:31px;padding:.42rem .9rem;font-size:.66rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;box-shadow:0 2px 4px #000,0 8px 14px #00000061}.ek-footer__eco-btn:before{content:"";z-index:-1;opacity:1;background:linear-gradient(#292929,#000);border-radius:9999px;position:absolute;inset:-2px -1px -1px}.ek-footer__eco-btn span{white-space:nowrap;opacity:.86}.ek-footer__eco-btn:hover{transform:translateY(-1px);box-shadow:0 2px 5px #000,0 10px 18px #0000006b}.ek-footer__eco-btn:active{transform:translateY(2px);box-shadow:0 1px 2px #000,0 5px 10px #0006}.ek-footer__bottom{color:#ffffff61;border-top:1px solid #ffffff0f;justify-content:space-between;gap:20px;padding-top:14px;font-size:.66rem;display:flex}.ek-footer__bottom p{margin:0}@media (max-width:1100px){.ek-footer{padding:108px 24px}.ek-footer__inner{transform:translateY(22px)}.ek-footer__main{grid-template-columns:repeat(3,1fr)}.ek-footer__brand{grid-column:1/-1}.ek-footer__ecosystem-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:700px){.ek-footer{padding:84px 16px}.ek-footer__inner{width:100%;padding:34px 22px 20px;transform:translateY(17px)}.ek-footer__main{grid-template-columns:1fr}.ek-footer__ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ek-footer__bottom{flex-direction:column}}.ek-footer__social-btn{transition:transform .22s,color .22s,border-color .22s,box-shadow .22s,filter .22s!important}.ek-footer__social-btn:hover{color:#dbeafe!important;border-color:#00aeff85!important;transform:translateY(-1px)!important;box-shadow:inset 1px 1px #8cd2ff2e,inset -1px -1px #050c18f2,0 0 5px #00aeff3b,0 0 10px #00aeff1c,5px 5px 12px #0a0a0a9e,-5px -5px 12px #4646461f!important}.ek-footer__social-btn:hover:before{opacity:.36!important;background-image:linear-gradient(145deg,#172033,#26394a)!important;box-shadow:0 0 6px #00aeff2b,4px 4px 10px #14141452,-4px -4px 10px #4747471a!important}.ek-footer__social-btn:hover svg{color:#7dd3fc!important;fill:currentColor!important;filter:drop-shadow(0 0 2px #00aeff73)drop-shadow(0 0 6px #00aeff36)drop-shadow(0 4px 8px #0000009e)!important;transform:scale(1.04)!important}.ek-footer__social-btn:active{border-color:#00aeff57!important;transform:translateY(1px)!important;box-shadow:inset 2px 2px 5px #04080ef2,inset -1px -1px 3px #5096d229,0 0 4px #00aeff30,2px 2px 5px #14141473,-2px -2px 5px #3c3c3c1a!important}.ek-footer__eco-btn{color:#ffffffc7!important;background-color:#0000!important;background-image:linear-gradient(145deg,#171717,#2b2b2b)!important;border:2px solid #101010!important;border-radius:13px!important;min-height:31px!important;padding:.42rem .9rem!important;transition:transform .22s,color .22s,border-color .22s,box-shadow .22s,filter .22s!important;position:relative!important;overflow:visible!important;box-shadow:inset 1px 1px #67676773,inset -1px -1px #151515f2,4px 4px 10px #1414148c,-4px -4px 10px #3f3f3f38!important}.ek-footer__eco-btn:before{content:""!important;z-index:-1!important;opacity:.42!important;background-image:linear-gradient(145deg,#232323,#3f3f3f)!important;border-radius:16px!important;position:absolute!important;inset:-3px!important;box-shadow:4px 4px 10px #14141461,-4px -4px 10px #4747472e!important}.ek-footer__eco-btn span{white-space:nowrap!important;opacity:.88!important;z-index:1!important;position:relative!important}.ek-footer__eco-btn:hover{color:#fff7cc!important;border-color:#ffd60a85!important;transform:translateY(-1px)!important;box-shadow:inset 1px 1px #ffec8c2e,inset -1px -1px #181205f2,0 0 5px #ffd60a3b,0 0 10px #ffd60a1c,5px 5px 12px #0a0a0a9e,-5px -5px 12px #4646461f!important}.ek-footer__eco-btn:hover:before{opacity:.36!important;background-image:linear-gradient(145deg,#2f2a17,#4a3f18)!important;box-shadow:0 0 6px #ffd60a2b,4px 4px 10px #14141452,-4px -4px 10px #4747471a!important}.ek-footer__eco-btn:hover span{opacity:1!important;text-shadow:0 0 3px #ffd60a73,0 0 7px #ffd60a2e!important}.ek-footer__eco-btn:active{border-color:#ffd60a57!important;transform:translateY(1px)!important;box-shadow:inset 2px 2px 5px #0e0a04f2,inset -1px -1px 3px #d2aa5029,0 0 4px #ffd60a30,2px 2px 5px #14141473,-2px -2px 5px #3c3c3c1a!important}.ek-footer__brand-logo{justify-content:flex-start;align-items:center;width:fit-content;max-width:220px;margin:0 0 16px;text-decoration:none;display:inline-flex}.ek-footer__brand-logo img{object-fit:contain;object-position:left center;width:auto;max-width:220px;height:34px;display:block}@media (max-width:700px){.ek-footer__brand-logo img{max-width:190px;height:30px}}.intro-screen{background-color:#000;position:fixed;overflow:hidden}.intro-screen__container{z-index:10;position:relative}.intro-cinematic-carousel{z-index:1;background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0}.intro-cinematic-slide{opacity:0;visibility:hidden;width:100%;height:100%;transition:opacity 2s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.intro-cinematic-slide.is-active{opacity:1;visibility:visible}.intro-cinematic-media{object-fit:cover;object-position:right center;width:100%;height:100%;transition:transform 16s ease-out;transform:scale(1)}.intro-cinematic-slide.is-active .intro-cinematic-media{animation:20s ease-out forwards ken-burns-subtle}@keyframes ken-burns-subtle{0%{transform:scale(1)translate(0)}to{transform:scale(1.04)translate(-10px)}}.intro-cinematic-overlay{z-index:2;background:linear-gradient(90deg,#000c 0%,#0006 40%,#0000001a 100%);width:100%;height:100%;position:absolute;top:0;left:0}.intro-cinematic-vignette{z-index:3;pointer-events:none;background:radial-gradient(circle,#0000 0%,#0006 100%);width:100%;height:100%;position:absolute;top:0;left:0}@media (prefers-reduced-motion:reduce){.intro-cinematic-media,.intro-cinematic-slide.is-active .intro-cinematic-media{transition:opacity .5s linear!important;animation:none!important;transform:none!important}}@media (max-width:768px){.intro-cinematic-media{object-position:70% center}.intro-cinematic-overlay{background:linear-gradient(#000000b3 0%,#0006 100%)}}.intro-screen__btn{color:#fff!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;background:#ffffff1a!important;border:1px solid #fff3!important;transition:all .3s!important;box-shadow:0 4px 12px #00000080!important}.intro-screen__btn:hover{color:#ffd43b!important;background:#ffffff26!important;border-color:#ffd43b!important;transform:translateY(-2px)!important;box-shadow:0 0 15px #ffd43b4d!important}#hero{background-color:#050505;position:relative;overflow:hidden}#hero:before{content:"";filter:blur(6px);opacity:.75;z-index:1;pointer-events:none;background-image:url(/assets/webp/tecnologia_visual_1.webp);background-position:50%;background-size:cover;position:absolute;inset:-20px}#hero:after{content:"";z-index:2;pointer-events:none;background:linear-gradient(90deg,#0009 0%,#0003 40%,#0000001a 100%);position:absolute;inset:0}#hero .section__inner{z-index:10;position:relative}#hero .hero-title,#hero .text{color:#fff;text-shadow:0 2px 10px #0006}#hero .eyebrow{color:#ffd43b;text-shadow:0 2px 4px #0003}.hero__actions{flex-wrap:wrap;gap:12px;max-width:480px;display:flex}.btn--hero{text-transform:uppercase;letter-spacing:.1em;text-align:center;border-radius:999px;flex:1;min-width:130px;font-weight:800;transition:all .3s;background-color:var(--neumo-base)!important;color:var(--color-text-primary)!important;border:1px solid #fff6!important;padding:11px 16px!important;font-size:.7rem!important;box-shadow:2.5px 2.5px 5px #a1a1a161,-2.5px -2.5px 5px #ffffffc2!important}.btn--hero:hover{transform:translateY(1px);box-shadow:var(--neumo-shadow-inset)!important;color:var(--color-accent)!important}.hero-btn-hardware,.hero-btn-software,.hero-btn-contacto{background:linear-gradient(145deg,#f0f0f0,#e6e6e6)!important}@media (max-width:480px){.hero__actions{flex-direction:column;width:100%}.btn--hero{width:100%}}#hero .hero-title{max-width:700px;font-size:clamp(2.08rem,3.9vw,3.25rem)!important}#hero .content-frame{justify-content:flex-start;align-items:center;padding-left:clamp(24px,3vw,56px);padding-right:400px;display:flex;position:relative}.hero-video-placeholder{aspect-ratio:9/16;z-index:5;pointer-events:none;width:351px;position:absolute;bottom:-60px;right:60px}.hero-video-inner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:32px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d,inset 0 0 20px #ffffff0d}.hero-video-inner:before{content:"Video 9:16";color:#fff3;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1199px){#hero.section,#hero.section--hero,#hero .section__inner{height:auto!important;min-height:auto!important;padding-top:calc(var(--header-height) + 45px)!important;padding-bottom:80px!important}#hero .content-frame{text-align:center!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;padding-left:0!important;padding-right:0!important}.hero__content{flex-direction:column!important;align-items:center!important;max-width:100%!important;margin-bottom:30px!important;display:flex!important;transform:none!important}.hero__actions{flex-flow:wrap!important;justify-content:center!important;width:100%!important;max-width:480px!important;margin:0 auto!important;display:flex!important}.hero-video-placeholder{opacity:1!important;pointer-events:auto!important;z-index:10!important;align-self:center!important;width:300px!important;margin-top:60px!important;display:flex!important;position:relative!important;inset:auto!important;transform:none!important}}@media (max-width:768px){#hero.section,#hero.section--hero,#hero .section__inner{padding-top:calc(var(--header-height) + 40px)!important}.hero__actions{flex-direction:column!important;align-items:center!important;gap:12px!important}.btn--hero{flex:none!important;width:100%!important;max-width:280px!important}.hero-video-placeholder{width:clamp(220px,65vw,300px)!important;margin-top:50px!important}}@media (max-width:1199px){.menu-toggle{display:flex;visibility:visible!important;opacity:1!important;pointer-events:auto!important}.nav{top:var(--header-height);width:100%;height:calc(100dvh - var(--header-height));background-color:var(--neumo-base);opacity:0;visibility:hidden;pointer-events:none;z-index:1000;flex-direction:column;justify-content:flex-start;align-items:center;padding:32px 24px 60px;transition:opacity .28s,visibility .28s,transform .28s;display:flex;position:fixed;left:0;overflow-y:auto;transform:translateY(-16px)}.nav.nav--active,.nav--active{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header__actions .btn{display:none!important}body.intro-scroll-locked .site-content{height:auto!important;position:relative!important;overflow-y:visible!important;transform:translate(0)!important}body.intro-scroll-locked{overflow-x:hidden;height:auto!important}}.hero-title-animated{display:block;overflow:hidden;height:3.18em!important;min-height:3.18em!important;max-height:3.18em!important}.hero-title-animated__text{color:inherit;font:inherit;line-height:inherit;letter-spacing:inherit;word-break:normal;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;max-width:100%;min-height:3.18em;transition:opacity .38s;display:block}.hero-title-word{white-space:nowrap;display:inline-block}.hero-title-space{white-space:normal;display:inline}.hero-title-char{color:inherit;font:inherit;line-height:inherit;transform-origin:bottom;animation:.32s ease-out both heroTitleCharSettle;display:inline-block}.hero-title-cursor{opacity:.55;background:currentColor;width:2px;height:.82em;margin-left:4px;animation:.9s steps(2,start) infinite heroTitleCursorBlink;display:inline-block;transform:translateY(.08em)}@keyframes heroTitleCharSettle{0%{opacity:0;transform:translateY(-.1em)scale(1.18)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes heroTitleCursorBlink{0%,45%{opacity:.55}46%,to{opacity:0}}@media (max-width:768px){.hero-title-animated{height:4.35em!important;min-height:4.35em!important;max-height:4.35em!important}.hero-title-animated__text{min-height:4.35em}}@media (prefers-reduced-motion:reduce){.hero-title-char,.hero-title-cursor{animation:none!important}}#problema .problem-showcase{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:14px;width:100%;max-width:730px;height:360px;margin-left:auto;display:grid;position:relative}#problema .problem-card{isolation:isolate;background:linear-gradient(145deg,#ececec,#d8d8d8);border-radius:28px;min-width:0;height:100%;transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s cubic-bezier(.22,1,.36,1);animation:.7s cubic-bezier(.22,1,.36,1) both problemCardRise;position:relative;overflow:hidden;transform:translateY(0);box-shadow:10px 10px 22px #a1a1a16b,-10px -10px 22px #ffffffe6}#problema .problem-card:first-child{animation-delay:40ms}#problema .problem-card:nth-child(2){animation-delay:.1s}#problema .problem-card:nth-child(3){animation-delay:.16s}#problema .problem-card:nth-child(4){animation-delay:.22s}#problema .problem-card:before{content:"";z-index:-1;opacity:.9;background:linear-gradient(#ffffff9e,#ffffff14 42%,#0000000d),radial-gradient(circle at 50% 18%,#ffffffbf,#0000 26%);position:absolute;inset:0}#problema .problem-card:after{content:"";opacity:.34;filter:blur(.2px);pointer-events:none;background:repeating-linear-gradient(90deg,#1e40af12 0 1px,#0000 1px 8px);border-radius:22px;height:42%;position:absolute;inset:auto 16px 16px}#problema .problem-card:hover{transform:translateY(-10px);box-shadow:14px 14px 26px #a1a1a17a,-12px -12px 24px #fffffff0}#problema .problem-card__inner{z-index:2;flex-direction:column;justify-content:space-between;height:100%;padding:26px 20px 22px;display:flex;position:relative}#problema .problem-card__number{letter-spacing:-.09em;color:#ffffffd1;text-shadow:0 1px #ffffffa6,0 12px 24px #0f172a14;margin-bottom:12px;font-size:clamp(2.8rem,5vw,4.7rem);font-weight:800;line-height:.86;display:block}#problema .problem-card__content{margin-top:auto}#problema .problem-card__kicker{letter-spacing:.14em;text-transform:uppercase;color:#1e40afc7;align-items:center;gap:6px;margin-bottom:10px;font-size:.58rem;font-weight:800;display:inline-flex}#problema .problem-card__kicker:before{content:"";background:#1e40af73;border-radius:999px;width:20px;height:2px}#problema .problem-card h3{letter-spacing:-.025em;color:var(--color-text-primary);margin-bottom:10px;font-size:.92rem;font-weight:800;line-height:1.12}#problema .problem-card p{color:var(--color-text-secondary);max-width:160px;margin:0;font-size:.68rem;font-weight:500;line-height:1.45}#problema .problem-card--warm{background:linear-gradient(145deg,#ead8ac,#d8c28c)}#problema .problem-card--blue{background:linear-gradient(145deg,#dce4f0,#c8d2e0)}#problema .problem-card--neutral{background:linear-gradient(145deg,#eee,#d7d7d7)}#problema .problem-card--dark{background:linear-gradient(145deg,#d5d9dc,#bfc5c9)}@keyframes problemCardRise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){#problema .problem-showcase{max-width:100%;height:300px;margin-left:0}}@media (max-width:760px){#problema .problem-showcase{grid-template-columns:1fr 1fr;height:auto}#problema .problem-card{min-height:230px}#problema .problem-bridge{width:100%;min-width:0;margin-top:26px;position:relative;bottom:auto;left:auto;transform:none}}#metodo{--cream:#f6ebcf;--orange:#f27a1a;--navy:#111521;--cyan:#56bed0}#metodo .method-frame{grid-template-columns:minmax(620px,1.28fr) minmax(360px,.72fr);align-items:center;gap:58px;width:min(1180px,92vw);margin:0 auto;display:grid;position:relative;overflow:hidden;height:var(--standard-section-frame-lock)!important;min-height:var(--standard-section-frame-lock)!important;max-height:var(--standard-section-frame-lock)!important}#metodo .method-visual{isolation:isolate;background:radial-gradient(circle at 74% 18%,#56bed02e,#0000 26%),linear-gradient(145deg,#0d5568,#082a36 72%);border-radius:36px;height:608px;position:relative;overflow:hidden;box-shadow:18px 18px 38px #7d849142,-18px -18px 38px #ffffffbf}#metodo .method-visual:before{content:"";z-index:1;background:linear-gradient(#ffffff29,#0000 22%,#0000002e 100%),linear-gradient(90deg,#0d5d73,#0a4659 45%,#0d5d73);height:150px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);box-shadow:inset 0 16px 30px #ffffff1f,inset 0 -18px 36px #00000047,0 16px 26px #0003}#metodo .method-visual:after{content:"";opacity:.2;pointer-events:none;z-index:0;background:linear-gradient(90deg,#ffffff0f 0 1px,#0000 1px 88px),linear-gradient(#ffffff0b 0 1px,#0000 1px 88px);position:absolute;inset:0}#metodo .method-ribbons{z-index:2;justify-content:stretch;align-items:stretch;padding:0;display:flex;position:absolute;inset:0}#metodo .method-ribbon{--num-x:-.13em;--num-x-active:-.03em;--icon-x:0em;--title-x:0em;cursor:pointer;color:#fff;min-width:0;height:100%;font:inherit;isolation:isolate;background:0 0;border:0;flex:1 1 0;padding:0;transition:flex .56s cubic-bezier(.22,1,.36,1),filter .52s;position:relative}#metodo .method-ribbon.is-active{filter:saturate(1.08);flex:1.7 1 0}#metodo .method-ribbon:first-child{--num-x:-.08em;--num-x-active:-.015em;--icon-x:-.14em;--title-x:-.11em}#metodo .method-ribbon:nth-child(2){--num-x:-.13em;--num-x-active:-.03em;--icon-x:0em;--title-x:0em}#metodo .method-ribbon:nth-child(3){--num-x:-.095em;--num-x-active:-.02em;--icon-x:-.145em;--title-x:-.115em}#metodo .method-ribbon:nth-child(4){--num-x:-.13em;--num-x-active:-.03em;--icon-x:-.12em;--title-x:-.1em}#metodo .method-ribbon:nth-child(5){--num-x:-.1em;--num-x-active:-.015em;--icon-x:0em;--title-x:0em}#metodo .method-ribbon__track{background:var(--ribbon-color);opacity:.96;transform-origin:50%;z-index:1;position:absolute;inset:0;box-shadow:inset 16px 0 24px #ffffff14,inset -16px 0 24px #0000001f}#metodo .method-ribbon__face{text-align:center;height:230px;color:var(--ribbon-text);background:linear-gradient(180deg, #fff3, transparent 22%, #0000001a), var(--ribbon-color);z-index:3;border-radius:62px;grid-template-rows:auto auto auto auto;align-content:center;justify-items:center;padding:34px 22px;transition:height .56s cubic-bezier(.22,1,.36,1),border-radius .52s,padding .52s;display:grid;position:absolute;top:50%;left:12px;right:12px;overflow:hidden;transform:translateY(-50%);box-shadow:16px 18px 30px #00000042,inset 10px 0 18px #ffffff1f,inset -10px 0 18px #00000029}#metodo .method-ribbon.is-active .method-ribbon__face{border-radius:72px;height:304px;padding:40px 30px;left:16px;right:16px}#metodo .method-ribbon__icon{opacity:.95;width:28px;height:28px;transform:translateX(var(--icon-x));place-items:center;margin:0 auto 16px;font-size:1.3rem;font-weight:700;line-height:1;display:grid}#metodo .method-ribbon__number{letter-spacing:-.015em;text-align:center;white-space:nowrap;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "lnum" 1;width:auto;min-width:0;transform:translateX(var(--num-x));justify-self:center;margin-bottom:13px;margin-left:auto;margin-right:auto;font-size:clamp(2.55rem,4.25vw,3.7rem);font-weight:800;line-height:.82;display:block}#metodo .method-ribbon__title{letter-spacing:.075em;text-align:center;text-transform:uppercase;opacity:.96;white-space:nowrap;width:auto;max-width:100%;transform:translateX(var(--title-x));justify-self:center;font-size:clamp(.56rem,.72vw,.68rem);font-weight:800;line-height:1.05;display:block;overflow:visible}#metodo .method-ribbon__desc{opacity:0;text-align:center;justify-self:center;max-width:100%;max-height:0;margin-top:0;margin-left:auto;margin-right:auto;font-size:.64rem;font-weight:600;line-height:1.32;transition:max-height .52s,opacity .42s,margin .42s;display:block;overflow:hidden}#metodo .method-ribbon.is-active .method-ribbon__number{transform:translateX(var(--num-x-active))}#metodo .method-ribbon.is-active .method-ribbon__title{letter-spacing:.08em;font-size:clamp(.62rem,.82vw,.74rem)}#metodo .method-ribbon.is-active .method-ribbon__desc{opacity:.86;max-height:92px;margin-top:12px}#metodo .method-copy{text-align:left;justify-self:end;max-width:455px;padding-right:4px}#metodo .method-copy .title,#metodo .method-copy h2{font-size:clamp(1.7rem,2.65vw,2.55rem);line-height:1.06}@media (max-width:1180px){#metodo .method-frame{grid-template-columns:1fr;align-content:center;gap:28px;height:auto!important;min-height:auto!important;max-height:none!important}#metodo .method-copy{text-align:center;order:1;justify-self:center;max-width:760px}#metodo .method-visual{order:2;justify-self:center;width:min(820px,100%);height:491px}#metodo .method-ribbon__face{border-radius:56px;height:202px;padding-inline:20px;left:9px;right:9px}#metodo .method-ribbon.is-active .method-ribbon__face{border-radius:66px;height:263px;padding-inline:26px;left:12px;right:12px}#metodo .method-ribbon__number{font-size:clamp(2.1rem,5vw,3.15rem)}}@media (max-width:760px){#metodo.section{align-items:flex-start;min-height:100vh;padding:76px 18px;height:auto!important;max-height:none!important}#metodo .method-frame{width:100%;overflow:visible;height:auto!important;min-height:auto!important;max-height:none!important}#metodo .method-copy{text-align:center}#metodo .method-visual{min-height:610px;box-shadow:none;background:0 0;border-radius:28px;padding:22px;overflow:visible;height:auto!important}#metodo .method-visual:before,#metodo .method-visual:after{display:none}#metodo .method-ribbons{grid-template-columns:1fr;gap:14px;padding:0;display:grid;position:relative;inset:auto}#metodo .method-ribbon,#metodo .method-ribbon.is-active{border-radius:24px;width:100%;min-width:0;height:112px;overflow:hidden}#metodo .method-ribbon__track{display:none}#metodo .method-ribbon__face,#metodo .method-ribbon.is-active .method-ribbon__face{text-align:left;border-radius:24px;grid-template-rows:auto auto;grid-template-columns:58px 1fr;place-items:center start;column-gap:14px;height:100%;padding:18px 20px;display:grid;position:relative;inset:auto;transform:none}#metodo .method-ribbon__icon{display:none}#metodo .method-ribbon__number{text-align:center;grid-row:1/span 2;width:2.08ch;margin:0;font-size:1.9rem;transform:translate(0)}#metodo .method-ribbon__title{white-space:normal;justify-self:start;font-size:.78rem;transform:translate(0)}#metodo .method-ribbon__desc,#metodo .method-ribbon.is-active .method-ribbon__desc{opacity:.82;text-align:left;justify-self:start;max-height:none;margin:6px 0 0;font-size:.62rem}}#metodo .method-ribbon:first-child{--ribbon-color:#e8e6dc!important;--ribbon-text:#111827!important}#metodo .method-ribbon:nth-child(2){--ribbon-color:#d3d4d6!important;--ribbon-text:#111827!important}#metodo .method-ribbon:nth-child(3){--ribbon-color:#161b24!important;--ribbon-text:#f7f7ef!important}#metodo .method-ribbon:nth-child(4){--ribbon-color:#aeb5bb!important;--ribbon-text:#111827!important}#metodo .method-ribbon:nth-child(5){--ribbon-color:#3a4248!important;--ribbon-text:#f7f7ef!important}#metodo .method-ribbon__track{background:var(--ribbon-color)!important}#metodo .method-ribbon__face{color:var(--ribbon-text)!important;background:linear-gradient(145deg,#ffffff29,#0000001a)!important;box-shadow:14px 18px 28px #0000002e,inset 1px 1px #ffffff3d,inset -1px -1px #00000024!important}#metodo .method-ribbon:hover .method-ribbon__face,#metodo .method-ribbon.is-active .method-ribbon__face{box-shadow:18px 22px 34px #00000038,inset 1px 1px #ffffff4d,inset -1px -1px #00000029!important}#metodo .method-ribbon__number,#metodo .method-ribbon__title,#metodo .method-ribbon__desc,#metodo .method-ribbon__icon{color:var(--ribbon-text)!important}#problema .problem-card__number{transform-origin:50%;will-change:transform, filter;-webkit-text-stroke:.65px #5a606e3d;text-shadow:0 1px #ffffff8c,0 0 1px #464c5857,0 10px 24px #464c582e;animation:5s cubic-bezier(.22,1,.36,1) infinite problemNumberPulse;display:inline-block}#problema .problem-card:first-child .problem-card__number{animation-delay:0s}#problema .problem-card:nth-child(2) .problem-card__number{animation-delay:1.25s}#problema .problem-card:nth-child(3) .problem-card__number{animation-delay:2.5s}#problema .problem-card:nth-child(4) .problem-card__number{animation-delay:3.75s}@keyframes problemNumberPulse{0%{filter:brightness();transform:scale(1)}7%{filter:brightness(1.08);transform:scale(1.16)}14%{filter:brightness();transform:scale(1)}to{filter:brightness();transform:scale(1)}}@media (prefers-reduced-motion:reduce){#problema .problem-card__number{animation:none}}#soluciones h2,#soluciones h3,#soluciones p,#soluciones span{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}#soluciones{background:radial-gradient(circle at 50% 18%,#ffffff09,#0000 32%),linear-gradient(#0b0b0b 0%,#050505 100%)!important}#soluciones .ek-switch.is-active{box-shadow:0 0 0 1px #e2cd4175,8px 8px 18px #000000d1,-4px -4px 14px #ffffff0b,0 0 24px #e2cd4129!important}#soluciones .ek-hardware-section{background:linear-gradient(145deg,#242424 0%,#161616 58%,#111 100%)!important;border:1px solid #ffffff21!important;box-shadow:24px 24px 46px #000000eb,-18px -18px 38px #ffffff21,0 0 42px #ffffff0e,inset 2px 2px 4px #ffffff1b,inset -2px -2px 5px #000000b8!important}#soluciones .ek-visual-card{background:linear-gradient(145deg,#232323 0%,#141414 100%)!important;border:1px solid #ffffff21!important;box-shadow:15px 15px 30px #000000db,-12px -12px 24px #ffffff1c,inset 2px 2px 4px #ffffff18,inset -2px -2px 5px #000000ad!important}#soluciones .ek-switch{background:linear-gradient(145deg,#292929 0%,#171717 100%)!important;border:1px solid #ffffff21!important;box-shadow:9px 9px 18px #000000d1,-7px -7px 15px #ffffff1f,inset 1px 1px 2px #ffffff1b,inset -1px -1px 3px #000000ad!important}#soluciones .ek-switch.is-active{background:linear-gradient(145deg,#2d2b22 0%,#181713 100%)!important;border:1px solid #e2cd41bd!important;box-shadow:0 0 0 1px #e2cd416b,10px 10px 20px #000000d6,-7px -7px 16px #ffffff21,0 0 30px #e2cd4140,inset 1px 1px 2px #ffffff1f,inset -1px -1px 3px #000000ad!important}#soluciones .ek-interactive-label{background:linear-gradient(145deg,#282828 0%,#161616 100%)!important;border:1px solid #ffffff21!important;box-shadow:7px 7px 15px #000000d1,-6px -6px 13px #ffffff1d,inset 1px 1px 2px #ffffff1b,inset -1px -1px 3px #000000a8!important}#soluciones .ek-more-info{letter-spacing:.11em;text-transform:uppercase;color:#ffffffd1;opacity:0;background:linear-gradient(145deg,#242424,#151515);border:1px solid #ffffff1b;border-radius:999px;justify-content:center;align-items:center;width:132px;height:38px;margin-top:26px;font-size:.72rem;font-weight:800;text-decoration:none;transition:color .26s,border-color .26s,box-shadow .26s,transform .26s;animation:.42s forwards ekMoreInfoIn;display:inline-flex;transform:translateY(8px);box-shadow:7px 7px 16px #000000d1,-5px -5px 13px #ffffff1b,inset 1px 1px 2px #ffffff14,inset -1px -1px 3px #000000ad}#soluciones .ek-more-info:hover,#soluciones .ek-more-info:focus-visible{color:#fff;border-color:#e2cd41ad;transform:translateY(5px);box-shadow:0 0 0 1px #e2cd415c,8px 8px 18px #000000db,-5px -5px 14px #ffffff1f,0 0 28px #e2cd4142,inset 1px 1px 2px #ffffff1a,inset -1px -1px 3px #000000ad}@keyframes ekMoreInfoIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){#soluciones .ek-more-info{width:126px;height:36px;margin-top:22px;font-size:.68rem}}#soluciones .ek-more-info.is-hidden{display:none!important}#software .ek-more-info{letter-spacing:.11em;text-transform:uppercase;color:#121212c7;opacity:0;background:linear-gradient(145deg,#f8f8f9,#dddddf);border:1px solid #b4b4be8c;border-radius:999px;justify-content:center;align-items:center;width:132px;height:38px;margin-top:26px;font-size:.72rem;font-weight:800;text-decoration:none;transition:color .26s,border-color .26s,box-shadow .26s,transform .26s;animation:.42s forwards ekSoftwareMoreInfoIn;display:inline-flex;transform:translateY(8px);box-shadow:7px 7px 16px #bebec87a,-7px -7px 16px #fffffff5,inset 1px 1px 2px #ffffffeb,inset -1px -1px 3px #b9b9c37a}#software .ek-more-info:hover,#software .ek-more-info:focus-visible{color:#0b3d91;border-color:#2f8cff9e;transform:translateY(5px);box-shadow:0 0 0 1px #2f8cff42,8px 8px 18px #bebec88a,-7px -7px 18px #fffffffa,0 0 24px #2f8cff38,inset 1px 1px 2px #fffffff2,inset -1px -1px 3px #2f8cff24}#software .ek-more-info.is-hidden{display:none!important}@keyframes ekSoftwareMoreInfoIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:760px){#software .ek-more-info{width:126px;height:36px;margin-top:22px;font-size:.68rem}}#software .ek-more-info{background:linear-gradient(145deg,#edf3f7 0%,#dde6ec 100%)!important;border:1px solid #00000024!important;box-shadow:7px 7px 14px #3c7a952e,-7px -7px 14px #ffffffe6,inset 1px 1px #ffffffc7,inset -1px -1px #0000000a!important}#software .ek-more-info:hover,#software .ek-more-info:focus-visible{border-color:#4791ffb3!important;box-shadow:7px 7px 14px #3c7a952e,-7px -7px 14px #ffffffeb,0 0 0 1px #4791ff33,0 0 14px #4791ff29,inset 1px 1px #fffc,inset -1px -1px #0000000a!important}#software .ek-interactive-label{background:linear-gradient(145deg,#4c98b8,#3f819e)!important;border:1px solid #00000038!important;box-shadow:6px 6px 10px #356f88,-6px -6px 10px #5dc0ea,inset 1px 1px #ffffff29,inset -1px -1px #00000024!important}#software .ek-switch{background:linear-gradient(145deg,#4c98b8,#3f819e)!important;border:1px solid #0000003d!important;box-shadow:7px 7px 10px #356f88,-7px -7px 10px #5dc0ea,inset 1px 1px #ffffff29,inset -1px -1px #00000024!important}#software .ek-switch.is-active{background:linear-gradient(145deg,#51a1c2,#3d7c98)!important;border:1px solid #ffffff6b!important;box-shadow:7px 7px 10px #32677e,-7px -7px 10px #62c9f5,0 0 0 1px #ffffff38,0 0 18px #ffffff3d,inset 1px 1px #ffffff38,inset -1px -1px #00000024!important}#respaldo .section__inner{min-height:inherit}#respaldo .respaldo-paper-shell{justify-content:center;align-items:center;width:100%;display:flex}#respaldo .respaldo-paper-stage{aspect-ratio:16/9;isolation:isolate;width:min(1500px,100%);min-height:520px;max-height:760px;position:relative;overflow:visible}#respaldo .respaldo-paper-image{object-fit:contain;object-position:center;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1;width:100%;height:100%;position:absolute;inset:0}#respaldo .respaldo-paper-copy{z-index:2;color:#111827;width:25.8%;position:absolute;top:31.2%;left:16.7%;transform:translateY(-56px)}#respaldo .respaldo-paper-eyebrow{letter-spacing:.38em;text-transform:uppercase;color:#164ab8;margin-bottom:2.2%;font-size:clamp(.58rem,.72vw,.78rem);font-weight:900;line-height:1;display:block;position:relative;left:235px}#respaldo .respaldo-paper-eyebrow:after{content:"";background:#111827;border-radius:999px;width:42px;height:3px;margin-top:15px;margin-left:0;display:block}#respaldo .respaldo-paper-title{letter-spacing:-.055em;color:#111827;max-width:420px;margin:0;font-size:clamp(1.55rem,2.25vw,2.7rem);font-weight:900;line-height:.98}#respaldo .respaldo-paper-text{color:#111827c7;max-width:360px;margin:8.8% 0 0;font-size:clamp(.58rem,.72vw,.82rem);font-weight:500;line-height:1.58}#respaldo .respaldo-paper-metric{z-index:2;color:#111827;pointer-events:none;position:absolute}#respaldo .respaldo-paper-metric-label{white-space:normal;text-align:left;letter-spacing:.06em;text-transform:uppercase;color:#111827eb;font-size:clamp(.42rem,.52vw,.58rem);font-weight:900;line-height:1.05;display:inline-block}#respaldo .respaldo-paper-metric--20{top:76.8%;left:51.8%}#respaldo .respaldo-paper-metric--20 .respaldo-paper-metric-label{position:relative;top:-7px;left:38px}#respaldo .respaldo-paper-metric--b2b{top:61.9%;left:63.1%}#respaldo .respaldo-paper-metric--b2b .respaldo-paper-metric-label{position:relative;top:-8px;left:-8px}#respaldo .respaldo-paper-metric--360{top:46.9%;left:74.8%}#respaldo .respaldo-paper-metric--360 .respaldo-paper-metric-label{position:relative;top:-9px;left:-28px}#respaldo .respaldo-paper-metric--hwsw{top:32.1%;left:84.3%}#respaldo .respaldo-paper-metric--hwsw .respaldo-paper-metric-label{position:relative;top:-4px;left:-34px}@media (max-width:1024px){#respaldo .respaldo-paper-stage{aspect-ratio:16/10;width:min(980px,100%);min-height:560px}#respaldo .respaldo-paper-image{object-fit:contain;object-position:center}#respaldo .respaldo-paper-copy{width:34%;top:25%;left:12%}#respaldo .respaldo-paper-title{font-size:clamp(1.65rem,3.8vw,2.65rem)}#respaldo .respaldo-paper-text{font-size:.78rem}#respaldo .respaldo-paper-metric .respaldo-paper-metric-label{font-size:.58rem}}@media (max-width:760px){#respaldo{background:#fff!important}#respaldo .respaldo-paper-stage{aspect-ratio:auto;background:radial-gradient(circle at 18% 12%,#ffffff57,#0000 30%),linear-gradient(145deg,#ffea00 0%,#ecd500 100%);border-radius:34px;width:100%;min-height:auto;padding:46px 26px;box-shadow:16px 18px 26px #1118272e,-10px -10px 22px #ffffffe6}#respaldo .respaldo-paper-image{display:none}#respaldo .respaldo-paper-copy{text-align:left;width:100%;position:relative;top:auto;left:auto}#respaldo .respaldo-paper-title{max-width:100%;font-size:clamp(2rem,10vw,3rem)}#respaldo .respaldo-paper-text{max-width:100%;margin-top:26px;font-size:.9rem}#respaldo .respaldo-paper-metric{background:linear-gradient(145deg,#ffef22,#dec900);border:1px solid #1118271f;border-radius:22px;margin-top:16px;padding:18px 20px;position:relative;top:auto;left:auto;box-shadow:8px 8px 14px #76690038,-8px -8px 14px #ffffff7a,inset 1px 1px #ffffff61,inset -1px -1px #5046001f}#respaldo .respaldo-paper-metric--20:before{content:"20+";letter-spacing:-.04em;color:#111827;margin-bottom:5px;font-size:1.65rem;font-weight:900;line-height:1;display:block}#respaldo .respaldo-paper-metric--b2b:before{content:"B2B";letter-spacing:-.04em;color:#111827;margin-bottom:5px;font-size:1.65rem;font-weight:900;line-height:1;display:block}#respaldo .respaldo-paper-metric--360:before{content:"360°";letter-spacing:-.04em;color:#111827;margin-bottom:5px;font-size:1.65rem;font-weight:900;line-height:1;display:block}#respaldo .respaldo-paper-metric--hwsw:before{content:"HW+SW";letter-spacing:-.04em;color:#111827;margin-bottom:5px;font-size:1.65rem;font-weight:900;line-height:1;display:block}#respaldo .respaldo-paper-metric .respaldo-paper-metric-label{font-size:.68rem}}#respaldo .respaldo-paper-metric{transition:transform .4s}#respaldo.is-visible .respaldo-paper-metric--20{animation:4s ease-in-out infinite ekRespaldoPulse}#respaldo.is-visible .respaldo-paper-metric--b2b{animation:4s ease-in-out 1s infinite ekRespaldoPulse}#respaldo.is-visible .respaldo-paper-metric--360{animation:4s ease-in-out 2s infinite ekRespaldoPulse}#respaldo.is-visible .respaldo-paper-metric--hwsw{animation:4s ease-in-out 3s infinite ekRespaldoPulse}@keyframes ekRespaldoPulse{0%,to{transform:scale(1)}15%{transform:scale(1.085)}30%{transform:scale(1)}}#respaldo .respaldo-paper-title.is-typing{visibility:hidden}#respaldo .respaldo-paper-title.typewriter-ready{visibility:visible}@media (prefers-reduced-motion:reduce){#respaldo .respaldo-paper-metric,#respaldo .respaldo-paper-title{visibility:visible!important;opacity:1!important;animation:none!important;transform:none!important}}.que-es-electronika{position:relative;overflow:hidden}.que-es-electronika:before{content:"";opacity:1;filter:blur(8px);pointer-events:none;z-index:0;background-image:url(/assets/webp/civok-en-sala.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.06)}.que-es-electronika:after{content:"";pointer-events:none;z-index:1;background:#ffffff94;position:absolute;inset:0}.que-es-electronika>*{z-index:2;position:relative}.que-es-electronika .electronika-process-cards{flex-direction:column;gap:clamp(.7rem,1vw,.9rem);width:min(100%,560px);margin-inline:auto;display:flex}.que-es-electronika .electronika-process-card{background:radial-gradient(circle at 8% 18%,#ffffffd1,#0000 34%),linear-gradient(135deg,#a7ebf2d1,#54acbf6b);border:1px solid #ffffffb8;border-radius:24px;grid-template-columns:58px 1fr;align-items:center;gap:clamp(.9rem,1.4vw,1.2rem);min-height:clamp(82px,9vh,108px);padding:clamp(.85rem,1.2vw,1.1rem) clamp(1.2rem,2vw,1.6rem);transition:transform .52s,box-shadow .52s,filter .52s;animation:6.4s ease-in-out infinite electronika-soft-float;display:grid;box-shadow:18px 18px 34px #02385924,-12px -12px 28px #ffffffdb,inset 1px 1px 2px #ffffffb8,inset -1px -1px 2px #0238590d}.que-es-electronika .electronika-process-card:nth-child(2){background:radial-gradient(circle at 8% 18%,#ffffffc7,#0000 34%),linear-gradient(135deg,#a7ebf2b8,#54acbf9e);animation-delay:.35s}.que-es-electronika .electronika-process-card:nth-child(3){background:radial-gradient(circle at 8% 18%,#ffffff9e,#0000 34%),linear-gradient(135deg,#54acbf9e,#26658cb8);animation-delay:.7s}.que-es-electronika .electronika-process-card:nth-child(4){background:radial-gradient(circle at 8% 18%,#ffffff80,#0000 34%),linear-gradient(135deg,#26658cc2,#023859d1);animation-delay:1.05s}.que-es-electronika .electronika-process-card:nth-child(4) h3,.que-es-electronika .electronika-process-card:nth-child(4) p{color:#fffffff0}.que-es-electronika .electronika-process-card__icon{color:#26658c;background:#ffffffbd;border-radius:50%;place-items:center;width:58px;height:58px;display:grid;box-shadow:8px 8px 18px #0238591f,-6px -6px 14px #ffffffe0,inset 1px 1px 2px #fffc}.que-es-electronika .electronika-process-card h3{letter-spacing:.01em;color:#023859;margin:0 0 .28rem;font-size:clamp(.95rem,1.05vw,1.15rem);font-weight:800;line-height:1.08}.que-es-electronika .electronika-process-card p{color:#141e30b8;max-width:34ch;margin:0;font-size:clamp(.74rem,.78vw,.86rem);font-weight:500;line-height:1.45}@keyframes electronika-soft-float{0%,to{filter:saturate();transform:translateY(0)scale(1)}50%{filter:saturate(1.06);transform:translateY(-4px)scale(1.012)}}@media (prefers-reduced-motion:reduce){.que-es-electronika .electronika-process-card{transition:none;animation:none}}.que-es-electronika .qa-placeholder{border:none!important}.que-es-electronika .electronika-process-card__icon{color:#0f8fb3;background:#fff;border-radius:50px;place-items:center;width:58px;min-width:58px;height:58px;display:grid;overflow:hidden;box-shadow:inset 11px 11px 34px #b8b8b8,inset -11px -11px 34px #fff}.que-es-electronika .electronika-process-card__icon svg{stroke:currentColor;stroke-width:1.8px;fill:none;width:28px;height:28px;display:block}#metodo .method-visual--cards{width:100%;min-width:0}#metodo .method-cards{grid-template-rows:repeat(2,minmax(150px,1fr));grid-template-columns:repeat(6,1fr);align-items:stretch;gap:18px;width:min(100%,680px);min-height:430px;display:grid}#metodo .method-card{background:linear-gradient(145deg,#fffffff5,#e8eaede0);border:1px solid #11182714;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:150px;padding:22px;transition:transform .24s,box-shadow .24s,border-color .24s;display:flex;position:relative;overflow:hidden;box-shadow:16px 18px 34px #1118271a,-10px -10px 24px #ffffffd1,inset 1px 1px #ffffffeb}#metodo .method-card:first-child,#metodo .method-card:nth-child(2){grid-column:span 3}#metodo .method-card:nth-child(3),#metodo .method-card:nth-child(4),#metodo .method-card:nth-child(5){grid-column:span 2}#metodo .method-card:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 10%,#ffffffb8,#0000 34%),linear-gradient(135deg,#fff3,#0000 46%);position:absolute;inset:0}#metodo .method-card:after{content:"";pointer-events:none;background:#1118270b;border-radius:999px;width:92px;height:92px;position:absolute;bottom:-30px;right:-28px;box-shadow:inset 8px 8px 18px #11182714,inset -8px -8px 18px #ffffffc7}#metodo .method-card--primary{background:linear-gradient(145deg,#f6f6f1,#dedfdc)}#metodo .method-card--dark{background:linear-gradient(145deg,#252b32,#121820);border-color:#ffffff14;box-shadow:18px 22px 36px #11182733,inset 1px 1px #ffffff1a,inset -1px -1px #00000047}#metodo .method-card__number{z-index:1;letter-spacing:-.08em;color:#1118272e;font-size:clamp(2.1rem,3.2vw,3.7rem);font-weight:900;line-height:.9;position:relative}#metodo .method-card__body{z-index:1;position:relative}#metodo .method-card__label{letter-spacing:.14em;text-transform:uppercase;color:#11182794;margin-bottom:8px;font-size:.68rem;font-weight:900;line-height:1;display:inline-flex}#metodo .method-card h3{letter-spacing:-.045em;color:#111827;margin:0 0 7px;font-size:clamp(.98rem,1.2vw,1.16rem);font-weight:900;line-height:1.08}#metodo .method-card p{color:#11182799;max-width:95%;margin:0;font-size:.76rem;font-weight:500;line-height:1.45}#metodo .method-card--dark .method-card__number{color:#fff3}#metodo .method-card--dark .method-card__label{color:#ffffff94}#metodo .method-card--dark h3{color:#fffffff0}#metodo .method-card--dark p{color:#ffffff9e}#metodo .method-card:hover{transform:translateY(-3px);box-shadow:20px 24px 38px #11182724,-10px -10px 24px #ffffffe0,inset 1px 1px #fffffff2}#metodo .method-card--dark:hover{box-shadow:22px 26px 42px #1118273d,inset 1px 1px #ffffff1f,inset -1px -1px #0000004d}@media (max-width:1100px){#metodo .method-cards{gap:14px;width:min(100%,620px)}#metodo .method-card{border-radius:24px;padding:18px}#metodo .method-card p{font-size:.72rem}}@media (max-width:900px){#metodo .method-cards{grid-template-rows:none;grid-template-columns:1fr;width:100%;min-height:auto}#metodo .method-card,#metodo .method-card:first-child,#metodo .method-card:nth-child(2),#metodo .method-card:nth-child(3),#metodo .method-card:nth-child(4),#metodo .method-card:nth-child(5){grid-column:auto;min-height:136px}}@media (max-width:640px){#metodo .method-card{min-height:126px;padding:18px}#metodo .method-card__number{font-size:2.35rem}#metodo .method-card h3{font-size:1rem}#metodo .method-card p{font-size:.72rem;line-height:1.42}}#metodo .method-visual--plain-cards{justify-content:center;align-items:center;width:100%;min-width:0;display:flex}#metodo .method-plain-cards{grid-template-columns:1fr;gap:12px;width:min(100%,640px);display:grid}#metodo .method-plain-card{background:#f1f2f3;border:1px solid #11182714;border-radius:22px;grid-template-columns:72px 1fr;align-items:center;gap:18px;width:100%;min-height:76px;padding:16px 20px;display:grid;box-shadow:8px 10px 22px #11182714,-6px -6px 16px #ffffffd1,inset 1px 1px #ffffffd1;transition:none!important;animation:none!important;transform:none!important}#metodo .method-plain-card:hover{animation:none!important;transform:none!important}#metodo .method-plain-card__number{letter-spacing:-.04em;color:#111827bd;background:#ffffff75;border-radius:18px;justify-content:center;align-items:center;width:54px;height:54px;font-size:1.15rem;font-weight:900;line-height:1;display:flex;box-shadow:inset 2px 2px 5px #11182714,inset -2px -2px 5px #ffffffb8}#metodo .method-ribbons,#metodo .method-cards,#metodo .method-card{display:none!important}#metodo .method-ribbon,#metodo .method-ribbon__track,#metodo .method-ribbon__face{transition:none!important;animation:none!important;transform:none!important}@media (max-width:1100px){#metodo .method-plain-cards{gap:10px;width:min(100%,600px)}#metodo .method-plain-card{border-radius:20px;grid-template-columns:64px 1fr;gap:14px;min-height:72px;padding:14px 18px}#metodo .method-plain-card__number{border-radius:16px;width:50px;height:50px;font-size:1.05rem}#metodo .method-plain-card p{font-size:.72rem}}@media (max-width:900px){#metodo .method-visual--plain-cards{align-items:stretch}#metodo .method-plain-cards{width:100%}#metodo .method-plain-card{min-height:74px}}@media (max-width:640px){#metodo .method-plain-card{border-radius:18px;grid-template-columns:52px 1fr;gap:12px;padding:14px}#metodo .method-plain-card__number{border-radius:14px;width:44px;height:44px;font-size:.98rem}#metodo .method-plain-card h3{font-size:.94rem}#metodo .method-plain-card p{max-width:100%;font-size:.7rem;line-height:1.36}}#metodo .method-visual--plain-cards{width:100%!important;min-width:0!important;max-width:540px!important;box-shadow:none!important;background:0 0!important;justify-content:center!important;align-items:center!important;display:flex!important;overflow:visible!important}#metodo .method-plain-cards{width:min(100%,520px)!important;max-width:520px!important;box-shadow:none!important;background:0 0!important;grid-template-columns:1fr!important;gap:9px!important;margin:0 auto!important;padding:0!important;display:grid!important;overflow:visible!important}#metodo .method-plain-card{background:#f1f2f3!important;border:1px solid #11182712!important;border-radius:17px!important;grid-template-columns:54px 1fr!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:58px!important;padding:10px 14px!important;transition:none!important;animation:none!important;display:grid!important;position:relative!important;overflow:hidden!important;transform:none!important;box-shadow:5px 6px 14px #11182712,-4px -4px 10px #ffffffb3,inset 1px 1px #ffffffb8!important}#metodo .method-plain-card:nth-child(2){background:#e9eaec!important}#metodo .method-plain-card:nth-child(3){background:#e1e3e5!important}#metodo .method-plain-card:nth-child(4){background:#d8dadd!important}#metodo .method-plain-card:nth-child(5){background:#20252b!important;border-color:#ffffff12!important;box-shadow:6px 7px 16px #11182726,inset 1px 1px #ffffff14!important}#metodo .method-plain-card:hover{transition:none!important;animation:none!important;transform:none!important}#metodo .method-plain-card:before,#metodo .method-plain-card:after,#metodo .method-plain-cards:before,#metodo .method-plain-cards:after,#metodo .method-visual--plain-cards:before,#metodo .method-visual--plain-cards:after{content:none!important;opacity:0!important;visibility:hidden!important;display:none!important}#metodo .method-plain-card__number{letter-spacing:-.035em!important;color:#111827b8!important;background:#ffffff70!important;border-radius:13px!important;justify-content:center!important;align-items:center!important;width:40px!important;height:40px!important;font-size:.88rem!important;font-weight:900!important;line-height:1!important;transition:none!important;animation:none!important;display:flex!important;transform:none!important;box-shadow:inset 1px 1px 4px #11182712,inset -1px -1px 4px #ffffffb3!important}#metodo .method-plain-card__content{min-width:0!important}#metodo .method-plain-card h3{letter-spacing:-.028em!important;color:#111827!important;margin:0 0 2px!important;font-size:.82rem!important;font-weight:900!important;line-height:1.08!important}#metodo .method-plain-card p{color:#11182794!important;max-width:100%!important;margin:0!important;font-size:.64rem!important;font-weight:500!important;line-height:1.28!important}#metodo .method-plain-card:nth-child(5) .method-plain-card__number{color:#ffffffdb!important;background:#ffffff1a!important;box-shadow:inset 1px 1px 4px #0000003d,inset -1px -1px 4px #ffffff12!important}#metodo .method-plain-card:nth-child(5) h3{color:#fffffff0!important}#metodo .method-plain-card:nth-child(5) p{color:#ffffff9e!important}#metodo .method-ribbons,#metodo .method-cards,#metodo .method-card{visibility:hidden!important;opacity:0!important;pointer-events:none!important;height:0!important;min-height:0!important;max-height:0!important;display:none!important;overflow:hidden!important}#metodo .method-ribbon,#metodo .method-ribbon__track,#metodo .method-ribbon__face,#metodo .method-card,#metodo .method-card:before,#metodo .method-card:after{box-shadow:none!important;background:0 0!important;transition:none!important;animation:none!important;transform:none!important}#metodo .method-visual:before,#metodo .method-visual:after,#metodo .method-frame:before,#metodo .method-frame:after{content:none!important;display:none!important}#metodo .method-copy{z-index:2!important;position:relative!important}@media (max-width:1100px){#metodo .method-visual--plain-cards{max-width:500px!important}#metodo .method-plain-cards{gap:8px!important;width:min(100%,480px)!important;max-width:480px!important}#metodo .method-plain-card{border-radius:16px!important;grid-template-columns:50px 1fr!important;gap:10px!important;min-height:56px!important;padding:9px 13px!important}#metodo .method-plain-card__number{border-radius:12px!important;width:38px!important;height:38px!important;font-size:.84rem!important}#metodo .method-plain-card h3{font-size:.8rem!important}#metodo .method-plain-card p{font-size:.62rem!important;line-height:1.24!important}}@media (max-width:900px){#metodo .method-visual--plain-cards{align-items:stretch!important;max-width:100%!important}#metodo .method-plain-cards{width:100%!important;max-width:100%!important}#metodo .method-plain-card{min-height:58px!important}}@media (max-width:640px){#metodo .method-plain-card{border-radius:15px!important;grid-template-columns:44px 1fr!important;gap:9px!important;min-height:56px!important;padding:9px 11px!important}#metodo .method-plain-card__number{border-radius:11px!important;width:34px!important;height:34px!important;font-size:.78rem!important}#metodo .method-plain-card h3{font-size:.78rem!important}#metodo .method-plain-card p{font-size:.6rem!important;line-height:1.22!important}}#respaldo .respaldo-modern{background:radial-gradient(circle at 8% 12%,#ffd43b1a,#0000 28%),linear-gradient(145deg,#f6f6f3 0%,#ebecee 100%);border:1px solid #1118270f;border-radius:34px;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(34px,5vw,72px);width:min(100%,1180px);min-height:500px;margin:0 auto;padding:clamp(34px,5vw,58px);display:grid;overflow:hidden;box-shadow:18px 24px 46px #11182714,-12px -12px 28px #ffffffd1,inset 1px 1px #ffffffc7}#respaldo .respaldo-modern__copy{max-width:520px;position:relative}#respaldo .respaldo-modern__copy:before{content:"";background:linear-gradient(90deg,#ffd43b,#ffd43b1f);border-radius:999px;width:58px;height:4px;margin-bottom:26px;display:block}#respaldo .respaldo-modern__title{max-width:520px;margin-bottom:22px}#respaldo .respaldo-modern__text{color:#1118279e;max-width:470px}#respaldo .respaldo-modern__metrics{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}#respaldo .respaldo-modern-card{background:linear-gradient(145deg,#fffffff5,#e8eaede0);border:1px solid #11182712;border-radius:28px;flex-direction:column;justify-content:space-between;min-height:165px;padding:24px;display:flex;overflow:hidden;box-shadow:12px 16px 30px #11182714,-8px -8px 20px #ffffffc2,inset 1px 1px #ffffffdb}#respaldo .respaldo-modern-card__value{letter-spacing:-.08em;color:#111827;font-size:clamp(2.1rem,4vw,3.9rem);font-weight:900;line-height:.92;display:block}#respaldo .respaldo-modern-card__label{letter-spacing:.1em;text-transform:uppercase;color:#11182794;max-width:180px;font-size:.74rem;font-weight:900;line-height:1.22;display:block}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{color:#fffffff0}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__label{color:#ffffff9e}@media (max-width:1100px){#respaldo .respaldo-modern{grid-template-columns:1fr 1fr;gap:34px;padding:36px}#respaldo .respaldo-modern-card{border-radius:24px;min-height:145px;padding:20px}}@media (max-width:900px){#respaldo .respaldo-modern{grid-template-columns:1fr;gap:30px;min-height:auto;padding:32px 24px}#respaldo .respaldo-modern__copy{text-align:left;max-width:100%}#respaldo .respaldo-modern__title,#respaldo .respaldo-modern__text{max-width:100%}#respaldo .respaldo-modern__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){#respaldo .respaldo-modern{border-radius:26px;padding:26px 18px}#respaldo .respaldo-modern__metrics{grid-template-columns:1fr;gap:14px}#respaldo .respaldo-modern-card{border-radius:22px;min-height:118px;padding:18px}#respaldo .respaldo-modern-card__value{font-size:2.25rem}#respaldo .respaldo-modern-card__label{max-width:100%;font-size:.68rem}}#respaldo .respaldo-modern-card:first-child,#respaldo .respaldo-modern-card:nth-child(2),#respaldo .respaldo-modern-card:nth-child(3),#respaldo .respaldo-modern-card:nth-child(4){align-items:flex-start!important}@media (max-width:1100px){#respaldo .respaldo-modern__title{font-size:clamp(2.45rem,4.4vw,4rem)!important;line-height:.98!important}#respaldo .respaldo-modern__text{font-size:.88rem!important;line-height:1.54!important}#respaldo .respaldo-modern-card__value{font-size:clamp(1.9rem,3vw,2.75rem)!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:clamp(1.7rem,2.7vw,2.45rem)!important}#respaldo .respaldo-modern-card__label{font-size:.68rem!important}}@media (max-width:900px){#respaldo .respaldo-modern__title{max-width:100%!important;font-size:clamp(2.25rem,8vw,3.7rem)!important}#respaldo .respaldo-modern__text{max-width:100%!important;font-size:.88rem!important}#respaldo .respaldo-modern-card{justify-content:center!important}#respaldo .respaldo-modern-card__value{font-size:clamp(2rem,7vw,3rem)!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:clamp(1.8rem,6.5vw,2.7rem)!important}}@media (max-width:640px){#respaldo .respaldo-modern__title{letter-spacing:-.06em!important;font-size:clamp(2rem,10vw,3.05rem)!important;line-height:1!important}#respaldo .respaldo-modern__text{font-size:.84rem!important;line-height:1.52!important}#respaldo .respaldo-modern-card__value{font-size:2.35rem!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:2.08rem!important}#respaldo .respaldo-modern-card__label{max-width:100%!important;font-size:.66rem!important}}#respaldo .respaldo-modern__eyebrow{color:#1f3f8f!important}#respaldo .respaldo-modern__copy:before{background:linear-gradient(90deg,#ffd43bb8,#ffd43b14)!important;width:56px!important;height:3px!important;margin-bottom:24px!important}#respaldo .respaldo-modern-card{justify-content:center!important;gap:16px!important;overflow:hidden!important}#respaldo .respaldo-modern-card__value{letter-spacing:-.065em!important;white-space:nowrap!important;text-overflow:clip!important;width:100%!important;max-width:100%!important;font-size:clamp(1.95rem,2.75vw,2.85rem)!important;line-height:.96!important;display:block!important;overflow:hidden!important}#respaldo .respaldo-modern-card__label{letter-spacing:.105em!important;width:100%!important;max-width:210px!important;font-size:.68rem!important;line-height:1.24!important;display:block!important}@media (max-width:1100px){#respaldo .respaldo-modern__title{max-width:450px!important;font-size:clamp(2rem,3.35vw,3.1rem)!important;line-height:1.04!important}#respaldo .respaldo-modern__text{font-size:.86rem!important;line-height:1.54!important}#respaldo .respaldo-modern-card__value{font-size:clamp(1.75rem,2.6vw,2.45rem)!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:clamp(1.55rem,2.3vw,2.15rem)!important}#respaldo .respaldo-modern-card__label{font-size:.64rem!important}}@media (max-width:900px){#respaldo .respaldo-modern__title{max-width:100%!important;font-size:clamp(2rem,7vw,3.05rem)!important;line-height:1.04!important}#respaldo .respaldo-modern__text{max-width:100%!important;font-size:.86rem!important}#respaldo .respaldo-modern-card__value{font-size:clamp(1.9rem,6vw,2.55rem)!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:clamp(1.62rem,5.4vw,2.24rem)!important}}@media (max-width:640px){#respaldo .respaldo-modern__title{letter-spacing:-.052em!important;font-size:clamp(1.85rem,8.6vw,2.65rem)!important;line-height:1.06!important}#respaldo .respaldo-modern__text{font-size:.82rem!important;line-height:1.52!important}#respaldo .respaldo-modern-card__value{font-size:2.05rem!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:1.82rem!important}#respaldo .respaldo-modern-card__label{max-width:100%!important;font-size:.62rem!important}}#respaldo .respaldo-modern{background:radial-gradient(circle at 8% 12%,#ffd43b0b,#0000 26%),linear-gradient(145deg,#f7f7f4 0%,#eceeef 100%)!important;border-color:#1118270e!important;box-shadow:16px 20px 42px #11182713,-10px -10px 24px #ffffffb8,inset 1px 1px #ffffffc7!important}#respaldo .respaldo-modern__title{letter-spacing:-.05em!important;max-width:455px!important;margin-bottom:20px!important;font-size:clamp(1.82rem,3.02vw,3.02rem)!important;line-height:1.06!important}#respaldo .respaldo-modern__text{color:#111827ab!important;max-width:485px!important;font-size:clamp(.88rem,.98vw,.98rem)!important;font-weight:500!important;line-height:1.62!important}#respaldo .respaldo-modern-card{border-color:#1118270f!important;justify-content:center!important;overflow:hidden!important;box-shadow:10px 14px 26px #11182713,-8px -8px 18px #ffffffb8,inset 1px 1px #ffffffd1,inset -1px -1px #11182709!important}#respaldo .respaldo-modern-card--dark{background:linear-gradient(145deg,#222831,#141920)!important;border-color:#ffffff13!important;box-shadow:12px 16px 30px #1118272e,inset 1px 1px #ffffff1a,inset -1px -1px #00000047!important}@media (max-width:1100px){#respaldo .respaldo-modern__title{max-width:430px!important;font-size:clamp(1.78rem,3vw,2.75rem)!important;line-height:1.06!important}#respaldo .respaldo-modern__text{font-size:.88rem!important;line-height:1.56!important}#respaldo .respaldo-modern-card__value{font-size:clamp(1.72rem,2.42vw,2.32rem)!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:clamp(1.48rem,2.08vw,2.02rem)!important}}@media (max-width:900px){#respaldo .respaldo-modern__title{max-width:100%!important;font-size:clamp(1.85rem,6.4vw,2.82rem)!important;line-height:1.06!important}#respaldo .respaldo-modern__text{max-width:100%!important;font-size:.86rem!important}}@media (max-width:640px){#respaldo .respaldo-modern__title{letter-spacing:-.045em!important;font-size:clamp(1.72rem,7.8vw,2.35rem)!important;line-height:1.08!important}#respaldo .respaldo-modern__text{font-size:.82rem!important;line-height:1.54!important}#respaldo .respaldo-modern-card__value{font-size:1.95rem!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:1.72rem!important}#respaldo .respaldo-modern-card__label{font-size:.61rem!important}}@media (max-width:1100px){#respaldo .respaldo-modern__title{font-size:clamp(1.78rem,3vw,2.75rem)!important;line-height:1.06!important}#respaldo .respaldo-modern-card__value{font-size:clamp(1.72rem,2.42vw,2.32rem)!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:clamp(1.48rem,2.08vw,2.02rem)!important}}@media (max-width:900px){#respaldo .respaldo-modern__title{max-width:100%!important;font-size:clamp(1.85rem,6.4vw,2.82rem)!important;line-height:1.06!important}#respaldo .respaldo-modern__text{max-width:100%!important;font-size:.86rem!important}}@media (max-width:640px){#respaldo .respaldo-modern__title{font-size:clamp(1.72rem,7.8vw,2.35rem)!important;line-height:1.08!important}#respaldo .respaldo-modern-card__value{font-size:1.95rem!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:1.72rem!important}#respaldo .respaldo-modern-card__label{font-size:.61rem!important}}#respaldo{background:#dde1e5!important}#respaldo .respaldo-modern{background:linear-gradient(145deg,#cacaca,#f0f0f0)!important;border-color:#ffffff47!important;border-radius:30px!important;box-shadow:10px 10px 20px #8f8f8f,-10px -10px 20px #fff!important}#respaldo .respaldo-modern-card{background:linear-gradient(145deg,#cacaca,#f0f0f0)!important;border-color:#ffffff57!important;border-radius:30px!important;box-shadow:10px 10px 20px #8f8f8f,-10px -10px 20px #fff!important}#respaldo .respaldo-modern-card:first-child{background:linear-gradient(145deg,#d1d1d1,#f6f6f6)!important}#respaldo .respaldo-modern-card:nth-child(2){background:linear-gradient(145deg,#cfcfcf,#f2f2f2)!important}#respaldo .respaldo-modern-card:nth-child(3){background:linear-gradient(145deg,#c8c8c8,#eee)!important}#respaldo .respaldo-modern-card--dark{background:linear-gradient(145deg,#121820,#242b34)!important;border-color:#ffffff14!important;border-radius:30px!important;box-shadow:10px 10px 20px #080b0f94,-10px -10px 20px #ffffff0f!important}#respaldo .respaldo-modern-card__value{letter-spacing:-.06em!important;white-space:nowrap!important;text-overflow:clip!important;font-size:clamp(1.9rem,2.58vw,2.68rem)!important;line-height:.98!important;overflow:hidden!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{letter-spacing:-.065em!important;font-size:clamp(1.62rem,2.24vw,2.28rem)!important}#respaldo .respaldo-modern__title{letter-spacing:-.05em!important;max-width:455px!important;font-size:clamp(1.82rem,3.02vw,3.02rem)!important;line-height:1.06!important}#respaldo .respaldo-modern__text{color:#111827ab!important;max-width:485px!important;font-size:clamp(.88rem,.98vw,.98rem)!important;line-height:1.62!important}#respaldo .respaldo-modern-card__label{letter-spacing:.105em!important;font-size:.66rem!important;line-height:1.26!important}@media (max-width:1100px){#respaldo .respaldo-modern__title{font-size:clamp(1.78rem,3vw,2.75rem)!important;line-height:1.06!important}#respaldo .respaldo-modern-card__value{font-size:clamp(1.72rem,2.42vw,2.32rem)!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:clamp(1.48rem,2.08vw,2.02rem)!important}}@media (max-width:900px){#respaldo .respaldo-modern__title{max-width:100%!important;font-size:clamp(1.85rem,6.4vw,2.82rem)!important;line-height:1.06!important}#respaldo .respaldo-modern__text{max-width:100%!important;font-size:.86rem!important}}@media (max-width:640px){#respaldo .respaldo-modern__title{font-size:clamp(1.72rem,7.8vw,2.35rem)!important;line-height:1.08!important}#respaldo .respaldo-modern-card__value{font-size:1.95rem!important}#respaldo .respaldo-modern-card--dark .respaldo-modern-card__value{font-size:1.72rem!important}#respaldo .respaldo-modern-card__label{font-size:.61rem!important}}@media (max-width:1100px){#respaldo .respaldo-modern__title{letter-spacing:-.052em!important;font-size:clamp(1.9rem,3vw,2.75rem)!important;font-weight:900!important;line-height:1.04!important}}@media (max-width:900px){#respaldo .respaldo-modern__title{letter-spacing:-.05em!important;font-size:clamp(1.85rem,6vw,2.65rem)!important;font-weight:900!important;line-height:1.05!important}}@media (max-width:640px){#respaldo .respaldo-modern__title{letter-spacing:-.045em!important;font-size:clamp(1.65rem,7vw,2.2rem)!important;font-weight:900!important;line-height:1.08!important}}#respaldo .respaldo-modern__title{letter-spacing:-.038em!important;font-size:clamp(1.55rem,2.28vw,2.42rem)!important;font-weight:900!important;line-height:1.1!important}@media (max-width:1100px){#respaldo .respaldo-modern__title{letter-spacing:-.035em!important;font-size:clamp(1.48rem,2.22vw,2.15rem)!important;font-weight:900!important;line-height:1.12!important}}@media (max-width:900px){#respaldo .respaldo-modern__title{letter-spacing:-.035em!important;font-size:clamp(1.55rem,5vw,2.25rem)!important;font-weight:900!important;line-height:1.12!important}}@media (max-width:640px){#respaldo .respaldo-modern__title{letter-spacing:-.032em!important;font-size:clamp(1.42rem,6.2vw,1.95rem)!important;font-weight:900!important;line-height:1.14!important}}#sectores .qa-placeholder,#sectores .sectors-frame,#sectores .sectors-grid{box-shadow:none!important;border:0!important;outline:0!important}#sectores .sectors-premium{background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:30px;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(34px,5vw,68px);width:min(100%,1180px);min-height:500px;margin:0 auto;padding:clamp(34px,5vw,56px);display:grid;overflow:hidden;box-shadow:10px 10px 20px #8f8f8f,-10px -10px 20px #fff}#sectores .sectors-premium__copy{max-width:500px}#sectores .sectors-premium__eyebrow{color:#1f3f8f}#sectores .sectors-premium__title{letter-spacing:-.055em;max-width:500px;margin-bottom:20px;font-size:clamp(2rem,3vw,3.2rem);line-height:1.02}#sectores .sectors-premium__text{color:#111827a3;max-width:470px}#sectores .sectors-premium__signals{flex-wrap:wrap;gap:10px;margin-top:28px;display:flex}#sectores .sectors-premium__signals span{letter-spacing:.1em;text-transform:uppercase;color:#111827a8;background:linear-gradient(145deg,#d4d4d4,#f5f5f5);border-radius:999px;align-items:center;min-height:34px;padding:0 14px;font-size:.68rem;font-weight:900;display:inline-flex;box-shadow:5px 5px 10px #8f8f8f6b,-5px -5px 10px #ffffffe6}#sectores .sectors-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:100%;min-width:0;display:grid}#sectores .sectors-premium-card{background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:24px;grid-template-columns:54px 1fr;align-items:center;gap:16px;min-width:0;min-height:132px;padding:20px;display:grid;overflow:hidden;box-shadow:8px 8px 16px #8f8f8fbd,-8px -8px 16px #ffffffeb}#sectores .sectors-premium-card--dark{background:linear-gradient(145deg,#121820,#242b34);box-shadow:8px 8px 16px #080b0f80,-8px -8px 16px #ffffff0f}#sectores .sectors-premium-card__number{letter-spacing:.02em;color:#111827b3;background:#ffffff70;border-radius:14px;justify-content:center;align-items:center;width:42px;height:42px;font-size:.78rem;font-weight:900;display:inline-flex;box-shadow:inset 2px 2px 5px #11182714,inset -2px -2px 5px #ffffffb8}#sectores .sectors-premium-card__body{min-width:0}#sectores .sectors-premium-card h3{letter-spacing:-.035em;color:#111827;margin:0 0 6px;font-size:1rem;font-weight:900;line-height:1.1}#sectores .sectors-premium-card p{color:#11182799;margin:0;font-size:.74rem;font-weight:500;line-height:1.38}#sectores .sectors-premium-card--dark .sectors-premium-card__number{color:#ffffffd6;background:#ffffff1a;box-shadow:inset 2px 2px 5px #00000042,inset -2px -2px 5px #ffffff14}#sectores .sectors-premium-card--dark h3{color:#fffffff0}#sectores .sectors-premium-card--dark p{color:#ffffff9e}@media (max-width:1100px){#sectores .sectors-premium{grid-template-columns:1fr 1fr;gap:32px;padding:36px}#sectores .sectors-premium__title{font-size:clamp(1.9rem,3vw,2.75rem)}#sectores .sectors-premium-card{grid-template-columns:48px 1fr;gap:13px;min-height:124px;padding:17px}#sectores .sectors-premium-card h3{font-size:.94rem}#sectores .sectors-premium-card p{font-size:.7rem}}@media (max-width:900px){#sectores .sectors-premium{grid-template-columns:1fr;gap:30px;min-height:auto;padding:32px 24px}#sectores .sectors-premium__copy,#sectores .sectors-premium__title,#sectores .sectors-premium__text{max-width:100%}#sectores .sectors-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){#sectores .sectors-premium{border-radius:24px;padding:26px 18px}#sectores .sectors-premium__title{font-size:clamp(1.65rem,7vw,2.2rem);line-height:1.08}#sectores .sectors-premium__grid{grid-template-columns:1fr;gap:14px}#sectores .sectors-premium-card{border-radius:20px;min-height:108px;padding:16px}}#sectores{background:#d8dce1!important;position:relative!important;overflow:hidden!important}#sectores:before{content:""!important;z-index:0!important;pointer-events:none!important;opacity:.9!important;filter:blur(4px)saturate(.95)contrast(1.02)!important;background-image:url(/assets/webp/Ciudad_electronika.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;position:absolute!important;inset:0!important;transform:scale(1.025)!important}#sectores:after{content:""!important;z-index:1!important;pointer-events:none!important;background:linear-gradient(145deg,#d8dce114,#d8dce124)!important;position:absolute!important;inset:0!important}#sectores>.container{z-index:2!important;position:relative!important}#sectores .sectors-premium{z-index:3!important;background:linear-gradient(145deg,#cacacad1,#f0f0f0d1)!important;position:relative!important}#sectores .sectors-premium-card{background:linear-gradient(145deg,#cacacadb,#f0f0f0db)!important}#sectores .sectors-premium-card--featured{background:linear-gradient(145deg,#d2d2d2db,#f7f7f7db)!important}#sectores .sectors-premium-card--dark{background:linear-gradient(145deg,#121820e6,#242b34e6)!important}#sectores .sectors-premium{grid-template-columns:1fr!important;align-content:center!important;align-items:stretch!important}#sectores .sectors-premium__copy{text-align:center!important;max-width:760px!important;margin:0 auto!important}#sectores .sectors-premium__eyebrow{text-align:center!important;justify-content:center!important}#sectores .sectors-premium__title{letter-spacing:-.045em!important;text-align:center!important;max-width:760px!important;margin:0 auto 16px!important;font-size:clamp(1.55rem,2.35vw,2.42rem)!important;line-height:1.08!important}#sectores .sectors-premium__text{text-align:center!important;max-width:640px!important;margin:0 auto!important;font-size:clamp(.78rem,.9vw,.92rem)!important;line-height:1.52!important}#sectores .sectors-premium__signals{visibility:hidden!important;opacity:0!important;pointer-events:none!important;height:0!important;min-height:0!important;margin:0!important;padding:0!important;display:none!important}#sectores .sectors-premium__grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;align-items:stretch!important;gap:12px!important;width:100%!important;min-width:0!important;margin-top:clamp(28px,4vw,42px)!important;display:grid!important}#sectores .sectors-premium-card{border-radius:22px!important;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:12px!important;min-width:0!important;min-height:118px!important;padding:16px!important;display:flex!important;overflow:hidden!important}#sectores .sectors-premium-card__number{border-radius:12px!important;width:34px!important;min-width:34px!important;height:34px!important;font-size:.68rem!important;line-height:1!important}#sectores .sectors-premium-card__body{width:100%!important;min-width:0!important}#sectores .sectors-premium-card h3{letter-spacing:-.035em!important;margin:0 0 6px!important;font-size:.9rem!important;line-height:1.08!important}#sectores .sectors-premium-card p{margin:0!important;font-size:.66rem!important;line-height:1.34!important}@media (max-width:1100px){#sectores .sectors-premium__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin-top:30px!important}#sectores .sectors-premium-card{min-height:112px!important;padding:15px!important}#sectores .sectors-premium__title{font-size:clamp(1.5rem,2.4vw,2.2rem)!important}}@media (max-width:760px){#sectores .sectors-premium__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}#sectores .sectors-premium-card{min-height:112px!important;padding:14px!important}#sectores .sectors-premium__copy{text-align:left!important}#sectores .sectors-premium__title,#sectores .sectors-premium__text{text-align:left!important;margin-left:0!important;margin-right:0!important}}@media (max-width:480px){#sectores .sectors-premium__grid{grid-template-columns:1fr!important}#sectores .sectors-premium-card{min-height:96px!important}}#sectores .sectors-premium__copy{margin-top:18px!important;margin-bottom:0!important}#sectores .sectors-premium__title{margin-bottom:12px!important}#sectores .sectors-premium__text{margin-bottom:0!important}#sectores .sectors-premium__grid{margin-top:22px!important}@media (min-width:1101px){#sectores .sectors-premium__copy{margin-top:28px!important}#sectores .sectors-premium__grid{margin-top:26px!important}}@media (max-width:1100px){#sectores .sectors-premium__copy{margin-top:10px!important}#sectores .sectors-premium__grid{margin-top:20px!important}}@media (max-width:760px){#sectores .sectors-premium__copy{margin-top:0!important}#sectores .sectors-premium__grid{margin-top:22px!important}}#sectores .sectors-premium__copy{margin-top:0!important;margin-bottom:0!important;transform:translateY(38px)!important}#sectores .sectors-premium__text{margin-top:0!important;margin-bottom:0!important}#sectores .sectors-premium__grid{margin-top:0!important;transform:translateY(-42px)!important}@media (min-width:1101px){#sectores .sectors-premium__copy{transform:translateY(42px)!important}#sectores .sectors-premium__grid{transform:translateY(-48px)!important}}@media (max-width:1100px){#sectores .sectors-premium__copy{transform:translateY(24px)!important}#sectores .sectors-premium__grid{transform:translateY(-28px)!important}}@media (max-width:760px){#sectores .sectors-premium__copy{transform:translateY(0)!important}#sectores .sectors-premium__grid{margin-top:22px!important;transform:translateY(0)!important}}#sectores .sectors-premium{align-content:center!important}#sectores .sectors-premium__copy{z-index:2!important;margin-top:0!important;margin-bottom:0!important;position:relative!important;transform:translateY(10px)!important}#sectores .sectors-premium__title{margin-top:0!important;margin-bottom:12px!important}#sectores .sectors-premium__text{z-index:2!important;margin-top:0!important;margin-bottom:0!important;position:relative!important}#sectores .sectors-premium__grid{z-index:1!important;margin-top:42px!important;position:relative!important;transform:translateY(-10px)!important}@media (min-width:1101px){#sectores .sectors-premium__copy{transform:translateY(12px)!important}#sectores .sectors-premium__grid{margin-top:44px!important;transform:translateY(-12px)!important}}@media (max-width:1100px){#sectores .sectors-premium__copy{transform:translateY(6px)!important}#sectores .sectors-premium__grid{margin-top:34px!important;transform:translateY(-6px)!important}}@media (max-width:760px){#sectores .sectors-premium__copy{transform:none!important}#sectores .sectors-premium__grid{margin-top:24px!important;transform:none!important}}@media (max-width:760px){#sectores .sectors-premium__copy,#sectores .sectors-premium__grid{transform:none!important}}#sectores .sectors-premium__copy{transform:translateY(30px)!important}#sectores .sectors-premium__grid{transform:translateY(-30px)!important}@media (max-width:760px){#sectores .sectors-premium__copy,#sectores .sectors-premium__grid{transform:none!important}}#sectores .sectors-premium-card{will-change:transform, box-shadow, filter;animation-name:sectorsCardBreath;animation-duration:7.2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-fill-mode:both}#sectores .sectors-premium-card:first-child{animation-delay:0s}#sectores .sectors-premium-card:nth-child(2){animation-delay:.35s}#sectores .sectors-premium-card:nth-child(3){animation-delay:.7s}#sectores .sectors-premium-card:nth-child(4){animation-delay:1.05s}#sectores .sectors-premium-card:nth-child(5){animation-delay:1.4s}#sectores .sectors-premium-card:nth-child(6){animation-delay:1.75s}@keyframes sectorsCardBreath{0%,68%,to{filter:brightness();transform:translateY(0)}10%{filter:brightness(1.035);transform:translateY(-6px)}18%{filter:brightness();transform:translateY(0)}}#sectores .sectors-premium-card:not(.sectors-premium-card--dark){animation-name:sectorsCardBreathLight}@keyframes sectorsCardBreathLight{0%,68%,to{filter:brightness();transform:translateY(0);box-shadow:8px 8px 16px #8f8f8fbd,-8px -8px 16px #ffffffeb}10%{filter:brightness(1.035);transform:translateY(-6px);box-shadow:11px 13px 22px #5f5f5f6b,-9px -9px 18px #fffffff5}18%{filter:brightness();transform:translateY(0);box-shadow:8px 8px 16px #8f8f8fbd,-8px -8px 16px #ffffffeb}}#sectores .sectors-premium-card--dark{animation-name:sectorsCardBreathDark}@keyframes sectorsCardBreathDark{0%,68%,to{filter:brightness();transform:translateY(0);box-shadow:8px 8px 16px #080b0f80,-8px -8px 16px #ffffff0f}10%{filter:brightness(1.08);transform:translateY(-6px);box-shadow:12px 14px 24px #080b0f8f,-8px -8px 18px #ffffff14}18%{filter:brightness();transform:translateY(0);box-shadow:8px 8px 16px #080b0f80,-8px -8px 16px #ffffff0f}}@media (prefers-reduced-motion:reduce){#sectores .sectors-premium-card{filter:none!important;animation:none!important;transform:none!important}}@media (max-width:760px){#sectores .sectors-premium-card{filter:none!important;animation:none!important;transform:none!important}}#proyectos .projects-premium{background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:30px;grid-template-rows:auto auto;align-content:center;gap:clamp(30px,5vw,54px);width:min(100%,1180px);min-height:500px;margin:0 auto;padding:clamp(34px,5vw,56px);display:grid;overflow:hidden;box-shadow:10px 10px 20px #8f8f8f,-10px -10px 20px #fff}#proyectos .projects-premium__header{text-align:center;max-width:760px;margin:0 auto}#proyectos .projects-premium__eyebrow{color:#1f3f8f}#proyectos .projects-premium__title{letter-spacing:-.055em;text-align:center;max-width:760px;margin:0 auto 16px;font-size:clamp(1.75rem,2.75vw,3rem);line-height:1.05}#proyectos .projects-premium__text{color:#111827a3;text-align:center;max-width:620px;margin:0 auto;font-size:clamp(.82rem,.96vw,.96rem);line-height:1.55}#proyectos .projects-premium__cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;width:100%;min-width:0;display:grid}#proyectos .projects-premium-card{background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:26px;flex-direction:column;justify-content:center;min-width:0;min-height:150px;padding:24px;display:flex;overflow:hidden;box-shadow:8px 8px 16px #8f8f8fb8,-8px -8px 16px #ffffffeb}#proyectos .projects-premium-card__kicker{letter-spacing:.13em;text-transform:uppercase;color:#1f3f8f;margin-bottom:12px;font-size:.68rem;font-weight:900;line-height:1;display:block}#proyectos .projects-premium-card h3{letter-spacing:-.04em;color:#111827;margin:0 0 8px;font-size:clamp(1rem,1.25vw,1.22rem);font-weight:900;line-height:1.12}#proyectos .projects-premium-card p{color:#1118279e;max-width:95%;margin:0;font-size:.78rem;font-weight:500;line-height:1.42}#proyectos .projects-premium-card--dark{background:linear-gradient(145deg,#121820,#242b34);box-shadow:8px 8px 16px #080b0f80,-8px -8px 16px #ffffff0f}#proyectos .projects-premium-card--dark .projects-premium-card__kicker{color:#ffffff9e}#proyectos .projects-premium-card--dark h3{color:#fffffff0}#proyectos .projects-premium-card--dark p{color:#ffffffa3}@media (max-width:1100px){#proyectos .projects-premium{gap:34px;padding:36px}#proyectos .projects-premium-card{min-height:138px;padding:20px}#proyectos .projects-premium-card p{font-size:.74rem}}@media (max-width:900px){#proyectos .projects-premium{min-height:auto;padding:32px 24px}#proyectos .projects-premium__cards{grid-template-columns:1fr;gap:14px}#proyectos .projects-premium-card{min-height:118px}}@media (max-width:640px){#proyectos .projects-premium{border-radius:24px;padding:26px 18px}#proyectos .projects-premium__title{font-size:clamp(1.55rem,7vw,2.2rem)}#proyectos .projects-premium-card{border-radius:22px;padding:18px}}#proyectos .qa-placeholder,#proyectos .projects-frame,#proyectos .projects-grid{box-shadow:none!important;border:0!important;outline:0!important}#proyectos .projects-wireframe{background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:30px;grid-template-rows:auto auto;align-content:center;gap:clamp(24px,4vw,42px);width:min(100%,1180px);min-height:500px;margin:0 auto;padding:clamp(32px,5vw,54px);display:grid;overflow:hidden;box-shadow:10px 10px 20px #8f8f8f,-10px -10px 20px #fff}#proyectos .projects-wireframe__hero{text-align:center;background:linear-gradient(145deg,#dbe8f4eb,#ecf2f8eb);border-radius:26px;flex-direction:column;justify-content:center;align-items:center;width:min(100%,760px);min-height:170px;margin:0 auto;padding:clamp(26px,4vw,38px) clamp(24px,5vw,56px);display:flex;box-shadow:8px 8px 16px #8f8f8f57,-8px -8px 16px #ffffffeb,inset 1px 1px #ffffffb8}#proyectos .projects-wireframe__eyebrow{color:#1f3f8f;margin-bottom:12px}#proyectos .projects-wireframe__title{letter-spacing:-.052em;color:#111827;text-align:center;max-width:620px;margin:0 auto 12px;font-size:clamp(1.45rem,2.25vw,2.35rem);font-weight:900;line-height:1.08}#proyectos .projects-wireframe__text{color:#1118279e;text-align:center;max-width:560px;margin:0 auto;font-size:clamp(.78rem,.9vw,.92rem);font-weight:500;line-height:1.52}#proyectos .projects-wireframe__cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:18px;width:min(100%,900px);margin:0 auto;display:grid}#proyectos .projects-wireframe-card{background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:24px;flex-direction:column;justify-content:flex-start;min-width:0;min-height:178px;padding:22px;display:flex;overflow:hidden;box-shadow:8px 8px 16px #8f8f8fb8,-8px -8px 16px #ffffffeb}#proyectos .projects-wireframe-card__icon{background:#ffffff75;border-radius:14px;justify-content:center;align-items:center;width:38px;height:38px;margin-bottom:18px;display:inline-flex;box-shadow:inset 2px 2px 5px #11182714,inset -2px -2px 5px #ffffffb8}#proyectos .projects-wireframe-card__icon span{color:#111827b3;font-size:.72rem;font-weight:900;line-height:1}#proyectos .projects-wireframe-card__kicker{letter-spacing:.13em;text-transform:uppercase;color:#1f3f8f;margin-bottom:8px;font-size:.66rem;font-weight:900;line-height:1;display:block}#proyectos .projects-wireframe-card h3{letter-spacing:-.04em;color:#111827;margin:0 0 8px;font-size:clamp(.98rem,1.18vw,1.12rem);font-weight:900;line-height:1.12}#proyectos .projects-wireframe-card p{color:#1118279e;max-width:95%;margin:0;font-size:.76rem;font-weight:500;line-height:1.42}#proyectos .projects-wireframe-card--dark{background:linear-gradient(145deg,#121820,#242b34);box-shadow:8px 8px 16px #080b0f80,-8px -8px 16px #ffffff0f}#proyectos .projects-wireframe-card--dark .projects-wireframe-card__icon{background:#ffffff1a;box-shadow:inset 2px 2px 5px #00000042,inset -2px -2px 5px #ffffff14}#proyectos .projects-wireframe-card--dark .projects-wireframe-card__icon span,#proyectos .projects-wireframe-card--dark .projects-wireframe-card__kicker{color:#ffffffad}#proyectos .projects-wireframe-card--dark h3{color:#fffffff0}#proyectos .projects-wireframe-card--dark p{color:#ffffffa3}@media (max-width:1100px){#proyectos .projects-wireframe{gap:30px;padding:36px}#proyectos .projects-wireframe__hero{min-height:150px}#proyectos .projects-wireframe-card{min-height:162px;padding:20px}#proyectos .projects-wireframe-card p{font-size:.72rem}}@media (max-width:900px){#proyectos .projects-wireframe{min-height:auto;padding:32px 24px}#proyectos .projects-wireframe__cards{grid-template-columns:1fr;gap:14px}#proyectos .projects-wireframe-card{min-height:128px}}@media (max-width:640px){#proyectos .projects-wireframe{border-radius:24px;padding:26px 18px}#proyectos .projects-wireframe__hero{border-radius:22px;min-height:140px;padding:24px 18px}#proyectos .projects-wireframe__title{font-size:clamp(1.35rem,6.2vw,2rem)}#proyectos .projects-wireframe-card{border-radius:22px;padding:18px}}#proyectos .projects-resource{width:min(100%,980px);min-height:500px;box-shadow:none;background:0 0;border:0;grid-template-rows:auto auto;align-content:center;gap:26px;margin:0 auto;display:grid;overflow:visible}#proyectos .projects-resource__header{text-align:center;min-height:185px;box-shadow:none;background:#dfeaf4;border-radius:26px;justify-content:center;align-items:center;padding:clamp(30px,4vw,42px) clamp(24px,5vw,48px);display:flex;position:relative;overflow:hidden}#proyectos .projects-resource__header:before{content:"";filter:blur(3px)saturate(.9)contrast(.96);opacity:.92;background-image:linear-gradient(145deg,#dae8f475,#f6f8fab8),url(/assets/webp/Ciudad_electronika.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0;transform:scale(1.03)}#proyectos .projects-resource__header-content{z-index:1;width:min(100%,700px);position:relative}#proyectos .projects-resource__eyebrow{color:#1f3f8f;margin-bottom:12px;display:inline-block}#proyectos .projects-resource__title{letter-spacing:-.055em;color:#111827;text-align:center;max-width:680px;margin:0 auto 12px;font-size:clamp(1.65rem,2.55vw,2.75rem);font-weight:900;line-height:1.08}#proyectos .projects-resource__text{color:#111827a8;text-align:center;max-width:610px;margin:0 auto;font-size:clamp(.82rem,.96vw,.94rem);font-weight:500;line-height:1.56}#proyectos .projects-resource__cards{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:22px;width:min(100%,900px);margin:0 auto;display:grid}#proyectos .project-resource-card{background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:24px;flex-direction:column;min-width:0;min-height:236px;display:flex;overflow:hidden;box-shadow:10px 10px 20px #8f8f8f,-10px -10px 20px #fff}#proyectos .project-resource-card__image{background-image:linear-gradient(145deg,#dce8f36b,#f0f4f8ad),url(/assets/webp/Ciudad_electronika.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;height:108px;display:flex}#proyectos .project-resource-card__badge{color:#111827bd;background:#ffffff94;border-radius:14px;justify-content:center;align-items:center;width:40px;height:40px;font-size:.74rem;font-weight:900;display:inline-flex;box-shadow:inset 2px 2px 5px #11182714,inset -2px -2px 5px #ffffffb8}#proyectos .project-resource-card__content{flex-direction:column;flex:1;padding:20px;display:flex}#proyectos .project-resource-card__kicker{letter-spacing:.13em;text-transform:uppercase;color:#1f3f8f;margin-bottom:8px;font-size:.66rem;font-weight:900;line-height:1;display:block}#proyectos .project-resource-card h3{letter-spacing:-.04em;color:#111827;margin:0 0 8px;font-size:1.04rem;font-weight:900;line-height:1.12}#proyectos .project-resource-card p{color:#1118279e;flex:1;margin:0;font-size:.74rem;font-weight:500;line-height:1.42}#proyectos .project-resource-card__footer{letter-spacing:.08em;text-transform:uppercase;color:#1118276b;gap:12px;margin-top:16px;font-size:.62rem;font-weight:800;display:flex}#proyectos .project-resource-card__footer span{align-items:center;gap:5px;display:inline-flex}#proyectos .project-resource-card__footer span:before{content:"";background:currentColor;border-radius:999px;width:5px;height:5px}#proyectos .project-resource-card--dark{background:linear-gradient(145deg,#121820,#242b34);box-shadow:10px 10px 20px #080b0f8f,-10px -10px 20px #ffffff0f}#proyectos .project-resource-card--dark .project-resource-card__image{background-image:linear-gradient(145deg,#12182052,#242b3480),url(/assets/webp/Ciudad_electronika.webp)}#proyectos .project-resource-card--dark .project-resource-card__badge{color:#ffffffdb;background:#ffffff1f}#proyectos .project-resource-card--dark .project-resource-card__kicker,#proyectos .project-resource-card--dark .project-resource-card__footer{color:#ffffff94}#proyectos .project-resource-card--dark h3{color:#fffffff0}#proyectos .project-resource-card--dark p{color:#ffffffa3}@media (max-width:1100px){#proyectos .projects-resource{gap:24px;width:min(100%,920px)}#proyectos .project-resource-card{min-height:224px}#proyectos .project-resource-card__content{padding:18px}#proyectos .project-resource-card p{font-size:.72rem}}@media (max-width:900px){#proyectos .projects-resource{min-height:auto}#proyectos .projects-resource__cards{grid-template-columns:1fr;gap:16px}#proyectos .project-resource-card{min-height:210px}}@media (max-width:640px){#proyectos .projects-resource__header{border-radius:22px;min-height:160px;padding:28px 18px}#proyectos .projects-resource__title{font-size:clamp(1.38rem,6.4vw,2rem)}#proyectos .projects-resource__text{font-size:.82rem}#proyectos .project-resource-card{border-radius:20px}}#proyectos .section__inner{justify-content:flex-start!important}#proyectos .projects-resource{width:100%!important;max-width:none!important;box-shadow:none!important;background:0 0!important;border:0!important;margin:0 auto!important;overflow:visible!important}#proyectos .projects-resource__header{width:100vw!important;max-width:100vw!important;min-height:185px!important;box-shadow:none!important;border-radius:0 0 30px 30px!important;margin-top:0!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;overflow:hidden!important}#proyectos .projects-resource__header:before{filter:blur(3px)saturate(.9)contrast(.96)!important;opacity:.92!important;background-image:linear-gradient(145deg,#dae8f46b,#f6f8faad),url(/assets/webp/Ciudad_electronika.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;inset:0!important;transform:scale(1.03)!important}#proyectos .projects-resource__header-content{z-index:1!important;width:min(100%,700px)!important;max-width:700px!important;margin:0 auto!important;position:relative!important}#proyectos .projects-resource__cards{width:min(100%,900px)!important;margin-left:auto!important;margin-right:auto!important}#proyectos .qa-placeholder,#proyectos .projects-frame,#proyectos .projects-grid,#proyectos .projects-premium,#proyectos .projects-wireframe{box-shadow:none!important;border:0!important;outline:0!important}@media (max-width:900px){#proyectos .projects-resource__header{border-radius:0 0 24px 24px!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}}#proyectos .projects-resource__header{isolation:isolate!important;position:relative!important;overflow:visible!important}#proyectos .projects-resource__header:before{z-index:1!important}#proyectos .projects-resource__header:after{content:""!important;z-index:0!important;pointer-events:none!important;filter:blur(3px)saturate(.9)contrast(.96)!important;transform-origin:bottom!important;opacity:.92!important;background-image:linear-gradient(145deg,#dae8f46b,#f6f8faad),url(/assets/webp/Ciudad_electronika.webp)!important;background-position:top!important;background-repeat:no-repeat!important;background-size:cover!important;width:100vw!important;height:120px!important;margin-left:-50vw!important;position:absolute!important;bottom:100%!important;left:50%!important;transform:scale(1.03)!important}#proyectos .projects-resource__header{isolation:isolate!important;border-radius:0 0 30px 30px!important;width:100vw!important;max-width:100vw!important;margin-top:0!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;position:relative!important;overflow:hidden!important}#proyectos .projects-resource__header:before{content:""!important;z-index:0!important;pointer-events:none!important;filter:blur(3px)saturate(.9)contrast(.96)!important;transform-origin:50%!important;opacity:.92!important;background-image:linear-gradient(145deg,#dae8f46b,#f6f8faad),url(/assets/webp/Ciudad_electronika.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;position:absolute!important;inset:-120px 0 0!important;transform:scale(1.03)!important}#proyectos .projects-resource__header:after{content:none!important;background-image:none!important;display:none!important}@media (max-width:900px){#proyectos .projects-resource__header{border-radius:0 0 24px 24px!important;width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}#proyectos .projects-resource__header:before{top:-90px!important}}#proyectos .projects-resource__header{isolation:isolate!important;border-radius:0 0 30px 30px!important;width:100vw!important;max-width:100vw!important;margin-top:-72px!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;padding-top:calc(clamp(30px,4vw,42px) + 72px)!important;position:relative!important;overflow:hidden!important}#proyectos .projects-resource,#proyectos .section__inner,#proyectos .container{overflow:visible!important}@media (max-width:900px){#proyectos .projects-resource__header{border-radius:0 0 24px 24px!important;margin-top:-56px!important;padding-top:84px!important}}#proyectos .projects-resource__header:after{content:none!important;background:0 0!important;display:none!important}#proyectos .projects-resource__header{border-radius:0!important;margin-top:-92px!important;padding-top:calc(clamp(30px,4vw,42px) + 92px)!important;overflow:hidden!important}#proyectos .projects-resource__header:before{content:""!important;z-index:0!important;pointer-events:none!important;filter:blur(3px)saturate(.9)contrast(.96)!important;opacity:.92!important;background-image:linear-gradient(145deg,#dae8f46b,#f6f8faad),url(/assets/webp/Ciudad_electronika.webp)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;position:absolute!important;inset:0!important;transform:scale(1.03)!important}#proyectos .projects-resource__header-content{z-index:1!important;position:relative!important}#proyectos .projects-resource__cards{z-index:2!important;position:relative!important}@media (max-width:900px){#proyectos .projects-resource__header{border-radius:0!important;margin-top:-76px!important;padding-top:104px!important}}#proyectos .projects-resource__header:before{background-image:linear-gradient(145deg,#dae8f46b,#f6f8faad),url(/assets/webp/proyectos-main.webp)!important}#proyectos .project-resource-card:first-child .project-resource-card__image{background-image:linear-gradient(145deg,#dce8f347,#f0f4f875),url(/assets/webp/proyecto-pantallas-led.webp)!important}#proyectos .project-resource-card:nth-child(2) .project-resource-card__image{background-image:linear-gradient(145deg,#dce8f347,#f0f4f875),url(/assets/webp/proyecto-kioscos-totems.webp)!important}#proyectos .project-resource-card:nth-child(3) .project-resource-card__image,#proyectos .project-resource-card--dark .project-resource-card__image{background-image:linear-gradient(145deg,#1218203d,#242b346b),url(/assets/webp/proyecto-software-datos.webp)!important}#proyectos .project-resource-card__image{justify-content:flex-start!important;align-items:center!important;padding-left:28px!important}#proyectos .project-resource-card__badge{flex:none!important}@media (max-width:900px){#proyectos .project-resource-card__image{padding-left:24px!important}}@media (max-width:640px){#proyectos .project-resource-card__image{padding-left:20px!important}}#proyectos .project-resource-card__badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}#proyectos .project-resource-card__image{justify-content:center!important;padding-left:0!important}#metodo .method-visual,#metodo .method-visual--plain-cards,#metodo .method-plain-cards{overflow:visible!important}#metodo .method-plain-card{background:linear-gradient(145deg,#cacaca,#f0f0f0)!important;border:1px solid #ffffff57!important;border-radius:30px!important;overflow:hidden!important;box-shadow:10px 10px 20px #8f8f8f,-10px -10px 20px #fff!important}#metodo .method-plain-card__number{color:#111827c2!important;background:linear-gradient(145deg,#f0f0f0,#cacaca)!important;border-radius:16px!important;box-shadow:inset 3px 3px 6px #8f8f8f59,inset -3px -3px 6px #ffffffd1!important}#metodo .method-plain-card h3{color:#111827!important;font-weight:900!important}#metodo .method-plain-card p{color:#1118279e!important}#metodo .method-plain-card:last-child{background:linear-gradient(145deg,#121820,#242b34)!important;border-color:#ffffff14!important;box-shadow:10px 10px 20px #080b0f8f,-10px -10px 20px #ffffff0f!important}#metodo .method-plain-card:last-child .method-plain-card__number{color:#ffffffdb!important;background:#ffffff1a!important;box-shadow:inset 2px 2px 5px #00000042,inset -2px -2px 5px #ffffff14!important}#metodo .method-plain-card:last-child h3{color:#fffffff0!important}#metodo .method-plain-card:last-child p{color:#ffffffa3!important}@media (max-width:900px){#metodo .method-plain-card{border-radius:24px!important}}#hero .hero-video-inner{position:relative!important;overflow:hidden!important}#hero .hero-video-media{object-fit:cover!important;object-position:center center!important;pointer-events:none!important;border:0!important;outline:0!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important;display:block!important}#hero .hero-video-inner:before{content:none!important;display:none!important}#hero .hero-video-media{transition:none!important;animation:none!important;transform:none!important}#software .ek-interactive-label{color:#111827b8!important;background:linear-gradient(145deg,#f9fafb 0%,#e3e6ea 100%)!important;border:1px solid #11182712!important;box-shadow:6px 6px 12px #94a3b847,-6px -6px 12px #fffffff5,inset 1px 1px #ffffffdb,inset -1px -1px #11182709!important}#software .ek-visual-card{background:linear-gradient(145deg,#eef1f4 0%,#dfe4e8 100%)!important;border:1px solid #11182713!important;box-shadow:14px 14px 28px #94a3b857,-14px -14px 28px #fffffff2,inset 1px 1px #ffffffd1,inset -1px -1px #1118270b!important}#software .ek-switch{color:#111827d1!important;background:linear-gradient(145deg,#f4f6f8 0%,#dde3e8 100%)!important;border:1px solid #11182714!important;box-shadow:8px 8px 16px #94a3b852,-8px -8px 16px #fffffff5,inset 1px 1px #ffffffd1,inset -1px -1px #1118270a!important}#software .ek-switch.is-active{color:#0f172a!important;background:linear-gradient(145deg,#f7f9fb 0%,#dfe8f3 100%)!important;border:1px solid #1e40af57!important;box-shadow:8px 8px 16px #94a3b857,-8px -8px 16px #fffffffa,0 0 0 1px #1e40af1f,0 0 18px #1e40af1a,inset 1px 1px #ffffffdb,inset -1px -1px #1e40af14!important}#software .ek-switch:hover{color:#1e40af!important;border-color:#1e40af47!important;box-shadow:9px 9px 18px #94a3b85c,-9px -9px 18px #fff,0 0 14px #1e40af14,inset 1px 1px #ffffffdb,inset -1px -1px #1e40af0f!important}#software .ek-more-info{color:#111827d1!important;background:linear-gradient(145deg,#f4f6f8 0%,#dde3e8 100%)!important;border:1px solid #11182714!important;box-shadow:8px 8px 16px #94a3b852,-8px -8px 16px #fffffff5,inset 1px 1px #ffffffd1,inset -1px -1px #1118270a!important}#software .ek-more-info:hover,#software .ek-more-info:focus-visible{color:#1e40af!important;border-color:#1e40af52!important;box-shadow:9px 9px 18px #94a3b85c,-9px -9px 18px #fff,0 0 16px #1e40af1a,inset 1px 1px #ffffffdb,inset -1px -1px #1e40af0f!important}#software .ek-interactive-copy .eyebrow{color:#111827!important}#software .ek-interactive-copy h2{color:#0f172a!important}#software .ek-interactive-copy p{color:#0f172aa3!important}#software .ek-visual-img{filter:drop-shadow(0 18px 28px #0f172a2e)!important}#software{background:#fff!important}#software .ek-software-section{background:linear-gradient(145deg,#eef1f4 0%,#d9dee3 100%)!important;border:1px solid #0f172a29!important;box-shadow:24px 24px 44px #64748b75,-22px -22px 42px #fff,inset 2px 2px 4px #ffffffd1,inset -2px -2px 4px #0f172a13!important}#software .ek-software-section:before{content:""!important;border-radius:inherit!important;pointer-events:none!important;z-index:0!important;position:absolute!important;inset:0!important;box-shadow:inset 0 0 0 1px #ffffff9e,inset 0 0 32px #0f172a09!important}#software .ek-software-section>*{z-index:1!important;position:relative!important}#soluciones .ek-interactive-label,#software .ek-interactive-label{visibility:hidden!important;opacity:0!important;pointer-events:none!important;display:none!important}#proyectos .clients-carousel{z-index:3!important;width:min(100%,980px)!important;margin:0 auto!important;position:relative!important;overflow:visible!important}#proyectos .clients-carousel__viewport{background:linear-gradient(145deg,#e6e8eb,#f6f7f8)!important;border-radius:30px!important;width:100%!important;padding:30px 0!important;overflow:hidden!important;box-shadow:inset 6px 6px 14px #8f8f8f2e,inset -6px -6px 14px #ffffffd6!important;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 9% 91%,#0000 100%)!important;mask-image:linear-gradient(90deg,#0000 0%,#000 9% 91%,#0000 100%)!important}#proyectos .clients-carousel__track{will-change:transform!important;align-items:center!important;gap:22px!important;width:max-content!important;animation:42s linear infinite ekClientsMarquee!important;display:flex!important}#proyectos .clients-carousel:hover .clients-carousel__track{animation-play-state:paused!important}#proyectos .clients-carousel__item{background:linear-gradient(145deg,#cacaca,#f0f0f0)!important;border:1px solid #ffffff61!important;border-radius:24px!important;flex:none!important;justify-content:center!important;align-items:center!important;width:170px!important;height:82px!important;padding:18px 24px!important;display:flex!important;overflow:hidden!important;box-shadow:8px 8px 16px #8f8f8f8a,-8px -8px 16px #ffffffeb!important}#proyectos .clients-carousel__item img{object-fit:contain!important;opacity:.78!important;filter:grayscale()contrast(.92)brightness(.92)!important;width:auto!important;max-width:118px!important;height:auto!important;max-height:42px!important;display:block!important}@keyframes ekClientsMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:900px){#proyectos .clients-carousel{width:min(100%,860px)!important}#proyectos .clients-carousel__viewport{border-radius:24px!important;padding:24px 0!important}#proyectos .clients-carousel__track{gap:16px!important;animation-duration:46s!important}#proyectos .clients-carousel__item{border-radius:20px!important;width:145px!important;height:72px!important;padding:16px 20px!important}#proyectos .clients-carousel__item img{max-width:100px!important;max-height:36px!important}}@media (max-width:640px){#proyectos .clients-carousel__viewport{border-radius:22px!important;padding:20px 0!important}#proyectos .clients-carousel__track{gap:14px!important;animation-duration:50s!important}#proyectos .clients-carousel__item{border-radius:18px!important;width:132px!important;height:66px!important;padding:14px 18px!important}#proyectos .clients-carousel__item img{max-width:92px!important;max-height:32px!important}}@media (prefers-reduced-motion:reduce){#proyectos .clients-carousel__track{animation:none!important;transform:none!important}}.clients-logo-carousel{background:#ffffff6b;border-radius:28px;width:100%;margin-top:clamp(28px,4vw,48px);padding:clamp(18px,2.5vw,28px) 0;position:relative;overflow:hidden;box-shadow:14px 14px 32px #0f172a14,-12px -12px 28px #ffffffc7}.clients-logo-carousel:before,.clients-logo-carousel:after{content:"";z-index:2;pointer-events:none;width:clamp(48px,8vw,120px);height:100%;position:absolute;top:0}.clients-logo-carousel:before{background:linear-gradient(90deg,#f5f7faf2,#f5f7fa00);left:0}.clients-logo-carousel:after{background:linear-gradient(270deg,#f5f7faf2,#f5f7fa00);right:0}.clients-logo-track{align-items:center;gap:clamp(18px,3vw,34px);width:max-content;animation:576s linear infinite clientsLogoMarquee;display:flex}.clients-logo-carousel:hover .clients-logo-track{animation-play-state:paused}.clients-logo-item{background:#ffffff94;border-radius:22px;flex:none;justify-content:center;align-items:center;width:clamp(240px,28vw,520px);height:clamp(128px,16vw,260px);padding:20px 28px;display:flex;box-shadow:inset 1px 1px 2px #ffffffbf,inset -1px -1px 2px #0f172a0a,8px 8px 20px #0f172a12}.clients-logo-item img{object-fit:contain;opacity:.78;filter:grayscale();width:100%;max-width:none;height:100%;max-height:none;display:block}@keyframes clientsLogoMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.clients-logo-carousel{border-radius:22px;margin-top:28px}.clients-logo-track{gap:16px;animation-duration:448s}.clients-logo-item{width:320px;height:160px;padding:16px 20px}.clients-logo-item img{max-height:100px}}@media (prefers-reduced-motion:reduce){.clients-logo-track{animation:none}}#contacto .qa-placeholder{border:none!important;outline:none!important}#contacto .contact-frame{grid-template-columns:minmax(240px,.82fr) minmax(0,1fr)!important;align-items:center!important}#contacto .contact-form{justify-self:start!important;width:min(100%,660px)!important;max-width:660px!important}@media (max-width:1000px){#contacto .contact-frame{grid-template-columns:1fr!important}#contacto .contact-form{width:100%!important;max-width:100%!important}}#problema .problem-frame{grid-template-columns:minmax(360px,440px) minmax(560px,700px)!important;justify-content:center!important;align-items:center!important;column-gap:clamp(36px,4vw,64px)!important;max-width:1280px!important;margin-inline:auto!important}#problema .section-copy{transform:translate(24px)!important}#problema .problem-showcase{justify-content:start!important;gap:12px!important;transform:translate(-56px)!important}#problema .problem-card,#problema .problem-card__inner{width:138px!important;min-width:138px!important;max-width:138px!important}#problema .problem-card__inner{padding-left:14px!important;padding-right:14px!important}#problema .problem-card__number{font-size:clamp(2.7rem,4vw,3.75rem)!important;line-height:.88!important}#problema .problem-card p{font-size:.78rem!important;line-height:1.35!important}@media (max-width:1200px){#problema .problem-frame{grid-template-columns:minmax(320px,400px) minmax(500px,620px)!important;column-gap:32px!important;max-width:1120px!important}#problema .section-copy{transform:translate(12px)!important}#problema .problem-showcase{gap:10px!important;transform:translate(-28px)!important}#problema .problem-card,#problema .problem-card__inner{width:128px!important;min-width:128px!important;max-width:128px!important}}@media (max-width:900px){#problema .section-copy,#problema .problem-showcase{transform:none!important}#problema .problem-frame{justify-content:initial!important;grid-template-columns:1fr!important}#problema .problem-card,#problema .problem-card__inner{width:auto!important;min-width:0!important;max-width:none!important}}@media (min-width:1200px) and (max-width:1320px){.nav__list{gap:12px}.header__container{column-gap:20px}}.header{display:flex!important}body:not(.intro-dismissed) .header{opacity:0!important;visibility:hidden!important;pointer-events:none!important}body.intro-dismissed .header{opacity:1!important;visibility:visible!important;pointer-events:auto!important;z-index:5000!important}body.intro-dismissed .header__container{visibility:visible!important;opacity:1!important;display:grid!important}body.intro-dismissed .header__logo,body.intro-dismissed .header__actions{visibility:visible!important;opacity:1!important;pointer-events:auto!important}@media (min-width:1200px){body.intro-dismissed .header .nav{visibility:visible!important;opacity:1!important;pointer-events:auto!important;display:block!important}body.intro-dismissed .header .nav__list{visibility:visible!important;opacity:1!important;display:flex!important}body.intro-dismissed .header__actions{display:flex!important}body.intro-dismissed .menu-toggle{display:none!important}}.wa-popup{z-index:9999;background:#0009;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.wa-popup.is-open{display:flex}.wa-popup__box{text-align:center;background:linear-gradient(145deg,#e0e0e0,#f5f5f5);border-radius:28px;width:100%;max-width:460px;padding:40px 36px 36px;position:relative;box-shadow:7px 7px 14px #848484,-7px -7px 14px #fff}.wa-popup__close{color:#888;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:4px 8px;font-size:1.1rem;transition:color .2s;position:absolute;top:14px;right:16px}.wa-popup__close:hover{color:var(--color-accent,#e63329)}.wa-popup__title{color:#1a1a1a;margin-bottom:8px;font-size:1.15rem;font-weight:800}.wa-popup__subtitle{color:#666;margin-bottom:18px;font-size:.84rem;line-height:1.5}.wa-popup__number{color:#25d366;margin-bottom:6px;font-size:1rem;font-weight:700}.wa-popup__msg{color:#999;margin-bottom:20px;font-size:.8rem;font-style:italic}.wa-popup__qr{border-radius:12px;width:128px;height:128px;margin:0 auto 24px;display:block;box-shadow:3px 3px 8px silver,-3px -3px 8px #fff}.wa-popup__actions{flex-direction:column;gap:10px;display:flex}.wa-popup__btn{letter-spacing:.04em;color:#1a1a1a;cursor:pointer;text-align:center;background:linear-gradient(145deg,#cacaca,#f0f0f0);border:none;border-radius:50px;width:100%;padding:12px 20px;font-size:.84rem;font-weight:700;text-decoration:none;transition:box-shadow .2s,transform .15s;display:block;box-shadow:5px 5px 10px #b0b0b0,-5px -5px 10px #fff}.wa-popup__btn:hover{transform:translateY(1px);box-shadow:inset 3px 3px 6px #b0b0b0,inset -3px -3px 6px #fff}.wa-popup__btn--copy{color:#555}@media (max-width:479px){.wa-popup__box{padding:32px 18px 28px}.wa-popup__title{font-size:1rem}}#contacto select{background:var(--neumo-base);width:100%;box-shadow:var(--neumo-shadow-inset);font-family:var(--font-primary);color:var(--color-text-primary);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23888' d='M6 8L0 0h12z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;border:none;border-radius:18px;outline:none;padding:12px 14px;font-size:.72rem}#contacto select option[value=""][disabled]{color:#aaa}#contacto .form-check__link{color:var(--color-accent,#e63329);text-decoration:underline}#contacto .form-error-msg{color:var(--color-accent,#e63329);min-height:0;margin:0;font-size:.68rem;display:none}#contacto .form-error-msg:not(:empty){display:block}#contacto .form-submit-btn:disabled{opacity:.6;cursor:not-allowed}.lead-modal{z-index:9100;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:none;position:fixed;inset:0}.lead-modal.is-open{display:flex}.lead-modal__box{text-align:center;background:linear-gradient(145deg,#cacaca,#f0f0f0);border-radius:28px;flex-direction:column;align-items:center;gap:14px;width:100%;max-width:420px;padding:40px 32px 32px;display:flex;position:relative;box-shadow:14px 14px 28px #b0b0b0,-14px -14px 28px #fff}.lead-modal__close{cursor:pointer;color:#666;background:linear-gradient(145deg,#d4d4d4,#f0f0f0);border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;transition:box-shadow .2s,color .2s;display:flex;position:absolute;top:14px;right:14px;box-shadow:4px 4px 8px #b8b8b8,-4px -4px 8px #fff}.lead-modal__close:hover{color:var(--color-accent,#e63329);box-shadow:inset 3px 3px 6px #b0b0b0,inset -3px -3px 6px #fff}.lead-modal__icon{background:linear-gradient(145deg,#d4d4d4,#f5f5f5);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.6rem;display:flex;box-shadow:6px 6px 12px #b8b8b8,-6px -6px 12px #fff}.lead-modal__icon--success{color:#2a9d3f}.lead-modal__icon--error{color:var(--color-accent,#e63329)}.lead-modal__title{color:var(--color-text-primary,#1a1a1a);margin:0;font-size:1.1rem;font-weight:800;line-height:1.2}.lead-modal__text{color:var(--color-text-secondary,#666);max-width:340px;margin:0;font-size:.82rem;line-height:1.55}.lead-modal__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:6px;display:flex}.lead-modal__btn{letter-spacing:.04em;color:var(--color-accent,#e63329);cursor:pointer;background:linear-gradient(145deg,#d4d4d4,#f5f5f5);border:none;border-radius:50px;padding:10px 24px;font-size:.82rem;font-weight:700;text-decoration:none;transition:box-shadow .2s,transform .15s;display:inline-block;box-shadow:4px 4px 8px #b8b8b8,-4px -4px 8px #fff}.lead-modal__btn:hover{transform:translateY(1px);box-shadow:inset 3px 3px 6px #b8b8b8,inset -3px -3px 6px #fff}.lead-modal__btn--secondary{color:#555}@media (max-width:479px){.lead-modal__box{padding:36px 20px 28px}.lead-modal__actions{flex-direction:column;align-items:center}}.form-field-error{color:var(--color-accent,#e63329);margin:-4px 0 10px 2px;padding-left:2px;font-size:.74rem;display:none}.form-field-error.is-visible{display:block}input.is-invalid{outline:none;box-shadow:0 0 0 2px #e633294d,4px 4px 10px #c8c8c8,-4px -4px 10px #fff}.form-check__error{color:var(--color-accent,#e63329);background:linear-gradient(145deg,#f8e8e7,#fff3f3);border-radius:10px;margin-top:8px;padding:7px 12px;font-size:.74rem;line-height:1.4;display:none;box-shadow:2px 2px 6px #ddc0bf,-2px -2px 6px #fff}.form-check.is-invalid .form-check__error{display:block}.form-check.is-invalid>input[type=checkbox]{outline-offset:2px;outline:2px solid #e6332966}.faq-geo-section{color:#151515;background:#fff}.faq-geo-frame{grid-template-columns:.8fr 1.35fr;align-items:center;gap:clamp(24px,4vw,54px);width:min(1140px,100%);max-height:100%;margin:0 auto;display:grid}.faq-geo-copy{max-width:420px}.faq-geo-title{letter-spacing:-.055em;color:#111;margin:0 0 14px;font-size:clamp(1.55rem,2.5vw,2.55rem);font-weight:900;line-height:.98}.faq-geo-text{color:#1414149e;margin:0;font-size:.82rem;font-weight:500;line-height:1.65}.faq-geo-tabs{flex-wrap:wrap;gap:8px;margin-top:22px;display:flex}.faq-geo-tab{color:#141414b8;letter-spacing:.04em;cursor:pointer;background:#f5f5f5;border:1px solid #00000014;border-radius:999px;padding:8px 12px;font-size:.68rem;font-weight:800;line-height:1;transition:all .2s}.faq-geo-tab:hover,.faq-geo-tab.is-active{color:#fff;background:#151515;border-color:#151515}.faq-geo-panel{scrollbar-width:thin;max-height:58vh;padding:8px 10px 8px 0;overflow-y:auto}.faq-geo-item{border-top:1px solid #00000017}.faq-geo-item:last-child{border-bottom:1px solid #00000017}.faq-geo-question{text-align:left;cursor:pointer;color:#151515;background:0 0;border:0;grid-template-columns:36px 1fr 22px;align-items:center;gap:12px;width:100%;min-height:42px;padding:0;display:grid}.faq-geo-number{color:#14141461;font-size:.66rem;font-weight:900}.faq-geo-question-text{letter-spacing:-.015em;font-size:.82rem;font-weight:800;line-height:1.25}.faq-geo-icon{color:#14141475;font-size:1rem;font-weight:700;transition:transform .2s}.faq-geo-item.is-open .faq-geo-icon{transform:rotate(45deg)}.faq-geo-answer{padding:0 22px 16px 48px;display:none}.faq-geo-item.is-open .faq-geo-answer{display:block}.faq-geo-answer p{color:#1414149e;margin:0;font-size:.74rem;font-weight:500;line-height:1.55}.faq-geo-item.is-hidden{display:none}@media (max-width:900px){.faq-geo-frame{grid-template-columns:1fr;align-items:start;gap:22px}.faq-geo-copy{text-align:center;max-width:100%}.faq-geo-tabs{justify-content:center}.faq-geo-panel{max-height:52vh;padding-right:4px}}@media (max-width:640px){.faq-geo-title{font-size:1.7rem}.faq-geo-question{grid-template-columns:30px 1fr 18px;gap:8px;min-height:40px}.faq-geo-question-text{font-size:.76rem}.faq-geo-answer{padding-left:38px}.faq-geo-answer p{font-size:.7rem}}.header__actions .btn-icon{display:none}@media (max-width:1199px){body.intro-dismissed .header__container{padding:0 var(--space-sm)!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;display:flex!important}body.intro-dismissed .header__logo{flex:0 auto!important;order:1!important;margin-right:auto!important}body.intro-dismissed .menu-toggle{flex:none!important;order:2!important;margin-right:8px!important}body.intro-dismissed .header__actions{flex:none!important;order:3!important;align-items:center!important;gap:5px!important;margin-right:0!important;display:flex!important}body.intro-dismissed .header__actions .btn{border-radius:50%!important;justify-content:center!important;align-items:center!important;width:34px!important;min-width:0!important;height:34px!important;padding:0!important;display:inline-flex!important}body.intro-dismissed .header__actions .btn .btn-text{display:none!important}body.intro-dismissed .header__actions .btn .btn-icon{display:block!important}}@media (max-width:640px){.faq-geo-tabs{flex-wrap:wrap;justify-content:center}}@media (max-width:900px){#problema.section,#metodo.section,#electronika.section,#contacto.section{height:auto!important;min-height:auto!important;max-height:none!important}#problema>.section__inner,#metodo>.section__inner,#electronika>.section__inner,#contacto>.section__inner,#problema .qa-placeholder,#metodo .qa-placeholder,#electronika .qa-placeholder,#contacto .qa-placeholder,#problema .section-frame,#metodo .section-frame,#electronika .section-frame,#contacto .section-frame,#problema .content-frame,#metodo .content-frame,#electronika .content-frame,#contacto .content-frame,#problema .problem-frame{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}#soluciones .ek-interactive-grid,#software .ek-interactive-grid{flex-direction:column;display:flex}#soluciones .ek-interactive-copy,#software .ek-interactive-copy{display:contents}#soluciones .ek-interactive-copy>.eyebrow,#soluciones .ek-interactive-copy>h2,#soluciones .ek-interactive-copy>p,#software .ek-interactive-copy>.eyebrow,#software .ek-interactive-copy>h2,#software .ek-interactive-copy>p{order:1}#soluciones .ek-visual-wrap,#software .ek-visual-wrap{order:2}#soluciones .ek-more-info,#software .ek-more-info{order:3;align-self:flex-start;margin-top:16px}#soluciones .ek-selector,#software .ek-selector{order:4}}.clients-logo-carousel .clients-logo-item{width:312px!important;height:156px!important;padding:16px 22px!important}.clients-logo-carousel .clients-logo-item img{object-fit:contain!important;width:100%!important;max-width:none!important;height:100%!important;max-height:none!important}.clients-logo-carousel .clients-logo-track{animation-duration:576s!important}#proyectos .clients-logo-carousel{background:#e0e0e0!important;border-radius:50px!important;max-width:1280px!important;margin:48px auto 0!important;padding:36px 0!important;overflow:hidden!important;box-shadow:11px 11px 22px #8d8d8d,-11px -11px 22px #fff!important}#proyectos .projects-resource__header,#proyectos .projects-resource__header:before,#proyectos .projects-resource__header:after{background-image:none!important}#proyectos .projects-resource__header:before,#proyectos .projects-resource__header:after{content:none!important;display:none!important}#proyectos,#proyectos .projects-resource,#proyectos .projects-resource__header{background:#fff!important}.electronika-process-card{transform-origin:50%;transition:transform .28s,filter .28s,box-shadow .28s;animation:8s ease-in-out infinite ekSequentialFocus}.electronika-process-card:first-child{animation-delay:0s}.electronika-process-card:nth-child(2){animation-delay:2s}.electronika-process-card:nth-child(3){animation-delay:4s}.electronika-process-card:nth-child(4){animation-delay:6s}@keyframes ekSequentialFocus{0%,18%,to{filter:brightness();box-shadow:inherit;transform:translateY(0)scale(1)}8%{filter:brightness(1.08);transform:translateY(-8px)scale(1.025);box-shadow:0 20px 42px #00000038,0 0 24px #29b8d93d,inset 1px 1px #ffffff80}}.electronika-process-card:hover{filter:brightness(1.035);animation-play-state:paused;transform:translateY(-5px)scale(1.01);box-shadow:0 18px 38px #0000002e,inset 1px 1px #ffffff73}.electronika-process-card__icon{transition:transform .28s,filter .28s;animation:8s ease-in-out infinite ekSequentialIcon}.electronika-process-card:first-child .electronika-process-card__icon{animation-delay:0s}.electronika-process-card:nth-child(2) .electronika-process-card__icon{animation-delay:2s}.electronika-process-card:nth-child(3) .electronika-process-card__icon{animation-delay:4s}.electronika-process-card:nth-child(4) .electronika-process-card__icon{animation-delay:6s}.electronika-process-card:hover .electronika-process-card__icon{filter:brightness(1.08);animation-play-state:paused;transform:scale(1.06)}@keyframes ekSequentialIcon{0%,18%,to{filter:brightness();transform:scale(1)}8%{filter:brightness(1.18);transform:scale(1.12)}}.electronika-process-card__info{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding-right:72px;display:flex}.electronika-process-card__info h3,.electronika-process-card__info p{text-align:center;width:100%;max-width:430px;margin-left:auto;margin-right:auto}@media (max-width:640px){.electronika-process-card__info{padding-right:0}}body.intro-dismissed .intro-screen,.intro-screen.is-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-100%)!important}@media (max-width:768px){.intro-screen{height:100dvh;min-height:100dvh;overflow:hidden}.intro-screen__container{align-items:center;min-height:100dvh;display:flex}.intro-screen__footer{left:50%;bottom:max(28px, env(safe-area-inset-bottom,28px));z-index:99999;justify-content:center;width:min(90vw,360px);display:flex;position:fixed;transform:translate(-50%)}.intro-screen__cue{display:none}.intro-screen__btn{opacity:1!important;visibility:visible!important;pointer-events:auto!important;display:inline-flex!important}}@media (max-width:900px){#electronika .company-frame{flex-direction:column!important;gap:24px!important;height:auto!important;min-height:auto!important;max-height:none!important;display:flex!important;overflow:visible!important}.que-es-electronika,.que-es-electronika .section__inner,.que-es-electronika .qa-placeholder{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}.que-es-electronika .electronika-process-cards{flex-direction:column!important;gap:14px!important;height:auto!important;max-height:none!important;display:flex!important;overflow:visible!important}}@media (max-width:768px){.menu-toggle{margin-left:10px}}@media (max-width:900px){.ek-hardware-section .ek-selector .ek-switch-item,.ek-software-section .ek-selector .ek-switch-item{width:80%!important;max-width:80%!important;margin-left:auto!important;margin-right:auto!important}#contacto,#contacto .section__inner,#contacto .contact-frame,#contacto .contact__container,#contacto .contact__content,#contacto .contact__form,#contacto form{height:auto!important;min-height:auto!important;max-height:none!important;overflow:visible!important}}#soluciones .ek-interactive-grid{grid-template-columns:1fr 1.2fr 280px!important}#soluciones .ek-selector{flex:0 0 280px!important;width:280px!important;max-width:280px!important}#soluciones .ek-switch-item,#soluciones .ek-selector button{white-space:nowrap!important;text-align:left!important;justify-content:flex-start!important;width:100%!important;min-width:260px!important;max-width:280px!important;min-height:56px!important;padding:0 24px!important}@media (max-width:1200px){#soluciones .ek-interactive-grid{grid-template-columns:1fr 1fr 280px!important}}@media (max-width:1024px){#soluciones .ek-interactive-grid{grid-template-columns:1.2fr 280px!important}}@media (max-width:900px){#soluciones .ek-switch-item,#soluciones .ek-selector button{min-width:unset!important;white-space:normal!important;width:100%!important;max-width:100%!important}}#soluciones .ek-more-info.tab-cta--featured,#soluciones .ek-hardware-more-info{white-space:nowrap!important;letter-spacing:.08em!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:260px!important;max-width:340px!important;height:auto!important;min-height:48px!important;padding:0 28px!important;font-size:.78rem!important;display:inline-flex!important}@media (max-width:760px){#soluciones .ek-more-info.tab-cta--featured,#soluciones .ek-hardware-more-info{min-width:unset!important;white-space:normal!important;width:auto!important;max-width:100%!important;padding:0 20px!important;font-size:.72rem!important}}#soluciones .ek-more-info.tab-cta--featured.is-hidden,#soluciones .ek-hardware-more-info.is-hidden,#software .ek-more-info.tab-cta--featured.is-hidden,#software .ek-software-more-info.is-hidden{display:none!important}.ek-hardware-title-chip,.ek-software-title-chip{text-align:center;white-space:nowrap;letter-spacing:.02em;pointer-events:none;-webkit-user-select:none;user-select:none;border-radius:16px;justify-content:center;align-items:center;width:100%;min-width:260px;max-width:280px;min-height:56px;padding:0 24px;font-family:Montserrat,Arial,sans-serif;font-size:.78rem;font-weight:800;display:flex}#soluciones .ek-hardware-title-chip{color:#fffffff0;background:linear-gradient(145deg,#171717,#2b2b2b);border:2px solid #ff373799;box-shadow:inset 1px 1px #ffffff14,inset -1px -1px #151515f2,0 0 6px #ff37374f,0 0 14px #ff373733,5px 5px 12px #00000094,-4px -4px 10px #ffffff09}#software .ek-software-title-chip{color:#141414;background:linear-gradient(145deg,#f8f8f9,#dddddf);border:2px solid #ff373773;box-shadow:inset 1px 1px #fffffff2,inset -1px -1px #b9b9c380,0 0 6px #ff37372e,0 0 14px #ff37371f,6px 6px 14px #bebec86b,-6px -6px 14px #fffffff0}@media (max-width:900px){.ek-hardware-title-chip,.ek-software-title-chip{width:100%;max-width:100%;min-width:unset}}html[lang=en] #software .ek-more-info.tab-cta--featured,html[lang=en] #software .ek-software-more-info,html[lang=en] #soluciones .ek-more-info.tab-cta--featured,html[lang=en] #soluciones .ek-hardware-more-info{white-space:nowrap!important;text-align:center!important;letter-spacing:.07em!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:320px!important;max-width:420px!important;min-height:48px!important;padding:0 30px!important;font-size:.72rem!important;line-height:1!important;display:inline-flex!important}@media (max-width:760px){html[lang=en] #software .ek-more-info.tab-cta--featured,html[lang=en] #software .ek-software-more-info,html[lang=en] #soluciones .ek-more-info.tab-cta--featured,html[lang=en] #soluciones .ek-hardware-more-info{min-width:unset!important;white-space:normal!important;width:auto!important;max-width:100%!important;padding:0 22px!important;line-height:1.15!important}}html[lang=en] #software .ek-more-info.tab-cta--featured.is-hidden,html[lang=en] #software .ek-software-more-info.is-hidden,html[lang=en] #soluciones .ek-more-info.tab-cta--featured.is-hidden,html[lang=en] #soluciones .ek-hardware-more-info.is-hidden{display:none!important}html.ek-lang-switching .intro-screen{opacity:0!important;visibility:hidden!important;pointer-events:none!important;display:none!important}html.ek-lang-switching .site-content{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:none!important;transform:none!important}html.ek-lang-switching body.intro-active{overflow:auto!important}html.ek-lang-switching .header{opacity:1!important;visibility:visible!important}:root{--ek-yellow-neon:#ffd43b;--ek-blue-neon:#2f8cff;--ek-text-dark:#121212;--ek-text-muted-dark:#1212129e;--ek-text-muted-light:#ffffff9e;--ek-shadow-light:12px 12px 24px #b4b4be6b, -12px -12px 24px #fffffff2}.ek-interactive-section{border-radius:30px;width:100%;min-height:600px;padding:24px 24px 32px;position:relative;overflow:visible}.ek-interactive-label{letter-spacing:.12em;text-transform:uppercase;border-radius:999px;align-items:center;min-height:38px;margin-bottom:24px;padding:0 18px;font-size:.76rem;font-weight:800;display:inline-flex}.ek-interactive-grid{grid-template-columns:1fr 1.2fr 215px;justify-content:center;align-items:center;gap:40px;width:min(1140px,100%);min-height:520px;margin:0 auto;padding:10px 0;display:grid}.ek-interactive-copy{max-width:100%}.ek-interactive-copy .eyebrow{letter-spacing:.16em;text-transform:uppercase;margin-bottom:18px;font-size:.72rem;font-weight:900;display:block}.ek-interactive-copy h2{letter-spacing:-.06em;margin-bottom:20px;font-size:clamp(1.8rem,3vw,3.2rem);font-weight:900;line-height:.95}.ek-interactive-copy p{font-size:.85rem;font-weight:500;line-height:1.65}.ek-visual-wrap{place-items:center;width:100%;display:grid}.ek-visual-card{border-radius:34px;place-items:center;width:100%;max-width:450px;height:clamp(280px,40vh,360px);transition:all .28s;display:grid;position:relative;overflow:hidden}.ek-visual-card:before{content:"";z-index:1;border-radius:50%;width:280px;height:280px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ek-visual-img{z-index:2;object-fit:contain;filter:drop-shadow(0 28px 38px #00000047);width:min(90%,380px);height:auto;max-height:300px;transition:opacity .22s,transform .22s;position:relative}.ek-visual-img.is-changing{opacity:0;transform:scale(.96)}.ek-selector{z-index:10;grid-template-columns:1fr;align-content:start;justify-self:end;gap:12px;width:215px;max-width:215px;display:grid;position:relative}.ek-switch{text-align:left;cursor:pointer;border-radius:18px;outline:none;justify-content:flex-start;align-items:center;width:100%;min-height:52px;padding:0 18px;font-family:Montserrat,Arial,sans-serif;font-size:.8rem;font-weight:800;transition:transform .22s,box-shadow .22s,border-color .22s,color .22s;display:flex;position:relative}.ek-switch:hover{transform:translate(4px)}.ek-switch-main{width:215px;max-width:215px}.ek-switch-item{width:200px;max-width:200px;margin-left:auto}.ek-hardware-section{background:radial-gradient(circle,#ffd43b0f 0%,#ffd43b00 32%),#212121;box-shadow:15px 15px 30px #191919,-15px -15px 30px #3c3c3c}.ek-hardware-section .ek-interactive-label{color:#ffffffa8;background:linear-gradient(145deg,#242424,#171717);box-shadow:inset 1px 1px #ffffff0f,inset -2px -2px #000000e6,10px 10px 20px #00000061}.ek-hardware-section .ek-interactive-copy .eyebrow{color:var(--ek-yellow-neon);text-shadow:0 0 10px #ffd43b2e}.ek-hardware-section .ek-interactive-copy h2{color:#f3f3f3}.ek-hardware-section .ek-interactive-copy p{color:var(--ek-text-muted-light)}.ek-hardware-section .ek-visual-card{background:linear-gradient(145deg,#242424,#171717);box-shadow:inset 1px 1px #ffffff14,inset -2px -2px #000000e6,18px 18px 34px #00000075,-12px -12px 26px #ffffff09}.ek-hardware-section .ek-visual-card:before{border:26px solid #ffffff09;box-shadow:inset 12px 12px 28px #000000a6,inset -8px -8px 18px #ffffff0f,0 0 40px #ffd60a09}.ek-hardware-section .ek-switch{color:#ffffffd1;background:linear-gradient(145deg,#171717,#2b2b2b);border:2px solid #101010;box-shadow:inset 1px 1px #6767676b,inset -1px -1px #151515f2,5px 5px 12px #00000073,-4px -4px 10px #ffffff09}.ek-hardware-section .ek-switch:before{content:"";z-index:-1;opacity:.34;background:linear-gradient(145deg,#232323,#3f3f3f);border-radius:21px;transition:all .22s;position:absolute;inset:-3px;box-shadow:4px 4px 10px #00000061,-4px -4px 10px #ffffff09}.ek-hardware-section .ek-switch:hover,.ek-hardware-section .ek-switch.is-active{color:#fff6c3;border-color:#ffd60a80;box-shadow:inset 1px 1px #ffec8c2e,inset -1px -1px #181205f2,0 0 6px #ffd60a38,0 0 12px #ffd60a1f,5px 5px 12px #00000094,-5px -5px 12px #ffffff09}.ek-hardware-section .ek-switch:hover:before,.ek-hardware-section .ek-switch.is-active:before{background:linear-gradient(145deg,#2f2a17,#4a3f18);box-shadow:0 0 6px #ffd60a2e,4px 4px 10px #00000052,-4px -4px 10px #ffffff08}.ek-software-section{box-shadow:var(--ek-shadow-light);background:#f0f0f2}.ek-software-section .ek-interactive-label{color:#282828b3;background:linear-gradient(145deg,#f8f8f9,#dddddf);box-shadow:inset 1px 1px #ffffffe6,inset -2px -2px #bebec873,10px 10px 20px #bebec857,-8px -8px 18px #ffffffeb}.ek-software-section .ek-interactive-copy .eyebrow{color:#111}.ek-software-section .ek-interactive-copy h2{color:#141414}.ek-software-section .ek-interactive-copy p{color:var(--ek-text-muted-dark)}.ek-software-section .ek-visual-card{background:linear-gradient(145deg,#f3f3f4,#dbdbde);box-shadow:inset 1px 1px #fffffff2,inset -2px -2px #b9b9c38c,18px 18px 34px #bebec873,-12px -12px 26px #fffffff2}.ek-software-section .ek-visual-card:before{border:24px solid #d7d7dcbf;box-shadow:inset 12px 12px 24px #bebec85c,inset -8px -8px 18px #ffffffeb,0 0 32px #ffffff73}.ek-software-section .ek-switch{color:#242424;background:linear-gradient(145deg,#f8f8f9,#dddddf);border:2px solid #d4d4d8;box-shadow:inset 1px 1px #fffffff2,inset -1px -1px #b9b9c380,6px 6px 14px #bebec86b,-6px -6px 14px #fffffff0}.ek-software-section .ek-switch:before{content:"";z-index:-1;opacity:.75;background:linear-gradient(145deg,#fff,#d8d8dc);border-radius:21px;transition:all .22s;position:absolute;inset:-3px;box-shadow:4px 4px 10px #bebec852,-4px -4px 10px #fffffff5}.ek-software-section .ek-switch:hover,.ek-software-section .ek-switch.is-active{color:#0b3d91;border-color:#2f8cff85;box-shadow:inset 1px 1px #fffffff2,inset -1px -1px #2f8cff2e,0 0 6px #2f8cff38,0 0 12px #2f8cff1f,6px 6px 14px #bebec880,-6px -6px 14px #fffffffa}@media (max-width:1200px){.ek-interactive-grid{grid-template-columns:1fr 1fr 210px;gap:24px;padding:10px 15px}}@media (max-width:1024px){.ek-interactive-grid{grid-template-columns:1.2fr 215px;gap:30px}.ek-visual-wrap{display:none}}@media (max-width:900px){.ek-interactive-section{min-height:auto;padding:30px 20px}.ek-interactive-grid{grid-template-columns:1fr;gap:30px;min-height:auto}.ek-visual-wrap{order:2;display:grid}.ek-interactive-copy{text-align:center;order:1}.ek-selector{order:3;justify-self:center;width:100%;max-width:320px}.ek-switch-item{width:100%;max-width:100%;margin-left:0}.ek-switch-main{width:100%;max-width:100%}}@media (max-width:640px){.ek-interactive-section{padding:24px 16px}.ek-interactive-copy h2{font-size:2.2rem}}.ek-hardware-title-chip{text-align:center;color:#fffffff0;pointer-events:none;background:linear-gradient(145deg,#171717,#2b2b2b);border:2px solid #ff373799;border-radius:18px;justify-content:center;align-items:center;width:215px;min-height:52px;padding:0 18px;font-family:Montserrat,Arial,sans-serif;font-size:.8rem;font-weight:800;display:flex;box-shadow:inset 1px 1px #ffffff14,inset -1px -1px #151515f2,0 0 6px #ff37374f,0 0 14px #ff373733,5px 5px 12px #00000094,-4px -4px 10px #ffffff09}@media (max-width:900px){.ek-hardware-title-chip{width:100%;max-width:100%}}.ek-software-title-chip{text-align:center;color:#141414;pointer-events:none;background:linear-gradient(145deg,#f8f8f9,#dddddf);border:2px solid #ff373773;border-radius:18px;justify-content:center;align-items:center;width:215px;min-height:52px;padding:0 18px;font-family:Montserrat,Arial,sans-serif;font-size:.8rem;font-weight:800;display:flex;box-shadow:inset 1px 1px #fffffff2,inset -1px -1px #b9b9c380,0 0 6px #ff37372e,0 0 14px #ff37371f,6px 6px 14px #bebec86b,-6px -6px 14px #fffffff0}@media (max-width:900px){.ek-software-title-chip{width:100%;max-width:100%}}.ek-software-section .ek-switch:hover,.ek-software-section .ek-switch.is-active{color:#242424!important;background:linear-gradient(145deg,#f8f8f9,#dddddf)!important;border-color:#ffbf00b8!important;box-shadow:inset 1px 1px #fffffff2,inset -1px -1px #b9b9c380,0 0 7px #ffbf0057,0 0 16px #ffbf0033,6px 6px 14px #bebec880,-6px -6px 14px #fffffffa!important}.ek-software-section .ek-switch:hover:before,.ek-software-section .ek-switch.is-active:before{background:linear-gradient(145deg,#fff,#d8d8dc)!important;box-shadow:0 0 7px #ffbf003d,4px 4px 10px #bebec852,-4px -4px 10px #fffffff5!important}#software .ek-more-info.tab-cta--featured{letter-spacing:.08em;white-space:nowrap;width:auto;min-width:260px;height:auto;min-height:48px;padding:0 28px;font-size:.78rem}@media (max-width:760px){#software .ek-more-info.tab-cta--featured{min-width:unset;width:auto;max-width:100%;padding:0 20px;font-size:.72rem}}.ek-hardware-selector{width:260px;max-width:260px}.ek-hardware-selector .ek-switch-item{white-space:nowrap;width:100%;min-width:240px;max-width:100%;min-height:54px;padding:0 24px}@media (max-width:760px){.ek-hardware-selector{width:100%;max-width:320px}.ek-hardware-selector .ek-switch-item{min-width:unset;white-space:normal;width:100%;max-width:100%}}
