.elementor-kit-7{--e-global-color-primary:#0C0C0C;--e-global-color-secondary:#FBFBFB;--e-global-color-text:#000000;--e-global-color-accent:#01D89D;--e-global-color-fb3b089:#000000;--e-global-color-170b02c:#FFFFFF;--e-global-color-eb46da8:#EBEBEB;--e-global-color-ba93ec1:#175633;--e-global-color-05384de:#202020;--e-global-typography-primary-font-family:"Blinker";--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Blinker";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Blinker";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-size:40px;}.elementor-kit-7 h2{font-size:30px;}.elementor-kit-7 h3{font-size:24px;}.elementor-kit-7 h4{font-size:18px;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Scrollbar Personalizada */
::-webkit-scrollbar {
    width: 0.5vw;
    background: #1e1e1e;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(#ffffff, #ffffff);
    border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(#f2f2f2, #f2f2f2);
}

/* Seleção de Texto */
::selection {
    background-color: whitesmoke !important;
    color: black !important;
}
.texto-degrade::selection {
    background-color: whitesmoke !important;
    color: black !important;
}

/* 1. ESCONDE O CURSOR APENAS SE NÃO ESTIVER NO EDITOR */
body:not(.elementor-editor-active) *:not(a):not(button):not(input):not(select):not(textarea):not(.elementor-button):not(.elementor-clickable) {
    cursor: none !important;
}

/* 2. GARANTE O CURSOR PADRÃO NOS CLICÁVEIS */
body:not(.elementor-editor-active) a, 
body:not(.elementor-editor-active) button, 
body:not(.elementor-editor-active) .elementor-button, 
body:not(.elementor-editor-active) .elementor-clickable {
    cursor: pointer !important;
}

/* 3. ESCONDE A IMAGEM DO CURSOR NO EDITOR */
.elementor-editor-active #custom-cursor {
    display: none !important;
}

/* 4. O SEU CURSOR PERSONALIZADO (MANTIDO) */
#custom-cursor {
    width: 25px;
    height: 25px;
    background-image: var(--wpr-bg-d05c0801-0418-49e5-bc8e-c15596193684) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999999 !important;
    transition: transform 0.1s ease-out, opacity 0.2s ease;
    transform: translate(-50%, -50%);
    will-change: left, top;
}

#custom-cursor.is-hidden {
    opacity: 0;
}/* End custom CSS */