@font-face {
  font-family: "Averta Std";
  src: url(https://assets.nbbna.io/averta-std%2Fregular.woff2);
  font-weight: normal;
}

@font-face {
  font-family: "Averta Std";
  src: url(https://assets.nbbna.io/averta-std%2Fsemibold.woff2);
  font-weight: bold;
}

/* @font-face {
  font-family: "Averta Std";
  src: url(https://assets.nbbna.io/averta-std%2Fbold.woff2);
  font-weight: bolder;
} */

* {
  font-family: "Averta Std";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: rgb(228, 228, 228);
  /* font-size: large; */
}

body {
  background-color: #2c3237;
}

.jogo-responsavel {
  position: absolute;
  bottom: 4rem;
  right: 1rem;
  width: 1.75rem;
}

a {
  text-decoration: none;
}

header {
  background: url(../assets/bg-header.png);
  background-position: top center;
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: #2c3237;
}

@media (min-height: 1000px) {
  header {
    background-image: url(../assets/bg-tablet.png) !important;
  }
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  max-width: 46rem;
}

.header .bora-pro-summer {
  margin-top: 1rem;
}

.logo-festival img {
  width: 5rem;
  margin: 2rem 0 4rem;
}

.bet-on-the-breeze img {
  width: 60%;
}

.promo-page-link {
  text-decoration: underline;
}

.bora-pro-summer img {
  width: 100%;
}

.participe-e-concorra {
  max-width: 40rem !important;
  text-align: center;
  margin-top: 0rem !important;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 1rem;
}

.buttons {
  justify-content: space-evenly !important;
  width: 100% !important;
  max-width: 32rem !important;
  display: contents;
  margin-top: 4rem !important;
}

.buttons a {
  width: 12rem;
  height: 3rem;
  border-radius: 2rem;
  background-color: rgb(98, 190, 109);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px rgb(98, 190, 109) solid;
  transition: 0.3s;
}

.buttons a:hover {
  background-color: rgb(110, 218, 123);
  transition: 0.3s;
}

.ja-tenho-conta {
  background-color: transparent !important;
}

.participar {
  margin: 4rem 0;
}

@media (max-width: 450px) {
  .participe-e-concorra {
    font-size: 1rem !important;
  }
  .buttons a {
    width: 8.5rem;
    font-size: 1rem;
    height: 2.5rem;
  }
  header {
    background-image: url(../assets/bg-mobile.png);
  }
}

section {
  background-color: #2c3237;
}

.numeracao {
  width: 100%;
  max-width: 66rem;
  margin-top: 4rem;
}

.linha {
  background: linear-gradient(90deg, #2c3237 0%, #8b98a2 51%, #2c3237 100%);
  height: 2px;
}

.como-participar {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.como-participar h2 {
  margin-top: 4rem;
  font-size: 2rem;
}

.numeros {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: -1rem;
  font-size: 1.25rem;
}

.numeros div {
  width: 2.25rem;
  height: 2.25rem;
  background-color: #1a212a;
  text-align: center;
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

.passo-a-passo {
  display: flex;
  width: 100%;
  justify-content: space-around;
}

.passo {
  background-color: #1a212a;
  width: 16rem;
  height: 16rem;
  border-radius: 1rem;
  text-align: center;
  padding: 0 1rem;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  border: 1px transparent solid;
  transition: 0.3s;
}

.passo-icon {
  display: flex;
  justify-content: center;
  align-self: center;
  background-color: #2c3237;
  border-radius: 0.5rem;
  margin: 1.5rem 0 1rem 0;
}

.passo:hover {
  border: 1px rgb(98, 190, 109) solid;
  transition: 0.3s;
}

.passo p {
  margin-top: 1rem;
  color: #9ba9b3;
}

.tudo-pago-pela-io {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #1a212a;
  padding: 3rem 1rem;
  border-radius: 1rem;
  width: calc(45rem + (100% - 45rem) * 2 / 3);
  max-width: 59rem;
  margin-bottom: 4rem;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.25);
}

#tudo-pago-pela-io {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tudo-pago-pela-io h2 {
  margin-bottom: 4rem;
  font-size: 2rem;
}

.beneficio {
  display: flex;
  align-items: center;
}

.beneficio p {
  margin-left: 1rem;
}

.caveira {
  display: flex;
  align-items: center;
  justify-content: center;
}

.caveira img {
  width: 65%;
}

.esta-incluso {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.marca-registrada a {
  padding: 0 1rem;
  align-self: center;

}

.marca-registrada div {
  padding: 0 0.5rem;
  align-self: center;
}

.main-footer {
  background-color: #1a212a;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding: 3rem 1rem;
}

.main-footer img {
  width: 100%;
  max-width: 15rem;
}

.logos-rodape,
.caixa-de-som,
.links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
}

.logos-rodape {
  flex-direction: column;
}

.logos-rodape img:last-child {
  width: 5rem;
  margin-top: 1rem;
}

.links {
  justify-content: space-between;
  max-width: 20rem;
  justify-self: center;
  width: 100%;
}

.marca-registrada {
  display: grid;
  grid-template-columns: 50% 50%;
  text-align: center;
  background-color: #2c3237;
  padding: 1.5rem 0;
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .participe-e-concorra {
    font-size: 1.5rem;
  }

  .passo-a-passo,
  .numeros,
  .linha {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 54rem;
    width: auto;
  }

  .passo-a-passo {
    margin-right: 2.75rem;
  }
  .linha {
    width: 2px;
    background: linear-gradient(180deg, #2c3237 0%, #8b98a2 51%, #2c3237 100%);
    position: relative;
    right: -1rem;
  }
  .numeros {
    margin-right: 0.75rem;
  }
  .numeracao {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
  }

  .como-participar h2 {
    width: 18.5rem;
    text-align: center;
    margin-top: 3rem;
    font-size: 1.5rem;
  }
  .participar {
    margin: 2rem 0 3rem;
  }

  .caveira {
    display: none;
  }

  .tudo-pago-pela-io {
    max-width: 30rem;
    width: 90%;
    display: flex;
    min-height: 35rem;
    padding: 2rem 1rem;
  }

  #tudo-pago-pela-io h2 {
    font-size: 1.5rem;
  }

  .esta-incluso {
    justify-content: space-between;
  }

  .links {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    height: 10rem;
  }

  .main-footer {
    grid-template-columns: 50% 50%;
    padding: 3rem 1rem;
    align-items: center;
  }

  .caixa-de-som {
    display: none;
  }

  .jogo-responsavel {
    width: 1rem;
  }

  .logo-festival img {
    width: 4rem;
  }
}
