@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700&display=swap";:root{--color-bg: #f0f0f0;--color-surface: #ffffff;--color-card: #ffffff;--color-text: #233249;--color-muted: #5b6c85;--color-primary: #0f75bd;--color-primary-dark: #0c5d99;--color-secondary: #22b07d;--color-highlight: #ffd166;--color-outline: rgba(15, 117, 189, .16);--color-nav: #0f75bd;--shadow-soft: 0 30px 60px rgba(15, 70, 140, .12);--shadow-card: 0 18px 40px rgba(15, 70, 140, .08);--shadow-strong: 0 36px 80px rgba(7, 52, 125, .2);--max-w: 1180px;--header-h: 76px}@media (prefers-color-scheme: dark){:root{--color-bg: #f0f0f0;--color-surface: #ffffff;--color-card: #ffffff;--color-text: #233249;--color-muted: #5b6c85;--color-outline: rgba(15, 117, 189, .16);--shadow-soft: 0 30px 60px rgba(15, 70, 140, .12);--shadow-card: 0 18px 40px rgba(15, 70, 140, .08);--shadow-strong: 0 36px 80px rgba(7, 52, 125, .2)}}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + 28px)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;line-height:1.6;background:var(--color-bg);color:var(--color-text)}a{color:inherit}a:hover{color:var(--color-primary-dark)}h1,h2,h3,h4,h5,h6{font-family:Montserrat,Inter,system-ui,sans-serif;margin:0}.skip-link{position:absolute;left:.5rem;top:-3rem;background:var(--color-primary);color:#fff;padding:.5rem .75rem;border-radius:8px;z-index:1000}.skip-link:focus{top:.75rem;outline:3px solid var(--color-highlight)}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}header.site-header{position:sticky;top:0;z-index:999;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);background:#f9fbfef5;border-bottom:1px solid rgba(199,210,224,.65);transition:background .3s ease,box-shadow .3s ease,border-color .3s ease;padding:.5rem}header.site-header.scrolled{background:#f9fbfefb;box-shadow:0 10px 30px #18467c1f;border-bottom-color:#c7d2e0d9;padding:.5rem}@media (prefers-color-scheme: dark){header.site-header{background:#f9fbfef5;border-bottom-color:#c7d2e0a6}header.site-header.scrolled{background:#f9fbfefb}}.nav{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:nowrap;padding:1rem 0}header.site-header.scrolled .nav{padding:.7rem 0}.brand{display:flex;align-items:center;gap:.75rem;font-weight:700;text-decoration:none}.brand-logo{width:140px;height:auto}.brand span{color:#2f3d50;font-size:1.02rem;font-weight:600}.menu{display:flex;align-items:center;justify-content:flex-start;gap:.65rem;flex-wrap:nowrap;flex:1}.menu a{position:relative;text-decoration:none;font-size:.95rem;font-weight:600;letter-spacing:.01em;padding:.5rem .75rem;color:var(--color-nav);transition:color .2s ease}header.site-header .menu a{white-space:nowrap}.menu a:after{content:"";position:absolute;left:.6rem;right:.6rem;bottom:-.35rem;height:3px;border-radius:999px;background:transparent;transition:background .2s ease,transform .2s ease;transform:scaleX(0);transform-origin:center}.menu a:hover{color:var(--color-primary-dark)}.menu a:hover:after{background:#0f75bd33;transform:scaleX(1)}.menu a.active,.menu a[aria-current=page]{color:var(--color-primary)}.menu a.active:after,.menu a[aria-current=page]:after{background:var(--color-primary);transform:scaleX(1)}.icon-btn{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;font-weight:600;color:var(--color-primary)}.icon-btn .icon{width:18px;height:18px}.nav-toggle{display:none;background:var(--color-card);border:1px solid var(--color-outline);color:var(--color-text);padding:.45rem .7rem;border-radius:10px;font-size:1.1rem}@media (max-width: 960px){.nav-toggle{display:inline-flex;align-items:center;justify-content:center}header.site-header .menu{display:none;position:fixed;top:var(--header-h);left:0;right:0;flex-direction:column;align-items:flex-start;padding:1.25rem 1.5rem 2rem;gap:.75rem;background:#fffffffa;box-shadow:var(--shadow-soft)}header.site-header.open .menu{display:flex}header.site-header .menu a,header.site-header .menu .cta,header.site-header .menu .lang-dd{display:flex;width:100%;justify-content:flex-start;align-items:center;margin-left:0;padding-left:0;text-align:left}header.site-header .menu a:after{display:none}}.lang-dd{position:relative;margin-left:auto;padding-left:1rem}.lang-dd-btn{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--color-outline);background:var(--color-card);color:var(--color-text);padding:.4rem .65rem;border-radius:999px;font-weight:600;cursor:pointer}.lang-dd-btn .flag{font-size:1rem}.lang-dd-btn .code{font-size:.8rem;letter-spacing:.08em}.lang-dd-list{position:absolute;right:0;top:calc(100% + .4rem);min-width:150px;background:var(--color-card);border:1px solid var(--color-outline);border-radius:16px;padding:.35rem;box-shadow:var(--shadow-card);list-style:none;margin:0;z-index:1000}.lang-dd-option{width:100%;border:0;background:transparent;color:inherit;padding:.55rem .75rem;border-radius:12px;display:flex;align-items:center;gap:.5rem;font-weight:600;cursor:pointer}.lang-dd-option:hover,.lang-dd-option.active{background:#1175d114}main{display:block}section.section{padding:4.5rem 0;position:relative;scroll-margin-top:calc(var(--header-h) + 28px);background:var(--color-bg)}section.section h2{font-size:clamp(1.8rem,1.2rem + 1.8vw,2.5rem);margin-bottom:.75rem}.section-lead{max-width:60ch;color:var(--color-muted);font-size:1.05rem;margin-top:.5rem}.hero{position:relative;background:var(--color-bg);padding-top:calc(2.5rem + var(--header-h));overflow:hidden;isolation:isolate}.hero:before{content:"";position:absolute;width:clamp(640px,58vw,820px);aspect-ratio:1;right:clamp(-180px,-10vw,-60px);top:clamp(32px,8vw,160px);background:url(/img/bg/LOGO-COM-IMAGENS_01%20copy.png) center/contain no-repeat;filter:blur(34px);opacity:.42;z-index:0;pointer-events:none}.hero:after{content:"";position:absolute;inset:62% -18% -48%;background:url(/img/bg/Rectangle%207.png) center/cover no-repeat;filter:blur(38px);opacity:.85;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.75) 35%,#000 70%);mask-image:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.75) 35%,#000 70%);z-index:0;pointer-events:none}.hero .container{position:relative;z-index:1}.hero.section{padding-bottom:4rem}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;align-items:stretch}.hero-content{display:flex;flex-direction:column;justify-content:space-between;gap:1rem;max-width:520px}.hero-eyebrow{font-weight:600;text-transform:uppercase;letter-spacing:.22em;color:#5f6e86;font-size:.8rem}.hero-content h1{font-size:clamp(2.7rem,2.2rem + 2vw,3.4rem);line-height:1.1;color:#0d6fb8}.hero-content p{max-width:62ch;font-size:1.05rem;color:var(--color-muted)}.hero-paragraph{line-height:1.7}.hero-paragraph+.hero-paragraph{margin-top:-.25rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;align-items:center}.hero-pillars{margin-top:clamp(1.5rem,3vw,2.3rem);padding:clamp(1.3rem,2vw,1.7rem) clamp(1.4rem,2.4vw,2rem);border-radius:20px;background:#fffffff2;border:1px solid rgba(15,117,189,.12);box-shadow:0 24px 60px #0f468c24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.hero-pillars-title{font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#0f75bd}.hero-pillars ul{list-style:none;margin:clamp(.9rem,2vw,1.3rem) 0 0;padding:0;display:grid;gap:.65rem}.hero-pillars li{display:flex;align-items:center;gap:.7rem;color:#2f3d50;font-weight:600;font-size:1rem}.hero-pillars-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#0ea5e9,#22c55e);box-shadow:0 0 0 6px #0ea5e924}.hero-strategies{margin-top:clamp(2.6rem,5vw,3.6rem);display:flex;flex-direction:column;gap:clamp(1.4rem,2.4vw,2rem)}.hero-strategies-title{margin:0;font-size:clamp(1.55rem,1.2rem + 1vw,1.9rem);color:#1f2a44}.hero-strategies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:clamp(1.4rem,2.2vw,2rem)}.hero-strategy-card{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(.9rem,1.6vw,1.2rem);padding:clamp(1.6rem,2.6vw,2rem);border-radius:22px;background:#fff;border:1px solid rgba(15,117,189,.08);box-shadow:0 18px 38px #0f468c1f;min-height:clamp(240px,28vw,280px);height:100%;transition:transform .25s ease,box-shadow .25s ease}.hero-strategy-card:hover{transform:translateY(-3px);box-shadow:0 28px 56px #0f468c33}.hero-strategy-illustration{width:clamp(84px,16vw,120px);height:clamp(84px,16vw,120px);border-radius:18px;display:flex;align-items:center;justify-content:center;padding:clamp(.4rem,1.2vw,.8rem);background:linear-gradient(135deg,#0ea5e91f,#22c55e1a);overflow:hidden}.hero-strategy-card:first-child .hero-strategy-illustration{background:linear-gradient(135deg,#0ea5e938,#0ea5e91f)}.hero-strategy-illustration img{width:100%;height:100%;object-fit:contain;display:block}.hero-strategy-illustration svg{width:60%;height:60%}.hero-strategy-body{display:flex;flex-direction:column;gap:.55rem}.hero-strategy-body h4{margin:0;font-size:.95rem;letter-spacing:.14em;text-transform:uppercase;color:#21344d}.hero-strategy-body p{margin:0;color:#4a5a70;font-size:.96rem;line-height:1.55}#programas{background:var(--color-bg)}#programas h2{color:#18a05b;margin-bottom:clamp(1rem,1.6vw,1.4rem)}#eventos h2{color:#18a05b}#dados h2{color:#3dc2e0}#dados .section-lead{color:#4f6075;max-width:none;text-align:center}#empresas{position:relative;overflow:hidden;background:var(--color-bg)}#empresas:before,#empresas:after{content:none}#empresas .container{position:relative;z-index:1}#contato{color:inherit}#empresas h2{color:#0d6fb8;text-align:center;margin-bottom:clamp(1rem,2vw,1.4rem);font-size:clamp(2.1rem,1.9rem + 1vw,2.6rem)}#empresas.section{padding-bottom:0;margin-bottom:0}#empresas .empresas-lead{text-align:center;margin:0 auto clamp(2rem,4vw,2.8rem);color:#5a6b7f}#contato h2{color:#0d6fb8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.85rem 1.4rem;border-radius:999px;border:1px solid transparent;font-weight:600;text-decoration:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.btn-primary{background:linear-gradient(145deg,#0d8bff,#1175d1);color:#fff;box-shadow:0 18px 36px #1175d159}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 24px 48px #1175d166}.btn-outline{border-color:#1175d147;color:var(--color-primary);background:#1175d10f}.btn-outline:hover{background:#1175d126}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;padding:clamp(1.2rem,4vw,2.4rem)}.hero-visual:before{content:"";position:absolute;inset:-6%;background:url(/img/bg/LOGO-COM-IMAGENS_01%20copy.png) center/contain no-repeat;filter:blur(26px);opacity:.38;z-index:0}.hero-logo{position:relative;z-index:1;width:min(520px,100%);height:auto;display:block;filter:drop-shadow(0 36px 80px rgba(13,112,227,.26))}.program-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.2rem,2.4vw,1.8rem);margin-top:0}.program-card{display:flex;align-items:center;justify-content:space-between;gap:clamp(1rem,2.1vw,1.5rem);padding:clamp(1.4rem,2.2vw,1.8rem);border-radius:28px;background:#fff;border:1px solid rgba(15,117,189,.05);box-shadow:0 24px 50px #14477d1f;transition:transform .2s ease,box-shadow .2s ease}.program-card:hover{transform:translateY(-3px);box-shadow:0 32px 66px #14477d29}.program-media{flex:0 0 clamp(118px,20vw,148px);height:clamp(90px,16vw,112px);border-radius:22px;overflow:hidden;margin:0;background:#eef5facc;box-shadow:0 18px 32px #14477d29}.program-media img{width:100%;height:100%;object-fit:cover;border-radius:18px;display:block}.program-text{flex:1 1 auto;display:flex;flex-direction:column;gap:.5rem}.program-text h3{margin:0;font-size:.86rem;letter-spacing:.18em;text-transform:uppercase;color:#324a62}.program-text p{margin:0;color:#4b5c71;font-size:.92rem;line-height:1.52}.event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,3.4vw,2.8rem);margin-top:clamp(1.8rem,3vw,2.4rem)}.event-card{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.2rem);border-radius:32px;background:#fff;border:1px solid rgba(13,111,184,.08);box-shadow:0 30px 64px #0d6fb81f;padding:clamp(1.6rem,2.6vw,2.1rem);height:100%;overflow:hidden}.event-media{margin:0;border-radius:22px;overflow:hidden;box-shadow:0 18px 40px #0d6fb82e}.event-media img{display:block;width:100%;height:auto;object-fit:cover}.event-body{display:flex;flex-direction:column;gap:.75rem;flex:1}.event-body h3{margin:0;font-size:1.1rem;color:#121212}.event-body p{margin:0;color:#121212;line-height:1.65;font-size:.98rem}@media (max-width: 900px){.event-grid{grid-template-columns:1fr}}#dados{background:var(--color-bg)}#dados .container{position:relative}.dados-embed{position:relative;margin-top:clamp(1.8rem,3.4vw,2.8rem);padding:clamp(1.6rem,3.4vw,2.4rem);border-radius:32px;background:#f1f3f6;border:1px solid rgba(178,190,205,.45);box-shadow:0 30px 68px #14477d1f;overflow:hidden}.dados-embed:before,.dados-embed:after{content:"";position:absolute;border-radius:inherit;pointer-events:none}.dados-embed:before{width:clamp(260px,40vw,380px);height:clamp(260px,40vw,380px);bottom:-45%;left:-28%;background:radial-gradient(closest-side,#84e1a18c,#84e1a100 70%);z-index:0}.dados-embed:after{inset:0;background:linear-gradient(180deg,#ffffffeb,#f4f6f9e6 55%,#eceff4f2);z-index:1}.dados-embed iframe{position:relative;z-index:2;width:100%;min-height:clamp(320px,46vw,640px);border:0;border-radius:22px;background:#fff;box-shadow:0 22px 48px #14477d24}.empresas-strip{margin-top:clamp(2rem,3vw,2.6rem);padding:clamp(2.2rem,4vw,3rem) clamp(1.8rem,5vw,2.8rem);border-radius:36px;background:linear-gradient(180deg,#fff,#f6f9ff);box-shadow:0 26px 60px #0d70e324;border:1px solid rgba(15,117,189,.08);position:relative;overflow:hidden}.empresas-strip:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(15,117,189,.12),transparent 55%);pointer-events:none;opacity:.6}.companies-carousel{position:relative}.companies-carousel>*{position:relative;z-index:1}.empresas-strip .multi-carousel{overflow:hidden;position:relative;padding:0 clamp(1.5rem,4vw,2.6rem);min-height:120px}.empresas-strip .multi-carousel-track{display:flex;gap:1rem;transition:transform .45s ease}.empresas-strip .multi-carousel-slide{flex:0 0 100%}.empresas-strip .multi-carousel-grid{display:grid;gap:clamp(1.6rem,3.4vw,2.4rem);align-items:center;justify-items:center}.empresas-strip .multi-carousel-item{display:flex;justify-content:center}.empresas-strip .multi-carousel-item .card{background:transparent;border:none;box-shadow:none;padding:0;display:flex;align-items:center;justify-content:center;min-height:86px}.empresas-strip .multi-carousel-item img{max-height:60px;filter:grayscale(1) brightness(0)}.empresas-strip .multi-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;border:1px solid rgba(15,117,189,.18);background:#fffffff2;box-shadow:0 18px 38px #0d70e326;color:#0d6fb8;display:flex;align-items:center;justify-content:center;font-size:1.8rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.empresas-strip .multi-carousel-nav:hover:not(:disabled){transform:translateY(-50%) scale(1.04);box-shadow:0 22px 44px #0d70e338}.empresas-strip .multi-carousel-nav:disabled{opacity:.4;cursor:default;box-shadow:none}.empresas-strip .multi-carousel-nav.prev{left:clamp(.2rem,3vw,1rem)}.empresas-strip .multi-carousel-nav.next{right:clamp(.2rem,3vw,1rem)}.empresas-strip .multi-carousel-dots{display:flex;justify-content:center;align-items:center;gap:.6rem;margin-top:clamp(1.4rem,3vw,1.9rem)}.empresas-strip .multi-carousel-dot{width:10px;height:10px;border-radius:50%;border:1px solid rgba(15,117,189,.3);background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease,border-color .2s ease;cursor:pointer}.empresas-strip .multi-carousel-dot:hover{transform:scale(1.15)}.empresas-strip .multi-carousel-dot.active{background:#0d6fb8;border-color:#0d6fb8;box-shadow:0 0 0 4px #0d6fb824}.multi-carousel{overflow:hidden;position:relative}.multi-carousel-track{display:flex;gap:1rem;transition:transform .45s ease}.multi-carousel-slide{flex:0 0 100%}.multi-carousel-grid{display:grid;gap:1rem}.multi-carousel-item{display:flex}.multi-carousel-empty{text-align:center;padding:1.5rem;color:#fffc}section#plataforma{position:relative;overflow:hidden}section#plataforma:before,section#plataforma:after{content:none}section#plataforma .container{position:relative;z-index:1}section#plataforma h2{color:#27a143;font-weight:700;margin-bottom:clamp(1.3rem,2.2vw,1.8rem)}.platform-card{position:relative;margin-top:clamp(2.4rem,3.8vw,3.2rem);padding:clamp(3rem,5vw,3.8rem) clamp(2.6rem,5.4vw,3.6rem);border-radius:38px;background:linear-gradient(180deg,#ffffffeb,#eef8f0e6 85%,#e4f3e8eb);border:1px solid rgba(153,201,167,.45);box-shadow:0 36px 80px #18463429;overflow:hidden}.platform-card:before,.platform-card:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.platform-card:before{width:clamp(300px,42vw,420px);height:clamp(300px,42vw,420px);top:-32%;right:-18%;background:radial-gradient(circle at center,#48bbff52,#48bbff00 72%)}.platform-card:after{width:clamp(320px,46vw,460px);height:clamp(320px,46vw,460px);bottom:-48%;left:-22%;background:radial-gradient(circle at center,rgba(132,225,161,.38) 0%,rgba(132,225,161,.08) 68%,transparent 80%)}.platform-card p{max-width:72ch;color:#3c4d44;font-size:1.02rem;line-height:1.62;margin-bottom:clamp(1.2rem,2.3vw,1.6rem)}.platform-benefits-title{font-weight:600;color:#1f8b3a;margin-bottom:clamp(.9rem,1.8vw,1.1rem)}.platform-list{list-style:none;padding:0;margin:0 0 clamp(1.4rem,2.6vw,1.9rem);display:grid;gap:.55rem;color:#314437;font-size:.98rem}.platform-list li{display:flex;align-items:flex-start;gap:.6rem}.platform-list li:before{content:"•";font-size:1rem;line-height:1.5;color:#1f8b3a}.platform-actions{display:flex;flex-wrap:wrap;align-items:center;gap:clamp(1rem,2.1vw,1.5rem);margin-top:clamp(1.2rem,2.5vw,1.7rem);justify-content:flex-start}#eventos .card{background:var(--color-card);border:none;box-shadow:var(--shadow-card)}.contact-banner-bleed{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw;max-width:100vw}.contact-banner{margin:0;position:relative;overflow:hidden;padding:clamp(3.4rem,6vw,4.4rem) clamp(1.5rem,5vw,3rem);display:flex;justify-content:center;align-items:center;background:#0f75bd}.contact-banner:before{content:"";position:absolute;inset:-12% -18% -32%;background:url(/img/bg/Rectangle%207.png) center/cover no-repeat;filter:blur(6px);transform:scale(1.05);opacity:.95;z-index:0}.contact-banner:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#0e78c159,#1ab27752);z-index:0}.contact-card{position:relative;z-index:1;width:min(1024px,100%);display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:clamp(2rem,3.6vw,3rem);padding:clamp(2.6rem,4.6vw,3.6rem) clamp(2.8rem,4.8vw,3.6rem);border-radius:36px;background:#ffffff42;border:1px solid rgba(255,255,255,.4);box-shadow:0 36px 80px #09284e40;backdrop-filter:blur(20px) saturate(150%);-webkit-backdrop-filter:blur(20px) saturate(150%);overflow:hidden}.contact-card:before,.contact-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:-1}.contact-card:before{background:radial-gradient(circle at 22% 28%,#1570cc2e,#1570cc00 68%),radial-gradient(circle at 78% 24%,#1b9f6a29,#1b9f6a00 64%);opacity:.7}.contact-card:after{background:linear-gradient(90deg,#ffffff52,#fff0 60%),linear-gradient(180deg,#0b42792e,#0b42790f);opacity:.75}.contact-card-info{display:flex;flex-direction:column;justify-content:center;gap:.9rem;color:#fffffffa}.contact-card-cta{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.contact-card-info h3{margin:0;font-size:clamp(2.1rem,3.6vw,2.6rem);color:#fff;white-space:nowrap}.contact-card-info p{margin:0;font-size:1.04rem;line-height:1.6;color:#ffffffe0}.contact-actions{display:flex;flex-direction:column;gap:.6rem;align-items:flex-end}.contact-actions .btn{width:170px;justify-content:center;font-weight:600;padding-inline:0;box-shadow:0 18px 34px #002b6352;border-radius:999px}.contact-actions .contact-email{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:.95rem 1.3rem;border-radius:999px;background:#ffffff29;color:#fffffff0;font-weight:600;letter-spacing:.02em;text-decoration:none;word-break:break-word}.contact-actions .btn{background:linear-gradient(135deg,#0d8bff,#1175d1)}.hero-actions .muted{font-size:.9rem}@keyframes glassFlow{0%{transform:translate3d(-10px,0,0) scale(1.02);opacity:.5}50%{transform:translate3d(6px,-8px,0) scale(1.05);opacity:.7}to{transform:translate3d(12px,6px,0) scale(1.02);opacity:.5}}@keyframes glassPulse{0%,to{opacity:.22;transform:scale(1)}45%{opacity:.42;transform:scale(1.02) translate3d(0,-6px,0)}75%{opacity:.32;transform:scale(1.01) translate3d(0,4px,0)}}footer.site-footer{border-top:none}footer .cols{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}footer .menu{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start}footer .menu a{text-transform:none;letter-spacing:normal;padding:0;background:transparent!important;color:var(--color-muted)}footer .menu a:hover{color:var(--color-primary)}.muted{color:var(--color-muted)}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.2rem}.col-4{grid-column:span 4}.col-6{grid-column:span 6}.col-12{grid-column:span 12}@media (max-width: 1024px){section.section{padding:3.2rem 0}.grid{gap:1rem}.col-4{grid-column:span 6}.contact-card{grid-template-columns:1fr;padding:clamp(2.2rem,6vw,3rem);gap:clamp(1.4rem,3.4vw,2rem)}.contact-card-cta,.contact-actions{align-items:flex-start}}@media (max-width: 900px){.grid{gap:.85rem}.col-4,.col-6{grid-column:span 12}.hero{padding-top:calc(1.8rem + var(--header-h))}.hero:before{top:-22%;right:-40%;width:420px;height:420px}.hero:after{inset:58% -28% -56%}.hero-pillars{padding:1.2rem 1.4rem}.hero-strategy-card{min-height:unset}.program-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.program-card{flex-direction:column;align-items:flex-start;padding:1.5rem 1.6rem;gap:1.2rem}.program-media{width:100%;flex:none;height:auto;aspect-ratio:16 / 10}.platform-actions{flex-direction:column;align-items:stretch;gap:1rem}.empresas-strip{padding:2rem 1.6rem 2.2rem;border-radius:30px}.empresas-strip .multi-carousel{padding:0 2rem}.empresas-strip .multi-carousel-nav{width:40px;height:40px;font-size:1.5rem}.contact-banner{padding:clamp(3rem,9vw,4.5rem) 1.25rem;border-radius:40px}}@media (max-width: 600px){.container{padding:0 1rem}.hero-content h1{font-size:2.3rem}.hero:before{display:none}.hero:after{inset:62% -36% -62%}.hero-pillars{margin-top:1.4rem}.hero-strategies{margin-top:2.5rem}.hero-strategies-grid{gap:1.4rem}.hero-strategy-card{padding:1.2rem 1rem}.program-grid{grid-template-columns:1fr}.program-card{padding:1.4rem 1.2rem;border-radius:26px}.program-media{aspect-ratio:16 / 11}section#plataforma h2{margin-bottom:1rem}.platform-card{padding:2.2rem 1.6rem;border-radius:26px}#empresas h2{font-size:clamp(1.9rem,1.8rem + 1vw,2.2rem)}#empresas .empresas-lead{margin-bottom:1.6rem}.empresas-strip{padding:1.8rem 1.1rem 1.9rem;border-radius:26px}.empresas-strip .multi-carousel{padding:0 1.6rem}.empresas-strip .multi-carousel-item .card{min-height:72px}.empresas-strip .multi-carousel-item img{max-height:52px}.empresas-strip .multi-carousel-nav{width:36px;height:36px;font-size:1.3rem}.empresas-strip .multi-carousel-dots{margin-top:1.2rem}.contact-card{padding:1.9rem 1.4rem;border-radius:26px}.empresas-strip{padding:1.5rem 1.4rem}.contact-card-info h3{font-size:1.6rem}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus-visible{outline:3px solid var(--color-highlight);outline-offset:2px;border-radius:12px}.card{background:var(--color-card);border-radius:20px;border:1px solid rgba(17,117,209,.08);padding:1.4rem}@media (prefers-color-scheme: dark){header.site-header .menu{background:#f9fbfefa}.card{border-color:#1175d114}.contact-card{background:#0f1e326b;border-color:#ffffff47;color:#eef5ff;box-shadow:0 36px 90px #0009}.contact-card-info{color:#e0ecffeb}.contact-card-info h3{color:#fff}footer.site-footer{background:var(--color-surface)}}
