.elementor-kit-6{--e-global-color-primary:#501E53;--e-global-color-secondary:#FBBA00;--e-global-color-text:#E9E8EE;--e-global-color-accent:#1A1C21;--e-global-color-7dd1a07:#94759A;--e-global-color-dfeb04b:#B8A4BC;--e-global-color-fc81c4b:#FCC643;--e-global-color-dcb6fdf:#FDD472;--e-global-color-1726706:#E7E8EC;--e-global-color-d89f842:#F3F3F1;--e-global-color-bbcc3ee:#F9F9FA;--e-global-color-8959dfd:#383C47;--e-global-color-84bcef6:#2B252C;--e-global-color-626072d:#5A3E5B;--e-global-color-1c47659:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;--e-global-typography-cfdd3e1-font-family:"Roboto";--e-global-typography-cfdd3e1-font-size:28px;--e-global-typography-cfdd3e1-font-weight:500;--e-global-typography-ed8894e-font-family:"Roboto";--e-global-typography-ed8894e-font-size:18px;--e-global-typography-9de9b0e-font-family:"Roboto";--e-global-typography-9de9b0e-font-size:14px;--e-global-typography-9de9b0e-font-weight:400;--e-global-typography-5ac3351-font-family:"Roboto";--e-global-typography-5ac3351-font-size:12px;--e-global-typography-5ac3351-font-weight:400;--e-global-typography-d3d1350-font-family:"Roboto";--e-global-typography-d3d1350-font-size:16px;--e-global-typography-d3d1350-font-weight:400;--e-global-typography-9990ff4-font-family:"Roboto";--e-global-typography-9990ff4-font-size:14px;--e-global-typography-a1c8761-font-family:"Roboto";--e-global-typography-a1c8761-font-size:16px;--e-global-typography-a1c8761-font-weight:400;--e-global-typography-9191ddc-font-family:"Roboto";--e-global-typography-9191ddc-font-size:22px;--e-global-typography-9191ddc-font-weight:500;}.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;--container-default-padding-top:80px;--container-default-padding-right:10px;--container-default-padding-bottom:80px;--container-default-padding-left:10px;}.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);}.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-kit-6{--e-global-typography-primary-font-size:50px;--e-global-typography-secondary-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:60px;--container-default-padding-right:20px;--container-default-padding-bottom:60px;--container-default-padding-left:20px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:40px;--e-global-typography-secondary-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:40px;--container-default-padding-right:20px;--container-default-padding-bottom:40px;--container-default-padding-left:20px;}}/* Start custom CSS */body{
    overflow-x: hidden;
}
* {
    outline: none!important;
}
p {
    margin-bottom: 15px;
}
.elementor-widget-text-editor p:last-child {
    margin-bottom: 0 !important;
}
.strong-yellow strong, 
.strong-yellow b,
a {
    color: #fbba00;
}
@keyframes fadeLeft {
	from {
    	opacity: 0;
    	transform: translate3d(-30px,0,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInLeft {
	animation-name: fadeLeft
}

.hidden {
    display: none !important;
}
.mgl-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #fff8;
    filter: blur(10px);
    animation: pulse-opacity 2s infinite alternate;
}

@keyframes pulse-opacity {
    0% {
        opacity: 0.1; /* Equivalente a #fff0 */
        filter: blur(25px);
    }
    100% {
        opacity: 0.5; /* Equivalente a #fff8 */
        filter: blur(5px);
    }
}
 
@keyframes fadeRight {
	from {
    	opacity: 0;
   	 transform: translate3d(30px,0,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInRight {
	animation-name: fadeRight
}
 
@keyframes fadeUp {
	from {
    	opacity: 0;
    	transform: translate3d(0,30px,0)
	}
 
	to {
    	opacity: 1;
    	transform: none
	}
}
 
.elementor-element.fadeInUp {
	animation-name: fadeUp
}/* End custom CSS */