/* Oculta por padrão */
@media (min-width: 768px) {
  .datass2 h1 {
    color: #195E95; /* azul institucional */
  }

  .logo-mobile {
    display: none !important;
  }


  .fundo-azul, .borda-azul {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .h1-wrapper {
    background-color: white;
    border-radius: 12px;
    padding: 0px 20px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .datass2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .datass2 {
    display: none;
  }
}

@media (min-width: 768px){
.logo-mobile {
  display: none !important;
}
}
@media (max-width: 768px) {
  .logo-mobile {
     display: block;
  width: 100%;
  height: auto;
  max-width: none;
  margin-bottom: 60;
  padding: -20;
  }
}
@media (min-width: 768px){
  .header-logo {
    display: flex;
    flex-direction: row;
    align-items: center; /* alinha verticalmente */
    justify-content: flex-start;
    gap: 40px; /* espaçamento entre logo e datass2 */
    background-image: url("Panodefundo2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30pt 40pt;
    min-height: 450px;
    margin-bottom: 0 !important;
  }

  }

@media (min-width: 768px){
.logo-desktop {
    float: left;
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    margin: 50pt 50pt 50pt 0pt;  /* top, right, bottom, left */
    padding: 0;    
    max-width: 400px; /* ✅ ajuste aqui para limitar a largura máxima */
}
}
@media (max-width: 768px) {
  .logo-desktop {
  display: none !important;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  background-image: url("pano-de-fundo.png");
  background-repeat: repeat-x;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;

  max-width: 100vw;
  overflow-x: hidden;
}
.datass {
margin: 40pt 20pt 20pt 10pt;
}
@media (min-width: 767px) {
  .datass {
    display: none;
  }
}

.localização {
  margin: 20pt 20pt 20pt 20pt;
}

.bloco-informacao {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom:20px;
}

.fundo-azul {
  background-color: #195E95;      /* azul */
  color: white;
  padding: 10px 15px;
  border: 2px solid #195E95;
  width: 200px; /* ou menos, se precisar */
  max-width: 100%;
}
.fundo-azul2 {
  background-color: #195E95;
  color: white;
  padding: 15px 20px;
  text-align: center;
  border: 2px solid #195E95;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 18px;
  word-break: break-word;
    margin-top: 0px;
  margin-bottom: 40px;
}
.borda-azul {
  border: 2px solid #195E95;
  color: #0055aa;
  padding: 10px 15px;
  background-color: white;
}

/* Ajustes para telas menores (mobile) */
@media screen and (max-width: 768px) {
  body {
    background-size: auto 100%;         /* Altura completa, largura proporcional */
    background-position: center center; /* Centraliza no mobile também */
    background-repeat: no-repeat;       /* Não repete no mobile */
    
  }
}

.palestrantes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 40px 20px;
  background-color: transparent;
}

/* Cartão individual */
.palestrante {
  width: 100%;
  max-width: 300px;
  background-color: white;
  border: 2px solid #195E95;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Imagem nunca pode ultrapassar a largura do container */
.palestrante img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.palestrante .nome {
  background-color: #195E95;
  color: white;
  padding: 10px;
  margin: 0;
  font-size: 18px;
}

.palestrante .descricao {
  border: 2px solid #195E95;
  color: #195E95;
  margin: 0;
  padding: 15px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .palestrante {
    display: block;
    margin: 0 auto 30px auto;
    width: 90%;
    max-width: 400px;
    text-align: center;
  }

  .palestrante img {
    margin: 0 auto;
  }

  .palestrante .info {
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .palestrantes {
    display: block;
    padding: 40px 20px;
  }

  .bloco-palestrante {
    display: block;
    margin-bottom: 60px;
  }

  .palestrante {

    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    max-width: 1000px;
    margin: 0 auto 30px auto;
    border: 2px solid #195E95;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: white;
  }

   .palestrante img {
 max-width: 220px; /* era 300px */
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  }

  .palestrante .info {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0;
    margin: 0;
  }

  .palestrante .nome {
    background-color: #195E95;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
    margin: 0;
  }

  .palestrante .descricao {
    flex: 1;
    padding: 15px;
    color: #195E95;
    font-size: 16px;
    border-top: 2px solid #195E95;
    margin: 0;
    display: flex;
    align-items: center;
  }
}
/* Carrossel */

.carrossel {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  overflow: hidden; /* já está, mas reforçando */
}

/* Faixa de slides */
.carrossel-inner {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

/* Cada bloco ocupa toda a largura visível */
.carrossel .bloco-palestrante {
  flex: 0 0 100%;
  box-sizing: border-box;

}
@media (min-width: 768px) {
  .palestrante {
    max-width: 900px; /* limita toda a largura do card */
    margin: 0 auto;   /* centraliza no carrossel */
  }
}

/* Indicadores (bolinhas) */
.indicadores {
  text-align: center;
  margin-top: 10px;
}

.indicadores span {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}

.indicadores .ativo {
  background-color: #195E95;
}


/* FAQ PERGUNTAS FREQUENTES */
.faq {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.faq h2 {
  text-align: center;
  color: #195E95;
  margin-bottom: 30px;
}

.faq details {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 15px;
  background-color: #f9f9f9;
  transition: all 0.3s ease;
}

.faq summary {
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-left: 25px;
  color: #0055aa;
}

/* Remove o triângulo padrão do summary */
.faq summary::-webkit-details-marker {
  display: none;
}

/* Adiciona o + manualmente */
.faq summary::before {
  content: "+";
  position: absolute;
  left: 0;
  color: #195E95;
  font-weight: bold;
}

/* Quando aberto, troca o + por - */
.faq details[open] summary::before {
  content: "–";
}

.faq p {
  margin: 10px 0 0 0;
  color: #333;
}

/* FIM FAQ PERGUNTAS FREQUENTES */

/* Programação */

.programacao {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
    display: none;
  animation: fadeIn 0.4s ease-in-out;
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
.programacao h1 {
  color: #195E95;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}

.bloco {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 25px;
  padding: 15px;
  border-left: 5px solid #195E95;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.hora {
  font-weight: bold;
  font-size: 18px;
  color: #195E95;
  min-width: 60px;
  text-align: right;
}

.conteudo h3 {
  margin: 0;
  font-size: 18px;
  color: #333;
}

.conteudo p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}
.accordion-wrapper {
  max-width: 800px;
  margin: 0 auto 20px auto;
  padding: 0 20px;  /* Adiciona espaçamento nas laterais */
  box-sizing: border-box;
}
.accordion-toggle {
  background-color: #f9f9f9;
   border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 20px;
  width: 100%;               /* Agora limitado à largura do wrapper */
  border: none;
  text-align: left;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
  box-sizing: border-box;
  position: relative;
    border: 1px solid #ccc;
  color: #0055aa;
  transition: all 0.3s ease;
}

/*.accordion-toggle:hover {
  background-color: #144a78;
  color: #f8fafc;
}*/

/*.accordion-toggle::after {
  content: '+';
  position: absolute;
  right: 20px;
  font-size: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion-toggle.active::after {
  content: '-';
}
}*/
.accordion-wrapper:last-of-type {
  margin-bottom: 60px;
}

/* Fim de Programação */


@media (min-width: 768px){
.logo-mobile2 {
    display: block;
    margin: 20pt auto; /* centraliza horizontalmente */
    max-width: 300px; /* opcional: ajuste para o tamanho desejado */
    height: auto;
  
}}
@media (max-width: 768px) {
  .logo-mobile2 {
    display: block;
    max-width: calc(100% - 40pt); /* evita ultrapassar a largura */
    width: auto;
    height: auto;
    margin: 20pt auto; /* 20pt em cima/baixo e centralizado horizontalmente */
    display: block;
  }
}

.container-botao {
  display: flex;
  justify-content: center; /* centraliza horizontalmente */
  margin: 40px 0;          /* espaço antes e depois do botão */
}

.botao-inscricoes img {
  width: 250px;
  height: 150px;
  border-radius: 15px;   /* cantos arredondados */
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.botao-inscricoes img:hover {
  transform: scale(1.05);
}
a {
  color: #0000EE;        /* azul padrão */
  text-decoration: underline; /* sublinhado */
}

a:hover {
  color: #551A8B;        /* cor padrão ao passar o mouse (roxo) */
}
h1 {
  color: #195E95;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  font-size: 22px;
  text-align: center;
  padding: 0 15px;
}
h2 {
  color: #195E95;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  font-size: 18px;
  text-align: left;
  padding: 0 15px;
}

h5 {
  color: #fefefe;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  font-size: 10px;
  text-align: center;
  padding: 0 15px;
}
