.elementor-kit-8820{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#B4B4B4;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFFFFF;--e-global-color-3be5237:#060D1C;--e-global-color-9f5a0c3:#E731F4;--e-global-color-aa4479d:#3DF6FF;--e-global-typography-primary-font-family:"Sora";--e-global-typography-primary-font-size:1.625rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Sora";--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Sora";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:1.2em;}.elementor-kit-8820 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8820 a{color:var( --e-global-color-9f5a0c3 );}.elementor-kit-8820 a:hover{color:var( --e-global-color-aa4479d );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --ROSA:#E731F4; }
/* Start custom CSS */p{ 
    margin: 0
    
}

html, body{
    width: 100%;
    overflow-x: hidden;
}

[data-elementor-type="wp-page"]{
    overflow: hidden;
}

[data-elementor-type="wp-post"]{
    overflow: hidden;
}

/* =========================================
   SCROLLBAR — LONGA HISTÓRIA
   ========================================= */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #080F22;
}

::-webkit-scrollbar-thumb {
    background: #E731F4;
    border-radius: 10px;
    transition: background 0.3s ease;
}

/* Hover */
::-webkit-scrollbar-thumb:hover {
    background: #3DF6FF;
}

/* Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #E731F4 #080F22;
}/* End custom CSS */