.elementor-kit-5{--e-global-color-primary:#0C75CA;--e-global-color-secondary:#E02B8A;--e-global-color-text:#000000;--e-global-color-accent:#DE9B00;--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}@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 *//* 🧠 POPUP NA TELA TODA CENTRALIZADO BONITÃO */
.elementor-popup-modal {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 40px 12px !important; /* padding reduzido aqui */
  box-sizing: border-box;
}

/* ✅ FORMULÁRIO COM CAMPOS VISÍVEIS E BONITOS */
.elementor-form {
  width: 100% !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.elementor-form .elementor-field {
  width: 100% !important;
  font-size: 16px;
  padding: 12px 16px;
  margin-bottom: 12px;
  box-sizing: border-box;
  background-color: #f5f5f5 !important;
  color: #111 !important; /* força cor do texto */
}

/* 🔘 BOTÃO MAIOR E VISÍVEL */
.elementor-button {
  width: 100% !important;
  font-size: 18px;
  padding: 16px 24px;
  text-align: center;
  box-sizing: border-box;
}

/* 📱 AJUSTE MOBILE */
@media (max-width: 768px) {
  .elementor-popup-modal {
    padding: 24px 10px !important;
  }
}/* End custom CSS */