.elementor-kit-24{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-1c26ed8:#E827FF;--e-global-color-3c44b1e:#520CFC;--e-global-color-a7ffd78:#2C2F33;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:20px;}.elementor-kit-24 e-page-transition{background-color:var( --e-global-color-a7ffd78 );}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-shadow:0px 0px 10px rgba(0,0,0,0.3);border-style:solid;border-color:#3B08B5;border-radius:8px 8px 8px 8px;}.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);}.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-kit-24{--e-global-typography-secondary-font-size:11px;--e-global-typography-secondary-line-height:1em;--e-page-transition-entrance-animation:e-page-transition-fade-out;}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{border-width:0px 0px 2px 0px;padding:20px 20px 20px 20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
/* Hide horizontal overflow for the entire page */
html, body {
   overflow-x: hidden;
}

.text-bg, .tabs .e-n-tab-title[aria-selected=true] {
   background: linear-gradient(to right, #f02fff 0%, #620fff 52%, #540dfd 100%) !important;
   -webkit-background-clip: text !important;
   -webkit-text-fill-color: transparent !important;
}


	






/* Glow purplepill */
	
	:root {
    --grad1: #a217ff;
    --grad2: #520cfc;
    --grad3: #520cfc;
    --grad4: #a217ff;
}
/* Pseudo-elemento para o glow */
.purplepill:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 1; /* Coloca o pseudo-elemento acima do elemento principal */
    background: linear-gradient(90deg, var(--grad1), var(--grad2), var(--grad3), var(--grad4));
    background-size: 400%;
    border-radius: 10px; /* Ajusta o formato do glow */
    opacity: 0.4; /* Nível de visibilidade do glow */
    filter: blur(50px); /* Cria o efeito de glow */
    animation: animate 8s linear infinite; /* Animação do gradiente */
    transition: 0.8s;
}

/* Animação do gradiente */
@keyframes animate {
    0% {        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}


/* Ícones Método Arcano glow */
.arcanelevels:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 90; /* Coloca o pseudo-elemento acima do elemento principal */
    background: linear-gradient(90deg, var(--grad1), var(--grad2), var(--grad3), var(--grad4));
    background-size: 400%;
    border-radius: 100px; /* Ajusta o formato do glow */
    opacity: 0.1; /* Nível de visibilidade do glow */
    filter: blur(50px); /* Cria o efeito de glow */
    animation: animate 8s linear infinite; /* Animação do gradiente */
    transition: 0.8s;
}

/* Animação do gradiente */
@keyframes animate {
    0% {        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}




/* Método Arcano glow */
.arcanemethod:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: 1; /* Coloca o pseudo-elemento acima do elemento principal */
    background: linear-gradient(90deg, var(--grad1), var(--grad2), var(--grad3), var(--grad4));
    background-size: 400%;
    border-radius: 50px; /* Ajusta o formato do glow */
    opacity: 0.4; /* Nível de visibilidade do glow */
    filter: blur(50px); /* Cria o efeito de glow */
    animation: animate 8s linear infinite; /* Animação do gradiente */
    transition: 0.8s;
}

/* Animação do gradiente */
@keyframes animate {
    0% {        background-position: 0%;
    }
    100% {
        background-position: 100%;
    }
}

	
	
	



	
	
	
	
</style>/* End custom CSS */