.elementor-kit-5{--e-global-color-primary:#0F1B2F;--e-global-color-secondary:#182C4E;--e-global-color-text:#0F1B2F;--e-global-color-accent:#B98F47;--e-global-color-92873a7:#A37E3E;--e-global-color-6eefa7c:#FAF8F4;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Source Sans 3";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans 3";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Sans 3";--e-global-typography-accent-font-weight:500;background-color:#FAF8F4;}.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;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Zera o padding padrão vertical de TODOS os containers do Elementor */
.e-con,
.e-con-inner,
.elementor-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Zera as margens e lacunas entre containers */
.e-con {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  gap: 0 !important;
}

/* ==========================================================================
   ESPAÇAMENTO INTERNO (PADDING) - SEÇÃO DE CONTATO E FORMULÁRIO
   ========================================================================== */

/* Aplica respiro superior e inferior especificamente na seção de contato */
#contato,
.contact-section,
.e-con:has(.amparo-left-content) {
  padding-top: 80px !important;    /* Espaço em cima */
  padding-bottom: 80px !important; /* Espaço embaixo */
  box-sizing: border-box !important;
}

/* Ajuste de espaçamento proporcional para celulares */
@media (max-width: 768px) {
  #contato,
  .contact-section,
  .e-con:has(.amparo-left-content) {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
}/* End custom CSS */