@media only screen and (min-width: 1200px) {
  .container {
      max-width: 1240px !important;
  }
}

@font-face {
  font-family: "flaticon";
  src: url(/assets/fonts/flaticon.ttf) format("truetype")
}

i[class^="flaticon-"]:before,i[class*=" flaticon-"]:before {
  font-family: flaticon!important;
  font-style: normal;
  font-weight: normal!important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.flaticon-user:before {
  content: "\f101"
}

.flaticon-user-1:before {
  content: "\f102"
}

.flaticon-speech-bubble:before {
  content: "\f103"
}

.flaticon-next:before {
  content: "\f104"
}

.flaticon-share:before {
  content: "\f105"
}

.flaticon-share-1:before {
  content: "\f106"
}

.flaticon-left-and-right-arrows:before {
  content: "\f107"
}

.flaticon-heart:before {
  content: "\f108"
}

.flaticon-camera:before {
  content: "\f109"
}

.flaticon-video-player:before {
  content: "\f10a"
}

.flaticon-maps-and-flags:before {
  content: "\f10b"
}

.flaticon-check:before {
  content: "\f10c"
}

.flaticon-envelope:before {
  content: "\f10d"
}

.flaticon-phone-call:before {
  content: "\f10e"
}

.flaticon-call:before {
  content: "\f10f"
}

.flaticon-clock:before {
  content: "\f110"
}

.flaticon-play:before {
  content: "\f111"
}

.flaticon-loupe:before {
  content: "\f112"
}

.flaticon-user-2:before {
  content: "\f113"
}

.flaticon-bed:before {
  content: "\f114"
}

.flaticon-shower:before {
  content: "\f115"
}

.flaticon-pencil:before {
  content: "\f116"
}

.flaticon-two-overlapping-square:before {
  content: "\f117"
}

.flaticon-printer:before {
  content: "\f118"
}

.flaticon-comment:before {
  content: "\f119"
}

.flaticon-home:before {
  content: "\f11a"
}

.flaticon-garage:before {
  content: "\f11b"
}

.flaticon-full-size:before {
  content: "\f11c"
}

.flaticon-tag:before {
  content: "\f11d"
}

.flaticon-right-arrow:before {
  content: "\f11e"
}

.flaticon-left-arrow:before {
  content: "\f11f"
}

.flaticon-left-arrow-1:before {
  content: "\f120"
}

.flaticon-left-arrow-2:before {
  content: "\f121"
}

.flaticon-right-arrow-1:before {
  content: "\f122"
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px;
  font-weight: 700;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-variant: normal;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none !important;
}

.big-price {
  font-size: 28px;
  font-weight: 600;
  color: #00c194;
}

.owl-carousel .owl-item img {
  height: 480px;
  object-fit: cover;
}

.rent-sale {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  padding: 6px 12px 4px;
  border-radius: 2px;
  display: inline-block;
  margin-right: 4px;
  line-height: 1.4;
  background-color: #00c194
}

/* ficha tecnica */

.amenities-list {
  display: flex;
  flex-wrap: wrap;
}

.amenities-list li {
  position: relative;
  margin-top: 10px;
  margin-bottom: 27px;
  width: 25%;
}

.amenities-list li .amenities-icon {
  float: left;
  margin-right: 15px;
}

.amenities-list li .amenities-icon i {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 233, 241);
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 4px 18px 0 rgba(188, 192, 202, .26);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #00c194;
  transition: 0.3s;
}

.amenities-list li .amenities-content {
  overflow: hidden;
}

.amenities-list li .amenities-content .heading-title {
  font-size: 14px;
  color: #212121;
  font-family: 'Roboto',sans-serif !important;
  margin: 0;
  line-height: 1.4;
  margin-top: 2px;
  font-weight: 500;
}

.amenities-list li .amenities-content .cfp-value {
  color: #878c9f;
  font-size: 14px;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  justify-content: flex-start;
}

.amenities li {
  width: 40%;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
}

.amenities li:before {
  content: "\f10c";
  font-family: Flaticon;
  font-size: 11px;
  color: #00ba74;
  margin-right: 15px;
}

.card.p-4.border-0.shadow-md.sticky-top {
  top: 110px;
}

#mapa {
  background: lightgrey;
  height: 500px;
}

button.owl-next {
  right: 20px;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
}

.owl-next span {
  height: 40px;
  width: 40px;
  background: #497e6d;
  display: block;
  color: white;
  font-size: 25px;
  border-radius: 300px;
}

button.owl-prev {
  left: 20px;
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
}

button.owl-prev span {
  height: 40px;
  width: 40px;
  background: #497e6d;
  display: block;
  color: white;
  font-size: 25px;
  border-radius: 300px;
}

/* relacionados */

.product-box {
  margin-bottom: 30px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 18px 0 rgba(194, 200, 213, .3);
  background: #fff;
}

.product-box .product-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.product-box .product-thumb:before {
  content: "";
  height: 40%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  background: linear-gradient(to top, #000, transparent);
  opacity: 80%;
  z-index: 5;
}

.product-box .product-thumb .product-type {
  top: 22px;
  left: 25px;
}

.product-box .product-thumb .product-type {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  text-transform: capitalize;
}

.product-box .product-thumb .product-type span {
  font-size: 14px;
  color: #fff;
  padding: 7px 15px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  white-space: nowrap;
  border: 1px solid #35806c font-weight: 500;
}

.listing-type-badge {
  background-color: #35806c
}

.no-listing-footer .product-box .product-content {
  padding-bottom: 5px;
}

.product-box.style2 .product-content {
  padding: 0;
}

.product-box .product-content {
  border-radius: 0 0 4px 4px;
}

.product-box .product-content .product-category {
  margin-top: 18px;
}

.product-box.style2 .product-content .product-category {
  padding-top: 0;
  margin-top: -20px;
}

.product-box.style2 .product-content .product-price,
.product-box.style2 .product-content .product-category,
.product-box.style2 .product-content .item-title,
.product-box.style2 .product-content .rtcl-listing-badge-wrap,
.product-box.style2 .product-content .entry-meta,
.product-box.style2 .product-content .product-features,
.product-box.style2 .product-content .listing-excerpt {
  padding-left: 22px;
  padding-right: 22px;
}

.product-box .product-content .product-category {
  margin-bottom: 2px;
}

.product-box.style2 .product-content .item-title {
  font-size: 19px;
  line-height: 1.5;
  padding-top: 5px;
  font-family: 'Roboto' !important;
  letter-spacing: 0;
}

.product-box .product-content .item-title {
  margin-bottom: 8px;
  /* font-size: 22px;
                          line-height: 30px; */
  font-weight: 500;
}

.product-box .product-content .entry-meta {
  /* margin-bottom: 8px; */
  font-size: 14px;
  color: #929292;
  list-style: none;
}

.product-box .product-content .entry-meta i {
  margin-right: 5px;
  min-width: 16px;
}

.product-box.style2 .product-content .entry-meta {
  margin-bottom: 0;
  padding-bottom: 14px;
}

ul.product-features,
ul.product-features {
  display: block;
  overflow: hidden;
}

.product-box.style2 .product-content .product-features {
  padding-bottom: 15px;
  border: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 8px;
}

ul.product-features li {
  float: left;
  margin-right: 20px;
}

.product-box .product-content .product-features li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}

ul.product-features li i {
  background: none;
  width: auto;
  margin-right: 7px;
}

.product-features li i {
  color: #35806c;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #edf9f6;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}

.product-box .product-content .product-features li span {
  font-size: 14px;
  font-weight: 500;
}

.product-thumb img {
  height: 243px;
  object-fit: cover;
}

.product-price .rtcl-price-amount .rtcl-price-currencySymbol {
  margin-right: 5px;
}


.product-box .product-thumb .product-price .rtcl-price-amount {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
}

.product-box .product-thumb .product-price .rtcl-price {
  color: #fff;
}

.rtcl-price {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.product-box .product-thumb .product-price .author-info {
  display: flex;
  align-items: center;
}

.product-box .product-thumb .product-price {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 45px);
  left: 20px;
  bottom: 20px;
}

.product-box .product-thumb .product-price {
  position: absolute;
  bottom: 8px;
  left: 30px;
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}

.product-content {
  padding-top: 40px !important;
}

.product-box:hover {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, .15);
}

.product-box .product-content .item-title a {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}

/* slick */

.slick-arrow:focus {
  outline: none;
}

.slick-track a img {
  object-fit: cover;
  width: 100%;
}

button.slick-prev {
  color: white;
  top: 50%;
  font-size: 15px;
  position: absolute;
  left: 10px;
  text-shadow: 1px 1px 1px gray;
  z-index: 99999;
}

button.slick-next {
  color: white;
  top: 50%;
  font-size: 15px;
  position: absolute;
  right: 10px;
  text-shadow: 1px 1px 1px gray;
  z-index: 99999;
}