/* Archive /desarrollos only: premium section backgrounds. */

body.post-type-archive-desarrollo .rc-featured-development {
	background-color: #F2F2F2 !important;
	background-image:
		linear-gradient(90deg, rgba(246, 250, 248, 0.94) 0%, rgba(255, 255, 255, 0.9) 48%, rgba(242, 242, 242, 0.82) 100%),
		linear-gradient(135deg, rgba(11, 11, 11, 0.2), rgba(217, 168, 78, 0.12)),
		url("../img/section-parallax-realtor-center.png") !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

body.post-type-archive-desarrollo .rc-featured-development::before {
	background:
		radial-gradient(circle at 14% 16%, rgba(217, 168, 78, 0.13), transparent 31%),
		radial-gradient(circle at 88% 18%, rgba(11, 11, 11, 0.1), transparent 34%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

body.post-type-archive-desarrollo .rc-featured-development > .rc-developments-container {
	position: relative;
	z-index: 1;
}

body.post-type-archive-desarrollo .rc-development-catalog {
	background-color: #F2F2F2 !important;
	background-image:
		linear-gradient(180deg, rgba(246, 250, 248, 0.91), rgba(255, 255, 255, 0.87)),
		linear-gradient(135deg, rgba(242, 242, 242, 0.7), rgba(217, 168, 78, 0.16)),
		url("../img/section-parallax-realtor-center.png") !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

body.post-type-archive-desarrollo .rc-development-catalog::before {
	background:
		radial-gradient(circle at 16% 14%, rgba(217, 168, 78, 0.12), transparent 30%),
		radial-gradient(circle at 82% 10%, rgba(11, 11, 11, 0.08), transparent 34%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

body.post-type-archive-desarrollo .rc-development-catalog > .rc-developments-container {
	position: relative;
	z-index: 1;
}

/* Catálogo oscuro exclusivo de /desarrollos/, igual al fondo de /propiedades/. */
body.post-type-archive-desarrollo .rc-development-catalog.rc-desarrollos-disponibles-dark {
	background-color: transparent !important;
	background-image:
		linear-gradient(rgba(10, 14, 13, 0.24), rgba(10, 14, 13, 0.24)),
		linear-gradient(90deg, rgba(11, 11, 11, 0.78) 0%, rgba(11, 11, 11, 0.56) 48%, rgba(11, 11, 11, 0.28) 100%),
		url("../img/section-parallax-realtor-center.png") !important;
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #ffffff;
}

body.post-type-archive-desarrollo .rc-development-catalog.rc-desarrollos-disponibles-dark::before {
	background: none !important;
	content: none !important;
	display: none !important;
}

body.post-type-archive-desarrollo .rc-desarrollos-disponibles-dark .rc-development-section-heading h2 {
	color: #ffffff !important;
}

body.post-type-archive-desarrollo .rc-desarrollos-disponibles-dark .rc-development-section-heading > p,
body.post-type-archive-desarrollo .rc-desarrollos-disponibles-dark .rc-development-section-heading .rc-development-eyebrow {
	color: rgba(255, 255, 255, 0.92) !important;
	text-shadow: none !important;
}

@media (max-width: 900px) {
	body.post-type-archive-desarrollo .rc-featured-development {
		background-attachment: scroll !important;
		background-position: center top !important;
	}

	body.post-type-archive-desarrollo .rc-development-catalog {
		background-attachment: scroll !important;
		background-position: center top !important;
	}
}
