@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--brand-01: #1F4366;--brand-02: #1C2833;--brand-03: #0859A5;--branco: #f8f8f8;--text: #212121;--light: 300;--regular: 400;--medium: 500;--semibold: 600;--bold: 800;--extrabold: 900;--container-mobile: 30rem;--container-desktop: 70rem;--container-larger-desktop: 120rem}html,body{margin:0;padding:0;font-family:Montserrat,sans-serif;font-weight:400;font-size:14px}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(--brand-01)}.header__nav{padding:1rem;display:flex;justify-content:space-between;align-items:center}.header__nav__logo{width:100%;max-width:8rem}.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%;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(--branco);margin-bottom:.3rem}.header__nav__list--mobile.active{display:block}.header__nav__list a{color:var(--branco)}.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(--branco)}.header__nav__list--mobile__title{margin-bottom:2rem;font-size:1.5rem;font-weight:var(--bold);color:var(--branco)}.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(--branco)}footer{width:100%;background-color:var(--brand-02);color:var(--branco)}.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(--branco)}.hero{height:90vh;width:100%;display:flex;align-items:center;justify-content:center;background-position:center;background-size:cover;background-repeat:no-repeat}.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(--branco)}.hero__subtitle{margin:0 0 2rem;font-size:clamp(1rem,10vw,1.5rem);text-align:center;color:var(--branco)}.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))}}
