/* Mis Efectos para Elementor - estilos base */

.fx-fade-up,
.fx-fade-down,
.fx-fade-left,
.fx-fade-right,
.fx-zoom-in,
.fx-text-reveal {
	will-change: transform, opacity;
}

.fx-image-reveal {
	overflow: hidden;
	position: relative;
}

.fx-magnetic {
	display: inline-block;
	will-change: transform;
}

.fx-parallax {
	will-change: transform;
}

.fx-blur-reveal,
.fx-letter-reveal {
	will-change: transform, opacity, filter;
}

.fx-card-stack > * {
	will-change: transform, opacity;
}

.fx-horizontal-scroll {
	overflow: hidden;
}

.fx-horizontal-scroll .fx-horizontal-track {
	display: flex;
	flex-wrap: nowrap;
}
