.sectionBannerPageAvis{
	background: #286140;
	background-size: cover;
	background-position: center;
}
.sectionBannerPageAvis .breadcrumb {
	font-size: 0.75rem;
}
.sectionBannerPageAvis .breadcrumb .breadcrumb-item.active{
	font-weight: 500;
}
.sectionBannerPageAvis h2{
	font-size: 2.875rem;
}
/*.sectionPageBannerMain .wrapperVector{
	background: url('../assets/proyectosVivienda/masc-banner.svg') no-repeat #D1E6F1;
	background-position: right center;
}
.sectionPageBannerMain nav .breadcrumb{
	margin-bottom: 0;
}
.sectionPageBannerMain nav .breadcrumb li{
	color: #333E33;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sectionPageBannerMain nav .breadcrumb li.active{
	font-weight: 700;
}
.sectionPageBannerMain nav .breadcrumb a{
	color: #333E33;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}*/
.sectionPageBannerMain .wrapperDescription{
	width: 68%;
	margin: 0 auto;
}
.sectionPageBannerMain .wrapperDescription h1{
	font-size: 2.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.25rem;
	margin-bottom: 0;
}
.sectionPageBannerMain .wrapperDescription p{
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 125% */
	letter-spacing: -0.08px;
}
.sectionPageBannerMain .wrapperDescription .btnLink{
	padding: 1rem 2rem;
	cursor: pointer;
}
.sectionPageBannerMain .wrapperDescription .btnLink span.ico-3-vector {
  background: url('../assets/iconos/ico-arrow-up.svg') no-repeat;
  display: inline-block;
  width: 24px;
  height: 20px;
  background-position: center -2px;
  vertical-align: sub;
}

.sectListProyectVendidos a{
	display: block;
	color: #333E33;
}
.sectListProyectVendidos .defaultCardProjectItem{
	margin-bottom: 1.5rem;
}
.sectListProyectVendidos .defaultCardProjectItem img.imgFeatured{
	border-radius: 12px;
	height: 134px;
}
.sectListProyectVendidos .defaultCardProjectItem h3.text-start{
	color: #333E33;
	font-size: 1.5rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: 2.3em;
}
.sectListProyectVendidos .defaultCardProjectItem p.text-start{
	color: #6C757D;
	font-size: 0.625rem;
}
.sectListProyectVendidos .defaultCardProjectItem .icoCity{
	background: url('../assets/ico-city.svg') no-repeat;
  display: inline-block;
  width: 24px;
  height: 20px;
  background-position: center;
	vertical-align: middle;
	margin-right: 0.4rem;
}
.sectionPageResult .wrapperFilterTargetMore select {
  border-color: #EFECEC !important;
  border-radius: 12px !important;
  color: #6C757D !important;
}
.sectionPageResult .wrapperFilterTargetMore .wrapperMultipleItem {
    margin-bottom: 1rem;
}
.sectionPageResult .formFilterLC .custom-select{
	-webkit-appearance: none !important; /* Safari y Chrome */
  -moz-appearance: none !important; /* Firefox */
  appearance: none !important; /* Otros navegadores */
  background-color: #fff; /* Color de fondo */
  background-image: url('../assets/iconos/ico-arrow-bottom.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  color: #00843D;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #00843D;
  border-radius: 6px;
  width: 100%;
	height: 45px;
	padding: .375rem 1.95rem .375rem .95rem;
}
.sectionPageResult .formFilterLC .btnFilterLC{
	color: #00843D;
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #00843D;
	width: 100%;
	background: #fff;
	height: 45px;
	padding: 0.5rem 1rem;
	border-radius: 6px;
	justify-content: space-between;
	align-items: center;
	display: flex;
	text-decoration: none !important;
}
.wrapperDestacCanals{
	border-radius: 12px;
	overflow: hidden;
}
.wrapperDestacCanals.bg-F6E5ED{
	background: #F6E5ED;
}
.wrapperDestacCanals.bg-D5F2E3{
	background: #D5F2E3;
}
.wrapperDestacCanals p.textParagrh{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #333E33;
	margin-bottom: 0;
}
.wrapperDestacCanals.invert span.text,
.wrapperDestacCanals.invert p.textParagrh{
	color: #fff;
}
.wrapperDestacCanals.invert span.btnLink{
	background: transparent;
	border: 1px solid #333E33;
	color: #333E33;
}
.wrapperDestacCanals a{
	display: block;
	position: relative;
}
.wrapperDestacCanals .wrapperCanalsText{
	position: absolute;
	top: 0;
	width: 100%;
	padding: 2rem 15rem 0 3rem;
}
.wrapperDestacCanals span.text{
	display: block;
	color: #333E33;
	font-weight: 700;
	font-size: 1.85rem;
	line-height: 2rem;
	font-family: "Roboto Condensed", sans-serif !important;
	word-break: break-word;
}
.wrapperDestacCanals span.btnLink{
	border: 1px solid #333E33;
	border-radius: 30px;
	color: #333E33;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.25rem;
	padding: 0.8rem 1.5em;
	display: inline-block;
}
.wrapperDestacCanals img{
	object-fit: cover;
}

.dropdownCustomFilter {
	position: relative;
}
.dropdownCustomFilter .btnTargetFilter{
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-color: #fff;
	background-image: url('../assets/iconos/ico-arrow-bottom.svg');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 10px;
	color: #00843D;
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #00843D;
	border-radius: 6px;
	height: 45px;
	padding: .375rem 1.95rem .375rem .95rem;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-decoration: none !important;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter{
	background: #fff;
	border: 1px solid #00843D;
	border-radius: 6px;
	padding: 1.5rem 2rem;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 9;
}
.dropdownCustomFilter .wrapperDrownFilterUl{
  padding-left: 1rem;
}
.dropdownCustomFilter .wrapperDrownFilterUl .wrapperDrownSecundaryFilterUl{
	padding-left: 2rem;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter ul li{
	color: #333E33;
	font-size: 0.875rem;
	line-height: 0.875rem;
	margin: 0 0 1rem 0 !important;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.035px;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter ul li.titleWrapperCustomFilter{
	cursor: pointer;
	position: relative;
	padding-left: 2rem;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter ul li.titleWrapperCustomFilter:before{
	content: '';
	background-image: url('../assets/iconos/ico-arrow-bottom.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	width: 20px;
	height: 20px;
	display: inline-block;
	transform: rotate(-90deg);
	position: absolute;
	top: -3px;
	left: 0;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter ul > ul li{
	margin-bottom: 0.2rem !important;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter ul > ul li .form-check-inline{
	min-height: auto;
}
.dropdownCustomFilter .wrapperDropdownCustomFilter ul > ul li label{
	vertical-align: sub;
}
.dropdownCustomFilter .wrapperDrownFilterUl .wrapperDrownSecundaryFilterUl.show {
	max-height: 100%; /* Ajusta este valor segĆŗn sea necesario */
	opacity: 1;
	visibility: visible;
}
.wrapperDropdownCustomFilter.show {
    max-height: max-content;
    opacity: 1;
    visibility: visible;
}
.dropdownCustomFilter .wrapperFooterFilter{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
}
.dropdownCustomFilter .wrapperFooterFilter .btnLinkClearFilter{
	border-radius: 30px;
	display: block;
	padding: 1rem 0;
	color: #00843D;
	text-decoration: none !important;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 400;
}
.dropdownCustomFilter .wrapperFooterFilter .btnLinkApliFilter{
	background: #00843D;
	border-radius: 30px;
	display: block;
	padding: 1rem 2rem;
	color: #fff;
	text-decoration: none !important;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 400;
}
.defaultCardProjectItem{
	position: relative;
	margin-bottom: 6rem;
}
.defaultCardProjectItem .labelStatusText{
	background: #333E33;
	color: #fff;
	border-radius: 4px;
	position: absolute;
	top: -14px;
	left: 15px;
	padding: 0.3rem 1.2rem;
	font-size: 0.75rem;
	font-weight: 400;
	z-index: 1;
	text-transform: uppercase;
}
.defaultCardProjectItem .itemProject{
	border-radius: 12px;
	border: 1px solid #E9EEF2;
	background: #FFF;
	overflow: hidden;
}
.defaultCardProjectItem .itemProject .bgCustom {
  padding: 1.5rem 1.2rem 1.8rem 1.2rem;
}
.defaultCardProjectItem .itemProject:hover{
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.defaultCardProjectItem .itemProject .imgFeatured{
	height: 205px;
	object-fit: cover;
	width: 100%;
}
.defaultCardProjectItem .itemProject h3{
	font-size: 1.25rem;
	margin-bottom: 0;
	line-height: 1.25rem;
	font-weight: 700;
}
.defaultCardProjectItem .itemProject p{
	font-size: 0.813rem;
	margin-bottom: 0;
	line-height: 0.875rem;
	font-weight: 400;
}
.defaultCardProjectItem .itemProject .displayDetailsText{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.defaultCardProjectItem .itemProject .displayDetailsText .itemDisplayDetails{
  text-align: start;
}
.defaultCardProjectItem .itemProject .displayDetailsText .itemDisplayDetails img{
	width: 24px;
	height: 24px;
}
.defaultCardProjectItem .itemProject .displayDetailsText .itemDisplayDetails span{
	margin-top: 0.6rem;
	display: block;
	font-size: 0.75rem;
	color: #6C757D;
	font-weight: 400;
}
.defaultCardProjectItem .itemProject .wrapperPrices{
	display: flex;
	flex-direction: column;
	align-items: start;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
}
.defaultCardProjectItem .itemProject .wrapperPrices .textinfo1{
	color: #00843D;
	font-size: 0.75rem;
	line-height: 0.75rem;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.defaultCardProjectItem .itemProject .wrapperPrices .textinfo1 strong{
	font-size: 1.25rem;
}
.defaultCardProjectItem .itemProject .wrapperPrices .textinfo2{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
	letter-spacing: 0.035px;
	color: #00843D;
}
.defaultCardProjectItem .itemProject .textPriceSMMLV{
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #6C757D;
}
.defaultCardProjectItem .itemProject .groupBtnDetails{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	gap: 15px;
}
.defaultCardProjectItem .itemProject .groupBtnDetails a:first-child{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #00843D;
	border-radius: 25px;
	padding: 0.8rem 1.5rem;
	text-decoration: none !important;
	color: #00843D !important;
	font-weight: 700;
	font-size: 0.875rem;
	gap: 10px;
	width: 100%;
}
.defaultCardProjectItem .itemProject .groupBtnDetails a:last-child{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #00843D;
	border-radius: 25px;
	padding: 0.8rem 1.5rem;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 700;
	font-size: 14px;
	gap: 10px;
	background: #00843D;
	width: 100%;
}
.wrapperFilterTargetPrice .ui-slider-horizontal {
    height: .2em;
}
.wrapperFilterTargetPrice .ui-slider-horizontal {
	width: 100%;
	border-left: 0 !important;
	border-right: 0 !important;
	border-top: 0 !important;
}
.wrapperFilterTargetPrice .ui-widget-header {
	background: #56C271;
	top: 2px !important;
}
.wrapperFilterTargetPrice .priceRangeField{
	width: 100%;
	min-width: 16%;
	background-color: #fff;
	border: 1px solid #EFECEC;
	height: 42px;
	border-radius: 12px;
	padding: 0.8rem 1rem;
	color: #6C757D;
}
.wrapperFilterTargetPrice .ui-slider-handle{
	border-radius: 30px;
	background: #00843D !important;
	border: 0 !important;
	top: -0.5em !important;
	box-shadow: none !important;
	outline: none !important;
}
.wrapperPaginator{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.wrapperPaginator .btnItemPaginator{
	width: 48px;
	height: 48px;
	display: block;
	background: #E9EEF2;
	border-radius: 30px;
	cursor: pointer;
}
.wrapperPaginator .btnItemPaginator span{
	background: url('../assets/iconos/arrow-paginator.svg') no-repeat;
	background-position: center !important;
	background-size: auto !important;
	width: 48px;
	height: 48px;
	display: block;
}
.wrapperPaginator .btnItemPaginator.active span{
	background: url('../assets/iconos/arrow-white-paginator.svg') no-repeat;
}
.wrapperPaginator .btnItemPaginator.active{
  background: #00843D;
}
.wrapperPaginator .wrapperItemsPaginator{
	background: #EFECEC;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	border-radius: 50px;
	padding: 0.5rem;
	height: 48px;
}
.wrapperPaginator .wrapperItemsPaginator a{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem;
	color: #6C757D;
	letter-spacing: 0.08px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.wrapperPaginator .wrapperItemsPaginator a.active,
.wrapperPaginator .wrapperItemsPaginator a:not(.separator):hover{
	border: 1px solid #00843D;
}
.tagFilterOption{
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 0.5rem;
	flex-wrap: wrap;
}
.tagFilterOption .vectorRemove{
	width: 18px;
	height: 18px;
	background: url('../assets/iconos/ico-filter-remove.svg') no-repeat;
	display: block;
}
.tagFilterOption a.active{
	background: #D5F2E3;
	color: #00843D;
}
.tagFilterOption a{
	text-decoration: none !important;
	color: #333E33;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: #E9EEF2;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	padding: 0.5rem;
}
.wrapperPaginator .wrapperLeft .btnItemPaginator.active span {
  transform: rotate(180deg);
}
.wrapperPaginator .wrapperLeft .btnItemPaginator span {
  transform: rotate(0deg);
}
.wrapperPaginator .wrapperRight .btnItemPaginator.active span {
  transform: rotate(0deg);
}
.wrapperPaginator .wrapperRight .btnItemPaginator span {
  transform: rotate(180deg);
}

.select-custom-container {
    position: relative;
    display: block;
}
.select-custom-container.icoStatus::before {
    content: "";
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url('../assets/iconos/icono-filtro-estado.svg');
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}
.select-custom-container.icoType::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('../assets/iconos/icono-filtro-tipo.svg');
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.select-custom-container select {
    padding-left: 2.8rem !important;
}
#filterTargetCity img{
	margin-right: 5px;
}