:root{--font-main: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-heading: "Plus Jakarta Sans", "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;font-family:var(--font-main);line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}:root{--header-height: 100px;--header-height-compact: 72px;--header-gap: 0px;--header-offset: calc(var(--header-height) + var(--header-gap))}html{scroll-behavior:smooth;scroll-padding-top:var(--header-offset);overflow-x:hidden}body{background:#fff;font-family:var(--font-main, "Inter", "Segoe UI", Roboto, Arial, sans-serif);margin:0;overflow-x:hidden}#root{width:100%;max-width:none;margin:0;padding:0;text-align:initial}.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-180%);background:#0f172a;color:#fff;padding:8px 12px;border-radius:8px;z-index:9999;text-decoration:none;font-weight:700}.skip-link:focus-visible{transform:translateY(0)}a:focus-visible,button:focus-visible{outline:2px solid #1558d6;outline-offset:2px}.header{width:10vw;min-width:100vw;position:fixed;top:0;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;display:flex;justify-content:space-between;align-items:center;background:radial-gradient(620px 220px at 18% -30%,rgba(21,88,214,.34),transparent 64%),radial-gradient(620px 220px at 82% -40%,rgba(21,88,214,.22),transparent 66%),linear-gradient(145deg,#0f172a,#111b2f 48%,#0b1324);border-bottom:1px solid rgba(148,163,184,.24);box-shadow:0 8px 22px #0f172a47;padding:1.2rem 4vw;box-sizing:border-box;height:var(--header-height);z-index:100;transition:height .22s ease,padding .22s ease,transform .22s ease}.header--compact{height:var(--header-height-compact);padding:.6rem 4vw}.header--compact .header__brand img{height:48px;margin-top:6px}.header--compact .header__nav{gap:2.2rem}.header--compact .header__link{font-size:1rem}.header--compact .header__lottie{width:550px;height:90px}.header__brand{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;outline:none;will-change:transform,box-shadow;background:transparent;border:none;border-radius:999px;padding:0}.header__brand img{height:62px;width:auto;display:block;transition:transform .22s cubic-bezier(.2,.9,.2,1),filter .18s ease;transform-origin:center;-webkit-filter:contrast(1.18) saturate(1.12) drop-shadow(0 3px 10px rgba(191,219,254,.35)) drop-shadow(0 0 6px rgba(255,255,255,.9)) drop-shadow(0 0 10px rgba(0,0,0,.95));filter:contrast(1.18) saturate(1.12) drop-shadow(0 3px 10px rgba(191,219,254,.35)) drop-shadow(0 0 6px rgba(255,255,255,.9)) drop-shadow(0 0 10px rgba(0,0,0,.95))}.header__brand:hover img,.header__brand:focus img{transform:translateY(-3px) scale(1.03);-webkit-filter:contrast(1.18) saturate(1.12) drop-shadow(0 8px 20px rgba(21,88,214,.32)) drop-shadow(0 0 8px rgba(255,255,255,.95)) drop-shadow(0 0 12px rgba(0,0,0,.95));filter:contrast(1.18) saturate(1.12) drop-shadow(0 8px 20px rgba(21,88,214,.32)) drop-shadow(0 0 8px rgba(255,255,255,.95)) drop-shadow(0 0 12px rgba(0,0,0,.95))}.header__brand:active img{transform:translateY(0) scale(.995)}.header__brand:focus{box-shadow:0 0 0 4px #93c5fd38;border-radius:999px}@media(prefers-reduced-motion:reduce){.header{transition:none}.header__brand img{transition:none;transform:none!important}}.header__nav{display:flex;gap:3rem;align-items:center}.header__lottie{width:380px;height:150px;display:inline-flex;align-items:center;justify-content:center;pointer-events:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;filter:brightness(0) invert(1)}.header__lottie svg{width:100%;height:100%}.header__socials{display:flex;gap:1rem;align-items:center;margin-left:4.5rem}.header__social-link img{display:block;height:26px;width:26px;object-fit:contain;filter:brightness(0) invert(1) opacity(.85);transition:filter .2s,transform .2s}.header__social-link:hover img,.header__social-link:focus img{filter:brightness(0) invert(1) opacity(1) drop-shadow(0 2px 8px rgba(191,219,254,.5));transform:scale(1.08)}.header__link{color:#fff;text-decoration:none;font-weight:1000;font-size:1.1rem;transition:border-bottom .2s,color .2s;border-bottom:2px solid transparent;border-radius:2px}.header__link:hover,.header__link--active{color:#bfdbfe;border-bottom:2px solid #bfdbfe}@media(max-width:900px){.header{height:76px;padding:.5rem 10px}.header--compact{height:66px;padding:.4rem 10px}.header__logo{flex-shrink:0;z-index:2}.header__brand img{height:44px}.header--compact .header__brand img{height:40px;margin-top:0}.header__lottie,.header__socials{display:none}.header__nav{flex:1;min-width:0;justify-content:flex-end;gap:.55rem;overflow-x:visible;background:#0f172a38;border:1px solid rgba(148,163,184,.18);border-radius:999px;padding:4px 8px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);scrollbar-width:none;-ms-overflow-style:none}.header__nav::-webkit-scrollbar{display:none}.header__link{white-space:nowrap;font-size:.78rem;font-weight:700;letter-spacing:.01em;line-height:1;padding:6px 4px;border-radius:0;border-bottom:1px solid transparent;background:transparent}.header__link:hover{border-bottom:1px solid rgba(191,219,254,.9);background:transparent}.header__link--active{border-bottom:1px solid rgba(191,219,254,.95);color:#dbeafe}.header--compact .header__nav{gap:.5rem}.header--compact .header__link{font-size:.74rem;padding:5px 4px}}@media(max-width:520px){.header{height:70px;padding:.48rem 8px}.header--compact{height:62px;padding:.38rem 8px}.header__nav{gap:.42rem;padding:3px 7px}.header__link{font-size:.7rem;padding:5px 3px}.header__brand img{height:40px}.header--compact .header__brand img{height:36px}}@media(min-width:1700px){.header{height:92px;padding:.9rem 2.2rem}.header--compact{height:70px;padding:.55rem 2.2rem}.header__nav{gap:1.8rem}.header__link{font-size:.98rem}.header__socials{margin-left:2.2rem}}#inicio.inicio-section{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);min-height:100vh;min-height:100svh;display:flex;align-items:flex-start;justify-content:center;position:relative;background:var(--white, #ffffff);overflow:hidden;--inicio-pad-top: calc(var(--header-height, 100px) + 114px);--inicio-pad-bottom: clamp(24px, 4vh, 44px);padding:var(--inicio-pad-top) 30px var(--inicio-pad-bottom);box-sizing:border-box;text-align:left}#inicio.inicio-section:after{content:"";position:absolute;left:0;right:0;bottom:-18px;height:clamp(42px,6vw,74px);background:linear-gradient(to bottom,#fff0,#1558d60f 52%,#fff0);filter:blur(6px);pointer-events:none;z-index:3}#inicio .inicio-gridmotion{position:absolute;inset:0;z-index:0;pointer-events:none}#inicio .inicio-frame{position:absolute;inset:0;background:#ffffffdb;z-index:1}#inicio .inicio-section__inner{position:static;z-index:4;max-width:1600px;width:100%;height:auto;min-height:max(520px,calc(100svh - var(--inicio-pad-top) - var(--inicio-pad-bottom)));display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));grid-template-rows:auto auto;column-gap:clamp(1.25rem,3.5vw,4.5rem);row-gap:clamp(.75rem,1.6vw,1.6rem);align-items:start;align-self:stretch;margin:0 auto;padding:0 24px;box-sizing:border-box;color:var(--black, #000000)}#inicio .inicio-slider-shell{position:absolute;inset:75% 0 0;z-index:4;isolation:isolate}#inicio .inicio-swiper{width:100%;height:100%;position:relative;z-index:1}#inicio .inicio-swiper__slide{display:flex;align-items:flex-end;justify-content:flex-start;background:linear-gradient(100deg,#03122de0,#03122d8c 45%,#03122d33),#0b1d44;position:relative;overflow:hidden;isolation:isolate}#inicio .inicio-swiper__slide picture{display:contents}#inicio .inicio-swiper__image{position:absolute;right:-80px;bottom:0;width:min(54%,900px);height:88%;object-fit:contain;object-position:right bottom;pointer-events:none;z-index:2;-webkit-filter:contrast(1.02) saturate(1.05) drop-shadow(0 6px 18px rgba(0,0,0,.6)) drop-shadow(0 0 8px rgba(255,255,255,.6));filter:contrast(1.02) saturate(1.05) drop-shadow(0 6px 18px rgba(0,0,0,.6)) drop-shadow(0 0 8px rgba(255,255,255,.6))}#inicio .inicio-swiper__image--flip{transform:scaleX(-1);transform-origin:center}#inicio .inicio-swiper__image--aligned{right:520px}@media(min-width:801px){#inicio .inicio-swiper__image--raptor{right:350px;bottom:24px;width:min(40%,640px);height:86%}}#inicio .inicio-swiper__slide:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,rgba(21,88,214,.14) 0,rgba(21,88,214,.14) 1px,transparent 1px,transparent 36px),repeating-linear-gradient(0deg,rgba(15,23,42,.12) 0,rgba(15,23,42,.12) 1px,transparent 1px,transparent 36px);opacity:1.9;pointer-events:none;z-index:1}#inicio .inicio-swiper__content{width:min(1200px,calc(100% - 36px));margin:0 auto;position:absolute;left:0;right:8%;top:50%;transform:translateY(-50%);display:grid;gap:10px;max-width:min(920px,82%);padding:clamp(16px,2.4vw,26px) clamp(20px,2.9vw,31px);border-left:3px solid rgba(21,88,214,.9);background:linear-gradient(90deg,#03122db8,#03122d47 72%,#03122d00);z-index:3}#inicio .inicio-swiper__tag{display:inline-flex;width:fit-content;padding:4px 10px;border-radius:999px;background:#1558d62e;color:#dbeafe;font-size:.72rem;font-weight:700;letter-spacing:.08em}#inicio .inicio-swiper__content h3{margin:0;color:#fff;font-family:var(--font-heading, "Plus Jakarta Sans", system-ui, sans-serif);font-size:clamp(1.74rem,3.5vw,3.12rem);font-weight:900;letter-spacing:.04em;line-height:1.04;text-transform:uppercase;text-shadow:0 10px 24px rgba(0,0,0,.58)}#inicio .inicio-swiper__content p{margin:0;max-width:46ch;color:#ffffffdb;font-size:clamp(1.06rem,1.5vw,1.22rem);line-height:1.5;font-weight:500}#inicio .inicio-swiper .swiper-button-prev,#inicio .inicio-swiper .swiper-button-next{color:#fff;width:46px;height:46px;border-radius:999px;background:#0f172a47;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}#inicio .inicio-swiper .swiper-button-prev{left:300px}#inicio .inicio-swiper .swiper-button-next{right:300px}#inicio .inicio-swiper .swiper-button-prev:after,#inicio .inicio-swiper .swiper-button-next:after{font-size:16px;font-weight:900}#inicio .inicio-left{flex:1 1 0%;grid-column:1 / -1;width:100%;padding:24px 0;align-self:flex-start;margin-left:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:2}#inicio .inicio-left__content{width:100%;max-width:min(1200px,100%);margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center}#inicio .eyebrow{color:var(--blue-france, #1558d6);font-weight:700;letter-spacing:1px;margin-bottom:12px;font-size:1.1rem}#inicio .inicio-title{font-family:var(--font-heading, "Plus Jakarta Sans", system-ui, sans-serif);font-size:clamp(2.6rem,5.2vw,4.8rem);line-height:1.02;margin:0 auto 25px;color:var(--black);text-transform:uppercase;max-width:min(20ch,96%);text-wrap:balance}#inicio .inicio-title-desktop{display:inline-block;text-align:center}@media(min-width:901px){#inicio .inicio-title{width:fit-content;max-width:none;text-align:center}#inicio .inicio-title-desktop .shiny-text{display:block;white-space:nowrap}#inicio .inicio-title-desktop .shiny-text:first-child{font-size:.96em}}#inicio .inicio-title-mobile{display:none;line-height:1.04}#inicio .inicio-title-mobile .shiny-text{display:inline-block}#inicio .inicio-lead{color:var(--muted, #6b6b6b);margin:0 0 30px;max-width:min(980px,92%)}html.js-fade #inicio .fade-up.show{opacity:1;transform:none}@media(max-width:900px){#inicio.inicio-section{--inicio-pad-top: calc(var(--header-height, 100px) + 20px);--inicio-pad-bottom: 0px;min-height:108svh;padding-left:14px;padding-right:14px}#inicio .inicio-section__inner{display:flex;flex-direction:column-reverse;gap:8px;align-items:center;text-align:center;transform:none;min-height:auto;padding:0}#inicio .inicio-left{order:2;width:100%;margin-left:0;padding:26px 0 0}#inicio .inicio-left__content{padding-top:6px}#inicio .inicio-title-desktop{display:none}#inicio .inicio-title-mobile{display:inline}#inicio .inicio-title{font-size:clamp(2.1rem,9.6vw,3rem);line-height:1.01;margin:0 0 12px;max-width:96%}#inicio .eyebrow{margin-bottom:8px;font-size:.98rem}#inicio .inicio-lead{margin:0;max-width:94%;font-size:.98rem;line-height:1.4}#inicio .inicio-slider-shell{top:63%;bottom:auto;height:340px;min-height:340px;max-height:340px;overflow:hidden;transform:translateZ(0)}#inicio .inicio-swiper__slide{flex-direction:column;align-items:center;justify-content:flex-start;padding:4px 8px 6px;height:100%;box-sizing:border-box}#inicio .inicio-swiper,#inicio .inicio-swiper .swiper-wrapper,#inicio .inicio-swiper .swiper-slide{height:100%;overflow:hidden}#inicio .inicio-swiper{touch-action:pan-y}#inicio .inicio-swiper--mobile{user-select:none;-webkit-user-select:none}#inicio .inicio-swiper__content{position:static;order:1;transform:none;width:100%;max-width:100%;text-align:center;justify-items:center;margin:0;padding:3px 6px 2px;border-left:0;background:linear-gradient(180deg,#03122d85,#03122d2e);border-radius:12px;min-height:118px;align-content:start}#inicio .inicio-swiper__content h3{font-size:clamp(.98rem,6vw,1.35rem);line-height:1.04;letter-spacing:.02em}#inicio .inicio-swiper__content p{max-width:30ch;font-size:clamp(.84rem,3.2vw,.96rem);line-height:1.32;margin-top:2px}#inicio .inicio-swiper__tag{padding:3px 8px;font-size:.64rem}#inicio .inicio-swiper__image{position:relative;order:2;right:auto;bottom:auto;width:min(66%,270px);height:auto;max-height:42%;object-position:center bottom;margin:2px auto 0}#inicio .inicio-swiper__image--aligned{right:auto}#inicio .inicio-swiper .swiper-button-prev,#inicio .inicio-swiper .swiper-button-next{display:none!important}#inicio .alert-popup{left:10px;right:10px;bottom:10px}#inicio .alert-card--popup{width:auto;max-width:none;padding:20px 18px 16px}}@media(max-width:520px){#inicio.inicio-section{min-height:110svh}#inicio .inicio-left{padding-top:24px}#inicio .inicio-title{font-size:clamp(1.8rem,9.8vw,2.35rem)}#inicio .inicio-slider-shell{top:65%;height:300px;min-height:300px;max-height:300px}#inicio .inicio-swiper__content h3{font-size:clamp(.92rem,6.6vw,1.22rem)}#inicio .inicio-swiper__content p{font-size:clamp(.8rem,3.5vw,.9rem);line-height:1.28;max-width:28ch}#inicio .inicio-swiper__image{width:min(62%,220px);max-height:38%}}#inicio .alert-card{width:100%;max-width:460px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 28px 30px #004cff14;border-radius:26px;padding:30px;margin-right:0;margin-top:48px}#inicio .alert-popup{position:fixed;left:clamp(12px,2.2vw,28px);bottom:clamp(12px,2.2vw,24px);z-index:145;animation:alert-popup-in .26s ease-out}#inicio .alert-card--popup{width:min(430px,calc(100vw - 24px));max-width:430px;margin-top:0;padding:16px 16px 14px;border-radius:20px;box-shadow:0 26px 42px #0f172a33,0 12px 26px #1558d62e;position:relative;display:flex;flex-direction:column}#inicio .alert-card--popup .alert-badge{margin-bottom:6px;font-size:12px;letter-spacing:.12em}#inicio .alert-card--popup h3{margin:0 0 6px;font-size:17px}#inicio .alert-card--popup p{margin-bottom:0;font-size:13px;line-height:1.45}#inicio .alert-contact-btn{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;padding:6px 12px;border-radius:999px;text-decoration:none;font-size:.78rem;font-weight:700;letter-spacing:.04em;color:#fff;background:#1558d6;border:1px solid rgba(21,88,214,.25);transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}#inicio .alert-contact-btn:hover,#inicio .alert-contact-btn:focus-visible{background:#0f49b8;transform:translateY(-1px);box-shadow:0 10px 20px #1558d638;outline:none}#inicio .alert-close{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:999px;border:1px solid rgba(15,23,42,.14);background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;font-size:18px;line-height:1;cursor:pointer;padding:0;transition:transform .18s ease,box-shadow .18s ease}#inicio .alert-close:hover,#inicio .alert-close:focus-visible{transform:scale(1.06);box-shadow:0 8px 18px #0f172a29;outline:none}@keyframes alert-popup-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}#inicio .alert-badge{display:inline-block;font-size:15px;font-weight:700;letter-spacing:.18em;color:#1558d6;margin-bottom:10px}#inicio .alert-card h3{margin:0 0 10px;font-size:20px;font-weight:700;color:#0f172a;text-transform:uppercase}#inicio .alert-card p{font-size:14.5px;line-height:1.65;color:#5a6674;margin-bottom:18px}@media(min-width:1700px){#inicio.inicio-section{--inicio-pad-top: calc(var(--header-height, 100px) + 86px);--inicio-pad-bottom: 24px;padding-left:18px;padding-right:18px}#inicio .inicio-section__inner{max-width:1320px;min-height:max(500px,calc(100svh - var(--inicio-pad-top) - var(--inicio-pad-bottom)));column-gap:2rem;row-gap:1rem}#inicio .inicio-title{max-width:16ch;margin-bottom:16px}#inicio .inicio-slider-shell{top:70%}#inicio .inicio-swiper__content{max-width:min(760px,72%);padding:14px 18px}}@media(max-width:600px){#inicio .alert-popup{left:8px;right:auto;bottom:calc(8px + env(safe-area-inset-bottom));display:block}#inicio .alert-card--popup{width:min(200px,calc(100vw - 16px));max-width:min(200px,calc(100vw - 16px));max-height:min(25svh,160px);overflow-y:auto;padding:6px;border-radius:10px}#inicio .alert-card--popup .alert-badge{font-size:6.3px;margin-bottom:2px;letter-spacing:.1em}#inicio .alert-card--popup h3{font-size:9px;margin-bottom:2px}#inicio .alert-card--popup p{font-size:7.7px;line-height:1.2}#inicio .alert-contact-btn{margin-top:4px;padding:3px 6px;font-size:.46rem}#inicio .alert-close{width:14px;height:14px;font-size:9px;top:4px;right:4px}}@media(max-width:520px){#inicio .alert-popup{left:6px;right:auto;bottom:calc(6px + env(safe-area-inset-bottom))}#inicio .alert-card--popup{width:min(184px,calc(100vw - 12px));max-width:min(184px,calc(100vw - 12px));max-height:min(24svh,147px);padding:6px 6px 5px}}.shiny-text{display:inline-block;background-image:linear-gradient(var(--shiny-spread, 120deg),var(--shiny-color, #b5b5b5) 0%,var(--shiny-color, #b5b5b5) 35%,var(--shiny-shine, #ffffff) 50%,var(--shiny-color, #b5b5b5) 65%,var(--shiny-color, #b5b5b5) 100%);background-size:220% auto;background-position:150% center;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:shiny-text-slide var(--shiny-duration, 1s) linear var(--shiny-delay, 0s) infinite;animation-direction:var(--shiny-direction, normal)}.shiny-text.is-disabled{animation:none;background-image:none;-webkit-text-fill-color:currentColor;color:var(--shiny-color, #b5b5b5)}.shiny-text.is-pause-hover:hover{animation-play-state:paused}@keyframes shiny-text-slide{0%{background-position:150% center}to{background-position:-50% center}}.text-type{display:inline-block;white-space:pre-wrap}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1}.text-type__cursor--hidden{display:none}
