.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-60b0643:#B700FA;--e-global-typography-primary-font-family:"transducer";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"transducer";--e-global-typography-secondary-font-weight:300;--e-global-typography-text-font-family:"transducer";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"transducer";--e-global-typography-accent-font-weight:700;background-color:#F3F3F3;}.elementor-kit-6 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:0vw;}.elementor-element{--widgets-spacing:0vw 0vw;--widgets-spacing-row:0vw;--widgets-spacing-column:0vw;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.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 *//* Animação de flutuar */
.flutuar {
    transform: translatey(0px);
    animation: float 4s ease-in-out infinite;
}

.flutuar2 {
    transform: translatey(0px);
    animation: float 5s ease-in-out infinite;
}

.flutuar3 {
    transform: translatey(0px);
    animation: float 7s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}

/* Personalização da scrollbar */
body::-webkit-scrollbar {
    width: 8px;
    background-color: #05101D;
}

body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: linear-gradient(#B700FA, #B700FA 9%, #B700FA 83.6%);
}

body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #05101D;
}/* End custom CSS */