.elementor-kit-6{--e-global-color-primary:#781AD2;--e-global-color-secondary:#4623B1;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:64px;--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:19px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:300;}.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){--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;}}
/* Start custom CSS */html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    /* Preto profundo de fundo */
    background-color: #000000 !important; 
    overflow-x: hidden;
}

body {
    /* Diminuímos o alcance (de 70% para 45%) para o PRETO aparecer entre as cores */
    background-image: 
        radial-gradient(circle at center, hsla(263, 75%, 50%, 0.6) 0%, transparent 45%),
        radial-gradient(circle at center, hsla(285, 85%, 45%, 0.5) 0%, transparent 45%),
        radial-gradient(circle at center, hsla(275, 80%, 40%, 0.5) 0%, transparent 45%) !important;
    
    /* 200% permite que as bolas se movam muito, deixando o preto visível no meio */
    background-size: 200% 200% !important;
    background-attachment: fixed !important;
    
    /* Animação que faz as cores "fugirem" uma da outra, revelando o preto */
    animation: moverComContraste 12s ease-in-out infinite alternate !important;
}

@keyframes moverComContraste {
    0% {
        /* Cada cor num canto, deixando o centro preto */
        background-position: 0% 0%, 100% 100%, 50% 50%;
    }
    50% {
        /* Movimento cruzado: o preto aparece nas bordas e intervalos */
        background-position: 100% 0%, 0% 100%, 100% 50%;
    }
    100% {
        /* Nova distribuição para nunca estabilizar */
        background-position: 50% 100%, 50% 0%, 0% 0%;
    }
}

/* Transparência absoluta para o preto do body reinar */
#page, #content, .site-content, .ast-container, 
section, .elementor-section, .elementor-container, 
.elementor-column, .elementor-widget-container {
    background: transparent !important;
    background-color: transparent !important;
}/* End custom CSS */