.elementor-kit-6{--e-global-color-primary:#181B1F;--e-global-color-secondary:#4B4D55;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FF7300;--e-global-color-c43e5be:#DBDDE6;--e-global-typography-primary-font-family:"Anton";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:400;}.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);}.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 *//* =====================================================
   CORREÇÃO GLOBAL - GAP LATERAL MOBILE / FOOTER
   Cole em: Elementor > Configurações do site > CSS personalizado
   ou Aparência > Personalizar > CSS adicional
===================================================== */

/* Evita rolagem lateral no site inteiro */
html,
body {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
}

/* Garante que o Elementor não estoure largura */
body .elementor,
body .elementor-section,
body .e-con {
  max-width: 100% !important;
}

/* =====================================================
   FOOTER RAY - FORÇAR LARGURA TOTAL NO MOBILE
   Adicione a classe ray-footer-section no container principal do footer
===================================================== */

@media (max-width: 767px) {
  .ray-footer-section {
    width: 100vw !important;
    max-width: 100vw !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding-left: 20px !important;
    padding-right: 20px !important;

    overflow: hidden !important;
    background: #1B0B25 !important;
  }

  .ray-footer-section > .e-con-inner,
  .ray-footer-section .e-con-inner {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
  }

  .ray-footer-section .e-con,
  .ray-footer-section .elementor-widget {
    max-width: 100% !important;
  }

  .ray-footer-section .elementor-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */