.elementor-kit-5{--e-global-color-primary:#36395B;--e-global-color-secondary:#1DDADB;--e-global-color-text:#383838;--e-global-color-accent:#6FECEC;--e-global-color-4073d78:#53588D;--e-global-color-c3251c0:#262840;--e-global-color-416b118:#17B5B5;--e-global-color-0fc4751:#F2F2F2;--e-global-color-2388d94:#A6F1F1;--e-global-color-5f55f4f:#5C7EAA;--e-global-color-e583393:#EBFFF8;--e-global-color-d6c5a8d:#FFC857;--e-global-color-5133b0c:#D6D6D6;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:700;font-family:"Nunito", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-secondary );font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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-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 */.blurBG {
    backdrop-filter: blur(10px); /* Desenfoque suave */
    -webkit-backdrop-filter: blur(10px); /* Compatibilidad con Safari */
}


/*--SHRINKING LOGO--*/
/*--New class when sticky is turned on 'elementor-sticky--effects'--*/
/*--give the logo image a class called 'sticky-logo' --*/

.elementor-sticky--effects .sticky-logo img {
	width: 130px !important;/*--edit the pixels to change to desired shrinking size--*/
}

.sticky-logo img {
	transition: .4s all ease-in-out;
}


@media screen and (max-width: 767px) {
    .elementor-sticky--effects .sticky-logo img {
	width: 80px !important;/*--edit the pixels to change to desired shrinking size for mobile--*/
}
}/* End custom CSS */