/* Fontes Helvetica Now Display */
@font-face {
  font-family: 'HelveticaNowDisplay';
  src: url('../fonts/HelveticaNowDisplay-ExtBlk.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
  font-family: 'HelveticaNowDisplay';
  src: url('../fonts/HelveticaNowDisplay-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNowDisplay';
  src: url('../fonts/HelveticaNowDisplay-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNowDisplay';
  src: url('../fonts/HelveticaNowDisplay-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
html, body {
  overflow-x: hidden;
}
h1, h2, h3, h4 {
  font-family: 'HelveticaNowDisplay', sans-serif;
  font-weight: 900;
  margin: 0;
  color:  #9E825C;
  line-height: 0.9; /* mais colado */

}
h5, h6, ul{
  font-family: 'HelveticaNowDisplay', sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: white;
}
h1{
 font-size: 60px; 
}
h2{
 font-size: 48px; 
}
h3 {
 font-size: 38px; 

}
h4{
 font-size: 30px; 

}
h5{
 font-size: 24px; 
 color: white;
}
h6, ul{
  font-size: 20px;
}
p, li{
  font-family: 'HelveticaNowDisplay', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 1em 0;
  color: white;
}
/* Ajuste sutil de tipografia em tablets */
@media (max-width: 991.98px) {
  h1 { font-size: 48px; }
  h2 { font-size: 40px; }
  h3 { font-size: 32px; }
  h4 { font-size: 26px; }
  h5 { font-size: 20px; }
  h6, p, li { font-size: 16px; }
}

/* Ajuste ainda mais suave para celulares */
@media (max-width: 575.98px) {
  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  h3 { font-size: 24px; }
  h4 { font-size: 20px; }
  h5 { font-size: 18px; }
  h6, p, li { font-size: 15px; }

  .hero-content {
    padding: 80px 16px !important;
  }
}
 
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #2C2C2C; /* ou o mesmo fundo do topo/menu */
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.contorno-texto {
  color: transparent;
  -webkit-text-stroke: 1px #9E825C; /* Cor da borda */
}
.top-lang-bar {
  flex-wrap: wrap;
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* Use Helvetica Now como fonte principal */
body {
  font-family: 'HelveticaNowDisplay', sans-serif;
  background-color: #2C2C2C;
  letter-spacing: 1.2px; 
}
span.destaque-data {
  color: #9E825C;
  font-weight: bold;
}

.top-lang-bar {
  background-color: #2C2C2C;
  gap: 10px;
  padding-right: 2rem;
}

.lang-flag {
  width: 24px;
  height: auto;
  cursor: pointer;
  margin-left: 10px;
}

.navbar {
  background-color: #2C2C2C;
  padding: 1rem 2rem 0.5rem 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.shadow-menu {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  z-index: 1030;
}

.navbar-brand {
  margin-left: 1rem;
}

.navbar-brand img {
  max-height: 50px;
  width: auto;
}

.navbar-nav {
  gap: 20px;
}

.navbar-nav .nav-link {
  color: white;
  font-weight: normal;
  font-size: 16px;
  transition: color 0.3s, border-bottom 0.3s;
  border-bottom: 2px solid transparent;
  padding-bottom: 6px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #9E825C;
  border-bottom: 2px solid #9E825C;
}

.btn-inscrever {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  background-color: transparent;
  color: #9E825C;
  padding: 10px 26px;
  border: 2px solid #9E825C;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-top: -12px; /* levanta levemente o botão para alinhar com os links */
}

.btn-inscrever:hover {
  background-color: #9E825C;
  color: #2C2C2C;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #2C2C2C;
    padding: 1rem;
  }
  .navbar-nav {
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
  }
  .btn-inscrever {
    display: block;
    margin-top: 1.5rem;
  }
}

.navbar-toggler {
  border: none;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0.25rem 0.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* Ícone de X personalizado (opcional) */
.navbar-toggler.open .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='white' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.hover-shadow {
  transition: all 0.3s ease;
  border: 3px solid transparent;
}

.hover-shadow:hover {
  border-color: #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

.professor-link {
  text-decoration: none;
  color: inherit;
}

.professor-link:hover h6 {
  color: #d4af37;
}
.img-hover-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

.img-hover {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.img-hover-wrapper:hover .img-hover {
  transform: scale(1.03);
}

.img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(158, 130, 92, 0.4); /* dourado com transparência */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.img-hover-wrapper:hover .img-overlay {
  opacity: 1;
}

.professor-link {
  text-decoration: none;
  color: inherit;
}

.professor-link:hover h6 {
  color: #9E825C;
}

.card-prog {
   background-color: #1f2224; /*preto mais escuro*/
  border-radius: 10px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 colunas sempre */
  gap: 24px;
  padding: 32px;
  background-color: #1f2224;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .card-grid {
    grid-template-columns: repeat(4, 1fr); /* 4 colunas no desktop */
  }
}

.card-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}


.card-icon {
  font-size: 78px;
  margin-bottom: 4px;
  color: #9E825C;
}

.card-title-group {
  display: flex;
  align-items: baseline; /* MELHOR alinhamento */
  justify-content: center;
  gap: 2px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.card-number::after {
  content: '';
  width: 12px;
  height: 2px;
  background-color: #9E825C;
}
.card-title {
  font-family: 'HelveticaNowDisplay', sans-serif;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  color: #9E825C;
  margin: 0;
}

.card-text {
  font-family: 'HelveticaNowDisplay', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  margin: 0;
}
.bloco-data {
  margin-bottom: 40px;
}




@media (max-width: 768px) {
  .bloco-conteudo {
    flex-direction: column;
  }

  .esquerda,
  .direita {
    width: 100%;
  }

  .esquerda {
    text-align: center;
  }

  .direita {
    padding-top: 20px; /* espaço entre os blocos no mobile */
  }
}

.bloco-conteudo {
  display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch; /* <--- aqui o segredo */
}


@media (max-width: 768px) {
  .bloco-conteudo {
    flex-direction: column;
  }

  .esquerda,
  .direita {
    width: 100%;
  }

  .esquerda {
    text-align: center;
  }

  .direita {
    padding-top: 20px; /* espaço entre os blocos no mobile */
  }
}


.esquerda {
  background-color: #1f2224;
  border-radius: 10px;
  padding: 32px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.data {
  color: #9E825C;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  line-height: 1;
}

.chamada-data {
  color: white;
  margin: 0;
  line-height: 1.4;
  text-transform: uppercase;
}

.direita {
  flex: 2;
  padding: 32px 0;
}

.titulo {
  color: white;
  margin: 10 0 5px 0;
  line-height: 1.4;
}

.lista {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
  color: white;
  line-height: 1.6;
}

.lista li {
  margin-bottom: 6px;
}

.container-fluid {
  padding-left: 3rem;
  padding-right: 2rem;
}
.container-fluid h6 {
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.container-fluid p {
  margin-top: 0;
}
/* Itens do accordion com fundo escuro e linha branca */
.accordion-item {
  background-color: #1f2224;
  color: white;
  border-bottom: 1px solid white;
}

/* Estilo dos botões (fechados) */
.accordion-button {
  background-color: #1f2224;
  color: white;
  border: none;
}

/* Botão quando o item está aberto */
.accordion-button:not(.collapsed) {
  background-color: #9E825C; /* dourado */
  color: white;
}

/* Ícones de seta brancos */
.accordion-button::after {
  filter: brightness(0) invert(1);
}

/* Remover foco azulado */
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

/* Estilizar apenas o link "clique aqui" */
a.link-dourado {
  color: #9E825C;
}

a.link-dourado:hover {
  color: #bfa46e;
  text-decoration: underline;
}
/* Estilo da seta (ícone) do accordion - colapsada (seta pra baixo) */
.accordion-button::after {
  filter: brightness(0) invert(1); /* transforma em branco */
}

/* Quando o accordion está expandido (seta pra cima) */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1); /* continua branco */
}
.logo-bbb {
  max-width: 200px; /* ajuste conforme necessário */
  height: auto;
}
.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px; /* espaçamento entre ícones */
  margin-top: 20px;
}

.social-icons a {
  color: #ffffff; /* tom dourado elegante */
  font-size: 30px; /* tamanho dos ícones */
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #9E825C; /* cor ao passar o mouse */
}

.footer {
    background-color: #2C2C2C;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 1rem;
}

.carousel-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: linear-gradient(135deg, #1f1f1f, #2d2d2d);
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(158, 130, 92, 0.3); /* brilho dourado sutil */
  border: 2px solid #9E825C; /* tom dourado leve */
  position: relative;
}

.carousel .carousel-indicators {
  bottom: -40px; /* opcional, para ajustar posição */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #9E825C; /* dourado nos ícones */
  border-radius: 50%;
  padding: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  width: auto;
}

.home-card {
  background-color: #FFF6ED;
  border-radius: 10px;
  padding: 20px 20px;
  margin: auto;
  max-width: 960px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
 
}
.ticket-card {
  background-color: #FFF6ED;
  border-radius: 10px;
  padding: 30px 20px;
  margin: auto;
  max-width: 960px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  flex-wrap: wrap;
  position: relative;
}

.ticket-divider {
  width: 3px;
  height: 300px;
  background-image: repeating-linear-gradient(
    to bottom,
    #9E825C,
    #9E825C 5px,
    transparent 5px,
    transparent 10px
  );
  margin: 0 20px;
}
.botao-degrade {
 background: linear-gradient(to right, #00a322, #0fd956);
  color: white;
  font-weight: 500;
  font-size: 18px;
  border: none;
  border-radius: 50px;
  padding: 18px 30px;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
}

.botao-degrade:hover {
  opacity: 0.9;
}
.ticket-icon{
  font-size: 40px;
  color: #9E825C;
  transform: rotate(90deg);
  display: inline-block;
}
@media (max-width: 767.98px) {
  .botao-degrade {
    display: inline-block !important;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 14px 20px;
  }
  .flag-icon {
    width: 20px;
    height: auto;
  }
  .ticket-card {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 24px;
  }

  .ticket-divider {
    width: 100%;
    height: 2px;
    margin: 0 auto;
    background-image: repeating-linear-gradient(
      to right,
      #9E825C,
      #9E825C 5px,
      transparent 5px,
      transparent 10px
    );
  }

  .ticket-info .row {
    flex-direction: column;
  }

  .ticket-action {
    width: 100%;
    padding: 0;
  }

  .ticket-action .btn {
    width: 100%;
    font-size: 16px;
    padding: 12px 0;
  }

  .ticket-icon {
    text-align: center;
    margin-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .ticket-icon {
    transform: rotate(0deg) !important;
    font-size: 50px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .ticket-icon {
    transform: rotate(90deg);
  }
}

.local-badge {
  display: inline-flex;
  align-items: center;
  background-color: #FFF6ED;
  color: #2C2C2C;
  font-weight: 500;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 5px;
  margin-bottom: 16px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  gap: 8px;
  max-width: fit-content;
}

.flag-icon {
  width: 30px;
  height: auto;
}
.ticket-gold-box {
  max-width: 460px;
  margin: auto;
  border-radius: 16px;
  background: linear-gradient(to bottom, #F2D59D, #9E825C); /* Degrade corrigido */
  box-shadow: 0 8px 16px rgba(0,0,0,0.2);
  overflow: hidden;
  color: #2c2c2c;
}

.ticket-gold-label {
  background-color: #b30000;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}

.ticket-gold-content {
  padding: 24px;
  color: #2c2c2c;
}

.gold-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
  color: #8c6a28;
}

.gold-benefits {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  margin-bottom: 20px;
}
.gold-benefits li {
  margin-bottom: 8px;
}

.bonus-title {
  font-weight: bold;
  color: #8c6a28;
  margin-top: 16px;
}

.bonus-description {
  font-size: 16px;
  margin: 8px 0;
}
@media (max-width: 767.98px) {
  #investimento {
    display: block !important;
    padding: 20px;
  }

  .ticket-gold-box {
    width: 100%;
    padding: 16px;
  }

  .ticket-gold-content {
    padding: 16px;
  }

  .gold-title {
    font-size: 20px;
  }

  .gold-benefits li {
    font-size: 14px;
  }

  .bonus-description {
    font-size: 14px;
  }

  .btn-gold {
    font-size: 16px;
    padding: 12px;
  }
}
