@charset "UTF-8";

/*
	Theme Name: CDIJUM 26
	Theme URI: https://cdijum.mx/
	Description: Child theme of Loquet — custom CDIJUM styling, catalog integration, and museum/archival layout tweaks.
	Author: Jaime Smeke Balas
	Author URI: https://untaljai.me
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: loquet
	Template: loquet
	Version: 1.1.2

	Parent theme: Loquet by GloriaThemes (https://gloriathemes.com/).
	Contact: hola@untaljai.me
*/

/*
	Contain Elementor motion-effects parallax.

	Widgets with a translateX scroll effect (e.g. the "El acervo está
	formado por colecciones…" heading on the home page) start offset by
	up to 200px and slide into place as the section scrolls through the
	viewport. Nothing clips that offset, so the document grows wider than
	the viewport and the whole page gets a horizontal scrollbar.

	`clip` rather than `hidden`: it creates no scroll container, so
	position:sticky descendants (the sticky header) keep working, and
	pairing it with overflow-y:visible preserves the vertical bleed the
	adjacent sections rely on (section 004d4c4 pulls up -176px).
*/
.elementor-top-section:has(.elementor-motion-effects-element) {
	overflow-x: clip;
	overflow-y: visible;
}
