.elementor-kit-9{--e-global-color-primary:#121E24;--e-global-color-secondary:#17262E;--e-global-color-text:#00BAFA;--e-global-color-accent:#0061EF;--e-global-color-52515d2:#FFFFFF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:35px;--e-global-typography-primary-font-weight:800;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:-0.5px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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:1023px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1) Mata rolagem horizontal sem encostar no padding interno */
html, body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
}

/* 2) Elementos que costumam vazar largura (SEM forçar altura em iframes) */
img, video {
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

iframe {
  max-width: 100% !important;
  display: block;
  /* sem height aqui! deixa o Elementor mandar na altura */
}

/* 3) Wrappers visíveis (pra não sumir header) */
#page, .site, .elementor, .elementor-section-wrap {
  overflow-x: visible !important;
  max-width: none !important;
}

/* 4) Header blindado (se usar sticky/efeitos) */
.elementor-location-header,
header.site-header,
.elementor-sticky--active,
.elementor-sticky--effects {
  overflow: visible !important;
  z-index: 9999 !important;
}

/* 5) ***MAPA: preenche a coluna inteira*** (Elementor Google Maps/Embed) */
.elementor-widget-google_maps,
.elementor-widget-google_maps .elementor-widget-container,
.elementor-widget-google_maps .elementor-custom-embed {
  height: 100% !important;
  min-height: 50vh; /* ajuste se quiser mais/menos altura */
}

.elementor-widget-google_maps iframe,
.elementor-widget-google_maps .elementor-custom-embed iframe {
  width: 100% !important;
  height: 100% !important;  /* agora respeita a coluna */
  display: block;
}

/* Se o seu mapa for Leaflet/Mapbox (não o widget nativo), ativa isso: */
.leaflet-container,
.mapboxgl-map,
.mapboxgl-canvas {
  height: 100% !important;
  min-height: 50vh;
  width: 100% !important;
}/* End custom CSS */