:root{--c-dark:#1b1b1b;--c-red:#dd3134;--c-light:#f4f5f7;--c-gray:#555;--c-green:#3d5e43;--c-dark-90:#1b1b1be6;--c-dark-70:#1b1b1bb3;--c-dark-50:#1b1b1b80;--c-dark-20:#1b1b1b33;--c-dark-10:#1b1b1b1a;--c-dark-06:#1b1b1b0f;--c-light-80:#f4f5f7cc;--c-light-55:#f4f5f78c;--c-light-28:#f4f5f747;--c-light-12:#f4f5f71f;--c-light-06:#f4f5f70f;--c-red-20:#dd313433;--c-red-10:#dd31341a;--border-light:1px solid var(--c-dark-10);--border-dark:1px solid var(--c-light-12);--border-medium:1px solid var(--c-dark-20);--f-sans:"Ubuntu", sans-serif;--f-mono:"Ubuntu Mono", monospace;--fw-regular:400;--fw-medium:500;--text-xs:11px;--text-sm:13px;--text-base:15px;--text-lg:18px;--text-h3:clamp(18px, 1.8vw, 24px);--text-h2:clamp(40px, 4.8vw, 68px);--text-h1:clamp(72px, 10.5vw, 156px);--ls-display:-.04em;--ls-heading:-.02em;--ls-label:.2em;--ls-button:.14em;--ls-caption:.1em;--lh-tight:.9;--lh-snug:1.05;--lh-normal:1.35;--lh-relaxed:1.7;--max-w:1920px;--content-w:1440px;--gutter:clamp(20px, 7.81vw, 150px);--gutter-sm:clamp(16px, 4vw, 80px);--sec-v:clamp(72px, 9vh, 112px);--sec-v-sm:clamp(40px, 5vh, 64px);--sec-v-lg:clamp(96px, 12vh, 160px);--space-2:2px;--space-4:4px;--space-8:8px;--space-12:12px;--space-16:16px;--space-20:20px;--space-24:24px;--space-32:32px;--space-40:40px;--space-48:48px;--space-56:56px;--space-64:64px;--space-80:80px;--space-96:96px;--space-120:120px;--nav-h:114px;--ease:cubic-bezier(.22, .61, .36, 1);--ease-in:cubic-bezier(.55, 0, 1, .45);--ease-out:cubic-bezier(0, .55, .45, 1);--dur-fast:.2s;--dur-base:.35s;--dur-slow:.6s;--dur-slower:.9s;--shadow-sm:0 4px 16px #00000014;--shadow-md:0 10px 32px #0000001f;--shadow-lg:0 18px 56px #0000002e}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;font-size:16px}body{font-family:var(--f-sans);font-weight:var(--fw-regular);font-size:var(--text-base);line-height:var(--lh-relaxed);color:var(--c-dark);background-color:var(--c-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,video{max-width:100%;display:block}button{font-family:inherit;font-size:inherit;cursor:pointer;background:0 0;border:none}svg{fill:currentColor;display:block}h1,h2,h3,h4,h5,h6{font-weight:var(--fw-regular);line-height:var(--lh-tight)}.container{width:100%;max-width:var(--content-w);padding-inline:var(--gutter);margin-inline:auto}.container-full{width:100%;max-width:var(--max-w);padding-inline:var(--gutter);margin-inline:auto}.cover{position:absolute;inset:0}.fullbleed{object-fit:cover;object-position:center;width:100%;height:100%}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}#navbar{padding:36px var(--gutter);background-color:var(--c-dark);z-index:100;border-bottom:1px solid #5555554d;justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.nav__group{align-items:center;gap:44px;display:flex}.nav__link{font-family:var(--f-sans);font-size:16px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--c-light);white-space:nowrap;align-items:center;gap:10px;padding:10px;line-height:1.6;display:inline-flex;position:relative}.nav__link:after{content:"";background:var(--c-light);transform-origin:0;height:1px;transition:transform var(--dur-base) var(--ease);position:absolute;bottom:6px;left:10px;right:10px;transform:scaleX(0)}.nav__link:hover:after{transform:scaleX(1)}.nav__link-dot{background:var(--c-light);flex-shrink:0;width:4.5px;height:4.5px;display:block}.nav__logo{flex-shrink:0;align-items:center;min-width:102px;display:flex}.nav__logo img{width:102px;height:auto;display:block}@media (width<=1024px){.nav__group{gap:28px}}@media (width<=768px){.nav__group{display:none}#navbar{justify-content:center}}#hero{background-color:var(--c-dark);padding:24px}.hero__inner{background-color:var(--c-dark);border-radius:16px;flex-direction:column;min-height:1183px;display:flex;position:relative;overflow:hidden}.hero__video{object-fit:cover;object-position:center;z-index:0;mix-blend-mode:luminosity;width:100%;height:100%;position:absolute;inset:0}.hero__overlay{z-index:1;background:#000c;position:absolute;inset:0}.hero__graphic{z-index:2;pointer-events:none;width:48.56%;position:absolute;top:18.5%;right:0}.hero__graphic svg{width:100%;height:auto;display:block;overflow:visible}.hero__stage{z-index:3;padding:0 var(--gutter) clamp(60px, 7.8125vw, 150px);flex:1;align-items:flex-end;display:flex;position:relative}.hero__left{flex-direction:column;gap:clamp(28px,4vh,64px);max-width:clamp(480px,52vw,932px);display:flex}.hero__intro{flex-direction:column;align-items:flex-start;gap:clamp(20px,2.5vh,48px);display:flex}.hero__badge{-webkit-backdrop-filter:blur(25px);opacity:0;animation:hero-fade .8s var(--ease) .1s forwards;background:#55555526;border-radius:6px;align-items:center;gap:14px;padding:16px 18px;display:inline-flex}.hero__badge-dot{background:var(--c-red);border-radius:50%;flex-shrink:0;width:8.6px;height:8.6px}.hero__badge-text{font-family:var(--f-mono);font-size:clamp(11px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-light);white-space:nowrap;line-height:1.6}.hero__h1{font-family:var(--f-sans);font-size:clamp(44px,7.29vw,140px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);line-height:1.05}.hero__h1-line{display:block;overflow:hidden}.hero__h1-line>span{animation:hero-rise .9s var(--ease) forwards;display:inline-block;transform:translateY(110%)}.hero__h1-line:first-child>span{animation-delay:.12s}.hero__h1-line:nth-child(2)>span{animation-delay:.26s}.hero__h1-line:nth-child(3)>span{animation-delay:.4s}.hero__h1 strong{font-weight:var(--fw-medium);color:var(--c-red)}.hero__desc{font-family:var(--f-sans);font-size:clamp(14px,1.46vw,28px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f7cc;opacity:0;max-width:clamp(300px,34vw,589px);animation:hero-fade .9s var(--ease) .55s forwards;line-height:1.6}.hero__actions{opacity:0;animation:hero-fade .9s var(--ease) .72s forwards;flex-wrap:wrap;align-items:stretch;gap:24px;display:flex}.hero__btn{font-family:var(--f-sans);font-size:clamp(13px,1.15vw,22px);font-weight:var(--fw-regular);letter-spacing:-.05em;white-space:nowrap;transition:background var(--dur-base) var(--ease), color var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);border-radius:12px;align-items:center;line-height:1.6;display:inline-flex}.hero__btn--primary{background:var(--c-red);color:var(--c-light);border:1px solid var(--c-red);gap:36px;padding:10px 10px 10px 36px}.hero__btn--primary:hover{color:var(--c-red);border-color:var(--c-red);background:0 0}.hero__btn-icon{width:64px;height:64px;transition:background var(--dur-base) var(--ease);background:#1b1b1b;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero__btn-icon svg{width:17px;height:17px;transition:transform var(--dur-base) var(--ease)}.hero__btn--primary:hover .hero__btn-icon svg{transform:translate(4px)}.hero__btn--outline{color:var(--c-light);border:1px solid var(--c-light);background:0 0;justify-content:center;padding:0 36px}.hero__btn--outline:hover{background:var(--c-light);color:var(--c-dark)}@keyframes hero-rise{to{transform:translateY(0)}}@keyframes hero-fade{to{opacity:1}}@media (width<=1280px){.hero__graphic{width:65%;right:-4%}}@media (width<=1024px){.hero__graphic{opacity:.7;width:75%;top:auto;bottom:-5%;right:-8%}.hero__left{max-width:100%}.hero__btn--primary{gap:20px;padding:8px 8px 8px 28px}.hero__btn-icon{width:52px;height:52px}}@media (width<=768px){.hero__badge-text{font-size:11px}.hero__graphic{opacity:.5;width:90%;right:-15%}.hero__btn--outline{padding:0 24px}}@media (width<=540px){.hero__actions{flex-direction:column;align-items:flex-start}.hero__btn--outline{align-self:auto;padding:16px 24px}}#bridge{background-color:var(--c-dark);padding:clamp(80px, 10.42vw, 200px) var(--gutter);justify-content:space-between;align-items:flex-start;gap:clamp(40px,5vw,100px);display:flex}.bridge__badge{-webkit-backdrop-filter:blur(25px);background:#55555526;border-radius:6px;flex-shrink:0;align-items:center;gap:14px;padding:18px;display:inline-flex}.bridge__badge-dot{background:var(--c-red);border-radius:50%;flex-shrink:0;width:8.6px;height:8.6px}.bridge__badge-text{font-family:var(--f-mono);font-size:clamp(11px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-light);white-space:nowrap;line-height:1.6}.bridge__content{flex-direction:column;gap:clamp(40px,4.17vw,80px);display:flex}.bridge__headline{font-family:var(--f-sans);font-size:clamp(28px,2.92vw,56px);font-weight:var(--fw-regular);letter-spacing:-.05em;max-width:clamp(600px,60.6vw,1164px);line-height:1.3}.bridge__headline-dim{color:#f4f5f74d}.bridge__headline-light{color:var(--c-light)}.bridge__headline-red{color:var(--c-red)}.bridge__cards{align-items:stretch;gap:20px;display:flex}.bridge__card{-webkit-backdrop-filter:blur(20px);background:#f4f5f708;border-radius:12px;flex-direction:column;flex-shrink:0;gap:clamp(60px,9.375vw,180px);width:clamp(200px,19.74vw,379px);padding:clamp(28px,3.75vw,72px);display:flex;position:relative;overflow:hidden}.bridge__card-graphic{pointer-events:none;user-select:none;width:181.31px;height:285.462px;position:absolute;top:49.77px;left:96.84px}.bridge__card-stat{font-family:var(--f-sans);font-size:clamp(32px,3.33vw,64px);font-weight:var(--fw-regular);letter-spacing:-.04em;color:var(--c-red);white-space:nowrap;line-height:1.1;position:relative}.bridge__card-label{font-family:var(--f-sans);font-size:clamp(14px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.04em;color:#f4f5f7b3;white-space:nowrap;line-height:1.7;position:relative}.bridge__desc{font-family:var(--f-sans);font-size:clamp(16px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f7cc;max-width:clamp(400px,38.4vw,737px);line-height:1.6}@media (width<=1280px){.bridge__headline{max-width:100%}}@media (width<=1024px){#bridge{flex-direction:column;gap:48px}.bridge__cards{flex-wrap:wrap}.bridge__card{flex:1;width:auto;min-width:200px}.bridge__desc{max-width:100%}}@media (width<=768px){.bridge__card-graphic{width:120px;height:190px;top:30px;left:60px}}@media (width<=540px){.bridge__cards{flex-direction:column}.bridge__card{width:100%}}#empreendimentos{background-color:var(--c-light);padding:clamp(80px, 9.11vw, 175px) var(--gutter);flex-direction:column;gap:clamp(48px,5vw,96px);display:flex}.emp__header{justify-content:space-between;align-items:flex-end;gap:clamp(32px,4vw,80px);width:100%;display:flex}.emp__title-group{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:clamp(20px,2.08vw,40px);display:flex}.emp__badge{-webkit-backdrop-filter:blur(25px);background:#5555551a;border-radius:6px;align-items:center;gap:14px;padding:18px;display:inline-flex}.emp__badge-dot{background:var(--c-red);border-radius:50%;flex-shrink:0;width:8.6px;height:8.6px}.emp__badge-text{font-family:var(--f-mono);font-size:clamp(11px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-dark);white-space:nowrap;line-height:1.6}.emp__title{font-family:var(--f-sans);font-size:clamp(40px,4.58vw,88px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-dark);line-height:1.15}.emp__title-line{display:block}.emp__header-desc{font-family:var(--f-sans);font-size:clamp(16px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#1b1b1bcc;align-self:flex-end;max-width:clamp(300px,33.46vw,642px);line-height:1.6}.emp__filters{gap:16px;width:100%;display:flex}.emp__filter{min-width:1px;font-family:var(--f-mono);font-size:clamp(12px,1.04vw,20px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;text-align:center;cursor:pointer;white-space:nowrap;transition:background var(--dur-base) var(--ease), color var(--dur-base) var(--ease), border-color var(--dur-base) var(--ease);border-radius:12px;flex:1 0 0;padding:24px 20px;line-height:1.6}.emp__filter--active{background:var(--c-red);color:#f4f5f7cc;border:1px solid var(--c-red)}.emp__filter:not(.emp__filter--active){color:#1b1b1bcc;border:1px solid var(--c-red);background:0 0}.emp__filter:not(.emp__filter--active):hover{background:#dd31340f}.emp__main{align-items:stretch;gap:clamp(40px,5.42vw,104px);width:100%;display:flex}.emp__list{flex:1 0 0;min-width:0}.emp__card{cursor:pointer;transition:opacity var(--dur-fast) var(--ease);border-top:1px solid #5555554d;justify-content:space-between;align-items:center;padding:clamp(24px,2.92vw,56px) 0;display:flex}.emp__card:last-of-type{border-bottom:1px solid #5555554d}.emp__card--hidden{display:none}.emp__card-info{align-items:center;gap:32px;display:flex}.emp__card-number{font-family:var(--f-mono);font-size:18px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--c-gray);flex-shrink:0;min-width:66px;line-height:1.6}.emp__card-details{flex-direction:column;gap:4px;display:flex}.emp__card-name{font-family:var(--f-sans);font-size:clamp(22px,2.08vw,40px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-dark);transition:color var(--dur-base) var(--ease);line-height:1.15}.emp__card:hover .emp__card-name{color:var(--c-red)}.emp__card-location{font-family:var(--f-sans);font-size:18px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:#1b1b1bcc;line-height:1.6}.emp__status{font-family:var(--f-mono);font-size:clamp(11px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;opacity:.8;border-radius:12px;flex-shrink:0;padding:clamp(12px,1.04vw,20px);line-height:1.6}.emp__status--andamento{border:1px solid var(--c-gray);color:var(--c-dark)}.emp__status--entregue{background:var(--c-red);color:var(--c-light);border:1px solid var(--c-red)}.emp__image-panel{border-radius:8px;flex-shrink:0;align-self:stretch;width:clamp(280px,40.625vw,780px);height:auto;display:flex;position:relative;overflow:hidden}.emp__photo{object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity .45s var(--ease);display:block;position:absolute;inset:0}.emp__photo--active{opacity:1}@media (width<=1280px){.emp__header{flex-direction:column;align-items:flex-start;gap:40px}.emp__header-desc{align-self:flex-start;max-width:100%}}@media (width<=1024px){.emp__main{flex-direction:column;gap:40px}.emp__image-panel{order:-1;width:100%;height:clamp(300px,50vw,600px)}}@media (width<=768px){.emp__filters{flex-direction:column;gap:8px}.emp__card-number{display:none}.emp__card-location{font-size:15px}}#green-concept{background-color:var(--c-light);padding:24px}.gc__inner{padding:clamp(80px, 9.11vw, 175px) var(--gutter);background-color:#1d241e;border-radius:16px;flex-direction:column;gap:clamp(48px,5vw,96px);display:flex;position:relative;overflow:hidden}.gc__triangles{pointer-events:none;user-select:none;z-index:0;width:2479.85px;height:1428.2px;position:absolute;top:calc(50% - 297.57px);left:-186.09px;transform:translateY(-50%)}.gc__content-row,.gc__media,.gc__cta{z-index:1;position:relative}.gc__content-row{justify-content:space-between;align-items:flex-end;gap:clamp(40px,5vw,96px);display:flex}.gc__content-left{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:clamp(20px,2.08vw,40px);display:flex}.gc__badge{-webkit-backdrop-filter:blur(12.5px);background:#5555551a;border-radius:6px;align-items:center;gap:14px;padding:18px;display:inline-flex}.gc__badge-dot{background:var(--c-green);flex-shrink:0;width:8.628px;height:8.628px;display:block}.gc__badge-text{font-family:var(--f-mono);font-size:clamp(11px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-light);white-space:nowrap;line-height:1.6}.gc__title{font-family:var(--f-sans);font-size:clamp(40px,4.58vw,88px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);line-height:1.15}.gc__title-line{display:block}.gc__info{flex-direction:column;flex-shrink:0;gap:clamp(24px,2.5vw,48px);max-width:clamp(360px,39.43vw,757px);display:flex}.gc__info-text{font-family:var(--f-sans);font-size:clamp(16px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f7cc;line-height:1.6}.gc__media{flex-direction:column;gap:24px;display:flex}.gc__media-row{align-items:flex-start;gap:24px;width:100%;display:flex}.gc__video-wrap{background:#2a2f2b;border-radius:12px;flex-direction:column;flex-shrink:0;gap:clamp(20px,2.08vw,40px);width:clamp(300px,42.71vw,820px);padding:clamp(20px,2.08vw,40px);display:flex;overflow:hidden}.gc__thumbnail{aspect-ratio:1597/900;cursor:pointer;border-radius:8px;width:100%;display:block;position:relative;overflow:hidden}.gc__thumbnail-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .45s var(--ease);display:block}.gc__thumbnail:hover .gc__thumbnail-img{transform:scale(1.03)}.gc__thumbnail-overlay{transition:background var(--dur-base) var(--ease);background:#00000040;position:absolute;inset:0}.gc__thumbnail:hover .gc__thumbnail-overlay{background:#00000059}.gc__play-icon{pointer-events:none;user-select:none;width:clamp(80px,6.63vw,127px);height:clamp(80px,6.63vw,127px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.gc__video-info{justify-content:space-between;align-items:center;width:100%;display:flex}.gc__video-label,.gc__video-time{font-family:var(--f-mono);font-size:clamp(13px,1.04vw,20px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--c-light);white-space:nowrap;line-height:1.7}.gc__gallery-col{flex-direction:column;flex:1 0 0;align-self:stretch;gap:24px;min-width:0;min-height:0;display:flex}.gc__gallery-img{background:#2a2f2b;border-radius:12px;overflow:hidden}.gc__gallery-img--top{flex-shrink:0;height:clamp(160px,16.25vw,312px)}.gc__gallery-img--bottom{flex:1 0 0;min-height:100px}.gc__gallery-img img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.gc__wide-img--left{flex-shrink:0;width:clamp(300px,42.71vw,820px)}.gc__wide-img--right{flex:1 0 0;min-width:0}.gc__wide-img--left,.gc__wide-img--right{background:#2a2f2b;border-radius:12px;height:clamp(180px,19.17vw,368px);overflow:hidden}.gc__wide-img--left img,.gc__wide-img--right img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.gc__cta{align-items:stretch;gap:24px;display:flex}.gc__cta .hero__btn--primary{background:var(--c-green);border-color:var(--c-green)}.gc__cta .hero__btn--primary:hover{color:var(--c-green);border-color:var(--c-green);background:0 0}.gc__lightbox{z-index:9000;opacity:0;pointer-events:none;transition:opacity .35s var(--ease);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.gc__lightbox--open{opacity:1;pointer-events:auto}.gc__lightbox-overlay{cursor:pointer;background:#000000e6;position:absolute;inset:0}.gc__lightbox-body{z-index:1;flex-direction:column;gap:16px;width:min(90vw,1200px);display:flex;position:relative}.gc__lightbox-close{cursor:pointer;width:40px;height:40px;transition:background var(--dur-fast) var(--ease);background:#f4f5f71a;border-radius:6px;justify-content:center;align-self:flex-end;align-items:center;display:flex}.gc__lightbox-close:hover{background:#f4f5f733}.gc__lightbox-close svg{display:block}.gc__lightbox-iframe-wrap{background:#000;border-radius:12px;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.gc__lightbox-iframe-wrap iframe{border:0;width:100%;height:100%;position:absolute;inset:0}@media (width<=1280px){.gc__content-row{flex-direction:column;align-items:flex-start;gap:40px}.gc__info{max-width:100%}}@media (width<=1024px){.gc__media-row{flex-direction:column;gap:16px}.gc__video-wrap{width:100%}.gc__gallery-col{flex-direction:row;align-self:auto;height:clamp(200px,30vw,320px)}.gc__gallery-img--top,.gc__gallery-img--bottom{flex:1 0 0;height:100%;min-height:0}.gc__wide-img--left{width:100%}}@media (width<=768px){.gc__gallery-col{flex-direction:column;height:auto}.gc__gallery-img--top{height:clamp(160px,40vw,280px)}.gc__gallery-img--bottom{flex:none;height:clamp(160px,40vw,280px)}.gc__cta{flex-direction:column;align-items:flex-start}.gc__cta-secondary{align-self:auto;width:100%}}#cidade{background-color:var(--c-light);padding:clamp(80px, 10.42vw, 200px) var(--gutter);flex-direction:column;gap:clamp(40px,4.17vw,80px);display:flex}.cid__main{flex-direction:column;gap:24px;width:100%;display:flex}.cid__banner{background-color:var(--c-dark);border-radius:12px;justify-content:space-between;align-items:flex-end;gap:clamp(24px,3vw,60px);width:100%;padding:clamp(200px,25.625vw,492px) clamp(32px,3.75vw,72px) clamp(32px,3.75vw,72px);display:flex;position:relative;overflow:hidden}.cid__banner-triangles{pointer-events:none;user-select:none;z-index:0;width:2060.18px;max-width:none;height:1671px;position:absolute;top:calc(50% + 643.07px);left:calc(50% - 53.43px);transform:translate(-50%,-50%)}.cid__image-overlay{z-index:1;border-radius:12px;height:clamp(250px,40.365vw,775px);position:absolute;top:clamp(16px,5.677vw,109px);left:6.73%;right:6.73%;overflow:hidden}.cid__video{object-fit:cover;object-position:center top;z-index:1;width:100%;height:100%;display:block;position:absolute;inset:0}.cid__video-overlay{z-index:2;background:#00000026;position:absolute;inset:0}.cid__banner-gradient{z-index:2;background:linear-gradient(#1b1b1b00 0%,#1b1b1b33 35%,#1b1b1bcc 65%,#1b1b1b 100%);position:absolute;inset:0}.cid__banner-title{z-index:3;font-family:var(--f-sans);font-size:clamp(36px,4.58vw,88px);font-weight:var(--fw-regular);letter-spacing:-.05em;flex-shrink:0;line-height:1.15;position:relative}.cid__title-white{color:var(--c-light);display:block}.cid__title-red{color:var(--c-red);display:block}.cid__banner-subtitle{z-index:3;font-family:var(--f-sans);font-size:clamp(15px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f7cc;flex-shrink:0;align-self:flex-end;max-width:clamp(200px,17.06vw,327px);line-height:1.6;position:relative}.cid__cards{align-items:stretch;gap:24px;width:100%;display:flex}.cid__card{-webkit-backdrop-filter:blur(75px);background:#55555526;border-radius:12px;flex-direction:column;flex:1 0 0;justify-content:space-between;min-width:0;min-height:clamp(280px,20.625vw,396px);padding:clamp(24px,3.33vw,64px);display:flex;position:relative;overflow:hidden}.cid__card-graphic{pointer-events:none;user-select:none;z-index:0;width:100%;height:auto;position:absolute;bottom:0;left:0}.cid__card-rank,.cid__card-desc{z-index:1;position:relative}.cid__card-rank{align-items:center;gap:clamp(12px,1.25vw,24px);display:flex}.cid__rank-num{font-family:var(--f-sans);font-size:clamp(36px,4.58vw,88px);font-weight:var(--fw-regular);letter-spacing:-.04em;color:var(--c-red);white-space:nowrap;line-height:1.1}.cid__rank-label{font-family:var(--f-sans);font-size:clamp(16px,1.5625vw,30px);font-weight:var(--fw-regular);letter-spacing:-.04em;color:var(--c-dark);white-space:nowrap;line-height:1.1}.cid__card-desc{flex-direction:column;gap:10px;display:flex}.cid__desc-main{font-family:var(--f-sans);font-size:clamp(16px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.04em;color:#1b1b1bb3;white-space:nowrap;line-height:1.7}.cid__desc-source{font-family:var(--f-mono);font-size:clamp(11px,.73vw,14px);font-weight:var(--fw-regular);letter-spacing:-.04em;text-transform:uppercase;color:#1b1b1b80;line-height:1.7}.cid__footer{justify-content:space-between;align-items:center;gap:clamp(32px,4vw,80px);width:100%;display:flex}.cid__footer-text{font-family:var(--f-sans);font-size:clamp(16px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#1b1b1bcc;max-width:clamp(300px,44.8vw,860px);line-height:1.6}@media (width<=1280px){.cid__banner-subtitle{max-width:clamp(200px,22vw,327px)}}@media (width<=1024px){.cid__banner{flex-direction:column;align-items:flex-start;gap:24px;padding-bottom:clamp(24px,3vw,48px)}.cid__banner-subtitle{align-self:auto;max-width:100%}.cid__cards{flex-wrap:wrap}.cid__card{flex:calc(50% - 12px);min-width:calc(50% - 12px)}.cid__footer{flex-direction:column;align-items:flex-start;gap:32px}.cid__footer-text{max-width:100%}}@media (width<=768px){.cid__cards{flex-direction:column}.cid__card{flex:none;width:100%;min-height:280px}}#servicos-header{background-color:var(--c-dark);justify-content:space-between;align-items:flex-end;gap:clamp(40px,5vw,96px);padding:clamp(80px,10.42vw,200px) clamp(32px,7.81vw,150px);display:flex}.srv__intro-left{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:clamp(20px,2.08vw,40px);display:flex}.srv__badge{-webkit-backdrop-filter:blur(12.5px);background:#5555551a;border-radius:6px;align-items:center;gap:14px;padding:18px;display:inline-flex}.srv__badge-dot{background:var(--c-red);flex-shrink:0;width:8.628px;height:8.628px;display:block}.srv__badge-text{font-family:var(--f-mono);font-size:clamp(12px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-light);white-space:nowrap;line-height:1.6}.srv__intro-title{font-family:var(--f-sans);font-size:clamp(40px,4.58vw,88px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);line-height:1.15}.srv__intro-desc{font-family:var(--f-sans);font-size:clamp(16px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f7cc;flex-shrink:0;align-self:flex-end;max-width:clamp(300px,39.45vw,757px);line-height:1.6}#servicos-story{position:relative}.srv__sticky{background-color:var(--c-dark);height:100vh;position:sticky;top:0;overflow:hidden}.srv__chapters{position:absolute;inset:0}.srv__chapter{opacity:0;pointer-events:none;grid-template-rows:auto 1fr auto;transition:opacity .6s cubic-bezier(.4,0,.2,1),transform .6s cubic-bezier(.4,0,.2,1);display:grid;position:absolute;inset:0;transform:translateY(16px)}.srv__chapter--active{opacity:1;pointer-events:auto;transform:translateY(0)}.srv__chapter--leaving{opacity:0;transform:translateY(-16px)}.srv__bg{object-fit:cover;object-position:center;opacity:.15;z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}.srv__top{z-index:1;justify-content:space-between;align-items:flex-start;gap:clamp(24px,3vw,60px);padding:60px clamp(32px,7.81vw,150px) 0;display:flex;position:relative}.srv__nav{flex-direction:column;gap:3px;display:flex}.srv__nav-item{font-family:var(--f-sans);font-size:clamp(14px,1.04vw,20px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f73d;white-space:nowrap;cursor:pointer;transition:color .3s var(--ease);align-items:center;padding:10px;line-height:1.6;display:inline-flex}.srv__nav-item--active{color:#f4f5f7cc}.srv__nav-item:hover:not(.srv__nav-item--active){color:#f4f5f773}.srv__nav-dash{display:none}.srv__nav-item--active .srv__nav-dash{margin-right:.25em;display:inline}.srv__counter{-webkit-backdrop-filter:blur(25px);background:#55555526;border-radius:6px;flex-shrink:0;align-items:center;gap:14px;padding:18px;display:inline-flex}.srv__counter-dot{background:var(--c-red);flex-shrink:0;width:8.628px;height:8.628px;display:block}.srv__counter-text{font-family:var(--f-mono);font-size:clamp(12px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--c-light);white-space:nowrap;line-height:1.6}.chapter-center{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.chapter-visual{justify-content:center;align-items:center;display:flex;position:relative}.chapter-grafismo{pointer-events:none;user-select:none;width:auto;max-width:none;height:clamp(180px,38vh,440px);display:block}.chapter-title{text-align:center;z-index:2;width:max-content;font-family:var(--f-sans);font-size:clamp(48px,6.25vw,120px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);white-space:nowrap;pointer-events:none;margin:0;line-height:1.05;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chapter-title-m{font-weight:var(--fw-medium)}.srv__bottom{z-index:1;justify-content:space-between;align-items:flex-end;gap:clamp(24px,3vw,60px);padding:0 clamp(32px,7.81vw,150px) 80px;display:flex;position:relative}.srv__desc{font-family:var(--f-sans);font-size:clamp(13px,1.04vw,20px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f7cc;text-wrap:balance;max-width:clamp(200px,15.625vw,300px);line-height:1.6}.srv__progress{flex-shrink:0;align-items:center;gap:16px;display:flex}.srv__progress-bar{width:clamp(32px,3.33vw,64px);height:2px;transition:background .3s var(--ease);background:#555555bf;flex-shrink:0}.srv__progress-bar--active{background:var(--c-light)}@media (width<=1280px){#servicos-header{flex-direction:column;align-items:flex-start;gap:40px}.srv__intro-desc{align-self:auto;max-width:100%}}@media (width<=1024px){.srv__nav-item{white-space:normal}}@media (width<=768px){.srv__top{flex-wrap:wrap;gap:16px}.srv__bottom{flex-direction:column;align-items:flex-start;gap:24px}}#compromisso{background-color:var(--c-light);padding:clamp(120px, 13vw, 250px) var(--gutter) clamp(80px, 6.25vw, 120px);position:relative}.nc__intro{text-align:center;flex-direction:column;align-items:center;gap:clamp(24px,2.08vw,40px);display:flex}.nc__badge{-webkit-backdrop-filter:blur(12.5px);background:#5555551a;border-radius:6px;align-items:center;gap:14px;padding:18px;display:inline-flex}.nc__badge-dot{background:var(--c-red);flex-shrink:0;width:8.628px;height:8.628px;display:block}.nc__badge-text{font-family:var(--f-mono);font-size:clamp(13px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-dark);white-space:nowrap;line-height:1.6}.nc__reveal{font-family:var(--f-sans);font-weight:var(--fw-regular);text-align:center;margin:0}.nc__reveal--lg{letter-spacing:-.05em;max-width:clamp(320px,80.6vw,1548px);font-size:clamp(34px,4.58vw,88px);line-height:1.15}.nc__reveal--md{letter-spacing:-.05em;max-width:clamp(300px,48vw,922px);font-size:clamp(26px,2.92vw,56px);line-height:1.3}.nc__word{color:#00000026;transition:color .4s}.nc__word.is-on{color:var(--c-dark)}.nc__word--red.is-on{color:var(--c-red)}.nc__stage{margin-top:clamp(60px,6.5vw,124px);position:relative}.nc__carousel{z-index:1;--nc-size:clamp(136px, 10.94vw, 210px);--nc-top:calc(var(--nc-size) / 2);--nc-radius:clamp(680px, 62vw, 1190px);width:100vw;height:clamp(280px,22.8vw,438px);margin-top:clamp(60px,7vw,140px);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative}.nc__wheel{left:50%;top:calc(var(--nc-top) + var(--nc-radius));transform-origin:50%;will-change:transform;width:0;height:0;position:absolute}.nc__photo{width:var(--nc-size);height:var(--nc-size);margin-left:calc(var(--nc-size) / -2);margin-top:calc(var(--nc-size) / -2);object-fit:cover;object-position:center;max-width:none;box-shadow:none;filter:none;transform:rotate(var(--angle,0deg)) translateY(calc(-1 * var(--nc-radius))) scale(var(--scale,1));transform-origin:50%;backface-visibility:hidden;pointer-events:none;user-select:none;display:block;position:absolute;top:0;left:0}.nc__outro{z-index:5;flex-direction:column;align-items:center;gap:clamp(48px,4.17vw,80px);margin-top:clamp(28px,3.2vw,62px);display:flex;position:relative}.nc__contact{background:var(--c-red);transition:background var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);border-radius:12px;align-items:center;gap:clamp(20px,1.875vw,36px);padding:10px 10px 10px clamp(24px,1.875vw,36px);text-decoration:none;display:inline-flex}.nc__contact:hover{background:#c42a2d;transform:translateY(-2px)}.nc__contact-text{font-family:var(--f-sans);font-size:clamp(16px,1.146vw,22px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);white-space:nowrap;line-height:1.6}.nc__contact-icon{background:var(--c-dark);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:clamp(48px,3.33vw,64px);height:clamp(48px,3.33vw,64px);display:flex}.nc__contact-icon img{width:clamp(18px,1.25vw,24px);height:auto;transition:transform var(--dur-base) var(--ease);display:block}.nc__contact:hover .nc__contact-icon img{transform:translate(3px,-3px)}@media (width<=768px){.nc__carousel{--nc-radius:clamp(420px, 70vw, 620px);--nc-size:clamp(96px, 20vw, 140px);height:clamp(220px,34vw,300px)}.nc__stage,.nc__outro{margin-top:clamp(40px,8vw,72px)}}#mapa{background-color:var(--c-light);padding:clamp(80px, 10.42vw, 200px) var(--gutter);z-index:2;will-change:transform;border-bottom-right-radius:48px;border-bottom-left-radius:48px;flex-direction:column;gap:clamp(48px,5vw,96px);display:flex;position:relative}.map__header{justify-content:space-between;align-items:flex-end;gap:clamp(40px,5vw,96px);display:flex}.map__header-left{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:clamp(24px,2.08vw,40px);display:flex}.map__badge{-webkit-backdrop-filter:blur(25px);background:#5555551a;border-radius:6px;align-items:center;gap:14px;padding:18px;display:inline-flex}.map__badge-dot{background:var(--c-red);flex-shrink:0;width:8.628px;height:8.628px;display:block}.map__badge-text{font-family:var(--f-mono);font-size:clamp(13px,.94vw,18px);font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-dark);white-space:nowrap;line-height:1.6}.map__title{font-family:var(--f-sans);font-size:clamp(40px,4.58vw,88px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-dark);margin:0;line-height:1.15}.map__desc{font-family:var(--f-sans);font-size:clamp(16px,1.25vw,24px);font-weight:var(--fw-regular);letter-spacing:-.03em;color:#1b1b1bcc;flex-shrink:0;max-width:clamp(320px,33.5vw,643px);margin:0;line-height:1.6}.map__canvas{aspect-ratio:1620/1280;border:1px solid #5556;border-radius:12px;width:100%;position:relative;overflow:visible}.map__svg{object-fit:fill;pointer-events:none;user-select:none;clip-path:inset(0 round 12px);width:100%;height:100%;display:block;position:absolute;inset:0}.map__pin{z-index:2;position:absolute;transform:translate(-50%,-50%)}.map__pin-dot{cursor:pointer;width:clamp(24px,2vw,38.459px);height:clamp(24px,2vw,38.459px);transition:box-shadow var(--dur-base) var(--ease), transform var(--dur-base) var(--ease);border:none;border-radius:50%;padding:0;display:block;position:relative}.map__pin--andamento .map__pin-dot{background:var(--c-red)}.map__pin--entregue .map__pin-dot{background:var(--c-dark)}.map__pin:hover .map__pin-dot,.map__pin:focus-within .map__pin-dot{transform:scale(1.06);box-shadow:0 0 0 12px #5555552e}.map__pin:hover,.map__pin:focus-within{z-index:10}.map__card{z-index:5;opacity:0;visibility:hidden;transition:opacity var(--dur-base) var(--ease), transform var(--dur-base) var(--ease), visibility 0s linear var(--dur-base);background:#fff;border-radius:12px;align-items:flex-start;display:flex;position:absolute;overflow:hidden;transform:translateY(8px);box-shadow:0 30px 80px #1b1b1b38}.map__pin:hover .map__card,.map__pin:focus-within .map__card{opacity:1;visibility:visible;transition:opacity var(--dur-base) var(--ease), transform var(--dur-base) var(--ease), visibility 0s;transform:translateY(0)}.map__pin--up .map__card{bottom:calc(100% + 14px)}.map__pin--down .map__card{top:calc(100% + 14px)}.map__card:after{content:"";height:18px;position:absolute;left:0;right:0}.map__pin--up .map__card:after{top:100%}.map__pin--down .map__card:after{bottom:100%}.map__pin--right .map__card{left:0}.map__pin--left .map__card{right:0}.map__card-media{flex-shrink:0;align-self:stretch;width:335px;position:relative;overflow:hidden}.map__card-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.map__card-label{-webkit-backdrop-filter:blur(25px);background:#f4f5f740;border-radius:6px;align-items:center;gap:10px;padding:10px 12px;display:inline-flex;position:absolute;top:28px;left:29px}.map__card-label-dot{flex-shrink:0;width:7.5px;height:7.5px;display:block}.map__pin--andamento .map__card-label-dot{background:var(--c-red)}.map__pin--entregue .map__card-label-dot{background:var(--c-dark)}.map__card-label-text{font-family:var(--f-mono);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-dark);white-space:nowrap;font-size:13px;line-height:1}.map__card-body{flex-direction:column;gap:20px;padding:28px;display:flex}.map__card-loc{flex-direction:column;gap:8px;display:flex}.map__card-city{font-family:var(--f-sans);font-size:24px;font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-dark);white-space:nowrap;margin:0;line-height:1.15}.map__card-place{align-items:center;gap:4px;display:flex}.map__card-place-icon{opacity:.5;flex-shrink:0;width:13.343px;height:13.343px;display:block}.map__card-place span{font-family:var(--f-sans);letter-spacing:-.03em;color:#1b1b1b80;font-size:13px;line-height:1.4}.map__card-text{font-family:var(--f-sans);font-size:14px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:#1b1b1bcc;width:240px;margin:0;line-height:1.55}.map__card-btn{background:var(--c-red);transition:background var(--dur-base) var(--ease);border-radius:10px;align-self:flex-start;align-items:center;gap:20px;padding:6px 6px 6px 20px;text-decoration:none;display:inline-flex}.map__card-btn:hover{background:#c42a2d}.map__card-btn-text{font-family:var(--f-sans);font-size:14px;font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);white-space:nowrap;line-height:1}.map__card-btn-icon{background:var(--c-dark);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.map__card-btn-icon img{width:13px;height:auto;transition:transform var(--dur-base) var(--ease);display:block}.map__card-btn:hover .map__card-btn-icon img{transform:translate(3px,-3px)}.map__legend{-webkit-backdrop-filter:blur(25px);z-index:3;background:#5555551a;border-radius:6px;align-items:center;gap:32px;padding:18px;display:flex;position:absolute;bottom:49px;left:58px}.map__legend-item{align-items:center;gap:14px;display:inline-flex}.map__legend-dot{flex-shrink:0;width:8.628px;height:8.628px;display:block}.map__legend-item--andamento .map__legend-dot{background:var(--c-red)}.map__legend-item--entregue .map__legend-dot{background:var(--c-dark)}.map__legend-text{font-family:var(--f-mono);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-dark);white-space:nowrap;font-size:clamp(13px,.94vw,18px);line-height:1.6}@media (width<=1024px){.map__header{flex-direction:column;align-items:flex-start;gap:32px}.map__desc{max-width:100%}.map__legend{bottom:24px;left:24px}}@media (width<=768px){.map__card{flex-direction:column;width:260px}.map__card-media{align-self:auto;width:100%;height:150px}.map__card-body{gap:14px;padding:18px}.map__card-city{font-size:18px}.map__card-text{width:auto;font-size:13px}.map__legend{flex-direction:column;gap:12px}}#cta-footer{z-index:1;background-color:var(--c-dark);padding:clamp(80px, 7.8125vw, 150px) var(--gutter) 56px;flex-direction:column;gap:96px;margin-top:-60vh;display:flex;position:relative;overflow:hidden}.ctaf__bg{pointer-events:none;user-select:none;z-index:0;width:auto;min-width:100%;max-width:none;height:auto;position:absolute;top:0;left:50%;transform:translate(-50%)}.ctaf__rule{background:#f4f5f71f;flex-shrink:0;width:100%;height:1px}.ctaf__header{z-index:1;flex-direction:column;gap:40px;display:flex;position:relative}.ctaf__badge{-webkit-backdrop-filter:blur(12.5px);background:#5555551a;border-radius:6px;align-items:center;gap:14px;width:fit-content;padding:18px;display:inline-flex}.ctaf__badge-dot{background:var(--c-red);flex-shrink:0;width:8.628px;height:8.628px;display:block}.ctaf__badge-text{font-family:var(--f-mono);font-size:18px;font-weight:var(--fw-regular);letter-spacing:-.03em;text-transform:uppercase;color:var(--c-light);white-space:nowrap;line-height:1.6}.ctaf__title{font-family:var(--f-sans);font-size:clamp(40px,4.58vw,88px);font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);margin:0;line-height:1.15}.ctaf__title-red{color:var(--c-red);display:block}.ctaf__contact{z-index:1;flex-direction:column;gap:72px;display:flex;position:relative}.ctaf__contact-row{justify-content:space-between;align-items:center;gap:clamp(32px,5vw,96px);display:flex}.ctaf__contact-info{align-items:center;gap:88px;display:flex}.ctaf__contact-item{flex-direction:column;gap:8px;display:flex}.ctaf__contact-label{font-family:var(--f-sans);font-size:16px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f780;line-height:1.6}.ctaf__contact-value{font-family:var(--f-sans);font-size:18px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--c-light);white-space:nowrap;line-height:1.6}.ctaf__actions{flex-shrink:0;align-items:center;gap:16px;display:flex}.ctaf__btn-primary{background:var(--c-red);transition:background var(--dur-base) var(--ease);border-radius:12px;flex-shrink:0;align-items:center;gap:36px;padding:8px 8px 8px 36px;text-decoration:none;display:inline-flex}.ctaf__btn-primary:hover{background:#c42a2d}.ctaf__btn-primary-text{font-family:var(--f-sans);font-size:18px;font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);white-space:nowrap;line-height:1.6}.ctaf__btn-primary-icon{background:var(--c-dark);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:50.617px;height:50.617px;display:flex}.ctaf__btn-primary-icon img{width:18px;height:auto;transition:transform var(--dur-base) var(--ease);display:block}.ctaf__btn-primary:hover .ctaf__btn-primary-icon img{transform:translate(3px,-3px)}.ctaf__btn-outline{border:1px solid var(--c-light);-webkit-backdrop-filter:blur(12.5px);white-space:nowrap;transition:background var(--dur-base) var(--ease);background:#f4f5f703;border-radius:12px;justify-content:center;align-self:stretch;align-items:center;padding:0 36px;text-decoration:none;display:flex}.ctaf__btn-outline:hover{background:#f4f5f70f}.ctaf__btn-outline-text{font-family:var(--f-sans);font-size:18px;font-weight:var(--fw-regular);letter-spacing:-.05em;color:var(--c-light);line-height:1.6}.ctaf__info{z-index:1;justify-content:space-between;align-items:flex-start;display:flex;position:relative}.ctaf__company{flex-direction:column;align-items:flex-start;gap:40px;display:flex}.ctaf__logo{display:block}.ctaf__logo img{width:94.662px;height:39.25px;display:block}.ctaf__company-desc{font-family:var(--f-sans);font-size:16px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--c-light);width:292px;margin:0;line-height:1.6}.ctaf__social{align-items:center;gap:10px;display:flex}.ctaf__social-link{width:45px;height:45px;transition:background var(--dur-base) var(--ease);background:#f4f5f70d;border-radius:6px;justify-content:center;align-items:center;display:flex;overflow:hidden}.ctaf__social-link:hover{background:#f4f5f71f}.ctaf__social-link img{flex-shrink:0;display:block}.ctaf__social-link--instagram img{width:18.549px;height:18.549px}.ctaf__social-link--linkedin img{width:22.259px;height:22.259px}.ctaf__social-link--whatsapp img{width:18.762px;height:18.762px}.ctaf__nav-cols{align-items:flex-start;gap:150px;display:flex}.ctaf__nav-col{flex-direction:column;gap:36px;display:flex}.ctaf__nav-col-label{font-family:var(--f-sans);font-size:16px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:#f4f5f780;white-space:nowrap;line-height:1.6}.ctaf__nav-links{flex-direction:column;gap:18px;display:flex}.ctaf__nav-link{font-family:var(--f-sans);font-size:18px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:var(--c-light);white-space:nowrap;transition:opacity var(--dur-base) var(--ease);line-height:1.6;text-decoration:none}.ctaf__nav-link:hover{opacity:.55}.ctaf__footer-bar{z-index:1;flex-direction:column;gap:56px;display:flex;position:relative}.ctaf__footer-bottom{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.ctaf__copyright{font-family:var(--f-sans);font-size:16px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:#555;width:414px;margin:0;line-height:1.6}.ctaf__legal-links{flex-shrink:0;align-items:center;gap:64px;display:flex}.ctaf__legal-link{font-family:var(--f-sans);font-size:16px;font-weight:var(--fw-regular);letter-spacing:-.03em;color:#555;white-space:nowrap;transition:color var(--dur-base) var(--ease);line-height:1.6;text-decoration:none}.ctaf__legal-link:hover{color:var(--c-light)}@media (width<=1280px){.ctaf__contact-row{flex-direction:column;align-items:flex-start;gap:48px}.ctaf__contact-info{flex-wrap:wrap;gap:40px}.ctaf__nav-cols{gap:64px}}@media (width<=1024px){.ctaf__info{flex-direction:column;gap:48px}.ctaf__company-desc{width:auto;max-width:400px}}@media (width<=768px){#cta-footer{gap:48px}.ctaf__contact-info{flex-direction:column;gap:32px}.ctaf__actions{flex-direction:column;align-items:flex-start;width:100%}.ctaf__btn-outline{align-self:auto;padding:14px 24px}.ctaf__nav-cols{flex-wrap:wrap;gap:32px}.ctaf__footer-bottom{flex-direction:column;gap:16px}.ctaf__copyright{width:auto}.ctaf__legal-links{gap:32px}}.manifesto[data-astro-cid-nnfqu5h2]{background:#1a1a1a;padding:0;position:relative;overflow:hidden}.manifesto-img[data-astro-cid-nnfqu5h2]{z-index:0;position:absolute;inset:0}.manifesto-img[data-astro-cid-nnfqu5h2]:after{content:"";background:linear-gradient(#1a1a1ab3 0%,#1a1a1a8c 50%,#1a1a1acc 100%);position:absolute;inset:0}.manifesto-inner[data-astro-cid-nnfqu5h2]{z-index:1;flex-direction:column;justify-content:center;max-width:1620px;min-height:80vh;margin:0 auto;padding:clamp(80px,10vh,120px) 40px;display:flex;position:relative}.manifesto-txt[data-astro-cid-nnfqu5h2]{letter-spacing:-.02em;color:#fff;max-width:1100px;margin-top:24px;font-size:clamp(32px,4vw,56px);font-weight:400;line-height:1.15}.manifesto-foot[data-astro-cid-nnfqu5h2]{border-top:1px solid #ffffff1a;grid-template-columns:1fr 1fr;align-items:end;gap:80px;margin-top:clamp(48px,6vh,80px);padding-top:clamp(32px,4vh,48px);display:grid}.mf-copy[data-astro-cid-nnfqu5h2]{color:#ffffffb3;max-width:460px;font-size:16px;font-weight:300;line-height:1.75}.mf-r[data-astro-cid-nnfqu5h2]{justify-content:flex-end;display:flex}.eyebrow[data-astro-cid-nnfqu5h2].inv{text-transform:uppercase;letter-spacing:.1em;color:#dd3134;font-family:Ubuntu Mono,monospace;font-size:14px}@media (width<=768px){.manifesto-foot[data-astro-cid-nnfqu5h2]{grid-template-columns:1fr;gap:32px}.mf-r[data-astro-cid-nnfqu5h2]{justify-content:flex-start}}
