.bde-text > *:last-child {
  margin-bottom: 0;
}
.bde-text > *:first-child {
  margin-top: 0;
}

.listado-propiedades {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0;
}

@media (max-width: 1024px) {
  .listado-propiedades {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .listado-propiedades {
    grid-template-columns: 1fr;
  }
}
.propiedad {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.image-div .image-container {
  align-content: end;
  min-height: 250px;
  padding: 15px;
  background-size: cover;
  background-position: center;
}
.image-div .image-container .price {
  background-color: #c6b7a7;
  display: flex;
  flex-direction: column;
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding: 7px 27px 7px 13px;
  min-width: 110px;
  width: fit-content;
}
.image-div .image-container .price p {
  font-size: 12px;
  font-weight: 400;
  color: #1e1e1e;
  margin: 0;
}

.info {
  display: flex;
  flex-direction: row;
  gap: 80px;
  font-size: 12px;
  color: #c6b7a7;
  text-transform: uppercase;
  padding: 20px 40px;
}
.info p {
  margin: 0;
}

.titulo {
  font-size: 24px;
  color: black;
  font-weight: 400;
  padding-left: 12px;
  margin-top: 0;
}

.property-info {
  margin-top: auto;
}
.property-info .property-details-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 768px) {
  .property-info .property-details-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .property-info .property-details-grid {
    grid-template-columns: 1fr;
  }
}
.property-info .property-details-grid .detail {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: black;
  font-weight: 400;
  border: 1px solid #D9D9D9;
}
.property-info .property-details-grid .detail .icon {
  display: flex;
  justify-content: center;
  padding-right: 12px;
}
.property-info .property-extra {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #5d5d65;
  margin-top: 15px;
  padding: 10px 24px;
  min-height: 35px;
  font-size: 12px;
}
.property-info .property-extra .ref {
  color: #c6b7a7;
}
.property-info .property-extra .ref-id {
  color: white;
  font-weight: 600;
}

/*# sourceMappingURL=main.css.map */
