.imagen-inmueble {
  position: relative;
}

.imagen-inmueble-texto {
  position: absolute;
  z-index: 100;
  top: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.65);
  padding: 4px 8px;
  color: white;
  margin: 0;
  font: 20px Sans-Serif;
}

.brand-logo {
  display: block;
  width: 150px;
  height: 50px;
  background: url(../images/logo-nav.png) no-repeat;
  margin-top: 8px;
}

.card-inmueble {
    max-height: 220px;
    min-height: 180px;
}

.card-content {
    max-height: 220px;
    min-height: 180px;
}

.card-title i {
    position: absolute;
    float: right;
    margin-left: 0px;
    right: 8px;
    top: 8px;
}

.divider {
  margin: 10px 0;
}

.detalles-propiedad .row {
  margin-bottom: 0px;
}

.demo {
    width: 1080px;
    margin: auto;
}

.card .card-image {
  
}

.card .card-image img {
  margin: auto;
  padding: 8px;
  width: auto;
}