.elementor-kit-7{--e-global-color-primary:#2A56C5;--e-global-color-secondary:#0071FF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-66472e6:#050B1C;--e-global-color-f67860c:#9234EA;--e-global-color-099ac29:#2762EB;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-accent );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:80rem;}.e-con{--container-max-width:80rem;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */body::-webkit-scrollbar {
width: 10px;
}
body::-webkit-scrollbar-track {
background: #1F1F1F;
}
body::-webkit-scrollbar-thumb {
background-color: #0071FF;
border-radius: 10px;
border: 1px solid #1F1F1F;
}
p:last-child{
    margin-bottom:0px;
}

html, body{
	width: 100%;
	overflow-x: hidden;
}
.degrade{
background: linear-gradient(45deg, #0071FF, #9234EA);
background-clip: text;
-webkit-background-clip: text;
color: transparent !important;
-webkit-text-fill-color: transparent;
}
.brilho-texto {
    position: relative;
    overflow: hidden;
}

.brilho-texto::after {
    content: "";
    position: absolute;
    top: -150%;
    left: -150%;
    width: 400%;
    height: 400%;
    background: linear-gradient(
        45deg,
        transparent 48%,
        rgba(255, 255, 255, 0.6) 50%,
        transparent 52%
    );
    animation: shine 6s linear infinite;
    pointer-events: none;
    z-index: 2;
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}/* End custom CSS */