.elementor-kit-140{--e-global-color-primary:#36509A;--e-global-color-secondary:#717171;--e-global-color-text:#353535;--e-global-color-accent:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-140 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   HERO SECTION CENTRALIZADO
   =============================== */
.hero-section{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh; /* ocupa a tela inteira */
  text-align: center;
  padding: 0 20px; /* respiro lateral no mobile */
}

/* Mensagem centralizada */
.hero-message{
  position: relative;
  z-index: 2;
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 700;
  line-height: 1.3;
  color: #fff; /* ajuste se fundo for claro */
  max-width: 800px;
}

/* Overlay opcional para contraste */
.hero-section::before{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  z-index: 1;
}

/* ===============================
   Ajuste específico para MOBILE
   =============================== */
@media (max-width: 576px){
  .hero-section{
    align-items: flex-start; /* alinha no topo */
    padding-top: 25vh; /* move o texto ~25% da altura da tela */
  }
}/* End custom CSS */