.header-logo {
	width: 200px
}

.bg-primary {
	background-color: #65b5e3 !important;
}

.header {
	height: 90px;
	width: 100%;
}

.header .navbar-nav li a.active,
.header .navbar-nav li a:hover,
.header .navbar-nav li a:focus {
	background: white;
	color: #65b5e3
}


.prop-code {
	color: #65b5e3 !important;
}

.btn-primary {
	background-color: #65b5e3;
	border-color: #65b5e3;
}

.btn-primary:hover {
	background-color: #1073b8;
	border-color: #1073b8;
}

.form-control:focus {
	border-color: #65b5e3;
	color: #65b5e3 !important;
}

.tag.-sale {
	background: #65b5e3;
}

.res-wat {
	top: 40px !important;
}

.res-title {
	padding-top: 20px;
}

.flat-card_price {
	color: #1073b8;
}

/* Las cards usan img real en vez de background-image para permitir lazy loading nativo. */
.property-card-image-wrap {
	background: #f3f6f8;
	overflow: hidden;
}

.property-card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.filter-nav li a {
	border-color: #65b5e3;
}

.filter-nav li a.active {
	background: #65b5e3;
}

select,
textarea,
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;

}

.side-form {
	font-size: 5px;
	margin: 5px 20px 5px 20px;
}

.footer {
	background: white;
	color: #484848;
}

.foot-info {
	font-size: 16px !important
}

.select-label {
	font-size: 12px;
	font-weight: 800 !important;
}

.navbar-collapse {
	background: white;
}

.logo {
	margin-left: 60px;
}

#header_navbar {
	margin-right: 60px;
}

.search-map-custom {
	padding: 40px;
	background: url(../img/home.jpeg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.consulting {
	padding: 40px;
	background: url(../img/lotes-hi.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*height: 760px;
  	max-height: 760px;*/
}

.scroll-top-btn {
	background-color: #65b5e3;
	right: 20px;
	bottom: 80px;
}

.scroll-top-btn:hover,
.scroll-top-btn:focus {
	background-color: #65b5e3;
}

@media (max-width: 767px) {
	.scroll-top-btn {
		right: 20px;
		bottom: 90px;
	}
}

.search-prop-home {
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.search-filter {
	border-radius: 4px !important;
	background: #ffffff;
	border: 0px;
	margin-top: 20px;
	-webkit-box-shadow: 0px 0px 56px -12px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 56px -12px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 56px -12px rgba(0, 0, 0, 0.75);
}

.search-filter select.form-control:has(option[value=""]:checked) {
	color: #a4a4a4;
}

.side-form select.form-control:has(option[value=""]:checked) {
	color: #a4a4a4;
}

.search-filter select.form-control option {
	color: #495057;
}

.side-form select.form-control option {
	color: #495057;
}

.search-filter select.form-control option[value=""] {
	color: #a4a4a4;
}

.side-form select.form-control option[value=""] {
	color: #a4a4a4;
}

.search-filter .form-control,
.side-form .form-control {
	font-family: "Nunito Sans", sans-serif;
	font-size: 0.98438rem;
	font-weight: 400;
	line-height: 1.5;
}

.search-filter .form-control::placeholder,
.side-form .form-control::placeholder {
	color: #a4a4a4;
	font-family: "Nunito Sans", sans-serif;
	font-size: 0.98438rem;
	font-weight: 400;
	opacity: 1;
}

.search-filter select.form-control option,
.side-form select.form-control option {
	font-family: "Nunito Sans", sans-serif;
	font-size: 0.98438rem;
	font-weight: 400;
}

.search-title {
	color: #484848;
	line-height: 30px
}

.home-links {
	color: #484848;
}

.i-black {
	color: rgb(107, 107, 107) !important;
}

.foot-i {
	margin-right: 10px;
}

.pd-50 {
	padding: 50px 0;
}

.lotes-heading {
	padding: 70px 0;
}

.lotes-heading h2 {
	margin-bottom: 8px;
}

.consulting-result-modal .modal-content {
	border: 0;
	border-radius: 6px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.consulting-result-modal .modal-header {
	align-items: center;
	border-bottom: 1px solid #eef2f5;
}

.consulting-result-modal .modal-title {
	color: #1073b8;
	font-weight: 700;
}

.consulting-result-modal .modal-body {
	color: #484848;
	font-size: 16px;
	line-height: 1.5;
}

.featured-operation-tabs {
	display: flex;
	justify-content: center;
	margin: 0 auto 42px;
}

.featured-operation-tabs__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	height: 44px;
	padding: 0 28px;
	border: 1px solid #65b5e3;
	background: #fff;
	color: #111;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease;
}

.featured-operation-tabs__button:hover,
.featured-operation-tabs__button:focus {
	text-decoration: none;
}

.featured-operation-tabs__button:first-child {
	border-radius: 4px 0 0 4px;
}

.featured-operation-tabs__button:last-child {
	border-left: 0;
	border-radius: 0 4px 4px 0;
}

.featured-operation-tabs__button.is-active,
.featured-operation-tabs__button:hover,
.featured-operation-tabs__button:focus {
	background: #65b5e3;
	color: #fff;
	outline: none;
}

.featured-empty-state {
	padding: 34px 20px;
	border: 1px solid #dce7ef;
	border-radius: 6px;
	background: #fff;
	color: #484848;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
}


.banner-button {
	text-align: right !important;
}

.catalog-content {
	padding-bottom: 0px;
}

.flat-card_top .type {
	background: #1073b8;
	top: 40px;
}

.sidebar {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	top: 100px;
	padding-bottom: 3rem;

}

.slick-lightbox .slick-lightbox-close:before {
	color: #65b5e3;
}

.slick-prev::before,
.slick-next::before {
	color: #65b5e3;
}


.single-sidebar {
	position: static;
}

.mon-sel {
	width: 27%;
}

.mon-inp {
	width: 37%;
}

.filter-range-group {
	gap: 8px;
}

.range-inp {
	width: calc(50% - 4px);
}

.btn-search {
	margin-bottom: 20px;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	background-color: #1073b8;
}

.page-helper_btn {
	transform: translateY(110px);
	background-color: #1073b8;
	color: white;
	border-radius: 3px 0 0 3px;
	width: 100px;
	visibility: hidden;
}

.page-helper_btn i {
	margin-left: 5px;
}

.page-helper_btn:hover {
	background-color: #1073b8;
}

.mob-filter {
	background: white;
	width: 100%;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: -100%;
	-moz-transition: left 0.5s ease;
	transition: left 0.5s ease;
	overflow-y: scroll;

	height: 100%;
}

.mobile-filter .side-form {
	padding-bottom: 88px;
}

.mobile-filter .filter-actions {
	position: sticky;
	bottom: 0;
	z-index: 5;
	padding-top: 12px;
	padding-bottom: 8px;
	background: #fff;
	box-shadow: 0 -8px 18px rgba(255, 255, 255, 0.95);
}

.mobile-filter .filter-actions .btn-search {
	margin-top: 0;
	margin-bottom: 0;
}

.mobile-filter .filter-actions [data-limpiar-todos-los-filtros] {
	margin-bottom: 0;
}

.mob-show {
	left: 0;
}

.close-nav {
	margin-top: 30px;
	margin-bottom: 20px;
}

.search-title2 {
	display: none;
}

.pt100 {
	padding-top: 100px;
}

.pt120 {
	padding-top: 120px;
}

.property-detail-page {
	padding-top: 62px;
}

.property-detail-back {
	margin-bottom: 24px !important;
}

.article-top_header {
	background: #65b5e3;
	margin-bottom: 12px;
}

.article-top_header_price {
	background: #1073b8
}

.article-info_item .icon .property-info-icon {
	width: 1em;
	height: 1em;
	display: block;
	flex-shrink: 0;
}

@media (max-width: 991.98px) {
	.article-info_item {
		margin-top: 0 !important;
		margin-bottom: 10px;
	}
}

.flat-card_info_item .property-card-icon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	vertical-align: text-bottom;
	flex-shrink: 0;
}

.property-card__image-wrap {
	position: relative;
}

.property-card__badge {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	padding: 10px 16px;
	border-radius: 6px;
	background: #65b5e3;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(64, 133, 172, 0.25);
}

::-webkit-scrollbar-thumb {
	background: #65b5e3;
}

::-webkit-scrollbar-thumb:hover {
	background: #65b5e3;
}



.sk-double-bounce .sk-child {
	background-color: #65b5e3;
}

.btn-wpp {
	background: #25d366;
	color: white !important;
	border-color: #25d366;
}

.article-blog_header:before {
	height: 0% !important;
}





@media only screen and (max-width: 321px) {

	.search-title {
		display: none;
	}

	.search-title2 {
		display: block;
	}

	.search-filter.-static {
		min-width: 280px;
	}




}

@media only screen and (min-width: 360px) {

	.search-filter.-static {
		min-width: 340px;
	}

}

@media only screen and (max-width: 768px) {


	.banner-button {
		text-align: center !important;
	}

	.banner-cont {
		text-align: center
	}

	.lotes-heading {
		padding: 50px 0;
	}

	.featured-operation-tabs {
		margin-bottom: 32px;
	}

	.featured-operation-tabs__button {
		min-width: 118px;
		padding: 0 18px;
		font-size: 14px;
	}

}

@media only screen and (max-width: 991px) {

	.page-helper_btn {
			visibility: visible !important;
		}
	.single-sidebar {
		margin-top: 20px !important;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}

	.search-filter {
		background: rgba(255, 255, 255, 0.82);
	}

	.home-sel {
		background-color: rgba(255, 255, 255, 0.4);
		border: 0px;
	}

	.element::-webkit-scrollbar {
		width: 0 !important
	}


	#header_navbar {
		margin-right: 0px;
		padding-bottom: 10px;
	}

	.search-prop-home {
		justify-content: center !important;
	}

	.welcome-search-map .search-filter_wrap {
		display: block !important
	}

	.logo {
		margin-left: 20px;
	}

	.footer-col_item {
		margin-bottom: 0px !important;
	}

	.foot-info {
		text-align: center !important
	}

	.social-list {
		display: none;
	}

	.page-helper_btn {

		visibility: visible !important;
	}
}

.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 125px;
	right: 27px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 25px;
	writing-mode: vertical-rl;
	z-index: 9999;
}

@media screen and (max-width: 768px) {
	.whatsapp {
		display: none;
	}
}

.whatsapp-icon {
	margin-top: 7px;
	font-size: 30px;
}

.green {
	background: #66FF99;
}

.orange {
	background: #f17c57fa;
}

.blue {
	background: #3652D9;
}

.rose {
	background: #FF66CC;
}

.center {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 100vh;
}

.circle {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	box-shadow: 0px 0px 1px 1px #0000001a;
}

.pulse {
	animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
	}

	100% {
		box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
}


.master {
	color: black;
	float: right;
}

@media (max-width:900px) {
	.master {
		display: none
	}
}

@keyframes pulse {
	0% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
	}

	70% {
		transform: scale(1.08);
		box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
	}

	100% {
		transform: scale(1);
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
	}
}

.whatsapp-pulse {
	animation: pulse 2s infinite;
}

body.home-has-whatsapp .scroll-top-btn {
	bottom: 110px;
}

@media (max-width: 767px) {
	body.home-has-whatsapp .scroll-top-btn {
		bottom: 115px;
	}
}


#propertyCarousel .carousel-inner img {
	width: 100%;
	height: 520px;
	object-fit: cover;
	display: block;
}

#propertyCarousel {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: #f4f4f4;
}

#propertyCarousel .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

#propertyCarousel .carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	backface-visibility: hidden;
	transition: transform .6s ease-in-out;
}

#propertyCarousel .carousel-item.active,
#propertyCarousel .carousel-item-next,
#propertyCarousel .carousel-item-prev {
	display: block;
}

#propertyCarousel .carousel-item-next:not(.carousel-item-left),
#propertyCarousel .active.carousel-item-right {
	transform: translateX(100%);
}

#propertyCarousel .carousel-item-prev:not(.carousel-item-right),
#propertyCarousel .active.carousel-item-left {
	transform: translateX(-100%);
}

#propertyCarousel .carousel-item-next.carousel-item-left,
#propertyCarousel .carousel-item-prev.carousel-item-right,
#propertyCarousel .carousel-item.active {
	transform: translateX(0);
}

#propertyCarousel .carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.55);
}

#propertyCarousel .carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 18px;
	left: 0;
	z-index: 10;
	display: flex;
	justify-content: center;
	margin: 0;
	padding-left: 0;
	list-style: none;
}

#propertyCarousel .carousel-indicators .active {
	background-color: #fff;
}

#propertyCarousel .carousel-control-prev,
#propertyCarousel .carousel-control-next {
	width: 8%;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	color: #fff;
	text-decoration: none;
}

#propertyCarousel .carousel-control-prev {
	left: 0;
}

#propertyCarousel .carousel-control-next {
	right: 0;
}

#propertyCarousel .carousel-control-prev-icon,
#propertyCarousel .carousel-control-next-icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

#propertyCarousel .carousel-control-prev-icon {
	transform: rotate(-135deg);
}

#propertyCarousel .carousel-control-next-icon {
	transform: rotate(45deg);
}

@media (max-width: 767px) {
	#propertyCarousel .carousel-inner img {
		height: 320px;
	}
}

.single .row {
	align-items: flex-start;
}

@media (min-width: 992px) {
	.single .col-lg-4 {
		align-self: flex-start;
	}

	.single-sidebar {
		position: relative;
		top: 0;
		will-change: transform;
	}
}

.article-features,
.article-plans {
	width: 100%;
	display: block;
	clear: both;
}

.article-plans {
	margin-top: 40px;
}

.video-block_wrapper {
	width: 100%;
}

.video-block_wrapper iframe {
	width: 100%;
	min-height: 420px;
	border: 0;
	display: block;
	position: absolute;
	height: 100%;
	z-index: 2;
}

.property-description_text {
	font-size: 18px;
	line-height: 1.6;
}

.property-description_text * {
	font-size: inherit !important;
	line-height: inherit !important;
}

.property-description_text.is-collapsed {
	max-height: calc(1.6em * 4);
	overflow: hidden;
}

.property-description_toggle {
	padding: 0;
	border: 0;
	background: transparent;
	color: #1073b8;
	font-size: 18px;
	line-height: 1.5;
	cursor: pointer;
}

.property-description_toggle:hover,
.property-description_toggle:focus {
	color: #65b5e3;
	outline: none;
}

.property-print-sheet {
	display: none;
}

.property-print-preview-mode {
	padding: 24px 0 !important;
	background: #f3f5f7;
}

.property-print-preview-mode > .section.single,
.property-print-preview-mode > .consulting-result-modal {
	display: none !important;
}

.wrap-for-sticky:has(.property-print-preview-mode) > :not(main) {
	display: none !important;
}

body:has(.property-print-preview-mode) #contacto,
body:has(.property-print-preview-mode) .section-contacts,
body:has(.property-print-preview-mode) footer,
body:has(.property-print-preview-mode) .footer,
body:has(.property-print-preview-mode) .js-footer {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
}

.property-print-preview-mode .property-print-sheet {
	display: block;
	width: 210mm;
	min-height: 297mm;
	margin: 0 auto;
	padding: 10mm;
	background: #fff;
	color: #111;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
	font-family: "Nunito Sans", Arial, sans-serif;
	font-size: 9.5pt;
	line-height: 1.35;
}

.property-print-preview-mode .property-print-header,
.property-print-preview-mode .property-print-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12mm;
}

.property-print-preview-mode .property-print-brand img {
	width: 48mm;
	height: auto;
	display: block;
}

.property-print-preview-mode .property-print-contact {
	text-align: right;
	font-size: 9pt;
	line-height: 1.35;
	color: #222;
}

.property-print-preview-mode .property-print-operation {
	margin-top: 8mm;
	font-size: 10pt;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.property-print-preview-mode .property-print-title-row {
	margin-top: 3mm;
	align-items: flex-end;
}

.property-print-preview-mode .property-print-title-row h1 {
	margin: 0 0 2mm;
	font-size: 17pt;
	line-height: 1.15;
	font-weight: 800;
	color: #111;
}

.property-print-preview-mode .property-print-price {
	font-size: 13pt;
	color: #1073b8;
	font-weight: 700;
}

.property-print-preview-mode .property-print-code {
	font-size: 11pt;
	white-space: nowrap;
	color: #222;
	padding-bottom: .5mm;
}

.property-print-preview-mode .property-print-main-image {
	display: block;
	width: 100%;
	height: 58mm;
	object-fit: cover;
	margin-top: 6mm;
}

.property-print-preview-mode .property-print-section {
	margin-top: 5mm;
}

.property-print-preview-mode .property-print-section h2 {
	margin: 0 0 2.5mm;
	font-size: 13pt;
	line-height: 1.2;
	font-weight: 800;
	color: #111;
}

.property-print-preview-mode .property-print-aspects {
	font-size: 10.5pt;
	font-weight: 600;
	color: #222;
}

.property-print-preview-mode .property-print-description {
	font-size: 8.7pt;
	line-height: 1.28;
	color: #222;
}

.property-print-preview-mode .property-print-description * {
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
	margin-top: 0 !important;
	margin-bottom: 1.5mm !important;
}

.property-print-preview-mode .property-print-amenities {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 16mm;
	row-gap: 1.5mm;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 9.2pt;
}

.property-print-preview-mode .property-print-amenities li::before {
	content: "* ";
}

@media print {
	@page {
		size: A4;
		margin: 10mm;
	}

	html,
	body {
		width: auto;
		min-height: 0;
		background: #fff !important;
		color: #111 !important;
		font-family: "Nunito Sans", Arial, sans-serif !important;
	}

	.wrap-for-sticky > :not(main),
	#contacto,
	.section-contacts,
	footer,
	.footer,
	.js-footer,
	.scroll-top-btn,
	.property-detail-page > .section.single,
	.property-detail-page > .consulting-result-modal,
	.property-detail-page > script {
		display: none !important;
		height: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	.wrap-for-sticky,
	.wrap-for-sticky > main,
	.property-detail-page {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		min-height: 0 !important;
		background: #fff !important;
	}

	.property-print-sheet {
		display: block !important;
		width: 100%;
		padding: 0;
		background: #fff;
		color: #111;
		font-size: 9pt;
		line-height: 1.3;
	}

	.property-print-header,
	.property-print-title-row {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 12mm;
	}

	.property-print-brand img {
		width: 48mm;
		height: auto;
		display: block;
	}

	.property-print-contact {
		text-align: right;
		font-size: 9pt;
		line-height: 1.35;
		color: #222;
	}

	.property-print-operation {
		margin-top: 5mm;
		font-size: 10pt;
		font-weight: 800;
		letter-spacing: .04em;
		text-transform: uppercase;
	}

	.property-print-title-row {
		margin-top: 2mm;
		align-items: flex-end;
	}

	.property-print-title-row h1 {
		margin: 0 0 2mm;
		font-size: 17pt;
		line-height: 1.15;
		font-weight: 800;
		color: #111;
	}

	.property-print-price {
		font-size: 13pt;
		color: #1073b8;
		font-weight: 700;
	}

	.property-print-code {
		font-size: 11pt;
		white-space: nowrap;
		color: #222;
		padding-bottom: .5mm;
	}

	.property-print-main-image {
		display: block;
		width: 100%;
		height: 58mm;
		object-fit: cover;
		margin-top: 4mm;
	}

	.property-print-section {
		margin-top: 3.5mm;
		break-inside: auto;
	}

	.property-print-section h2 {
		margin: 0 0 1.8mm;
		font-size: 12pt;
		line-height: 1.2;
		font-weight: 800;
		color: #111;
	}

	.property-print-aspects {
		font-size: 10pt;
		font-weight: 600;
		color: #222;
	}

	.property-print-description {
		font-size: 8pt;
		line-height: 1.2;
		color: #222;
	}

	.property-print-description * {
		font-size: inherit !important;
		line-height: inherit !important;
		color: inherit !important;
		margin-top: 0 !important;
		margin-bottom: .8mm !important;
		padding: 0 !important;
	}

	.property-print-description br {
		display: none !important;
	}

	.property-print-amenities {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 16mm;
		row-gap: 1mm;
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 8.7pt;
	}

	.property-print-amenities li::before {
		content: "* ";
	}

	.property-print-sheet a,
	.property-print-sheet button {
		display: none !important;
	}
}

/* Ficha A4 inspirada en el dossier comercial: dos paginas de informacion y fotos desde la tercera. */
.property-print-page {
	box-sizing: border-box;
	background: #fff;
	color: #20232a;
}

.property-print-preview-mode .property-print-sheet {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.property-print-preview-mode .property-print-page {
	width: 210mm;
	height: 297mm;
	margin: 0 auto 12mm;
	padding: 10mm;
	overflow: hidden;
	box-shadow: 0 12px 36px rgba(0, 0, 0, .18);
}

.property-print-header {
	display: grid !important;
	grid-template-columns: 52mm minmax(0, 1fr);
	align-items: end !important;
	gap: 9mm !important;
}

.property-print-heading .property-print-operation {
	margin: 0 0 2mm;
	color: #1598d0;
	font-size: 8.5pt;
	font-weight: 800;
	letter-spacing: .14em;
}

.property-print-heading h1 {
	margin: 0;
	color: #6d788b;
	font-size: 19pt;
	font-weight: 500;
	letter-spacing: .06em;
	line-height: 1.08;
	text-transform: uppercase;
}

.property-print-cover-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 3mm;
	height: 72mm;
	margin-top: 7mm;
}

.property-print-cover-images.has-one-image {
	grid-template-columns: 1fr;
}

.property-print-cover-images img,
.property-print-gallery-page img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-print-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(61mm, .9fr);
	gap: 9mm;
	margin-top: 6mm;
}

.property-print-overview h2,
.property-print-detail-page h2 {
	margin: 0 0 3mm;
	font-size: 13pt;
	font-weight: 500;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.property-print-cover-description {
	margin: 0;
	font-size: 10.2pt;
	line-height: 1.48;
}

.property-print-cover-description * {
	margin: 0 0 2.5mm !important;
	font-size: inherit !important;
	line-height: inherit !important;
	color: inherit !important;
}

.property-print-facts {
	padding: 5mm;
	background: #eef1f5;
}

.property-print-facts h2 {
	font-size: 10.5pt;
}

.property-print-facts dl,
.property-print-facts dl div {
	margin: 0;
}

.property-print-facts dl div {
	display: grid;
	grid-template-columns: 30mm 1fr;
	gap: 3mm;
	padding: 1.45mm 0;
	font-size: 8.8pt;
	line-height: 1.3;
}

.property-print-facts dt {
	color: #7c838e;
	font-weight: 400;
}

.property-print-facts dd {
	margin: 0;
	font-weight: 600;
}

.property-print-contact,
.property-print-preview-mode .property-print-contact {
	display: block;
	margin-top: 5mm;
	padding: 5mm;
	background: #f7f8fa;
	font-size: 8.8pt;
	text-align: left;
}

.property-print-contact h2 {
	margin: 0 0 3mm;
	color: #1598d0;
	font-size: 11pt;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.property-print-contact p {
	margin: 0 0 2.2mm;
	line-height: 1.35;
}

.property-print-contact p:last-child {
	margin-bottom: 0;
}

.property-print-contact p strong {
	display: block;
	margin-bottom: .4mm;
	color: #737c89;
	font-size: 7.5pt;
	font-weight: 600;
	text-transform: uppercase;
}

.property-print-page-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 5mm;
	border-bottom: 1px solid #d8dde4;
	color: #6d788b;
	font-size: 8pt;
}

.property-print-page-header img {
	width: 42mm;
	height: auto;
}

.property-print-detail-page {
	position: relative;
}

.property-print-detail-page .property-print-section {
	margin-top: 8mm;
}

.property-print-general-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 4mm 8mm;
	margin: 0;
}

.property-print-general-grid div {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 5mm;
	padding: 4mm;
	border-bottom: 1px solid #d8dde4;
	font-size: 10.5pt;
}

.property-print-general-grid dt {
	color: #737c89;
	font-weight: 500;
}

.property-print-general-grid dd {
	margin: 0;
	font-weight: 700;
	text-align: right;
}

.property-print-description-section {
	max-height: 188mm;
	overflow: hidden;
}

.property-print-detail-page .property-print-description {
	font-size: 9.2pt;
	line-height: 1.55;
	columns: 2;
	column-gap: 10mm;
}

.property-print-detail-page .property-print-description * {
	margin: 0 0 3mm !important;
	font-size: inherit !important;
	line-height: inherit !important;
}

.property-print-amenities-section {
	padding-top: 5mm;
	border-top: 1px solid #d8dde4;
}

.property-print-detail-page .property-print-amenities {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 8mm;
	row-gap: 2.5mm;
	font-size: 10pt;
	line-height: 1.4;
}

.property-print-legal {
	position: absolute;
	right: 10mm;
	bottom: 8mm;
	left: 10mm;
	color: #777f8b;
	font-size: 7.5pt;
}

.property-print-gallery-page {
	display: grid;
	grid-template-rows: repeat(3, minmax(0, 1fr));
	gap: 7mm;
}

@media print {
	@page {
		size: A4;
		margin: 0;
	}

	.property-print-sheet {
		width: 210mm;
	}

	.property-print-page {
		width: 210mm;
		height: 297mm;
		padding: 10mm;
		overflow: hidden;
		break-after: page;
		page-break-after: always;
	}

	.property-print-page:last-child {
		break-after: auto;
		page-break-after: auto;
	}
}

@media (max-width: 991px) {
	.single-sidebar {
		position: static;
		top: auto;
	}
}


/* =========================
   PROPERTY SLIDER MODERN
========================= */

.property-carousel-modern {
	position: relative;
	border-radius: 18px;
	overflow: hidden;
	background: #f4f4f4;
}

.property-carousel-main {
	border-radius: 18px;
	overflow: hidden;
}

.property-carousel-image {
	width: 100%;
	height: 560px;
	object-fit: cover;
	display: block;
}

.property-carousel-counter {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 5;
	background: rgba(17, 17, 17, 0.65);
	color: #fff;
	padding: 8px 14px;
	border-radius: 999px;
	font-size: 13px;
	font-weight: 600;
	backdrop-filter: blur(6px);
}

.property-carousel-control {
	width: 56px;
	opacity: 1;
}

.property-carousel-arrow {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: rgba(17, 17, 17, 0.55);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .25s ease;
	backdrop-filter: blur(6px);
}

.property-carousel-control:hover .property-carousel-arrow {
	background: rgba(17, 17, 17, 0.78);
	transform: scale(1.06);
}

.property-carousel-thumbs {
	display: flex;
	gap: 10px;
	margin-top: 14px;
	overflow-x: auto;
	padding-bottom: 4px;
	scrollbar-width: thin;
}

.property-carousel-thumb {
	border: 0;
	padding: 0;
	background: transparent;
	width: 92px;
	min-width: 92px;
	height: 72px;
	border-radius: 12px;
	overflow: hidden;
	opacity: .65;
	transition: all .25s ease;
	box-shadow: none;
}

.property-carousel-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.property-carousel-thumb:hover,
.property-carousel-thumb.is-active {
	opacity: 1;
	transform: translateY(-2px);
	box-shadow: 0 0 0 2px #111 inset;
}

@media (max-width: 991.98px) {
	.property-carousel-image {
		height: 420px;
	}

	.property-carousel-thumb {
		width: 78px;
		min-width: 78px;
		height: 62px;
	}
}

@media (max-width: 575.98px) {
	.property-carousel-image {
		height: 280px;
	}

	.property-carousel-counter {
		top: 12px;
		right: 12px;
		font-size: 12px;
		padding: 7px 12px;
	}

	.property-carousel-control {
		width: 44px;
	}

	.property-carousel-arrow {
		width: 36px;
		height: 36px;
		font-size: 13px;
	}

	.property-carousel-thumbs {
		gap: 8px;
		margin-top: 10px;
	}

	.property-carousel-thumb {
		width: 68px;
		min-width: 68px;
		height: 54px;
		border-radius: 10px;
	}
}

/*PREDICTIVO*/
.predictivo-results {
	position: absolute;
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 1.45;
	max-height: 250px;
	overflow-y: auto;
	z-index: 1000;
	display: none;
}

.predictivo-item {
	padding: 12px 14px;
	font-size: 16px;
	line-height: 1.45;
	cursor: pointer;
}

.predictivo-item small {
	font-size: 13px;
}

.predictivo-item:hover {
	background: #f5f5f5;
}

/*FILTRO PREFERENCIA DEL LOTE*/
.lot-preference-group {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lot-preference-group--inline {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 4px;
}

.lot-preference-group--inline .lot-preference-option {
	display: inline-flex !important;
	align-items: center;
	flex: 1 1 0;
	margin-bottom: 0 !important;
	white-space: nowrap;
}

.lot-preference-group--inline .lot-preference-option input[type="checkbox"] {
	width: 14px;
	height: 14px;
	min-width: 14px;
	margin-right: 6px;
}

.lot-preference-group--inline .lot-preference-option span {
	font-size: 12px;
}

.lot-preference-option {
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.35;
	color: #484848;
	cursor: pointer;
}

.lot-preference-option input[type="checkbox"] {
	width: 16px;
	height: 16px;
	min-width: 16px;
	display: inline-block !important;
	-webkit-appearance: checkbox !important;
	-moz-appearance: checkbox !important;
	appearance: auto !important;
	opacity: 1 !important;
	visibility: visible !important;
	margin-right: 12px;
	accent-color: #153e75;
	background: #fff;
	border: 1px solid #153e75;
}

.lot-preference-option span {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.01em;
	color: #1f1f1f;
	font-weight: 400;
}

.filter-text-options {
	gap: 2px;
}

.filter-text-option {
	position: relative;
	display: block;
	margin: 0 !important;
}

.filter-text-option input[type="checkbox"],
.filter-text-option input[type="radio"] {
	position: absolute;
	opacity: 0 !important;
	pointer-events: none;
	width: 1px !important;
	height: 1px !important;
	min-width: 1px !important;
	margin: 0 !important;
}

.filter-text-option span {
	display: block;
	padding: 0;
	padding-left: 12px;
	position: relative;
	font-size: 13px;
	line-height: 1.4;
	color: #1f1f1f;
	transition: color 0.2s ease, font-weight 0.2s ease, transform 0.2s ease;
}

.filter-text-option span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 2px;
	height: 14px;
	background: #153e75;
	opacity: 0;
	transform: translateY(-50%) scaleY(0.65);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.filter-text-option:hover span {
	color: #153e75;
	transform: translateX(2px);
}

.filter-text-option:hover span::before {
	opacity: 0.45;
	transform: translateY(-50%) scaleY(1);
}

.filter-text-option input[type="checkbox"]:checked + span,
.filter-text-option input[type="radio"]:checked + span {
	color: #153e75;
	font-weight: 600;
}

.filter-text-option input[type="checkbox"]:checked + span::before,
.filter-text-option input[type="radio"]:checked + span::before {
	opacity: 1;
	transform: translateY(-50%) scaleY(1);
}

.btn-clear-filter {
	background: transparent;
	border: 1px solid #cfd6de;
	color: #45525f;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.btn-clear-filter:hover,
.btn-clear-filter:focus {
	background: #f4f7f9;
	border-color: #65b5e3;
	color: #153e75;
}

.catalog-content .btn-outline-secondary {
	color: #1f1f1f;
	border-color: #cfd6de;
	background: #fff;
}

.catalog-content .btn-outline-secondary:hover,
.catalog-content .btn-outline-secondary:focus {
	color: #1f1f1f;
	border-color: #65b5e3;
	background: #f5fbff;
	box-shadow: none;
}

.pagination-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 14px;
	font-size: 15px;
}

.pagination-inline__link {
	color: #1f1f1f;
	text-decoration: none;
	line-height: 1.2;
}

.pagination-inline__link:hover,
.pagination-inline__link:focus {
	color: #1073b8;
	text-decoration: none;
}

.pagination-inline__link.is-active {
	color: #1073b8;
	font-weight: 400;
}

@media (max-width: 767px) {
	.about-page-main {
		padding-top: 20px !important;
	}
}
