@import"https://fonts.googleapis.com/css2?family=Epilogue:wght@300;400;500;600;700&family=Italianno&display=swap";.site-footer{min-height:440px;background:var(--color-background-dark);color:var(--color-white);font-family:var(--font-primary)}.site-footer__inner{width:min(100% - (var(--container-padding) * 2),1123px);margin-inline:auto;padding-block:52px 30px}.site-footer__content{display:grid;grid-template-columns:215px minmax(180px,1fr) minmax(250px,1.1fr) minmax(260px,1fr);gap:clamp(1.75rem,3.5vw,4rem);align-items:start}.site-footer__column{display:contents}.site-footer__brand{display:flex;width:205px;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent}.site-footer__brand-logo{display:block;width:100%;max-width:205px;height:auto;object-fit:contain;mix-blend-mode:screen}.site-footer__group{font-size:20px;font-style:normal;font-weight:300;letter-spacing:.15px;line-height:24px}.site-footer__title{margin:0 0 16px;color:var(--color-white);font-size:20px;font-weight:900;letter-spacing:.15px;line-height:24px}.site-footer__list{display:flex;margin:0;padding:0;flex-direction:column;gap:7px;list-style:none}.site-footer__link{display:inline-flex;min-height:26px;align-items:center;color:var(--color-white)}.site-footer__contact-list,.site-footer__contact-link{gap:10px}.site-footer__contact-icon{display:inline-grid;width:22px;min-width:22px;height:22px;place-items:center}.site-footer__contact-icon img,.site-footer__contact-icon svg{width:18px;height:18px}.site-footer__contact-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.site-footer__social{margin-top:26px}.site-footer__social-list{display:flex;gap:13px;flex-wrap:wrap}.site-footer__social-item{display:inline-grid;min-width:44px;min-height:44px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;color:var(--color-white);font-size:20px;font-weight:900;line-height:1}.site-footer__social-icon{display:block;width:20px;height:20px;filter:brightness(0) invert(1)}.site-footer__address p{margin:0}.site-footer__divider{height:1px;margin-top:44px;background:#ffffffb3}.site-footer__copyright{max-width:499px;margin:34px auto 0;color:var(--color-white);font-size:20px;font-weight:100;letter-spacing:.15px;line-height:24px;text-align:center}@media(max-width:1100px){.site-footer__content{grid-template-columns:minmax(160px,.8fr) repeat(3,minmax(0,1fr));gap:2rem}.site-footer__brand{width:170px;min-height:186px}}@media(max-width:900px){.site-footer{min-height:auto}.site-footer__inner{padding-block:40px 28px}.site-footer__content{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__brand{grid-column:1 / -1}}@media(max-width:640px){.site-footer__inner{width:min(100% - 32px,1123px);padding-block:28px 22px}.site-footer__content{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);column-gap:clamp(.75rem,4vw,1.25rem);row-gap:0}.site-footer__column{display:flex;min-width:0;flex-direction:column;align-items:stretch}.site-footer__column--right{display:grid;grid-template-columns:minmax(0,1fr);align-content:start}.site-footer__brand{width:clamp(4.5rem,22vw,6rem);min-height:0;margin-bottom:clamp(1rem,4vw,1.5rem);align-self:flex-start}.site-footer__group,.site-footer__copyright{min-width:0;font-size:clamp(.71875rem,3.25vw,.875rem);font-weight:200;line-height:1.45}.site-footer__title{margin-bottom:.625rem;font-size:clamp(.775rem,3vw,1.0225rem);line-height:1.25}.site-footer__list{gap:.25rem}.site-footer__link{min-width:0;min-height:1.5rem}.site-footer__group--contact{display:contents}.site-footer__group--contact>.site-footer__title,.site-footer__contact-list,.site-footer__address,.site-footer__social{grid-column:1}.site-footer__group--contact>.site-footer__title{grid-row:1}.site-footer__contact-list{grid-row:2;margin-bottom:clamp(1rem,4vw,1.35rem);gap:.375rem}.site-footer__address{grid-row:3;margin-bottom:clamp(1rem,4vw,1.35rem)}.site-footer__social{grid-row:4;margin-top:0}.site-footer__contact-link{max-width:100%;gap:.375rem}.site-footer__contact-link>span:last-child{min-width:0;overflow-wrap:anywhere}.site-footer__contact-icon{width:1.125rem;min-width:1.125rem;height:1.125rem}.site-footer__contact-icon img,.site-footer__contact-icon svg{width:.9375rem;height:.9375rem}.site-footer__social-list{gap:.5rem}.site-footer__social-item{width:clamp(2rem,9vw,2.5rem);min-width:clamp(2rem,9vw,2.5rem);min-height:clamp(2rem,9vw,2.5rem);font-size:clamp(.875rem,3.5vw,1rem)}.site-footer__divider{margin-top:clamp(1.5rem,6vw,2rem)}.site-footer__copyright{margin-top:1rem}}.cta-button{display:inline-flex;min-height:3rem;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius-pill);padding:var(--spacing-sm) var(--spacing-xl);font-size:.875rem;font-weight:600;letter-spacing:.02em;line-height:1;transition:background-color var(--transition-base),border-color var(--transition-base),color var(--transition-base),transform var(--transition-base)}.cta-button:hover{opacity:1;transform:translateY(-2px)}.cta-button--primary{background-color:var(--color-black);color:var(--color-text-light)}.cta-button--primary:hover{background-color:var(--color-black-soft)}.cta-button--secondary{background-color:var(--color-silver-light);color:var(--color-black)}.cta-button--secondary:hover{background-color:var(--color-silver)}.cta-button--outline{border-color:currentColor;background-color:transparent;color:inherit}.cta-button--outline:hover{background-color:var(--color-black);color:var(--color-text-light)}.section-dark .cta-button--primary{background-color:var(--color-off-white);color:var(--color-black)}.cta-button__label{display:inline-block;position:relative;z-index:2;color:inherit!important;font-size:inherit;line-height:1;opacity:1!important;visibility:visible!important;text-indent:0;-webkit-text-fill-color:currentColor}.site-header{position:absolute;top:clamp(18px,3vw,30px);left:50%;z-index:var(--z-index-header);width:min(calc(100% - clamp(40px,8vw,112px)),1190px);transform:translate(-50%)}.site-header__nav{display:flex;min-height:clamp(58px,5vw,68px);align-items:center;justify-content:space-between;gap:clamp(.875rem,2vw,2rem);border-radius:90px;padding:clamp(9px,1vw,12px) clamp(18px,2.3vw,30px);background:#00000080;color:var(--color-white)}.site-header__topbar{display:contents}.site-header__logo{display:inline-flex;order:0;flex:0 0 auto;align-items:center;justify-content:center;text-decoration:none}.site-header__logo-image{display:block;width:clamp(112px,10vw,150px);height:auto;object-fit:contain}.site-header__links,.site-header__actions{display:flex;align-items:center;gap:clamp(.875rem,1.65vw,1.75rem)}.site-header__links{order:1}.site-header__actions{order:2}.site-header__links a{color:var(--color-white);font-family:var(--font-primary);font-size:clamp(15px,1.25vw,17px);font-weight:400;line-height:1}.site-header__items{position:relative;display:flex;align-items:center}.site-header__items-trigger{display:inline-flex;align-items:center;gap:.45rem;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(15px,1.25vw,17px);font-weight:400;line-height:1;transition:opacity var(--transition-base)}.site-header__items-trigger:hover{opacity:.75}.site-header__items-arrow{width:.48rem;height:.48rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:translateY(-.12rem) rotate(45deg);transition:transform var(--transition-base)}.site-header__items[data-open=true] .site-header__items-arrow{transform:translateY(.12rem) rotate(225deg)}.site-header__dropdown{position:absolute;top:100%;left:50%;z-index:calc(var(--z-index-header) + 1);display:flex;width:max-content;min-width:220px;flex-direction:column;margin-top:0;border:1px solid rgba(255,255,255,.32);border-radius:16px;padding:.5rem .8rem;background:#181818ad;box-shadow:0 12px 26px #0003;opacity:0;visibility:hidden;transform:translate(-50%,.55rem);transition:opacity .18s ease,transform .18s ease,visibility .18s;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);pointer-events:none}.site-header__items[data-open=true] .site-header__dropdown{opacity:1;visibility:visible;transform:translate(-50%,.35rem);pointer-events:auto}.site-header__dropdown:before{position:absolute;right:0;bottom:100%;left:0;height:.5rem;content:""}.site-header__dropdown a{padding:.85rem .75rem;line-height:1.25;transition:background-color var(--transition-base),opacity var(--transition-base)}.site-header__dropdown a+a{border-top:1px solid rgba(255,255,255,.16)}.site-header__dropdown a:hover,.site-header__dropdown a:focus-visible{border-radius:8px;background:#ffffff1a;opacity:1}.site-header__actions .cta-button{min-height:44px;border-radius:10px;padding-inline:16px;font-size:15px;font-weight:500;letter-spacing:0}.site-header__actions .site-header__catalog{width:112px;background:#d9d9d933;color:var(--color-white)}.site-header__actions .site-header__quote{width:196px;background:#f9f5f5;color:var(--color-black)}.site-header__menu-button{display:none;order:3;min-width:44px;min-height:44px;align-items:center;justify-content:center;border-radius:999px;background:#d9d9d933;color:var(--color-white);font-size:1.6rem}.site-header__menu-icon{display:block;line-height:1}.site-header__mobile-menu{display:none}@media(max-width:68rem){.site-header{top:24px;width:min(calc(100% - 64px),1190px)}.site-header__nav{min-height:66px;padding:10px 16px 10px 22px}.site-header__menu-button{display:inline-flex}.site-header__links,.site-header__actions{display:none}.site-header__nav[data-open=true]{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;max-height:calc(100dvh - 48px);border-radius:32px;padding:16px 18px 20px 22px;overflow-y:auto;background:#0c0c0cfa;box-shadow:0 20px 52px #00000057;overscroll-behavior:contain;scrollbar-color:rgba(255,255,255,.28) transparent;scrollbar-width:thin}.site-header__nav[data-open=true] .site-header__topbar{display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;gap:1rem}.site-header__nav[data-open=true] .site-header__menu-button{flex:0 0 auto;background:#ffffff24;font-size:2rem}.site-header__nav[data-open=true] .site-header__menu-icon{transform:translateY(-.04em)}.site-header__nav[data-open=true] .site-header__mobile-menu{display:flex;order:1;width:100%;flex-direction:column;min-width:0}.site-header__mobile-links{display:flex;width:100%;flex-direction:column;margin-top:clamp(1.15rem,3.2vh,1.75rem);border-top:1px solid rgba(255,255,255,.14)}.site-header__mobile-link{display:flex;min-width:0;min-height:48px;align-items:center;border-bottom:1px solid rgba(255,255,255,.14);padding:.75rem .25rem;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(.95rem,2.4vw,1.08rem);font-weight:400;line-height:1.3}.site-header__mobile-link:hover,.site-header__mobile-link:focus-visible,.site-header__mobile-link.is-active{opacity:1}.site-header__mobile-link.is-active{color:var(--color-silver-light);font-weight:600}.site-header__mobile-actions{display:grid;width:min(100%,38rem);grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:clamp(.5rem,1.5vw,.75rem);margin-top:clamp(1.15rem,3.2vh,1.75rem)}.site-header__mobile-actions .cta-button{width:100%;min-width:0;min-height:54px;border-radius:10px;padding:.7rem .55rem;font-size:clamp(.75rem,2.2vw,.94rem);font-weight:500;line-height:1.2;letter-spacing:0;white-space:normal}.site-header__mobile-actions .site-header__catalog{background:#d9d9d91f;color:var(--color-white)}.site-header__mobile-actions .site-header__quote{background:#f9f5f5;color:var(--color-black)}}@media(max-width:36rem){.site-header{top:16px;width:calc(100% - 32px)}}@media(max-width:48rem){.site-header{top:18px;width:calc(100% - 28px)}.site-header__nav{min-height:74px;padding:12px 16px 12px 22px}.site-header__nav[data-open=true]{max-height:calc(100dvh - 36px);border-radius:28px;padding:14px 16px 18px 22px}.site-header__logo-image{width:clamp(132px,38vw,164px)}.site-header__menu-button{min-width:50px;min-height:50px;font-size:1.85rem}.site-header__nav[data-open=true] .site-header__menu-button{font-size:2rem}}.final-item-cta{position:relative;width:100%;margin:0;overflow:hidden;background:linear-gradient(135deg,#eee,#ccc 48%,#a8a8a8);isolation:isolate}.final-item-cta__container{position:relative;z-index:1;display:grid;height:clamp(26rem,34vw,32rem);min-width:0;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:clamp(1rem,3vw,3rem)}.final-item-cta__content{display:flex;position:relative;z-index:2;width:100%;max-width:32rem;min-width:0;flex-direction:column;align-items:flex-start;padding-block:clamp(2.5rem,5vw,4.5rem);color:var(--color-black)}.final-item-cta__visual{display:flex;position:relative;align-self:stretch;min-width:0;align-items:flex-end;justify-content:flex-end}.final-item-cta__image{display:block;position:absolute;right:0;bottom:0;width:min(100%,58.625rem);max-width:100%;max-height:96%;aspect-ratio:auto 938 / 625;object-fit:contain;object-position:right bottom}.final-item-cta__title{display:flex;flex-direction:row;align-items:baseline;gap:clamp(.5rem,1vw,1rem);margin:0 0 clamp(.75rem,1.3vw,1.25rem);font-family:var(--font-primary);font-weight:500;letter-spacing:-.045em;line-height:.86;white-space:nowrap}.final-item-cta__title-main{font-size:clamp(2.25rem,4.15vw,4.25rem)}.final-item-cta__title-highlight{margin-top:0;font-family:var(--font-highlight);font-size:clamp(5rem,8vw,8.5rem);font-weight:400;letter-spacing:-.025em;line-height:.7}.final-item-cta__description{max-width:31rem;margin:0 0 clamp(1.25rem,2vw,2rem);font-family:var(--font-primary);font-size:clamp(.875rem,1.25vw,1.125rem);font-weight:400;line-height:1.35}.final-item-cta__link{display:inline-flex;min-height:clamp(3rem,3.65vw,3.5rem);align-items:center;justify-content:center;border-radius:var(--radius-md);padding:.75rem clamp(1.5rem,2.4vw,2.25rem);background:var(--color-black);color:var(--color-white);font-family:var(--font-primary);font-size:clamp(.875rem,1.05vw,1rem);font-weight:600;line-height:1;transition:background-color var(--transition-base),transform var(--transition-base)}.final-item-cta__link:hover{background:var(--color-black-soft);opacity:1;transform:translateY(-2px)}.final-item-cta__link:focus-visible{outline-color:var(--color-black)}@media(max-width:900px){.final-item-cta__title{flex-direction:column;align-items:flex-start;gap:0;white-space:normal}}@media(max-width:43.75rem){.final-item-cta--hide-image-mobile .final-item-cta__container{display:flex;height:auto;min-height:0;flex-direction:column;gap:0;padding-top:clamp(2rem,8vw,3rem);padding-bottom:clamp(2rem,8vw,3rem)}.final-item-cta--hide-image-mobile .final-item-cta__content{width:100%;max-width:none;padding-block:0}.final-item-cta--hide-image-mobile .final-item-cta__visual{display:none}}@media(max-width:640px){.final-item-cta__container{display:flex;height:auto;min-height:0;flex-direction:column;gap:0;padding-top:clamp(2rem,8vw,3rem)}.final-item-cta__content{width:100%;max-width:none;padding-block:0}.final-item-cta__title{margin-bottom:clamp(1rem,4vw,1.35rem);line-height:1}.final-item-cta__title-main{font-size:clamp(2.25rem,11vw,3rem)}.final-item-cta__title-highlight{margin-top:0;padding-bottom:.08em;font-size:clamp(3.75rem,17vw,4.75rem);line-height:.82}.final-item-cta__description{max-width:34rem;margin-bottom:clamp(1.25rem,5vw,1.75rem);font-size:clamp(.95rem,3.8vw,1.05rem);line-height:1.45}.final-item-cta__link{width:min(100%,17rem);min-height:3.25rem}.final-item-cta__visual{position:relative;width:100%;min-height:0;align-self:flex-end;margin-top:clamp(.75rem,3vw,1.25rem)}.final-item-cta__image{position:relative;right:auto;bottom:auto;width:min(90%,28rem);height:auto;max-height:none}}@media(prefers-reduced-motion:reduce){.final-item-cta__link{transition:none}.final-item-cta__link:hover{transform:none}}.acessorios-baliza-section{overflow-x:clip;padding-block:var(--section-spacing);background:var(--color-white);color:var(--color-black-soft)}.acessorios-baliza-section__layout{display:grid;grid-template-areas:"viewer content";grid-template-columns:minmax(30rem,1.2fr) minmax(24rem,.9fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.acessorios-baliza-section__content{grid-area:content;min-width:0}.acessorios-baliza-section__header{margin-bottom:clamp(2rem,4vw,3.25rem)}.acessorios-baliza-section__eyebrow{display:block;margin-bottom:clamp(.8rem,1.4vw,1.15rem);font-family:var(--font-primary);font-size:clamp(.7rem,.8vw,.8rem);font-weight:700;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.acessorios-baliza-section__title{display:flex;margin:0;flex-direction:column;align-items:flex-start;line-height:.8}.acessorios-baliza-section__title-main{font-family:var(--font-primary);font-size:clamp(2.75rem,4.7vw,4.75rem);font-weight:500;letter-spacing:-.055em;line-height:.95}.acessorios-baliza-section__title-highlight{margin-top:-.02em;font-family:var(--font-highlight);font-size:clamp(4.25rem,7.5vw,7.5rem);font-weight:400;letter-spacing:-.02em;line-height:.72}.acessorios-baliza-section__viewer{position:relative;display:grid;grid-area:viewer;width:100%;min-width:0;aspect-ratio:1.15 / 1;place-items:center;overflow:hidden;border:1px solid var(--color-black-soft);border-radius:var(--radius-md);background:var(--color-white)}.acessorios-baliza-section__placeholder{display:flex;max-width:23rem;flex-direction:column;align-items:center;gap:.45rem;padding:clamp(1.5rem,4vw,3rem);color:var(--color-text-muted);font-family:var(--font-primary);text-align:center}.acessorios-baliza-section__placeholder-label{font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;line-height:1.4}.acessorios-baliza-section__placeholder-text{font-size:clamp(.72rem,1vw,.85rem);line-height:1.5}.acessorios-baliza-section__image{width:100%;height:100%;object-fit:contain;object-position:center;padding:clamp(1.25rem,4vw,3.5rem)}.acessorios-baliza-section__viewer:has(.acessorios-baliza-section__gallery-controls) .acessorios-baliza-section__image{padding-bottom:clamp(5rem,8vw,6.5rem)}.acessorios-baliza-section__gallery-controls{position:absolute;right:clamp(1rem,2vw,1.5rem);bottom:clamp(1rem,2vw,1.5rem);display:flex;align-items:center;gap:clamp(.5rem,1vw,.75rem)}.acessorios-baliza-section__gallery-button{display:inline-grid;width:clamp(2.75rem,3.5vw,3.25rem);aspect-ratio:1;place-items:center;border:0;border-radius:50%;background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1;cursor:pointer}.acessorios-baliza-section__gallery-button:focus-visible{outline:3px solid #5b9dd9;outline-offset:3px}.acessorios-baliza-section__gallery-button:disabled{cursor:not-allowed;opacity:.35}.acessorios-baliza-section__gallery-counter{min-width:3.5rem;color:var(--color-black-soft);font-family:var(--font-primary);font-size:.85rem;font-weight:600;text-align:center}.acessorios-baliza-section__tabs{display:flex;width:100%;min-width:0;flex-direction:column;gap:clamp(.35rem,.8vw,.75rem);border:0;border-radius:20px;padding:clamp(.75rem,1.4vw,1.15rem);background:#171717;box-shadow:0 18px 32px #14100c1c}.acessorios-baliza-section__tab{width:100%;min-height:clamp(3.5rem,5vw,4.75rem);border:0;border-radius:10px;padding:clamp(.9rem,1.5vw,1.25rem) clamp(1.25rem,2.5vw,2rem);background:transparent;box-shadow:none;color:#fff;font-family:var(--font-primary);font-size:clamp(.9rem,1.25vw,1.1rem);font-weight:400;letter-spacing:normal;line-height:1.3;text-align:left;text-transform:none;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.acessorios-baliza-section__tab:hover:not(.acessorios-baliza-section__tab--active){background:#ffffff1f}.acessorios-baliza-section__tab:focus-visible{position:relative;z-index:1;outline:2px solid currentColor;outline-offset:2px}.acessorios-baliza-section__tab--active{border:0;background:#f7f5f2;color:#111;font-weight:700}@media(max-width:68.75rem){.acessorios-baliza-section__layout{grid-template-columns:minmax(25rem,1.1fr) minmax(22rem,.9fr);gap:clamp(2.25rem,5vw,4rem)}}@media(max-width:56.25rem){.acessorios-baliza-section__layout{grid-template-areas:"content" "viewer";grid-template-columns:minmax(0,1fr);gap:clamp(2.5rem,7vw,4rem)}.acessorios-baliza-section__content{width:100%}.acessorios-baliza-section__tabs-card{max-width:36rem}.acessorios-baliza-section__viewer{aspect-ratio:1.25 / 1}}@media(max-width:40rem){.acessorios-baliza-section{padding-block:var(--section-spacing-small)}.acessorios-baliza-section__header{margin-bottom:2rem}.acessorios-baliza-section__title-highlight{font-size:clamp(4rem,20vw,5.75rem)}.acessorios-baliza-section__tabs-card{max-width:none}.acessorios-baliza-section__viewer{aspect-ratio:1 / 1}.acessorios-baliza-section__gallery-controls{right:50%;transform:translate(50%)}.acessorios-baliza-section__gallery-button{width:2.75rem}.acessorios-baliza-section__tab{min-height:3.5rem;white-space:normal}}@media(prefers-reduced-motion:reduce){.acessorios-baliza-section__tab{transition:none}}.acessorios-hero{overflow-x:clip;background:#f5f4f2;color:#1b1b1b}.acessorios-hero__main{position:relative;display:flex;min-height:clamp(620px,86vh,712px);overflow:hidden;isolation:isolate;background:#f5f4f2}.acessorios-hero__image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;max-width:none;object-fit:cover;object-position:62% center}.acessorios-hero__container{display:flex;min-height:inherit;align-items:flex-end;padding-block:clamp(9.5rem,17vw,12rem) clamp(4rem,7vw,5.5rem)}.acessorios-hero__content{display:flex;width:min(42%,28rem);flex-direction:column;align-items:flex-start}.acessorios-hero__title{margin:0;color:#1b1b1b;font-family:var(--font-primary);font-size:clamp(3.25rem,4.75vw,4.5rem);font-weight:600;letter-spacing:-.04em;line-height:1;white-space:nowrap}.acessorios-hero__description{max-width:20rem;margin:clamp(.75rem,1.2vw,1rem) 0 0;color:#1b1b1b;font-family:var(--font-primary);font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.25}.acessorios-hero__actions{display:flex;flex-wrap:wrap;gap:clamp(.875rem,1.8vw,1.5rem);margin-top:clamp(1.5rem,2.4vw,2rem)}.acessorios-hero__button.cta-button{min-height:3rem;border-radius:.5rem;padding:.75rem clamp(1.35rem,2vw,1.75rem);font-size:clamp(.875rem,1.05vw,1rem);font-weight:500;letter-spacing:0;transform:none}.acessorios-hero__button--primary.cta-button{min-width:12.8125rem;background:#171717;color:#fff}.acessorios-hero__button--secondary.cta-button{min-width:9.5625rem;background:#d1d1d1;color:#1b1b1b}.acessorios-hero__button--primary.cta-button:hover{background:#2a2a2a}.acessorios-hero__button--secondary.cta-button:hover{background:#c3c3c3}.acessorios-hero__button.cta-button:focus-visible{outline:2px solid #171717;outline-offset:4px}.acessorios-hero__signature{padding:clamp(.42rem,.78vw,.55rem) var(--container-padding) clamp(.32rem,.58vw,.43rem);background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(.95rem,1.35vw,1.2rem);font-weight:700;letter-spacing:clamp(.14em,1.75vw,.36em);line-height:1.15;text-align:center}@media(max-width:74.9375rem){.acessorios-hero__main{min-height:clamp(560px,68vw,680px)}.acessorios-hero__image{object-position:65% center}.acessorios-hero__content{width:min(43%,24rem)}}@media(max-width:56.1875rem){.acessorios-hero__main{min-height:clamp(540px,76vw,640px)}.acessorios-hero__image{object-position:69% center}.acessorios-hero__container{padding-bottom:clamp(3rem,6vw,4rem)}.acessorios-hero__content{width:min(48%,21rem)}.acessorios-hero__title{font-size:clamp(2.6rem,6vw,3.25rem)}.acessorios-hero__description{max-width:18rem;font-size:1rem}}@media(max-width:43.6875rem){.acessorios-hero__main{min-height:clamp(620px,92svh,720px);align-items:flex-end}.acessorios-hero__main:after{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#00000014,#00000029 36%,#000000ad 66%,#000000fa);content:"";pointer-events:none}.acessorios-hero__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:72% center}.container.acessorios-hero__container{position:relative;z-index:2;display:flex;width:calc(100% - 48px);min-height:inherit;align-items:flex-end;padding-top:140px;padding-bottom:clamp(40px,10vw,56px)}.acessorios-hero__content{width:100%;min-width:0;max-width:23rem}.acessorios-hero__title,.acessorios-hero__description{color:#fff}.acessorios-hero__description{line-height:1.4}.acessorios-hero__title{font-size:clamp(2.5rem,12vw,3.25rem)}.acessorios-hero__actions{width:100%;max-width:22rem;flex-direction:column;gap:.75rem}.acessorios-hero__button.cta-button{width:100%}.acessorios-hero__signature{padding-block:.625rem .5rem;font-size:clamp(.72rem,3.25vw,.92rem);letter-spacing:clamp(.05em,2vw,.13em)}}.comandante-mor-section{overflow-x:clip;padding-block:var(--section-spacing);background:linear-gradient(90deg,#1a1a1a,#242424,#373737);color:#fff}.comandante-mor-section__layout{display:grid;grid-template-areas:"content viewer";grid-template-columns:minmax(24rem,.9fr) minmax(30rem,1.2fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.comandante-mor-section__content{grid-area:content;min-width:0}.comandante-mor-section__header{margin-bottom:clamp(2rem,4vw,3.25rem)}.comandante-mor-section__eyebrow{display:block;margin-bottom:clamp(.8rem,1.4vw,1.15rem);font-family:var(--font-primary);font-size:clamp(.7rem,.8vw,.8rem);font-weight:700;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.comandante-mor-section__title{display:flex;margin:0;flex-direction:column;align-items:flex-start;line-height:.8}.comandante-mor-section__title-main{font-family:var(--font-primary);font-size:clamp(2.75rem,4.7vw,4.75rem);font-weight:500;letter-spacing:-.055em;line-height:.95}.comandante-mor-section__title-highlight{margin-top:-.02em;font-family:var(--font-highlight);font-size:clamp(4.25rem,7.5vw,7.5rem);font-weight:400;letter-spacing:-.02em;line-height:.72}.comandante-mor-section__viewer{position:relative;display:grid;grid-area:viewer;width:100%;min-width:0;aspect-ratio:1.15 / 1;place-items:center;overflow:hidden;border:1px solid var(--color-black-soft);border-radius:var(--radius-md);background:var(--color-white)}.comandante-mor-section__placeholder{display:flex;max-width:23rem;flex-direction:column;align-items:center;gap:.45rem;padding:clamp(1.5rem,4vw,3rem);color:var(--color-text-muted);font-family:var(--font-primary);text-align:center}.comandante-mor-section__placeholder-label{font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;line-height:1.4}.comandante-mor-section__placeholder-text{font-size:clamp(.72rem,1vw,.85rem);line-height:1.5}.comandante-mor-section__image{width:100%;height:100%;object-fit:contain;object-position:center;padding:clamp(1.25rem,4vw,3.5rem)}.comandante-mor-section__viewer:has(.comandante-mor-section__gallery-controls) .comandante-mor-section__image{padding-bottom:clamp(5rem,8vw,6.5rem)}.comandante-mor-section__gallery-controls{position:absolute;right:clamp(1rem,2vw,1.5rem);bottom:clamp(1rem,2vw,1.5rem);display:flex;align-items:center;gap:clamp(.5rem,1vw,.75rem)}.comandante-mor-section__gallery-button{display:inline-grid;width:clamp(2.75rem,3.5vw,3.25rem);aspect-ratio:1;place-items:center;border:0;border-radius:50%;background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1;cursor:pointer}.comandante-mor-section__gallery-button:focus-visible{outline:3px solid #5b9dd9;outline-offset:3px}.comandante-mor-section__gallery-button:disabled{cursor:not-allowed;opacity:.35}.comandante-mor-section__gallery-counter{min-width:3.5rem;color:var(--color-black-soft);font-family:var(--font-primary);font-size:.85rem;font-weight:600;text-align:center}.comandante-mor-section__tabs{display:flex;width:100%;min-width:0;flex-direction:column;gap:clamp(.35rem,.8vw,.75rem);border:0;border-radius:20px;padding:clamp(.75rem,1.4vw,1.15rem);background:#f7f5f2;box-shadow:0 18px 32px #14100c1c}.comandante-mor-section__tab{width:100%;min-height:clamp(3.5rem,5vw,4.75rem);border:0;border-radius:10px;padding:clamp(.9rem,1.5vw,1.25rem) clamp(1.25rem,2.5vw,2rem);background:transparent;box-shadow:none;color:#111;font-family:var(--font-primary);font-size:clamp(.9rem,1.25vw,1.1rem);font-weight:400;letter-spacing:normal;line-height:1.3;text-align:left;text-transform:none;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.comandante-mor-section__tab:hover:not(.comandante-mor-section__tab--active){background:#1111110b}.comandante-mor-section__tab:focus-visible{position:relative;z-index:1;outline:2px solid currentColor;outline-offset:2px}.comandante-mor-section__tab--active{border:0;background:#171717;color:#f7f7f7;font-weight:700}@media(max-width:68.75rem){.comandante-mor-section__layout{grid-template-columns:minmax(22rem,.9fr) minmax(25rem,1.1fr);gap:clamp(2.25rem,5vw,4rem)}}@media(max-width:56.25rem){.comandante-mor-section__layout{grid-template-areas:"content" "viewer";grid-template-columns:minmax(0,1fr);gap:clamp(2.5rem,7vw,4rem)}.comandante-mor-section__content{width:100%}.comandante-mor-section__tabs-card{max-width:36rem}.comandante-mor-section__viewer{aspect-ratio:1.25 / 1}}@media(max-width:40rem){.comandante-mor-section{padding-block:var(--section-spacing-small)}.comandante-mor-section__header{margin-bottom:2rem}.comandante-mor-section__title-highlight{font-size:clamp(4rem,20vw,5.75rem)}.comandante-mor-section__tabs-card{max-width:none}.comandante-mor-section__viewer{aspect-ratio:1 / 1}.comandante-mor-section__gallery-controls{right:50%;transform:translate(50%)}.comandante-mor-section__gallery-button{width:2.75rem}.comandante-mor-section__tab{min-height:3.5rem;white-space:normal}}@media(prefers-reduced-motion:reduce){.comandante-mor-section__tab{transition:none}}.corpo-coreografico-section{overflow-x:clip;padding-block:var(--section-spacing);background:linear-gradient(90deg,#1a1a1a,#242424,#373737);color:#fff}.corpo-coreografico-section__layout{display:grid;grid-template-areas:"content viewer";grid-template-columns:minmax(24rem,.9fr) minmax(30rem,1.2fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.corpo-coreografico-section__content{grid-area:content;min-width:0}.corpo-coreografico-section__header{margin-bottom:clamp(2rem,4vw,3.25rem)}.corpo-coreografico-section__eyebrow{display:block;margin-bottom:clamp(.8rem,1.4vw,1.15rem);font-family:var(--font-primary);font-size:clamp(.7rem,.8vw,.8rem);font-weight:700;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.corpo-coreografico-section__title{display:flex;margin:0;flex-direction:column;align-items:flex-start;line-height:.8}.corpo-coreografico-section__title-main{font-family:var(--font-primary);font-size:clamp(2.75rem,4.7vw,4.75rem);font-weight:500;letter-spacing:-.055em;line-height:.95}.corpo-coreografico-section__title-highlight{margin-top:-.02em;font-family:var(--font-highlight);font-size:clamp(4.25rem,7.5vw,7.5rem);font-weight:400;letter-spacing:-.02em;line-height:.72}.corpo-coreografico-section__viewer{position:relative;display:grid;grid-area:viewer;width:100%;min-width:0;aspect-ratio:1.15 / 1;place-items:center;overflow:hidden;border:1px solid var(--color-black-soft);border-radius:var(--radius-md);background:var(--color-white)}.corpo-coreografico-section__placeholder{display:flex;max-width:23rem;flex-direction:column;align-items:center;gap:.45rem;padding:clamp(1.5rem,4vw,3rem);color:var(--color-text-muted);font-family:var(--font-primary);text-align:center}.corpo-coreografico-section__placeholder-label{font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;line-height:1.4}.corpo-coreografico-section__placeholder-text{font-size:clamp(.72rem,1vw,.85rem);line-height:1.5}.corpo-coreografico-section__image{width:100%;height:100%;object-fit:contain;object-position:center;padding:clamp(1.25rem,4vw,3.5rem)}.corpo-coreografico-section__viewer:has(.corpo-coreografico-section__gallery-controls) .corpo-coreografico-section__image{padding-bottom:clamp(5rem,8vw,6.5rem)}.corpo-coreografico-section__gallery-controls{position:absolute;right:clamp(1rem,2vw,1.5rem);bottom:clamp(1rem,2vw,1.5rem);display:flex;align-items:center;gap:clamp(.5rem,1vw,.75rem)}.corpo-coreografico-section__gallery-button{display:inline-grid;width:clamp(2.75rem,3.5vw,3.25rem);aspect-ratio:1;place-items:center;border:0;border-radius:50%;background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1;cursor:pointer}.corpo-coreografico-section__gallery-button:focus-visible{outline:3px solid #5b9dd9;outline-offset:3px}.corpo-coreografico-section__gallery-button:disabled{cursor:not-allowed;opacity:.35}.corpo-coreografico-section__gallery-counter{min-width:3.5rem;color:var(--color-black-soft);font-family:var(--font-primary);font-size:.85rem;font-weight:600;text-align:center}.corpo-coreografico-section__tabs{display:flex;width:100%;min-width:0;flex-direction:column;gap:clamp(.35rem,.8vw,.75rem);border:0;border-radius:20px;padding:clamp(.75rem,1.4vw,1.15rem);background:#f7f5f2;box-shadow:0 18px 32px #14100c1c}.corpo-coreografico-section__tab{width:100%;min-height:clamp(3.5rem,5vw,4.75rem);border:0;border-radius:10px;padding:clamp(.9rem,1.5vw,1.25rem) clamp(1.25rem,2.5vw,2rem);background:transparent;box-shadow:none;color:#111;font-family:var(--font-primary);font-size:clamp(.9rem,1.25vw,1.1rem);font-weight:400;letter-spacing:normal;line-height:1.3;text-align:left;text-transform:none;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.corpo-coreografico-section__tab:hover:not(.corpo-coreografico-section__tab--active){background:#1111110b}.corpo-coreografico-section__tab:focus-visible{position:relative;z-index:1;outline:2px solid currentColor;outline-offset:2px}.corpo-coreografico-section__tab--active{border:0;background:#171717;color:#f7f7f7;font-weight:700}@media(max-width:68.75rem){.corpo-coreografico-section__layout{grid-template-columns:minmax(22rem,.9fr) minmax(25rem,1.1fr);gap:clamp(2.25rem,5vw,4rem)}}@media(max-width:56.25rem){.corpo-coreografico-section__layout{grid-template-areas:"content" "viewer";grid-template-columns:minmax(0,1fr);gap:clamp(2.5rem,7vw,4rem)}.corpo-coreografico-section__content{width:100%}.corpo-coreografico-section__tabs-card{max-width:36rem}.corpo-coreografico-section__viewer{aspect-ratio:1.25 / 1}}@media(max-width:40rem){.corpo-coreografico-section{padding-block:var(--section-spacing-small)}.corpo-coreografico-section__header{margin-bottom:2rem}.corpo-coreografico-section__title-highlight{font-size:clamp(4rem,20vw,5.75rem)}.corpo-coreografico-section__tabs-card{max-width:none}.corpo-coreografico-section__viewer{aspect-ratio:1 / 1}.corpo-coreografico-section__gallery-controls{right:50%;transform:translate(50%)}.corpo-coreografico-section__gallery-button{width:2.75rem}.corpo-coreografico-section__tab{min-height:3.5rem;white-space:normal}}@media(prefers-reduced-motion:reduce){.corpo-coreografico-section__tab{transition:none}}.pavilhao-section{overflow-x:clip;padding-block:var(--section-spacing);background:var(--color-white);color:var(--color-black-soft)}.pavilhao-section__layout{display:grid;grid-template-areas:"viewer content";grid-template-columns:minmax(30rem,1.2fr) minmax(24rem,.9fr);align-items:center;gap:clamp(3rem,7vw,7rem)}.pavilhao-section__content{grid-area:content;min-width:0}.pavilhao-section__header{margin-bottom:clamp(2rem,4vw,3.25rem)}.pavilhao-section__eyebrow{display:block;margin-bottom:clamp(.8rem,1.4vw,1.15rem);font-family:var(--font-primary);font-size:clamp(.7rem,.8vw,.8rem);font-weight:700;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.pavilhao-section__title{display:flex;margin:0;flex-direction:column;align-items:flex-start;line-height:.8}.pavilhao-section__title-main{font-family:var(--font-primary);font-size:clamp(2.75rem,4.7vw,4.75rem);font-weight:500;letter-spacing:-.055em;line-height:.95}.pavilhao-section__title-highlight{margin-top:-.02em;font-family:var(--font-highlight);font-size:clamp(4.25rem,7.5vw,7.5rem);font-weight:400;letter-spacing:-.02em;line-height:.72}.pavilhao-section__viewer{position:relative;display:grid;grid-area:viewer;width:100%;min-width:0;aspect-ratio:1.15 / 1;place-items:center;overflow:hidden;border:1px solid var(--color-black-soft);border-radius:var(--radius-md);background:var(--color-white)}.pavilhao-section__placeholder{display:flex;max-width:23rem;flex-direction:column;align-items:center;gap:.45rem;padding:clamp(1.5rem,4vw,3rem);color:var(--color-text-muted);font-family:var(--font-primary);text-align:center}.pavilhao-section__placeholder-label{font-size:clamp(.85rem,1.2vw,1rem);font-weight:600;line-height:1.4}.pavilhao-section__placeholder-text{font-size:clamp(.72rem,1vw,.85rem);line-height:1.5}.pavilhao-section__image{width:100%;height:100%;object-fit:contain;object-position:center;padding:clamp(1.25rem,4vw,3.5rem)}.pavilhao-section__viewer:has(.pavilhao-section__gallery-controls) .pavilhao-section__image{padding-bottom:clamp(5rem,8vw,6.5rem)}.pavilhao-section__gallery-controls{position:absolute;right:clamp(1rem,2vw,1.5rem);bottom:clamp(1rem,2vw,1.5rem);display:flex;align-items:center;gap:clamp(.5rem,1vw,.75rem)}.pavilhao-section__gallery-button{display:inline-grid;width:clamp(2.75rem,3.5vw,3.25rem);aspect-ratio:1;place-items:center;border:0;border-radius:50%;background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(1.1rem,1.5vw,1.35rem);line-height:1;cursor:pointer}.pavilhao-section__gallery-button:focus-visible{outline:3px solid #5b9dd9;outline-offset:3px}.pavilhao-section__gallery-button:disabled{cursor:not-allowed;opacity:.35}.pavilhao-section__gallery-counter{min-width:3.5rem;color:var(--color-black-soft);font-family:var(--font-primary);font-size:.85rem;font-weight:600;text-align:center}.pavilhao-section__tabs{display:flex;width:100%;min-width:0;flex-direction:column;gap:clamp(.35rem,.8vw,.75rem);border:0;border-radius:20px;padding:clamp(.75rem,1.4vw,1.15rem);background:#171717;box-shadow:0 18px 32px #14100c1c}.pavilhao-section__tab{width:100%;min-height:clamp(3.5rem,5vw,4.75rem);border:0;border-radius:10px;padding:clamp(.9rem,1.5vw,1.25rem) clamp(1.25rem,2.5vw,2rem);background:transparent;box-shadow:none;color:#fff;font-family:var(--font-primary);font-size:clamp(.9rem,1.25vw,1.1rem);font-weight:400;letter-spacing:normal;line-height:1.3;text-align:left;text-transform:none;white-space:nowrap;transition:background-color .2s ease,color .2s ease}.pavilhao-section__tab:hover:not(.pavilhao-section__tab--active){background:#ffffff1f}.pavilhao-section__tab:focus-visible{position:relative;z-index:1;outline:2px solid currentColor;outline-offset:2px}.pavilhao-section__tab--active{border:0;background:#f7f5f2;color:#111;font-weight:700}@media(max-width:68.75rem){.pavilhao-section__layout{grid-template-columns:minmax(25rem,1.1fr) minmax(22rem,.9fr);gap:clamp(2.25rem,5vw,4rem)}}@media(max-width:56.25rem){.pavilhao-section__layout{grid-template-areas:"content" "viewer";grid-template-columns:minmax(0,1fr);gap:clamp(2.5rem,7vw,4rem)}.pavilhao-section__content{width:100%}.pavilhao-section__tabs-card{max-width:36rem}.pavilhao-section__viewer{aspect-ratio:1.25 / 1}}@media(max-width:40rem){.pavilhao-section{padding-block:var(--section-spacing-small)}.pavilhao-section__header{margin-bottom:2rem}.pavilhao-section__title-highlight{font-size:clamp(4rem,20vw,5.75rem)}.pavilhao-section__tabs-card{max-width:none}.pavilhao-section__viewer{aspect-ratio:1 / 1}.pavilhao-section__gallery-controls{right:50%;transform:translate(50%)}.pavilhao-section__gallery-button{width:2.75rem}.pavilhao-section__tab{min-height:3.5rem;white-space:normal}}@media(prefers-reduced-motion:reduce){.pavilhao-section__tab{transition:none}}.corpo-coreografico-section__layout,.comandante-mor-section__layout{grid-template-columns:minmax(22rem,1fr) minmax(0,clamp(38rem,40vw,44rem));gap:clamp(2.5rem,5vw,5rem)}.acessorios-baliza-section__layout,.pavilhao-section__layout{grid-template-columns:minmax(0,clamp(38rem,40vw,44rem)) minmax(22rem,1fr);gap:clamp(2.5rem,5vw,5rem)}.corpo-coreografico-section__viewer,.acessorios-baliza-section__viewer,.comandante-mor-section__viewer,.pavilhao-section__viewer{width:100%;max-width:44rem;justify-self:center;border:0;border-radius:0;background:transparent;overflow:visible}.corpo-coreografico-section__image-frame,.acessorios-baliza-section__image-frame,.comandante-mor-section__image-frame,.pavilhao-section__image-frame{display:grid;width:100%;height:100%;place-items:center;min-width:0}.corpo-coreografico-section__image,.acessorios-baliza-section__image,.comandante-mor-section__image,.pavilhao-section__image{display:block;width:100%;height:100%;padding:0;border-radius:10px;object-fit:contain;object-position:center}.corpo-coreografico-section__image{transform:translateY(2.5rem) scale(.76);transform-origin:center}.acessorios-baliza-section__image{transform:translateY(5.5rem) scale(.76);transform-origin:center}.comandante-mor-section__image,.pavilhao-section__image{transform:translateY(2.5rem) scale(.76);transform-origin:center}.corpo-coreografico-section__viewer:has(.corpo-coreografico-section__gallery-controls) .corpo-coreografico-section__image,.acessorios-baliza-section__viewer:has(.acessorios-baliza-section__gallery-controls) .acessorios-baliza-section__image,.comandante-mor-section__viewer:has(.comandante-mor-section__gallery-controls) .comandante-mor-section__image,.pavilhao-section__viewer:has(.pavilhao-section__gallery-controls) .pavilhao-section__image{padding-bottom:0}.corpo-coreografico-section__gallery-controls,.acessorios-baliza-section__gallery-controls,.comandante-mor-section__gallery-controls,.pavilhao-section__gallery-controls{z-index:2;right:clamp(.75rem,1.5vw,1.25rem);bottom:clamp(.75rem,1.5vw,1.25rem);padding:.35rem;border-radius:999px;background:#ffffffc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:68.75rem){.corpo-coreografico-section__layout,.comandante-mor-section__layout{grid-template-columns:minmax(20rem,1fr) minmax(0,38rem)}.acessorios-baliza-section__layout,.pavilhao-section__layout{grid-template-columns:minmax(0,38rem) minmax(20rem,1fr)}.corpo-coreografico-section__viewer,.acessorios-baliza-section__viewer,.comandante-mor-section__viewer,.pavilhao-section__viewer{max-width:38rem}}@media(max-width:56.25rem){.corpo-coreografico-section__layout,.acessorios-baliza-section__layout,.comandante-mor-section__layout,.pavilhao-section__layout{grid-template-columns:minmax(0,1fr);min-width:0;max-width:100%}.corpo-coreografico-section__viewer,.acessorios-baliza-section__viewer,.comandante-mor-section__viewer,.pavilhao-section__viewer{width:100%;max-width:40rem;justify-self:center}}@media(max-width:40rem){.corpo-coreografico-section__viewer,.acessorios-baliza-section__viewer,.comandante-mor-section__viewer,.pavilhao-section__viewer{max-width:100%}.corpo-coreografico-section__image,.acessorios-baliza-section__image,.comandante-mor-section__image,.pavilhao-section__image{max-width:100%;transform:none}.corpo-coreografico-section__gallery-controls,.acessorios-baliza-section__gallery-controls,.comandante-mor-section__gallery-controls,.pavilhao-section__gallery-controls{right:50%;transform:translate(50%)}}.item-category-section{--item-section-text: #202020;--item-section-muted: rgba(32, 32, 32, .86);--item-section-line: rgba(32, 32, 32, .72);--item-section-control: #202020;--item-section-cta: #128d07;--item-card-gap: clamp(.75rem, 1.35vw, 1.125rem);--item-card-width: calc((100% - (var(--item-card-gap) * 2)) / 3);background:#fff;color:var(--item-section-text);overflow-x:clip;padding-block:clamp(4.75rem,6.9vw,5.75rem) clamp(2.4rem,4.5vw,4rem)}.item-category-section--dark{--item-section-text: #ffffff;--item-section-muted: rgba(255, 255, 255, .92);--item-section-line: rgba(255, 255, 255, .82);--item-section-control: #ffffff;background:linear-gradient(90deg,#1a1a1a,#242424,#373737)}.item-category-section__container{display:grid;grid-template-columns:clamp(17.5rem,24vw,19.375rem) minmax(0,1fr);gap:clamp(1.7rem,3.1vw,2.5rem);align-items:start}.item-category-section__content{order:1}.item-category-section__gallery{order:2}.item-category-section__gallery{min-width:0;width:100%}.item-category-section__viewport{overflow:hidden;width:100%}.item-category-section__track{display:flex;gap:var(--item-card-gap);transition:transform var(--transition-base);will-change:transform}.item-category-section__image-card{flex:0 0 var(--item-card-width);aspect-ratio:274 / 390;margin:0;overflow:hidden;border-radius:.55rem;background:#ffffff14}.item-category-section__image-card img{width:100%;height:100%;object-fit:cover;object-position:center}.item-category-section__gallery-footer{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(.75rem,1.35vw,1.125rem);width:100%;margin-top:clamp(.75rem,1.15vw,.9rem)}.item-category-section__controls{display:flex;gap:.65rem;justify-content:flex-end}.item-category-section__control{position:relative;display:inline-flex;width:clamp(2.75rem,3.6vw,3rem);height:clamp(2.75rem,3.6vw,3rem);align-items:center;justify-content:center;border:.125rem solid var(--item-section-control);border-radius:50%;color:var(--item-section-control);transition:opacity var(--transition-base),background-color var(--transition-base)}.item-category-section__control:not(:disabled):hover{background-color:#ffffff1f;opacity:1}.item-category-section__arrow{width:1.15rem;height:.125rem;background:currentColor}.item-category-section__arrow:before{content:"";display:block;width:.55rem;height:.55rem;border-block-start:.125rem solid currentColor;border-inline-start:.125rem solid currentColor}.item-category-section__arrow--previous:before{transform:translateY(-.22rem) rotate(-45deg)}.item-category-section__arrow--next:before{margin-left:auto;transform:translateY(-.22rem) rotate(135deg)}.item-category-section__content{display:flex;flex-direction:column;align-items:stretch;min-width:0;color:var(--item-section-text)}.item-category-section__title{margin:0;color:var(--item-section-text);font-family:var(--font-primary);font-weight:500;letter-spacing:-.06em}.item-category-section__title-main,.item-category-section__title-highlight{display:block}.item-category-section__title-main{font-size:clamp(3.45rem,5vw,4.15rem);line-height:.95}.item-category-section__title-highlight{margin-top:-.48rem;font-family:var(--font-highlight);font-size:clamp(4rem,5.6vw,4.65rem);font-weight:400;letter-spacing:-.035em;line-height:.74}.item-category-section__description{margin:clamp(1.2rem,2vw,1.55rem) 0 0;color:var(--item-section-muted);font-family:var(--font-primary);font-size:clamp(1.05rem,1.55vw,1.2rem);font-weight:400;line-height:1.1}.item-category-section__cta{display:inline-flex;width:100%;min-height:3.5rem;align-items:center;justify-content:center;margin-top:clamp(1.65rem,2.6vw,2.05rem);border-radius:.55rem;background:var(--item-section-cta);box-shadow:0 .2rem .28rem #00000038;color:#fff;font-family:var(--font-primary);font-size:clamp(1.15rem,1.7vw,1.32rem);font-weight:700;line-height:1;text-align:center;transition:opacity var(--transition-base),transform var(--transition-base),background-color var(--transition-base)}.item-category-section__cta:hover{opacity:1;background:#0f7f06;transform:translateY(-1px)}.item-category-section__specifications-trigger{display:flex;width:100%;align-items:center;gap:.25rem;border-bottom:.0625rem solid var(--item-section-line);padding:0 0 .72rem;color:var(--item-section-text);font-family:var(--font-primary);font-size:clamp(.9rem,1.18vw,1rem);font-weight:700;line-height:1.1;text-align:left}.item-category-section__specifications-symbol{font-size:1.5em;line-height:.85}.item-category-section__specifications-panel{width:100%;color:var(--item-section-muted)}.item-category-section__specifications-content{padding-top:1rem;font-family:var(--font-primary);font-size:.98rem;font-weight:400;line-height:1.55;animation:item-specifications-in var(--transition-base) ease}@keyframes item-specifications-in{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:959px){.item-category-section{--item-card-width: calc((100% - var(--item-card-gap)) / 2);padding-block:3.5rem}.item-category-section__container{grid-template-columns:1fr}.item-category-section__content{order:1;max-width:32rem}.item-category-section__gallery{order:2;width:100%}}@media(max-width:699px){.item-category-section{--item-card-width: min(100%, 20rem);--item-card-gap: 1rem;padding-block:3rem}.item-category-section__container{width:min(100% - 2.5rem,var(--container-max-width));row-gap:0}.item-category-section__content{display:contents}.item-category-section__title{order:1}.item-category-section__description{order:2}.item-category-section__gallery{order:3;margin-top:clamp(1.7rem,3.1vw,2.5rem)}.item-category-section__cta{order:4}.item-category-section__viewport{max-width:20rem;margin-inline:auto}.item-category-section__gallery-footer{grid-template-columns:1fr}.item-category-section__controls{justify-content:center}.item-category-section__title-main{font-size:clamp(2.5rem,13vw,3.25rem)}.item-category-section__title-highlight{font-size:clamp(3rem,15vw,3.75rem)}.item-category-section__description{font-size:1rem}}@media(prefers-reduced-motion:reduce){.item-category-section__track,.item-category-section__control,.item-category-section__cta{transition:none}.item-category-section__specifications-content{animation:none}}.barretinas-hero{overflow-x:clip;background:#f5f4f2;color:#1b1b1b}.barretinas-hero__main{position:relative;isolation:isolate;min-height:clamp(560px,61.45vw,760px);background:#f5f4f2}.barretinas-hero__main{position:relative;display:flex;isolation:isolate;min-height:clamp(620px,86vh,712px);overflow:hidden;background:#f5f4f2}.barretinas-hero__image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;max-width:none;object-fit:cover;object-position:60% 100%}.barretinas-hero__container{display:flex;width:min(calc(100% - clamp(48px,8vw,120px)),1172px);min-height:inherit;margin-inline:auto;align-items:center;padding-top:clamp(150px,17vh,190px);padding-bottom:clamp(64px,8vh,86px)}.barretinas-hero__content{width:min(48%,32rem);animation:heroContentEnter 3s cubic-bezier(.22,1,.36,1) both}.barretinas-hero__title{display:grid;margin:0;color:#1b1b1b;line-height:.86}.barretinas-hero__title-main{font-family:var(--font-primary);font-size:clamp(3.625rem,5vw,4.125rem);font-weight:600;letter-spacing:-.045em;line-height:.95;white-space:nowrap}.barretinas-hero__title-highlight{margin-top:-.2em;font-family:var(--font-highlight);font-size:clamp(4.25rem,5.85vw,4.875rem);font-weight:400;letter-spacing:-.035em;line-height:.9}.barretinas-hero__description{max-width:22rem;margin:clamp(.7rem,1.2vw,.95rem) 0 0;color:#1b1b1b;font-family:var(--font-primary);font-size:clamp(1.125rem,1.45vw,1.3125rem);font-weight:400;letter-spacing:-.035em;line-height:1.03}.barretinas-hero__actions{display:flex;flex-wrap:wrap;gap:clamp(1.125rem,2.2vw,2rem);margin-top:clamp(1.75rem,2.5vw,2.15rem)}.barretinas-hero__button.cta-button{min-height:clamp(3.25rem,4.2vw,3.625rem);border-radius:.5rem;padding:.82rem clamp(1.55rem,2vw,1.95rem) .72rem;font-family:var(--font-primary);font-size:clamp(.9375rem,1.12vw,1rem);font-weight:500;letter-spacing:-.015em;transform:none}.barretinas-hero__button--primary.cta-button{min-width:13.25rem;background:#171717;color:#fff;box-shadow:0 5px 8px #00000038}.barretinas-hero__button--secondary.cta-button{min-width:10rem;background:#d1d1d1;color:#1b1b1b}.barretinas-hero__button--primary.cta-button:hover{background:#2a2a2a}.barretinas-hero__button--secondary.cta-button:hover{background:#c3c3c3}.barretinas-hero__button.cta-button:focus-visible{outline:2px solid #171717;outline-offset:4px}.barretinas-hero__signature{margin:0;padding:clamp(.42rem,.78vw,.55rem) var(--container-padding) clamp(.32rem,.58vw,.43rem);background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(.95rem,1.35vw,1.2rem);font-weight:700;letter-spacing:clamp(.14em,1.75vw,.36em);line-height:1.15;text-align:center}@media(max-width:74.9375rem){.barretinas-hero__main{min-height:clamp(600px,82vh,680px)}.barretinas-hero__image{object-position:62% center}.barretinas-hero__container{padding-top:clamp(140px,15vh,170px);padding-bottom:clamp(56px,7vh,72px)}.barretinas-hero__content{width:min(46%,28rem)}}@media(max-width:56.1875rem){.barretinas-hero__main{min-height:clamp(580px,84vh,650px)}.barretinas-hero__image{object-position:66% center}.barretinas-hero__container{padding-top:140px;padding-bottom:56px}.barretinas-hero__content{width:min(50%,23rem)}}@media(max-width:43.6875rem){.barretinas-hero__main{min-height:clamp(620px,92svh,720px);align-items:flex-end}.barretinas-hero__main:after{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#00000014,#00000029 36%,#000000ad 66%,#000000fa);content:"";pointer-events:none}.barretinas-hero__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:68% center}.container.barretinas-hero__container{position:relative;z-index:2;display:flex;width:calc(100% - 48px);min-height:inherit;align-items:flex-end;padding-top:140px;padding-bottom:clamp(40px,10vw,56px)}.barretinas-hero__content{width:100%;min-width:0;max-width:23rem;padding-top:0}.barretinas-hero__title,.barretinas-hero__description{color:#fff}.barretinas-hero__description{line-height:1.4}.barretinas-hero__actions{max-width:22rem;flex-direction:column;gap:.75rem}.barretinas-hero__button.cta-button{width:100%}}.calcados-hero{overflow-x:clip;background:#f5f4f2;color:#1b1b1b}.calcados-hero__main{position:relative;display:flex;isolation:isolate;min-height:clamp(620px,86vh,712px);overflow:hidden;background:#f5f4f2}.calcados-hero__image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;max-width:none;object-fit:cover;object-position:61% 62%}.calcados-hero__container{display:flex;width:min(calc(100% - clamp(48px,8vw,120px)),1172px);min-height:inherit;margin-inline:auto;align-items:center;padding-top:clamp(150px,17vh,190px);padding-bottom:clamp(64px,8vh,86px)}.calcados-hero__content{width:min(48%,28rem);animation:heroContentEnter 3s cubic-bezier(.22,1,.36,1) both}.calcados-hero__title{margin:0;color:#1b1b1b;font-family:var(--font-primary);font-size:clamp(3.25rem,4.45vw,4.95rem);font-weight:700;letter-spacing:-.02em;line-height:1;white-space:nowrap}.calcados-hero__description{max-width:19.5rem;margin:clamp(.375rem,.8vw,.625rem) 0 0;color:#1b1b1b;font-family:var(--font-primary);font-size:clamp(1.0625rem,1.25vw,1.125rem);font-weight:400;line-height:1.08}.calcados-hero__actions{display:flex;flex-wrap:wrap;gap:clamp(1rem,2vw,1.625rem);margin-top:clamp(1.625rem,2.5vw,2rem)}.calcados-hero__button.cta-button{min-height:2.5rem;border-radius:.5rem;padding:.72rem clamp(1.5rem,2vw,1.75rem) .62rem;font-size:clamp(.9375rem,1.1vw,1rem);font-weight:500;letter-spacing:0;transform:none}.calcados-hero__button--primary.cta-button{min-width:12.8125rem;background:#171717;color:#fff}.calcados-hero__button--secondary.cta-button{min-width:9.5625rem;background:#ddd;color:#1b1b1b}.calcados-hero__button--primary.cta-button:hover{background:#2a2a2a}.calcados-hero__button--secondary.cta-button:hover{background:#cfcfcf}.calcados-hero__button.cta-button:focus-visible{outline:2px solid #171717;outline-offset:4px}.calcados-hero__tagline{margin:0;padding:clamp(.42rem,.8vw,.55rem) var(--container-padding) clamp(.32rem,.6vw,.45rem);background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(.95rem,1.42vw,1.25rem);font-weight:700;letter-spacing:clamp(.14em,1.9vw,.38em);line-height:1.15;text-align:center}@media(max-width:74.9375rem){.calcados-hero__main{min-height:clamp(520px,62vw,680px)}.calcados-hero__image{object-position:64% center}.calcados-hero__container{padding-block-end:clamp(4rem,8vw,7rem)}.calcados-hero__content{width:min(42%,22rem)}}@media(max-width:56.1875rem){.calcados-hero__main{min-height:clamp(500px,68vw,620px)}.calcados-hero__image{object-position:69% center}.calcados-hero__content{width:min(45%,20rem)}.calcados-hero__title{font-size:clamp(2.6rem,6vw,3.2rem)}.calcados-hero__description{font-size:1rem}.calcados-hero__actions{gap:.875rem}}@media(max-width:43.6875rem){.calcados-hero__main{min-height:clamp(620px,92svh,720px);align-items:flex-end}.calcados-hero__main:after{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#00000014,#00000029 36%,#000000ad 66%,#000000fa);content:"";pointer-events:none}.calcados-hero__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:84% center}.container.calcados-hero__container{position:relative;z-index:2;display:flex;width:calc(100% - 48px);min-height:inherit;align-items:flex-end;padding-top:140px;padding-bottom:clamp(40px,10vw,56px)}.calcados-hero__content{width:100%;min-width:0;max-width:24rem}.calcados-hero__title{color:#fff;font-size:clamp(2.5rem,12vw,3rem)}.calcados-hero__description{max-width:18.5rem;color:#fff;line-height:1.4}.calcados-hero__actions{flex-direction:column;gap:.75rem;max-width:22rem}.calcados-hero__button.cta-button{width:100%;min-height:2.75rem}.calcados-hero__tagline{padding-block:.625rem .5rem;font-size:clamp(.78rem,3.7vw,.95rem);letter-spacing:clamp(.08em,2.6vw,.16em)}}.hero-section{display:flex;min-height:clamp(32rem,72vh,50rem);align-items:center;background-color:var(--color-background-dark);background-position:center;background-size:cover;color:var(--color-text-on-dark)}.hero-section__content{display:flex;max-width:50rem;flex-direction:column;align-items:flex-start;gap:var(--spacing-lg);padding-block:var(--section-spacing)}.hero-section--home{overflow-x:hidden}.hero-section--home .hero-section__content{animation:heroContentEnter 3s cubic-bezier(.22,1,.36,1) both}@keyframes heroContentEnter{0%{opacity:0;transform:translate(-32px)}to{opacity:1;transform:translate(0)}}.hero-section--center .hero-section__content{margin-inline:auto;align-items:center;text-align:center}.hero-section__eyebrow{color:var(--color-silver-light);font-size:.75rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.hero-section__title{margin:0;font-size:clamp(2.75rem,8vw,6rem);font-weight:500;letter-spacing:-.05em;line-height:.98}.hero-section__subtitle{max-width:40rem;margin:0;color:var(--color-silver-light);font-size:clamp(1rem,2vw,1.2rem);line-height:1.75}.hero-section__actions{display:flex;flex-wrap:wrap;gap:var(--spacing-md);padding-top:var(--spacing-sm)}.hero-section .cta-button--primary{background-color:var(--color-off-white);color:var(--color-black)}@media(max-width:36rem){.hero-section__actions,.hero-section__actions .cta-button{width:100%}}@media(prefers-reduced-motion:reduce){.hero-section--home .hero-section__content{animation:none;opacity:1;transform:none}}.home-services-section{overflow:hidden;background:#fff;color:#1a1919;opacity:0;transform:translateY(-20px);transition:opacity 1s ease,transform 1s ease}.home-services-section--visible{opacity:1;transform:translateY(0)}.home-services-section__inner{display:grid;width:min(calc(100% - clamp(32px,6vw,96px)),1180px);min-height:0;grid-template-columns:minmax(0,1fr) minmax(280px,.78fr);grid-template-areas:"header visual" "cards visual";column-gap:clamp(34px,6vw,88px);align-items:center;margin-inline:auto;padding-block:clamp(42px,5vw,68px)}.home-services-section__header{grid-area:header;width:min(100%,660px)}.home-services-section__title{width:min(520px,100%);min-height:0;margin:0;color:#1a1919;font-size:clamp(42px,4.2vw,58px);font-weight:500;letter-spacing:-.065em;line-height:.98}.home-services-section__script{display:block;width:min(620px,100%);margin-top:clamp(-14px,-1.2vw,-6px);color:#1a1919;font-size:clamp(62px,6.8vw,96px);line-height:.92;white-space:nowrap}.home-services-section__cards{display:grid;position:relative;z-index:2;grid-area:cards;width:min(100%,580px);grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(14px,1.6vw,22px) clamp(16px,2vw,28px);margin-top:clamp(24px,3vw,42px)}.service-category-card{appearance:none;display:flex;width:100%;min-height:clamp(104px,9vw,138px);flex-direction:column;justify-content:flex-start;border:3px solid #1a1919;border-radius:7px;padding:clamp(13px,1.35vw,18px) clamp(14px,1.5vw,18px);background:#fff;color:#1a1919;cursor:pointer;font:inherit;text-align:left;text-decoration:none;transition:background-color 1s ease,color 1s ease,border-color 1s ease}.service-category-card:focus-visible{outline:3px solid #1a1919;outline-offset:4px}.service-category-card--active{background:#1a1919;color:#fff}.service-category-card h3{margin:0 0 clamp(8px,1vw,14px);font-size:clamp(21px,2vw,26px);font-weight:700;letter-spacing:-.045em;line-height:1}.service-category-card p{max-width:390px;margin:0;font-size:clamp(13px,1.15vw,15px);font-weight:400;letter-spacing:-.035em;line-height:1.08}.home-services-section__visual{z-index:1;grid-area:visual;justify-self:center;width:min(100%,clamp(280px,30vw,410px));max-height:clamp(430px,52vw,600px);pointer-events:none}.home-services-section__image{display:block;width:100%;max-height:inherit;object-fit:contain;object-position:center bottom;transition:transform .5s ease}.home-services-section__image--uniformes{transform:scale(1)}.home-services-section__image--calcados{transform:translate(-20px) scale(1.5)}.home-services-section__image--barretinas{transform:translateY(20px) scale(1.25)}.home-services-section__image--acessorios{transform:translate(-20px) scale(1.6)}@media(max-width:64rem){.home-services-section__inner{width:min(calc(100% - 40px),920px);grid-template-columns:minmax(0,1fr) minmax(230px,.68fr);column-gap:clamp(22px,4vw,42px);padding-block:clamp(36px,5vw,54px)}.home-services-section__title{width:min(470px,100%);font-size:clamp(38px,5vw,50px)}.home-services-section__script{width:min(560px,100%);font-size:clamp(58px,8vw,82px)}.home-services-section__cards{width:min(100%,540px);gap:14px 18px;margin-top:24px}.service-category-card{min-height:104px;padding:13px 14px}.service-category-card h3{font-size:clamp(20px,2.4vw,24px)}.service-category-card p{font-size:13px}.home-services-section__visual{width:min(100%,clamp(230px,29vw,320px));max-height:500px}}@media(max-width:46rem){.home-services-section__inner{display:flex;width:calc(100% - 40px);flex-direction:column;padding-block:42px 52px}.home-services-section__header{width:100%;text-align:center}.home-services-section__title{width:100%;font-size:clamp(36px,10vw,46px)}.home-services-section__script{width:100%;margin-top:-4px;font-size:clamp(54px,16vw,76px);white-space:normal}.home-services-section__visual{order:3;align-self:center;width:min(76vw,300px);max-height:380px;margin-top:24px}.home-services-section__cards{order:2;width:100%;grid-template-columns:1fr;gap:16px;margin-top:26px}.service-category-card{min-height:0;padding:16px}.service-category-card h3{font-size:clamp(22px,6.4vw,25px)}.service-category-card p{max-width:100%;font-size:clamp(15px,4.2vw,16px);line-height:1.14}.home-services-section__image--calcados,.home-services-section__image--barretinas,.home-services-section__image--acessorios{transform:none}}@media(prefers-reduced-motion:reduce){.home-services-section{opacity:1;transform:none;transition:none}}.home-bidding-section{position:relative;min-height:clamp(540px,52vw,650px);background:linear-gradient(90deg,#1a1a1a,#2f2f2f 52%,#383838);color:var(--color-white);isolation:isolate}.home-bidding-section:before{content:none}.home-bidding-section__container{position:relative;z-index:1;display:grid;min-height:clamp(540px,52vw,650px);grid-template-areas:"copy" "benefits";grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto;align-content:center;row-gap:clamp(22px,3vw,40px);padding-top:clamp(50px,5.3vw,72px);padding-bottom:clamp(42px,4.2vw,56px)}.home-bidding-section__copy{position:relative;z-index:2;grid-area:copy;align-self:center}.home-bidding-section__title{display:flex;position:relative;width:max-content;max-width:100%;flex-direction:row;align-items:baseline;gap:clamp(12px,1.2vw,20px);margin:0 0 16px;color:var(--color-white);white-space:nowrap}.home-bidding-section__title-line{display:flex;align-items:baseline;gap:clamp(12px,1.45vw,21px);white-space:nowrap}.home-bidding-section__title-main{font-size:clamp(44px,4.25vw,60px);font-weight:500;letter-spacing:-.055em;line-height:.95}.home-bidding-section__title-script{display:inline-block;margin-left:1px;font-size:clamp(74px,8vw,88px);line-height:.62;transform:translateY(-.001em);text-shadow:0 2px 2px rgba(0,0,0,.18)}.home-bidding-section__description{display:grid;max-width:505px;gap:15px;margin-bottom:clamp(22px,2.6vw,30px);color:var(--color-white);font-size:clamp(15px,1.28vw,18px);font-weight:400;letter-spacing:-.02em;line-height:1.16}.home-bidding-section__description p{margin:0}.home-bidding-section__cta{display:inline-flex;width:min(100%,405px);min-height:clamp(56px,4.7vw,62px);align-items:center;justify-content:flex-start;gap:15px;border-radius:10px;margin-bottom:clamp(24px,3.4vw,36px);padding:13px 26px;background:linear-gradient(180deg,#10bf00,#128d07,#10bf00);color:var(--color-white);font-size:clamp(17px,1.45vw,21px);font-weight:700;letter-spacing:-.02em;line-height:1;transition:filter var(--transition-base),transform var(--transition-base)}.home-bidding-section__cta:hover{opacity:1;filter:brightness(1.04);transform:translateY(-1px)}.home-bidding-section__cta:focus-visible{outline:3px solid var(--color-white);outline-offset:4px}.home-bidding-section__cta img{width:38px;height:38px;flex:0 0 auto}.home-bidding-section__image-wrap{position:absolute;z-index:0;right:0;bottom:clamp(42px,4.2vw,56px);width:min(58vw,clamp(560px,58vw,920px));max-width:58vw;height:calc(100% - clamp(50px,5.3vw,72px) - clamp(42px,4.2vw,56px));max-height:100%;margin:0;pointer-events:none}.home-bidding-section__image{width:100%;height:100%;object-fit:contain;object-position:right center}.home-bidding-section__benefits{position:relative;z-index:3;display:grid;min-height:0;grid-area:benefits;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-self:end;border:1px solid rgba(255,255,255,1);border-radius:10px;padding:clamp(18px,2vw,24px) clamp(20px,2.5vw,28px);background:#fff3;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.bidding-benefit{display:flex;align-items:center;gap:17px;min-width:0}.bidding-benefit__image{width:clamp(56px,4.9vw,66px);height:clamp(56px,4.9vw,66px);flex:0 0 auto;object-fit:contain}.bidding-benefit__content h3{margin:0 0 7px;color:var(--color-white);font-size:clamp(16px,1.35vw,19px);font-weight:600;letter-spacing:-.02em;line-height:1.05}.bidding-benefit__content p{margin:0;color:var(--color-white);font-size:clamp(14px,1.12vw,16px);font-weight:400;letter-spacing:-.02em;line-height:1.18}@media(max-width:75rem){.home-bidding-section,.home-bidding-section__container{min-height:clamp(520px,54vw,610px)}.home-bidding-section__container{row-gap:clamp(20px,2.6vw,34px);padding-top:52px;padding-bottom:42px}.home-bidding-section__title-main{font-size:clamp(46px,4.7vw,58px)}.home-bidding-section__title-script{font-size:clamp(68px,6.8vw,84px)}.home-bidding-section__description{margin-bottom:24px}.home-bidding-section__cta{min-height:60px;margin-bottom:34px}.home-bidding-section__image-wrap{bottom:42px;width:min(57vw,clamp(500px,57vw,720px));max-width:57vw;height:calc(100% - 94px)}.home-bidding-section__benefits{padding:20px 24px}.bidding-benefit__image{width:62px;height:62px}}@media(max-width:58rem){.home-bidding-section,.home-bidding-section__container{min-height:0}.home-bidding-section{padding-block:58px}.home-bidding-section__container{display:flex;flex-direction:column;gap:28px;padding-top:0;padding-bottom:0}.home-bidding-section__image-wrap{display:none}.home-bidding-section__title{flex-wrap:wrap;margin-bottom:24px;white-space:normal}.home-bidding-section__description{max-width:100%;margin-bottom:20px}.home-bidding-section__cta{margin-bottom:6px}.home-bidding-section__benefits{order:3;width:100%;min-width:0;max-width:100%;grid-template-columns:1fr;align-self:stretch;margin-bottom:0;padding:26px}}@media(max-width:36rem){.home-bidding-section{padding-block:46px}.home-bidding-section__container{width:calc(100% - 40px)}.home-bidding-section__title{display:block}.home-bidding-section__title-line{display:flex;gap:15px}.home-bidding-section__title-main{font-size:clamp(38px,11vw,44px);letter-spacing:-.045em}.home-bidding-section__title-script{font-size:clamp(54px,16vw,66px);transform:translateY(.06em)}.home-bidding-section__description{gap:15px;font-size:16px;line-height:1.2}.home-bidding-section__cta{width:100%;min-height:56px;gap:15px;padding-inline:18px;font-size:clamp(16px,4.5vw,18px)}.home-bidding-section__cta img{width:34px;height:34px}.home-bidding-section__image-wrap{height:clamp(240px,66vw,330px);width:100%;margin-inline:auto}.home-bidding-section__benefits{gap:20px;padding:24px 20px}.bidding-benefit{align-items:flex-start;gap:18px}.bidding-benefit__image{width:60px;height:60px}.bidding-benefit__content h3{font-size:19px}.bidding-benefit__content p{font-size:16px}}.home-institutions-section{width:100%;max-width:100%;background:#fff;color:#1a1919;padding:clamp(2.25rem,4vw,3.75rem) 0 clamp(2.75rem,5vw,4.75rem);overflow:hidden;box-sizing:border-box}.home-institutions-section__inner{width:calc(100% - 48px);max-width:1307px;margin-inline:auto;box-sizing:border-box}.home-institutions-section__title{display:flex;width:100%;max-width:1120px;margin:0 auto;align-items:baseline;justify-content:center;gap:clamp(.25rem,.65vw,.625rem);color:#1a1919;font-weight:500;line-height:1;text-align:center;white-space:nowrap}.home-institutions-section__title-text{display:inline-block;font-family:var(--font-primary, "Epilogue", sans-serif);font-size:clamp(2.25rem,4.6vw,4rem);font-weight:500;letter-spacing:-.06em;vertical-align:top}.home-institutions-section__title-script{display:inline-block;color:#1a1919;font-family:var(--font-highlight, "Italianno", cursive);font-size:clamp(4.5rem,7.5vw,7.5rem);font-weight:400;letter-spacing:0;line-height:.76;transform:translateY(-.03em)}.home-institutions-section__subtitle{width:100%;max-width:651px;margin:clamp(1rem,1.8vw,1.5rem) auto 0;color:#1a1919;font-family:var(--font-primary, "Epilogue", sans-serif);font-size:clamp(1rem,1.55vw,1.25rem);font-weight:300;line-height:1.2;text-align:center}.home-institutions-section__carousel{position:relative;width:min(100%,1200px);max-width:100%;margin:clamp(2rem,4vw,3.5rem) auto 0;overflow:hidden;contain:paint;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000000 9%,#000000 91%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000000 9%,#000000 91%,transparent 100%)}.home-institutions-section__track{display:flex;width:max-content;max-width:none;align-items:center;gap:clamp(2.5rem,5vw,5.25rem);margin:0;animation:home-institutions-section-scroll 38s linear infinite;will-change:transform}.home-institutions-section__carousel:hover .home-institutions-section__track{animation-play-state:paused}.home-institutions-section__item{display:flex;flex:0 0 auto;align-items:center;justify-content:center;width:clamp(12rem,16vw,16rem);height:clamp(7rem,10vw,9rem)}.home-institutions-section__logo{display:block;width:100%;max-width:100%;height:100%;object-fit:contain}@keyframes home-institutions-section-scroll{0%{transform:translateZ(0)}to{transform:translate3d(calc(-50% - (clamp(2.5rem,5vw,5.25rem)/2)),0,0)}}@media(max-width:900px){.home-institutions-section__inner{width:calc(100% - 40px)}.home-institutions-section__track{animation-duration:32s}}@media(max-width:640px){.home-institutions-section{padding:2.75rem 0 3.75rem}.home-institutions-section__inner{width:calc(100% - 40px)}.home-institutions-section__title{flex-wrap:wrap;row-gap:0;white-space:normal}.home-institutions-section__title-script{transform:translateY(.035em)}.home-institutions-section__subtitle{margin-top:.875rem}.home-institutions-section__carousel{width:100%;margin-top:2.5rem;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000000 12%,#000000 88%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000000 12%,#000000 88%,transparent 100%)}}@media(prefers-reduced-motion:reduce){.home-institutions-section__track{animation:none}}.home-founder-section{overflow:hidden;background:var(--color-white);color:#1a1919}.home-founder-section__container{display:grid;min-height:clamp(620px,58vw,700px);grid-template-columns:minmax(280px,430px) minmax(0,610px);grid-template-areas:"portrait title" "portrait content";align-items:start;column-gap:27px;padding-top:clamp(62px,6vw,86px);padding-bottom:clamp(58px,6vw,78px)}.home-founder-section__title{display:flex;grid-area:title;width:min(100%,657px);flex-direction:column;align-items:flex-start;margin:clamp(54px,6vw,78px) 0 0;transform:translateY(clamp(52px,5vw,78px));color:#1a1919;font-family:var(--font-primary);font-size:clamp(48px,4.6vw,64px);font-weight:500;letter-spacing:-.055em;line-height:.99}.home-founder-section__title-main{display:block}.home-founder-section__title-script{display:block;margin-top:-10px;color:#1a1919;font-size:clamp(72px,7.2vw,96px);font-weight:400;letter-spacing:0;line-height:1}.home-founder-section__portrait-wrap{display:flex;grid-area:portrait;width:min(100%,430px);height:clamp(520px,48vw,590px);align-items:stretch;justify-content:center;opacity:0;transform:translate(-48px);transition:opacity 1.3s cubic-bezier(.22,1,.36,1),transform 4s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.home-founder-section--visible .home-founder-section__portrait-wrap{opacity:1;transform:translate(0)}.home-founder-section__portrait-placeholder{display:grid;width:100%;min-height:100%;place-items:end center;padding:32px;border:1px dashed rgba(26,25,25,.28);background:radial-gradient(ellipse at 50% 16%,rgba(26,25,25,.12),transparent 64px),linear-gradient(180deg,#1a191914,#1a191905);color:#1a191994;font-size:13px;font-weight:500;letter-spacing:.14em;line-height:1.4;text-align:center;text-transform:uppercase}.home-founder-section__content{display:flex;grid-area:content;width:min(100%,651px);flex-direction:column;align-items:flex-start;margin-top:clamp(24px,3vw,34px)}.home-founder-section__description{max-width:651px;margin:0;color:#000;font-family:var(--font-primary);font-size:clamp(19px,1.75vw,22px);font-weight:300;line-height:1.2}.home-founder-section__cta{width:min(100%,447px);min-height:54px;gap:12px;margin-top:clamp(34px,4vw,48px);border-radius:10px;font-size:20px;font-weight:500;letter-spacing:0}.home-founder-section__cta:hover{transform:translateY(-1px)}.home-founder-section__cta-icon{flex:0 0 auto}@media(max-width:76rem){.home-founder-section__container{grid-template-columns:minmax(280px,42%) minmax(0,1fr);column-gap:clamp(24px,3vw,40px);padding-top:clamp(76px,9vw,110px);padding-bottom:clamp(56px,7vw,86px)}.home-founder-section__title{margin-top:clamp(56px,7vw,86px);font-size:clamp(58px,5.8vw,66px)}.home-founder-section__title-script{font-size:clamp(82px,9vw,104px)}.home-founder-section__portrait-wrap{height:auto;min-height:560px}.home-founder-section__description{font-size:clamp(20px,2vw,22px)}}@media(max-width:58rem){.home-founder-section__container{min-height:0;grid-template-columns:1fr;grid-template-areas:"portrait" "title" "content";row-gap:34px;padding-top:72px;padding-bottom:72px}.home-founder-section__title{width:100%;margin:0;transform:none;font-size:clamp(58px,10vw,64px)}.home-founder-section__title-script{font-size:clamp(70px,13vw,88px)}.home-founder-section__portrait-wrap{width:min(100%,430px);min-height:0;height:auto;aspect-ratio:505 / 674;justify-self:center}.home-founder-section__content{width:100%;margin-top:8px}.home-founder-section__description{font-size:20px;line-height:1.35}.home-founder-section__cta{margin-top:38px}}@media(max-width:36rem){.home-founder-section__container{width:calc(100% - 40px);row-gap:28px;padding-top:56px;padding-bottom:56px}.home-founder-section__title{font-size:clamp(44px,10vw,52px);letter-spacing:-.05em}.home-founder-section__title-script{margin-top:-6px;font-size:clamp(62px,18vw,76px)}.home-founder-section__description{font-size:18px;line-height:1.45}.home-founder-section__cta{width:100%;min-height:56px;margin-top:32px;font-size:18px}}@media(prefers-reduced-motion:reduce){.home-founder-section__portrait-wrap{opacity:1;transform:none;transition:none;will-change:auto}}.home-stats-section{overflow:hidden;width:100%;background:#fff;color:#000}.home-stats-section__container{max-width:1310px}.home-stats-section__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:clamp(24px,3vw,48px);margin:0;padding:clamp(72px,7vw,105px) 0 clamp(52px,5vw,72px)}.home-stats-section__item{display:flex;min-width:0;flex-direction:column;align-items:center;text-align:center}.home-stats-section__value{margin:0;color:#000;font-family:var(--font-primary);font-size:clamp(88px,9.68vw,128px);font-weight:700;letter-spacing:-.08em;line-height:.99;white-space:nowrap}.home-stats-section__label{max-width:310px;margin:6px 0 0;color:#1a1919;font-family:var(--font-primary);font-size:clamp(32px,3.63vw,48px);font-weight:500;letter-spacing:-.055em;line-height:.99;text-align:center}@media(max-width:75rem){.home-stats-section__list{gap:clamp(18px,2.2vw,28px)}.home-stats-section__value{font-size:clamp(78px,9vw,112px)}.home-stats-section__label{max-width:270px;font-size:clamp(28px,3.4vw,42px)}}@media(max-width:58rem){.home-stats-section__list{gap:clamp(14px,2vw,22px);padding:64px 0}.home-stats-section__value{font-size:clamp(62px,8.7vw,86px);letter-spacing:-.075em}.home-stats-section__label{max-width:210px;font-size:clamp(22px,3.2vw,30px)}}@media(max-width:44rem){.home-stats-section__container{width:calc(100% - 40px)}.home-stats-section__list{grid-template-columns:1fr;gap:48px;padding:64px 0}.home-stats-section__value{font-size:clamp(66px,18vw,84px)}.home-stats-section__label{max-width:300px;font-size:clamp(26px,7vw,32px)}}.home-hero-shell{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(90deg,#000000f5,#000000db,#0000007a 56%,#0000001a),radial-gradient(circle at 76% 45%,rgba(245,242,234,.22),transparent 15rem),linear-gradient(118deg,#111 0 42%,#3a352f 42% 53%,#161616 53% 100%)}.home-hero-shell:before{position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#000000fa,#000000eb 25%,#0000009e 48%,#00000029 73%,#0000);content:""}.home-hero-shell:after{position:absolute;right:clamp(1rem,8vw,7rem);bottom:0;z-index:0;width:clamp(16rem,36vw,32rem);height:72%;pointer-events:none;background:radial-gradient(ellipse at 50% 24%,rgba(249,245,245,.34),transparent .8rem),linear-gradient(180deg,#f9f5f529,#f9f5f50a);clip-path:polygon(38% 0,62% 0,70% 30%,82% 100%,18% 100%,30% 30%);opacity:.75;content:""}.home-hero-shell .hero-section{position:relative;z-index:1;min-height:clamp(560px,88vh,700px);background-color:transparent;background-repeat:no-repeat;background-size:cover;background-position:center}.home-hero-shell .container{width:min(calc(100% - clamp(40px,8vw,120px)),1172px)}.home-hero-shell .hero-section__content{max-width:624px;gap:0;padding-top:clamp(150px,17vh,190px);padding-bottom:clamp(54px,8vh,76px)}.home-hero-shell .hero-section__title{max-width:624px;margin:0;color:var(--color-white);font-size:clamp(2.7rem,4.4vw,3.75rem);font-weight:600;letter-spacing:-.055em;line-height:1}.home-hero-shell .hero-section__title-line{display:block}.home-hero-shell .hero-section__title-line--primary{display:flex;align-items:baseline;column-gap:clamp(.12em,.75vw,.2em);white-space:nowrap}.home-hero-shell .hero-section__identity{display:inline-block;flex:0 0 auto;color:var(--color-white);font-size:1.7em;font-weight:400;letter-spacing:0;line-height:.58;text-shadow:0 2px 2px rgba(0,0,0,.28);vertical-align:baseline;white-space:nowrap;transform:translateY(.01em)}.home-hero-shell .hero-section__actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:clamp(16px,2.4vw,28px);padding-top:clamp(28px,4vw,36px)}.home-hero-shell .hero-section__button{min-height:clamp(46px,4vw,52px);border-radius:10px;padding:0 clamp(18px,2vw,24px);font-size:clamp(17px,1.45vw,19px);font-weight:500;letter-spacing:0;line-height:1}.home-hero-shell .hero-section__button--primary{width:auto;min-width:clamp(210px,17vw,250px);background:#f9f5f5;color:var(--color-black);box-shadow:0 4px 4px #00000040}.home-hero-shell .hero-section__button--secondary{width:auto;min-width:clamp(150px,13vw,190px);border-color:transparent;background:#d9d9d933;color:var(--color-white)}.home-section{position:relative;overflow:hidden;padding-block:var(--section-spacing)}.home-section-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--spacing-xl)}.home-section-number{color:#777b8238;font-size:clamp(4rem,10vw,8rem);font-weight:600;letter-spacing:-.08em;line-height:.82}.home-section--products{border-top:1px solid rgba(185,188,193,.22);background:linear-gradient(180deg,#ffffff6b,#f5f2ea00),var(--color-off-white)}.home-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(2.25rem,5vw,4rem)}.home-product-grid .product-card{border-color:#777b8238;border-radius:1.25rem;background:#ffffff85;box-shadow:none}.home-product-grid .product-card__media{display:grid;place-items:center;aspect-ratio:1 / 1.12;background:radial-gradient(circle at 50% 33%,rgba(245,242,234,.92),transparent 5.5rem),linear-gradient(145deg,#151515eb,#0a0a0ad1)}.home-product-grid .product-card__media:before{width:48%;aspect-ratio:.72;border:1px solid rgba(245,242,234,.22);border-radius:999px 999px .75rem .75rem;background:linear-gradient(180deg,#f5f2ea2e,#b9bcc114),var(--color-black-soft);content:""}.home-product-grid .product-card__image{display:none}.home-section--bid{background:radial-gradient(circle at top right,rgba(185,188,193,.2),transparent 34rem),linear-gradient(135deg,rgba(245,242,234,.09),transparent 32%),var(--color-black)}.home-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.72fr);align-items:center;gap:clamp(2rem,6vw,5rem)}.home-split__content{display:flex;flex-direction:column;align-items:flex-start;gap:var(--spacing-xl)}.home-feature-card{min-height:clamp(22rem,38vw,32rem);border:1px solid var(--color-border-light);border-radius:clamp(1.25rem,3vw,2.25rem);background:linear-gradient(145deg,#f5f2ea24,#b9bcc10a),var(--color-black-soft);box-shadow:var(--shadow-lg)}.home-feature-card{display:flex;position:relative;flex-direction:column;justify-content:flex-end;gap:var(--spacing-sm);padding:clamp(1.5rem,4vw,2.75rem)}.home-feature-card:before{position:absolute;inset:12% 13% auto auto;width:45%;aspect-ratio:.78;border:1px solid rgba(245,242,234,.2);border-radius:var(--radius-md);background:repeating-linear-gradient(180deg,rgba(245,242,234,.18) 0 1px,transparent 1px 1.25rem);content:""}.home-feature-card span{color:var(--color-silver);font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.home-feature-card strong{max-width:18rem;color:var(--color-off-white);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:500;letter-spacing:-.05em;line-height:1}.home-section--institutions{background:radial-gradient(circle at 50% 0,rgba(217,219,222,.55),transparent 28rem),var(--color-off-white)}.home-institution-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--spacing-md);margin-top:clamp(2rem,5vw,3.5rem)}.home-institution-list span{border:1px solid var(--color-border);border-radius:var(--radius-pill);padding:var(--spacing-md) var(--spacing-lg);background:#ffffff5c;color:var(--color-silver-dark);font-weight:600;text-align:center}@media(max-width:68rem){.home-hero-shell .hero-section{min-height:clamp(520px,82vh,640px)}.home-hero-shell .container{width:min(100% - 64px,1172px)}.home-hero-shell .hero-section__content{padding-top:clamp(130px,16vh,160px);padding-bottom:54px}.home-hero-shell .hero-section__title{font-size:clamp(46px,6.5vw,58px)}}@media(max-width:58rem){.home-hero-shell .hero-section__content{max-width:100%}.home-hero-shell:after{opacity:.28}.home-product-grid,.home-institution-list{grid-template-columns:repeat(2,minmax(0,1fr))}.home-split{grid-template-columns:1fr}}@media(max-width:768px){.home-hero-shell{background:linear-gradient(180deg,#000000ad,#00000042 38%,#0000001a 58%,#000000c7),linear-gradient(118deg,#111 0 42%,#3a352f 42% 53%,#161616 53% 100%)}.home-hero-shell:before{background:linear-gradient(180deg,#0000009e,#00000014 42%,#000000c7),linear-gradient(90deg,#000000c7,#0000001a 46%,#0000)}.home-hero-shell:after{right:6vw;bottom:20vh;width:36vw;height:42vh;opacity:.28}.home-hero-shell .hero-section{position:relative;min-height:clamp(640px,100svh,780px);align-items:flex-end;isolation:isolate;overflow:hidden;background-position:72% center;background-size:cover}.home-hero-shell .hero-section:after{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000,#0000000a 34%,#00000047 64%,#000000b8),linear-gradient(90deg,#0000002e,#0000 72%);content:"";pointer-events:none}.home-hero-shell .container{position:relative;z-index:2;display:flex;width:calc(100% - 48px);min-width:0;min-height:inherit;align-items:flex-end}.home-hero-shell .hero-section__content{width:100%;max-width:100%;min-width:0;padding-top:clamp(120px,24vw,150px);padding-bottom:clamp(40px,10vw,64px)}.home-hero-shell .hero-section__title{max-width:100%;font-size:clamp(2.4rem,10.5vw,3.15rem);line-height:.98}.home-hero-shell .hero-section__title-line--primary{flex-wrap:wrap;column-gap:.12em;white-space:normal}.home-hero-shell .hero-section__identity{font-size:1.22em;transform:translateY(.08em)}.home-hero-shell .hero-section__actions{width:100%;max-width:100%;min-width:0;flex-direction:column;align-items:stretch;gap:14px;padding-top:clamp(30px,5svh,44px)}.home-hero-shell .hero-section__button{display:flex;width:100%;max-width:100%;min-width:0!important;min-height:56px;box-sizing:border-box;align-items:center;justify-content:center;border-radius:12px;padding-inline:20px;font-size:18px}.home-hero-shell .cta-button__label{max-width:100%;color:inherit;text-align:center;white-space:nowrap}.home-hero-shell .hero-section__button--primary{background:#f9f5f5;color:#111!important}.home-hero-shell .hero-section__button--secondary{background:#d9d9d933;color:#fff!important}}@media(max-width:576px){.home-section-heading-row{display:block}.home-section-number{display:none}.home-product-grid,.home-institution-list{grid-template-columns:1fr}.home-institution-list span{text-align:left}}.idealizador-origin{overflow:hidden;background:#000;color:var(--color-white);padding-block:clamp(40px,6vw,80px) clamp(46px,7vw,92px)}.idealizador-origin__container{display:grid;align-items:start;gap:clamp(48px,6vw,80px);grid-template-columns:minmax(0,1.12fr) minmax(0,1fr)}.idealizador-origin__figure{min-width:0;margin:0;opacity:0;transform:translate(-56px);transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1)}.idealizador-origin__image{margin-left:120px;width:70%;height:auto}.idealizador-origin__content{min-width:0;padding-top:clamp(0px,.8vw,8px);opacity:0;transform:translate(56px);transition:opacity 1.9s cubic-bezier(.22,1,.36,1) 0ms,transform 1.9s cubic-bezier(.22,1,.36,1) 0ms}.idealizador-origin--visible .idealizador-origin__figure,.idealizador-origin--visible .idealizador-origin__content{opacity:1;transform:translate(0)}@media(prefers-reduced-motion:reduce){.idealizador-origin__figure,.idealizador-origin__content{opacity:1;transform:translate(0);transition:none}}.idealizador-origin__eyebrow{margin:0 0 clamp(18px,1.8vw,24px);color:var(--color-white);font-size:clamp(20px,2vw,28px);font-weight:700;letter-spacing:.08em;line-height:1.18;text-transform:uppercase}.idealizador-origin__title{margin:0;color:var(--color-white);font-size:clamp(44px,4.55vw,60px);font-weight:500;letter-spacing:-.055em;line-height:.94}.idealizador-origin__title-line{display:block;white-space:nowrap}.idealizador-origin__title-script{display:inline-block;margin-left:.08em;color:var(--color-white);font-family:var(--font-highlight);font-size:clamp(92px,8.9vw,98px);font-weight:400;letter-spacing:0;line-height:0;transform:translateY(.001em);vertical-align:baseline}.idealizador-origin__copy{display:grid;gap:clamp(18px,1.6vw,22px);margin-top:clamp(34px,3vw,40px)}.idealizador-origin__copy p{margin:0;color:var(--color-white);font-size:clamp(16px,1.9vw,18px);font-weight:400;line-height:1.12}.idealizador-origin__conclusion{max-width:100%;margin:clamp(14px,2.1vw,28px) 0 0;color:#000;font-size:clamp(16px,1.9vw,18px);font-weight:500;letter-spacing:-.035em;line-height:1.52}.idealizador-origin__conclusion span{display:inline;border-radius:3px;padding-inline:5px;background:var(--color-white);-webkit-box-decoration-break:clone;box-decoration-break:clone}@media(max-width:72rem){.idealizador-origin__container{gap:clamp(40px,4.8vw,56px);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr)}.idealizador-origin__title{font-size:clamp(38px,4.2vw,48px)}.idealizador-origin__title-script{font-size:clamp(58px,6.4vw,74px)}.idealizador-origin__copy p{font-size:clamp(18px,1.8vw,21px)}.idealizador-origin__conclusion{font-size:clamp(19px,1.9vw,22px)}}@media(max-width:57.5rem){.idealizador-origin{padding-block:clamp(40px,7vw,56px)}.idealizador-origin__container{width:min(calc(100% - 48px),640px);justify-items:center;gap:clamp(32px,6vw,48px);grid-template-columns:1fr}.idealizador-origin__figure{width:min(100%,560px)}.idealizador-origin__content{width:min(100%,640px);padding-top:0}}@media(max-width:40rem){.idealizador-origin{padding-block:clamp(40px,12vw,56px)}.idealizador-origin__container{width:calc(100% - 48px)}.idealizador-origin__image{width:min(100%,543px);max-width:100%;margin-inline:auto}.idealizador-origin__eyebrow{margin-bottom:18px;font-size:clamp(17px,5vw,20px);letter-spacing:.075em}.idealizador-origin__title{font-size:clamp(34px,10vw,42px);line-height:1}.idealizador-origin__title-line{white-space:normal}.idealizador-origin__title-script{margin-left:.04em;font-size:clamp(48px,15vw,60px)}.idealizador-origin__copy{margin-top:clamp(28px,8vw,36px)}.idealizador-origin__copy p{font-size:clamp(16px,4.8vw,18px);line-height:1.24}.idealizador-origin__conclusion{font-size:clamp(17px,5vw,19px);line-height:1.55}}.idealizador-hero{position:relative;display:flex;min-height:clamp(620px,86vh,712px);align-items:center;isolation:isolate;overflow:hidden;background:var(--color-black);color:var(--color-white)}.idealizador-hero__image{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:66% center}.idealizador-hero__overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#000000eb,#000000d1 28%,#00000075 52%,#0000001f 78%,#00000047),linear-gradient(180deg,#0000003d,#00000014 44%,#00000075);pointer-events:none}.idealizador-hero__content{width:min(calc(100% - clamp(48px,8vw,120px)),1172px);margin-inline:auto;padding-top:clamp(150px,17vh,190px);padding-bottom:clamp(64px,8vh,86px);animation:heroContentEnter 3s cubic-bezier(.22,1,.36,1) both}.idealizador-hero__eyebrow{margin:0 0 clamp(-22px,-2.1vw,-12px);color:var(--color-white);font-size:clamp(82px,9.2vw,142px);line-height:.8;text-shadow:0 4px 18px rgba(0,0,0,.38)}.idealizador-hero__title{max-width:720px;margin:0;color:var(--color-white);font-size:clamp(48px,5.6vw,82px);font-weight:600;letter-spacing:-.06em;line-height:.96}.idealizador-hero__description{max-width:520px;margin:clamp(22px,3vw,32px) 0 0;color:#ffffffe0;font-size:clamp(18px,1.55vw,22px);font-weight:300;line-height:1.55}@media(max-width:72rem){.idealizador-hero{min-height:clamp(600px,82vh,680px)}.idealizador-hero__image{object-position:62% center}.idealizador-hero__overlay{background:linear-gradient(90deg,#000000eb,#000000c7 36%,#00000057 66%,#0003),linear-gradient(180deg,#00000042,#00000014 42%,#00000075)}}@media(max-width:48rem){.idealizador-hero{min-height:clamp(620px,92vh,720px);align-items:flex-end}.idealizador-hero__image{object-position:61% center}.idealizador-hero__overlay{background:linear-gradient(90deg,#000000c2,#00000085 44%,#00000029),linear-gradient(180deg,#00000061,#00000014 34%,#000000e0)}.idealizador-hero__content{width:calc(100% - 48px);padding-top:140px;padding-bottom:64px}.idealizador-hero__eyebrow{margin-bottom:-10px;font-size:clamp(64px,19vw,76px)}.idealizador-hero__title{max-width:360px;font-size:clamp(36px,10.5vw,42px);line-height:1}.idealizador-hero__description{max-width:330px;margin-top:20px;font-size:clamp(17px,4.5vw,19px);line-height:1.55}}.idealizador-corporations{background:#000;color:var(--color-white);padding-block:clamp(28px,2.5vw,34px) clamp(64px,5.8vw,76px)}.idealizador-corporations__container{width:min(calc(100% - 156px),1166px)}.idealizador-corporations__title{margin:0;color:var(--color-white);font-family:var(--font-primary);font-weight:600;letter-spacing:-.045em;line-height:.95}.idealizador-corporations__title-line{display:block}.idealizador-corporations__title-presence{display:inline-block;font-size:clamp(78px,8.2vw,92px);letter-spacing:0;line-height:.85;vertical-align:baseline}.idealizador-corporations__title-em{display:inline-block;margin-left:10px}.idealizador-corporations__title-em,.idealizador-corporations__title-line--corporations{font-size:clamp(44px,3.8vw,50px);line-height:1}.idealizador-corporations__description{max-width:620px;margin:14px 0 0;color:var(--color-white);font-size:clamp(20px,1.65vw,22px);font-weight:400;line-height:1.1}.idealizador-corporations__list{display:grid;margin:30px 0 0;padding:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px clamp(58px,5.4vw,72px);list-style:none}.idealizador-corporations__item{opacity:0;transform:translate(-34px);transition:opacity .72s ease,transform .72s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.idealizador-corporations__item--visible{opacity:1;transform:translate(0)}.idealizador-corporations__item--delay-0.idealizador-corporations__item--visible{transition-delay:0ms}.idealizador-corporations__item--delay-1.idealizador-corporations__item--visible{transition-delay:.14s}.idealizador-corporations__item--delay-2.idealizador-corporations__item--visible{transition-delay:.28s}.idealizador-corporations__card{display:flex;min-height:112px;align-items:center;border:2px solid var(--color-white);border-radius:9px;padding:18px 20px;background:#1e1e1e;color:var(--color-white)}.idealizador-corporations__number{flex:0 0 38px;color:var(--color-white);font-size:clamp(64px,5.3vw,74px);font-weight:300;line-height:1}.idealizador-corporations__divider{width:2px;height:58px;flex:0 0 2px;margin-inline:18px;background:var(--color-white)}.idealizador-corporations__name{min-width:0;margin:0;color:var(--color-white);font-size:clamp(18px,1.55vw,21px);font-weight:700;line-height:1.06}@media(max-width:74.9375rem){.idealizador-corporations{padding-block:32px 66px}.idealizador-corporations__container{width:min(calc(100% - 80px),1080px)}.idealizador-corporations__title-presence{font-size:clamp(62px,6.4vw,72px)}.idealizador-corporations__title-em,.idealizador-corporations__title-line--corporations{font-size:clamp(40px,4.5vw,48px)}.idealizador-corporations__description{max-width:580px;font-size:clamp(18px,1.9vw,20px);line-height:1.12}.idealizador-corporations__list{margin-top:28px;gap:20px clamp(24px,3.4vw,38px)}.idealizador-corporations__card{min-height:106px;padding:17px 18px}.idealizador-corporations__number{flex-basis:34px;font-size:clamp(58px,6vw,68px)}.idealizador-corporations__divider{height:54px;margin-inline:15px}.idealizador-corporations__name{font-size:clamp(16px,1.75vw,19px)}}@media(max-width:61.9375rem){.idealizador-corporations{padding-block:38px 70px}.idealizador-corporations__container{width:min(calc(100% - 64px),820px)}.idealizador-corporations__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.idealizador-corporations__card{width:100%;min-height:116px}}@media(max-width:37.4375rem){.idealizador-corporations{padding-block:42px 68px}.idealizador-corporations__container{width:calc(100% - 44px)}.idealizador-corporations__title{line-height:1}.idealizador-corporations__title-presence{font-size:clamp(56px,17vw,66px)}.idealizador-corporations__title-em,.idealizador-corporations__title-line--corporations{font-size:clamp(34px,10vw,40px)}.idealizador-corporations__description{margin-top:18px;font-size:clamp(16px,4.6vw,18px);line-height:1.18}.idealizador-corporations__list{max-width:400px;margin:34px auto 0;grid-template-columns:1fr;gap:16px}.idealizador-corporations__card{min-height:112px;padding:18px 20px}.idealizador-corporations__number{flex-basis:32px;font-size:clamp(52px,15vw,64px)}.idealizador-corporations__divider{height:54px;margin-inline:16px}.idealizador-corporations__name{font-size:clamp(16px,4.7vw,18px);line-height:1.08}}@media(prefers-reduced-motion:reduce){.idealizador-corporations__item{opacity:1;transform:none;transition:none}}.idealizador-timeline{--timeline-progress: 0;background:#000;color:var(--color-white);padding-block:clamp(24px,2.4vw,32px) clamp(64px,5.6vw,76px)}.idealizador-timeline__container{width:min(calc(100% - 96px),1140px)}.idealizador-timeline__header{text-align:center}.idealizador-timeline__title{margin:0;color:var(--color-white);font-size:clamp(56px,4.4vw,60px);font-weight:700;letter-spacing:-.045em;line-height:1}.idealizador-timeline__title-main,.idealizador-timeline__title-highlight{display:inline-block}.idealizador-timeline__title-highlight{margin-left:-6px;font-size:clamp(98px,8.7vw,98px);font-weight:400;letter-spacing:0;line-height:.75;vertical-align:baseline}.idealizador-timeline__subtitle{margin:14px 0 0;color:var(--color-white);font-size:clamp(24px,1.9vw,25px);font-weight:600;line-height:1.2}.idealizador-timeline__track{position:relative;margin-top:clamp(100px,8vw,110px)}.idealizador-timeline__line{position:absolute;z-index:0;top:50%;right:calc(100% / 12);left:calc(100% / 12);height:5px;overflow:hidden;transform:translateY(-50%);background:transparent}.idealizador-timeline__line:before{position:absolute;inset:0;content:"";background:#949494;transform:scaleX(var(--timeline-progress, 0));transform-origin:left center;transition:transform .14s linear}.idealizador-timeline__list{position:relative;z-index:1;display:grid;min-height:278px;margin:0;padding:0;grid-template-columns:repeat(6,minmax(0,1fr));list-style:none}.idealizador-timeline__item{position:relative;display:flex;justify-content:center}.idealizador-timeline__item--top{align-items:flex-start}.idealizador-timeline__item--bottom{align-items:flex-end}.idealizador-timeline__marker{position:absolute;top:50%;left:50%;width:20px;height:20px;border:1px solid rgba(148,148,148,.75);border-radius:50%;opacity:0;transform:translate(-50%,-50%) scale(.75);background:#000;transition:opacity .52s ease,transform .62s cubic-bezier(.22,1,.36,1),background-color .42s ease,border-color .42s ease,box-shadow .42s ease}.idealizador-timeline__item--visible .idealizador-timeline__marker{opacity:1;transform:translate(-50%,-50%) scale(1);border-color:#ffffffe6;background:#949494;box-shadow:0 0 0 5px #ffffff14}.idealizador-timeline__card{display:flex;width:clamp(160px,12.2vw,166px);min-height:120px;flex-direction:column;justify-content:flex-start;border:1px solid #6f6f6f;border-radius:3px;padding:17px 18px;background:#000;color:var(--color-white);opacity:0;pointer-events:none;transform:translateY(28px) scale(.96);transition:opacity .72s ease,transform .72s cubic-bezier(.22,1,.36,1),border-color .72s ease,box-shadow .72s ease}.idealizador-timeline__card--visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1);border-color:#ffffffb8;box-shadow:0 18px 44px #ffffff0f}.idealizador-timeline__card--wide{width:300px;max-width:min(300px,calc(100vw - 96px))}.idealizador-timeline__year{display:block;color:var(--color-white);font-size:20px;font-weight:700;line-height:1.15}.idealizador-timeline__description{margin:5px 0 0;color:var(--color-white);font-size:15px;font-weight:400;line-height:1.1}@media(max-width:74.9375rem){.idealizador-timeline__container{width:min(calc(100% - 64px),1040px)}.idealizador-timeline__title{font-size:clamp(48px,4.6vw,54px)}.idealizador-timeline__title-highlight{font-size:clamp(60px,6vw,70px)}.idealizador-timeline__subtitle{font-size:clamp(21px,2vw,23px)}.idealizador-timeline__card{width:clamp(145px,14.4vw,155px);min-height:116px;padding:16px 15px}.idealizador-timeline__card--wide{width:260px;max-width:min(260px,calc(100vw - 64px))}.idealizador-timeline__description{font-size:14px}}@media(max-width:61.9375rem){.idealizador-timeline{padding-block:48px 72px}.idealizador-timeline__container{width:min(calc(100% - 48px),760px)}.idealizador-timeline__track{margin-top:64px}.idealizador-timeline__line{inset:0 auto 0 50%;width:4px;height:auto;transform:translate(-50%)}.idealizador-timeline__line:before{transform:scaleY(var(--timeline-progress, 0));transform-origin:top center}.idealizador-timeline__list{display:flex;min-height:0;flex-direction:column;gap:34px}.idealizador-timeline__item{min-height:128px;align-items:center}.idealizador-timeline__item--top{justify-content:flex-start}.idealizador-timeline__item--bottom{justify-content:flex-end}.idealizador-timeline__card,.idealizador-timeline__card--wide{width:44%;max-width:none;min-height:118px}}@media(max-width:37.4375rem){.idealizador-timeline{padding-block:42px 64px}.idealizador-timeline__container{width:calc(100% - 44px)}.idealizador-timeline__title{font-size:clamp(34px,10vw,40px)}.idealizador-timeline__title-highlight{margin-left:0;font-size:clamp(50px,16vw,60px)}.idealizador-timeline__subtitle{margin-top:12px;font-size:clamp(17px,4.8vw,19px)}.idealizador-timeline__track{margin-top:48px}.idealizador-timeline__line{left:10px;right:auto}.idealizador-timeline__list{gap:32px}.idealizador-timeline__item,.idealizador-timeline__item--top,.idealizador-timeline__item--bottom{min-height:auto;justify-content:flex-start;padding-left:34px}.idealizador-timeline__marker{left:10px;width:18px;height:18px}.idealizador-timeline__card,.idealizador-timeline__card--wide{width:100%;max-width:none;min-height:auto;padding:17px 18px}.idealizador-timeline__year{font-size:clamp(18px,5vw,20px)}.idealizador-timeline__description{font-size:clamp(14px,4vw,16px);line-height:1.15}}.idealizador-maestro-quote{overflow:hidden;background:#000;color:var(--color-white);padding-block:clamp(58px,7.4vw,98px) clamp(40px,5vw,67px)}.idealizador-maestro-quote__container{width:min(calc(100% - clamp(48px,11.8vw,156px)),1180px)}.idealizador-maestro-quote__banner{position:relative;overflow:hidden;isolation:isolate;aspect-ratio:2.93 / 1;border:1px solid rgba(255,255,255,.65);border-radius:clamp(6px,.7vw,10px);background:#000}.idealizador-maestro-quote__image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center}.idealizador-maestro-quote__content{display:grid;height:100%;align-items:center;padding:clamp(22px,3.5vw,42px) clamp(26px,4vw,52px) clamp(24px,3.9vw,45px) clamp(22px,3.3vw,32px);grid-template-columns:minmax(0,39%) minmax(0,38%) minmax(128px,23%)}.idealizador-maestro-quote__title{max-width:380px;margin:0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(30px,3.45vw,46px);font-weight:700;letter-spacing:-.055em;line-height:.94;transform:translateY(-90px)}.idealizador-maestro-quote__title-line{display:block;white-space:nowrap}.idealizador-maestro-quote__title-highlight{display:inline-block;color:var(--color-white);font-family:var(--font-highlight);font-size:clamp(48px,8vw,74px);font-weight:400;letter-spacing:0;line-height:0;transform:translateY(-.02em);vertical-align:baseline}.idealizador-maestro-quote__quote{min-width:0;margin:0;grid-column:3;color:var(--color-white);transform:translate(100px)}.idealizador-maestro-quote__quote-mark{display:block;height:clamp(44px,5.6vw,70px);color:var(--color-white);font-family:Georgia,Times New Roman,serif;font-size:clamp(72px,6.4vw,84px);font-weight:700;line-height:.72}.idealizador-maestro-quote__quote-text{margin:0;color:var(--color-white);font-size:clamp(17px,2.05vw,27px);font-weight:700;letter-spacing:-.045em;line-height:.86}.idealizador-maestro-quote__quote-footer{margin-top:clamp(10px,1.35vw,17px)}.idealizador-maestro-quote__cite{color:var(--color-white);font-family:var(--font-highlight);font-size:clamp(38px,4.1vw,54px);font-style:normal;font-weight:400;letter-spacing:0;line-height:.75}@media(max-width:61.9375rem){.idealizador-maestro-quote{padding-block:clamp(44px,7vw,64px) clamp(38px,6vw,54px)}.idealizador-maestro-quote__container{width:min(calc(100% - 48px),860px)}.idealizador-maestro-quote__content{padding:clamp(18px,3.2vw,28px) clamp(18px,3.4vw,30px);grid-template-columns:minmax(0,40%) minmax(0,38%) minmax(104px,22%)}.idealizador-maestro-quote__title{font-size:clamp(27px,3.8vw,32px)}.idealizador-maestro-quote__title-highlight{font-size:clamp(38px,5.8vw,48px)}.idealizador-maestro-quote__quote-mark{height:clamp(34px,5vw,46px);font-size:clamp(56px,7.8vw,72px)}.idealizador-maestro-quote__quote-text{font-size:clamp(16px,2.2vw,19px)}.idealizador-maestro-quote__cite{font-size:clamp(32px,5.3vw,42px)}}@media(max-width:42.5rem){.idealizador-maestro-quote{padding-block:42px 48px}.idealizador-maestro-quote__container{width:calc(100% - 44px)}.idealizador-maestro-quote__banner{min-height:clamp(500px,140vw,620px);aspect-ratio:auto}.idealizador-maestro-quote__image{object-position:center}.idealizador-maestro-quote__content{display:flex;height:auto;min-height:clamp(500px,140vw,620px);flex-direction:column;align-items:stretch;justify-content:center;gap:clamp(28px,8vw,40px);padding:24px clamp(20px,6vw,24px) 28px}.idealizador-maestro-quote__title{max-width:min(100%,320px);font-size:clamp(31px,9.2vw,40px);line-height:.98;transform:none}.idealizador-maestro-quote__title-line{white-space:normal}.idealizador-maestro-quote__title-highlight{font-size:clamp(46px,14vw,58px);transform:none}.idealizador-maestro-quote__quote{align-self:flex-start;max-width:150px;text-align:left;transform:none}.idealizador-maestro-quote__quote-mark{height:42px;font-size:68px}.idealizador-maestro-quote__quote-text{font-size:clamp(18px,5.4vw,23px);line-height:.9}.idealizador-maestro-quote__quote-footer{margin-top:12px}.idealizador-maestro-quote__cite{font-size:clamp(38px,12vw,50px)}}.idealizador-innovations{overflow:hidden;background:#000;color:var(--color-white);padding-block:clamp(34px,3vw,42px) clamp(82px,7vw,104px)}.idealizador-innovations__container{width:min(calc(100% - clamp(48px,12vw,166px)),1160px)}.idealizador-innovations__header{text-align:center}.idealizador-innovations__title{margin:0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(48px,4vw,54px);font-weight:500;letter-spacing:-.045em;line-height:.95}.idealizador-innovations__title-highlight,.idealizador-innovations__title-main{display:inline-block}.idealizador-innovations__title-highlight{font-size:clamp(86px,6.9vw,94px);font-weight:400;letter-spacing:0;line-height:.72;transform:translateY(-.01em);vertical-align:baseline}.idealizador-innovations__subtitle{max-width:675px;margin:22px auto 0;color:var(--color-white);font-size:clamp(24px,1.9vw,26px);font-weight:400;line-height:1.16}.idealizador-innovations__list{display:grid;margin:clamp(48px,4.1vw,56px) 0 0;padding:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,1.7vw,23px);list-style:none}.idealizador-innovations__item{min-width:0;opacity:0;transform:translateY(28px);transition:opacity .9s cubic-bezier(.22,1,.36,1),transform .9s cubic-bezier(.22,1,.36,1)}.idealizador-innovations--visible .idealizador-innovations__item{opacity:1;transform:translateY(0)}.idealizador-innovations__item:nth-child(2){transition-delay:.14s}.idealizador-innovations__item:nth-child(3){transition-delay:.28s}.idealizador-innovations__item:nth-child(4){transition-delay:.42s}.idealizador-innovations__card{position:relative;overflow:hidden;aspect-ratio:17 / 30;border:1px solid rgba(255,255,255,.72);border-radius:clamp(8px,.7vw,10px);background:#000;color:var(--color-white)}.idealizador-innovations__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.idealizador-innovations__content{position:relative;z-index:1;padding:clamp(14px,1.25vw,17px)}.idealizador-innovations__number{display:block;color:var(--color-white);font-size:clamp(23px,1.9vw,26px);font-weight:700;line-height:1}.idealizador-innovations__divider{display:block;width:clamp(38px,3.4vw,45px);height:2px;margin-top:6px;background:var(--color-white)}.idealizador-innovations__card-title{margin:16px 0 0;color:var(--color-white);font-size:clamp(21px,1.9vw,26px);font-weight:500;letter-spacing:-.04em;line-height:1.08;text-transform:uppercase}.idealizador-innovations__description{margin:11px 0 0;color:var(--color-white);font-size:clamp(14px,1.2vw,16px);font-weight:400;line-height:1.08}@media(max-width:61.9375rem){.idealizador-innovations__container{width:min(calc(100% - 48px),704px)}.idealizador-innovations__list{grid-template-columns:repeat(2,minmax(0,320px));justify-content:center;gap:24px}}@media(max-width:37.4375rem){.idealizador-innovations{padding-block:42px 72px}.idealizador-innovations__container{width:calc(100% - 44px)}.idealizador-innovations__title{font-size:clamp(30px,9.5vw,38px);line-height:1}.idealizador-innovations__title-highlight{font-size:clamp(52px,17vw,60px);line-height:.82}.idealizador-innovations__subtitle{margin-top:16px;font-size:clamp(16px,4.8vw,18px);line-height:1.18}.idealizador-innovations__list{grid-template-columns:minmax(0,min(100%,320px));gap:22px}.idealizador-innovations__card-title{font-size:clamp(20px,6vw,24px)}.idealizador-innovations__description{font-size:clamp(15px,4.4vw,17px)}}@media(prefers-reduced-motion:reduce){.idealizador-innovations__item{opacity:1;transform:none;transition:none}}.idealizador-story-cta{display:flex;min-height:clamp(26rem,58vh,42rem);align-items:center;justify-content:center;padding:clamp(5rem,10vw,8rem) var(--container-padding);background:#000;color:var(--color-text-on-dark);text-align:center}.idealizador-story-cta__content{display:flex;width:min(100%,48rem);flex-direction:column;align-items:center;justify-content:center;filter:blur(14px);opacity:.15;transform:translateY(50px);will-change:filter,opacity,transform}.idealizador-story-cta__title,.idealizador-story-cta__description,.idealizador-story-cta__button{font-family:var(--font-primary)}.idealizador-story-cta__title{margin:0 0 clamp(1rem,2vw,1.35rem);color:var(--color-white);font-size:clamp(2.5rem,6vw,5.75rem);font-weight:600;letter-spacing:-.055em;line-height:.95}.idealizador-story-cta__description{max-width:43rem;margin:0 0 clamp(1.75rem,3.5vw,2.75rem);color:#f5f2ead6;font-size:clamp(1rem,2vw,1.45rem);font-weight:400;letter-spacing:-.015em;line-height:1.45}.idealizador-story-cta__button{display:inline-flex;min-height:clamp(3.25rem,5vw,3.85rem);align-items:center;justify-content:center;border-radius:var(--radius-md);padding:.9rem clamp(1.5rem,4vw,2.5rem);background:#25d366;color:var(--color-white);font-size:clamp(.95rem,1.5vw,1.1rem);font-weight:700;line-height:1;box-shadow:0 18px 42px #25d36638;transition:background-color var(--transition-base),transform var(--transition-base),box-shadow var(--transition-base)}.idealizador-story-cta__button:hover{background:#1ebe5d;opacity:1;transform:translateY(-2px);box-shadow:0 22px 48px #25d36647}.idealizador-story-cta__button:focus-visible{outline-color:#25d366}@media(max-width:900px){.idealizador-story-cta{min-height:clamp(24rem,52vh,34rem);padding-block:clamp(4.5rem,12vw,7rem)}}@media(max-width:640px){.idealizador-story-cta{min-height:24rem;padding-block:clamp(4rem,18vw,6rem)}.idealizador-story-cta__button{width:min(100%,22rem)}}@media(prefers-reduced-motion:reduce){.idealizador-story-cta__content{filter:blur(0);opacity:1;transform:translateY(0);will-change:auto}.idealizador-story-cta__button{transition:none}.idealizador-story-cta__button:hover{transform:none}}.idealizador-page{min-width:0;overflow-x:hidden;background:var(--color-background)}.licitacao-hero{position:relative;display:flex;min-height:clamp(640px,86vh,838px);overflow:hidden;align-items:center;isolation:isolate;background:var(--color-black);color:var(--color-white)}.licitacao-hero__image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;object-fit:cover;object-position:center}.licitacao-hero__container{position:relative;z-index:1;display:flex;align-items:center;min-height:inherit;padding-top:clamp(132px,17vh,178px);padding-bottom:clamp(72px,9vh,108px)}.licitacao-hero__content{width:min(47%,600px);color:var(--color-white);animation:heroContentEnter 3s cubic-bezier(.22,1,.36,1) both}.licitacao-hero__title{display:flex;flex-direction:column;align-items:flex-start;margin:0;color:var(--color-white)}.licitacao-hero__title-main{color:var(--color-white);font-family:var(--font-primary);font-size:clamp(48px,4.85vw,64px);font-weight:700;letter-spacing:-.055em;line-height:1.08;white-space:nowrap}.licitacao-hero__title-highlight{display:block;margin-top:clamp(-13px,-.9vw,-7px);color:var(--color-white);font-size:clamp(86px,8.7vw,114px);line-height:.86}.licitacao-hero__description{max-width:595px;margin:clamp(18px,2.6vw,30px) 0 0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(22px,2vw,26px);font-weight:400;letter-spacing:-.035em;line-height:1.15}@media(max-width:75rem){.licitacao-hero{min-height:clamp(610px,82vh,760px)}.licitacao-hero__image{object-position:56% center}.licitacao-hero__content{width:min(48%,540px)}.licitacao-hero__title-main{font-size:clamp(44px,5vw,58px)}.licitacao-hero__title-highlight{font-size:clamp(78px,8.4vw,100px)}.licitacao-hero__description{max-width:520px;font-size:clamp(19px,2vw,23px)}}@media(max-width:56rem){.licitacao-hero__image{object-position:60% center}.licitacao-hero__content{width:min(52%,460px)}.licitacao-hero__title-main{white-space:normal}.licitacao-hero__description{max-width:430px;font-size:clamp(18px,2.35vw,21px)}}@media(max-width:43.75rem){.licitacao-hero{display:flex;min-height:clamp(620px,92svh,720px);align-items:flex-end;padding-top:0}.licitacao-hero:after{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000001f,#0003 38%,#000000b8 68%,#000000fa);content:"";pointer-events:none}.licitacao-hero__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:70% center}.container.licitacao-hero__container{position:relative;z-index:2;display:flex;width:calc(100% - 48px);min-height:inherit;align-items:flex-end;padding-top:140px;padding-bottom:clamp(40px,10vw,56px)}.licitacao-hero__content{width:100%;min-width:0;max-width:460px}.licitacao-hero__title-main{font-size:clamp(36px,10.7vw,42px);line-height:1.06}.licitacao-hero__title-highlight{margin-top:-5px;font-size:clamp(60px,18vw,74px);line-height:.9}.licitacao-hero__description{max-width:100%;margin-top:14px;font-size:clamp(16px,4.45vw,18px);line-height:1.45}}.licitacao-process{background:#000;color:var(--color-white);padding-block:clamp(40px,5.4vw,72px) clamp(64px,8.2vw,116px)}.licitacao-process__container{display:flex;flex-direction:column;align-items:center}.licitacao-process__title{display:flex;flex-direction:column;align-items:center;max-width:820px;margin:0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(58px,7.05vw,96px);font-weight:500;letter-spacing:-.055em;line-height:.76;text-align:center}.licitacao-process__title-line{display:block}.licitacao-process__title-line--first{display:flex;align-items:baseline;justify-content:center;gap:clamp(6px,.65vw,10px)}.licitacao-process__title-highlight{display:inline-block;margin-left:clamp(-5px,-.35vw,-2px);font-size:clamp(84px,9.9vw,134px);-webkit-text-stroke:12px #000000;paint-order:stroke fill;letter-spacing:0;line-height:.54;transform:translateY(.045em)}.licitacao-process__intro{max-width:900px;margin:clamp(52px,5.6vw,74px) auto 0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(18px,1.85vw,25px);font-weight:400;letter-spacing:-.035em;line-height:1.12;text-align:center}.licitacao-process__list{display:flex;width:min(100%,980px);flex-direction:column;gap:clamp(24px,3.2vw,44px);margin:clamp(48px,5.2vw,72px) 0 0;padding:0;list-style:decimal;list-style-position:inside}.licitacao-process__item{display:block}.licitacao-process__card{width:100%;min-height:clamp(120px,15vw,180px);border:1px solid #a8a8a8;border-radius:clamp(6px,.72vw,10px);padding:clamp(22px,2.4vw,32px) clamp(24px,2.8vw,38px);background:#2e2e2f;color:var(--color-white)}.licitacao-process__card-heading{display:flex;align-items:baseline;gap:clamp(16px,2vw,28px)}.licitacao-process__card-title{margin:0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(22px,2.46vw,36px);font-weight:700;letter-spacing:-.045em;line-height:1.08}.licitacao-process__card-description{max-width:1080px;margin:clamp(18px,1.5vw,22px) 0 0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(14px,1.24vw,22px);font-weight:400;letter-spacing:-.035em;line-height:1.08}@media(max-width:56rem){.licitacao-process{padding-block:clamp(44px,8vw,64px) clamp(56px,10vw,84px)}.licitacao-process__title{font-size:clamp(58px,8.1vw,72px);line-height:.82}.licitacao-process__title-highlight{font-size:clamp(78px,11.2vw,100px)}.licitacao-process__intro{max-width:680px;margin-top:clamp(42px,6vw,56px);font-size:clamp(19px,2.55vw,23px);line-height:1.16}.licitacao-process__list{gap:clamp(32px,5.6vw,52px);margin-top:clamp(52px,8vw,76px)}.licitacao-process__card{min-height:0}.licitacao-process__card-title{font-size:clamp(26px,3.7vw,32px)}.licitacao-process__card-description{font-size:clamp(17px,2.35vw,20px);line-height:1.16}}@media(max-width:43.75rem){.licitacao-process__title{font-size:clamp(40px,11vw,48px);line-height:.92}.licitacao-process__title-line--first{flex-direction:column;align-items:center;gap:0}.licitacao-process__title-highlight{margin:-.08em 0 -.03em;font-size:clamp(60px,18vw,76px);line-height:.82;transform:none}.licitacao-process__intro{max-width:100%;margin-top:clamp(28px,8vw,40px);font-size:clamp(16px,4.45vw,18px);line-height:1.2}.licitacao-process__list{gap:clamp(24px,7.5vw,32px);margin-top:clamp(40px,11vw,56px)}.licitacao-process__card{padding:clamp(20px,6vw,24px)}.licitacao-process__card-heading{gap:clamp(12px,4vw,16px)}.licitacao-process__card-title{font-size:clamp(21px,6.2vw,25px);line-height:1.12}.licitacao-process__card-description{margin-top:clamp(12px,4vw,16px);font-size:clamp(15px,4.35vw,17px);line-height:1.22}}@media(max-width:22.5rem){.licitacao-process__card-heading{flex-direction:column;align-items:flex-start;gap:8px}}.licitacao-process__item--from-left,.licitacao-process__item--from-right{opacity:0;transition:opacity 2s cubic-bezier(.22,1,.36,1),transform 2s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.licitacao-process__item--from-left{transform:translate(-48px)}.licitacao-process__item--from-right{transform:translate(48px)}.licitacao-process__item--visible{opacity:1;transform:translate(0);will-change:auto}@media(prefers-reduced-motion:reduce){.licitacao-process__item--from-left,.licitacao-process__item--from-right{opacity:1;transform:none;transition:none;will-change:auto}}.licitacao-agility{background:#000;color:var(--color-white);padding-block:clamp(42px,5.1vw,72px) clamp(32px,4.7vw,56px)}.licitacao-agility__container{display:flex;justify-content:center}.licitacao-agility__grid{display:grid;width:min(100%,970px);grid-template-columns:minmax(0,1fr) minmax(330px,.98fr);align-items:start;gap:clamp(24px,3vw,36px)}.licitacao-agility__content{max-width:430px;opacity:0;transform:translate(-56px);transition:opacity 1.2s cubic-bezier(.22,1,.36,1),transform 1.2s cubic-bezier(.22,1,.36,1)}.licitacao-agility--visible .licitacao-agility__content{opacity:1;transform:translate(0)}.licitacao-agility__title{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 clamp(9px,1.05vw,14px);color:var(--color-white);font-family:var(--font-primary);line-height:.82}.licitacao-agility__title-main{position:relative;z-index:1;color:var(--color-white);font-size:clamp(56px,5.2vw,64px);font-weight:400;letter-spacing:-.055em;line-height:.95}.licitacao-agility__title-highlight{position:relative;z-index:2;margin-top:-.24em;color:var(--color-white);-webkit-text-stroke:7px #000000;paint-order:stroke fill;font-size:clamp(84px,9.9vw,134px);letter-spacing:0;line-height:.76}.licitacao-agility__subtitle,.licitacao-agility__benefits-title{margin:0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(19px,1.7vw,21px);font-weight:800;letter-spacing:-.045em;line-height:.98;text-transform:uppercase}.licitacao-agility__subtitle span,.licitacao-agility__benefits-title span{display:block}.licitacao-agility__description{max-width:415px;margin:clamp(16px,1.6vw,20px) 0 clamp(34px,4.3vw,50px);color:var(--color-white);font-family:var(--font-primary);font-size:clamp(18px,1.62vw,20px);font-weight:400;letter-spacing:-.043em;line-height:1.15}.licitacao-agility__benefits{max-width:395px;margin:clamp(18px,2.3vw,28px) 0 0;padding:0;list-style:none}.licitacao-agility__benefit{display:flex;align-items:center;gap:10px;min-height:57px;padding-block:10px;color:var(--color-white);border-bottom:1px solid #969696;font-family:var(--font-primary);font-size:clamp(18px,1.55vw,20px);font-weight:400;letter-spacing:-.04em;line-height:1.15}.licitacao-agility__benefit:last-child{border-bottom:0}.licitacao-agility__benefit-icon{width:24px;height:24px;flex:0 0 24px;object-fit:contain}.licitacao-agility__media{width:min(100%,390px);margin:18px 0 0;justify-self:end;opacity:0;transform:translate(56px);transition:opacity 1.2s cubic-bezier(.22,1,.36,1) .1s,transform 1.2s cubic-bezier(.22,1,.36,1) .1s}.licitacao-agility--visible .licitacao-agility__media{opacity:1;transform:translate(0)}.licitacao-agility__image{width:100%;height:min(580px,68vw);max-height:580px;border:1px solid #c5c5c5;object-fit:cover;object-position:center}@media(max-height:760px)and (min-width:56.01rem){.licitacao-agility{padding-block:30px 26px}.licitacao-agility__grid{width:min(100%,915px);gap:28px}.licitacao-agility__title{margin-bottom:8px}.licitacao-agility__title-main{font-size:clamp(54px,4.7vw,62px)}.licitacao-agility__title-highlight{font-size:clamp(62px,5.25vw,68px)}.licitacao-agility__subtitle,.licitacao-agility__benefits-title{font-size:19px}.licitacao-agility__description{margin-block:14px 31px;font-size:18px;line-height:1.12}.licitacao-agility__benefits{margin-top:16px}.licitacao-agility__benefit{min-height:53px;padding-block:8px;font-size:18px}.licitacao-agility__media{width:min(100%,360px);margin-top:14px}.licitacao-agility__image{height:535px;max-height:535px}}@media(max-width:56rem){.licitacao-agility{padding-block:clamp(46px,8vw,68px)}.licitacao-agility__grid{width:min(100%,720px);grid-template-columns:1fr;gap:clamp(34px,6vw,48px)}.licitacao-agility__content{max-width:600px}.licitacao-agility__description,.licitacao-agility__benefits{max-width:520px}.licitacao-agility__media{width:min(100%,470px);margin:0 auto;justify-self:center}.licitacao-agility__image{height:auto;max-height:620px}}@media(max-width:43.75rem){.licitacao-agility{padding-block:clamp(40px,10vw,56px)}.licitacao-agility__content,.licitacao-agility__media{transform:none}.licitacao-agility__title-main{font-size:clamp(46px,13.8vw,54px)}.licitacao-agility__title-highlight{margin-top:0;-webkit-text-stroke-width:5px;font-size:clamp(78px,22vw,104px)}.licitacao-agility__subtitle,.licitacao-agility__benefits-title{font-size:clamp(17px,5vw,20px)}.licitacao-agility__description{margin-block:16px 30px;font-size:clamp(16px,4.45vw,18px);line-height:1.2}.licitacao-agility__benefit{min-height:52px;font-size:clamp(16px,4.45vw,18px);line-height:1.18}.licitacao-agility__benefit-icon{width:23px;height:23px;flex-basis:23px}.licitacao-agility__media{width:min(100%,440px)}}@media(prefers-reduced-motion:reduce){.licitacao-agility__content,.licitacao-agility__media{opacity:1;transform:translate(0);transition:none}}.licitacao-agility__title-highlight{font-size:clamp(82px,7.8vw,108px)}@media(max-width:56rem){.licitacao-agility__title-highlight{font-size:clamp(82px,14vw,116px);-webkit-text-stroke-width:6px}}@media(max-height:760px)and (min-width:56.01rem){.licitacao-agility__title-highlight{font-size:clamp(84px,9.9vw,134px)}}.licitacao-contact{overflow:hidden;background:#000;color:#1e1e1e;padding-block:clamp(29px,4.8vw,64px)}.licitacao-contact__container{display:flex;justify-content:center}.licitacao-contact__card{position:relative;display:grid;width:min(100%,980px);min-height:480px;grid-template-areas:"copy form";grid-template-columns:minmax(0,54%) minmax(295px,38%);column-gap:8%;overflow:hidden;border:1px solid rgba(119,123,130,.36);border-radius:9px;background:#f9f6f0;box-shadow:0 8px 18px #0000002e}.licitacao-contact__copy{position:relative;z-index:1;grid-area:copy;padding:39px 0 0 30px}.licitacao-contact__title{display:flex;max-width:620px;flex-direction:column;align-items:flex-start;margin:0;color:#1e1e1e;font-family:var(--font-primary);line-height:.9}.licitacao-contact__title-line{display:flex;align-items:baseline;gap:10px;white-space:nowrap}.licitacao-contact__title-main{display:inline-block;font-size:clamp(56px,4.6vw,62px);font-weight:700;letter-spacing:-.055em;line-height:.95}.licitacao-contact__title-script{display:inline-block;color:#1e1e1e;font-size:clamp(76px,6.4vw,96px);letter-spacing:0;line-height:.82;transform:translateY(.01em);white-space:nowrap}.licitacao-contact__description{max-width:385px;margin:15px 0 0;color:#1e1e1e;font-family:var(--font-primary);font-size:14px;font-weight:400;letter-spacing:-.035em;line-height:1.3}.licitacao-contact__media{position:absolute;inset:0;z-index:0;margin:0;overflow:hidden;pointer-events:none}.licitacao-contact__image{width:100%;height:100%;display:block;object-fit:contain;object-position:left bottom;transform:translate(1,18px) scale(1)}.licitacao-contact__form{position:relative;z-index:1;display:flex;grid-area:form;width:100%;max-width:295px;flex-direction:column;align-self:center;justify-self:start;margin-right:40px;color:#1e1e1e;font-family:var(--font-primary)}.licitacao-contact__form-intro{margin:0 0 19px;color:#1e1e1e;font-size:16px;font-weight:700;letter-spacing:-.045em;line-height:1.08}.licitacao-contact__fields{display:grid;gap:15px}.licitacao-contact__field input{width:100%;min-height:40px;border:1.25px solid #1e1e1e;border-radius:6px;background:transparent;color:#1e1e1e;font:inherit;font-size:14px;font-weight:500;outline-offset:3px;padding:9px 18px 8px 41px}.licitacao-contact__field input::placeholder{color:#858585;font-weight:600;opacity:1}.licitacao-contact__field input:focus-visible{outline:2px solid #000000}.licitacao-contact__submit{width:100%;min-height:40px;margin-top:26px;border-radius:6px;background:#000;color:#fff;font-family:var(--font-primary);font-size:16px;font-weight:700;letter-spacing:-.04em;line-height:1;transition:background-color var(--transition-base),transform var(--transition-base)}.licitacao-contact__submit:hover{background:#242424;transform:translateY(-1px)}.licitacao-contact__submit:focus-visible{outline:3px solid #777b82;outline-offset:3px}.licitacao-contact__notice{min-height:1.2em;margin:10px 0 0;color:#5f1919;font-size:12px;font-weight:600;line-height:1.25}.licitacao-contact__sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}@media(max-width:58rem){.licitacao-contact__card{width:min(100%,760px);min-height:0;grid-template-areas:"copy" "form" "media";grid-template-columns:1fr;gap:30px;padding:34px 34px 0}.licitacao-contact__copy{padding:0}.licitacao-contact__description{max-width:520px;font-size:15px}.licitacao-contact__form{width:100%;max-width:540px;align-self:start;justify-self:start;margin:0}.licitacao-contact__fields,.licitacao-contact__field{width:100%;min-width:0;max-width:100%}.licitacao-contact__media{position:relative;inset:auto;grid-area:media;display:flex;justify-content:center;width:100%;max-width:100%;margin:0}.licitacao-contact__image{width:min(100%,520px);max-width:100%;height:auto;transform:none}.licitacao-contact__field input,.licitacao-contact__field select,.licitacao-contact__field textarea,.licitacao-contact__submit{width:100%;max-width:100%}}@media(max-width:36rem){.licitacao-contact{padding-block:20px}.licitacao-contact__container{width:min(100% - 32px,var(--container-max-width))}.licitacao-contact__card{gap:26px;padding:24px 22px 0}.licitacao-contact__title-main{font-size:clamp(36px,11vw,44px)}.licitacao-contact__title-line{flex-wrap:wrap;white-space:normal}.licitacao-contact__title-script{margin-top:0;font-size:clamp(54px,16vw,68px);transform:none;white-space:normal}.licitacao-contact__description{font-size:clamp(15px,4.2vw,17px);line-height:1.38}.licitacao-contact__field input{min-height:44px;padding-inline:22px}.licitacao-contact__submit{min-height:46px;font-size:16px}.licitacao-contact__image{width:100%}}.licitacao-process-comparison{background:#000;color:var(--color-white);padding-block:clamp(46px,5.2vw,72px) clamp(54px,6.7vw,92px)}.licitacao-process-comparison__container{display:flex;flex-direction:column;align-items:center}.licitacao-process-comparison__title{display:flex;width:min(100%,530px);flex-direction:column;align-items:center;margin:0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(56px,3.55vw,56px);font-weight:520;letter-spacing:-.055em;line-height:.9;text-align:center}.licitacao-process-comparison__title span{display:block}.licitacao-process-comparison__title-highlight{margin-top:-.12em;font-size:clamp(88px,9.25vw,96px);-webkit-text-stroke:7px #000000;paint-order:stroke fill;letter-spacing:0;line-height:.82}.licitacao-process-comparison__panels{display:flex;width:min(100%,980px);flex-direction:column;gap:clamp(24px,3vw,38px);margin-top:clamp(48px,4.4vw,62px)}.licitacao-process-comparison__panel{overflow:visible;width:100%;border:1px solid #b7b7b7;border-radius:6px;background:#000}.licitacao-process-comparison__panel-header{display:flex;min-height:clamp(52px,4.4vw,62px);align-items:center;border-bottom:1px solid #b7b7b7;padding:clamp(14px,1.15vw,18px) clamp(20px,2.6vw,30px);background:linear-gradient(180deg,#343434,#2f2f2f)}.licitacao-process-comparison__panel-header h3{margin:0;color:var(--color-white);font-family:var(--font-primary);font-size:clamp(18px,1.95vw,26px);font-weight:800;letter-spacing:.035em;line-height:1.05}.licitacao-process-comparison__panel-body{background:#000}.licitacao-process-comparison__panel-body--image{padding:0}.licitacao-process-comparison__figure{margin:0}.licitacao-process-comparison__figure img{width:100%;height:clamp(240px,25vw,340px);display:block;object-fit:contain;object-position:center}.licitacao-process-comparison__panel-body--steps{padding:clamp(28px,3.4vw,42px) clamp(20px,4.2vw,54px) clamp(38px,4.6vw,56px)}.licitacao-process-comparison__flow-wrapper{width:min(100%,980px);margin-inline:auto}.licitacao-process-comparison__flow-image{width:100%;height:auto}.licitacao-process-comparison__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:clamp(18px,3vw,42px);margin:clamp(7px,.8vw,10px) 0 0;padding:0;list-style:none}.licitacao-process-comparison__step{color:var(--color-white);font-family:var(--font-primary);text-align:center}.licitacao-process-comparison__step h4{margin:0;color:var(--color-white);font-size:clamp(16px,1.35vw,17px);font-weight:700;letter-spacing:-.035em;line-height:1.18}.licitacao-process-comparison__step p{max-width:245px;margin:8px auto 0;color:#ffffffdb;font-size:clamp(14px,1.15vw,15px);font-weight:400;letter-spacing:-.035em;line-height:1.42}@media(min-width:62rem){.licitacao-process-comparison__panels{gap:0;overflow:visible}.licitacao-process-comparison__panel--bureaucratic{position:sticky;top:100px;z-index:1}.licitacao-process-comparison__panel--fera{position:relative;z-index:2;margin-top:120px}}@media(max-width:56rem){.licitacao-process-comparison{padding-block:clamp(44px,7vw,62px) clamp(50px,8vw,76px)}.licitacao-process-comparison__panels{gap:clamp(24px,4.8vw,36px)}.licitacao-process-comparison__panel-body--steps{padding-inline:clamp(18px,4vw,34px)}}@media(max-width:47.5rem){.licitacao-process-comparison__steps{grid-template-columns:1fr;row-gap:22px;margin-top:0}.licitacao-process-comparison__flow-image{display:none}.licitacao-process-comparison__step p{max-width:320px}}@media(max-width:43.75rem){.licitacao-process-comparison{padding-block:clamp(40px,10vw,56px) clamp(44px,12vw,64px)}.licitacao-process-comparison__title{width:min(100%,390px);font-size:clamp(36px,10.6vw,44px);line-height:.92}.licitacao-process-comparison__title-highlight{font-size:clamp(52px,15.6vw,66px)}.licitacao-process-comparison__panels{margin-top:clamp(46px,13vw,64px)}.licitacao-process-comparison__panel-header{min-height:clamp(62px,18vw,74px);padding:clamp(16px,4.8vw,20px) clamp(20px,6vw,24px)}.licitacao-process-comparison__panel-header h3{font-size:clamp(20px,6.2vw,24px)}.licitacao-process-comparison__panel-body--steps{padding:26px 20px 34px}}.uniformes-hero{overflow-x:clip;background:#f4f3f1;color:#1b1b1b}.uniformes-hero__main{display:flex;min-height:clamp(500px,655vw,600px);isolation:isolate;background:#f4f3f1}.uniformes-hero__main{position:relative;isolation:isolate;overflow:hidden}.uniformes-hero__image{position:absolute;inset:0;z-index:-1;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center}.uniformes-hero__container{display:flex;min-height:inherit;align-items:flex-end;padding-block:clamp(8.75rem,17vw,13.5rem) clamp(4.85rem,8.2vw,7.85rem)}.uniformes-hero__content{width:min(43%,26rem);animation:heroContentEnter 3s cubic-bezier(.22,1,.36,1) both}.uniformes-hero__title{margin:0;color:#1b1b1b;font-family:var(--font-primary);font-size:clamp(3.625rem,5vw,4.25rem);font-weight:600;letter-spacing:-.045em;line-height:.95;white-space:nowrap}.uniformes-hero__description{max-width:22rem;margin:clamp(.65rem,1.15vw,.9rem) 0 0;color:#1b1b1b;font-family:var(--font-primary);font-size:clamp(1.25rem,1.65vw,1.5rem);font-weight:400;letter-spacing:-.035em;line-height:1.02}.uniformes-hero__actions{display:flex;flex-wrap:wrap;gap:clamp(1.25rem,2.2vw,2rem);margin-top:clamp(1.65rem,2.5vw,2.1rem)}.uniformes-hero__button.cta-button{min-height:clamp(3rem,4vw,3.375rem);border-radius:.5rem;padding:.8rem clamp(1.45rem,2vw,1.9rem) .7rem;font-family:var(--font-primary);font-size:clamp(.875rem,1.05vw,1rem);font-weight:500;letter-spacing:-.015em;transform:none}.uniformes-hero__button--primary.cta-button{min-width:13.25rem;background:#171717;color:#fff;box-shadow:0 5px 8px #00000038}.uniformes-hero__button--secondary.cta-button{min-width:10rem;background:#929292;color:#fff}.uniformes-hero__button--primary.cta-button:hover{background:#2a2a2a}.uniformes-hero__button--secondary.cta-button:hover{background:#7f7f7f}.uniformes-hero__button.cta-button:focus-visible{outline:2px solid #171717;outline-offset:4px}.uniformes-hero__signature{padding:clamp(.42rem,.78vw,.55rem) var(--container-padding) clamp(.32rem,.58vw,.43rem);background:#171717;color:#fff;font-family:var(--font-primary);font-size:clamp(.95rem,1.35vw,1.2rem);font-weight:700;letter-spacing:clamp(.14em,1.75vw,.36em);line-height:1.15;text-align:center}@media(max-width:74.9375rem){.uniformes-hero__main{min-height:clamp(520px,62vw,680px)}.uniformes-hero__container{padding-block-end:clamp(4rem,7.5vw,6.5rem)}.uniformes-hero__content{width:min(42%,22rem)}.uniformes-hero__title{font-size:clamp(3rem,5.2vw,3.65rem)}}@media(max-width:56.1875rem){.uniformes-hero__main{min-height:clamp(500px,70vw,630px)}.uniformes-hero__content{width:min(48%,20rem)}.uniformes-hero__title{font-size:clamp(2.55rem,6vw,3.1rem)}.uniformes-hero__description{font-size:clamp(1.05rem,2.25vw,1.25rem)}.uniformes-hero__actions{gap:.875rem}.uniformes-hero__button.cta-button{min-height:2.85rem}}@media(max-width:43.6875rem){.uniformes-hero__main{min-height:clamp(620px,92svh,720px);align-items:flex-end}.uniformes-hero__main:after{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,#0000001a,#0000002e 36%,#000000b3,#000000fa);content:"";pointer-events:none}.uniformes-hero__image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:72% center}.container.uniformes-hero__container{position:relative;z-index:2;display:flex;width:calc(100% - 48px);min-height:inherit;align-items:flex-end;padding-top:140px;padding-bottom:clamp(40px,10vw,56px)}.uniformes-hero__content{width:100%;min-width:0;max-width:23rem;padding-top:0}.uniformes-hero__title{color:#fff;font-size:clamp(2.55rem,12vw,3.25rem)}.uniformes-hero__description{max-width:18.75rem;color:#fff;font-size:clamp(1rem,4.5vw,1.2rem);line-height:1.4}.uniformes-hero__actions{max-width:22rem;flex-direction:column;gap:.75rem}.uniformes-hero__button.cta-button{width:100%;min-height:2.9rem}.uniformes-hero__signature{padding-block:.625rem .5rem;font-size:clamp(.74rem,3.35vw,.95rem);letter-spacing:clamp(.06em,2.3vw,.14em)}}:root{--color-black: #0a0a0a;--color-black-soft: #151515;--color-off-white: #f5f2ea;--color-white: #ffffff;--color-silver: #b9bcc1;--color-silver-light: #d9dbde;--color-silver-dark: #777b82;--color-text: #202020;--color-text-muted: #65676b;--color-text-light: var(--color-off-white);--color-text-on-dark: var(--color-off-white);--color-background: var(--color-off-white);--color-background-light: var(--color-off-white);--color-background-dark: var(--color-black);--color-border: rgba(119, 123, 130, .35);--color-border-light: rgba(245, 242, 234, .22);--font-primary: "Epilogue", sans-serif;--font-highlight: "Italianno", cursive;--container-max-width: 1200px;--container-padding: clamp(1rem, 4vw, 2.5rem);--section-spacing: clamp(4rem, 9vw, 8rem);--section-spacing-small: clamp(2.5rem, 6vw, 5rem);--spacing-2xs: .25rem;--spacing-xs: .5rem;--spacing-sm: .75rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-pill: 999px;--shadow-sm: 0 4px 16px rgba(0, 0, 0, .08);--shadow-md: 0 12px 32px rgba(0, 0, 0, .14);--shadow-lg: 0 24px 64px rgba(0, 0, 0, .2);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--z-index-base: 1;--z-index-header: 100;--z-index-overlay: 200;--z-index-modal: 300}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%;max-width:100%}html,body{max-width:100%;overflow-x:clip}#root{max-width:100%;overflow-x:visible}html{scroll-behavior:smooth}body{margin:0;background-color:var(--color-background);color:var(--color-text);font-family:var(--font-primary);font-size:1rem;line-height:1.6;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6,p{margin-block-start:0}a{color:inherit;text-decoration:none;transition:color var(--transition-base),opacity var(--transition-base)}a:hover{opacity:.75}button{margin:0;border:0;padding:0;background:none;color:inherit;font:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a:focus-visible,button:focus-visible{outline:2px solid var(--color-silver);outline-offset:3px}img,picture,svg{display:block;max-width:100%}img{height:auto}.app-layout{display:grid;min-height:100vh;grid-template-rows:auto 1fr auto}.app-layout>main{min-width:0}.section{padding-block:var(--section-spacing)}.section-light{background-color:var(--color-background-light);color:var(--color-text)}.section-dark{background-color:var(--color-background-dark);color:var(--color-text-on-dark)}.container{width:min(100% - (var(--container-padding) * 2),var(--container-max-width));margin-inline:auto}.highlight-font{font-family:var(--font-highlight);font-weight:400}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
