.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;
}