.elementor-kit-10{--e-global-color-primary:#6EC1E4;--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;}.elementor-kit-10 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);}.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 *//* ==========================================================
   📏 LARGURA ÚTIL AUTOMÁTICA POR DISPOSITIVO
   Define a largura máxima de conteúdo (.e-con)
   ========================================================== */

/* 🖥️ WIDESCREEN / DESKTOP */
@media (min-width: 1367px) {
  .e-con {
    --content-width: 1280px;
  }
}

/* 💻 LAPTOP */
@media (min-width: 1201px) and (max-width: 1366px) {
  .e-con {
    --content-width: 1100px;
  }
}

/* 📲 TABLET (Paisagem) */
@media (min-width: 1025px) and (max-width: 1200px) {
  .e-con {
    --content-width: 924px;
  }
}

/* 📱 TABLET (Retrato) */
@media (min-width: 881px) and (max-width: 1024px) {
  .e-con {
    --content-width: 780px;
  }
}

/* 📱 CELULAR (Paisagem) */
@media (min-width: 768px) and (max-width: 880px) {
  .e-con {
    --content-width: 728px;
  }
}

/* 📱 CELULAR (Retrato) */
@media (max-width: 767px) {
  .e-con {
    --content-width: 360px;
  }
}

/* ==========================================================
   🎨 ESTILO DE SELEÇÃO DE TEXTO
   ========================================================== */
::selection {
  background: #37551F; /* Fundo da seleção */
  color: #fff;         /* Cor do texto */
}

::-moz-selection {
  background: #37551F; /* Compatibilidade Firefox */
  color: #fff;
}

/* ==========================================================
   🧭 CORREÇÃO DE SCROLL LATERAL
   ========================================================== */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* ==========================================================
   🧱 SCROLLBAR PERSONALIZADA (Webkit)
   ========================================================== */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: linear-gradient(180deg, #7AC038, #7AC038);
  border: 2px solid #7AC038;
}

::-webkit-scrollbar-thumb:hover {
  border-radius: 0;
  background: linear-gradient(0deg, #7AC038, #7AC038);
  border: 2px solid #7AC038;
}

/* ==========================================================
   🧩 AJUSTES DE TEXTO
   ========================================================== */
.balanco {
  text-wrap: balance;
}

p {
  margin-bottom: 0;
}/* End custom CSS */