/* ==========================================================================
   BeatLatin — PJAX
   Feedback mínimo mientras llega el HTML (sin barra de progreso).
   ========================================================================== */

html.bl-pjax-busy {
	cursor: progress;
}

html.bl-pjax-busy .elementor:not(.elementor-location-header):not(.elementor-location-footer) {
	opacity: 0.82;
	transition: opacity 0.1s ease;
	pointer-events: none;
}
