body{
  margin: 0px;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@font-face {
  font-family: 'Snap ITC';
  src: url('fonts/snap-itc.woff2') format('woff2'),
       url('fonts/snap-itc.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.container {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 0;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  isolation: isolate
}

.bg-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  transform: translateY(-80px);
  backface-visibility: hidden;
  contain: layout style paint;
}


.bg-video {
  position: absolute; /* Tira o vídeo do fluxo normal */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Faz o vídeo cobrir todo o espaço sem distorcer a proporção */
  z-index: -1; /* Joga o vídeo para a camada de trás */
  display: block;
}

.bg-video_mobile{
  display: none;
}

@media(max-width:768px){
  .bg-video {
  display: none;
}

  .bg-video_mobile{
  display: block;
  position: absolute; /* Tira o vídeo do fluxo normal */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Faz o vídeo cobrir todo o espaço sem distorcer a proporção */
  z-index: -1; /* Joga o vídeo para a camada de trás */
  }
}

.header{
  position: relative;
  display: flex;
  height: 10px;
  min-height: 100px;
  width: 100%;
  position: relative;
  z-index: 50;
}

.header.scrolled{
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  width: 100%;
  height: 90px;
  min-height: 50px;
}


.leftHeader.scrolled{
  visibility: hidden
}


.meubtn{
  text-decoration: none;
  color: black;
  display: inline-block;
  background: white;
  padding: 15px 22px;
  border-radius: 20px;
  font-family: "Roboto Slab", serif;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 15px;
}


.meubtn:hover{
  border-left: 2px solid rgba(255, 215, 0, 0.8);
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.leftHeaderLogo{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8%;
  padding-right: 8px;
  padding-left: 15px;
  position: relative;
  z-index: 20;
}

.leftHeader{
  display: flex;
  width: 60%;
  align-items: center;
  padding-left: 10px;
}

.leftHeader img{
  width: 130px;
  height: auto;
  display: block;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.18)) contrast(1.08) saturate(1.1);
  mix-blend-mode: normal;
}

.leftHeaderLogo img{
  width: 45px;
  height: auto;
  display: block;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.18)) contrast(1.08) saturate(1.1);
  mix-blend-mode: normal;
}

.rightHeader{
 width: 40%;
 display: flex;
 padding-right: 15px;
  align-items: center;
 justify-content: end;
 position: relative;
 z-index: 20;
}

@media(max-width:500px){
  
  .header{
    max-height: 100px;
  }

  .rightHeader{
    padding-right: 10px;
  }

  .leftHeaderLogo{
    padding-left: 10px;
    position: relative;
    z-index: 30;
  }

  .leftHeaderLogo img{
    width: 45px;
    opacity: 1;
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.20));
  }
}

@media(max-width: 780px){
  .leftHeaderLogo{
    padding-left: 15px;
  }

  .rightHeader{
    padding-right: 15px;
  }

  .header{
    min-height: 100px;
  }
}


.titulo-header-fixo {
  position: absolute;
  left: 49%;
  transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; /* Define o estilo como ExtraBold */
  letter-spacing: 2px;
  margin: 0;
  font-size: 35px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0;
  width: auto;
  white-space: nowrap;
}


.titulo-header-fixo h1 {
  font-size: inherit;
  margin: 0;
  color: white;
}


.titulo-header-fixo.scrolled {
  position: fixed;
  left: 49%;
  top: 25px;
  opacity: 1;
  transform: translate(-49%, 0);
  pointer-events: auto;
  z-index: 99;
}

@media(max-width: 850px){
  .titulo-header-fixo h1 span{
    display: block;
  }

  .titulo-header-fixo.scrolled {
    top: 4px;
  }
}

@media (max-width: 768px) {
  .titulo-header-fixo {
    font-size: 24px;
    white-space: normal;
    width: 300px;
    text-align: center;
  }
  
  .titulo-header-fixo.scrolled {
    width: 280px;
    gap: 5px;
    top: 17px;
  }
  
  .titulo-header-fixo h1 {
    display: inline;
  }
}

@media (max-width: 480px) {
  
  .titulo-header-fixo.scrolled {
    width: 150px;
    font-size: 18px;
    top: 24px;
    left: 38%;
    transform: translate(-38%, 0);
    z-index: 10;
  }

  .leftHeaderLogo {
    z-index: 30;
  }
}

.main{
  width: 100%;
  height: 83vh;
  position: relative;
  z-index: 10;
}

.content{
  display: flex;
  align-items: flex-end;
  height: 50%;
  width: 100%;
}

.subContent{
  display: flex;
  height: 90px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.701);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; /* Define o estilo como ExtraBold */
  letter-spacing: 2px;
  text-align: center;
}


.subContent h1{
  color: white;
  font-size: 68px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0;
  text-transform: uppercase;
  transform: scaleX(1.14);
  transform-origin: center center;
  text-shadow:
    0 0 42px rgba(56, 189, 248, 0.22),
    0 4px 28px rgba(0, 0, 0, 0.5);
}



.contentTime{
  height: 50%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-left: 5%;
}


.countdownContainer {
  background: rgba(0, 0, 0, 0.89); 
  padding: 15px 15px 10px;
  width: auto;
  min-width: 200px;
  max-width: 230px;
  height: 100%;
  border-radius: 0 00px 20px 0;
  text-align: center;
  color: white;
  font-family: "Roboto Slab", serif;
}

.countdownContainer h2 {
  margin: 0 0 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}


.timer {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 100%;
}

.box {
  background: rgba(255, 255, 255, 0.15);
  padding: 3px 5px;
  border-radius: 12px;
  min-width: 0;
  width: 80%;
  font-size: 12px;
}



.box span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

@media(max-width: 1250px){
  .subContent{
    height: 90px;
  }

  .subContent h1{
    font-size: 50px;
  }

  /* .subContent h1 span{
    display: block;
  } */
}

@media(max-width:800px){
  .subContent{
    height: 70px;
  }

  .subContent h1{
    font-size: 40px;
  }
}

@media(max-width:768px){
  .content{
    padding-bottom: 50px;
  }

  .subContent{
    height: 100px;
  }
}


@media(max-width: 650px){
  .rightHeader{
    padding-right: 15px;
  }

  .subContent h1 span{
    display: block;
  }

  .subContent h1{
    font-size: 36px;
  }

  .subContent{
    height: 100px;
  }

  .contentTime{
    padding-left: 5px;
  }


  .countdownContainer{
  padding: 15px 15px 5px;
}

  .countdownContainer h2{
    font-size: 12px;
    margin: 0 0 0px;
  }

  .box{
    width: 70%;
    padding: 3px 8px;
  }
  .box span {
    font-size: 15px;
  }
  .box p {
    font-size: 11px;
  }

  .meubtn{
    padding: 15px 7px;
    font-size: 15px;
  }
}

@media(max-width:500px){
  
  .timer {
  gap: 5px;
  width: 100%;
}

  .countdownContainer{
    padding: 17px 17px 5px;
  }

  .countdownContainer h2{
    font-size: 16px;
    margin: 0 0 0px;
  }

  .box{
    width: 70%;
    padding: 3px 8px;
  }
  .box span {
    font-size: 18px;
  }
  .box p {
    font-size: 11px;
  }

}



.timelineMain{
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  border-top: solid 2px #fbbf24;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),url(https://i.imgur.com/EJjaeSb.png);
  
}



.timelineSection {
  width: 100%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
}

.timelineTitle{
  color: white;
  text-align: center;
  font-family: 'Kanit', sans-serif; font-weight: 900;
  letter-spacing: 2px;
  font-size: 32px;
}

.timeline{
  display: flex;
  position: relative;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.timeline::before{
  content: '';
  position: absolute;
  top: 26px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
  z-index: 0;
}

.timeline::after{
  content: '';
  position: absolute;
  top: 26px;
  left: 0px;
  width: 100%;
  height: 2px;
  
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,   
    #fbbf24 45%,                           
    #fbbf24 55%,                 
    rgba(255, 255, 255, 0) 100%  
  );

  background-size: 150px 100%; 
  background-repeat: no-repeat;
  
  filter: drop-shadow(0 0 5px rgba(251, 191, 36, 0.8));
  
  animation: correBrilhoFixa 7s ease-in-out infinite;
  z-index: 1;
}

@keyframes correBrilhoFixa {
  0% {
    background-position: -150px 0;
  }
  100% {
    background-position: 120% 0;    
  }
}

.timelineItem{
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  padding-bottom: 10px;
}

.timelineContent{
  width: 90%;
  height: 90%;
  background-color: rgba(27, 27, 27, 0.742);
  padding: 15px;
  border-radius: 20px;
  color: white;
}

.timelineContent:hover{
  background: rgba(27, 27, 27, 0.9);
  border-left: 2px solid rgba(255, 215, 0, 0.8);
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease-in-out;
}

.timelineContent h3{
  font-size: 23px;
  color: #FFD700;
  margin: 0 0 8px 0;
}

#timelineDate{
  color: white;
  font-size: 15px;
  margin: 5px 0;
  font-weight: bold;
}

#timelineDescription{
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  margin: 8px 0 0 0;
  line-height: 1.4;
}

.timelineMarker {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.timelinePoint {
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}

@keyframes pulsarBolinha {
  0%, 20%, 40%, 100% {
    transform: scale(1);
    box-shadow: none;
  }
  30% {
    transform: scale(1.4); 
    box-shadow: 0 0 15px #fbbf24; 
    background-color: #fff; 
  }
}

.timelineItem .timelinePoint, 
.timelineItem .timelineFinalPoint {
  animation: pulsarBolinha 7s infinite; 
}


.timelineItem:nth-child(1) .timelinePoint { animation-delay: 0.2s; }
.timelineItem:nth-child(2) .timelinePoint { animation-delay: 0.9s; }
.timelineItem:nth-child(3) .timelinePoint { animation-delay: 1.7s; }
.timelineItem:nth-child(4) .timelinePoint { animation-delay: 2.5s; }
.timelineItem:nth-child(5) .timelineFinalPoint { animation-delay: 3.2s; }

.timelineFinalPoint {
  width: 16px;
  height: 16px;
  background: rgba(255, 215, 0, 0.8);
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}


@media(max-width: 1500px){
  .timelineSection{
    max-width: 80%;
  }
}
@media(max-width: 1250px){
  .timelineSection{
    max-width: 90%;
  }
}

@media (max-width: 1050px) {
  .timeline {
    flex-direction: column;
    padding: 20px 0; 
    align-items: center;
  }

  .timeline::before {
    left: 45px;
    width: 2px;
    height: 90%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
  }

  .timelineItem {
    padding-bottom: 20px;
    padding-right: 20px;
    align-items: flex-start; 
    padding-left: 70px;
    width: 100%;
    justify-content: center;
  }

  .timelineMarker {
    position: absolute;
    left: 37px; 
    top: 50px;
  }

  .timeline::after {
    display: none; 
  }
  
  .timelineItem .timelinePoint, 
  .timelineItem .timelineFinalPoint {
    animation: none; 
  }
}

.ferramentasMain {
  width: 100%;
  padding: 44px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(11, 18, 32, 0.897) 100%);
  border-top: solid 2px rgba(255, 255, 255, 0.12);
}

.sedesMain{
  width: 100%;
  padding: 44px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.637), rgba(0, 0, 0, 0.377)),
  url(https://i.imgur.com/PFtv3Xg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-top: solid 2px #fbbf24;

  max-height: 90vh;
  overflow-y: auto;
}

.buscarSedes{
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 20px;

}

#campoBusca{
  width: 250px;
  border: 1px solid rgba(154, 154, 154, 0.432);
  border-radius: 25px;
  padding-left: 35px;
}

.icone-lupa{
  position: relative;
  left: 27px;
  pointer-events: none;
  color: #fbbf24;
}
.esconder-card {
  display: none !important;
}

.sedesSection,
.ferramentasSection {
  width: 100%;
  max-width: 70%;
}

.infoSectionTitle {
  margin: 0 0 12px;
  color: white;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 28px;
  letter-spacing: 2px;
}

.infoSectionTitle i {
  margin-right: 10px;
  color: #fbbf24;
}

.infoSectionLead {
  margin: 0 auto 28px;
  max-width: 720px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 18px;
}

.sedesBannerWrap {
  position: relative;
  width: 100%;
  padding-bottom: 52px;
}

.sedeBannerThumb {
    position: absolute;
    width: 67px;
    height: 67px;
    border-radius: 8px;
    overflow: hidden;
    top: 42px;
    left: 180px;
}

.sedeBannerThumb img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ou 'cover', dependendo do seu design */
    
}

.sedesBannerWrap.is-expanded {
  padding-bottom: 52px;
}

.sedesBannerRow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  width: 100%;
}

.sedesBannerRow:not(.is-expanded) .sedeBanner:nth-child(n + 3) {
  display: none;
}

.sedesBannerRow.is-expanded .sedeBanner:nth-child(n + 3) {
  display: flex; /* Ou 'block', dependendo de como estruturou o interno do seu .sedeBanner */
}

.sedesVerMaisBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 22px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.sedesVerMaisBtn:hover {
  background: rgba(251, 191, 36, 0.28);
  border-color: #fbbf24;
  transform: translateY(-1px);
}

.sedesVerMaisBtn:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}

.sedesVerMaisBtn[hidden] {
  display: none;
}

.sedeBanner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 0;
  border-radius: 14px;
  overflow: visible;
  background: rgba(27, 27, 27, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-family: "Roboto Slab", serif;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.sedeBanner:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
  border-color: rgba(251, 191, 36, 0.35);
}

.sedeBannerBody {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  padding: 14px 18px;
  text-align: left;
  position: relative;
  min-height: 100px;
}

.sedeBannerName {
  margin: 0 0 8px;
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.3px;
}

.sedeBannerMeta {
  margin: 0 0 8px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}

.sedeBannerMeta i {
  margin-right: 6px;
  color: #fbbf24;
  font-size: 0.9em;
}

.sedeBannerInstitution {
  margin: 0 0 6px;
  font-size: 13px;
  color: rgba(251, 191, 36, 0.9);
  font-weight: 600;
}

.sedeBannerInstitution i {
  margin-right: 6px;
  color: #fbbf24;
  font-size: 0.9em;
}

.sedeBannerCity {
  margin: 0 0 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.72);
}

.sedeBannerCity::before {
  content: '📍 ';
  margin-right: 4px;
}

.sedeBannerTeamsCounter {
  position: absolute;
  top: 14px;
  right: 18px;
  margin: 0;
  padding: 12px 16px;
  border: 2px solid #fbbf24;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 800;
  color: #fbbf24;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(251, 191, 36, 0.12);
  transition: all 0.3s ease;
}

.sedeBannerTeamsCounter:hover {
  background: rgba(251, 191, 36, 0.22);
  border-color: #fcd34d;
  transform: scale(1.05);
}

.sedeBannerTeamsCounter:before {
  content: '📋';
  font-size: 30px;
}

.sedeBannerTeamsCounter span{
  font-size: 22px;
}

.sedeBannerTeams {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  flex-wrap: wrap;
  gap: 12px;
  overflow: hidden;
}

.sedeBannerTeams.active {
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 18px 0;
  border-top: 1px solid rgba(251, 191, 36, 0.2);
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team {
  flex: 0 1 calc(33.33% - 9px);
  min-width: 160px;
  margin-bottom: 0;
  padding: 10px 12px;
  background: rgba(251, 191, 36, 0.08);
  border-left: 3px solid #fbbf24;
  border-radius: 6px;
}

.team:last-child {
  margin-bottom: 0;
}

.team h4 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.team ul {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}

.team li {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 4px;
  line-height: 1.3;
}

.team li:before {
  content: '→ ';
  color: #fbbf24;
  font-weight: 700;
  margin-right: 4px;
}

.ferramentasSplit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.ferramentasBloc {
  background: rgba(27, 27, 27, 0.75);
  border-radius: 18px;
  padding: 24px 26px;
  border-left: 3px solid rgba(251, 191, 36, 0.9);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
}

.ferramentasBlocTitle {
  margin: 0 0 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fbbf24;
}

.ferramentasBlocTitle i {
  margin-right: 8px;
  color: #fcd34d;
}

.ferramentasList {
  margin: 0;
  padding-left: 1.2em;
  color: rgba(255, 255, 255, 0.88);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  font-size: 14px;
}

.ferramentasList li {
  margin-bottom: 6px;
}

/* ========== SEÇÃO DE TUTORIAIS ========== */
.tutoriaisMain {
  width: 100%;
  padding: 44px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(11, 18, 32, 0.897) 100%);
  border-top: solid 2px rgba(251, 191, 36, 0.3);
}

.tutoriaisSection {
  width: 100%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.tutoriaisCarouselContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 15px;
  margin-bottom: 20px;
  flex: 1; /* Faz a trilha preencher o meio certinho */
  min-width: 0;
}

.tutoriaisCarouselTrack {
  display: grid;
  grid-auto-flow: column;
  
  grid-auto-columns: calc((100% - 72px) / 4); 
  
  gap: 24px;
  align-items: stretch;
  overflow: hidden;

}

.tutorialCard {
  background: rgba(27, 27, 27, 0.75);
  border-radius: 18px;
  padding: 28px 24px;
  border: 1px solid rgba(251, 191, 36, 0.2);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.tutorialIcon {
  font-size: 48px;
  color: #fbbf24;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tutorialTitle {
  margin: 0 0 12px;
  font-family: "Roboto Slab", serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
}

.tutorialDescription {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  line-height: 1.6;
  flex-grow: 1;
}

.tutorialLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.5);
  border-radius: 25px;
  color: #fbbf24;
  text-decoration: none;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s ease;
}

.tutorialLink:hover {
  background: rgba(251, 191, 36, 0.25);
  border-color: #fbbf24;
  transform: translateX(4px);
}

.tutorialLink i {
  font-size: 12px;
}

.prevBtnTutorial, .nextBtnTutorial {
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fbbf24;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
}

.prevBtnTutorial:hover, .nextBtnTutorial:hover {
  transform: scale(1.05);
}

.prevBtnTutorial:active, .nextBtnTutorial:active {
  background-color: #fbbe24c4;
}


.indicatorsTutorial {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  margin-top: 15px;
  font-family: sans-serif;
  padding: 13px 22px;
  background-color: #111111;
  border-radius: 15px;
  height: auto;
}


#currentTutorial {
  color: #fca311;
}

@media (max-width: 1100px){
  .sedeBannerTeamsCounter {
  top: 50px;
}
}

@media (max-width: 768px) {
  .sedesMain,
  .ferramentasMain,
  .tutoriaisMain {
    padding: 32px 16px 36px;
  }

  .infoSectionTitle {
    font-size: 22px;
  }

  .infoSectionLead {
    font-size: 15px;
    margin-bottom: 22px;
  }

  .sedesBannerRow {
    gap: 10px;
  }

  .sedeBanner {
    flex-direction: column;
    min-height: 0;
  }

  .sedeBannerBody {
    padding: 12px 12px;
    min-height: auto;
  }

  .sedeBannerTeamsCounter {
    position: static;
    border: 1px solid rgba(251, 191, 36, 0.5);
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 10px;
    align-self: flex-start;
  }

  .sedeBanner:hover {
    transform: translateY(-2px);
  }

  .sedeBannerThumb {
    top: 38px;
}

  .team {
    padding: 8px 10px;
    margin-bottom: 10px;
  }

  .team h4 {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .team li {
    font-size: 11px;
    margin-bottom: 3px;
  }

  .ferramentasSplit {
    grid-template-columns: 1fr;
  }

  .ferramentasList {
  font-size: 13px;
}

  .ferramentasBlocTitle {
  font-size: 18px;
}

  .tutoriaisGrid {
    grid-template-columns: 1fr;
  }

  .tutorialCard {
    padding: 20px 18px;
  }

  .tutorialIcon {
    font-size: 40px;
  }

  .tutorialTitle {
    font-size: 1rem;
  }

  .tutorialDescription {
    font-size: 13px;
  }
}


@media(max-width: 920px){
  .ferramentasMain,
  .tutoriaisMain {
    padding: 32px 16px 36px;
  }

  .timelineTitle{
    font-size: 22px;
  }

  .carouselTitle{
    font-size: 22px;
  }

  .historyTitle{
    font-size: 22px;
  }

  .infoSectionTitle {
    font-size: 22px;
  }

  .infoSectionLead {
    font-size: 15px;
    margin-bottom: 22px;
  }
  
  .ferramentasSplit {
    grid-template-columns: 1fr;
  }

  .ferramentasList {
  font-size: 13px;
}

  .ferramentasBlocTitle {
  font-size: 18px;
}

  .tutoriaisGrid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

/* ========== SEÇÃO CADASTRO DE TIMES ========== */
.cadastroTimesSection {
  width: 100%;
  padding: 64px 20px;
  background: linear-gradient(135deg, rgba(10, 16, 30, 0.98) 0%, rgba(20, 30, 55, 0.98) 100%);
  border-top: 2px solid rgba(251, 191, 36, 0.35);
  border-bottom: 2px solid rgba(251, 191, 36, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cadastroTimesContent {
  max-width: 70%;
  width: 100%;
  display: flex;
  gap: 60px;
  align-items: center;
}

.cadastroTimesLeft {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cadastroTimesIcon {
  font-size: 52px;
  color: #fbbf24;
  animation: floatIcon 3s ease-in-out infinite;
}

.cadastroTimesTitle {
  color: #fbbf24;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 36px;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
}

.cadastroTimesDescription {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.cadastroTimesList {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cadastroTimesList li {
  color: rgba(255, 255, 255, 0.88);
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cadastroTimesList li i {
  color: #fbbf24;
  font-size: 14px;
  flex-shrink: 0;
}

.cadastroTimesButton {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  color: black;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3);
  align-self: flex-start;
  margin-top: 4px;
}

.cadastroTimesButton:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.5);
  background: linear-gradient(135deg, #fcd34d 0%, #fbbf24 100%);
}

.cadastroTimesRight {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cadastroTimesCard {
  background: rgba(27, 27, 27, 0.75);
  border: 1px solid rgba(251, 191, 36, 0.2);
  border-radius: 16px;
  padding: 22px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.cadastroTimesCard:hover {
  transform: translateX(6px);
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.cadastroTimesCardIcon {
  font-size: 28px;
  color: #fbbf24;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(251, 191, 36, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cadastroTimesCard h4 {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin: 0 0 6px;
}

.cadastroTimesCard p {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 1100px) {
  .cadastroTimesContent {
    max-width: 90%;
    gap: 40px;
  }
}

@media (max-width: 850px) {
  .cadastroTimesContent {
    flex-direction: column;
    gap: 32px;
    text-align: center;
  }

  .cadastroTimesTitle {
    font-size: 28px;
  }

  .cadastroTimesButton {
    align-self: stretch;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .cadastroTimesSection {
    padding: 35px 12px;
  }

  .cadastroTimesTitle {
    font-size: 24px;
  }

}

@media (max-width:600px){
  .cadastroTimesCard {
    align-items: center;
  }
}

@media (max-width: 480px) {
  .cadastroTimesTitle {
    font-size: 22px;
  }

  .cadastroTimesCard {
    padding: 12px 14px;
    gap: 10px;
    align-items: center;
  }
}

.carouselContainer{
  width: 100%;
  min-height: 200px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-position: center;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
}

.carouselTitle{
  color: white;
  text-align: center;
  font-family: 'Kanit', sans-serif; font-weight: 900;
  letter-spacing: 2px;
  font-size: 32px;
}

.carouselTitle i{
  color: #fbbf24;
}

.carouselMain{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 0;
  position: relative;
}

/* Botões flutuantes sobre o carrossel */
.prevBtnCarousel, .nextBtnCarousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  flex-shrink: 0;     
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fbbf24;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
  border: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
  
}

.prevBtnCarousel { left: 130px; }
.nextBtnCarousel { right: 130px; }

.prevBtnCarousel:hover, .nextBtnCarousel:hover{
  transform: translateY(-50%) scale(1.12);
  background-color: #ffd060;
}

.prevBtnCarousel:active, .nextBtnCarousel:active{
  background-color: #fbbe24c4;
  transform: translateY(-50%) scale(0.97);
}

/* Track com perspectiva 3D */
.carouselTrack{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 380px;
  position: relative;
  perspective: 1200px;
  overflow: hidden;
}

/* Estado padrão: todos os cards ficam invisíveis até receber classe */
.cardCarousel{
  position: absolute;
  height: 320px;
  width: 500px;
  object-fit: cover;    
  border-radius: 16px;
  display: block;
  cursor: pointer;
  
  /* Transição suave em tudo */
  transition:
    transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    opacity 0.55s ease,
    filter 0.55s ease,
    box-shadow 0.55s ease,
    z-index 0s;
  
  opacity: 0;
  pointer-events: none;
  filter: brightness(0.45) blur(1px);
  transform: translateX(0) scale(0.7) rotateY(0deg);
}

/* Card central — destaque total */
.cardCarousel.is-center {
  opacity: 1;
  pointer-events: auto;
  filter: brightness(1) blur(0px);
  transform: translateX(0) scale(1) rotateY(0deg);
  z-index: 5;
  height: 320px;
  border-radius: 18px;
}

/* Card à esquerda imediato */
.cardCarousel.is-prev {
  opacity: 0.72;
  pointer-events: auto;
  filter: brightness(0.55) blur(0px);
  transform: translateX(-68%) scale(0.82) rotateY(22deg);
  z-index: 3;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

/* Card à direita imediato */
.cardCarousel.is-next {
  opacity: 0.72;
  pointer-events: auto;
  filter: brightness(0.55) blur(0px);
  transform: translateX(68%) scale(0.82) rotateY(-22deg);
  z-index: 3;
  box-shadow: 0 15px 40px rgba(0,0,0,0.5);
}

/* Cards 2 posições atrás/frente — visíveis mas bem apagados */
.cardCarousel.is-prev2 {
  opacity: 0.35;
  pointer-events: none;
  filter: brightness(0.35) blur(1px);
  transform: translateX(-115%) scale(0.65) rotateY(35deg);
  z-index: 1;
}

.cardCarousel.is-next2 {
  opacity: 0.35;
  pointer-events: none;
  filter: brightness(0.35) blur(1px);
  transform: translateX(115%) scale(0.65) rotateY(-35deg);
  z-index: 1;
}

@media(max-width: 1350px){
  .carouselTrack {
    height: 340px;
  }
  .cardCarousel {
    width: 360px;
    height: 250px;
  }
  .cardCarousel.is-center {
    height: 270px;
    width: 390px;
  }
  .cardCarousel.is-prev {
    transform: translateX(-62%) scale(0.78) rotateY(18deg);
  }
  .cardCarousel.is-next {
    transform: translateX(62%) scale(0.78) rotateY(-18deg);
  }
  .cardCarousel.is-prev2 {
    transform: translateX(-108%) scale(0.58) rotateY(30deg);
  }
  .cardCarousel.is-next2 {
    transform: translateX(108%) scale(0.58) rotateY(-30deg);
  }
}

@media(max-width:1930px){
  .prevBtnCarousel { left: 80px; }
  .nextBtnCarousel { right: 80px; }
}

@media(max-width:1500px){
  .prevBtnCarousel { left: 30px; }
  .nextBtnCarousel { right: 30px; }
}

@media(max-width: 900px){
  .carouselTrack {
    height: 300px;
  }
  .cardCarousel {
    width: 260px;
    height: 200px;
  }
  .cardCarousel.is-center {
    height: 240px;
    width: 280px;
  }
  .cardCarousel.is-prev {
    transform: translateX(-62%) scale(0.78) rotateY(18deg);
  }
  .cardCarousel.is-next {
    transform: translateX(62%) scale(0.78) rotateY(-18deg);
  }
  .cardCarousel.is-prev2 {
    transform: translateX(-108%) scale(0.58) rotateY(30deg);
  }
  .cardCarousel.is-next2 {
    transform: translateX(108%) scale(0.58) rotateY(-30deg);
  }
  .prevBtnCarousel, .nextBtnCarousel{
    height: 38px;
    width: 38px;
  }
  .prevBtnCarousel { left: 8px; }
  .nextBtnCarousel { right: 8px; }
}

@media(max-width: 550px){
  .carouselTrack {
    height: 250px;
  }
  .cardCarousel {
    width: 220px;
    height: 170px;
  }
  .cardCarousel.is-center {
    height: 200px;
    width: 240px;
  }
  .cardCarousel.is-prev2,
  .cardCarousel.is-next2 {
    opacity: 0;
  }
}


.indicatorsCarousel{
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: white;
  margin-top: 15px;
  font-family: sans-serif;
  padding: 13px 22px;
  background-color: #161616;
  border-radius: 15px;
}

#currentSlide {
    color: #fca311; 
}


.historyMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 20px 56px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.842), rgba(0, 0, 0, 0.822)),
  url(https://i.imgur.com/XbJfyZX.png);
  background-size: cover;
  background-position: center;
  border-bottom: solid 2px #fbbf24;
}

.historySection {
  width: 100%;
  max-width: 70%;
  margin-inline: auto;
  box-sizing: border-box;
}

.historyTitle {
  margin: 0 0 clamp(18px, 4vw, 28px);
  color: white;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 2px;
  overflow-wrap: break-word;
}

.historyTitle i {
  margin-right: 10px;
  color: #fbbf24;
}

.historyContent {
  background: rgba(19, 19, 19, 0.89);
  border-radius: 20px;
  padding: 28px 32px;
  color: rgba(255, 255, 255, 0.959);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  border-left: 3px solid rgba(251, 191, 36, 0.85);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
}

.historyContent p {
  margin: 0 0 1em;
  font-size: 15px;
}

.historyContent p:last-child {
  margin-bottom: 0;
}

/* ========== BLOCOS ALTERNADOS ========== */
.historyBlock {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 64px;
}

.historyBlock:last-child {
  margin-bottom: 0;
}

/* Versão invertida: foto vai para a direita via order */
.historyBlock--reverse .historyBlockImg {
  order: 2;
}
.historyBlock--reverse .historyBlockText {
  order: 1;
}

.historyBlockImg {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
}

.historyBlockImg::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  border: 2px solid rgba(251, 191, 36, 0.3);
  pointer-events: none;
}

.historyBlockImg img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.historyBlockImg:hover img {
  transform: scale(1.04);
}

.historyBlockText {
  color: rgba(255, 255, 255, 0.92);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}

.historyBlockTitle {
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 22px;
  color: #fbbf24;
  letter-spacing: 1px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.historyBlockTitle i {
  margin-right: 8px;
}

.historyBlockText p {
  font-size: 15px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.85);
}

.historyBlockText p:last-child {
  margin-bottom: 0;
}

/* ========== TRUNCAMENTO DE TEXTO ========== */
.historyBlockTextContent {
  max-height: 230px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  position: relative;
}


.historyBlockTextContent.expanded {
  max-height: none;
}


.historyBlockBtnMais {
  margin-top: 16px;
  padding: 10px 22px;
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid #fbbf24;
  color: #fbbf24;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
  text-transform: lowercase;
  letter-spacing: 0.04em;
}

.historyBlockBtnMais:hover {
  background: rgba(251, 191, 36, 0.25);
  transform: translateY(-1px);
  border-color: #fbbf24;
}



@media (max-width: 1300px) {
  .historyBlockTextContent {
    max-height: 230px;
  }
}

@media (max-width: 900px) {
  .historyBlock {
    grid-template-columns: 1fr;
    gap: 28px;
    margin-bottom: 48px;
  }

  .historyBlock--reverse .historyBlockImg {
    order: unset;
  }
  .historyBlock--reverse .historyBlockText {
    order: unset;
  }

  .historyBlockImg img {
    height: 260px;
  }

  .historyBlockTextContent {
    max-height: 230px;
  }
}

@media (max-width: 550px) {
  .historyBlockImg img {
    height: 210px;
  }

  .historyBlockTitle {
    font-size: 18px;
  }

  .historyBlockText p {
    font-size: 14px;
  }

  .historyBlockTextContent {
    max-height: 130px;
  }

  .historyBlockBtnMais {
    padding: 8px 18px;
    font-size: 12px;
    margin-top: 12px;
  }
}

@media(max-width: 780px){
  .carouselContainer{
    padding: 10px;
  }

  .carouselMain{
    width: 100%;
  }

  #carouselTitle{
    font-size: 25px;
  }

  .indicatorsCarousel span{
    width: 10px;
    height: 10px;
  }

  .historySection{
    max-width: 90%;
  }

  .timeline{
    max-width: 90%;
  }

  .sedesSection,
  .ferramentasSection {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .historyMain {
    padding: 32px 14px 40px;
  }


}

@media (max-width: 600px) {
  .historyMain {
    padding: 28px 12px 36px;
  }

  .historyTitle {
    font-size: 18px;
  }

  .timelineTitle{
    font-size: 20px;
  }

  .timelineContent h3{
    font-size: 16px;
  }

  #timelineDate{
    font-size: 16px;
  }

  #timelineDescription{
    font-size: 16px;
  }

}

@media (max-width: 380px) {
  .historyMain {
    padding: 24px 10px 32px;
  }
}

.tutorialVideoCard {
  padding: 0 !important;
  overflow: hidden;
}

.tutorialVideoThumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
  text-decoration: none;
}

.tutorialVideoImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, filter 0.35s ease;
  filter: brightness(0.82);
}

.tutorialVideoThumb:hover .tutorialVideoImg {
  transform: scale(1.05);
  filter: brightness(0.65);
}

.tutorialPlayBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 54px;
  height: 54px;
  background: rgba(251, 191, 36, 0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  box-shadow: 0 4px 18px rgba(0,0,0,0.45);
  transition: background 0.25s ease, transform 0.25s ease;
  pointer-events: none;
}

.tutorialVideoThumb:hover .tutorialPlayBtn {
  background: #fbbf24;
  transform: translate(-50%, -50%) scale(1.12);
}

.tutorialVideoBadge {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 0, 0, 0.85);
  color: white;
  font-size: 11px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: none;
}

.tutorialVideoInfo {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
}

.tutorialVideoMeta {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fbbf24;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 6px;
}

.tutorialVideoCard .tutorialTitle {
  text-align: left;
  margin: 0;
}

.tutorialVideoCard .tutorialDescription {
  text-align: left;
  margin: 0;
}

.tutorialVideoCard .tutorialLink {
  margin-top: 4px;
  align-self: flex-start;
}



.organizadoresMain {
  width: 100%;
  padding: 44px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
  border-top: solid 2px rgba(255, 255, 255, 0.12);
}

.organizadoresSection {
  width: 100%;
  max-width: 70%;
}
.organizadorWrap{
  position: relative;
}
.organizadoresGrid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 62px;
}

.organizadoresGrid:not(.is-expanded) .organizadorCard:nth-child(n+5){
  display: none;
}

.organizaBtnVer {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 22px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.organizaBtnVer:hover {
  background: rgba(251, 191, 36, 0.28);
  border-color: #fbbf24;
  transform: translateY(-1px);
}

.organizaBtnVer:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}

.organizaBtnVer[hidden] {
  display: none;
}

.organizadorCard {
  background: rgba(27, 27, 27, 0.75);
  border-radius: 35px;
  padding: 22px 18px;
  border: 1px solid rgba(251, 190, 36, 0.486);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.organizadorCard:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 50px rgba(251, 191, 36, 0.2);
}

.organizadorImageContainer {
  width: 160px;
  height: 160px;
  margin: 0 auto 16px;
  border-radius: 25%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.organizadorImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.organizadorName {
  margin: 0 0 4px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.organizadorRole {
  font-size: 14px;
  color: #fbbf24;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600
}
.organizadorCampus, .organizadorArea {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600
}


/* ========== SEÇÃO DESENVOLVEDORES ========== */
.desenvolvedoresMain {
  width: 100%;
  padding: 44px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0f172a;
  border-top: solid 2px rgba(255, 255, 255, 0.12);
}

.desenvolvedoresSection {
  width: 100%;
  max-width: 70%;
}

.devCarouselMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  position: relative; 
  padding-bottom: 62px
}


.devCarouselTrack {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  width: 100%;
  margin-top: 20px;
}

.devCarouselTrack:not(.is-expanded) .devCard:nth-child(n + 6) {
  display: none;
}

.devCard {
  background: rgba(27, 27, 27, 0.75);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(251, 191, 36, 0.2);
}

@media(max-width: 1350px){
  .organizadoresGrid{
    grid-template-columns: repeat(3, 1fr);
  }

  .organizadoresGrid:not(.is-expanded) .organizadorCard:nth-child(n+4){
  display: none;
}

  .devCarouselTrack{
    grid-template-columns: repeat(4, 1fr);
  }

  .devCarouselTrack:not(.is-expanded) .devCard:nth-child(n + 5) {
  display: none;
}
}

@media(max-width: 1150px){
  .devCarouselTrack{
    grid-template-columns: repeat(3, 1fr);
  }

  .devCarouselTrack:not(.is-expanded) .devCard:nth-child(n + 4) {
  display: none;
}
}

@media(max-width: 950px){
  .organizadoresGrid{
    grid-template-columns: repeat(2, 1fr);
  }

  .organizadoresGrid:not(.is-expanded) .organizadorCard:nth-child(n+3){
  display: none;
}
}

@media(max-width: 900px){
    .devCarouselTrack{
    grid-template-columns: repeat(2, 1fr);
  }

  .devCarouselTrack:not(.is-expanded) .devCard:nth-child(n + 3) {
  display: none;
}
}


.devCard:hover {
  transform: scale(1.02);
}

.devVerMaisBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 22px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.devVerMaisBtn:hover {
  background: rgba(251, 191, 36, 0.28);
  border-color: #fbbf24;
  transform: translateY(-1px);
}

.devVerMaisBtn:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}

.devVerMaisBtn[hidden] {
  display: none;
}



.devImage {
  width: 100%;
  
 
  height: auto; 
  aspect-ratio: 1 / 1; 
  
  object-fit: cover;
  object-position: top;
}

.devName {
  margin: 16px 0 8px;
  padding: 0 16px;
  font-size: 17px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600
}

.devRole {
  margin: 0 16px 5px;
  font-size: 12px;
  color: #fbbf24;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600
}
.devTopic {
  margin: 0 16px 16px;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 600
}

@media(max-width:1350px){
  .devCarouselTrack{
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }

  .devImage{
    height: 250px;
  }

  .devName{
    font-size: 16px;
  }

  .devRole{
    font-size: 12px;
  }
}
@media(max-width:1150px){
  .devCarouselTrack{
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .devName{
    font-size: 14px;
  }

  .devRole{
    font-size: 11px;
  }
}

@media(max-width:900px){
  .devCarouselTrack{
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media(max-width:780px){
  .desenvolvedoresSection,
  .organizadoresSection{
    max-width: 90%;
  }
  

}
@media(max-width:420px){
  .devImage{
    height: 200px;
  }
}

.cadastroCTASection {
  width: 100%;
  padding: 60px 20px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.15) 0%, rgba(251, 191, 36, 0.08) 100%);
  border-top: 2px solid #fbbf24;
  border-bottom: 2px solid #fbbf24;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cadastroCTAContent {
  max-width: 700px;
  text-align: center;
}

.cadastroCTAIcon {
  font-size: 56px;
  color: #fbbf24;
  margin-bottom: 20px;
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.cadastroCTATitle {
  color: #fbbf24;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 32px;
  margin: 0 0 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.cadastroCTADescription {
  color: rgba(0, 0, 0, 0.88);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 28px;
}

.cadastroCTAButton {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  color: black;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3);
  border: none;
  cursor: pointer;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cadastroCTAButton:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.5);
  background: linear-gradient(135deg, #fcd34d 0%, #fbbf24 100%);
}

.cadastroCTAButton:active {
  transform: translateY(-2px);
}

.cadastroCTAButton i {
  margin-right: 8px;
}


.footer {
  width: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
  border-top: solid 1px #fbbf24;
  padding: 48px 20px 24px;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-weight: 500
}

.footerContent {
  max-width: 70%;
  margin: 0 auto 32px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 40px;
}

.footerSection h3,
.footerSection h4 {
  color: #fbbf24;
  margin: 0 0 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
}

.footerSection h3 {
  font-size: 20px;
}

.footerBrand p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.footerLinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerLinks li {
  margin-bottom: 12px;
}

.footerSection p{
  text-decoration: none;
}

.footerLinks a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease;
}

.footerLinks a:hover {
  color: #fbbf24;
}

.socialIcons {
  display: flex;
  gap: 20px;
  align-items: center;
}

.socialLink {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(251, 191, 36, 0.15);
  border: 2px solid rgba(251, 191, 36, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fbbf24;
  font-size: 24px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.socialLink:hover {
  background: rgba(251, 191, 36, 0.28);
  border-color: #fbbf24;
  transform: translateY(-3px);
}

.footerContact p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
  margin: 8px 0;
}

.footerBot{
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}


.footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #fbbf24;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  background-color: #000000;
  padding-left: 15px;
  padding-right: 14px;
  padding-bottom: 10px;
  
}

.footerBot a {
  color: #fbbf24;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footerBottom a:hover {
  text-decoration: underline;
}

.imgIf img{
  width: 220px;
  height: auto;
  display: block;
  opacity: 1;
  filter: drop-shadow(0 0 8px rgba(255,255,255,0.12)) contrast(1.08);
  mix-blend-mode: normal;
}

.imgBrasil img{
  width: 200px;
  height: auto;
  display: block;
  opacity: 1;
}


/* ========== FORMULÁRIO DE CADASTRO ========== */
.formContainer {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
  padding: 60px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto Slab", serif;
}

.formWrapper {
  width: 100%;
  max-width: 700px;
  background: rgba(27, 27, 27, 0.85);
  border-radius: 20px;
  padding: 40px;
  border-left: 4px solid #fbbf24;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.formTitle {
  color: #fbbf24;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 28px;
  margin: 0 0 12px;
  letter-spacing: 0.5px;
}

.formSubtitle {
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 15px;
  margin: 0 0 32px;
  line-height: 1.55;
}

.formSection {
  margin-bottom: 28px;
}

.formSection h3 {
  color: #fbbf24;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(251, 191, 36, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.formGroup {
  margin-bottom: 18px;
}

.formGroup:last-child {
  margin-bottom: 0;
}

.formGroup a, 
.formGroup a:visited {
  color: #FACC15; /* Substitua por qualquer cor (usei o amarelo dos seus cards como exemplo) */
  text-decoration: underline; /* Mantém o sublinhado para o usuário saber que é clicável */
}

/* ========== CHECKBOX GROUP - NÍVEL DE ENSINO ========== */
.checkboxGroup {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.checkboxOption {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 18px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  min-width: 160px;
  justify-content: start;
}

.checkboxOption:hover {
  border-color: rgba(251, 191, 36, 0.6);
  background: rgba(0, 0, 0, 0.4);
}

.checkboxOption input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  accent-color: #fbbf24;
  cursor: pointer;
}

.checkboxOption:has(input:checked) {
  border-color: #fbbf24;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.15);
}

.checkboxError {
  display: none;
  color: #ff6b6b;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}

@media (max-width: 480px) {
  .checkboxGroup {
    flex-direction: column;
  }

  .checkboxOption {
    min-width: 100%;
  }
}

label {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.requiredLabel::after {
  content: " *";
  color: #ff6b6b;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid rgba(251, 191, 36, 0.3);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #fbbf24;
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

select {
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fbbf24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
  padding-right: 40px;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.formRow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.formRow.full {
  grid-template-columns: 1fr;
}

.submitBtn {
  width: 100%;
  padding: 14px 28px;
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  color: black;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.submitBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(251, 191, 36, 0.4);
}

.submitBtn:active {
  transform: translateY(0);
}

.successMessage {
  background: rgba(76, 175, 80, 0.2);
  border: 1px solid rgba(76, 175, 80, 0.6);
  border-radius: 10px;
  padding: 14px 16px;
  color: #90ee90;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

.errorMessage {
  background: rgba(255, 107, 107, 0.2);
  border: 1px solid rgba(255, 107, 107, 0.6);
  border-radius: 10px;
  padding: 14px 16px;
  color: #ff7777;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}

/* ========== PÁGINA DE REGULAMENTO ========== */
.regulamentoContainer {
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
  padding: 80px 20px 60px;
  color: white;
}

.regulamentoWrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.regulamentoTitle {
  color: #fbbf24;
  text-align: center;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 36px;
  margin: 0 0 12px;
  letter-spacing: 0.5px;
}

.regulamentoSubtitle {
  color: rgba(255, 255, 255, 0.82);
  text-align: center;
  font-size: 15px;
  margin: 0 0 40px;
}

.regulamentoContent {
  background: rgba(27, 27, 27, 0.75);
  border-radius: 20px;
  padding: 40px;
  border-left: 4px solid #fbbf24;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  line-height: 1.8;
}

.regulamentoContent h2 {
  color: #fbbf24;
  font-size: 22px;
  margin: 28px 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(251, 191, 36, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.regulamentoContent h2:first-child {
  margin-top: 0;
}

.regulamentoContent h3 {
  color: rgba(251, 191, 36, 0.9);
  font-size: 16px;
  margin: 18px 0 10px;
  font-weight: 700;
}

.regulamentoContent p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  margin: 0 0 12px;
}

.regulamentoContent ul,
.regulamentoContent ol {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  margin: 12px 0;
  padding-left: 24px;
}

.regulamentoContent li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.regulamentoContent strong {
  color: #fbbf24;
  font-weight: 700;
}

.backButton {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 28px;
  background: rgba(251, 191, 36, 0.15);
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 10px;
  color: #fbbf24;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  font-family: "Roboto Slab", serif;
}

.backButton:hover {
  background: rgba(251, 191, 36, 0.28);
  border-color: #fbbf24;
  transform: translateX(-3px);
}

/* ========== BUSCAR SEDES ========== */
.esconderCard {
  display: none !important;
}
/* ========== RESPONSIVIDADE ========== */
@media (max-width: 768px) {

  .footerContent {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 90%;
  }

  .formWrapper {
    padding: 32px 24px;
  }

  .formRow {
    grid-template-columns: 1fr;
  }

  .regulamentoContent {
    padding: 24px 20px;
  }

  .regulamentoTitle {
    font-size: 28px;
  }

  .prevBtnDevCarousel, .nextBtnDevCarousel {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }

  .infoSectionTitle {
    font-size: 22px;
  }

  .infoSectionLead {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .organizadorCard {
    padding: 24px 20px;
  }

  .organizadorImageContainer {
    width: 120px;
    height: 120px;
    margin: 0 auto 12px;
  }

  .organizadorName {
    font-size: 18px;
  }

  .cadastroCTASection {
    padding: 40px 16px;
  }

  .cadastroCTAIcon {
    font-size: 42px;
    margin-bottom: 16px;
  }

  .cadastroCTATitle {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .cadastroCTADescription {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .cadastroCTAButton {
    padding: 14px 28px;
    font-size: 14px;
  }
}

@media(max-width: 550px){
    .organizadoresGrid {
  grid-template-columns: 1fr;
  gap: 20px;
  }
}

@media (max-width: 480px) {
  .organizadorImageContainer {
    width: 120px;
    height: 120px;
  }

  .organizadorName {
    font-size: 18px;
  }

  .devCard {
    flex: 0 0 100%;
  }

  .devImage {
    height: 200px;
  }

  .formWrapper {
    padding: 24px 16px;
  }

  .formSection h3 {
    font-size: 14px;
  }

  .regulamentoContent {
    padding: 18px 16px;
  }

  .regulamentoTitle {
    font-size: 22px;
  }

  .regulamentoContent h2 {
    font-size: 18px;
  }

  label {
    font-size: 13px;
  }

  input,
  select,
  textarea {
    padding: 10px 12px;
    font-size: 13px;
  }

  .cadastroCTASection {
    padding: 32px 12px;
  }

  .cadastroCTAIcon {
    font-size: 36px;
    margin-bottom: 12px;
  }

  .cadastroCTATitle {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .cadastroCTADescription {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .cadastroCTAButton {
    padding: 12px 20px;
    font-size: 12px;
  }

  .cadastroTimesIcon{
    font-size: 36px;
    margin-bottom: 12px;
  }

  .cadastroTimesTitle{
    font-size: 20px;
    margin-bottom: 10px;
  }

  .cadastroTimesDescription{
    font-size: 14px;
  }

  .cadastroTimesList li{
    font-size: 13px;
  }
  

}

@media (max-width: 430px) {
  .sedeBannerTeams {
    max-height: 400px;
    overflow-y: auto;
  }

  .team {
    flex: 0 1 calc(50% - 6px);
    min-width: auto;
    padding: 8px 10px;
    margin-bottom: 0;
  }

  .team h4 {
    font-size: 11px;
    margin-bottom: 4px;
  }

  .team li {
    font-size: 10px;
    margin-bottom: 2px;
    line-height: 1.2;
  }

  .team li:before {
    margin-right: 3px;
  }
}


@media (max-width: 450px) {

  .meubtn{
    padding: 12px 10px;
    font-size: 13px;
  }

  .header{
    min-height: 100px;
  }

  .leftHeaderLogo{
    padding-left: 10px;
  }

  .rightHeader{
    padding-right: 10px;
  }

  .footerBottom{
    padding-right: 9px;
    padding-left: 10px;
  }


  .countdownContainer{
    padding: 15px 5px 5px;
  }

  .countdownContainer h2 {
    font-size: 13px;
    margin: 0 0 0px;
    
  }

  .timer {
  gap: 3px;
  margin-top: 0px;
  width: 100%;
}

  .box {
    padding: 3px 7px;
  }

  .box span {
    font-size: 12px;
  }

  .box p {
    font-size: 11px;
    margin: 2px 0 0;
  }

  .subContent{
    height: 100px;
  }
  
  .subContent h1{
    font-size: 37px;
  }


  .timelineMain {
    min-height: auto;
    padding: 0px 0;
  }

  .timelineContent h3 {
    font-size: 15px;
    margin: 0 0 4px;
  }

  #timelineDate {
    font-size: 12px;
    margin: 2px 0;
  }

  #timelineDescription {
    font-size: 13px;
    margin: 4px 0 0;
  }

  .timelineContent {
    padding: 10px;
  }

  .timelineSection {
    padding: 12px;
  }

  .timelineTitle {
    font-size: 18px;
    margin: 0;
  }

  .carouselTitle{
    font-size: 18px;
  }

  .imgIf img{
  padding-top: 2px;
  width: 170px;
  height: auto;
}

  .imgBrasil img{
  width: 150px;
  height: auto;
}

  .footerBot p{
    font-size: 12px;
  }

  .sedeBannerTeamsCounter:before {
  content: '📋';
  font-size: 20px;
}

.sedeBannerTeamsCounter span{
  font-size: 16px;
}

}


@media (max-width: 600px){
  .imgIf img{
  padding-top: 0px;
  width: 170px;
  height: auto;
}

  .imgBrasil img{
  width: 150px;
  height: auto;
}

}

@media (max-height:1000px){
  .countdownContainer h2{
    font-size: 16px;
  }

  .box{
    width: 60%;
    padding: 3px 7px;
  }
  .box span {
    font-size: 18px;
  }
  .box p {
    font-size: 13px;
  }
}

.bannerIf{
  background-image: url('https://i.imgur.com/gieKcYf.png');
  height: 380px;
  width: 100%;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat
}

@media(max-width:1500px){
  .bannerIf{
    height: 300px;
  }
}
@media(max-width:1150px){
  .bannerIf{
    height: 240px;
  }
}
@media(max-width:900px){
  .bannerIf{
    height: 180px;
  }
}
@media(max-width:700px){
  .bannerIf{
    height: 150px;
  }
}
@media(max-width:600px){
  .bannerIf{
    height: 130px;
  }
}
@media(max-width:480px){
  .bannerIf{
    height: 90px;
  }
}



@media(max-width:780px){
  .tutoriaisSection{
    max-width: 90%;
  }

  .footerBot p{
    font-size: 12px;
  }
}

@media(max-width: 1500px){
  .tutoriaisCarouselTrack{
    grid-auto-columns: calc((100% - 48px) / 3); 
  }
}
@media(max-width: 1100px){
  .tutoriaisCarouselTrack{
    grid-auto-columns: calc((100% - 24px) / 2); 
  }

  .indicatorsTutorial span{
    font-size: 15px;
  }
}
@media(max-width: 550px){
  .tutoriaisCarouselTrack{
    grid-auto-columns: calc((100%) / 1);  
  }
}

.bannerApoiadores {
  width: 100%;
  padding: 44px 20px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, #0f172a 100%);
  border-top: solid 2px rgba(255, 255, 255, 0.12);
}

.apoiadoresSection {
  width: 100%;
  max-width: 70%;
}

.apoiadoresWrap {
  position: relative;
}

.apoiadoresGrid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 62px;
}

/* Mostrar apenas 6 logos (2 linhas) por padrão */
.apoiadoresGrid:not(.is-expanded) .cardApoiador:nth-child(n+7) {
  display: none;
}

.apoiadoresBtn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 10px 22px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.15);
  color: #fbbf24;
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.apoiadoresBtn:hover {
  background: rgba(251, 191, 36, 0.28);
  border-color: #fbbf24;
  transform: translateY(-1px);
}

.apoiadoresBtn:focus-visible {
  outline: 2px solid #fbbf24;
  outline-offset: 3px;
}

.apoiadoresBtn[hidden] {
  display: none;
}

.cardApoiador {
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.apoiadorLogo {
  max-width: 100%;
  max-height: 120px;
  object-fit: contain;
}

/* Media queries para apoiadores */
@media(max-width: 1350px) {
  .apoiadoresGrid {
    grid-template-columns: repeat(3, 1fr);
  }

  .apoiadoresGrid:not(.is-expanded) .cardApoiador:nth-child(n+7) {
    display: none;
  }
}

@media(max-width: 950px) {
  .apoiadoresGrid {
    grid-template-columns: repeat(2, 1fr);
  }

  .apoiadoresGrid:not(.is-expanded) .cardApoiador:nth-child(n+5) {
    display: none;
  }
}

@media (max-width: 780px){
  .apoiadoresSection {
    max-width: 90%;
  }
}


@media(max-width: 600px) {
  .bannerApoiadores {
    padding: 30px 15px 40px;
  }

  .apoiadoresGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-bottom: 56px;
  }

  .apoiadoresGrid:not(.is-expanded) .cardApoiador:nth-child(n+5) {
    display: none;
  }

  .cardApoiador {
    min-height: 120px;
    padding: 15px;
    border-radius: 12px;
  }

  .apoiadorLogo {
    max-height: 80px;
  }

  .apoiadoresBtn {
    padding: 8px 16px;
    font-size: 12px;
  }
}


/* ===== SEÇÃO DE ATIVIDADES DE TREINO ===== */

.atividadesMain {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  border-top: solid 2px #fbbf24;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(https://i.imgur.com/EJjaeSb.png);
  padding: 60px 20px;
}

.atividadesSection {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.atividadesTitle {
  color: white;
  font-family: "Kanit", sans-serif;
  font-weight: 900;
  font-size: 36px;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.1;
}

.atividadesTitle i{
  color: #fbbf24;
}

.atividadesSubtitle {
  text-align: center;
  margin-bottom: 30px;
  max-width: 600px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.atividadesContainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 70%;
  width: 100%;
  margin-bottom: 40px;
}

.atividadeCard {
  background-color: rgba(27, 27, 27, 0.8);
  border-radius: 20px;
  padding: 40px;
  border: 2px solid rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 400px;
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.atividadeCard::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to right, #fbbf24, transparent);
  transition: width 0.3s ease-in-out;
}


.atividadeIconContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(255, 215, 0, 0.1));
  border-radius: 15px;
  margin-bottom: 25px;
}

.atividadeIcon {
  font-size: 40px;
  color: #fbbf24;
}

.atividadeCardTitle {
  font-family: 'Kanit', sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #fbbf24;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.atividadeCardDescription {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.atividadeFeatures {
  list-style: none;
  margin-bottom: 30px;
}

.atividadeFeatures li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 5px;
  position: relative;
}

.atividadeFeatures li i{
  color: #fbbf24;
  font-size: 14px;
  flex-shrink: 0;
}

.atividadeFeatures li::before {
  position: absolute;
  left: 0;
  color: #fbbf24;
  font-weight: bold;
}

.atividadeCardLink {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  color: black;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3);
  align-self: flex-start;
  margin-top: 4px;
}

.atividadeCardLink:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(251, 191, 36, 0.5);
  background: linear-gradient(135deg, #fcd34d 0%, #fbbf24 100%);
}

.atividadeCardLink i {
  font-size: 16px;
}

/* Animação de entrada */
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.atividadeCard {
  animation: slideInUp 0.6s ease-out;
}

.atividadeCard:nth-child(2) {
  animation-delay: 0.2s;
}

/* ===== RESPONSIVIDADE ===== */

@media (max-width: 1200px) {
  .atividadesTitle {
    font-size: 36px;
  }

  .atividadeCardTitle {
    font-size: 24px;
  }

  .atividadeCard {
    padding: 30px;
  }
}

@media (max-width: 1100px){
  .atividadesContainer{
    max-width: 90%;
  }
}

@media (max-width: 800px) {
  .atividadesContainer {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .atividadesTitle {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .atividadesSubtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .atividadeCard {
    min-height: 350px;
    padding: 25px;
  }

  .atividadeCardTitle {
    font-size: 22px;
  }

  .atividadeCardDescription {
    font-size: 15px;
  }

  .atividadeIconContainer {
    width: 70px;
    height: 70px;
  }

  .atividadeIcon {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .atividadesMain {
    padding: 30px 15px;
  }

  .atividadesTitle {
    font-size: 22px;
  }

  .atividadesSubtitle {
    font-size: 14px;
  }

  .atividadeCard {
    padding: 20px;
    min-height: 300px;
  }

  .atividadeCardTitle {
    font-size: 18px;
    margin-bottom: 12px;
  }

  .atividadeCardDescription {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .atividadeFeatures li {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .atividadeCardLink {
    padding: 12px 20px;
    font-size: 13px;
    width: 100%;
    justify-content: center;
  }

  .previousEditionContainer {
    flex-direction: column;
  }

  .previousEditionImage {
    width: 100%;
    margin-bottom: 20px;
  }

  .previousEditionContent {
    width: 100%;
  }

  .previousEditionBtn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* ========== PREVIOUS EDITION SECTION ========== */

.previousEditionMain {
  width: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  border-top:solid 1px #fbbf24;
  border-bottom: solid 1px #fbbf24;
  background-position: center;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95) 0%, rgba(15, 23, 42, 0.95) 100%);
  padding: 60px 20px;
}

.previousEditionSection {
  width: 100%;
  max-width: 70%;
  display: flex;
  flex-direction: column;
}

.previousEditionContainer {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-top: 30px;
}

.previousEditionImage {
  flex: 0 0 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.previousEditionImage img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(251, 191, 36, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.previousEditionContent {
  flex: 0 0 35%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.previousEditionYear {
  color: #fbbf24;
  font-family: "Kanit", sans-serif;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.previousEditionDescription {
  color: rgba(255, 255, 255, 0.82);
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.previousEditionBtn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 40px;
  background: linear-gradient(135deg, #fbbf24 0%, #fcd34d 100%);
  color: black;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.3);
  align-self: flex-start;
  margin-top: 4px;
}

.previousEditionBtn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(251, 191, 36, 0.5);
  background: linear-gradient(135deg, #f59e0b 0%, #fbbf24 100%);
}

.previousEditionBtn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.previousEditionBtn:hover i {
  transform: translateX(4px);
}

/* ========== RESPONSIVE - PREVIOUS EDITION SECTION ========== */

@media (max-width: 1050px) {
  .previousEditionMain {
    min-height: 450px;
    padding: 50px 15px;
  }

  .previousEditionSection {
    max-width: 70%;
  }

  .previousEditionContainer {
    flex-direction: column;
    gap: 25px;
  }

  .previousEditionYear {
    font-size: 24px;
  }

  .previousEditionDescription {
    font-size: 15px;
  }

  .previousEditionBtn {
    padding: 12px 28px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .previousEditionMain {
    min-height: auto;
    padding: 40px 15px;
  }

  .previousEditionSection {
    max-width: 90%;
  }

  .previousEditionContainer {
    flex-direction: column;
    gap: 25px;
  }

  .previousEditionImage {
    flex: 1 1 100%;
  }

  .previousEditionContent {
    flex: 1 1 100%;
    gap: 15px;
  }

  .previousEditionYear {
    font-size: 22px;
  }

  .previousEditionDescription {
    font-size: 14px;
    text-align: left;
  }

  .previousEditionBtn {
    padding: 12px 24px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .previousEditionMain {
    padding: 30px 10px;
  }

  .previousEditionSection {
    max-width: 90%;
  }

  .previousEditionContainer {
    gap: 15px;
  }

  .previousEditionYear {
    font-size: 18px;
  }

  .previousEditionDescription {
    font-size: 13px;
  }

  .previousEditionBtn {
    width: 100%;
    justify-content: center;
    padding: 11px 20px;
    font-size: 12px;
  }
}
