.elementor-kit-6{--e-global-color-primary:#ECACF3;--e-global-color-secondary:#1D2226;--e-global-color-text:#FFFFFF;--e-global-color-accent:#747C92;--e-global-color-13c3655:#236496;--e-global-color-601efc5:#263238;--e-global-color-0612404:#FFFFFFB0;--e-global-typography-primary-font-family:"Metropolis";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Metropolis";--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Metropolis";--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Oak Font";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#61CE70;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--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);}.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:1366px){.elementor-kit-6{--e-global-typography-primary-font-size:2rem;--e-global-typography-secondary-font-size:1.8rem;--e-global-typography-secondary-line-height:1.6em;--e-global-typography-text-font-size:1.1rem;--e-global-typography-text-line-height:1.5em;}}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:1.8rem;--e-global-typography-secondary-font-size:1.6rem;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-size:1rem;--e-global-typography-text-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:1.8rem;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-text-font-size:1rem;--e-global-typography-text-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}@media(min-width:2400px){.elementor-kit-6{--e-global-typography-primary-font-size:2.5rem;--e-global-typography-secondary-font-size:2rem;--e-global-typography-text-font-size:1.2rem;--e-global-typography-text-line-height:1.5em;}}/* Start custom CSS */body, html {
overflow-x: hidden !important;
}

/*Corrigir escrollamento no Mobile*/
@media (max-width: 786px) {
body, html {
overflow-x: hidden!important;
}
}

/* AQUI EMBAIXO É O CSS PERSONALIZADO --> */


.scroll-left {
	transform: translate(-30px,0px);
	opacity: 0;
	filter: blur(10px);
	transition: .5s !important;
}

.scroll-right {
	transform: translate(30px,0px);
	opacity: 0;
	filter: blur(10px);
	transition: .5s !important;
}

.scroll-bottom {
	transform: translate(0px,30px);
	opacity: 0;
	filter: blur(10px);
	transition: .5s !important;
}

.scroll-top {
	transform: translate(0px,-30px);
	opacity: 0;
	filter: blur(10px);
	transition: .5s !important;
}

.fadein {
    transform: translate(0px, 5px);
    opacity: 0;
    filter: blur(5px);
    transition: .5s !important;
    
}

.elementor-editor-active .scroll-left,
.elementor-editor-active .scroll-right,
.elementor-editor-active .scroll-bottom,
.elementor-editor-active .scroll-top,
.elementor-editor-active .fadein, .ativo {
	transform: translate(0px,0px);
	opacity: 1;
	filter: blur(0);
	transition: .5s !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://risealpha.pro/wp-content/uploads/2025/05/Metropolis-Medium.woff2') format('woff2'),
		url('https://risealpha.pro/wp-content/uploads/2025/05/metropolis.medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://risealpha.pro/wp-content/uploads/2025/05/Metropolis-SemiBold-1.woff2') format('woff2'),
		url('https://risealpha.pro/wp-content/uploads/2025/05/metropolis.semi-bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://risealpha.pro/wp-content/uploads/2025/05/Metropolis-Bold.woff2') format('woff2'),
		url('https://risealpha.pro/wp-content/uploads/2025/05/metropolis.bold_.ttf') format('truetype');
}
@font-face {
	font-family: 'Metropolis';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://risealpha.pro/wp-content/uploads/2025/05/Metropolis-Regular-2.woff2') format('woff2'),
		url('https://risealpha.pro/wp-content/uploads/2025/05/metropolis.regular.ttf') format('truetype');
}
/* End Custom Fonts CSS */