@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");:root{--yellow:#f9db79;--yellow-dark:#c48b43;--black:#000;--gray-1:#d9dde1;--gray:#474747;--white:#fff}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}img{max-width:100%;height:auto;display:block}a{text-decoration:none}.container{max-width:1240px;width:100%;margin:0 auto}.section_hero{height:90vh;display:flex;justify-content:center;align-items:center;background-color:var(--yellow);padding:10px}.section_hero h1{text-shadow:3px 5px 2px var(--gray);color:var(--white);font-size:70px;line-height:1;text-align:center;text-transform:uppercase}@media(max-width:900px){.section_hero{height:70vh}.section_hero h1{font-size:50px}}.Rodape_container_rodape__5dDhp{background-color:var(--black);color:var(--white);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px 20px;gap:60px}.Rodape_img__90WkA{width:120px;height:auto;margin-right:20px}.Rodape_container_informacoes___mYCf{display:flex;flex-wrap:wrap;gap:60px}.Rodape_container_informacoes___mYCf h3{font-size:18px;margin-bottom:10px}.Topo_header_container__oFP89{background-color:var(--yellow);display:flex;align-items:center;position:-webkit-sticky;position:sticky;padding:10px;top:0}.Topo_header_content__iW2C0{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:20px}.Topo_header_content__iW2C0 img{width:100px}.Topo_header_content__iW2C0 nav{display:flex;padding:10px;gap:40px}.Topo_header_content__iW2C0 a{padding:18px;font-size:16px;color:var(--black);font-weight:500}