.elementor-kit-651{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-651 e-page-transition{background-color:#FFBC7D;}@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 */body, html {
overflow-x: hidden !important;
}

/* Chrome, Edge e Safari */
body::-webkit-scrollbar {
  width: 10px; /*largura da barra*/
}

body::-webkit-scrollbar-track {
  background: #1A2C5C; /*cor do fundo*/
}

body::-webkit-scrollbar-thumb {
  background-color: #EEB52A; /*cor do controle do scroll*/
  border-radius: 10px; /*arredondamento*/
  border: 2px solid #1A2C5C; /*borda*/
}

/* Firefox */
@-moz-document url-prefix() {
  * {
    scrollbar-width: 10px;
    scrollbar-color:
                    #EEB52A /*cor do controle do scroll*/
                    #1A2C5C; /*cor do fundo*/
    -moz-appearance: scrollbar;
  }
}

/* Remover a barra de scroll no celular */
@media (max-width: 786px) {
    body, html {
        overflow-x: hidden;
        scrollbar-width: none; /* Para navegadores que suportam */
    }

    /* Para navegadores baseados em WebKit, como Chrome e Safari */
    body::-webkit-scrollbar {
        display: none;
    }
}

/*impedir seleção de textos e imagens*/
*{
    user-select: none !important;
}

.naometoque{userselect:none; pointer-events:none;}

/*Marquee*/
.marquee{position:absolute; width:100%; bottom:0; left:0; background: rgba(17, 17, 17, 0.35);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(20px);
padding:32px;}

.marquee p {
text-wrap:nowrap;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 30px;
}/* End custom CSS */