html {
  font-size: 18px;
}

span.navbar-title {
  display: block;
}

span.navbar-subtitle {
  display: block;
  font-size: 0.7em;
}

@media (min-width: 768px) {
  .width-md-120px {
    width: 120px !important;
  }
}

@media (min-width: 768px) {
  .width-md-240px {
    width: 240px !important;
  }
}

/*
@media (min-width: 768px) {
  .rounded-md-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
*/

img.propiedad-img {
  width: 100%;
  height: 100%;
  max-height: 300px;
  object-fit: cover;
}

@media (min-width: 768px) {
  img.propiedad-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.icon {
  width: 1.2em;
  height: 1.2em;
  fill: currentColor; /* Hereda el color del texto */
  vertical-align: text-top;
}

td.propiedad-data {
  text-align: right;
}

.nav-link:hover {
  background-color: #495057; /* bg-secondary */
}
