/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins";
}

/* HERO */
.hero {
  width: 100%;
  height: auto;
}

.hero-img {
  width: 100%;
  display: block;
}

/* LANGUAGES */
.languages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  background: #e6cbb3;
  padding: 15px 10px;
  flex-wrap: wrap;
}

.lang {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.2s ease;
}


.lang img {
  width: 28px;
  height: 20px;
  object-fit: cover;
}

.lang span {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {
  .languages {
    gap: 20px;
  }

  .lang span {
    font-size: 14px;
  }
}

/* CTA SECTION */
.cta-section {
  background: #4b47c9;
  color: white;
  text-align: center;
  padding: 80px 20px;
  position: relative;
  overflow: visible; /
}

.cta-container {
  max-width: 1200px;
  margin: 0 auto;
}

.cta-section h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 600;
}

/* CTA BOX */
.cta-box {
  position: relative;
  display: inline-block;
}

/* BOTÃO */
.cta-button {
  display: inline-block;
  background: #ff4f7a;
  border: none;
  color: white;
  font-size: 36px;
  padding: 40px 60px;
  border-radius: 60px;
  cursor: pointer;
  font-weight: 600;
  text-decoration:none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* IMAGEM COLADA NO BOTÃO */
.cta-face {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  width: 180px;
  pointer-events: none;
}

/* DEADLINE */
.deadline-topo {
  margin-top: 25px;
  font-size: 24px;
  color: white;
}

/* DECORAÇÃO DIREITA */
.cta-decoration {
  position: absolute;
  right: 50px;
  bottom: -60px;
  width: 240px;
  z-index: 2;
}

/* ABOUT */
.about {
  background: #f2f2f2;
  padding: 80px 20px;
  position: relative;
}

.about-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* LINHA AZUL */
.about-line {
  width: 60px;
  height: 6px;
  background: #4b47c9;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* TÍTULO */
.about h2 {
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
}

/* TEXTO */
.about p {
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  white-space: pre-line; /* MUITO IMPORTANTE */
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .about {
    padding: 50px 20px;
  }

  .about h2 {
    font-size: 24px;
  }

  .about p {
    font-size: 16px;
  }
}

/* SECTION INFO (2 COLUNAS) */
.info {
  background: #f2f2f2;
  padding: 60px 20px 80px;
}

.info-container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* BOX */
.info-box h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.info-box p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* LINHA ROSA */
.info-line {
  width: 60px;
  height: 6px;
  margin-bottom: 15px;
  border-radius: 4px;
}

.info-line.pink {
  background: #ff4f7a;
}

/* LISTA */
#criteria_list {
  padding-left: 20px;
}

#criteria_list li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.6;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .info-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .info-box h2 {
    font-size: 24px;
  }
}

/* VARIAÇÕES DE COR DAS LINHAS */
.info-line.green {
  background: #1f7a1f;
}

.info-line.orange {
  background: #f5a000;
}

/* AJUSTE LISTA RESULTADOS */
#results_list {
  padding-left: 20px;
}

#results_list li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.6;
}


/* AJUSTE LISTA RESULTADOS */
#activities_list {
  padding-left: 20px;
}

#activities_list li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.6;
}

/* TIMELINE */
.timeline {
  background: #e8d5c5;
  padding: 80px 20px;
}

.timeline-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* LINHA */
.timeline-line {
  width: 60px;
  height: 6px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.timeline-line.pink {
  background: #ff4f7a;
}

/* TÍTULO */
.timeline h2 {
  font-size: 48px;
  margin-bottom: 10px;
}

.timeline-sub {
  font-size: 18px;
  margin-bottom: 40px;
}

/* ITEM */
.timeline-item {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

/* LADO ESQUERDO */
.timeline-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  font-weight: bold;
}

.timeline-left h3 {
  font-size: 24px;
  text-align: center;
}

/* CORES */
.timeline-left.yellow {
  background: #f5a000;
}

.timeline-left.pink-bg {
  background: #ff4f7a;
  flex-direction: column;
  gap: 20px;
}

/* ZOOM BOX */
.zoom-box {
  background: #4b47c9;
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
}

/* LADO DIREITO */
.timeline-right {
  background: #e5cbb2;
  padding: 25px;
}

.timeline-right ul {
  padding-left: 20px;
}

.timeline-right li {
  margin-bottom: 12px;
  line-height: 1.6;
}

/* RESPONSIVO */
@media (max-width: 768px) {
  .timeline h2 {
    font-size: 32px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .timeline-left {
    padding: 20px;
  }
}

.timeline-left.blue {
  background: #4b47c9;
  color: white;
}

/* SCHEDULE */
.schedule {
  background: #e8d5c5;
  padding: 80px 20px;
}

.schedule-container {
  max-width: 1100px;
  margin: 0 auto;
}

/* LINHA */
.schedule-line {
  width: 60px;
  height: 6px;
  background: #ff4f7a;
  margin-bottom: 20px;
  border-radius: 4px;
}

/* TÍTULO */
.schedule h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

/* TABELA */
.schedule-table {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  margin: auto;
}

/* LINHA */
.row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6px;
  font-size: 16px;
}

/* HEADER */
.row.header {
  font-weight: bold;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

/* CORES DAS LINHAS */
.row.red {
  border-bottom: 3px solid #ff4f7a;
}

.row.purple {
  border-bottom: 3px solid #4b47c9;
}

.row.orange {
  border-bottom: 3px solid #f5a000;
}

.row.green {
  border-bottom: 3px solid #1f7a1f;
}

/* RESPONSIVO */
@media (max-width: 600px) {
  .schedule h2 {
    font-size: 24px;
  }

  .row {
    font-size: 14px;
  }
}

/* FOOTER */
.footer {
  width: 100%;
}

/* CTA AMARELO */
.footer-cta {
  background: url('./img/fundo-amarelo.png') center/cover no-repeat;
  padding: 60px 20px;
  text-align: center;
  position: relative;
}

.footer-box {
  position: relative;
  display: inline-block;
}

/* BOTÃO */
.footer-button {
  display: inline-block;
  background: #4b47c9;
  color: white;
  padding: 40px 60px;
  border-radius: 60px;
  text-decoration: none;
  font-size: 36px;
  font-weight: 600;
}

.footer-button,
.footer-button span {
  text-decoration: none !important;
}

/* TEXTO */
.footer-deadline {
  margin-top: 25px;
  font-size: 24px;
  color: black;
}

/* DECORAÇÕES */
.footer-leaf {
  position: absolute;
  left: 80px;
  bottom: -30px;
  width: 80px;
}

.footer-snake {
  position: absolute;
  right: -200px;
  top: 50%;
  transform: translateY(-50%);
  width: 240px;
  pointer-events: none;
  z-index: 10;
}

.footer-logos {
  background: #184d2b;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 40px 10px;
}

/* base */
.footer-logos .logo {
  object-fit: contain;
}

/* ajustes individuais */
.logo.fnc {
  height: 100px;
}

.logo.pajuba {
  height: 60px;
}

.logo.pulso {
  height: 50px;
}


/* RESPONSIVO */
@media (max-width: 768px) {
  .cta-section h1 {
    font-size: 32px;
  }

  .subtitle {
    font-size: 16px;
  }

  .cta-button {
    padding: 18px 30px;
    font-size: 16px;
  }

  .footer-button {
    padding: 18px 30px;
    font-size: 16px;
  }

  .cta-face {
    left: -50px;
    width: 80px;
  }


  .footer-snake {
    left: 350px;
    width: 80px;
  }

  .cta-decoration {
    width: 120px;
  }
}



/* RESPONSIVO */
@media (max-width: 1200px) {
  
  .footer-snake {
    display: none;
  }
  .cta-face {
    display: none;
  }

}
@media (max-width: 768px) {
  .footer-logos {
    flex-direction: column;   /* 👈 empilha */
    gap: 20px;
  }

  .footer-logos img {
    height: auto;
  }

  /* ajustes individuais */
  .logo.fnc {
    height: 100px;
  }

  .logo.pajuba {
    height: 60px;
  }

  .logo.pulso {
    height: 50px;
  }

}