.elementor-5372 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-5372 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* ========================================
   RESET
   ======================================== */
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  font-family:'Montserrat', sans-serif;
  background:#ffffff;
  color:#1f2937;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

img{
  max-width:100%;
  height:auto;
  display:block;
}

a{
  text-decoration:none;
}

/* ========================================
   CORES
   ======================================== */
:root{
  --yellow:#f5bf1a;
  --blue:#0d3c79;
  --green:#147645;
  --white:#ffffff;
  --text:#374151;
  --light:#f8fafc;
  --light-border:#e5e7eb;
}

/* ========================================
   CONTAINERS
   ======================================== */
.container-md{
  max-width:56rem;
  margin:0 auto;
  padding:0 1rem;
}

.container-lg{
  max-width:72rem;
  margin:0 auto;
  padding:0 1rem;
}

@media (min-width:640px){
  .container-md,
  .container-lg{
    padding:0 1.5rem;
  }
}

@media (min-width:1024px){
  .container-md,
  .container-lg{
    padding:0 2rem;
  }
}

/* ========================================
   TIPOGRAFIA
   ======================================== */
h1,h2,h3,h4,h5,h6{
  font-weight:700;
}

p, li, a, span{
  font-weight:400;
}

.text-center{
  text-align:center;
}

.text-left{
  text-align:left;
}

.section-light{
  background:#ffffff;
  padding:5rem 0;
}

.section-gray{
  background:#f7f9fc;
  padding:5rem 0;
}

.section-blue{
  background:var(--blue);
  padding:5rem 0;
}

.section-header{
  margin-bottom:3rem;
}

.section-kicker{
  display:inline-block;
  font-size:.95rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--green);
  margin-bottom:.75rem;
}

.kicker-light{
  color:rgba(255,255,255,.82);
}

.section-title{
  font-size:2rem;
  line-height:1.2;
  color:var(--blue);
  font-weight:700;
}

.section-title-left{
  text-align:left;
}

.section-title-white{
  color:var(--white);
}

.text-block{
  display:flex;
  flex-direction:column;
  gap:1.15rem;
  font-size:1.08rem;
  color:var(--text);
}

@media (min-width:768px){
  .section-title{
    font-size:2.5rem;
  }

  .text-block{
    font-size:1.1rem;
  }
}

/* ========================================
   BOTÕES
   ======================================== */
.section-buttons{
  margin-top:2rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:1rem;
}

.btn-primary,
.btn-whatsapp,
.btn-light,
.btn-forms,
.btn-forms-fundo-branco,
.btn-outline-light{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:1rem 1.75rem;
  border-radius:.8rem;
  font-size:1rem;
  font-weight:700;
  transition:.25s ease;
  border:2px solid transparent;
}

.btn-primary{
  background:var(--yellow);
  color:var(--blue);
  box-shadow:0 10px 24px rgba(245,191,26,.28);
}

.btn-primary:hover{
  transform:translateY(-2px);
  background:#e7b114;
}

.btn-forms{
  background: #ffffff;
  color: #5a43a5;
  box-shadow:0 10px 24px rgba(245,191,26,.28);
}

.btn-forms:hover{
  transform:translateY(-2px);
  background:#5a43a5;
  color: #ffffff;
}

.btn-forms-fundo-branco{
  background: #ffffff;
  color: #5a43a5;
  box-shadow:0 10px 24px rgba(245,191,26,.28);
  border:1px solid rgb(90, 67, 165);
  border-radius:1rem;
}

.btn-forms-fundo-branco:hover{
  transform:translateY(-2px);
  background:#5a43a5;
  color: #ffffff;
}

.btn-whatsapp{
  background:var(--green);
  color:var(--white);
  box-shadow:0 10px 24px rgba(20,118,69,.22);
}

.btn-whatsapp:hover{
  transform:translateY(-2px);
  background:#105e38;
}

.btn-light{
  background:var(--white);
  color:var(--blue);
}

.btn-light:hover{
  transform:translateY(-2px);
}

.btn-outline-light{
  background:transparent;
  color:var(--white);
  border-color:rgba(255,255,255,.5);
}

.btn-outline-light:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.08);
}

/* ========================================
   LOGO PLACEHOLDER
   ======================================== */
.logo-placeholder{
  width:180px;
  height:180px;
  margin:0 auto 1.5rem;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.logo-placeholder span{
  color:rgba(255,255,255,.88);
  font-size:.9rem;
  font-weight:700;
}

.logo-placeholder-footer{
  margin-bottom:1.5rem;
}

.logo-img {
    width: auto;
    height: 120px!important;
}

/* ========================================
   HERO
   ======================================== */
.hero-section{
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:5rem 0 6rem;
  background:var(--blue);
}

.hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(13,60,121,.94) 0%, rgba(20,118,69,.82) 100%);
  z-index:1;
}

.hero-background{
  position:absolute;
  inset:0;
  background-image:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?auto=format&fit=crop&w=1600&q=80');
  background-size:cover;
  background-position:center;
  opacity:.18;
}

.hero-content{
  position:relative;
  z-index:2;
  text-align:center;
  max-width:62rem;
}

.hero-title{
  font-size:2.2rem;
  line-height:1.12;
  color:var(--white);
  margin-bottom:1.25rem;
}

.hero-text{
  font-size:1.08rem;
  color:rgba(255,255,255,.95);
  max-width:54rem;
  margin:0 auto 1rem;
}

.hero-text-secondary{
  color:rgba(255,255,255,.84);
}

.hero-buttons{
  margin-top:2rem;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:1rem;
}

@media (min-width:768px){
  .hero-title{
    font-size:2.6rem;
  }

  .hero-text{
    font-size:1.15rem;
  }
}

.scroll-indicator{
  position:absolute;
  bottom:1.75rem;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
  animation:bounce 2s infinite;
}

.scroll-wheel{
  width:1.5rem;
  height:2.5rem;
  border:2px solid rgba(255,255,255,.55);
  border-radius:1.25rem;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:.45rem;
}

.scroll-dot{
  width:.25rem;
  height:.75rem;
  background:rgba(255,255,255,.55);
  border-radius:999px;
}

@keyframes bounce{
  0%,100%{
    transform:translateX(-50%) translateY(0);
  }
  50%{
    transform:translateX(-50%) translateY(-8px);
  }
}

/* ========================================
   CARDS DIFERENCIALES
   ======================================== */
.grid-cards{
  display:grid;
  gap:1.25rem;
  grid-template-columns:1fr;
}

.info-card{
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.16);
  border-radius:1rem;
  padding:1.5rem;
  backdrop-filter:blur(4px);
}

.info-card h3{
  color:var(--yellow);
  font-size:1.12rem;
  margin-bottom:.7rem;
  font-weight:700;
}

.info-card p{
  color:rgba(255,255,255,.9);
  line-height:1.7;
}

@media (min-width:768px){
  .grid-cards{
    grid-template-columns:repeat(2,1fr);
  }
}

/* ========================================
   SOBRE / PONENTES
   ======================================== */
.sobre-grid{
  display:grid;
  gap:2.5rem;
  align-items:center;
}

@media (min-width:992px){
}

.sobre-content{
  display: flex;
  flex-direction:column;
}

/* ========================================
   PROGRAMA
   ======================================== */
.steps-list{
  display:flex;
  flex-direction:column;
  gap:1rem;
}

.step-card{
  display:grid;
  grid-template-columns:72px 1fr;
  gap:1rem;
  background:#ffffff;
  border:1px solid var(--light-border);
  border-radius:1rem;
  padding:1.25rem;
  box-shadow:0 8px 22px rgba(15,23,42,.04);
}

.step-number{
  width:72px;
  height:72px;
  border-radius:1rem;
  background:var(--blue);
  color:var(--white);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  font-weight:700;
}

.step-content h3{
  color:var(--blue);
  font-size:1.15rem;
  margin-bottom:.55rem;
}

.step-content p{
  color:var(--text);
  line-height:1.7;
}

/* ========================================
   UBICACIÓN
   ======================================== */
.location-grid{
  display:grid;
  gap:1rem;
}

.location-card{
  background:#f8fafc;
  border:1px solid var(--light-border);
  border-radius:1rem;
  padding:1.5rem;
}

.location-card h3{
  color:var(--blue);
  font-size:1.15rem;
  margin-bottom:.45rem;
  font-weight:700;
}

.location-card p{
  color:var(--text);
  line-height:1.7;
}

@media (min-width:768px){
  .location-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* ========================================
   DETALHES DO EVENTO (CUSTOM)
   ======================================== */
.event-details-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .event-details-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Ajuste opcional para o ícone/emoji dentro do círculo */
.event-details-grid .step-number {
  background: var(--blue);
  font-size: 1.5rem;
}

/* ========================================
   CTA FINAL
   ======================================== */
.cta-final-section{
  padding:5rem 0;
  background:linear-gradient(135deg, var(--blue) 0%, var(--green) 100%);
}

.cta-title{
  color:var(--white);
  font-size:2rem;
  line-height:1.2;
  max-width:54rem;
  margin:0 auto;
}

@media (min-width:768px){
  .cta-title{
    font-size:2.6rem;
  }
}

/* ========================================
   RESPONSIVO
   ======================================== */
@media (max-width:767px){
  .section-light,
  .section-gray,
  .section-blue,
  .cta-final-section{
    padding:4rem 0;
  }

  .hero-section{
    min-height:auto;
    padding:5rem 0;
  }

  .hero-title{
    font-size:1.4rem;
  }

  .hero-text{
    font-size:1rem;
  }

  .hero-buttons,
  .section-buttons{
    flex-direction:column;
  }

  .btn-primary,
  .btn-whatsapp,
  .btn-light,
  .btn-outline-light{
    width:100%;
  }

  .step-card{
    grid-template-columns:1fr;
  }

  .step-number{
    width:60px;
    height:60px;
    font-size:1rem;
  }

  .image-placeholder{
    min-height:300px;
  }

  .cta-title{
    font-size:1.45rem;
  }

  .logo-placeholder{
    width:150px;
    height:64px;
  }
  
  .logo-img {
    width: auto;
    height: 60px!important;
  }
}/* End custom CSS */