@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap);.navbar{display:flex;justify-content:center;left:0;padding:1.5rem 0 1rem;position:fixed;top:0;transition:padding .3s ease;width:100%;z-index:1000}.navbar--scrolled{padding:.85rem 0}.navbar__container{align-items:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172a73;border:1px solid #94a3b840;border-radius:calc(var(--border-radius-lg)/1.4);box-shadow:var(--shadow-sm);display:flex;gap:1.75rem;justify-content:space-between;padding:.85rem 1.75rem;transition:background .3s ease,box-shadow .3s ease;width:min(1120px,92vw)}.navbar--scrolled .navbar__container{background:#0f172ab3;box-shadow:var(--shadow-md)}.navbar__brand{align-items:center;display:flex;flex-shrink:0}.navbar__brand img{display:block;height:auto;width:clamp(9rem,16vw,11rem)}.navbar__menu{align-items:center;display:flex;gap:1.5rem}.navbar__link{color:#f1f5f9cc;font-size:.95rem;font-weight:500;letter-spacing:.01em;padding:.25rem 0;position:relative;transition:color .3s ease}.navbar__link:after{background:var(--gradient-primary);border-radius:999px;bottom:-.45rem;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.navbar__link:hover{color:var(--text-inverted)}.navbar__link.is-active:after,.navbar__link:hover:after{width:100%}.navbar__link.is-active{color:var(--text-inverted)}.navbar__cta{white-space:nowrap}.navbar__toggle{align-items:center;background:#0f172a59;border:1px solid #94a3b859;border-radius:50%;cursor:pointer;display:none;flex-direction:column;gap:.35rem;height:3rem;justify-content:center;transition:all .3s ease;width:3rem}.navbar__toggle span{background:var(--text-inverted);border-radius:999px;height:2px;transition:transform .3s ease,opacity .3s ease;width:1.35rem}.navbar__toggle.is-active{background:var(--gradient-primary);border-color:#0000;box-shadow:var(--shadow-sm)}.navbar__toggle.is-active span:first-child{transform:translateY(6px) rotate(45deg)}.navbar__toggle.is-active span:nth-child(2){opacity:0}.navbar__toggle.is-active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.navbar__drawer{left:0;opacity:0;padding:0 1.5rem;pointer-events:none;position:absolute;top:100%;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease;width:100%}.navbar__drawer.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.navbar__drawer-menu{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172ae0;border:1px solid #94a3b847;border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.navbar__drawer-link{border-radius:.75rem;color:#f1f5f9d9;font-size:1.05rem;font-weight:500;padding:.75rem .5rem;transition:background .3s ease,color .3s ease}.navbar__drawer-link.is-active,.navbar__drawer-link:hover{background:#2563eb2e;color:var(--text-inverted)}.navbar__drawer-cta{display:block;margin-top:1.25rem;text-align:center;width:100%}@media (max-width:1200px){.navbar__menu{gap:1rem}}@media (max-width:1024px){.navbar__container{justify-content:space-between;padding:.85rem 1.25rem}.navbar__brand{display:flex;flex:1 1}.navbar__brand img{max-width:100%;width:clamp(12rem,45vw,18rem)}.navbar__cta,.navbar__menu{display:none!important}.navbar__toggle{display:flex!important}.navbar__drawer{padding:.5rem 1rem 1.25rem}}@media (max-width:480px){.navbar{padding:.75rem 0}.navbar__container{border-radius:calc(var(--border-radius-md));gap:1rem;padding:.75rem 1rem}.navbar__brand{flex:1 1}.navbar__brand img{max-width:calc(100vw - 8rem);width:clamp(10rem,50vw,16rem)}}.hero{background:linear-gradient(115deg,#0f172ae0 0,#0f172aa6 45%,#082f4999 100%),var(--background-image);background-position:50%;background-size:cover;color:var(--text-inverted);display:flex;isolation:isolate;justify-content:center;min-height:100vh;overflow:hidden;padding:clamp(7rem,10vw,9rem) 0 clamp(5rem,8vw,6rem)}.hero,.hero__grid{align-items:center;position:relative}.hero__grid{grid-gap:clamp(2.5rem,6vw,4rem);display:grid;gap:clamp(2.5rem,6vw,4rem);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);width:min(1120px,92vw);z-index:2}.hero__content{display:flex;flex-direction:column;gap:1.75rem}.hero__badge{align-self:flex-start;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#2563eb2e;border:1px solid #94a3b852;color:#fff!important}.hero__content h1{color:var(--text-inverted);font-size:clamp(2.7rem,5vw,3.75rem);line-height:1.1}.hero__content h1 span{color:var(--accent-color)}.hero__content p{color:#f1f5f9b3;font-size:1.05rem;max-width:32rem}.hero__typewriter{align-items:center;color:#f1f5f9d9;display:flex;font-weight:500;gap:.75rem}.hero__typewriter-label{color:#94a3b8d9;font-size:.95rem;letter-spacing:.12em;text-transform:uppercase}.hero__typewriter-text{font-size:1.4rem;font-weight:600;letter-spacing:-.01em}.hero__actions{align-items:center;display:flex;flex-wrap:wrap;gap:1.25rem}.hero__ghost{align-items:center;border:1px solid #94a3b866;border-radius:999px;color:var(--text-inverted);display:inline-flex;font-weight:600;gap:.5rem;letter-spacing:.01em;padding:.9rem 1.5rem;transition:all .3s ease}.hero__ghost:after{content:"↗";font-size:1rem;transition:transform .3s ease}.hero__ghost:hover{background:#0f172a59;border-color:#0000;box-shadow:inset 0 0 0 1px #ffffff14}.hero__ghost:hover:after{transform:translate(2px,-2px)}.hero__stats{margin-top:1rem}.hero__showcase{gap:1.75rem}.hero__floating,.hero__showcase{display:flex;flex-direction:column}.hero__floating{background:#0f172ac7;border:1px solid #94a3b847;border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);gap:1.1rem;padding:clamp(1.5rem,3vw,2rem)}.hero__floating h3{color:var(--text-inverted);font-size:1.35rem;font-weight:600}.hero__floating p{color:#f1f5f9b8;font-size:1rem}.hero__floating ul{color:#f1f5f9c7;display:flex;flex-direction:column;font-size:.95rem;gap:.65rem;padding-left:1.2rem}.hero__floating li{line-height:1.5;position:relative}.hero__floating li:before{background:var(--accent-color);border-radius:50%;box-shadow:0 0 0 4px #22d3ee26;content:"";height:.4rem;left:-1.2rem;position:absolute;top:.55rem;width:.4rem}.hero__highlight-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.hero__highlight-card{align-items:flex-start;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a99;border:1px solid #94a3b840;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);display:flex;gap:1rem;padding:1rem 1.25rem;transition:transform .3s ease,box-shadow .3s ease}.hero__highlight-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.hero__highlight-card img{filter:brightness(0) invert(1);height:auto;object-fit:contain;width:3rem}.hero__highlight-card h4{color:var(--text-inverted);font-size:1.05rem;margin-bottom:.35rem}.hero__highlight-card p{color:#f1f5f9b3;font-size:.95rem;line-height:1.5}.hero__blur{border-radius:50%;filter:blur(120px);opacity:.8;position:absolute;z-index:1}.hero__blur--one{background:#2563eb73;height:420px;left:-140px;top:-120px;width:420px}.hero__blur--two{background:#22d3ee59;bottom:-120px;height:360px;right:-80px;width:360px}@media (max-width:1100px){.hero__grid{grid-template-columns:1fr}.hero__showcase{width:min(560px,100%)}}@media (max-width:768px){.hero{padding:7rem 0 4rem}.hero__grid{width:min(600px,90vw)}.hero__content{align-items:center;text-align:center}.hero__content p,.hero__floating p{max-width:none}.hero__badge{align-self:center}.hero__typewriter{flex-direction:column}.hero__highlight-grid{grid-template-columns:1fr}.hero__floating ul{align-items:center;padding-left:0}.hero__floating li:before{display:none}}@media (max-width:480px){.hero__actions{justify-content:center}.hero__ghost,.primary-button{justify-content:center;width:100%}.hero__floating{text-align:center}}.services{background:linear-gradient(180deg,#ecf4ffe6,#f5f7fb 55%,#fff);overflow:hidden;position:relative}.services:before{background:radial-gradient(circle at -10% -10%,#2563eb33 0,#0000 50%),radial-gradient(circle at 110% 0,#0ea5e926 0,#0000 50%);content:"";inset:0;pointer-events:none;position:absolute}.services .section-container{position:relative;z-index:1}.services__intro{grid-gap:clamp(2rem,5vw,3.5rem);background:#ffffffe0;border:1px solid #94a3b833;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);display:grid;gap:clamp(2rem,5vw,3.5rem);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);margin-bottom:clamp(2.5rem,5vw,3.75rem);padding:clamp(2.5rem,5vw,3.5rem)}.services__intro-text{display:flex;flex-direction:column;gap:1.5rem}.services__intro-text .chip{background:#2563eb1f;border:1px solid #2563eb47;color:var(--primary-color-dark)}.services__intro-text h2{color:var(--primary-subtitle-color);font-size:clamp(2rem,4vw,2.75rem)}.services__intro-text p{color:var(--text-muted);font-size:1.05rem;line-height:1.7;max-width:36rem}.services__intro-actions{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.services__intro-ghost{align-items:center;background:#0f172a14;border:1px solid #0f172a1f;border-radius:999px;color:var(--primary-color-dark);display:inline-flex;font-weight:600;gap:.5rem;padding:.9rem 1.5rem;transition:all .3s ease}.services__intro-ghost:after{content:"↗";font-size:1rem;transition:transform .3s ease}.services__intro-ghost:hover{background:#2563eb29;border-color:#2563eb52}.services__intro-ghost:hover:after{transform:translate(2px,-2px)}.services__intro-meta{display:flex;flex-direction:column;gap:1.5rem}.services__intro-badge{background:linear-gradient(135deg,#2563eb2e,#0ea5e91f);border:1px solid #94a3b838;border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);color:var(--primary-subtitle-color);padding:1.5rem}.services__intro-badge span{color:var(--primary-color-dark);display:block;font-size:.78rem;font-weight:600;letter-spacing:.12em;margin-bottom:.75rem;text-transform:uppercase}.services__intro-badge p{color:var(--text-muted);line-height:1.6}.services__metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.services__metric{background:#0f172ad9;border:1px solid #94a3b840;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);color:var(--text-inverted);display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.25rem}.services__metric-value{font-size:1.75rem;font-weight:700;letter-spacing:-.01em}.services__metric-label{color:#f1f5f9b3;font-size:.95rem}.services__grid{grid-gap:clamp(1.5rem,4vw,2.5rem);display:grid;gap:clamp(1.5rem,4vw,2.5rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.service-card{background:var(--background-contrast-color);border:1px solid #94a3b82e;border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.1rem;padding:2rem 1.75rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.service-card:hover{border-color:#2563eb47;box-shadow:var(--shadow-md);transform:translateY(-8px)}.service-card__header{align-items:center;display:flex;gap:1rem}.service-card__icon{background:#2563eb1f;border:1px solid #2563eb47;border-radius:1.25rem;display:grid;flex-shrink:0;height:3.5rem;place-items:center;width:3.5rem}.service-card__icon img{height:auto;width:2.4rem}.service-card h3{color:var(--primary-subtitle-color);font-size:1.2rem}.service-card p{color:var(--text-muted);font-size:.98rem;line-height:1.65}.service-card ul{color:var(--primary-subtitle-color);display:flex;flex-direction:column;font-weight:500;gap:.65rem;padding-left:1.2rem}.service-card li{line-height:1.5;position:relative}.service-card li:before{background:var(--primary-color);border-radius:50%;box-shadow:0 0 0 4px #2563eb1f;content:"";height:.45rem;left:-1.2rem;position:absolute;top:.55rem;width:.45rem}@media (max-width:1024px){.services__intro{grid-template-columns:1fr}.services__intro-meta{flex-direction:row;flex-wrap:wrap}.services__intro-badge,.services__metrics{flex:1 1 260px}}@media (max-width:768px){.services__intro{padding:2rem}.services__intro-actions{align-items:stretch;flex-direction:column}.services__intro-actions .primary-button,.services__intro-ghost{justify-content:center;width:100%}}.footer{background:linear-gradient(135deg,var(--primary-color) 0,var(--primary-color-dark) 100%);color:var(--primary-title-color);font-family:var(--font-family-primary);overflow:hidden;padding:clamp(3rem,6vw,4.5rem) 0 clamp(1.5rem,3vw,2rem);position:relative}.footer:before{background:radial-gradient(circle at 10% 20%,#ffffff0d 0,#0000 50%),radial-gradient(circle at 90% 80%,#22d3ee1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.footer-content{grid-gap:clamp(2rem,4vw,3.5rem);display:grid;gap:clamp(2rem,4vw,3.5rem);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:min(1200px,90vw);padding:0 clamp(1.5rem,4vw,2.5rem);position:relative;z-index:1}.footer-section{display:flex;flex-direction:column;gap:1.25rem}.footer-section-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.footer-icon{color:var(--accent-color);flex-shrink:0}.footer-section h3{color:var(--primary-title-color);font-size:1.25rem;font-weight:600;letter-spacing:.01em;margin:0}.footer-info{display:flex;flex-direction:column;gap:.875rem}.footer-info p{line-height:1.6;margin:0}.footer-info p,.footer-link{color:#f8fafcd9;font-family:var(--font-family-secondary);font-size:.95rem}.footer-link{align-items:center;display:flex;gap:.75rem;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.footer-link svg{color:var(--accent-color);flex-shrink:0;transition:all .3s ease}.footer-link:hover{color:var(--primary-title-color);transform:translateX(4px)}.footer-link:hover svg{color:var(--accent-color);transform:scale(1.1)}.footer-social{display:flex;flex-direction:column;gap:.875rem}.social-link{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:var(--border-radius-sm);color:#f8fafcd9;display:flex;font-family:var(--font-family-secondary);font-size:.95rem;font-weight:500;gap:.875rem;padding:.625rem .875rem;text-decoration:none;transition:all .3s ease}.social-link svg{color:var(--accent-color);flex-shrink:0;transition:all .3s ease}.social-link:hover{background:#ffffff1a;border-color:var(--accent-color);box-shadow:0 4px 12px #22d3ee33;color:var(--primary-title-color);transform:translateX(4px)}.social-link:hover svg{color:var(--accent-color);transform:scale(1.15)}.footer-bottom{margin-top:clamp(2.5rem,5vw,3.5rem);padding-top:clamp(1.5rem,3vw,2rem);position:relative;text-align:center;z-index:1}.footer-divider{background:linear-gradient(90deg,#0000,#fff3 20%,#fff3 80%,#0000);height:1px;margin:0 auto clamp(1.5rem,3vw,2rem);width:min(90vw,1200px)}.footer-bottom small{color:#f8fafcbf;display:block;font-family:var(--font-family-secondary);font-size:.875rem}@media (max-width:768px){.footer-content{gap:2.5rem;grid-template-columns:1fr;padding:0 1.5rem}.footer-section{gap:1rem}.footer-section-header{margin-bottom:.25rem}.social-link{justify-content:flex-start}}@media (min-width:769px) and (max-width:1024px){.footer-content{gap:2.5rem;grid-template-columns:repeat(2,1fr)}}.clients .section-title{color:#f8fafcfa}.clients .section-description{color:#e2e8f0eb}.clients{background:radial-gradient(circle at 10% 20%,#2563eb42 0,#0000 45%),radial-gradient(circle at 90% 0,#0ea5e947 0,#0000 42%),#0f172ad9;isolation:isolate;position:relative}.clients__body{grid-gap:clamp(2.5rem,4vw,3.5rem);border-radius:0;display:grid;gap:clamp(2.5rem,4vw,3.5rem);grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);overflow:hidden;padding:clamp(2.5rem,5vw,3.75rem);position:relative}.clients__body:before{background:linear-gradient(135deg,#2563eb29,#0ea5e914);content:"";inset:0;opacity:.9;position:absolute;z-index:-1}.clients__intro{display:flex;flex-direction:column;gap:clamp(1.25rem,3vw,1.75rem);max-width:38ch}.clients__tag{align-self:flex-start;background:#0f172abf;border-radius:.85rem;box-shadow:inset 0 0 0 1px #3b82f640;color:#60a5faf2;display:inline-flex;font-size:.85rem;font-weight:600;letter-spacing:.08em;padding:.5rem 1.2rem;text-transform:uppercase}.clients__subtitle{color:var(--primary-title-color);font-size:clamp(1.4rem,2.8vw,1.75rem);font-weight:600;letter-spacing:-.01em}.clients__intro p{color:#f8fafceb;font-size:.98rem}.clients__highlights{grid-gap:.75rem;display:grid;gap:.75rem;padding-left:.25rem}.clients__highlights li{color:#f8fafcf0;font-size:.98rem;line-height:1.6;padding-left:1.85rem;position:relative}.clients__highlights li:before{background:var(--gradient-primary);border-radius:999px;content:"";height:.35rem;left:0;position:absolute;top:.55rem;width:1rem}.clients__cta{display:flex;flex-wrap:wrap;gap:.75rem}.clients__grid{grid-gap:clamp(1.5rem,3vw,2rem);display:grid;gap:clamp(1.5rem,3vw,2rem);grid-template-columns:repeat(2,minmax(0,1fr))}.client-card{background:#0f172a8c;border:1px solid #94a3b82e;border-radius:var(--border-radius-md);box-shadow:0 24px 50px -24px #0f172a8c;overflow:hidden;position:relative;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease}.client-card__inner{display:grid;min-height:clamp(8.5rem,18vw,11.5rem);padding:clamp(1.85rem,4vw,2.75rem);place-items:center;position:relative}.client-card__glow{background:radial-gradient(circle,#2563eb47 0,#0000 65%);filter:blur(18px);inset:12%;opacity:0;position:absolute;transition:opacity .4s ease}.client-card__logo{filter:drop-shadow(0 18px 30px rgba(15,23,42,.32));height:auto;transition:transform .4s ease;width:min(13rem,80%)}.client-card:hover{border-color:#e2e8f073;box-shadow:var(--shadow-lg);transform:translateY(-6px)}.client-card:hover .client-card__glow{opacity:1}.client-card:hover .client-card__logo{transform:scale(1.05)}@media (max-width:1024px){.clients__body{grid-template-columns:1fr}.clients__body,.clients__intro{align-items:center;text-align:center}.clients__intro{max-width:none}.clients__highlights li,.clients__intro p{color:#f8fafcf2}.clients__highlights{margin:0 auto;text-align:left;width:min(32rem,100%)}.clients__cta{justify-content:center}}@media (max-width:768px){.clients__grid{grid-template-columns:1fr}.clients__body{padding:clamp(2rem,6vw,2.5rem)}}@media (max-width:520px){.clients__subtitle{font-size:clamp(1.25rem,6vw,1.5rem)}.clients__highlights li{padding-left:1.5rem}}.about{background:var(--background-primary-color)}.about .section-header{align-items:flex-start}.about .section-description{max-width:42rem}.about__grid{grid-gap:clamp(2rem,5vw,3.5rem);align-items:start;display:grid;gap:clamp(2rem,5vw,3.5rem);grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.about__story{background:var(--background-contrast-color);border:1px solid #94a3b82e;border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:1.5rem;padding:clamp(2rem,4vw,2.5rem)}.about__story p{color:var(--primary-subtitle-color);font-size:1.05rem;line-height:1.75}.about__pillars{grid-gap:.75rem;display:grid;gap:.75rem;margin-top:.5rem;padding-left:0}.about__pillars li{color:var(--primary-color-dark);font-weight:500;padding-left:1.75rem;position:relative}.about__pillars li:before{background:#2563eb1f;border:1px solid #2563eb66;border-radius:.75rem;box-shadow:inset 0 0 0 3px #2563eb14;content:"";height:1.1rem;left:0;position:absolute;top:50%;transform:translateY(-50%);width:1.1rem}.about__side{display:flex;flex-direction:column;gap:1.75rem}.about__metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}.about__metrics .stat-card{background:linear-gradient(140deg,#2563eb14,#0ea5e929);border:1px solid #94a3b840;color:var(--primary-subtitle-color)}.about__metrics .stat-card__label{color:var(--text-muted)}.about__differentiators{grid-gap:1rem;display:grid;gap:1rem}.about__card{background:var(--background-contrast-color);border:1px solid #94a3b82e;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);padding:1.25rem 1.5rem;transition:transform .3s ease,box-shadow .3s ease}.about__card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.about__card h3{color:var(--primary-subtitle-color);font-size:1.1rem;margin-bottom:.5rem}.about__card p{color:var(--text-muted);line-height:1.6}@media (max-width:992px){.about .section-header{align-items:center;text-align:center}.about__grid{grid-template-columns:1fr}}@media (max-width:768px){.about__story{padding:1.75rem}.about__pillars li{padding-left:1.5rem}.about__pillars li:before{height:.9rem;width:.9rem}.about__metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.about__metrics{grid-template-columns:1fr}}.main-fabricantes{align-items:center;background:var(--background-primary-color);display:flex;flex-direction:column;height:100vh;padding:5rem 0;width:100%}.title-h1{margin-bottom:.625rem;width:80vw}.slider-container{height:90vh;justify-content:center}@media (max-width:480px){.main-fabricantes h1{font-size:2rem}}@media (max-width:780px){.main-fabricantes{width:100vw}.next,.prev{font-size:1.25rem;padding:.75rem}}.main-contatos{align-items:center;background:var(--background-contrast-color);display:flex;flex-direction:column;height:auto;overflow:hidden;padding:clamp(4rem,8vw,7rem) 2rem;position:relative;width:100%}.main-contatos:before{background:radial-gradient(circle at 20% 30%,#2563eb14 0,#0000 50%),radial-gradient(circle at 80% 70%,#0ea5e914 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.title-h1{margin-bottom:clamp(2rem,4vw,3.5rem);position:relative;text-align:center;z-index:1}.title-h1 h1{color:var(--primary-subtitle-color);font-family:var(--font-family-primary);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.title-h1 .barra{margin:0 auto}.formulario-imagem{flex-direction:row;gap:clamp(2rem,5vw,4rem);justify-content:space-between;max-width:1200px;position:relative;width:min(90vw,1200px);z-index:1}.formulario-imagem,.imagem{align-items:center;display:flex}.imagem{animation:fadeInLeft .8s ease-out;flex:1 1;justify-content:center}.imagem img{border-radius:var(--border-radius-md);filter:drop-shadow(0 20px 40px rgba(15,23,42,.15));height:auto;max-width:500px;width:100%}.formulario{animation:fadeInRight .8s ease-out;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:var(--background-elevated);border:1px solid var(--border-color);border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);display:flex;flex:1 1;flex-direction:column;max-width:550px;padding:clamp(2rem,4vw,3rem)}.form-group{margin-bottom:1.5rem;position:relative}.formulario label{color:var(--primary-subtitle-color);display:block;font-family:var(--font-family-primary);font-size:.95rem;font-weight:600;letter-spacing:.01em;margin-bottom:.5rem}.formulario input,.formulario textarea{background:var(--background-contrast-color);border:1.5px solid var(--border-color);border-radius:var(--border-radius-sm);box-shadow:0 2px 4px #0f172a0a;color:var(--primary-subtitle-color);font-family:var(--font-family-secondary);font-size:1rem;line-height:1.5;margin:.5rem 0 0;padding:.875rem 1.125rem;transition:all .3s ease;width:100%}.formulario input:hover,.formulario textarea:hover{border-color:var(--primary-color-light);box-shadow:0 4px 8px #2563eb1a}.formulario input:focus,.formulario textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #2563eb1a,0 4px 12px #2563eb26;outline:none;transform:translateY(-1px)}.formulario textarea{font-family:var(--font-family-secondary);max-height:200px;min-height:140px;resize:vertical}.formulario button{align-items:center;background:var(--gradient-primary);border:none;border-radius:var(--border-radius-sm);box-shadow:var(--shadow-sm);color:var(--text-inverted);cursor:pointer;display:flex;font-family:var(--font-family-primary);font-size:1rem;font-weight:600;gap:.5rem;height:3.25rem;justify-content:center;letter-spacing:.02em;margin-top:.5rem;transition:all .3s ease;width:100%}.formulario button:hover:not(:disabled){box-shadow:var(--shadow-md);transform:translateY(-2px)}.formulario button:active:not(:disabled){transform:translateY(0)}.formulario button:disabled{cursor:not-allowed;opacity:.7}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.alert{align-items:center;animation:slideDown .3s ease-out;border-left:4px solid;border-radius:var(--border-radius-sm);box-shadow:0 4px 12px #0f172a1a;display:flex;font-size:.95rem;font-weight:600;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem}.alert.success{background-color:var(--backgroud-alert-success);border-color:var(--alert-succes);color:var(--alert-succes)}.alert.error{background-color:var(--backgroud-alert);border-color:var(--alert-error);color:var(--alert-error)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}button.loading{opacity:.8;position:relative}.spinner{animation:spin .8s linear infinite;border:2.5px solid #ffffff4d;border-radius:50%;border-top:2.5px solid var(--text-inverted);height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}@media only screen and (max-width:768px){.main-contatos{padding:clamp(3rem,6vw,4rem) 1.5rem}.formulario-imagem{flex-direction:column;gap:2.5rem;width:100%}.imagem{width:100%}.formulario,.imagem img{max-width:100%;width:100%}.formulario{padding:2rem 1.5rem}.form-group{margin-bottom:1.25rem}.formulario input,.formulario textarea{font-size:.95rem;padding:.75rem 1rem}.formulario button{height:3rem}}@media only screen and (min-width:769px) and (max-width:1024px){.formulario-imagem{gap:2.5rem}.imagem img{max-width:400px}.formulario{padding:2.5rem}}:root{--primary-color:#2563eb;--primary-color-dark:#1d4ed8;--primary-color-light:#5b8df4;--accent-color:#22d3ee;--accent-color-dark:#0ea5e9;--primary-title-color:#f8fafc;--primary-subtitle-color:#0f172a;--text-muted:#64748b;--text-inverted:#f8fafc;--font-family-primary:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-family-secondary:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--background-primary-color:#f5f7fb;--background-contrast-color:#fff;--background-elevated:#ffffffc7;--background-overlay:#0f172a94;--background-alt:#0b1120;--gradient-primary:linear-gradient(135deg,#2563eb,#7c3aed 50%,#22d3ee);--gradient-soft:linear-gradient(180deg,#2563eb1f,#0ea5e90d);--gradient-surface:linear-gradient(145deg,#2563eb29,#0ea5e914);--gradient-card:linear-gradient(160deg,#2563eb1f,#0ea5e90d 50%,#2563eb1f);--border-color:#94a3b838;--shadow-sm:0 12px 24px -8px #0f172a33;--shadow-md:0 24px 60px -24px #0f172a59;--shadow-lg:0 40px 90px -24px #0f172a66;--border-radius-sm:0.75rem;--border-radius-md:1.25rem;--border-radius-lg:2rem;--alert-error:#ef4444;--alert-succes:#16a34a;--backgroud-alert:#f871712e;--backgroud-alert-success:#4ade802e;--background-image:url(/static/media/bg_pagina_inicial.6af10620d2d9f9b11f6c.png)}*{box-sizing:border-box;list-style:none;margin:0;padding:0;text-decoration:none}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 5% 5%,#2563eb29 0,#0000 45%),radial-gradient(circle at 95% 0,#0ea5e92e 0,#0000 45%),linear-gradient(180deg,#0b1120,#111c34 25%,#f5f7fb);background:radial-gradient(circle at 5% 5%,#2563eb29 0,#0000 45%),radial-gradient(circle at 95% 0,#0ea5e92e 0,#0000 45%),linear-gradient(180deg,var(--background-alt) 0,#111c34 25%,var(--background-primary-color) 100%);background-attachment:fixed;color:#0f172a;color:var(--primary-subtitle-color);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family-primary);line-height:1.65}main,section{position:relative;width:100%}img{display:block;height:auto;max-width:100%}a{color:inherit;transition:color .3s ease}a:hover{color:#2563eb;color:var(--primary-color)}.page-section{display:flex;justify-content:center;padding:clamp(4.5rem,8vw,7rem) 0;position:relative}.section-container{margin:0 auto;width:min(1120px,90vw)}.section-header{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem;margin-bottom:clamp(2.25rem,4vw,3.75rem)}.section-header.center{align-items:center;text-align:center}.section-overline{color:#22d3ee;color:var(--accent-color);font-size:.775rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.section-title{color:#0f172a;color:var(--primary-subtitle-color);font-size:clamp(2.125rem,4vw,2.85rem);font-weight:700;letter-spacing:-.02em}.section-description{color:#64748b;color:var(--text-muted);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family-secondary);max-width:48rem}.barra{background:linear-gradient(135deg,#2563eb,#7c3aed 50%,#22d3ee);background:var(--gradient-primary);border-radius:999px;display:inline-flex;height:.35rem;width:clamp(4rem,10vw,6rem)}h1{font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;letter-spacing:-.02em;margin-bottom:.875rem}h1,h2{color:#0f172a;color:var(--primary-subtitle-color)}h2{font-size:clamp(1.5rem,3vw,2rem);font-weight:600}h3{font-size:1.25rem;font-weight:500}h3,p{color:#64748b;color:var(--text-muted)}p{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-family-secondary)}.glass-surface{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#ffffffc7;background:var(--background-elevated);border:1px solid #94a3b838;border:1px solid var(--border-color);border-radius:1.25rem;border-radius:var(--border-radius-md)}.glass-surface,.surface-card{box-shadow:0 12px 24px -8px #0f172a33;box-shadow:var(--shadow-sm)}.surface-card{background:linear-gradient(160deg,#2563eb1f,#0ea5e90d 50%,#2563eb1f);background:var(--gradient-card);border:1px solid #94a3b838;border-radius:1.25rem;border-radius:var(--border-radius-md)}.primary-button{align-items:center;background:linear-gradient(135deg,#2563eb,#7c3aed 50%,#22d3ee);background:var(--gradient-primary);border:none;border-radius:999px;box-shadow:0 12px 24px -8px #0f172a33;box-shadow:var(--shadow-sm);color:#f8fafc;color:var(--text-inverted);cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;justify-content:center;letter-spacing:.01em;padding:.95rem 2rem;transition:transform .3s ease,box-shadow .3s ease}.primary-button:hover{box-shadow:0 24px 60px -24px #0f172a59;box-shadow:var(--shadow-md);transform:translateY(-2px)}.primary-button:active{transform:translateY(0)}.ghost-button{align-items:center;background:linear-gradient(135deg,#0f172a1f,#0f172a52);border:1px solid #94a3b861;border-radius:999px;box-shadow:inset 0 0 0 1px #ffffff14;display:inline-flex;font-weight:600;justify-content:center;letter-spacing:.02em;padding:.85rem 1.75rem;transition:all .3s ease}.ghost-button,.ghost-button:hover{color:#f8fafc;color:var(--text-inverted)}.ghost-button:hover{background:linear-gradient(135deg,#2563eb,#7c3aed 50%,#22d3ee);background:var(--gradient-primary);border-color:#0000;box-shadow:0 12px 24px -8px #0f172a33;box-shadow:var(--shadow-sm)}.chip{align-items:center;background:#2563eb1f;border-radius:999px;color:#1d4ed8;color:var(--primary-color-dark);display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;padding:.5rem 1rem}.divider{background:linear-gradient(90deg,#94a3b800,#94a3b873 50%,#94a3b800);height:1px;margin:3rem 0;width:100%}.stat-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.stat-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172a8c;border:1px solid #94a3b833;border-radius:.75rem;border-radius:var(--border-radius-sm);color:#f8fafc;color:var(--text-inverted);display:flex;flex-direction:column;gap:.35rem;justify-content:center;min-height:110px;padding:1rem 1.25rem}.stat-card__value{font-size:1.85rem;font-weight:700;letter-spacing:-.02em}.stat-card__label{color:#f1f5f9b3;font-size:.95rem;font-weight:500}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.slider-container{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(145deg,#2563eb29,#0ea5e914);background:var(--gradient-surface);border:1px solid #94a3b833;border-radius:2rem;border-radius:var(--border-radius-lg);box-shadow:0 24px 60px -24px #0f172a59;box-shadow:var(--shadow-md);display:flex;max-width:min(960px,92vw);overflow:hidden;padding:clamp(2rem,3vw,2.5rem) clamp(1rem,3vw,2rem);position:relative;width:100%}.slider{display:flex;transition:transform .9s ease-in-out;width:100%}.slide{align-items:center;display:flex;height:clamp(12rem,28vw,18rem);justify-content:center;min-width:100%}.slide img{filter:drop-shadow(0 18px 30px rgba(15,23,42,.28));max-width:min(18rem,70%)}button.next,button.prev{background:#0f172a47;border:1px solid #94a3b840;border-radius:50%;color:#f8fafc;color:var(--primary-title-color);cursor:pointer;display:grid;height:3rem;place-items:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:3rem;z-index:10}button.next:hover,button.prev:hover{background:linear-gradient(135deg,#2563eb,#7c3aed 50%,#22d3ee);background:var(--gradient-primary);box-shadow:0 12px 24px -8px #0f172a33;box-shadow:var(--shadow-sm);transform:translateY(-50%) scale(1.05)}button.prev{left:clamp(.75rem,2vw,1.25rem)}button.next{right:clamp(.75rem,2vw,1.25rem)}@media (max-width:992px){body{background-attachment:scroll}.section-header{align-items:center;text-align:center}.section-description{margin:0 auto}}@media (max-width:768px){.slider-container{padding:2.5rem 1.5rem}button.next,button.prev{height:2.5rem;width:2.5rem}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.61a9f585.css.map*/