/*--------------------------------------------------------------

Template: Theme Name
Author: Ivan Avalos
Version:  1
Design and Developed by: 

Note: This is the file where you can add your custom styles to change the look of the theme. But don't modify "style.css" file.

---------------------------------------------------------------*/

/* ----------------------------------------------------
	Inicio: boton whatsapp hablemos por whatsapp
-------------------------------------------------------*/

.whatsapp-cta {
  align-items: center;
  background: linear-gradient(135deg, #25d366, #128c7e);
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-flex !important;
  float: none !important;
  gap: 12px;
  height: 68px;
  margin: 0 !important;
  max-width: 100%;
  min-height: 64px;
  min-width: 345px;
  padding: 10px 20px;
  transition: transform .2s ease, box-shadow .2s ease;
  vertical-align: middle;
  white-space: normal;
}

.whatsapp-cta:hover {
  box-shadow: 0 10px 24px rgba(18, 140, 126, .35) !important;
  color: #fff;
  transform: translateY(-2px);
}

.whatsapp-cta-icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #128c7e;
  display: inline-flex;
  flex: 0 0 48px;
  font-size: 30px;
  height: 48px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  width: 48px;
}

.whatsapp-cta > span:last-child {
  display: block;
  flex: 1 1 auto;
  line-height: 1.2;
  min-width: 0;
  text-align: left;
}

.whatsapp-cta strong {
  display: block;
  font-size: 16px;
  line-height: 1.25;
}

.whatsapp-cta small {
  display: block;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 2px;
}

/* ----------------------------------------------------
	Inicio: tarjeta de propiedad
-------------------------------------------------------*/

.contact-whatsapp-description {
  color: #fff !important;
}

.contact-booking-action {
  margin: 22px 0 0;
  padding: 0;
  width: auto;
}

.property-card {
  background: #fff;
  border: 1px solid #e4e9ed;
  border-radius: 2px;
  box-shadow: 0 6px 20px rgba(31, 45, 61, .08);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.property-card:hover {
  border-color: #cbd5dc;
  box-shadow: 0 14px 30px rgba(31, 45, 61, .14);
  transform: translateY(-4px);
}

.property-card-image {
  overflow: hidden;
}

.property-card-image > a {
  display: block;
}

.property-card-image > a img {
  display: block;
  transition: transform .35s ease;
  width: 100%;
}

.property-card:hover .property-card-image > a img {
  transform: scale(1.03);
}

.property-card-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 20px 18px;
}

.property-card-title-price {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.property-card-title-price h5 {
  margin: 0;
}

.property-card-info > p {
  margin-bottom: 0;
  min-height: 0;
  padding-bottom: 0;
}

.property-card {
  width: 100%;
}

.property-card-image {
  background: #f4f6f8;
}

.property-card-image .featured-property-photo-frame {
  height: 235px;
}

.property-card-info {
  min-height: 176px;
  padding: 22px 20px 18px;
}

.property-card-title-price {
  align-items: flex-start;
  min-height: 48px;
}

.property-card-title-price h5 {
  color: #1f2d3d;
  font-size: 16px;
  line-height: 1.35;
  max-width: 55%;
}

.property-card-title-price h5 a {
  color: inherit;
}

.property-card-title-price h5 a:hover {
  color: #739f2b;
}

.property-card-title-price .price {
  color: #739f2b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
}

.property-card-info > p {
  align-items: flex-start;
  color: #7b858c;
  display: flex;
  font-size: 13px;
  line-height: 1.5;
  min-height: 40px;
}

.property-card-info > p img {
  flex: 0 0 18px;
  height: 18px;
  margin-right: 8px;
  object-fit: contain;
  width: 18px;
}

.property-card .share-buttons {
  margin-top: auto;
}

.widget-featured-property .property-card-info {
  min-height: 176px;
}

.widget-featured-property .share-buttons {
  align-self: stretch;
  margin-top: auto;
}

.property-card .for-sale {
  border-radius: 0 0 4px 0;
  font-size: 11px;
  letter-spacing: .04em;
  padding: 7px 12px;
  z-index: 3;
}

.pro-details-big-image {
  position: relative;
}

.property-detail-operation {
  border-radius: 0 0 4px 0;
  font-size: 14px;
  padding: 7px 15px;
  top: 0;
  z-index: 3;
}

@media (max-width: 991px) {
  .featured-flat > .row > [class*="col-"] {
    margin-bottom: 24px;
  }

  .featured-flat > .row > [class*="col-"] > .property-card {
    margin-bottom: 0;
  }
}

/* ----------------------------------------------------
	Inicio: boton compatir facebook y whatsapp
-------------------------------------------------------*/

.share-buttons {
  align-items: center;
  border-top: 1px solid #edf0f2;
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 14px;
}

.share-buttons-label {
  align-items: center;
  color: #7b858c;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  margin-right: auto;
  text-transform: uppercase;
}

.share-buttons-label i {
  font-size: 16px;
}

.share-buttons a {
  align-items: center;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  transition: opacity .2s ease, transform .2s ease;
  width: 30px;
}

.share-buttons a:hover {
  color: #fff !important;
  opacity: .85;
  transform: translateY(-1px);
}

.share-buttons a:hover i {
  color: #fff !important;
}

.share-buttons-facebook {
  background: #1877f2;
}

.share-buttons-whatsapp {
  background: #25d366;
}

/* ----------------------------------------------------
	Inicio: tarjeta de post
-------------------------------------------------------*/

.posts-page .post-card {
  background: #fff;
  border: 1px solid #e8edf1;
  box-shadow: 0 8px 24px rgba(25, 42, 70, .06);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}

.posts-page .col-lg-4 {
  display: flex;
}

.posts-page .col-lg-4 .post-card {
  width: 100%;
}

.posts-page .post-card:hover {
  box-shadow: 0 14px 30px rgba(25, 42, 70, .12);
  transform: translateY(-4px);
}

.posts-page .posts-heading {
  margin-bottom: 38px;
  text-align: center;
}

.posts-page .posts-heading h2 {
  color: #1f2d3d;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 10px;
}

.posts-page .posts-heading p {
  color: #8a96a3;
  margin: 0;
}

.posts-page .post-card-image {
  display: block;
  height: 210px;
  overflow: hidden;
}

.posts-page .post-card-image img {
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.posts-page .post-card:hover .post-card-image img {
  transform: scale(1.04);
}

.posts-page .post-card-body {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 220px;
  padding: 24px;
}

.posts-page .post-card-title {
  color: #1f2d3d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 10px;
}

.posts-page .post-card-title a {
  color: inherit;
}

.posts-page .post-card-date {
  color: #9aa5b1;
  font-size: 12px;
  margin-bottom: 14px;
}

.posts-page .post-card-excerpt {
  color: #52606d;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.posts-page .post-card-link {
  color: #739f2b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  margin-top: auto;
  text-transform: uppercase;
}

.posts-page .post-card-link:hover {
  color: #5f8620;
}

.posts-page .posts-empty {
  background: #fff;
  border: 1px solid #e8edf1;
  color: #52606d;
  padding: 35px;
  text-align: center;
}

.posts-page .posts-pagination {
  margin-top: 42px;
  text-align: center;
}

.properties-pagination,
.posts-pagination,
.category-pagination {
  margin-top: 42px;
  text-align: center;
}

.properties-pagination {
  margin-top: 18px;
}

.pagination-area {
  margin-bottom: 60px;
  width: 100%;
}

.pagination-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination-list > li {
  margin-left: 0 !important;
  margin: 0;
}

.pagination-list > li > a,
.pagination-list > li > span {
  align-items: center;
  background: #fff;
  border: 1px solid #d5dde3;
  border-radius: 6px;
  color: #52606d;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  height: 42px;
  justify-content: center;
  min-width: 42px;
  padding: 0 13px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.pagination-list > li > a:hover {
  background: #739f2b;
  border-color: #739f2b;
  box-shadow: 0 5px 12px rgba(115, 159, 43, .22);
  color: #fff;
  transform: translateY(-1px);
}

.pagination-list > li > .pagination-active {
  background: #263247;
  border-color: #263247;
  box-shadow: 0 5px 12px rgba(38, 50, 71, .2);
  color: #fff;
}

.pagination-list > li > .pagination-not-active {
  background: #eef1f3;
  border-color: #dce2e6;
  color: #a0aab2;
}

.pagination-list > li > .pagination-ellipsis {
  background: transparent;
  border-color: transparent;
  color: #7b858c;
}

.recent-post-image .recent-post-share {
  border-top: 0;
  justify-content: flex-start;
  margin-top: 10px;
  padding-top: 0;
}

.recent-post-image .recent-post-share .share-buttons-label {
  margin-right: auto;
}

.widget-recent-post .recent-post-item {
  background: #fff;
  border: 1px solid #e5eaee;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(31, 45, 61, .08);
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  padding: 12px;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.widget-recent-post .recent-post-item:hover {
  border-color: #d1dbe1;
  box-shadow: 0 12px 26px rgba(31, 45, 61, .13);
  transform: translateY(-2px);
}

.widget-recent-post .recent-post-image {
  flex: 0 0 132px;
}

.widget-recent-post .recent-post-image > a {
  display: block;
}

.widget-recent-post .recent-post-image > a img {
  border-radius: 6px !important;
  display: block;
  height: 88px;
  object-fit: cover;
  width: 132px;
}

.widget-recent-post .recent-post-share {
  margin-bottom: 0;
}

.widget-recent-post .recent-post-info {
  flex: 1;
  min-width: 0;
  padding: 0;
}

.widget-recent-post .recent-post-title-time h7 {
  display: block;
  line-height: 1.45;
}

.widget-recent-post .recent-post-title-time p {
  margin: 6px 0 0;
}

@media (max-width: 767px) {
  .widget-recent-post .recent-post-item {
    gap: 12px;
  }

  .widget-recent-post .recent-post-image {
    flex-basis: 112px;
  }

  .widget-recent-post .recent-post-image > a img {
    width: 112px;
  }
}

.post-main-content .blog-details-area {
  background: #fff;
  border: 1px solid #e8edf1;
  border-bottom-color: transparent;
  border-radius: 2px;
  box-shadow: 0 12px 32px rgba(25, 42, 70, .07);
  overflow: hidden;
}

.post-main-content .blog-details-image {
  margin: 0;
}

.post-main-content .blog-details-image img {
  border-radius: 0 !important;
  box-shadow: none !important;
  display: block;
  height: 420px;
  object-fit: cover;
  width: 100%;
}

.post-main-content .blog-details-title-time {
  margin: 0;
  padding: 30px 34px 20px;
}

.post-main-content .blog-details-title-time h5 {
  color: #1f2d3d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
}

.post-main-content .blog-details-title-time p {
  color: #8a96a3;
  font-size: 13px;
  margin: 0;
}

.post-main-content .blog-details-desctiption {
  color: #52606d;
  font-size: 16px;
  line-height: 1.85;
  margin: 0 !important;
  max-height: 500px;
  overflow: hidden;
  padding: 0 34px 18px;
  position: relative;
}

.post-main-content .blog-details-desctiption::after {
  background: linear-gradient(transparent, #fff);
  bottom: 0;
  content: "";
  height: 90px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.post-main-content .blog-details-desctiption.is-expanded {
  max-height: none;
}

.post-main-content .blog-details-desctiption.is-expanded::after {
  display: none;
}

.post-main-content .post-read-more {
  appearance: none;
  background: #fff;
  border: 1px solid #8bc34a;
  border-radius: 3px;
  box-sizing: border-box;
  box-shadow: none;
  color: #739f2b;
  cursor: default;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  line-height: normal;
  margin: 0 auto -40px;
  min-height: 34px;
  padding: 0 18px;
  position: relative;
  text-transform: uppercase;
  top: -75px;
  z-index: 1;
}

.post-main-content .blog-details-desctiption.is-expanded + .post-read-more {
  margin: 0 auto;
  top: -24px;
}

.post-main-content .post-read-more:hover {
  background: #f2f8e8;
  color: #5f8620;
}

.post-main-content .blog-details-desctiption h2,
.post-main-content .blog-details-desctiption h3,
.post-main-content .blog-details-desctiption h4 {
  color: #1f2d3d;
  line-height: 1.35;
  margin: 28px 0 12px;
}

.post-main-content .blog-details-desctiption img {
  border-radius: 5px;
  height: auto;
  max-width: 100%;
}

.post-main-content .blog-details-desctiption hr {
  display: none;
}

.post-main-content .blog-details-share-tags {
  border-top: 1px solid #edf0f2;
  margin: 0 !important;
  padding: 20px 34px 28px;
}

.post-main-content .blog-details-tags ul,
.post-main-content .blog-details-share ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.post-main-content .blog-details-tags li:not(:first-child) {
  background: #f2f7e5;
  border-radius: 20px;
  color: #6d9320;
  font-size: 12px;
  padding: 6px 11px;
}

.post-main-content .blog-details-share li a {
  align-items: center;
  background: #f4f6f8;
  border-radius: 50%;
  color: #52606d;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.post-main-content .blog-details-share li a:hover {
  background: #8bc34a;
  color: #fff;
}

.post-main-content .blog-details-share-tags > .share-buttons {
  border-top: 0;
  float: right;
  margin-top: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  .post-main-content .blog-details-image img {
    height: 260px;
  }

  .post-main-content .blog-details-title-time,
  .post-main-content .blog-details-desctiption,
  .post-main-content .blog-details-share-tags {
    padding-left: 20px;
    padding-right: 20px;
  }

  .post-main-content .blog-details-title-time h5 {
    font-size: 24px;
  }

  .post-main-content .blog-details-share-tags > .share-buttons {
    float: none;
    margin-top: 16px;
  }
}

/* ----------------------------------------------------
  Featured property image styles
-------------------------------------------------------*/
.featured-property-photo-frame {
  align-items: center;
  aspect-ratio: 368 / 235;
  background: #111;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.featured-property-photo-background {
  display: none;
  filter: blur(10px) brightness(.55);
  height: calc(100% + 24px);
  inset: -12px;
  object-fit: cover;
  position: absolute;
  width: calc(100% + 24px);
}

.featured-property-photo-image {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.featured-property-photo-frame.is-vertical .featured-property-photo-background {
  display: block;
}

.featured-property-photo-frame.is-vertical .featured-property-photo-image {
  max-width: 100%;
  object-fit: contain;
  width: auto;
}

.widget-featured-property .featured-property-photo-frame {
  height: auto;
}

@media (max-width: 767px) {
  .widget-featured-property .featured-property-photo-frame {
    height: auto;
  }
}

/* ----------------------------------------------------
  Filtro de busqueda propiedades
-------------------------------------------------------*/
.property-search-form {
  background: transparent;
  padding: 6px 2px 4px;
}

.property-info-panel {
  border: 0;
  border-radius: 0;
  box-shadow: 0 10px 28px rgba(25, 42, 70, .07);
  overflow: hidden;
  padding: 0;
}

.property-features-heading {
  align-items: center;
  background: linear-gradient(135deg, #739f2b 0%, #95c41f 100%);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: 42px auto 1fr 32px;
  justify-content: space-between;
  min-height: 78px;
  outline: none;
  padding: 16px 22px;
  text-align: left;
  width: 100%;
}

.property-features-heading:focus,
.property-features-heading:active {
  box-shadow: none;
  outline: none;
}

.property-panel-icon {
  align-items: center;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.property-features-heading h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  margin: 0;
  text-transform: uppercase;
}

.property-panel-summary {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  letter-spacing: .02em;
}

.property-features-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  display: inline-flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}

.property-features-heading:hover {
  background: linear-gradient(135deg, #668e25 0%, #87b31b 100%);
}

.property-features-toggle i {
  transition: transform .2s ease;
}

.property-features-card.is-collapsed .property-features-toggle i {
  transform: rotate(-90deg);
}

.property-features-card.is-collapsed .property-features-list {
  display: none;
}

.property-info-panel .property-features-list {
  padding: 24px;
}

.property-tabs {
  background: #fff;
  border: 1px solid #e8edf1;
  border-radius: 0;
  box-shadow: 0 8px 24px rgba(25, 42, 70, .06);
  display: flex;
  gap: 6px;
  margin-bottom: 28px;
  overflow-x: auto;
  padding: 6px;
}

.property-tab {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #68747c;
  cursor: pointer;
  display: inline-flex;
  flex: 1 0 auto;
  font-size: 12px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  letter-spacing: .03em;
  min-height: 48px;
  padding: 10px 16px;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.property-tab i {
  font-size: 15px;
}

.property-tab:hover {
  background: #f3f4f6;
  color: #4b5563;
}

.property-tab.is-active {
  background: #6b7280;
  box-shadow: none;
  color: #fff;
}

.property-tab:focus,
.property-tab:active {
  outline: none;
}

.property-tab:focus-visible {
  box-shadow: 0 0 0 2px rgba(156, 163, 175, .35);
  outline: none;
}

.property-tab-panel[hidden] {
  display: none !important;
}

.property-info-panel .property-feature-item {
  background: #f8fafc;
  border-color: #edf1f4;
  transition: background .2s ease, transform .2s ease;
}

.property-info-panel .property-feature-item:hover {
  background: #eef5fb;
  transform: translateY(-2px);
}

.property-info-panel .property-feature-item > i {
  color: #1d6fa5;
}

.property-info-panel .property-feature-extra {
  background: #eaf4fb;
}

.property-info-panel .property-feature-extra i {
  color: #1d6fa5;
}

.property-overview-card {
  border-top: 4px solid #95c41f;
}

.property-features-card,
.property-description-card {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 1px;
  box-shadow: 0 8px 24px rgba(25, 42, 70, .06);
  padding: 32px;
}

.property-features-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.property-features-heading h5,
.property-description-title {
  margin: 0;
}

.property-features-heading-icon {
  align-items: center;
  background: #95c41f;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.property-features-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.property-feature-item {
  align-items: center;
  background: #fafbfc;
  border: 1px solid #edf0f2;
  border-radius: 6px;
  display: flex;
  gap: 12px;
  min-height: 64px;
  padding: 12px 14px;
}

.property-feature-item > i {
  align-items: center;
  color: #95c41f;
  display: inline-flex;
  font-family: "Font Awesome 5 Free" !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.property-food-plate-icon {
  align-items: center;
  display: inline-flex;
  font-size: 23px;
  height: 28px;
  justify-content: center;
  line-height: 1;
  width: 28px;
}

.property-feature-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
}

.property-feature-label {
  color: #7a838c;
  font-size: 12px;
  line-height: 1.2;
}

.property-feature-value {
  color: #263238;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.property-feature-extra {
  align-items: center;
  background: #f4f8e9;
  border-radius: 6px;
  color: #52606d;
  display: flex;
  gap: 10px;
  grid-column: 1 / -1;
  padding: 12px 14px;
}

.property-feature-extra i {
  color: #95c41f;
  font-size: 20px;
}

.property-description-header {
  margin-bottom: 12px;
  padding-bottom: 8px;
}

.property-description-eyebrow {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.property-overview-caption {
  align-items: center;
  color: #95c41f;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  gap: 7px;
  letter-spacing: .08em;
  margin-top: 20px;
  text-transform: uppercase;
}

.property-description-type,
.property-description-operation {
  border-radius: 999px;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
}

.property-description-type {
  background: #f2f6e9;
  color: #739f2b;
}

.property-description-operation {
  color: #fff;
}

.property-description-title {
  color: #263238;
  font-size: 28px;
  line-height: 1.25;
  margin-bottom: 12px;
}

.property-description-location {
  align-items: center;
  color: #7a838c;
  display: flex;
  font-size: 14px;
  gap: 8px;
  margin: 0;
}

.property-description-location i {
  color: #95c41f;
  flex: 0 0 18px;
  font-size: 16px;
  width: 18px;
}

.property-description-metrics {
  align-items: stretch;
  background: #f7fafc;
  border: 1px solid #e1e9ef;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  margin-bottom: 28px;
}

.property-description-metric {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  justify-content: center;
  min-height: 96px;
  min-width: 0;
  padding: 16px 18px;
  text-align: center;
  transition: background .2s ease;
}

.property-description-metric + .property-description-metric {
  border-left: 1px solid #e8ecef;
}

.property-description-metric:hover {
  background: #eef5fb;
}

.property-description-metric-icon {
  align-items: center;
  background: #e6f0f7;
  border-radius: 50%;
  color: #1d6fa5;
  display: inline-flex;
  font-size: 14px;
  height: 30px;
  justify-content: center;
  margin-bottom: 8px;
  width: 30px;
}

.property-description-metric-label {
  color: #7a838c;
  display: block;
  font-size: 12px;
  letter-spacing: .04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.property-description-metric-value {
  color: #12365a;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.property-description-content {
  color: #59636d;
  font-size: 15px;
  line-height: 1.8;
  max-height: 500px;
  overflow: hidden;
  position: relative;
}

.property-description-content::after {
  background: linear-gradient(transparent, #fff);
  bottom: 0;
  content: "";
  height: 90px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.property-description-content.is-expanded {
  max-height: none;
}

.property-description-content.is-expanded::after {
  display: none;
}

.property-description-read-more {
  background: #fff;
  border: 1px solid #8bc34a;
  border-radius: 3px;
  color: #739f2b;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  margin: -30px auto 0;
  min-height: 34px;
  padding: 0 18px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.property-description-content.is-expanded + .property-description-read-more {
  margin-top: 18px;
}

.property-description-read-more:hover {
  background: #f2f8e8;
  color: #5f8620;
}

.property-video-card {
  background: #fff;
  border: 1px solid #e8ecef;
}

.property-video-card,
.property-map-card {
  border-radius: 2px;
  box-shadow: 0 10px 28px rgba(25, 42, 70, .07);
  overflow: hidden;
  padding: 0;
  transition: box-shadow .25s ease, transform .25s ease;
}

.property-accordion-card:hover {
  box-shadow: 0 16px 34px rgba(25, 42, 70, .11);
  transform: translateY(-2px);
}

.property-accordion-heading {
  align-items: center;
  background: linear-gradient(135deg, #fff 0%, #fbfdf8 100%);
  border: 0;
  color: #263238;
  cursor: pointer;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  min-height: 78px;
  padding: 16px 22px;
  text-align: left;
  width: 100%;
}

.property-accordion-heading > i:first-child {
  align-items: center;
  background: #eef7dc;
  border-radius: 10px;
  color: #95c41f;
  display: inline-flex;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.property-accordion-heading span {
  flex: 1;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1.3;
}

.property-accordion-chevron {
  align-items: center;
  border: 1px solid #dce9c8;
  border-radius: 50%;
  color: #739f2b;
  display: inline-flex;
  font-size: 16px;
  height: 30px;
  justify-content: center;
  transition: transform .2s ease;
  width: 30px;
}

.property-accordion-heading:hover {
  background: linear-gradient(135deg, #fbfdf8 0%, #f3f9e9 100%);
}

.property-video-card .property-accordion-heading {
  background: linear-gradient(135deg, #b91c1c 0%, #ef4444 100%);
  color: #fff;
}

.property-video-card .property-accordion-heading:hover {
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
}

.property-map-card .property-accordion-heading {
  background: linear-gradient(135deg, #075985 0%, #0ea5e9 100%);
  color: #fff;
}

.property-map-card .property-accordion-heading:hover {
  background: linear-gradient(135deg, #0c4a6e 0%, #0284c7 100%);
}

.property-video-card .property-accordion-copy small,
.property-map-card .property-accordion-copy small,
.property-video-card .property-accordion-copy strong,
.property-map-card .property-accordion-copy strong {
  color: #fff;
}

.property-video-card .property-accordion-icon {
  background: rgba(127, 29, 29, .55);
  box-shadow: none;
}

.property-map-card .property-accordion-icon {
  background: rgba(7, 89, 133, .55);
  box-shadow: none;
}

.property-video-card .property-accordion-chevron,
.property-map-card .property-accordion-chevron {
  border-color: rgba(255, 255, 255, .55);
  color: #fff;
}

.property-features-heading {
  background: linear-gradient(135deg, #12365a 0%, #1d6fa5 100%);
  color: #fff;
}

.property-features-heading:hover {
  background: linear-gradient(135deg, #0d2944 0%, #155985 100%);
}

.property-features-heading .property-accordion-copy small,
.property-features-heading .property-accordion-copy strong {
  color: #fff;
}

.property-features-heading .property-accordion-icon {
  background: rgba(9, 39, 65, .55);
  box-shadow: none;
}

.property-features-heading .property-features-toggle {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .55);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
  transition: transform .2s ease;
  width: 30px;
}

.property-info-panel.is-collapsed .property-features-toggle {
  transform: rotate(-90deg);
}

.property-features-card {
  background: #fff;
  border: 1px solid #e8ecef;
  border-radius: 2px;
  box-shadow: 0 10px 28px rgba(25, 42, 70, .07);
  overflow: hidden;
  padding: 0;
}

.property-features-card .property-accordion-heading {
  background: linear-gradient(135deg, #12365a 0%, #1d6fa5 100%);
  border-radius: 0;
  cursor: default;
  display: flex;
  gap: 14px;
  justify-content: flex-start;
  min-height: 78px;
  padding: 16px 22px;
  width: 100%;
}

.property-features-card .property-accordion-heading:hover {
  background: linear-gradient(135deg, #0d2944 0%, #155985 100%);
}

.property-features-card .property-accordion-icon {
  background: rgba(9, 39, 65, .55);
  box-shadow: none;
}

.property-features-card .property-accordion-copy small,
.property-features-card .property-accordion-copy strong {
  color: #fff;
}

.property-features-card .property-features-list {
  border-top: 1px solid #edf0f2;
}

.property-accordion-heading:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(149, 196, 31, .25);
  outline: none;
}

.property-accordion-card.is-collapsed .property-accordion-chevron {
  transform: rotate(-90deg);
}

.property-accordion-card.is-collapsed .property-accordion-content {
  display: none;
}

.property-accordion-content,
.property-media-content {
  border-top: 1px solid #edf0f2;
  padding: 24px;
}

.property-video-frame {
  background: #111;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.property-video-frame::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.property-video-frame iframe {
  border: 0;
  height: 100%;
  inset: 0;
  position: absolute;
  width: 100%;
}

.property-map-card {
  background: #fff;
  border: 1px solid #e8ecef;
}

.property-map-frame {
  border-radius: 5px;
  height: 340px;
  overflow: hidden;
}

.property-map-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

.property-accordion-icon {
  align-items: center;
  background: linear-gradient(135deg, #739f2b, #a5cc35);
  border-radius: 0;
  box-shadow: 0 8px 16px rgba(115, 159, 43, .2);
  color: #fff;
  display: inline-flex;
  flex: 0 0 46px;
  font-size: 17px;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.property-accordion-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.property-accordion-copy small {
  color: #739f2b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.property-accordion-copy strong {
  color: #263238;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.property-media-intro {
  color: #68747c;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 auto 18px;
  max-width: 900px;
  text-align: center;
}

.property-location-callout {
  align-items: center;
  background: #f5f9ed;
  border-left: 3px solid #95c41f;
  border-radius: 0;
  color: #52622d;
  display: flex;
  font-size: 13px;
  gap: 10px;
  margin-bottom: 16px;
  padding: 11px 14px;
}

.property-location-callout i {
  color: #739f2b;
  font-size: 16px;
}

.property-description-content > :first-child {
  margin-top: 0;
}

.property-description-content > :last-child {
  margin-bottom: 0;
}

.widget-featured-property > .row {
  margin-left: 0;
  margin-right: 0;
}

.widget-featured-property > .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.widget-featured-property > .row > [class*="col-"] {
  margin-bottom: 20px;
}

.widget-featured-property > .row > [class*="col-"]:last-child {
  margin-bottom: 0;
}

.properties-page .featured-flat-area .col-md-6 {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .property-features-card,
  .property-description-card {
    padding: 22px 16px;
  }

  .property-info-panel {
    padding: 0;
  }

  .property-features-heading {
    grid-template-columns: 38px 1fr 30px;
    min-height: 68px;
    padding: 12px 16px;
  }

  .property-panel-icon {
    height: 38px;
    width: 38px;
  }

  .property-panel-summary {
    display: none;
  }

  .property-info-panel .property-features-list {
    padding: 16px;
  }

  .property-map-frame {
    height: 280px;
  }

  .property-accordion-heading {
    min-height: 68px;
    padding: 12px 16px;
  }

  .property-accordion-content,
  .property-media-content {
    padding: 16px;
  }

  .property-video-frame {
    width: 100%;
  }

  .property-features-list {
    grid-template-columns: 1fr;
  }

  .property-description-metrics {
    display: block;
  }

  .property-description-metric {
    min-height: 64px;
    padding: 12px 10px;
  }

  .property-description-metric + .property-description-metric {
    border-left: 0;
    border-top: 1px solid #e8ecef;
  }

  .property-description-title {
    font-size: 23px;
  }
}

.property-description-card > .share-buttons {
  margin-top: 24px;
}

.property-photo-frame {
  align-items: center;
  aspect-ratio: 760 / 389;
  background: #111;
  display: flex;
  height: auto;
  max-width: 760px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.property-photo-background {
  display: none;
  filter: blur(14px) brightness(.55);
  height: calc(100% + 36px);
  inset: -18px;
  object-fit: cover;
  position: absolute;
  width: calc(100% + 36px);
}

.property-photo-image {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
  z-index: 1;
}

.property-photo-frame.is-vertical .property-photo-image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.property-photo-placeholder {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.property-photo-thumbnails {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 8px 0 12px;
  scrollbar-color: #9acd18 #eeeeee;
  scrollbar-width: thin;
}

.property-photo-thumbnails .pro-details-navs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
  width: max-content;
}

.property-photo-thumbnails .nav-item {
  flex: 0 0 auto;
  margin: 0;
  scroll-snap-align: start;
}

.property-photo-thumbnails .nav-link {
  align-items: center;
  background: #111;
  display: inline-flex;
  height: 85px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 120px;
}

.property-photo-thumbnails img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.property-search-form .filter-select {
  background: #12365a;
  border: 0;
  color: #fff;
  height: 46px;
  margin-bottom: 12px;
  text-align: center;
  width: 100%;
}

.property-search-form .filter-select:focus,
.property-feature-row select:focus {
  outline: 2px solid #12365a;
  outline-offset: 2px;
}

.property-search-form .filter-select option {
  background: #fff;
  color: #273248;
}

.property-filter-title {
  color: #12365a;
  display: block;
  font-size: 11px;
  letter-spacing: .04em;
  margin: 4px 0 6px;
  text-transform: uppercase;
}

.property-filter-value {
  color: #12365a;
  display: block;
  font-size: 11px;
  margin-bottom: 7px;
  text-align: center;
}

.property-range-row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-range-row input[type="range"] {
  accent-color: #12365a;
  display: block;
  margin: 0 0 13px;
  width: 100%;
}

.property-feature-row {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-feature-row .property-filter-title {
  text-align: center;
}

.property-feature-row select {
  border: 1px solid #12365a;
  height: 34px;
  padding: 0 8px;
  width: 100%;
}

.property-checks {
  border-top: 1px solid #e3e8eb;
  display: grid;
  gap: 12px 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 18px;
  padding-top: 16px;
}

.property-checks label {
  color: #536170;
  font-size: 11px;
  white-space: nowrap;
}

.property-checks input {
  accent-color: #12365a;
  margin-right: 4px;
}

.property-search-button,
.property-reset-button {
  border: 0;
  display: block;
  font-size: 13px;
  height: 46px;
  line-height: 46px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

.property-search-button,
.property-reset-button {
  background: #8bc34a;
  color: #fff;
}

.property-search-button {
  background: #12365a;
  border: 1px solid #12365a;
  color: #fff;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.property-search-button:hover,
.property-search-button:focus {
  background: #fff;
  border-color: #12365a;
  color: #12365a;
}

.property-search-button:hover {
  transform: translateY(-1px);
}

.home-property-search-button {
  background: #8bc34a;
  border-color: #8bc34a;
  color: #fff;
}

.home-property-search-button:hover,
.home-property-search-button:focus {
  background: #689f38;
  border-color: #689f38;
  color: #fff;
}

.home-property-search-form .filter-select {
  background: #8bc34a;
}

.home-property-search-form .filter-select:focus {
  outline-color: #8bc34a;
}

.home-property-search-form .property-range-row input[type="range"] {
  accent-color: #8bc34a;
}

.home-property-search-form {
  padding: 0;
}

.home-property-search-form > .row {
  align-items: end;
  row-gap: 12px;
}

.home-property-search-form .filter-select {
  height: 42px;
  margin-bottom: 0;
}

.home-property-search-form .property-filter-title {
  margin-top: 0;
}

.home-property-search-form .home-property-search-button {
  display: block;
  height: 42px;
  line-height: 42px;
  margin: 4px 0 0 auto;
  width: 180px;
}

.property-reset-button {
  background: #fff;
  border: 1px solid #12365a;
  color: #12365a;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.property-reset-button:hover,
.property-reset-button:focus {
  background: #12365a;
  color: #fff;
}

.property-reset-button:hover {
  transform: translateY(-1px);
}

.property-card-code {
  background: #f1f5f7;
  border: 1px solid #dce4e8;
  border-radius: 999px;
  color: #52606d;
  display: inline-flex;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin-left: 7px;
  padding: 5px 8px;
  text-transform: uppercase;
}

.property-media-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.property-media-card {
  background: #fff;
  border: 1px solid #e8edf1;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(25, 42, 70, .06);
  overflow: hidden;
}

.property-media-title {
  color: #12365a;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 16px 18px;
}

.property-media-title i {
  color: #739f2b;
  margin-right: 6px;
}

.property-video-frame,
.property-map-frame {
  background: #eef2f4;
  display: block;
  height: 245px;
  width: 100%;
}

.property-video-frame iframe,
.property-map-frame iframe {
  border: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  .property-media-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .property-search-form {
    padding-left: 0;
    padding-right: 0;
  }

  .home-property-search-form .home-property-search-button {
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .posts-page .posts-heading h2 {
    font-size: 26px;
  }

  .posts-page .post-card-image {
    height: 190px;
  }
}

/* ----------------------------------------------------
	Inicio: xxx
-------------------------------------------------------*/



.home-blog-section {
  background: #f8fafb;
  padding-top: 78px;
}

.home-blog-section .section-title-2 {
  margin-bottom: 38px;
}

.home-blog-section .section-title-2 h2 {
  color: #1f2d3d;
  letter-spacing: .02em;
}

.home-blog-section .section-title-2 p {
  color: #7b858c;
}

.home-blog-section .blog-carousel {
  margin-left: -12px;
  margin-right: -12px;
}

.home-blog-section .blog-carousel > .col {
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
}

.home-blog-section .blog-carousel > .col > .home-blog-card {
  width: 100%;
}

.home-blog-card {
  background: #fff;
  border: 1px solid #e4e9ed;
  border-radius: 2px;
  box-shadow: 0 6px 20px rgba(31, 45, 61, .08);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.home-blog-card:hover {
  border-color: #cbd5dc;
  box-shadow: 0 14px 30px rgba(31, 45, 61, .14);
  transform: translateY(-4px);
}

.home-blog-card-image {
  height: 192px;
  overflow: hidden;
}

.home-blog-card-image a,
.home-blog-card-image img {
  display: block;
  height: 100%;
  width: 100%;
}

.home-blog-card-image img {
  object-fit: cover;
  transition: transform .35s ease;
}

.home-blog-card:hover .home-blog-card-image img {
  transform: scale(1.03);
}

.home-blog-card-info {
  box-sizing: border-box;
  border-bottom: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 358px;
  min-height: 358px;
  padding: 22px;
}

.home-blog-card-title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 14px;
  min-height: 73px;
  overflow: hidden;
}

.home-blog-card-title a {
  color: #1f2d3d;
}

.home-blog-card-title a:hover {
  color: #8bc34a;
}

.home-blog-card-date {
  color: #8a96a3;
  font-size: 12px;
  margin: 0 0 20px;
}

.home-blog-card-excerpt {
  color: #52606d;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 24px;
  height: 96px;
  overflow: hidden;
}

.home-blog-card-link {
  align-items: center;
  color: #8bc34a;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  gap: 7px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.home-blog-card .share-buttons {
  margin-top: auto;
}

.home-blog-card-link:hover {
  color: #6f9f22;
}

.home-blog-card-link span {
  font-size: 18px;
  line-height: 1;
  transition: transform .2s ease;
}

.home-blog-card-link:hover span {
  transform: translateX(3px);
}

@media (max-width: 575px) {
  .home-blog-section {
    padding-top: 58px;
  }

  .home-blog-card-image {
    height: 210px;
  }
}

@media (max-width: 575px) {
  .whatsapp-cta {
    justify-content: center;
    min-width: 0;
    width: 100%;
  }

  .property-card-info {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.static-block-2 .text .link {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid red;
  color: red;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-top: 30px;
  padding: 10px 33px;
  text-transform: uppercase;
}
