body {
  font-family: "Gilroy", sans-serif;
  background-color: white;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
nav img {
  width: 100%;
}
nav > a {
  width: 100%;
  max-width: 258px;
}
nav ul,
nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul {
  display: flex;
  align-items: center;
  gap: 35px;
}
nav ul li a,
nav ul li a:visited,
nav ul li a:hover,
nav ul li a:active,
nav ul li a:focus {
  color: #0b7748;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 24px;
}

footer {
  background-color: #0b7648;
  padding: 35px 0;
}

footer.alt {
  background-color: white;
}

footer .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
footer.alt .container {
  justify-content: space-between;
}

footer p {
  margin: 0;
  color: white;
  font-size: 22px;
  font-weight: 300;
}
footer.alt p {
  color: #0b7648;
}

footer img {
  max-width: 258px !important;
}

footer ul,
footer ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}

footer ul li img {
  max-width: 100px !important;
}

.hamburger {
  display: none; /* só aparece no mobile */
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background: #0b7748;
  border-radius: 2px;
}
#banner {
  padding: 70px 0 35px;
  background-image: url("/assets/img/home/banner.png");
  background-size: cover;
  background-position: center;
}
#banner .container {
  max-width: 840px;
}

#banner h1,
#banner h2,
#banner h3 {
  color: white;
  text-align: center;
  margin: 0;
}
#banner h2 {
  font-weight: 400;
  max-width: 570px;
  font-size: 30px;
  margin: 0 auto 45px;
}
#banner h1 {
  margin-bottom: 40px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 43px;
}

#banner h3 {
  font-weight: 400;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 30px;
}

#banner img {
  margin: 50px auto;
  display: block;
}

#banner a,
#banner a:visited {
  background-color: #0b7648;
  color: white;
  text-decoration: none;
  padding: 8px 19px;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
}

#banner a:hover,
#banner a:focus,
#banner a:active {
  background-color: white;
  color: black;
}

#projeto {
  background-color: #0b7748;
  color: white;
  padding: 100px 0;
}

#projeto h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
}

#projeto h1::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 50%;
  background-color: #f2c538;
  height: 35px;
  width: 8px;
  transform: skewX(-20deg) translateY(50%);
}

#projeto h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 1.6px;
}

#projeto p {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}

#para-quem {
  background-color: #f3c534;
  color: white;
  padding: 100px 0;
  background-image: url("/assets/img/home/para-quem.png");
  background-size: cover;
  background-position: center;
}

#para-quem h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
}

#para-quem h1::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 50%;
  background-color: #f2c538;
  height: 35px;
  width: 8px;
  transform: skewX(-20deg) translateY(50%);
}

#para-quem p {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 40px;
}

#participe {
  background-color: #d20f14;
  padding: 40px 0;
}
#participe .container {
  max-width: 930px;
}
#participe .participe__botoes {
  max-width: 800px;
  margin: 0 auto;
}
#participe h1 {
  color: #f2c538;
  font-weight: 800;
  font-size: 62px;
}

#participe h2 {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 360px;
  font-size: 24px;
  line-height: 1.4;
}
#participe h2 b {
  font-weight: 700;
  color: #f2c538;
}

#participe .participe__botoes a {
  background-color: white;
  color: #d20f14;
  text-decoration: none;
  padding: 8px 19px;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
}
#participe .participe__botoes a:hover {
  background-color: #f2c538;
  color: black;
}

#como-funciona {
  padding: 80px 0;
  color: #0b7648;
}

#como-funciona .container {
  max-width: 900px;
}

#como-funciona h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
  color: #0b7748;
}

#como-funciona h1::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 50%;
  background-color: #f2c538;
  height: 35px;
  width: 8px;
  transform: skewX(-20deg) translateY(50%);
}
#como-funciona h1 span {
  color: #f2c538;
}
#como-funciona p {
  font-weight: 700;
  font-size: 24px;
  margin-top: 35px;
}

#como-funciona ul,
#como-funciona ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 400;
}
#como-funciona .comofunciona__botoes {
  max-width: 600px;
  margin: 40px auto 0;
}

#como-funciona .comofunciona__botoes a {
  background-color: #0b7648;
  color: white;
  text-decoration: none;
  padding: 8px 19px;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
}

#quem {
  background-color: #0b7748;
  color: white;
  padding: 100px 0;
}

#quem h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
}

#quem h1::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 50%;
  background-color: #f2c538;
  height: 35px;
  width: 8px;
  transform: skewX(-20deg) translateY(50%);
}

#quem h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 40px;
  letter-spacing: 1.6px;
}

#quem p {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
}

#marca h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
  color: #0b7748;
}

#marca h1::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 50%;
  background-color: #f2c538;
  height: 35px;
  width: 8px;
  transform: skewX(-20deg) translateY(50%);
}

#marca {
  padding: 100px 0 490px;
}

#marca p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #0b7748;
  margin-top: 40px;
}

#simbolos {
  background-color: #0b7748;
  padding-bottom: 100px;
}
#simbolos img {
  margin-top: -390px;
}
#simbolos p,
#simbolos ul {
  max-width: 800px;
  margin: 0 auto;
}
#simbolos p,
#simbolos ul li {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  margin-top: 40px;
}
#simbolos ul {
  margin-top: 60px;
}
#simbolos ul li {
  margin-top: 20px;
}
#simbolos ul li::marker {
  color: #f2c538;
}

#parceiros {
  padding: 100px 0;
}

#parceiros h1 {
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 40px;
  position: relative;
  color: #0b7748;
}

#parceiros h1::before {
  content: "";
  position: absolute;
  left: -45px;
  bottom: 50%;
  background-color: #f2c538;
  height: 35px;
  width: 8px;
  transform: skewX(-20deg) translateY(50%);
}

#parceiros p {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #0b7748;
  margin-top: 40px;
}

#parceiros p b {
  color: #d20f14;
  display: block;
  font-style: italic;
}

#parceiros ul,
#parceiros ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#parceiros ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
  nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  nav > a {
    max-width: 204px;
  }
  nav ul {
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    flex-direction: column;
    width: 100%;
    padding: 1rem;
    gap: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 2;
  }

  nav.open ul {
    display: block;
  }
  footer .container {
    flex-direction: column;
  }
  #banner {
    padding: 55px 0 55px;
  }
  #banner img {
    margin: 40px auto;
  }
  #banner h2,
  #banner h3 {
    font-size: 22px;
  }
  #banner h1 {
    font-size: 30px;
  }

  #projeto,
  #quem,
  #para-quem,
  #marca {
    padding: 70px 0;
  }

  #projeto h2,
  #quem h2,
  #para-quem h2 {
    font-size: 19px;
    line-height: 1.4;
  }
  #projeto p,
  #quem p,
  #para-quem p,
  #marca p,
  #simbolos p,
  #simbolos ul li,
  #parceiros p {
    font-size: 17px;
  }

  #participe h1 {
    text-align: center;
    font-size: 46px;
  }
  #participe h2 {
    text-align: center;
    font-size: 22px;
  }

  #como-funciona h1 {
    text-align: center;
  }
  #como-funciona h1::before {
    left: 16px;
  }
  #como-funciona p {
    font-size: 21px;
  }
  #como-funciona ul li {
    font-size: 18px;
  }

  #parceiros ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #marca img {
    max-width: 200px;
    margin: 0 auto 20px;
    display: block;
  }
  #simbolos img {
    margin-top: 40px;
  }
}
