@import"https://use.typekit.net/rho7yky.css";:root{font-family:neue-kabel,sans-serif;font-weight:700;font-style:normal;color-scheme:light dark;--branco: #fff;--laranja: #ff6600;--preto: #1a1a1a;background-color:var(--branco);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:var(--preto)}*{box-sizing:border-box;margin:0;padding:0;list-style:none;text-decoration:none;scroll-behavior:smooth;color:var(--preto)}main{display:flex;flex-direction:column}header{width:100%;height:12vh;display:flex;justify-content:center;position:fixed;z-index:1000}section{width:100%;display:flex;justify-content:center;align-items:center}header{background-color:var(--laranja)}header .menu{width:100%;display:grid;grid-template-columns:15vw 2fr 15vw;grid-template-rows:1fr;margin:0 1vw}header .menu ul{display:flex}header .logo{justify-content:flex-start}header .links{justify-content:center}header .social{justify-content:flex-end}.menu ul{display:flex;align-items:center;list-style:none;gap:25px;margin:0;padding:0}.menu img{height:40px}.links a{text-decoration:none;color:#fff;font-weight:700;transition:color .3s ease}.links a:hover{color:#333}.menu-mobile{display:none}.hamburger{width:30px;height:24px;position:relative;background:transparent;border:none;cursor:pointer;padding:0;z-index:1100}.hamburger span{display:block;position:absolute;width:100%;height:3px;background-color:#fff;border-radius:3px;left:0;transition:transform .1s ease,top .1s ease,bottom .3s ease,opacity .3s ease}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:10.5px}.hamburger span:nth-child(3){bottom:0}.hamburger.open span:nth-child(1){top:10.5px;transform:rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){bottom:10.5px;transform:rotate(-45deg)}@media(max-width:768px){header .menu{display:none}.menu-mobile{display:block;padding:10px 20px}.mobile-header{display:flex;justify-content:space-between;align-items:center}.logo-mobile img{height:40px}.mobile-nav-list{position:absolute;top:100%;left:0;width:100%;background-color:#000000f2;flex-direction:column;align-items:center;padding:30px 0;display:none;opacity:0;transition:opacity .3s ease}.mobile-nav-list.active{display:flex;opacity:1}.mobile-nav-list ul{list-style:none;text-align:center;padding:0}.mobile-nav-list li{margin:15px 0}.mobile-nav-list a{color:#fff;text-decoration:none;font-size:1.2rem;font-weight:700}.social-mobile{display:flex;gap:20px;margin-top:30px;justify-content:center}.social-mobile img{width:30px;filter:invert(1)}}
