.elementor-kit-6{--e-global-color-primary:#746197;--e-global-color-secondary:#60C2AC;--e-global-color-text:#5A5A5A;--e-global-color-accent:#FFFFFF;--e-global-color-db0f20a:#F5F7FA;--e-global-color-16f15c5:#FAF8F6;--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;font-family:"Poppins", Sans-serif;font-size:18px;letter-spacing:2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;font-size:48px;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-size:40px;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-size:32px;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-size:28px;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-size:24px;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;font-size:20px;}.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;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}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 *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: transparent;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/* Cambia el color del texto del menú al hacer scroll */
header.sticky-header.elementor-sticky--effects .elementor-item {
	color: var(--e-global-color-primary) !important; /* Cambialo por el color que quieras */
}

/* Opcional: cambia color al hacer hover mientras está sticky */
header.sticky-header.elementor-sticky--effects .elementor-item:hover {
	color: var(--e-global-color-primary) !important; /* Cambialo por el color hover deseado */
}

header.sticky-header.elementor-sticky--effects {
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); /* Ajustá el color y opacidad si querés */
}

header.sticky-header {
	box-shadow: none;
}/* End custom CSS */