.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-27a4de5:#7C2933;--e-global-color-1e859d2:#000000;--e-global-color-ecaaab0:#FFFFFF;--e-global-color-cedb44d:#D18542;--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-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:07em;--container-default-padding-right:0em;--container-default-padding-bottom:07em;--container-default-padding-left:0em;}.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;--container-default-padding-top:4em;--container-default-padding-right:1.25em;--container-default-padding-bottom:4em;--container-default-padding-left:1.25em;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* tirar lateral branca */

html, body{
    width: 100%;
    overflow-x: hidden;
}

/* tirar padding inferior dos textos */
P{
    margin: 0px !important;
}

/* alterar cor da barra de rolagem */

body::-webkit-scrollbar {
width: 10px;
}

body::-webkit-scrollbar-track {
background: #fff;
}

body::-webkit-scrollbar-thumb {
background-color: #8A8A8A;

border-radius: 10px;

border: 0px solid #fff;

}

/* alterar cor da seleção de elementos */
*::selection {
  color: #ffffff;
  background: #1D1D1D;
}


/* alterar cor da barra de navegação no mobile */

<!-- Cor navegador Mobile -->

<!-- Chrome: -->
<meta name="theme-color" content="#000" />

<!-- Safari e Windows Phone: -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000" />
<meta name="msapplication-navbutton-color" content="#000" />/* End custom CSS */