
/* CSS Ativo */
/* === GLOBAL === */
.container-full {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 100vh;
  font-family: 'Nunito', sans-serif;
}

.btn-inscricao {
  display: inline-block;
  padding: 12px 24px;
  background-color: #ffcd2a;
  color: #223fa5;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.btn-inscricao:hover {
  background-color: #f5b700;
}

.img-video {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border: 0;
}

.titulo-principal {
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 20px 0 10px;
  color: #ffcd2a;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}

.subtitulo {
  max-width: 800px;
  margin: 0 auto 25px;
  font-size: 1.9rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.45);
  font-weight: 800;
}

/* seção 1 - hero */
.hero {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #2950d9 url('https://abracin.websim.com.br/images/bg-secao-oratoria-5.webp') center/cover no-repeat;
  color: #fff;
  min-height: 100vh;
}

.hero-titulo {
  font-family: 'Nunito', sans-serif;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 20px 0 10px;
  color: #ffcd2a;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.35);
}

.hero-subtitulo {
  font-family: 'Nunito', sans-serif;
  max-width: 800px;
  margin: 0 auto 25px;
  font-size: 1.9rem;
  line-height: 1.6;
  color: #fff;
  text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.45);
  font-weight: 800;
}

.hero-botao {
  margin-bottom: 30px;
}

.hero-video {
  margin: 20px 0;
}

.img-video {
  max-width: 100%;
  height: auto;
  cursor: pointer;
  border: 0;
}

/* seção 2 - sobre o festival */
.sobre {
  background-color: #223fa5;
  color: #fff;
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
}

.sobre-titulo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ffcd2a;
}

.sobre-texto {
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 20px;
}

.cards-informativos {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto 30px;
  font-family: 'Nunito', sans-serif;
}

.card-info {
  background: rgba(255, 255, 255, 0.1);
  border-left: 6px solid #ffcd2a;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.card-info h3 {
  margin: 0 0 5px;
  color: #ffcd2a;
  font-size: 1.3rem;
  font-weight: bold;
}

.card-info p {
  margin: 0;
  color: #fff;
  font-size: 1.1rem;
}

/* seção 3 -  */
.participar {
  background: #2950d9 url('/images/bg-festival-sec3.webp') center/cover no-repeat;
  color: #fff;
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  font-family: sans-serif;
}

.participar-titulo {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 40px;
  color: #ffcd2a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cards-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow-x: auto;
}

.card-participar {
  flex: 1 1 0;
  min-width: 250px;
  background: #ffffff22;
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 1.4rem;
  font-weight: 500;
}

.tema {
  font-size: 1.5rem;
  margin-bottom: 40px;
}


/* seção 4 - etapas */
.etapas {
  background: #223fa5 url('/images/bg-etapas.webp') center/cover no-repeat;
  color: #fff;
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
  font-family: sans-serif;
}

.etapas-titulo {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 40px;
  color: #ffcd2a;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.etapas-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto 30px;
}

.etapas-grid div {
  background: #ffffff22;
  border-radius: 12px;
  padding: 20px 30px;
  font-size: 1.3rem;
  font-weight: 500;
}

/* seção 5 -  */

.premios {
  background: #2950d9 url('/images/bg-premios.webp') center/cover no-repeat;
  color: #fff;
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
}

.premios-titulo {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  color: #ffcd2a;
  font-family: 'Segoe UI', sans-serif;
}

.premios-cards {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.card-premio {
  background: #ffffff22;
  padding: 30px 20px;
  border-radius: 20px;
  width: 250px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icone-premio {
  font-size: 5rem;
  margin-bottom: 15px;
}

.descricao-premio {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.valor-premio {
  font-size: 4rem;
  font-weight: bold;
  color: #ffcd2a;
}

.premios-beneficios {
  font-size: 1.1rem;
  margin-top: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
}

/* seção 6 - depoimentos */

.depoimentos {
  background: #223fa5;
  color: #fff;
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 100vh;
}

.depoimentos-titulo {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 40px;
  color: #ffcd2a;
  font-family: 'Segoe UI', sans-serif;
}

.carrossel {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.carrossel blockquote {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
  font-style: italic;
  font-size: 1.3rem;
}

/* seção 7 - Realização */

.realizacao {
  background: #2950d9;
  color: #fff;
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 80vh;
}

.realizacao-titulo {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 30px;
  color: #ffcd2a;
  font-family: 'Segoe UI', sans-serif;
}

.realizacao-org {
  font-size: 1.5rem;
  font-weight: bold;
}

.realizacao-endereco {
  font-size: 1.2rem;
  margin: 10px 0;
}

.realizacao-contatos {
  font-size: 1.3rem;
  margin: 15px 0;
  font-weight: bold;
}

.realizacao-contatos i {
  font-size: 1.6rem;
  margin-right: 10px;
}

.realizacao-insta {
  font-size: 1.3rem;
  margin-top: 10px;
}

.realizacao-insta i {
  font-size: 1.6rem;
  margin-right: 10px;
}

/* ===== HOTFIX MOBILE (cola no final) ===== */
@media (max-width: 480px){
  /* Títulos mais contidos */
  .titulo-principal,
  .hero-titulo,
  .sobre-titulo,
  .participar-titulo,
  .etapas-titulo,
  .premios-titulo,
  .depoimentos-titulo,
  .realizacao-titulo{
    font-size: clamp(1.25rem, 5vw, 1.8rem) !important;
    letter-spacing: .2px;
    text-transform: none;   /* tira o grito do UPPERCASE */
    line-height: 1.25;
    margin-bottom: 14px;
  }

  .subtitulo,
  .hero-subtitulo{
    font-size: clamp(1rem, 4.2vw, 1.2rem) !important;
    margin-bottom: 14px;
  }

  /* Padding mais enxuto nas seções */
  .container-full,
  .hero, .sobre, .participar, .etapas, .premios, .depoimentos, .realizacao{
    padding: 14px 12px !important;
  }

  /* Cards: uma coluna e 100% da largura */
  .cards-informativos{
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 100% !important;
  }

  /* Linha de cards (participar): nada de “espremido” */
  .cards-row{
    flex-wrap: wrap !important;   /* em vez de scroll lateral */
    gap: 12px !important;
    justify-content: stretch !important;
  }
  .card-participar{
    flex: 1 1 100% !important;
    min-width: 0 !important;
    width: 100% !important;
    padding: 14px 16px !important;
    font-size: clamp(1rem, 4vw, 1.2rem) !important;
  }

  /* Etapas: garante 1 coluna de verdade */
  .etapas-grid{
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    max-width: 100% !important;
    margin: 0 auto 16px !important;
  }
  .etapas-grid div{
    padding: 14px 16px !important;
    font-size: clamp(0.95rem, 3.8vw, 1.1rem) !important;
  }

/* Premiações: cards empilham */
.premios-cards {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
  max-width: 100% !important;
}

.card-premio {
  width: 160px !important;
  padding: 16px 14px !important;
}

.icone-premio {
  font-size: clamp(2rem, 10vw, 3rem) !important;
}

.valor-premio {
  font-size: clamp(1.8rem, 9vw, 2.6rem);
  font-weight: bold;
  color: #ffcd2a;
  line-height: 1;
  white-space: nowrap;
  word-break: keep-all;
}

.valor-premio span {
  font-size: 0.8em; /* deixa o R$ levemente menor */
}

  /* Botão não “passeia” */
  .btn-inscricao{
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    width: min(100%, 420px);
    margin: 10px auto 16px !important;
  }
}

/* Pequeno reforço para tablets estreitos */
@media (min-width: 481px) and (max-width: 767px){
  .etapas-grid{ grid-template-columns: 1fr !important }
  .premios-cards{ grid-template-columns: repeat(2, minmax(0,1fr)) !important }
}

/* FIX: cards-row no mobile */
@media (max-width: 480px){
  .cards-row{
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: flex-start !important; /* stretch -> flex-start */
    align-items: stretch !important;        /* aqui sim dá pra "esticar" */
  }
  .valor-premio{ line-height: 1 !important }
}

/* FIX: alturas com viewport seguro (iOS) */
.hero, .sobre, .participar, .etapas, .premios, .depoimentos, .realizacao, .container-full{
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
}

/* (Opcional) títulos gigantes ainda mais contidos entre 360–428px */
@media (max-width: 428px){
  .titulo-principal,
  .hero-titulo,
  .etapas-titulo,
  .premios-titulo{
    font-size: clamp(1.1rem, 4.6vw, 1.6rem) !important;
  }
}

/* ===== Premiações — Desktop/Notebook ===== */
@media (min-width: 992px){
  .premios-cards{
    display: grid !important;
    grid-template-columns: repeat(3, minmax(260px, 1fr)) !important;
    gap: 28px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
  }

  .card-premio{
    width: auto !important;                 /* libera fixo */
    padding: 24px 20px !important;
    display: flex !important;               /* equaliza altura */
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 260px;                      /* ajuste fino opcional */
  }

  .descricao-premio{
    text-align: center;
  }

  /* Valor SEM quebra e alinhado */
  .valor-premio{
    display: inline-flex !important;
    align-items: baseline !important;
    gap: .3em;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    line-height: 1 !important;
    margin-top: auto;                       /* empurra pro rodapé do card */
    font-size: clamp(1.6rem, 2.2vw, 2.2rem) !important;
  }
}

/* limpar duplicata */
.img-video{max-width:100%;height:auto;cursor:pointer;border:0}

/* mobile: premiacoes */
@media (max-width:480px){
  .premios-cards{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    max-width:100% !important;
  }
  .card-premio{
    width:100% !important;       /* was 160px */
    max-width:520px;
    margin:0 auto;
  }
  .cards-row{
    justify-content:flex-start !important; /* stretch -> flex-start */
    align-items:stretch !important;
  }
  .valor-premio{
    display:inline-flex;
    align-items:baseline;
    gap:.3em;
    white-space:nowrap !important;
    word-break:normal !important;
    overflow-wrap:normal !important;
    line-height:1 !important;
  }
}
