.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-990596b:#667558;--e-global-color-9dbde7a:#BA0000;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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){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);}@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;--container-default-padding-top:15px;--container-default-padding-right:15px;--container-default-padding-bottom:15px;--container-default-padding-left:15px;}}/* Start custom CSS *//* ===== 🌐 GLOBAL CSS RESET ===== */
* {
  box-sizing: border-box;
}

/* ===== 🎯 CONTAINER CENTRALIZADO ===== */
.elementor-container,
.elementor-section.elementor-section-boxed > .elementor-container,
.container-centralizada {
  max-width: 1620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(16px, 5vw, 160px);
  padding-right: clamp(16px, 5vw, 160px);
}

/* ===== 📱 MOBILE FIXES ===== */
@media (max-width: 767px) {
  /* Correção dos textos gerais */
  .elementor-widget-text-editor,
  .elementor-widget-heading,
  p, span, li, div {
    max-width: 100% !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
    white-space: normal !important;
  }

  /* Correção do layout para o botão */
  .elementor-button {
    max-width: none !important;
    width: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    white-space: nowrap !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* Evita overflow lateral */
  html, body {
    overflow-x: hidden !important;
  }
}

/* Evita quebra de linha nos textos dos botões */
.elementor-button {
  white-space: nowrap;
  width: fit-content;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}/* End custom CSS */