.elementor-kit-5{--e-global-color-primary:#1F1F1F;--e-global-color-secondary:#DDDDDD;--e-global-color-text:#CBCBCB;--e-global-color-accent:#DB0E2C;--e-global-color-f13983d:#E7E7E7;--e-global-color-dcbd465:#EEEEEE;--e-global-color-4e91725:#F0F0F0;--e-global-color-521fa8c:#E7E7E7;--e-global-color-3fecb8e:#E3C8B6;--e-global-color-7d569af:#161A1E;--e-global-color-b7e9cc4:#926730;--e-global-color-b73d744:#59544B;--e-global-color-37d99bb:#B4ADA0;--e-global-color-49e893e:#0056B3;--e-global-color-975f1a2:#FFD700;--e-global-color-9bc9c4d:#32CD32;--e-global-color-5cbfaba:#003CB3;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--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;--e-global-typography-9d61aa5-font-family:"Poppins";--e-global-typography-9d61aa5-font-size:1vw;--e-global-typography-9d61aa5-font-weight:600;--e-global-typography-c6ee6f5-font-family:"Inter";--e-global-typography-c6ee6f5-font-weight:400;}.elementor-kit-5 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){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;}}/* Start custom CSS *//* Some magic to hide that vertical scrollbar sem quebrar o site */
html, body {
  /* mantém o scroll funcionando, mas a barra some */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/Edge antigo */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;                /* Chrome, Safari, Edge novo */
}

*html, body {
    overflow-x: hidden;
}/* End custom CSS */