:root {
  --project-ink: #0b151a;
  --project-graphite: #1c2b2f;
  --project-sand: #d8a07b;
  --project-sand-strong: #f59b6d;
  --project-cream: #fff8f1;
  --project-ocean: #2fa6a2;
  --project-muted: #7b8a8f;
  --project-header-offset: 96px;
}

* {
  box-sizing: border-box;
}

.modal {
  z-index: 1050;
}

.accordion-collapse {
  transition: height 0.8s ease;
  display: block !important;
  height: 0px;
  overflow: hidden;
}

/* Zone info accordion - custom styles that won't conflict */
.zone-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.zone-accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
}

.zone-accordion-button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: #f8f9fa;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: left;
  transition: background 0.2s;
}

.zone-accordion-button:hover {
  background: #e9ecef;
}

.zone-accordion-button i {
  margin-right: 10px;
  color: #000000;
}

.zone-accordion-button span:first-of-type {
  flex: 1;
}

.zone-accordion-arrow {
  font-size: 10px;
  color: #999;
  transition: transform 0.2s;
}

.zone-accordion-button.zone-expanded .zone-accordion-arrow {
  transform: rotate(180deg);
}

.zone-accordion-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.zone-accordion-collapse.show {
  max-height: 500px;
}

.zone-accordion-body {
  padding: 12px 16px;
  background: #fff;
}

.zone-list-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zone-list-group-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}

.zone-list-group-item:last-child {
  border-bottom: none;
}

.zone-list-group-item strong {
  color: #333;
  font-weight: 500;
}

.zone-distance {
  color: #999;
  font-size: 12px;
}

.header .navbar {
  padding: 10px 0px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: space-around;
}
#titleDesc{
  color: #364144;
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.container {
  max-width: 1256px;
  margin: 0 auto;
}

.header .navbar-nav .nav-item {
  margin-right: 21px;
  display: flex;
  align-items: center;
  font-family: var(--font-sans);
}

.navbar-nav {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}



/* The Modal (background) */
.modal-img-t {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  justify-content: center;
  align-items: center;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (Image) */
.modal-content-img-t {
  margin: 0;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 78vh;
  object-fit: contain;
}


/* Add Animation - Zoom in the Modal */
.modal-content-img-t{
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close-img-t {
  position: absolute;
  top: 16px;
  left: 18px;
  right: auto;
  color: #f1f1f1;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  transition: 0.3s;
}

.close-img-t:hover,
.close-img-t:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.contact_form {
  z-index: 1;
}

#modal-telefono {
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}

.content-modal {
  background-color: white;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  padding: 25px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
}

.property-hd-sec {
  display: block;
  float: none;
  clear: both;
  margin-bottom: 0;
  position: relative;
}

.property-pg-left > .card-floating,
.property-pg-left > #tipologias {
  clear: both;
  width: 100%;
}

.project-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0 12px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: #6a7b81;
}

.project-breadcrumb a {
  color: #3f8cf6;
  text-decoration: none;
}

.project-breadcrumb a:hover {
  color: #2f79df;
  text-decoration: underline;
}

.project-breadcrumb .is-current {
  color: #1f343b;
  font-weight: 600;
}

.property-single-pg {
  padding: 0px !important;
  padding-bottom: 110px !important;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content-img-t {
    width: 100%;
  }
}

.show {
  height: 100%;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.8s ease;
}

#notificaciones_c{
    height: 17px;
    width: 17px;
}

#label_body_consulta{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 85%;
    color: black;
    font-size: 12px;
    line-height: normal;
}

.project-hero {
  position: relative;
  top: auto;
  left: 0;
  right: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
  width: 100%;
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  display: block;
  will-change: auto;
  transition: none;
  box-sizing: border-box;
  border: 1px solid rgba(28, 43, 47, 0.12);
}

#respecto_a_este {
  width: 100%;
  height: auto;
  display: block;
}

#este_quiero_centrar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 !important;
}

#este_quiero_centrar > .col-lg-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.project-hero > .row {
  width: 100%;
  margin: 0;
}

.project-hero > .row > .col-lg-12 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-hero__content {
  width: 100%;
  max-width: 1100px;
  color: #fff;
  padding: 20px 16px;
  padding-right: 68px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 45px rgba(4, 10, 14, 0.28);
  animation: fadeUp 0.8s ease forwards;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  position: relative;
}

.project-hero__content.is-hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

.project-hero__eyebrow {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.project-hero__content .titulo_agrupacion {
  text-align: center;
  margin: 0;
  font-size: clamp(22px, 5vw, 44px);
  line-height: 1.12;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.52);
}

.project-hero__chips {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.project-hero__chips span {
  background: rgba(8, 15, 18, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.project-hero__actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
}

.project-hero__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
  margin: 0;
}

.project-hero__contact-chip {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.metric-card {
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 18px;
  padding: 12px;
  animation: floatCard 6s ease-in-out infinite;
}

.metric-card small {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.65);
}

.metric-card strong {
  display: block;
  font-size: 18px;
  margin: 4px 0;
  color: #fff;
}

.metric-card span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
}

@media (min-width: 768px) {
  .project-hero {
    padding: 40px 24px;
    align-items: center;
  }

  .project-hero__content {
    padding: 28px 26px;
    padding-right: 84px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px 32px;
  }

  .project-hero__eyebrow {
    grid-column: 1 / -1;
    font-size: 14px;
  }

  .project-hero__content .titulo_agrupacion {
    grid-column: 1 / -1;
  }

  .project-hero__chips {
    grid-column: 1 / -1;
  }

  .project-hero__actions {
    grid-column: 1 / -1;
    gap: 16px;
  }

  .project-hero__metrics {
    grid-column: 1 / -1;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .project-hero__contact-chip {
    grid-column: 1 / -1;
  }

  .metric-card {
    padding: 16px 18px;
  }

  .metric-card small {
    font-size: 11px;
  }

  .metric-card strong {
    font-size: 24px;
    margin: 6px 0;
  }

  .metric-card span {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .project-hero__content {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    gap: 12px 16px;
    align-items: center;
  }

  .project-hero__eyebrow,
  .project-hero__content .titulo_agrupacion,
  .project-hero__chips,
  .project-hero__actions,
  .project-hero__metrics,
  .project-hero__contact-chip {
    grid-column: 1 / -1;
    text-align: center;
  }

  .project-hero__metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .project-hero__contact-chip {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 576px) {
  html, body {
    overflow-x: hidden;
  }

  .project-hero {
    align-items: flex-start;
    padding: 60px 12px 16px;
  }

  #respecto_a_este {
    width: 100%;
    height: 100%;
  }

  #este_quiero_centrar {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .project-hero > .row {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .project-hero > .row > .col-lg-12 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
  }

  .project-hero__content {
    width: 100%;
    padding: 0;
    margin-top: 16px;
    border-radius: 0;
    gap: 12px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  
  .project-hero__actions {
    display: none;
  }

  .project-hero__eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .project-hero__content .titulo_agrupacion {
    font-size: 22px;
  }

  .project-hero__chips {
    flex-wrap: wrap;
  }

  .project-hero__chips span {
    font-size: 9px;
    padding: 4px 10px;
  }

  .project-hero__metrics {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .metric-card {
    padding: 10px 12px;
    border-radius: 12px;
  }

  .metric-card small {
    font-size: 9px;
  }

  .metric-card strong {
    font-size: 16px;
    margin: 2px 0;
  }

  .metric-card span {
    font-size: 10px;
  }

  .project-hero__share-btn {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .project-hero__content {
    padding-right: 16px;
  }

  .project-hero__share {
    position: relative;
    top: auto;
    right: auto;
    align-self: flex-end;
    margin-bottom: 6px;
  }

  .project-hero__share-menu {
    top: calc(100% + 8px);
    right: 0;
  }
}



.btn-hero {
  border: none;
  background: linear-gradient(120deg, var(--project-sand), var(--project-sand-strong));
  color: #1d1d1d;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 15px;
}

.btn-hero.ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-hero:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.btn-hero--whatsapp {
  background: linear-gradient(140deg, #1da851, #28d366);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.btn-hero--whatsapp i {
  font-size: 18px;
}

.project-hero__share {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 10;
}

.project-hero__share-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.project-hero__share-btn:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.08);
}

.project-hero__share-menu {
  position: absolute;
  top: 50px;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  min-width: 44px;
}

.project-hero__share-menu.is-open {
  display: flex;
}

.project-hero__share-menu a,
.project-hero__share-menu button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: transparent;
  color: #333;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  text-decoration: none;
}

.project-hero__share-menu a:hover,
.project-hero__share-menu button:hover {
  background: #f0f0f0;
  color: #000;
}

.project-hero__share-menu .fa-whatsapp {
  color: #25D366;
}

.project-hero__share-menu .fa-facebook-f {
  color: #1877F2;
}

.project-hero__share-menu .fa-twitter {
  color: #1DA1F2;
}

.chip-btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 14px 22px;
  border-radius: 16px;
  text-decoration: none;
  background: rgba(6, 12, 15, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
  min-width: 220px;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.chip-btn span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
}

.chip-btn strong {
  font-size: 22px;
  line-height: 1.1;
}

.chip-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 34px rgba(0, 0, 0, 0.36);
  filter: saturate(1.08);
}

#hero-tel {
  background: linear-gradient(140deg, #f59b6d, #ffb78e);
  border-color: rgba(255, 255, 255, 0.65);
  color: #1f1f1f;
}

#hero-tel span {
  color: rgba(22, 22, 22, 0.78);
}

#hero-whatsapp {
  background: linear-gradient(140deg, #1da851, #28d366);
  border-color: rgba(255, 255, 255, 0.58);
  animation: ctaPulse 2.8s ease-in-out infinite;
}

@keyframes ctaPulse {
  0%,
  100% {
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.28);
  }
  50% {
    box-shadow: 0 20px 34px rgba(10, 60, 30, 0.42);
  }
}

.project-shell {
  margin-top: 0;
  position: relative;
  z-index: 1;
  padding: 0px;
}


.project-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

@media (min-width: 768px) {
  .property-hd-sec {
    margin-bottom: 26px;
  }

  .project-hero {
    background-size: contain;
    background-color: #0f171c;
    height: clamp(560px, 78vh, 980px);
  }

  .project-grid {
    flex-wrap: nowrap;
    column-gap: 30px;
    row-gap: 0;
  }

  .project-main {
    flex: 0 0 70%;
    max-width: 70%;
  }

  .project-sidebar {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .project-sidebar .sidebar {
    position: static;
    top: auto;
  }
}

.project-main,
.project-sidebar .sidebar-card {
  width: 100%;
}

.card-floating {
  background: #fff;
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.card-floating:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.card-floating > * {
  position: relative;
  z-index: 1;
}

.project-main .card-floating {
  animation: sectionRise 0.7s ease forwards;
}

.project-main .card-floating:nth-of-type(2) {
  animation-delay: 0.06s;
}

.project-main .card-floating:nth-of-type(3) {
  animation-delay: 0.12s;
}

.project-main .card-floating:nth-of-type(4) {
  animation-delay: 0.18s;
}

.project-media-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}

.project-media-filters {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.project-media-filter {
  border: 1px solid rgba(28, 43, 47, 0.22);
  background: #fff;
  color: var(--project-graphite);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.project-media-filter:hover,
.project-media-filter.is-active {
  background: var(--project-ocean);
  border-color: var(--project-ocean);
  color: #fff;
}

.project-media-grid .multimedia-item {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
  grid-column: span 4;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.project-media-grid .multimedia-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.project-media-grid .multimedia-item--featured {
  grid-column: span 8;
  grid-row: span 2;
  aspect-ratio: auto;
  min-height: 100%;
}

.project-media-grid .multimedia-item:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 45%, rgba(0, 0, 0, 0.45) 100%);
}

.multimedia-item__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(8, 15, 19, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}

.multimedia-item__play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.45);
}

.multimedia-item__more {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(6, 12, 15, 0.5);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.multimedia-item--photo-hidden {
  display: none !important;
}

.multimedia-item.is-hidden {
  display: none !important;
}

@media (max-width: 991px) {
  .project-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .project-media-grid .multimedia-item,
  .project-media-grid .multimedia-item--featured {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1 / 1;
  }
}

.section-eyebrow {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--project-muted);
  margin-bottom: 8px;
}

.section-heading-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}

.section-heading-line h2 {
  margin: 0;
  color: var(--project-graphite);
}

.section-heading-line span {
  color: var(--project-muted);
  font-size: 14px;
}

.tipologias-swiper {
  width: 100%;
  padding: 40px 0 20px;
  position: relative;
  overflow: hidden;
}

.tipologias-swiper .swiper-slide {
  width: 320px;
  height: auto;
}

@media (min-width: 768px) {
  .tipologias-swiper .swiper-slide {
    width: 340px;
  }
}

@media (min-width: 992px) {
  .tipologias-swiper .swiper-slide {
    width: 360px;
  }
}

.tipologias-swiper .swiper-button-prev,
.tipologias-swiper .swiper-button-next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: var(--project-graphite);
  margin: 0;
}

.tipologias-swiper .swiper-button-prev {
  right: 52px;
  left: auto;
}

.tipologias-swiper .swiper-button-next {
  right: 4px;
}

.tipologias-swiper .swiper-button-prev::after,
.tipologias-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .tipologias-swiper .swiper-button-prev,
  .tipologias-swiper .swiper-button-next {
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 5;
  }
}

.tipologia-card {
  background: #ffffff;
  color: var(--project-graphite);
  border-radius: 0;
  border: 1px solid rgba(28, 43, 47, 0.12);
  box-shadow: 0 8px 18px rgba(12, 28, 34, 0.06);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  height: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tipologia-card:hover {
  border-color: rgba(28, 43, 47, 0.2);
  box-shadow: 0 12px 24px rgba(12, 28, 34, 0.1);
  transform: translateY(-1px);
}

.tipologia-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid rgba(28, 43, 47, 0.12);
  background: linear-gradient(180deg, #f7fafc 0%, #edf2f6 100%);
}

.tipologia-card__img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  padding: 8px;
  cursor: pointer;
  transition: transform 0.35s ease;
}

.tipologia-card__media:hover .tipologia-card__img {
  transform: scale(1.03);
}

.tipologia-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.chip {
  background: #f2f5f7;
  color: #2f4147;
  padding: 7px 14px;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  font-weight: 700;
}

.price-label {
  font-weight: 700;
  font-size: 24px;
  color: #1f3a43;
  line-height: 1.2;
}

.tipologia-card__stats {
  display: grid;
  grid-template-columns: 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 10px;
}

.tipologia-card__stats li {
  font-size: 14px;
  color: #495c63;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #f8fbfd;
  border: 1px solid rgba(28, 43, 47, 0.12);
  border-radius: 0;
  padding: 10px 12px;
  min-width: 0;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.tipologia-card__stats li i {
  color: #4a5b61;
}

.tipologia-card__cta {
  font-size: 13px;
  color: #65767b;
  letter-spacing: 0;
  line-height: 1.45;
}

.tipologia-card__contact-link {
  display: inline-block;
  color: #2f4147;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px;
  font-weight: 600;
  background: transparent;
  border: 0;
  padding: 0;
  margin-top: auto;
}

.tipologia-card__contact-link:hover,
.tipologia-card__contact-link:focus {
  color: #1c2b2f;
}

.tipologia-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.project-files__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.project-sidebar-documents {
  display: grid;
  gap: 12px;
  margin-bottom: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(28, 43, 47, 0.12);
}

.project-sidebar-documents__title {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5a6d73;
}

.project-sidebar-documents__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: none;
  padding: 12px 24px;
  background: var(--project-graphite);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.project-sidebar-documents .pill-action {
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid rgba(28, 43, 47, 0.18);
  background: #f5f7f8;
  color: #3c4d53;
  box-shadow: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.project-sidebar-documents .pill-action i {
  font-size: 12px;
  opacity: 0.7;
}

.project-sidebar-documents .pill-action:hover {
  transform: none;
  background: #edf1f2;
  border-color: rgba(28, 43, 47, 0.3);
  color: #29393f;
}

.pill-action:hover {
  transform: translateY(-3px);
  background: var(--project-ocean);
}

.project-richtext .project-richtext__content {
  color: #2d3748 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  font-family: var(--font-sans) !important;
  font-weight: 400 !important;
}

.project-richtext .project-richtext__content p {
  margin-bottom: 20px !important;
  color: #2d3748 !important;
}

.project-richtext__content {
  padding: 20px 0;
}

.card-floating.project-richtext .descp-text > p {
  color: #2d3748 !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
}

.project-zone__map {
  margin-bottom: 25px;
  border-radius: 0;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(47, 166, 162, 0.15);
}

.project-zone__info h3 {
  margin-bottom: 12px;
  color: var(--project-graphite);
}

.project-videos .swiper-slide {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.sidebar-card {
  padding: 32px;
  border: 1px solid rgba(28, 43, 47, 0.08);
}

.project-sidebar #contact-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  overflow: hidden;
}

.project-sidebar-overview {
  border-bottom: 1px solid rgba(28, 43, 47, 0.14);
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.project-overview-card.project-sidebar-overview {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.project-sidebar-overview--mobile {
  display: none;
}

.project-sidebar-overview--mobile-details {
  display: none;
}

.project-hero-mobile-title {
  display: none;
}

.project-sidebar-overview__eyebrow {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #61767d;
}

.project-sidebar-overview__title {
  margin: 8px 0 12px;
  font-size: 30px;
  line-height: 1.1;
  color: var(--project-graphite);
}

.project-sidebar-overview__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.project-sidebar-overview__meta span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  color: #4f656d;
  border: 1px solid rgba(28, 43, 47, 0.18);
  padding: 5px 8px;
}

.project-sidebar-overview__stats {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.project-sidebar-overview__stats li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  font-size: 13px;
  color: #5a6d73;
}

.project-sidebar-overview__stats li strong {
  color: #1f3a43;
  font-size: 15px;
}

.project-sidebar-overview__share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.project-sidebar-overview__share > span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5a6d73;
}

.project-sidebar-overview__share-links {
  display: inline-flex;
  gap: 6px;
}

.project-sidebar-overview__share-links a,
.project-sidebar-overview__share-links button {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(28, 43, 47, 0.22);
  background: #fff;
  color: #2f4147;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 13px;
  cursor: pointer;
}

.project-sidebar-overview__share-links a:hover,
.project-sidebar-overview__share-links button:hover {
  background: #f3f7f9;
}

.project-sidebar #contact-form button,
.project-sidebar #contact-form .btn,
.project-sidebar #contact-form .btn-consultar,
.project-sidebar #contact-form .sidebar-toggle,
.project-sidebar #contact-form .query-submit,
.project-sidebar #contact-form .project-query-modal__close {
  border-radius: 0 !important;
}

.sidebar-brand {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.sidebar-brand__logo {
  width: 90px;
  height: 90px;
  object-fit: contain;
  border-radius: 20px;
  background: #fff;
  padding: 8px;
}

.sidebar-brand__eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: var(--project-muted);
  margin: 0 0 4px;
}

.sidebar-brand__title {
  margin: 0;
  color: var(--project-graphite);
}

.sidebar-intro {
  background: rgba(47, 166, 162, 0.08);
  border-radius: 18px;
  padding: 14px 16px;
  margin-bottom: 0;
  color: var(--project-graphite);
}

.sidebar-contact-pills {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 0;
}

.sidebar-contact-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 16px;
  text-decoration: none;
  background: #fff;
  border: 1px solid rgba(28, 43, 47, 0.14);
  color: var(--project-graphite);
  box-shadow: 0 10px 20px rgba(14, 29, 34, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sidebar-contact-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(14, 29, 34, 0.14);
}

.sidebar-contact-pill i {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(47, 166, 162, 0.12);
  color: #1e6d6a;
}

.sidebar-contact-pill span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #5a6a70;
}

.sidebar-contact-pill strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
}

.sidebar-contact-pill--wpp {
  position: relative;
  isolation: isolate;
  background: #ffffff;
  border-color: rgba(28, 43, 47, 0.18);
  color: var(--project-graphite);
  box-shadow: 0 10px 20px rgba(14, 29, 34, 0.08);
}

.sidebar-contact-pill--wpp i {
  background: #e8f8ef;
  color: #0f8f3e;
  border: 1px solid rgba(15, 143, 62, 0.35);
  font-size: 18px;
}

.sidebar-contact-pill--wpp span,
.sidebar-contact-pill--wpp strong {
  color: inherit;
}

.sidebar-contact-pill--wpp:hover {
  transform: none;
  box-shadow: 0 10px 20px rgba(14, 29, 34, 0.08);
}

.sidebar-contact-pill--wpp > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) and (hover: hover) and (pointer: fine) {
  .sidebar-contact-pill--wpp {
    border: 1px solid transparent;
    background:
      linear-gradient(#ffffff, #ffffff) padding-box,
      conic-gradient(
        from var(--sidebar-wpp-shimmer-angle),
        rgba(37, 211, 102, 0) 0deg,
        rgba(37, 211, 102, 0) 304deg,
        rgba(255, 255, 255, 0.98) 322deg,
        rgba(37, 211, 102, 0.95) 340deg,
        rgba(255, 255, 255, 0.98) 354deg,
        rgba(37, 211, 102, 0) 360deg
      ) border-box;
    animation: sidebarWppShimmer 2.6s linear infinite;
  }
}

@property --sidebar-wpp-shimmer-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes sidebarWppShimmer {
  from {
    --sidebar-wpp-shimmer-angle: 0deg;
  }
  to {
    --sidebar-wpp-shimmer-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-contact-pill--wpp {
    animation: none;
    border-color: rgba(28, 43, 47, 0.18);
    background: #ffffff;
  }
}

.sidebar-section-title {
  margin-top: 18px;
  margin-bottom: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(28, 43, 47, 0.12);
}

.sidebar-section-title .widget-title {
  margin: 0;
  font-size: 20px;
}

.sidebar-section-title p {
  margin: 8px 0 0;
  color: #607278;
  font-size: 14px;
  line-height: 1.45;
}

.sidebar-toggle {
  width: 100%;
  margin-top: 10px;
  border-radius: 14px;
  border: 1px solid rgba(28, 43, 47, 0.16);
  padding: 11px 14px;
  background: #fff;
  color: #203338;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  cursor: pointer;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.sidebar-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--project-ocean);
  box-shadow: 0 10px 18px rgba(13, 26, 31, 0.08);
}

.sidebar-toggle img {
  width: 20px;
}

.sidebar.layout2-a .contact_form,
.post-comment-sec .contact_form {
  background: #fff;
  border-radius: 24px;
  padding: 18px;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.project-sidebar .btn-consultar {
  border-radius: 999px;
  background: var(--project-ocean);
  color: #fff;
  font-weight: 600;
}

.project-sidebar .contact_form input,
.project-sidebar .contact_form textarea,
.project-sidebar .contact_form select {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(28, 43, 47, 0.16);
  padding: 10px 12px;
  background: #fff;
  color: #1e2f34;
}

.project-sidebar .contact_form textarea {
  min-height: 96px;
  resize: vertical;
}

.project-sidebar .contact_form input:focus,
.project-sidebar .contact_form textarea:focus,
.project-sidebar .contact_form select:focus {
  border-color: var(--project-ocean);
  box-shadow: 0 0 0 3px rgba(47, 166, 162, 0.18);
  outline: 0;
}

.project-sidebar .contact_form h3 {
  margin-bottom: 14px;
  color: var(--project-graphite);
}

.project-sidebar .contact_form .btn-consultar {
  width: 100%;
  border: 0;
  border-radius: 14px;
  padding: 11px 14px;
}

.project-sidebar #section-query > .col-lg-12,
.project-sidebar #section-query > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}

.project-sidebar #section-query {
  float: none;
  clear: none;
  margin-top: 0;
  width: 100%;
  padding-top: 18px;
  border-top: 1px solid rgba(28, 43, 47, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.95));
  border-radius: 18px;
  padding: 18px 14px 14px;
}

.project-sidebar #section-query .sidebar-section-title {
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  border-top: 0;
}

.project-sidebar #section-query .sidebar-section-title .widget-title {
  font-size: 21px;
  letter-spacing: 0.3px;
}

.project-sidebar #section-query .sidebar-section-title p {
  font-size: 13px;
  color: #5f6f75;
}

.project-sidebar #section-query .sidebar-toggle:first-of-type {
  margin-top: 0;
}

.project-sidebar #section-query .sidebar-toggle {
  position: relative;
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(16, 33, 38, 0.14);
  background: #ffffff;
  color: #1e2f34;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 16px rgba(14, 29, 34, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease,
    background-color 0.2s ease;
}

.project-sidebar #section-query .sidebar-toggle:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: auto;
  font-size: 12px;
  opacity: 0.8;
}

.project-sidebar #section-query .sidebar-toggle img {
  margin-right: 2px !important;
}

.project-sidebar #section-query #btn_consultar {
  border-color: rgba(47, 166, 162, 0.3);
  background: linear-gradient(180deg, #ffffff, #f2fbfa);
}

.project-sidebar #section-query #btn_visita {
  border-color: rgba(245, 155, 109, 0.35);
  background: linear-gradient(180deg, #ffffff, #fff7f2);
}

.project-sidebar #section-query #btn_recomedar {
  border-color: rgba(94, 119, 198, 0.33);
  background: linear-gradient(180deg, #ffffff, #f3f6ff);
}

.project-sidebar #section-query .sidebar-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(14, 29, 34, 0.14);
}

.project-sidebar #section-query .sidebar-toggle.is-active {
  border-color: var(--project-ocean);
  background: linear-gradient(145deg, #2fa6a2, #208784);
  color: #fff;
  box-shadow: 0 16px 24px rgba(32, 135, 132, 0.35);
}

.project-sidebar #section-query .sidebar-toggle.is-active img {
  filter: brightness(0) invert(1);
}

.project-sidebar #section-query .contact_form {
  margin-top: 12px !important;
}

.project-query-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: none;
  padding: 16px;
}

.project-query-modal.is-open {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.project-query-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 14, 17, 0.56);
}

.project-query-modal__container {
  position: relative;
  z-index: 1;
  width: min(720px, 100%);
  max-height: calc(100dvh - 32px);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(6, 14, 18, 0.3);
  overflow: hidden;
}

.project-query-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: #1f3439;
  font-size: 28px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(8, 15, 18, 0.18);
  z-index: 2;
  cursor: pointer;
}

.project-query-modal__content {
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  padding: 24px;
}

.project-query-modal__content > .contact_form {
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
}

.project-query-modal__container h3 {
  margin-top: 0;
  margin-bottom: 14px;
  padding-right: 48px;
}

.query-modal-header {
  margin-bottom: 16px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(47, 166, 162, 0.25);
  background: linear-gradient(160deg, #f5fbfb 0%, #eff8f8 100%);
}

.query-modal-header__eyebrow {
  display: inline-block;
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #2b6f6d;
  margin-bottom: 6px;
}

.query-modal-header h3 {
  margin: 0;
  padding-right: 34px;
}

.query-modal-header__subtitle {
  margin: 10px 0 0;
  color: #4c5f65;
  font-size: 14px;
  line-height: 1.5;
}

.query-modal-login-required {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 32px 20px;
  margin-bottom: 18px;
  border-radius: 18px;
  border: 1px solid rgba(47, 166, 162, 0.25);
  background: linear-gradient(160deg, #f5fbfb 0%, #eff8f8 100%);
}

.query-modal-login-required__icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 4px 12px rgba(47, 166, 162, 0.15);
}

.query-modal-login-required__icon i {
  font-size: 24px;
  color: var(--project-ocean);
}

.query-modal-login-required h3 {
  margin: 0 0 8px;
  padding: 0;
  color: var(--project-graphite);
  font-size: 18px;
}

.query-modal-login-required p {
  margin: 0 0 20px;
  color: #5a6d72;
  font-size: 14px;
  line-height: 1.5;
}

.query-modal-login-required .query-submit {
  min-width: 180px;
}

.query-modal-grid {
  row-gap: 8px;
}

.query-field label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #3f5258;
  margin-bottom: 6px;
}

.query-field input,
.query-field textarea,
.query-field select {
  border-width: 1.5px;
}

.query-field textarea {
  min-height: 120px;
}

.query-modal-footer {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.query-check {
  margin-bottom: 12px;
}

.query-check label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #465c62;
  font-size: 13px;
}

.query-submit {
  width: auto;
  min-height: 52px;
  min-width: 220px;
  border: 1.5px solid #1e4c6d;
  border-radius: 999px !important;
  background: #fff !important;
  color: #1e4c6d !important;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 16px rgba(15, 38, 56, 0.12);
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.project-query-modal .query-submit {
  width: auto !important;
  max-width: none;
  margin-top: 0;
}

.query-submit:hover {
  transform: translateY(-1px);
  background: #f6fbff !important;
  box-shadow: 0 12px 20px rgba(15, 38, 56, 0.16);
}

.query-submit:active {
  transform: translateY(0);
}

.query-submit:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(30, 76, 109, 0.18), 0 8px 16px rgba(15, 38, 56, 0.12);
}

.query-error {
  display: block;
  margin-top: 8px;
  color: #d13f3f !important;
  font-size: 13px;
  font-weight: 600;
}

.query-field select {
  width: 100%;
  border-radius: 14px;
  border: 1.5px solid rgba(28, 43, 47, 0.16);
  padding: 10px 12px;
  background: #fff;
  color: #1e2f34;
  font-family: var(--font-sans);
  font-size: 14px;
}

.query-field select:focus {
  border-color: var(--project-ocean);
  box-shadow: 0 0 0 3px rgba(47, 166, 162, 0.18);
  outline: 0;
}

.query-field__time-group {
  display: flex;
  align-items: center;
  gap: 6px;
}

.query-field__time-group select {
  width: auto;
  min-width: 68px;
}

.query-field__time-separator {
  font-weight: 600;
  color: #1e2f34;
}

.project-query-modal__container .row {
  margin-left: -8px;
  margin-right: -8px;
}

.project-query-modal__container .col-lg-12,
.project-query-modal__container .col-md-12,
.project-query-modal__container .col-12,
.project-query-modal__container .col-lg-6,
.project-query-modal__container .col-md-6 {
  padding-left: 8px;
  padding-right: 8px;
}

.project-query-modal__container .consultas-form {
  margin-top: 6px;
}

@media (max-width: 767px) {
  .property-single-pg,
  .project-shell,
  .property-single-page-content,
  .project-main,
  .project-sidebar,
  .project-hero {
    overflow-x: hidden;
  }

  .project-query-modal {
    padding: 12px;
  }

  .project-query-modal.is-open {
    align-items: flex-start;
  }

  .project-query-modal__container {
    width: 100%;
    max-height: calc(100dvh - 24px);
    margin-top: max(8px, env(safe-area-inset-top));
    border-radius: 18px;
  }

  .project-query-modal__content {
    max-height: calc(100dvh - 40px);
    padding: 20px 14px 14px;
  }

  .project-query-modal__close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .project-query-modal__container .row {
    margin-left: 0;
    margin-right: 0;
  }

  .project-query-modal__container .col-lg-12,
  .project-query-modal__container .col-md-12,
  .project-query-modal__container .col-12,
  .project-query-modal__container .col-lg-6,
  .project-query-modal__container .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .query-modal-header {
    padding: 16px;
  }

  .query-modal-header h3 {
    font-size: 22px;
  }

  .query-modal-login-required {
    padding: 24px 16px;
  }

  .query-submit {
    width: 100%;
    min-width: 0;
  }

  .query-field__time-group {
    gap: 8px;
  }

  .query-field__time-group select {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
  }
}

html.project-modal-open,
body.project-modal-open {
  overflow: hidden;
  height: 100%;
}

.social_links li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(15, 30, 35, 0.14);
}

.social_links li a svg {
  width: 28px;
  height: 28px;
}

.social_links {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.project-main .files button,
.project-main .files .pill-action {
  flex: 1;
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatCard {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-6px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes heroPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.9;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.65;
  }
}

@keyframes sectionRise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .project-hero {
    padding: 0;
  }

  .project-shell {
    margin-top: 0;
  }

  .project-sidebar-overview__title {
    font-size: 24px;
  }

  .project-hero-mobile-title {
    display: block;
    position: absolute;
    left: 12px;
    right: 12px;
    top: 12px;
    z-index: 3;
  }

  .project-hero-mobile-title h1 {
    margin: 0;
    font-size: 26px;
    line-height: 1.12;
    color: #ffffff;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.55);
  }

  .project-sidebar-overview--mobile-details {
    display: block;
    padding: 0 10px;
  }

  .project-sidebar-documents {
    margin-top: 14px;
  }

  .project-sidebar-documents__actions {
    flex-direction: column;
  }

  .project-sidebar-documents .pill-action {
    width: 100%;
    justify-content: center;
  }

  .project-sidebar-overview--desktop {
    display: none;
  }

  .project-breadcrumb {
    font-size: 12px;
    gap: 6px;
    flex-wrap: nowrap;
  }

  .project-breadcrumb .is-current {
    flex: 1;
    min-width: 0;
    max-width: none;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .card-floating,
  .sidebar-card {
    padding: 10px;
  }
  .tipologias-swiper .swiper-slide {
    width: 310px;
  }
  .tipologia-card {
    padding: 18px;
    gap: 16px;
  }
  .tipologia-card__img {
    height: 180px;
  }
  .sidebar-brand {
    flex-direction: column;
    text-align: center;
  }
}

@media (min-width: 992px) {
  #tipologias {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .project-breadcrumb {
    margin-top: 10px;
  }

  .project-shell,
  .property-single-page-content,
  .project-grid,
  .project-sidebar {
    overflow: visible;
  }

  .project-sidebar {
    position: static;
    top: auto;
    align-self: stretch;
  }

  .project-sidebar .sidebar {
    position: sticky;
    top: 104px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 16px;
    float: none !important;
    margin-top: 0 !important;
  }

  .project-sidebar #contact-form {
    margin-top: 0;
  }
}

@media (max-width: 575px) {
  .project-section-heading {
    text-align: left;
  }
  .section-heading-line {
    flex-direction: column;
    align-items: flex-start;
  }
  .tipologias-swiper .swiper-slide {
    width: min(88vw, 340px);
  }
  .tipologia-card__stats {
    grid-template-columns: 1fr;
  }
  .price-label {
    font-size: 19px;
  }

  .project-breadcrumb .is-current {
    display: inline-block;
  }

  .project-sidebar-overview__share {
    flex-direction: column;
    align-items: flex-start;
  }
}
