.section-Home-index .nav-mid .owl-prev,
.section-Home-index .nav-mid .owl-next {
  top: 20% !important;
}
@media (max-width: 992px) {
  .section-Home-index .owl-prev,
  .section-Home-index .owl-next {
    top: 10% !important;
  }
}
.section-Home-index .owl-carousel .owl-prev {
  position: absolute;
  top: 20%;
  left: 0px;
  width: 80px;
  height: 80px;
  font-size: 30px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.32);
  cursor: pointer;
  color: #717171;
}
.section-Home-index .owl-carousel .owl-next {
  right: 0px;
  font-size: 30px;
  position: absolute;
  top: 20%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: .5;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.32);
  cursor: pointer;
  color: #717171;
}
.section-Home-index #search__home {
  padding-left: 2em;
}
.section-Home-index #search__home::placeholder {
  background-color: transparent !important;
  border: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  text-overflow: ellipsis !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  opacity: 0.6;
}
.section-Home-index .home-slider {
  position: relative;
  width: 100%;
  color: white;
  background: #ffffff;
  background-size: cover;
}
.section-Home-index .slide-container {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.section-Home-index .slide-container .swiper-slide {
  cursor: default;
}
.section-Home-index .slide-container .swiper-slide img {
  height: 100%;
  width: 100%;
  margin: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.section-Home-index .slide-container .swiper-slide:hover img {
  transform: scale(1, 1);
}
.section-Home-index .slide-container .swiper-slide::before {
  background: transparent;
}
.section-Home-index .slide-container .swiper-slide .embed-container {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.section-Home-index .slide-container .swiper-slide .embed-container iframe,
.section-Home-index .slide-container .swiper-slide .embed-container object,
.section-Home-index .slide-container .swiper-slide .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-Home-index .slide-container .swiper-container-horizontal > .swiper-pagination {
  right: 0;
  left: initial;
  width: 6%;
}
.section-Home-index .slide-container .heroSectionTitle {
  font-size: 40px;
  font-weight: normal;
  box-shadow: -11px 11px 9px -10px #000;
  line-height: 120%;
  margin: 0 auto;
  top: 17%;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  left: 100px;
  right: 0;
  background-color: #0061aa5e;
  padding: 55px;
  z-index: 2;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.65);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.section-Home-index .slide-container .heroSectionTitle .heroSub {
  font-weight: 700;
}
.section-Home-index .slide-container .heroSectionTitle .earthquake {
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
}
.section-Home-index .slide-container .swiper-button-next,
.section-Home-index .slide-container .swiper-button-prev {
  top: 45% !important;
  background-image: none !important;
  padding: 0;
  -webkit-transition: all 0.16s linear;
  -moz-transition: all 0.16s linear;
  -o-transition: all 0.16s linear;
  transition: all 0.16s linear;
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  z-index: 1;
}
.section-Home-index .slide-container .swiper-button-next i,
.section-Home-index .slide-container .swiper-button-prev i {
  text-shadow: -1px 0 #959595, 0 1px #959595, 1px 0 #959595, 0 -1px #959595;
}
.section-Home-index .slide-container .swiper-button-next {
  right: 15px !important;
}
.section-Home-index .slide-container .swiper-button-prev {
  left: 15px !important;
}
.section-Home-index .slide-container .shadow {
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 20px;
  max-height: 60px;
  z-index: 2;
  position: absolute;
  opacity: .35;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI0NiUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSJyZ2IoMCwgMCwgMCkiIHN0b3Atb3BhY2l0eT0iMC42Ii8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 46%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 46%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 46%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 46%, rgba(0, 0, 0, 0.6) 100%);
}
.section-Home-index .intro-tables {
  top: -60px;
  position: relative;
  z-index: 2;
}
.section-Home-index .cards .active__property {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-Home-index .cards .active__property:hover {
  cursor: pointer;
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
}
.section-Home-index .cards .projects-home {
  padding: 0 !important;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.section-Home-index .cards .projects-home .project {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-Home-index .cards .projects-home .details--project {
  position: relative;
  background: #ffffff;
  border-width: 0 0 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2) !important;
}
.section-Home-index .cards .projects-home .gold .proyect-units {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.section-Home-index .cards .projects-home .gold .proyect-units .unit-property {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-right: 60px solid transparent;
}
.section-Home-index .cards .projects-home .gold .proyect-units .unit-property.value-project {
  border-bottom: 60px solid #0061aa;
}
.section-Home-index .cards .projects-home .gold .proyect-units .unit-property.value-project .small--txt {
  font-size: 1.2em;
  margin-top: 1.6em;
}
.section-Home-index .cards .projects-home .gold .proyect-units .unit-property.value-property {
  border-bottom: 60px solid #a63391;
}
.section-Home-index .cards .projects-home .gold .proyect-units .unit-property.value-property b {
  margin-top: 1.5em;
}
.section-Home-index .cards .projects-home .gold .proyect-units .unit-property b {
  margin-left: .15em;
  font-size: 1.5em;
  margin-top: 1em;
  position: absolute;
}
.section-Home-index .cards .projects-home .gold .proyect-units .unit-property small {
  font-size: .75em;
  margin-left: .15em;
  position: absolute;
  margin-top: 4.5em;
}
.section-Home-index .cards .projects-home .gold .proyect-units .t-topright {
  width: 0;
  height: 0;
  color: #0061aa;
  border-left: 60px solid transparent;
  border-top: 60px solid #fdcd00;
}
.section-Home-index .cards .projects-home .gold .proyect-units .t-topright .title-topright {
  font-weight: 700;
  font-size: 10px;
  top: 30%;
  left: 20%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-Home-index .cards .projects-home .silver .proyect-units {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.section-Home-index .cards .projects-home .silver .proyect-units .unit-property {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-right: 60px solid transparent;
}
.section-Home-index .cards .projects-home .silver .proyect-units .unit-property.value-project {
  border-bottom: 60px solid #0061aa;
}
.section-Home-index .cards .projects-home .silver .proyect-units .unit-property.value-project .small--txt {
  font-size: 1.2em;
  margin-top: 1.6em;
}
.section-Home-index .cards .projects-home .silver .proyect-units .unit-property.value-property {
  border-bottom: 60px solid #a63391;
}
.section-Home-index .cards .projects-home .silver .proyect-units .unit-property.value-property b {
  margin-top: 1.5em;
}
.section-Home-index .cards .projects-home .silver .proyect-units .unit-property b {
  margin-left: .15em;
  font-size: 1.5em;
  margin-top: 1em;
  position: absolute;
}
.section-Home-index .cards .projects-home .silver .proyect-units .unit-property small {
  font-size: .75em;
  margin-left: .15em;
  position: absolute;
  margin-top: 4.5em;
}
.section-Home-index .cards .projects-home .silver .proyect-units .t-topright {
  width: 0;
  height: 0;
  color: #0061aa;
  border-left: 60px solid transparent;
  border-top: 60px solid #dae1eb;
}
.section-Home-index .cards .projects-home .silver .proyect-units .t-topright .title-topright {
  font-weight: 700;
  font-size: 10px;
  top: 30%;
  left: 20%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-Home-index .cards .projects-home .ofert .proyect-units {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .unit-property {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 0;
  height: 0;
  border-right: 60px solid transparent;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .unit-property.value-project {
  border-bottom: 60px solid #0061aa;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .unit-property.value-property {
  border-bottom: 60px solid #a63391;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .unit-property.value-property b {
  margin-top: 2.2em;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .unit-property b {
  margin-left: .15em;
  font-size: 1.25em;
  margin-top: 1em;
  position: absolute;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .unit-property small {
  font-size: .75em;
  margin-left: .15em;
  position: absolute;
  margin-top: 4.5em;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .t-topright {
  width: 0;
  height: 0;
  color: #0061aa;
  border-left: 60px solid transparent;
  border-top: 60px solid #0061aa;
  color: #ffffff;
}
.section-Home-index .cards .projects-home .ofert .proyect-units .t-topright .title-topright {
  top: 26% !important;
  left: 30% !important;
  font-size: 11px !important;
  font-weight: 700;
  font-size: 10px;
  top: 30%;
  left: 20%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-Home-index .cards .projects-home .feed-description-home {
  height: 60px;
  line-height: 20px;
  padding: 5px 10px;
  border-top: 1px solid #e8e8e8;
}
.section-Home-index .cards .projects-home .feed-description-home h2 {
  margin: 0;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 25px;
}
.section-Home-index .cards .projects-home .feed-description-home h2 a {
  white-space: nowrap;
  color: #0061aa;
}
.section-Home-index .cards .projects-home figure {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.section-Home-index .cards .projects-home figure img {
  position: relative;
  display: block;
  opacity: 1;
}
.section-Home-index .cards .projects-home figure figcaption {
  padding: 1.25em;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-Home-index .cards .projects-home figure figcaption:before,
.section-Home-index .cards .projects-home figure figcaption:after {
  pointer-events: none;
}
.section-Home-index .cards .projects-home figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-Home-index .cards .projects-home figure figcaption,
.section-Home-index .cards .projects-home figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-Home-index .cards .projects-home figure.effect-lily img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  -moz-transition: opacity 1s, -moz-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  transition: opacity 1s,-webkit-transform 1s,-moz-transform 1s,-o-transform 1s,transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
}
.section-Home-index .cards .projects-home figure.effect-lily:hover img.img-project,
.section-Home-index .cards .projects-home figure.effect-lily:hover img.img-property {
  -webkit-transform: scale3d(1.01, 1.01, 1);
  transform: scale3d(1.01, 1.01, 1);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.section-Home-index .cards .projects-home figure.effect-lily .overlayPhoto {
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYigwLCAwLCAwKSIgc3RvcC1vcGFjaXR5PSIwLjYiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
}
.section-Home-index .cards .projects-home figure.effect-lily .overlayFull {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption {
  text-align: left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 0 1.25em;
  width: 100%;
  color: #ffffff;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details p {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 2px 0 10px -4px;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details h2 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 10px 0 0 -4px;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details h2 span {
  font-weight: 500;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details h3 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -1px;
  margin: 0 0 0 -4px;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details h3 span {
  font-weight: 500;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details .ribbon-properties {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: 700;
  width: 100%;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details .ribbon-properties .gold_label {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: -11px 11px 9px -10px #000;
  color: #fdcd00;
  padding: 2px 5px;
  display: block;
  align-items: center;
  margin: 0 10px 0 0;
  float: right;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details .ribbon-properties .line-gold {
  width: 100%;
  position: absolute;
  background: #fdcd00;
  height: 2px;
  right: 0;
  bottom: 0;
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details .ribbon-properties .silver_label {
  background: rgba(0, 0, 0, 0.3);
  box-shadow: -11px 11px 9px -10px #000;
  color: #8aadca;
  padding: 2px 5px;
  display: block;
  align-items: center;
  margin: 0 10px 0 0;
  float: right;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}
.section-Home-index .cards .projects-home figure.effect-lily figcaption .property-card-details .ribbon-properties .line-silver {
  width: 100%;
  position: absolute;
  background: #8aadca;
  height: 2px;
  right: 0;
  bottom: 0;
}
.section-Home-index .cards .projects-home figure.effect-lily:hover figcaption .property-card-details div.property-price .panel .property-price-content strong span {
  visibility: visible;
  font-size: 17px;
  transition: all 0.25s ease-out;
}
.section-Home-index .cards .projects-home figure.effect-lily:hover figcaption .property-card-details div.property-price .panel .property-price-content small {
  visibility: visible;
  transition: all 0.25s ease-out;
  margin-left: 6px;
  font-weight: 700;
  font-size: 17px;
}
.section-Home-index .cards .projects-home figure.effect-lily:hover figcaption .property-card-details div.property-price .panel .property-price-content small sup {
  font-size: 17px;
  top: 0;
}
.section-Home-index .cards .projects-home figure.effect-lily:hover figcaption .property-card-details div.property-price .panel .property-price-content .property-price-content-wrap.search-pills strong {
  visibility: hidden;
}
.section-Home-index .try-it-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(52, 73, 94, 0.8);
}
@media (max-width: 992px) {
  .section-Home-index .slide-container {
    height: 100vh !important;
  }
  .section-Home-index .slide-container .heroSectionTitle {
    font-size: 30px;
    left: 0;
    white-space: normal;
  }
  .section-Home-index .swiper-slide img {
    height: auto;
  }
  .section-Home-index .highlighted-project .intro-tables {
    top: 0;
    margin-top: 20px;
  }
  .section-Home-index .highlighted-project .intro-tables .active__property:hover .details--project {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .section-Home-index .cards .active__property:hover {
    cursor: pointer;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}
@media (max-width: 769px) {
  .section-Home-index .swiper-container {
    height: 100vh !important;
  }
  .section-Home-index .try-it-wrap {
    display: none !important;
  }
  .section-Home-index .home-featured-b-project {
    position: relative;
    bottom: 0;
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 466px) and (max-width: 528px) {
  .section-Home-index .cards .projects-home figure.effect-lily figcaption .projects-card-details h2 {
    font-size: 18px;
  }
  .section-Home-index .cards .projects-home figure.effect-lily figcaption .projects-card-details h3 {
    font-size: 18px;
  }
}
.type-vive1 {
  position: absolute;
  z-index: 4;
  top: 31%;
  left: 0;
  right: 20px;
  text-align: center;
  background: #a6339166;
  box-shadow: -11px 11px 9px -10px #000;
  padding: 70px;
}
.type-vive1.tipe-vive1-filters {
  position: relative;
}
.type-vive1 .realPage {
  display: table;
  vertical-align: top;
  width: 100%;
  white-space: normal;
}
.type-vive1 .realPage .header-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper {
  position: relative;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper button.searchIcon,
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper div.searchIcon {
  right: 0;
  position: absolute;
  top: 0;
  padding: 17px;
  color: #ffffff;
  z-index: 5;
  cursor: pointer;
  background: #ffffff;
  border: 0;
  outline: 0;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper button.searchIcon.searchIcon-filters,
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper div.searchIcon.searchIcon-filters {
  background: #0061aa;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper button.searchIcon:hover,
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper div.searchIcon:hover {
  color: #00aee7;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .boxselectHome {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 5;
  width: 100px;
  height: 58px;
  border-right: 1px solid #e8e8e8;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .boxselectHome:after {
  right: 13px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #2c3e50;
  border-bottom: 5px solid transparent;
  top: 27px;
  position: absolute;
  pointer-events: none;
  content: '';
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .boxselectHome select.selectHome {
  border: 0;
  outline: 0;
  width: 90px;
  height: 58px;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .boxselectHome .arrowHome {
  top: 24px;
  right: 4px;
  position: absolute;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput {
  color: #0061aa;
  border-radius: 2px;
  background-color: #ffffff;
  border: 0;
  height: 60px;
  margin: 0;
  max-width: 100%;
  padding-left: 15px;
  position: relative;
  width: 100%;
  font-size: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInputHome {
  padding-left: 108px;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInput-filers {
  outline: none;
  border: 1px solid #0061aa;
  color: #0061aa;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInput-filers::-webkit-input-placeholder {
  color: #0061aa;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInput-filers:-moz-placeholder {
  color: #0061aa;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInput-filers::-moz-placeholder {
  color: #0061aa;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInput-filers:-ms-input-placeholder {
  color: #0061aa;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInputUnpublished::-webkit-input-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInputUnpublished:-moz-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInputUnpublished::-moz-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput.realLocationInputUnpublished:-ms-input-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput::-webkit-input-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput:-moz-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput::-moz-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput:-ms-input-placeholder {
  color: #4f6f8f;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput:focus,
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .realLocationInput:active {
  outline: none;
  background: #ffffff;
  border: 1px solid #0061aa;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .dropdown-menu {
  width: 100%;
  overflow-y: auto;
  height: auto;
  min-height: 40px;
  max-height: 180px;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  border: 0;
  -webkit-transition: -webkit-transform 0.2s, visibility 0.2s;
  -moz-transition: -moz-transform 0.2s, visibility 0.2s;
  -o-transition: -o-transform 0.2s, visibility 0.2s;
  transition: -webkit-transform 0.2s,-moz-transform 0.2s,-o-transform 0.2s,transform 0.2s, visibility 0.2s;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .dropdown-menu > li > a {
  color: #0061aa;
}
.type-vive1 .realPage .sales-Search .realInputs .realLocationInputWrapper .dropdown-menu > li > a span {
  float: right;
  color: #8aadca;
}
@media (max-width: 992px) {
  .realLocationInputHome {
    padding-left: 15px !important;
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -moz-transform: translate3d(0, -30px, 0);
    -o-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    -moz-transform: translate3d(0, -8px, 0);
    -o-transform: translate3d(0, -8px, 0);
    -ms-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -moz-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bar {
  width: 0;
  -webkit-transition: width .15s;
  transition: width .15s;
  height: 2px;
  display: block;
  background: #0061aa;
  bottom: 0;
  left: 0;
}
.view-more {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.view-more.more-fixed {
  position: absolute;
  left: 0;
  right: 0;
  display: inline;
  margin-top: -70px;
}
@media (max-width: 992px) {
  .view-more.more-fixed {
    position: relative;
    left: 0;
    right: 0;
    display: block;
    margin-top: 0;
  }
}
.view-more-properties {
  cursor: pointer;
  display: inline-block;
  margin: 15px 0;
  border: 2px solid #0061aa;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #0061aa;
  text-transform: uppercase;
}
.view-more-properties:hover:before {
  height: 38px;
  content: attr(data-class);
  color: #fff;
}
.view-more-properties:before {
  top: 0;
}
.view-more-properties:after,
.view-more-properties:before {
  left: 0;
  height: 0;
  width: 100%;
  content: " ";
  position: absolute;
  background: #0061aa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.getApp img.mobile_app {
  max-width: 238px;
  width: 100%;
  height: auto;
}
.getApp img.appDownload {
  max-width: 148px;
  width: 100%;
  height: auto;
}
.property-tabsList ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.property-tabsList ul li a {
  line-height: 21px;
  color: #979797;
}
.property-tabsList ul li a:hover,
.property-tabsList ul li a:active,
.property-tabsList ul li afocus {
  color: #717171;
}
.property-tabsList:last-child:after {
  border-bottom: 0;
}
.minibox-swipe {
  z-index: 4;
  bottom: 10%;
  left: 2em;
  max-width: 260px;
  min-height: 75px;
  margin: 0;
  padding: 0;
  text-align: left!important;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: -11px 11px 9px -10px black;
  position: absolute;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.minibox-swipe img {
  border: 0;
}
.minibox-swipe a {
  font-size: 13px;
  display: block;
  color: #ffffff;
  width: 240px;
}
.minibox-swipe a.minibox-text {
  max-height: 37px;
  overflow-y: hidden;
  width: 120px;
}
.adpacks-ec {
  z-index: 4;
  bottom: 10%;
  right: 270px;
  max-width: 150px;
  min-height: 75px;
  margin: 0;
  text-align: left!important;
  border-radius: 2px;
  background: #0061aa;
  position: absolute;
}
.adpacks-ec img.img-ec {
  width: 115px !important;
}
