@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{color-scheme:light dark;--brand-01: #1F4366;--brand-02: #1C2833;--brand-03: #0859A5;--white-01: #f8f8f8;--body-bg: var(--white-01);--text: #212121;--light: 300;--regular: 400;--medium: 500;--semibold: 600;--bold: 800;--extrabold: 900;--container-mobile: 30rem;--container-desktop: 100rem;--container-larger-desktop: 120rem;--logo: url(/build/assets/horizontal-preto-lr6T2Mx_.png);--header-bg: var(--white-01);--mobile-toggle-color: #212121}@media(prefers-color-scheme:dark){:root{--body-bg: var(--brand-02);--text: #f8f8f8;--logo: url(/build/assets/horizontal-branco-wnNdUKMr.png);--header-bg: var(--brand-02);--mobile-toggle-color: var(--white-01)}}html,body{margin:0;padding:0;background-color:var(--body-bg);color:var(--text);font-family:Montserrat,sans-serif;font-weight:400;font-size:16px}button{cursor:pointer}.title{margin:0 auto 2rem;font-size:1.5rem;font-weight:var(--semibold)}.bold{font-weight:var(--semibold)}.container{width:100%;max-width:var(--container-mobile);margin:0 auto}header{background-color:var(--header-bg)}.header__nav{padding:2rem 1rem;display:flex;justify-content:space-between;align-items:center}.header__nav__logo{display:inline-block;width:100%;max-width:8rem;height:4rem;background-image:var(--logo);background-size:contain;background-repeat:no-repeat;background-position:center}.header__nav__list{margin:0;padding:0;display:none;gap:1rem;list-style-type:none}.header__nav__list--mobile__container{padding:2rem}.header__nav__list--mobile{display:none;position:fixed;height:100vh;top:0;left:0;width:100%;z-index:10;background:#3f3f3f61;box-shadow:0 4px 30px #0000001a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.header__nav__mobile-toggle{display:block}.header__nav__mobile-toggle button{background:transparent;border:none}.header__nav__mobile-toggle div{width:2rem;height:.2rem;border-radius:.2rem;background-color:var(--mobile-toggle-color);margin-bottom:.3rem}.header__nav__list--mobile.active{display:block}.header__nav__list a{color:var(--white-01)}.header__nav__list--mobile__header{display:flex;justify-content:space-between}.header__nav__list--mobile__close{height:fit-content;background-color:transparent;border:none;font-size:1.5rem;font-weight:var(--bold);color:var(--white-01)}.header__nav__list--mobile__title{margin-bottom:2rem;font-size:1.5rem;font-weight:var(--bold);color:var(--white-01)}.header__nav__list--mobile ul{margin:0;padding:0}.header__nav__list--mobile li{margin-bottom:1rem;list-style-type:none}.header__nav__list--mobile a{font-weight:var(--semibold);color:var(--white-01)}footer{width:100%;background-color:var(--brand-02);color:var(--white-01)}.footer__content{padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:2rem}.footer__logo{width:100%;max-width:10rem;margin-bottom:.5rem}.footer__title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.footer__content ul{margin:0;padding:0;list-style-type:none}.footer__content ul li{margin-bottom:.5rem}.footer__content ul li a{color:var(--white-01)}.hero{height:90vh;width:100%;display:flex;align-items:center;justify-content:center;background-position:center;background-size:cover;background-repeat:no-repeat}.hero--small{height:70vh}.hero .container{max-width:100%}.hero__content{width:100%;padding:2rem 0;border-radius:.2rem;margin:auto;background:#00000061;box-shadow:0 4px 30px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.hero__title{margin:0 0 2rem;font-size:clamp(1.75rem,10vw,3.5rem);text-align:center;color:var(--white-01)}.hero__subtitle{margin:0 0 2rem;font-size:clamp(1rem,10vw,1.5rem);text-align:center;color:var(--white-01)}.contact{display:grid;grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.contact__info{padding:2rem}.contact__info div{margin:2rem 0}@media screen and (min-width:768px){.header__nav__mobile{display:none}}@media screen and (min-width:1024px){.container{max-width:var(--container-desktop)}.header__nav__list{display:flex}.header__nav__mobile-toggle{display:none}.footer__content{gap:5rem}.contact{grid-template-columns:repeat(auto-fit,minmax(600px,1fr))}}.faq-section{padding:5rem 1.5rem;background-color:#fff}.faq-group{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:3rem 0;border-bottom:1px solid #e2e8f0}.faq-group:last-child{border-bottom:none}.faq-group__header{width:100%}.faq-group__title{font-size:1.6rem;font-weight:var(--bold);color:var(--brand-01);margin:0;line-height:1.3}.faq-group__list{width:100%;display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #e2e8f0}.faq-item:first-child{border-top:1px solid #e2e8f0}.faq-item__trigger{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:1.25rem 0;background:transparent;border:none;font-family:inherit;font-size:1.05rem;font-weight:var(--semibold);color:var(--text);transition:all .25s ease;cursor:pointer}.faq-item__trigger:hover,.faq-item__trigger:focus-visible{color:var(--brand-03);outline:none}.faq-item__question{padding-right:1.5rem;line-height:1.4}.faq-item__icon-wrapper{display:flex;align-items:center;justify-content:center;color:var(--brand-03);transition:transform .3s ease;flex-shrink:0}.faq-item__icon{width:1.25rem;height:1.25rem;stroke:currentColor;transition:transform .3s ease}.faq-item__trigger[aria-expanded=true] .faq-item__icon{transform:rotate(180deg)}.faq-item__trigger[aria-expanded=true]{color:var(--brand-03)}.faq-item__content{max-height:0;overflow:hidden;opacity:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .3s ease}.faq-item__content.active{opacity:1}.faq-item__answer{padding:0 0 1.5rem;font-size:.95rem;line-height:1.6;color:#4a5568}.faq-item__answer p{margin:0}@media screen and (min-width:1024px){.faq-group{grid-template-columns:3.5fr 6.5fr;gap:5rem;align-items:start}.faq-group__title{font-size:1.85rem;position:sticky;top:3rem}.faq-item__trigger{font-size:1.15rem;padding:1.5rem 0}}.catalog-carousel{padding:6rem 1.5rem;background-color:var(--branco);overflow:hidden}.catalog-carousel__info{margin-bottom:3rem}.catalog-carousel__title{font-size:2.2rem;font-weight:var(--bold);color:var(--brand-01);margin:0 0 1rem;line-height:1.2}.catalog-carousel__subtitle{font-size:1.1rem;color:#555;margin:0;line-height:1.5}.catalog-carousel__wrapper{position:relative;width:100%}.catalog-carousel__viewport{width:100%;overflow:hidden;position:relative;padding:.5rem 0}.catalog-carousel__track{display:flex;gap:1.5rem;will-change:transform}.catalog-carousel__item{flex-shrink:0;width:calc(100% - 2rem);display:flex;flex-direction:column}.catalog-carousel__image-placeholder{width:100%;aspect-ratio:3 / 4;border-radius:1.8rem;background-position:center;background-size:cover;background:linear-gradient(135deg,var(--brand-01) 0%,var(--brand-02) 100%);box-shadow:0 10px 25px #00000014;position:relative;overflow:hidden;margin-bottom:1.25rem;transition:transform .3s ease,box-shadow .3s ease}.catalog-carousel__image-placeholder:after{content:"";position:absolute;top:0;left:-150%;width:150%;height:100%;background:linear-gradient(to right,#fff0,#ffffff14,#fff0);transform:skew(-25deg);transition:left .6s ease}.catalog-carousel__item:hover .catalog-carousel__image-placeholder:after{left:150%}.catalog-carousel__item:hover .catalog-carousel__image-placeholder{transform:translateY(-5px);box-shadow:0 15px 30px #1f436626}.catalog-carousel__item-title{font-size:1.25rem;font-weight:var(--semibold);color:var(--brand-02);margin:0 0 .5rem;line-height:1.4}.catalog-carousel__item-subtitle{font-size:.95rem;color:#7f8c8d;margin:0;font-weight:var(--medium)}.catalog-carousel__nav{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.catalog-carousel__btn{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease;outline:none}.catalog-carousel__btn svg{width:1.25rem;height:1.25rem;stroke:currentColor;transition:transform .2s ease}.catalog-carousel__btn--prev{background-color:transparent;border:1.5px solid #bdc3c7;color:var(--brand-02)}.catalog-carousel__btn--prev:hover{border-color:var(--brand-01);color:var(--brand-01);transform:translate(-2px)}.catalog-carousel__btn--next{background-color:var(--brand-01);border:none;color:#fff;box-shadow:0 4px 10px #1f436633}.catalog-carousel__btn--next:hover{background-color:var(--brand-03);transform:translate(2px);box-shadow:0 6px 15px #0859a559}@media screen and (min-width:768px){.catalog-carousel__item{width:calc(50% - .75rem)}}@media screen and (min-width:1024px){.catalog-carousel{display:grid;grid-template-columns:3fr 7fr;gap:4rem;align-items:start;max-width:var(--container-desktop);margin:0 auto;padding:8rem 0}.catalog-carousel__info{margin-bottom:0;position:sticky;top:6rem}.catalog-carousel__title{font-size:2.5rem;margin-bottom:1.5rem}.catalog-carousel__item{width:calc(33.333% - 1rem)}.catalog-carousel__nav{margin-top:3rem}}
