.parallax-window.inicio {
	position: relative;
	overflow: hidden;
}

.parallax-window.inicio:before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(96deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.88) 18%, rgba(255, 255, 255, 0.68) 38%, rgba(255, 255, 255, 0.26) 62%, rgba(255, 255, 255, 0.02) 100%),
		linear-gradient(180deg, rgba(237, 244, 248, 0.18) 0%, rgba(237, 244, 248, 0) 100%);
	z-index: 0;
}

.parallax-window.inicio:after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(39, 46, 58, 0.07) 0%, rgba(39, 46, 58, 0.01) 30%, rgba(39, 46, 58, 0.26) 100%),
		radial-gradient(circle at 83% 24%, rgba(127, 157, 179, 0.26) 0%, rgba(127, 157, 179, 0) 34%),
		radial-gradient(circle at 68% 70%, rgba(217, 173, 130, 0.2) 0%, rgba(217, 173, 130, 0) 26%);
	z-index: 0;
}

.home-hero {
	position: relative;
	z-index: 1;
	padding-top: 10px;
	padding-bottom: 10px;
}

.home-hero-row {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-left: -24px;
	margin-right: -24px;
}

.home-hero-copy {
	padding-top: 84px;
	padding-bottom: 84px;
	padding-left: 24px;
	padding-right: 24px;
	color: var(--site-text);
	max-width: 660px;
}

.home-hero-kicker {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .34em;
	text-transform: uppercase;
	color: var(--site-accent-cool-dark);
}

.home-hero-kicker:before {
	content: "";
	display: block;
	width: 52px;
	height: 1px;
	background: rgba(95, 127, 150, 0.46);
}

.home-hero-title {
	margin: 0 0 22px;
	max-width: 620px;
	font-size: 54px;
	line-height: 1.01;
	font-weight: 300;
	letter-spacing: -.02em;
	color: var(--site-text);
	text-wrap: balance;
}

.home-hero-text {
	max-width: 500px;
	margin: 0;
	font-size: 19px;
	line-height: 1.65;
	color: rgba(37, 35, 33, 0.82);
	font-weight: 400;
}

.home-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 14px 24px;
	margin-top: 20px;
}

.home-hero-points span {
	position: relative;
	padding-left: 18px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: var(--site-text);
}

.home-hero-points span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: var(--site-accent-cool);
}

.home-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 28px;
}

.home-hero-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	min-width: 250px;
	padding: 18px 18px 18px 24px;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: none;
	transition: background-color .22s ease, color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.home-hero-link-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

.home-hero-link-eyebrow {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .24em;
	text-transform: uppercase;
	line-height: 1;
}

.home-hero-link-text {
	font-size: 17px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.1;
}

.home-hero-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border-radius: 8px;
	flex: 0 0 auto;
	font-size: 13px;
}

.home-hero-link-primary {
	background: linear-gradient(135deg, #d68a57 0%, #e2b084 100%);
	color: #ffffff;
	box-shadow: 0 18px 38px rgba(199, 116, 69, 0.22);
}

.home-hero-link-primary .home-hero-link-eyebrow {
	color: rgba(255, 255, 255, 0.78);
}

.home-hero-link-primary .home-hero-link-text {
	color: #ffffff;
}

.home-hero-link-primary .home-hero-link-icon {
	border: 1px solid rgba(255, 255, 255, 0.26);
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

.home-hero-link-secondary {
	background: rgba(240, 247, 250, 0.94);
	border: 1px solid rgba(127, 157, 179, 0.22);
	color: var(--site-accent-cool-dark);
	box-shadow: 0 16px 34px rgba(95, 127, 150, 0.1);
}

.home-hero-link-secondary .home-hero-link-eyebrow {
	color: var(--site-accent-cool-dark);
}

.home-hero-link-secondary .home-hero-link-text {
	color: var(--site-accent-cool-dark);
}

.home-hero-link-secondary .home-hero-link-icon {
	border: 1px solid rgba(127, 157, 179, 0.24);
	background: #ffffff;
	color: var(--site-accent-cool-dark);
}

.home-hero-link:hover,
.home-hero-link:focus {
	text-decoration: none;
	transform: translateY(-2px);
}

.home-hero-link-primary:hover,
.home-hero-link-primary:focus {
	background: linear-gradient(135deg, #cb7643 0%, #d99a69 100%);
	box-shadow: 0 22px 42px rgba(199, 116, 69, 0.28);
	color: #ffffff;
}

.home-hero-link-primary:hover .home-hero-link-icon,
.home-hero-link-primary:focus .home-hero-link-icon {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.34);
}

.home-hero-link-secondary:hover,
.home-hero-link-secondary:focus {
	color: var(--site-accent-cool-dark);
	background: #f7fbfd;
	border-color: rgba(95, 127, 150, 0.34);
	box-shadow: 0 20px 38px rgba(95, 127, 150, 0.16);
}

.home-hero-link-secondary:hover .home-hero-link-icon,
.home-hero-link-secondary:focus .home-hero-link-icon {
	background: #dfeaf0;
	border-color: rgba(95, 127, 150, 0.26);
}

.home-hero-search {
	padding-top: 84px;
	padding-bottom: 84px;
	padding-left: 24px;
	padding-right: 24px;
}

div.buscador-simple {
	height: auto;
	margin: 0;
	padding: 32px !important;
	background: rgba(255, 255, 255, 0.82);
	border: none;
	border-radius: 8px;
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	box-shadow: 0 24px 48px rgba(95, 127, 150, 0.12);
	opacity: 1;
	width: 100%;
	transform: translateY(10px);
}

div.buscador-simple .buscador-hero-copy {
	margin-bottom: 22px;
}

div.buscador-simple .buscador-kicker {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .26em;
	text-transform: uppercase;
	color: var(--site-accent-cool-dark);
}

div.buscador-simple h1 {
	margin: 0;
	font-size: 30px;
	line-height: 1.08;
	font-weight: 300;
	letter-spacing: .01em;
	color: var(--site-text);
}

.buscador-form {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin: 0;
}

div.buscador-simple .buscador-operacion {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 10px;
}

div.buscador-simple .buscador-accion {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 180px;
	gap: 14px;
	margin: 0;
	padding: 0;
}

div.buscador-simple .buscador-select-wrap,
div.buscador-simple .buscador-submit-wrap {
	float: none;
	width: auto;
	padding: 0;
}

div.buscador-simple label.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 50%;
	min-height: 52px;
	background: #ffffff;
	border: 1px solid #ddd6cc;
	color: #57514b;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .16em;
	border-radius: 8px;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

div.buscador-simple label.btn.active,
div.buscador-simple label.btn:hover {
	background: var(--site-accent-dark);
	border-color: var(--site-accent-dark);
	color: #ffffff;
	transform: translateY(-1px);
}

div.buscador-simple select.form-control,
div.buscador-simple button.btn {
	height: 54px;
	border-radius: 8px;
}

div.buscador-simple select.form-control {
	border: 1px solid var(--site-border);
	box-shadow: none;
	font-size: 14px;
	width: 100%;
}

div.buscador-simple button.btn {
	width: 100%;
	border: none;
	background: linear-gradient(135deg, var(--site-accent-cool-dark) 0%, var(--site-accent-cool) 100%);
	color: #ffffff;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .24em;
	text-transform: uppercase;
	transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

div.buscador-simple button.btn:hover,
div.buscador-simple button.btn:focus {
	background: linear-gradient(135deg, #52728a 0%, #6c8ba2 100%);
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(95, 127, 150, 0.18);
}

body.inicio .home-intro,
body.inicio .home-featured,
body.inicio .home-invest {
	padding: 72px 0;
}

body.inicio .home-intro {
	padding-top: 64px;
}

body.inicio .home-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 30px;
}

body.inicio .home-section-kicker {
	margin: 0 0 10px;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: .28em;
	text-transform: uppercase;
	color: var(--site-accent-dark);
}

body.inicio .home-section-title {
	margin: 0 0 12px;
	font-size: 44px;
	line-height: 1.02;
	font-weight: 500;
	letter-spacing: .01em;
	color: var(--site-text);
}

body.inicio .home-section-copy {
	font-size: 18px;
	line-height: 1.75;
	color: var(--site-muted);
}

body.inicio .home-trust-card {
	background: transparent;
	border: none;
	border-left: 1px solid rgba(168, 143, 114, 0.22);
	padding: 6px 0 6px 22px;
	box-shadow: none;
}

body.inicio .home-trust-item {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #efe5d7;
}

body.inicio .home-trust-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

body.inicio .home-trust-item:first-child {
	padding-top: 0;
}

body.inicio .home-trust-item i {
	width: 20px;
	font-size: 20px;
	color: var(--site-accent);
}

body.inicio .home-trust-item strong {
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: var(--site-text);
	margin-bottom: 4px;
}

body.inicio .home-trust-item span {
	display: block;
	font-size: 14px;
	line-height: 1.6;
	color: var(--site-muted);
	font-weight: 300;
}

body.inicio .home-section-link {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 16px 14px 20px;
	border: 1px solid rgba(127, 157, 179, 0.24);
	border-radius: 10px;
	background: linear-gradient(135deg, #fbfcfd 0%, #f1f6f9 100%);
	color: var(--site-accent-cool-dark);
	text-decoration: none;
	box-shadow: 0 12px 24px rgba(95, 127, 150, 0.1);
	transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

body.inicio .home-section-link-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
}

body.inicio .home-section-link-eyebrow {
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .22em;
	text-transform: uppercase;
	line-height: 1;
	color: rgba(95, 127, 150, 0.92);
}

body.inicio .home-section-link-text {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 1.1;
	color: var(--site-text);
}

body.inicio .home-section-link-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	border: 1px solid rgba(127, 157, 179, 0.26);
	background: #ffffff;
	color: var(--site-accent-cool-dark);
	flex: 0 0 auto;
}

body.inicio .home-section-link:hover {
	text-decoration: none;
	background: linear-gradient(135deg, #ffffff 0%, #eaf1f5 100%);
	border-color: rgba(95, 127, 150, 0.34);
	box-shadow: 0 15px 28px rgba(95, 127, 150, 0.14);
	transform: translateY(-1px);
}

body.inicio .home-section-link:hover .home-section-link-icon {
	background: #dfeaf0;
	border-color: rgba(95, 127, 150, 0.34);
}

body.inicio .home-featured-grid {
	display: flex;
	flex-wrap: wrap;
}

body.inicio a.home-property-card {
	display: block;
	padding: 0 0 28px;
	margin-bottom: 24px;
	text-decoration: none;
	background: var(--site-surface);
	border-radius: 8px;
	box-shadow: none;
	transition: box-shadow .22s ease;
}

body.inicio .home-property-card .thumbnail {
	margin-bottom: 0;
	padding: 34px 34px 36px !important;
	background: transparent;
	border: none;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: none !important;
	transition: none;
}

body.inicio .home-property-card:hover,
body.inicio .home-property-card:focus {
	box-shadow: 0 16px 34px rgba(95, 127, 150, 0.12);
}

body.inicio .home-property-media {
	position: relative;
}

body.inicio .home-property-media img {
	width: 100%;
	height: 240px;
	object-fit: cover;
}

body.inicio .home-property-badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 20px;
}

body.inicio .home-property-card .label {
	display: inline-flex;
	align-items: center;
	padding: 9px 12px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-shadow: none;
}

body.inicio .home-property-card .operacion {
	background: rgba(127, 157, 179, 0.9);
}

body.inicio .home-property-card .precio {
	background: rgba(248, 243, 237, 0.96);
	color: var(--site-accent-dark);
}

body.inicio .home-property-content {
	padding: 34px 0 0 !important;
}

body.inicio .home-property-type {
	margin: 0 0 8px;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: .3em;
	text-transform: uppercase;
	color: var(--site-accent-cool-dark);
}

body.inicio .home-property-content h4 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
	letter-spacing: .01em;
	color: var(--site-text);
}

body.inicio .home-property-summary {
	margin: 0 0 34px;
	min-height: 66px;
	font-size: 14px;
	line-height: 1.7;
	color: var(--site-muted);
	font-weight: 300;
}

body.inicio .home-property-summary small {
	font-size: inherit;
	color: inherit;
}

body.inicio .home-property-footer {
	padding: 26px 0 0 !important;
	border-top: 1px solid rgba(37, 35, 33, 0.08);
}

body.inicio .home-property-link {
	color: var(--site-accent-cool-dark);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: .24em;
	text-transform: uppercase;
	transition: color .2s ease;
}

body.inicio .home-property-card:hover .home-property-link,
body.inicio .home-property-card:focus .home-property-link {
	color: var(--site-text);
}

body.inicio .home-invest-grid {
	padding: 0;
	background: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
}

body.inicio .home-invest-grid img,
body.inicio .home-invest-grid .img-responsive {
	border-radius: 0;
}

@media (max-width: 991px) {
	.home-hero-row {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
	}

	.home-hero-copy {
		max-width: none;
		padding-top: 52px;
		padding-bottom: 34px;
	}

	.home-hero-title {
		max-width: none;
		font-size: 42px;
	}

	.home-hero-text {
		font-size: 17px;
	}

	.home-hero-points {
		gap: 12px 18px;
		margin-top: 18px;
	}

	.home-hero-actions {
		margin-top: 24px;
	}

	.home-hero-search {
		padding-top: 0;
		padding-bottom: 48px;
	}

	div.buscador-simple {
		padding: 22px !important;
		transform: none;
	}

	body.inicio .home-section-title {
		font-size: 36px;
	}
}

@media (max-width: 767px) {
	.parallax-window.inicio:before {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 30%, rgba(255, 255, 255, 0.5) 58%, rgba(255, 255, 255, 0.16) 100%),
			linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	}

	.home-hero-copy,
	.home-hero-search {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.home-hero-title {
		font-size: 34px;
		line-height: 1.04;
	}

	.home-hero-text {
		font-size: 16px;
		line-height: 1.65;
	}

	.home-hero-points {
		display: block;
		margin-top: 24px;
	}

	.home-hero-points span {
		display: block;
		margin-bottom: 14px;
		font-size: 12px;
	}

	.home-hero-actions {
		display: block;
	}

	.home-hero-link {
		display: flex;
		width: 100%;
		min-width: 0;
		margin-bottom: 12px;
	}

	div.buscador-simple {
		padding: 24px !important;
	}

	div.buscador-simple h1 {
		font-size: 26px;
	}

	div.buscador-simple .buscador-select-wrap,
	div.buscador-simple .buscador-submit-wrap {
		width: auto;
		float: none;
	}

	div.buscador-simple .buscador-accion {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	body.inicio .home-section-head {
		display: block;
	}

	body.inicio .home-section-title {
		font-size: 30px;
	}
}
