.elementor-799 .elementor-element.elementor-element-a594a3d{--display:flex;}.elementor-799 .elementor-element.elementor-element-b30b4fe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-799 .elementor-element.elementor-element-2ee3a1c{--display:flex;}.elementor-799 .elementor-element.elementor-element-2ee3a1c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-799 .elementor-element.elementor-element-676d5da{--display:flex;}.elementor-799 .elementor-element.elementor-element-4fe8491{width:100%;max-width:100%;}.elementor-799 .elementor-element.elementor-element-3f15129{--display:flex;}.elementor-799 .elementor-element.elementor-element-5b88299{width:100%;max-width:100%;}.elementor-799 .elementor-element.elementor-element-e91d612{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-799 .elementor-element.elementor-element-215fd91{width:100%;max-width:100%;}.elementor-799 .elementor-element.elementor-element-63da7e3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-799 .elementor-element.elementor-element-26262bb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-799 .elementor-element.elementor-element-adc2b17{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-799 .elementor-element.elementor-element-e4c3064{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-799 .elementor-element.elementor-element-a34181c{--display:flex;}.elementor-799 .elementor-element.elementor-element-1f8a243{--display:flex;}body.elementor-page-799:not(.elementor-motion-effects-element-type-background), body.elementor-page-799 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-799 .elementor-element.elementor-element-2ee3a1c{--width:98.102%;}}/* Start custom CSS for html, class: .elementor-element-6f567dc */.hero-section {
  position: relative;
  background: linear-gradient(to bottom right, #8cbfad, #f0fdfa, #fff);
  padding: 80px 20px;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.hero-text h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin: 20px 0;
}

.highlight-green { color: #059669; }
.highlight-teal { color: #0d9488; }

.hero-badge {
  display: inline-block;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #047857;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 20px;
}

.hero-subtext {
  font-size: 18px;
  color: #374151;
  margin-top: 10px;
  max-width: 500px;
}

.hero-buttons {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary {
  background: #059669;
  color: white;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
}

.btn-primary:hover {
  background: #047857;
}

.btn-secondary {
  background: white;
  border: 1px solid #d1d5db;
  color: #111827;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #f9fafb;
}

.hero-image img {
  max-width: 80%; /* diminui um pouco o tamanho */
  height: auto;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  display: block;
  margin: 0 auto; /* mantém centralizada */
}


.img-caption {
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
}

/* === CONTADOR === */
.countdown {
  margin-top: 30px;
}

.countdown-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.6;
}

.countdown-timer {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}

.countdown-box {
  width: 70px;
  text-align: center;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.countdown-box span {
  font-size: 22px;
  font-weight: bold;
  display: block;
}

.countdown-box small {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.6;
}

/* Responsivo */
@media (max-width: 900px) {
  .hero-container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-text { order: 2; }
  .hero-image { order: 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a986880 */.destaques-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.destaques-container {
  max-width: 1200px;
  margin: 0 auto;
}

.destaques-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.destaques-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.destaque-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.destaque-card:hover {
  transform: translateY(-4px);
}

.destaque-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.destaque-card p {
  font-size: 14px;
  color: #4b5563;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-add3675 */.palestrantes-section {
  padding: 0px 20px;
  background: #f9fafb;
}

.palestrantes-header {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 2rem;
}

.palestrantes-header h3 {
  font-size: 28px;
  font-weight: bold;
}

.palestrantes-wrapper {
  display: flex;
  justify-content: center;
}

.palestrantes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  width: 100%;
}

.speaker-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  /* Transição para suavizar a expansão do card */
  transition: transform 0.3s ease, box-shadow 0.3s ease, padding-bottom 0.3s ease; 
}

.speaker-card:hover {
    /* Adiciona um efeito sutil ao passar o mouse */
    transform: translateY(-5px); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.speaker-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.speaker-info {
  padding: 12px;
}

.speaker-info strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

.speaker-info p {
  /* O p é o container que irá expandir */
  font-size: 14px;
  opacity: 0.7;
  /* Define a altura inicial (apenas a primeira linha) e oculta o excesso */
  max-height: 20px; 
  overflow: hidden;
  /* Adiciona a transição ao p para a expansão do texto */
  transition: max-height 0.3s ease-out, opacity 0.3s ease; 
}

/* Estado de HOVER: Expande o p */
.speaker-card:hover .speaker-info p {
  /* Valor alto o suficiente para caber todo o texto (ajuste se necessário) */
  max-height: 150px; 
  /* Mantém a opacidade */
  opacity: 1; 
}

/* Estilo para a informação extra */
.extra-info {
    display: block; /* Garante que a informação extra fique em uma nova linha */
    font-size: 12px; /* Fonte um pouco menor para a descrição */
    margin-top: 8px; /* Espaçamento entre a info principal e a extra */
    opacity: 0; /* Começa transparente */
    /* Transição para o texto extra aparecer suavemente */
    transition: opacity 0.3s ease 0.1s; 
}

/* Estado de HOVER: Torna a informação extra visível */
.speaker-card:hover .extra-info {
    opacity: 1;
}


/* Responsividade */
@media screen and (max-width: 768px) {
  .palestrantes-grid {
    grid-template-columns: 1fr; /* 1 por linha */
    justify-items: center;
  }

  .speaker-card {
    width: 90%;
    max-width: 320px;
  }

  .speaker-card img {
    height: auto;
    max-height: 320px;
  }
  
  /* Comportamento no Mobile */
  /* No mobile, o evento :hover é acionado ao toque. 
     Para evitar que o card se feche ao tentar rolar a página depois de tocar, 
     você pode remover o hover ou ajustá-lo. 
     Porém, a expansão por toque é o comportamento esperado. 
     A expansão é mantida após o toque até que outro elemento seja tocado.
  */

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4fe8491 */.programacao-section {
  padding: 80px 20px;
  background: #fff;
}

.programacao-container {
  max-width: 1200px;
  margin: 0 auto;
}

.programacao-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.programacao-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.programacao-dia {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  overflow: hidden;
}

.programacao-header {
  background: #f3f4f6;
  padding: 12px 20px;
  font-weight: 600;
  border-bottom: 1px solid #e5e7eb;
}

.programacao-dia ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.programacao-dia li {
  display: flex;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid #f3f4f6;
  font-size: 15px;
}

.programacao-dia li:last-child {
  border-bottom: none;
}

.hora {
  font-family: monospace;
  font-size: 14px;
  font-weight: 600;
  color: #059669;
  flex-shrink: 0;
  width: 60px;
}

.programacao-note {
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  margin-top: 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b88299 */.inscricoes-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.inscricoes-container {
  max-width: 1200px;
  margin: 0 auto;
}

.inscricoes-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.inscricoes-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
}

.inscricao-destaque {
  background: linear-gradient(to bottom right, #10b981, #0d9488);
  color: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.inscricao-destaque h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.inscricao-destaque p {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: 20px;
}

.btn-inscricao {
  display: inline-block;
  background: white;
  color: #0d9488;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.btn-inscricao:hover {
  background: #f0fdf4;
  transform: translateY(-2px);
}

.inscricao-note {
  font-size: 13px;
  opacity: 0.9;
  margin-top: 12px;
}

.inscricao-info {
  background: white;
  border: 1px solid #e5e7eb;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.inscricao-info h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.inscricao-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inscricao-info li {
  font-size: 15px;
  color: #374151;
  margin-bottom: 12px;
}

.inscricao-info li strong {
  color: #111827;
}

/* Responsivo */
@media (max-width: 900px) {
  .inscricoes-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-215fd91 */.local-section {
  padding: 80px 20px;
  background: #fff;
}

.local-container {
  max-width: 1200px;
  margin: 0 auto;
}

.local-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.local-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.local-info {
  background: #fff;
  border: 1px solid #e5e7eb;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.local-info h5 {
  font-weight: 600;
  margin-bottom: 12px;
}

.local-info p {
  font-size: 15px;
  color: #374151;
  margin-bottom: 8px;
}

.btn-mapa {
  display: inline-block;
  margin-top: 15px;
  background: #059669;
  color: white;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 10px;
  text-decoration: none;
  transition: background 0.3s, transform 0.2s;
}

.btn-mapa:hover {
  background: #047857;
  transform: translateY(-2px);
}

.local-mapa iframe {
  width: 100%;
  height: 300px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Responsivo */
@media (max-width: 900px) {
  .local-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-efced4b */.apoio-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.apoio-container {
  max-width: 1200px;
  margin: 0 auto;
}

.apoio-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.apoio-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
}

.apoio-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.apoio-card:hover {
  transform: scale(1.05);
}

.apoio-card img {
  max-height: 60px;
  max-width: 100%;
  opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d30650f */.apoio-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.apoio-container {
  max-width: 1200px;
  margin: 0 auto;
}

.apoio-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.apoio-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
}

.apoio-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.apoio-card:hover {
  transform: scale(1.05);
}

.apoio-card img {
  max-height: 60px;
  max-width: 100%;
  opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4636c25 */.apoio-section {
  padding: 80px 20px;
  background: #f9fafb;
}

.apoio-container {
  max-width: 1200px;
  margin: 0 auto;
}

.apoio-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.apoio-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: center;
}

.apoio-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.apoio-card:hover {
  transform: scale(1.05);
}

.apoio-card img {
  max-height: 60px;
  max-width: 100%;
  opacity: 0.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c2e6a6 */.faq-section {
  padding: 80px 20px;
  background: #fff;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-container h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: background 0.3s;
}

.faq-item:hover {
  background: #f9fafb;
}

.faq-item summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::after {
  content: "▼";
  font-size: 14px;
  margin-left: 10px;
  transition: transform 0.3s;
}

.faq-item[open] summary::after {
  transform: rotate(180deg);
}

.faq-item p {
  font-size: 15px;
  color: #374151;
  margin-top: 10px;
  line-height: 1.5;
}/* End custom CSS */