/* ESTILO DE: INSCRIÇÕES */
html, body {
  overflow-x: hidden;
}

.corrida-tag {
  justify-content: center;
  text-align: center;
  margin-top: 90px;
  overflow: hidden; 
}
  
  .corrida-tag h1{ 
    display: inline-block; 
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(90deg, #000 0%, #ff6200 50%, #000 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 6s linear infinite forwards;
  }

  @keyframes gradient-move{
        0%{
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
 }

.corrida-tag p{
    justify-content: left;
    font-size: 15px;
    margin: 10px 0 30px;
    color: rgba(0, 0, 0, 0.863);
}

@media (max-width: 768px) {
    .corrida-tag {
        margin-top: 150px;
    }
    
    .corrida-tag h1 {
        font-size: 1.7rem;
        padding: 0 30px;
    }

    .corrida-tag p{
      font-size: 13px;
      padding: 0 30px;
    }
  }

.inscricoes {
    display: flex;
    justify-content: space-around;
    padding: 0 4%;
}

.inscricoes .more-button {
    background-color: var(--corBranca);
    border: 0;
}

.inscricoes .kit {
    margin-top: 20px;
    display: flex;
    border-radius: 5px 5px 0px 0px;
    padding: 15px;
    align-items: center;
    max-width: 650px;
    border-radius: 0.25rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: 0.3s;
    background-color: black;
    color: #f6f3e8;
}

.kit:hover {
    background: #24201e;
}

.inscricoes {
    
  p{
    margin-left: 20px;
  }

  h3 {
    font-weight: 700;
    margin-left: 20px;
  }
}

.inscricoes .kit img {
    max-width: 90px;
}

.inscricoes .kit .valor {
    color: #f6f3e8;
}

.inscricoes .kit-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 650px;
}

.inscricoes .kit-more {
    display: flex;
    max-width: 650px;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
    border-radius: 0.25rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.inscricoes .kit-more > img {
    max-width: 200px;
}

.inscricoes .esc-aba {
    display: none;
    border-top: solid 0.1px var(--corBordas);
}

.inscricoes .kit-more-space {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 15px;
    margin-bottom: 10px;

    p{
      margin-top: 40px;
      font-size: 15px;
    }
}

.inscricoes .text {
    padding-left: 10px;

    p{
      font-size: 14px;
    }
}

.inscricoes .text h3 {
    padding-bottom: 5px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.inscricoes .evento-info-tag {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px 5px 0px 0px;
    padding: 15px;
    align-items: center;
    max-width: 650px;
    border-radius: 0.25rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: 0.3s;
    background-color: #ff7925;
    color: #f6f3e8;

    h4{
      margin-left: 20px;
    }
}

.inscricoes .evento-info-tag:hover {
    background: #ff6607;
}

.inscricoes .evento-info-more {
    max-width: 650px;
    padding: 15px;
    border-radius: 0px 0px 5px 5px;
    border-radius: 0.25rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.inscricoes .evento-info-more h3 {
    margin-bottom: 5px;
}

.inscricoes .kit-more-button {
    align-self: center;
    padding: 9.75px 22.5px;
    background-color:#09c23e;
    border: none;
    width: 200px;
    border-radius: 5px;
    transition: .5s;
    cursor: pointer;
    color: var(--corBranca);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;
}

.inscricoes #kit-more-button {
    align-self: center;
    padding: 9.75px 22.5px;
    background-color: rgb(224, 4, 4);
    border: none;
    width: 200px;
    border-radius: 50px;
    transition: .5s;
    cursor: pointer;
    color: var(--corBranca);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 20px;
}

.inscricoes .kit-more-button:hover {
    background-color: #65D986;
}

.inscricoes #kit-more-button:hover {
    background-color: rgb(219, 0, 0);
}

@media (max-width: 768px){
  .inscricoes .kit-more-button, .inscricoes #kit-more-button {
    margin-top: 20px;
  }

  .inscricoes .kit-space, .inscricoes .kit-more-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
  }
}
/* ESTILO DO: DIVISOR */

.divisor {
  margin: 50px auto;
  width: 80%;
  height: 1px;
  background: linear-gradient(
        to right,
        transparent,
        rgba(0, 0, 0, 0.25),
        transparent
  );
}

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

.edicao-anterior {
  padding: 80px;
  
  text-align: center;
  background: #E56C00;
  overflow: hidden; 
  z-index: -1;
  margin-top: -60px;
}

.edicao-anterior h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 900;
    color: #f6f3e8;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .edicao-anterior{
    padding: 60px 20px;
    margin-top: 60px;
  }

  .edicao-anterior h2{
    font-size: 1.7rem;
    text-align: center;
  }
}

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

.carousel {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    overflow: hidden; 
}

.videos-container {
    display: flex;
    width: 100%;
    transition: transform 0.5s ease;
}

.video {
    min-width: 100%;
    flex-shrink: 0;
    transition: transform 0.5s ease;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* ---- SETAS ---- */

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: var(--corBranca);
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
    transition: 0.2s;
    background-color: #000000;
}

.carousel-btn:hover {
    color: #E56C00;
}

.prev { left: -10px; }
.next { right: -10px; }

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

    .carousel-btn{
      border-radius: 20px;
    }
}

/* ESTILO DO: APRESENTAÇÃO */

.apresentacao {
  padding: 10px 10px;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: space-around;
  overflow: hidden; 
}

.apresentacao img{
    max-width: 60%;
    max-height: 60%;
    filter: grayscale(100%);
    margin-top: -20px;
    margin-left: -50px;
    object-fit: cover;
    height: 40%;
    width: 40%;
    transition: filter 0.4s ease;
    overflow-x: hidden;
    }

  .apresentacao img:hover {
        filter: grayscale(0%);
    }


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

  p{
    font-size: 15px;
    font-weight: 500;
    max-width: 380px;
    margin-left: 60px;
    color: rgba(0, 0, 0, 0.863);

    b{
      color: #E56C00;
      font-weight: 700;
    }

    i{
      color: #796050;
    }
  }
}

.text-space {
  a{ 
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  }
}

.apresentacao a {
  margin-bottom: 35px;
  padding: 12px 42px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;

  background: linear-gradient(135deg, #ff8009, #ff5101);
  border: none;
  border-radius: 40px;
  color: #fff;

  cursor: pointer;
  transition: all .3s ease;
}

.apresentacao a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(229,108,0,.4);
}

@media (max-width: 768px) {
    .apresentacao {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .apresentacao img {
        width: 100%;
        margin-top: -10px;
        margin-left: 0;
    }

    .apresentacao .text-space p {
        font-size: 14px;
        margin-left: 0;
    }
}

/* ESTILO DO ULTIMOS EVENTOS */

.ultimos-eventos-sec {
  background-color: #E56C00;
  padding: 80px;
  text-align: center;
  overflow: hidden; 
}

.ultimos-eventos-sec h2 {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 900;
    color: #f6f3e8;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

#ultimos-eventos {
  width: 100%;
  max-width: 800px;  /* ajuste opcional */
  margin: auto;
  position: relative;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  display: flex;
  width: 100%; 
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
  height: 500px;
}

/* Botões */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  background-color: #000000;
}

.prev { left: 10px; }
.next { right: 10px; }

.prev:hover,
.next:hover {
  background: black;
  color:#E56C00;
}

@media (max-width: 768px) {
    .ultimos-eventos-sec h2 {
        font-size: 1.7rem;
        text-align: center;
    }

    .slides img {
        height: 300px;
    }
}

/* ESTILO DE RESULTADOS */

.resultados {
  text-align: center;
  padding: 60px 20px;
  overflow: hidden; 
}

.resultados .container {
  max-width: 1100px;   
  margin: 0 auto;     
}

.resultados h2 { 
    display: inline-block; 
    font-size: 2.5rem;
    font-weight: 900;
    background: linear-gradient(90deg, #000 0%, #ff6200 50%, #000 100%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: gradient-move 6s linear infinite forwards;
  }

  @keyframes gradient-move{
        0%{
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
 }

.resultados .colocacao {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 360px));
  justify-content: center;
  gap: 30px;
  margin: 60px;
}

.resultado-cards {
  position: relative;
  padding: 45px 35px;
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  transition: transform .35s cubic-bezier(.4,0,.2,1),
              box-shadow .35s ease;
}

.resultado-cards h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.5;
  text-transform: uppercase;
  color: #222121;
}

.resultado-cards:hover {
  transform: translateY(-8px);
  animation: glowPulse 3s ease-in-out infinite;
}

.resultado-cards::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;

  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.6) 0%,
    rgba(255,255,255,0.15) 40%,
    rgba(255,255,255,0.05) 60%,
    rgba(255,255,255,0.4) 100%
  );

  opacity: 0.6;
  pointer-events: none;
}

@keyframes glowPulse {
  0% {
    box-shadow:
      0 18px 20px rgba(0, 0, 0, 0.05),
      0 0 15px rgba(229, 108, 0, 0.15);
  }

  50% {
    box-shadow:
      0 12px 25px rgba(0, 0, 0, 0.05),
      0 0 25px rgba(229, 108, 0, 0.15);
  }

  100% {
    box-shadow:
      0 18px 20px rgba(0, 0, 0, 0.05),
      0 0 15px rgba(229, 108, 0, 0.15);
  }
}

.resultado-cards button {
  margin-top: 20px;
  letter-spacing: 1px;
}

.resultados a button {
  margin-top: 25px;
  padding: 12px 42px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;

  background: linear-gradient(135deg, #ff8009, #ff5101);
  border: none;
  border-radius: 40px;
  color: #fff;

  cursor: pointer;
  transition: all .3s ease;

}

.resultados a button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(229,108,0,.4);
}

@media (max-width: 768px) {
  .resultados .colocacao {
    grid-template-columns: 1fr;
  }

  .resultados {
    padding: 50px 15px;
  }

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

  .resultado-cards{
      font-size: 13px;
      margin: 10px;
      padding: 35px 25px;
  }

  .resultado-cards h3{
        font-size: 14px;
      }

  .resultados a button{
        font-size: 12px;
        padding: 12px 12px;
        border-radius: 20px;
      }
}

/* ESTILO DE: PROJETOS */

.projetos {
  background-color: #E56C00;
  text-align: center;
  padding: 80px;
  padding: 60px 20px;
}

.projetos h2 { 
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-weight: 900;
    color: #f6f3e8;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  }

.carrossel-wrapper {
  position: relative;
  padding: 0 120px;
  overflow: hidden;
}

.projetos-card {
  display: flex;
  gap: 30px;
  overflow-x: hidden;
  padding: 40px 0;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

.projetos-card::-webkit-scrollbar {
  display: none;
}

.projetos-cards {
  flex: 0 0 calc(33.333% - 20px);
  min-height: 520px;
  scroll-snap-align: start;
  padding: 30px 20px;
  border-radius: 28px;

  background: rgba(255, 255, 255, 0.85);
  
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; 

  text-align: center;
  position: relative;
  scroll-snap-align: center;
  box-sizing: border-box;
}

.projetos-cards p {
    font-size: 14px;
    line-height: 1.6;
    margin: 25px 30px 30px 30px;
    color: #222121;
    padding: 0 10px;
}

.projetos-cards:hover {
  transform: translateY(-8px);
  animation: glowPulseProjetos 3s ease-in-out infinite;
}

.projetos-cards button {
  margin-top: 20px;
  letter-spacing: 1px;
}

.projetos a button {
  margin-top: 25px;
  padding: 12px 42px;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 1px;

  background: linear-gradient(135deg, #ff8009, #ff5101);
  border: none;
  border-radius: 40px;
  color: #fff;

  cursor: pointer;
  transition: all .3s ease;
}

.projetos a button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(229,108,0,.4);
}

.carrossel-btn {
  align-items: center;
  justify-content: center;

  width: 50px;
  height: 50px;

  border-radius: 50%;
  border: none;

  background: #000;
  color: #fff;

  font-size: 22px;
  cursor: pointer;

  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  transition: all .3s ease;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.carrossel-btn:hover {
  background: black;
}

.projetos-prev {
  left: 40px;
}

.projetos-next {
  right: 40px;
} 

.projetos-cards img {
  max-width: 120px;
  margin: 20px;
  border-radius: 90px;
}

@media (max-width: 768px) {
  .projetos h2 {
        font-size: 1.7rem;
        margin: 10px;
  }

  .projetos-cards{
      font-size: 12px;
      margin: 10px;
      min-height: 350px;
      padding: 20px 15px;
      border-radius: 20px;
      flex: 0 0 90%; 
      margin: 0; 
      scroll-snap-align: center;
  }

  .projetos-card {
    gap: 15px; 
    overflow-x: auto; 
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .projetos-card::-webkit-scrollbar {
    display: none; 
  }

  .projetos-cards h3{
        font-size: 16px;
  }

  .projetos-cards p {
        font-size: 13px;
        padding: 0px 20px;
        margin: 15px 0 5px 0;
  }

  .projetos a button{
    font-size: 13px;   
  }

  .carrossel-btn {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;
  font-size: 18px;

  border-radius: 50%;
  border: none;
  background: #000000;
  color: #ffffffe8;
  cursor: pointer;

  box-shadow: 0 5px 15px rgba(0,0,0,0.25);
  transition: all .3s ease;

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

  .carrossel-btn:hover {
  background: rgba(0, 0, 0, 0.747);
  color:#E56C00;
  }

  .projetos-prev {
  left: 5px;
  }

  .projetos-next {
  right: 5px;
  } 

  .projetos-cards img {
  max-width: 120px;
  margin: 20px;
  border-radius: 90px;
  }

.carrossel-wrapper {
    padding: 0 30px; 
  }
}

