/* Cross-fade carousel matching the premium Nosotros hero. */
.cm-lab-hero-photo[data-cm-visual-carousel] {
	isolation: isolate;
}

.cm-lab-hero-photo[data-cm-visual-carousel] .cm-visual-slide {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	opacity: 0;
	transform: scale(1.025);
	transition: opacity 900ms ease, transform 1200ms ease;
}

.cm-lab-hero-photo[data-cm-visual-carousel] .cm-visual-slide.is-active {
	opacity: 1;
	transform: scale(1);
}

.cm-lab-hero-photo[data-cm-visual-carousel] .cm-lab-photo-note {
	z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
	.cm-lab-hero-photo[data-cm-visual-carousel] .cm-visual-slide {
		transition: none;
		transform: none;
	}
}
