/* =============================================================================
   Lienzo continuo — página Nosotros
   Figma: el degradado es el fill del artboard, no de cada sección.
   Desktop 407:5261 1280×3830 · Tablet 407:5391 800×4574 · Mobile 407:5510 375×6833
   #090511 + conic-gradient al 62 % estirado a toda la página (preserveAspectRatio none).
   Mismo modelo que Home: lienzo en body::before + widgets transparentes.
   ============================================================================= */

body:has(.profic-hn-section) {
	position: relative;
	background-color: #090511 !important;
	background-image: none !important;
}

html:has(.profic-hn-section) {
	background-color: #090511;
	overflow-x: clip;
}

body:has(.profic-hn-section)::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: url("https://test-profic.dahseo.com/wp-content/themes/hello-elementor-child/assets/images/fotos-nosotros/fondo-desktop.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media (min-width: 768px) and (max-width: 1279px) {
	body:has(.profic-hn-section)::before {
		background-image: url("https://test-profic.dahseo.com/wp-content/themes/hello-elementor-child/assets/images/fotos-nosotros/fondo-tablet.svg");
	}
}

@media (max-width: 767px) {
	body:has(.profic-hn-section)::before {
		background-image: url("https://test-profic.dahseo.com/wp-content/themes/hello-elementor-child/assets/images/fotos-nosotros/fondo-mobile.svg");
	}
}

/* Contenido por encima del lienzo (el header conserva su position absolute). */
body:has(.profic-hn-section) .elementor:not(.elementor-location-header),
body:has(.profic-hn-section) #page,
body:has(.profic-hn-section) main {
	position: relative;
	z-index: 1;
}

/* Contenedores de Elementor sin fondo propio, también en hover. */
body:has(.profic-hn-section) .elementor:not(.elementor-location-header):not(.elementor-location-footer),
body:has(.profic-hn-section) .elementor:not(.elementor-location-header):not(.elementor-location-footer) .e-con,
body:has(.profic-hn-section) .elementor:not(.elementor-location-header):not(.elementor-location-footer) .e-con-inner,
body:has(.profic-hn-section) .elementor:not(.elementor-location-header):not(.elementor-location-footer) .elementor-section,
body:has(.profic-hn-section) .elementor:not(.elementor-location-header):not(.elementor-location-footer) .elementor-widget-container,
body:has(.profic-hn-section) .e-con:hover,
body:has(.profic-hn-section) .e-con-inner:hover {
	background-color: transparent !important;
	background-image: none !important;
}

/*
 * Las decoraciones (glow, elipses, onda del slider) desbordan sus widgets.
 * Se recortan al borde de la página para que no alarguen el scroll bajo el footer.
 */
body:has(.profic-hn-section) .elementor:has(.profic-hn-section) {
	overflow: clip;
}

body:has(.profic-hn-section) .elementor:has(.profic-hn-section) .e-con,
body:has(.profic-hn-section) .elementor:has(.profic-hn-section) .e-con-inner,
.elementor-widget-profic_hero_nosotros,
.elementor-widget-profic_cde_nosotros,
.elementor-widget-profic_fotos_nosotros,
.elementor-widget-profic_hero_nosotros > .elementor-widget-container,
.elementor-widget-profic_cde_nosotros > .elementor-widget-container,
.elementor-widget-profic_fotos_nosotros > .elementor-widget-container {
	overflow: visible !important;
	isolation: auto !important;
}
