/* MOBILE */
@media (max-width: 600px) {
    .prev { left: 5px; }
    .next { right: 5px; }
}

/* ESTILO DO: APRESENTAÇÃO */

.apresentacao {
  padding: 80px 8%;
  display: flex;
  gap: 100px;
  justify-content: space-around;
}

.apresentacao .text-space {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: 50%;
}

.apresentacao p {
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 600;
  text-indent: 20px;
  line-height: 1.5;
}

.apresentacao img {
  max-width: 500px;
}

.apresentacao  a {
  text-decoration: none;
}

.apresentacao a button {
  padding: 10px 80px;
  font-size: 25px;
  font-weight: 600;
  background-color: var(--corLaranja);
  border: 0;
  border-radius: 30px;
  cursor: pointer;
  color: var(--corBranca);

}

.apresentacao a button:hover {
  box-shadow: 0px 0px 8px #E56C00;
}

/* ESTILO DO FOOTER */

footer {
  padding: 60px 4%;
  display: flex;
  flex-direction: column;
  background-color: var(--corCinza-Escuro);
  align-items: center;
}

footer .btn-redes {
  padding: 30px;
  display: flex;
  gap: 20px;
}

footer .btn-redes button {
  background-color: transparent;
  border: 2px solid var(--corBranca);
  border-radius: 8px;
  color: var(--corBranca);
  cursor: pointer;
  font-size: 1.1rem;
  transition: .5s;
  width: 56px;
  height: 56px;
  font-size: 24px;
  margin-right: 8px;
}

footer .btn-redes button:hover {
    background-color: var(--corCinza-Claro);
    color: var(--corLaranja);
}

footer img {
  max-width: 80px;
  border-radius: 50%;
}

footer p {
  color: var(--corBranca);
  text-align: center;
}

/* ==============================
   MEDIA QUERIES - RESPONSIVO
=================================*/

/* ===== Celulares pequenos (até 440px) ===== */
@media screen and (max-width: 480px) {

    .inscreva-se {
      background-image: url("../imagens/inscreva-se-resp.png");
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100vh;
      background-size: cover; /* cobre toda a tela */
      background-position: top center;
      background-repeat: no-repeat;/* não repete */
    }

    .inscreva-se #espacamento {
    /* background-color: black; */
    height: 62%;
    }

    .inscreva-se .envelopamento {
      display: flex;
      justify-content: center;
      background-color: #75E896;
      margin-top: 32px;
      width: 100%;
    }

    .inscreva-se button {
      margin-top: 5px;
      margin: 10px 2px 15.5px auto;
      padding: 15.75px 22.5px;
      color: var(--corBranca);
      font-size: 2rem;
      font-weight: bold;
      background-color:#5984FF;
    }

    #corrida-tag {
      font-size: 1.3rem;
    }
    .inscricoes {
      flex-direction: column-reverse;
    }

    .inscricoes .kit-more > img {
      max-width: 0px;
    }
    
    .inscricoes .kit-more p {
      text-align: justify;
      padding-bottom: 15px;
    }

    /* ESTILO DO: EDIÇÃO ANTERIOR */

.edicao-anterior {
  padding: 80px 4%;
}

.edicao-anterior h2 {
    font-size: 1.5rem;
}

/* ---- CARROSSEL ---- */

.video {
    aspect-ratio: 9 / 16;
}

/* ESTILO DO: APRESENTAÇÃO */

.apresentacao {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.apresentacao .text-space {
  max-width: 100%;
  gap: 30px;
}

.apresentacao p {
  font-size: 1rem;
}

/* ESTILO DO ULTIMOS EVENTOS */

.ultimos-eventos-sec {
  padding: 80px 4%;
}

.ultimos-eventos-sec h2 {
  font-size: 1.5rem;
}

.slides img {
  height: 250px;
}

/* ESTILO DO RESULTADOS */

.resultados h2 {
  font-size: 1.5rem;
}

.resultados .colocacao {
  grid-template-columns: 1fr;
}

.resultados a button {
  padding: 10px 40px;
  margin: 30px 50px 0px 50px;
}

}

@media screen and (min-width: 400px) and (max-width: 741px) {

  .inscreva-se #espacamento {
    /* background-color: black; */
    height: 50%;
    }

    .inscreva-se .envelopamento {
      display: flex;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.76);
      margin-top: 32px;
      width: 100%;
    }

    .inscreva-se button {
      margin-top: 5px;
      margin: 10px 2px 15.5px auto;
      padding: 12.75px 22.5px;
      color: var(--corBranca);
      font-size: 2rem;
      font-weight: bold;
      background-color:#5984FF;
    }

}

/* ===== Celulares médios (441px a 480px) ===== */
@media screen and (min-width: 441px) and (max-width: 480px) {

    .inscreva-se #espacamento {
    height: 62.7%;
    }

    .inscreva-se button {
      margin-top: 5px;
      margin: 10px 2px 15.5px auto;
      padding: 15.75px 22.5px;
      color: var(--corBranca);
      font-size: 2.6rem;
      font-weight: bold;
      background-color:#5984FF;
    }

    #corrida-tag {
      font-size: 1.3rem;
    }
    .inscricoes {
      flex-direction: column-reverse;
    }

    .inscricoes .kit-more > img {
      max-width: 0px;
    }
    
    .inscricoes .kit-more p {
      text-align: justify;
      padding-bottom: 15px;
    }

    /* ESTILO DO: EDIÇÃO ANTERIOR */

.edicao-anterior {
  padding: 80px 4%;
}

.edicao-anterior h2 {
    font-size: 1.5rem;
}

/* ---- CARROSSEL ---- */

.video {
    aspect-ratio: 9 / 16;
}

/* ESTILO DO: APRESENTAÇÃO */

.apresentacao {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.apresentacao .text-space {
  max-width: 100%;
  gap: 30px;
}

.apresentacao p {
  font-size: 1rem;
}

/* ESTILO DO RESULTADOS */

.resultados h2 {
  font-size: 1.5rem;
}

.resultados .colocacao {
  grid-template-columns: 1fr;
}

.resultados a button {
  padding: 10px 40px;
  margin: 30px 50px 0px 50px;
}


}

/* ===== Celulares médios (481px a 768px) ===== */
@media screen and (min-width: 481px) and (max-width: 768px) {

    /* ESTILO DE: INSCREVA-SE */


.inscreva-se {
      background-image: url("../imagens/inscreva-se-resp.png");
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 95.7vh;
      background-size: cover; /* cobre toda a tela */
      background-position: top center;
      background-repeat: no-repeat;/* não repete */
    }

    .inscreva-se #espacamento {
    /* background-color: black; */
    height: 76.2%;
    }

    .inscreva-se .envelopamento {
      display: flex;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.76);
      margin-top: 32px;
      width: 100%;
    }

    .inscreva-se button {
      margin-top: 5px;
      margin: 16px 2px 19.5px auto;
      padding: 15.75px 22.5px;
      color: var(--corBranca);
      font-size: 3rem;
      font-weight: bold;
      background-color:#5984FF;
    }

/* INSCRIÇÕES */

    #corrida-tag {
      font-size: 1.5rem;
    }
    .inscricoes {
      flex-direction: column-reverse;
    }

    .inscricoes .kit-more > img {
      max-width: 0px;
    }
    
    .inscricoes .kit-more p {
      text-align: justify;
      padding-bottom: 15px;
    }

    /* ESTILO DO: EDIÇÃO ANTERIOR */

.edicao-anterior {
  padding: 80px 10%;
}

.edicao-anterior h2 {
    font-size: 1.5rem;
}

/* ---- CARROSSEL ---- */

.video {
    aspect-ratio: 9 / 16;
}

/* ESTILO DO: APRESENTAÇÃO */

.apresentacao {
  display: flex;
  flex-direction: column;
  
  gap: 30px;
}

.apresentacao .text-space {
  max-width: 100%;
  gap: 30px;
}

.apresentacao p {
  font-size: 1.5rem;
}

/* ESTILO DO ULTIMOS EVENTOS */

.ultimos-eventos-sec {
  padding: 40px 4%;
}

.ultimos-eventos-sec h2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.slides img {
  height: 300px;
}

/* ESTILO DO RESULTADOS */

.resultados h2 {
  font-size: 1.5rem;
}

.resultados .colocacao {
  grid-template-columns: 1fr;
}

.resultados a button {
  padding: 10px 40px;
  margin: 30px 50px 0px 50px;
}


}

/* ===== Tablets (769px a 1024px) ===== */
@media screen and (min-width: 769px) and (max-width: 1024px) {

    /* ESTILO DE: INSCREVA-SE */

.inscreva-se {
  background-image: url("../imagens/inscreva-se-resp.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95vh;
  background-size: cover; /* cobre toda a tela */
  background-position: top center;
  background-repeat: no-repeat;/* não repete */
}

.inscreva-se #espacamento {
/* background-color: black; */
height: 73.2%;
}

.inscreva-se .envelopamento {
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.76);
  margin-top: 32px;
  width: 100%;
}

.inscreva-se button {
  margin-top: 5px;
  margin: 16px 2px 19.5px auto;
  padding: 15.75px 22.5px;
  color: var(--corBranca);
  font-size: 3rem;
  font-weight: bold;
  background-color:#5984FF;
}

/* INSCRIÇÕES */

#corrida-tag {
  font-size: 1.7rem;
}
.inscricoes {
  flex-direction: column-reverse;
}

.inscricoes .kit, .inscricoes .kit-more, .inscricoes .evento-info-tag, .inscricoes .evento-info-more {
  max-width: 100%;
}

.inscricoes .kit-more p {
  text-align: justify;
  padding-bottom: 15px;
}

    /* ESTILO DO: APRESENTAÇÃO */

.apresentacao {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.apresentacao .text-space {
  max-width: 100%;
  gap: 30px;
}

.apresentacao p {
  font-size: 1rem;
}

  /* ESTILO DO ULTIMOS EVENTOS */



.ultimos-eventos-sec {
  padding: 60px 6%;
}

#ultimos-eventos {
  max-width: 700px;
}

.slides img {
  height: 420px;
}

/* ESTILO DO RESULTADOS */

.resultados h2 {
  font-size: 1.7rem;
}

.resultados .colocacao {
  grid-template-columns: 1fr;
}

.resultados a button {
  padding: 10px 40px;
  margin: 30px 50px 0px 50px;
}


}


