.elementor-kit-5{--e-global-color-primary:#2F6F57;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;background-color:#000000;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.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);}.elementor-lightbox{background-color:#FFFFFF;}@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 *//* 🔥 EMERGÊNCIA – FIX GLOBAL ELEMENTOR */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
}

/* Containers Elementor */
.elementor,
.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Remove bug de 100vw */
.elementor-section,
.elementor-container {
  width: 100% !important;
  left: auto !important;
}

/* Media nunca estoura */
img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

<!-- SCROLLBAR PERSONALIZADA – Conexax -->
<style>
  /* ── WEBKIT (Chrome, Edge, Safari) ── */
  ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-track {
    background: #000000;
  }

  ::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #63B49A 0%, #3F8A6E 100%);
    border-radius: 100px;
    border: 2px solid #000000;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #7ecbb5 0%, #4fa882 100%);
  }

  ::-webkit-scrollbar-corner {
    background: #000000;
  }

  /* ── FIREFOX ── */
  * {
    scrollbar-width: thin;
    scrollbar-color: #63B49A #000000;
  }
</style>/* End custom CSS */