.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;
}

.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/bahia.jpg);
	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-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%;
}

.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;
}


#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 {
	line-height: 1.6;
}

.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;
}

@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;
	}
}
