.elementor-kit-8{--e-global-color-primary:#EBF7FB;--e-global-color-secondary:#C4E6F3;--e-global-color-text:#01AEF0;--e-global-color-accent:#0898CC;--e-global-color-2029e4c:#FFFFFF;--e-global-color-2293dc0:#F9FAFA;--e-global-color-89039f1:#E6EAED;--e-global-color-5029fff:#AFBBC4;--e-global-color-f5c8e45:#8799A7;--e-global-color-a1428c0:#546F83;--e-global-color-9dec319:#405E74;--e-global-color-c6ec29f:#2C4D65;--e-global-color-0ab3fca:#183C57;--e-global-color-5c0f112:#042B48;--e-global-color-103058f:#12B76A;--e-global-color-7e264dc:#F79009;--e-global-color-f373e93:#F04438;--e-global-color-35f194f:#0178E6;--e-global-color-ed5babf:#0095FF;--e-global-color-517f011:#0CB97B;--e-global-color-a4c6543:#128C7E;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:32px;--e-global-typography-text-font-weight:600;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.2em;--e-global-typography-550c7ed-font-family:"Inter";--e-global-typography-550c7ed-font-size:20px;--e-global-typography-550c7ed-font-weight:600;--e-global-typography-550c7ed-line-height:1.2em;--e-global-typography-170f442-font-family:"Inter";--e-global-typography-170f442-font-size:16px;--e-global-typography-170f442-font-weight:600;--e-global-typography-170f442-line-height:1.2em;--e-global-typography-3e7cd11-font-family:"Inter";--e-global-typography-3e7cd11-font-size:14px;--e-global-typography-3e7cd11-font-weight:600;--e-global-typography-3e7cd11-line-height:1.2em;--e-global-typography-ad0c795-font-family:"Inter";--e-global-typography-ad0c795-font-size:12px;--e-global-typography-ad0c795-font-weight:600;--e-global-typography-ad0c795-line-height:1.1em;--e-global-typography-e78ea53-font-family:"Inter";--e-global-typography-e78ea53-font-size:20px;--e-global-typography-e78ea53-font-weight:400;--e-global-typography-e78ea53-line-height:1.2em;--e-global-typography-044e113-font-family:"Inter";--e-global-typography-044e113-font-size:16px;--e-global-typography-044e113-font-weight:400;--e-global-typography-044e113-line-height:1.2em;--e-global-typography-9bfa1fd-font-family:"Inter";--e-global-typography-9bfa1fd-font-size:14px;--e-global-typography-9bfa1fd-font-weight:400;--e-global-typography-9bfa1fd-line-height:1.2em;--e-global-typography-6cd284e-font-family:"Inter";--e-global-typography-6cd284e-font-size:16px;--e-global-typography-6cd284e-font-weight:400;--e-global-typography-6cd284e-line-height:1.5em;--e-global-typography-72edcef-font-family:"Inter";--e-global-typography-72edcef-font-size:14px;--e-global-typography-72edcef-font-weight:400;--e-global-typography-72edcef-line-height:1.5em;--e-global-typography-075d52f-font-family:"Inter";--e-global-typography-075d52f-font-size:12px;--e-global-typography-075d52f-font-weight:400;--e-global-typography-075d52f-line-height:1.5em;background-color:var( --e-global-color-2029e4c );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1216px;}.e-con{--container-max-width:1216px;--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){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}@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 *//* Bloqueia a rolagem horizontal */
html, body {
    width: 100%;
    overflow-x: hidden;
}

/* Estilo da barra de rolagem */
::-webkit-scrollbar {
  width: 10px;
}

/* Cor de fundo da barra de rolagem */
::-webkit-scrollbar-track {
  background: #ffffff;
}

/* Estilo da barra deslizante */
::-webkit-scrollbar-thumb {
  background: #0898CC;
  border-radius: 100px;
  border: 2px solid #ffffff;
}/* End custom CSS */