#banner {
  padding: 0;
  margin: 0;
}

#banner img {
  width: 100%;
  padding-top: 3em;
  height: 750px;
  object-fit: cover;
  object-position: top;
  filter: drop-shadow(0 2px 15px black) brightness(0.9);
}

ul.dropdown-menu {
  left: -95px !important;
}

footer {
  width: 100%;
  bottom: 0;
  background: #333;
  color: white;
  position: fixed;
  padding: 20px 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: red;
}

div#principal {
  margin-bottom: 150px;
}

table {
  font-size: 12px;
}

table tbody tr:hover {
  background: #d3d3d3;
}

.table-propiedades tr td:nth-child(1) {
  width: 10%;
}

.table-propiedades tr td:nth-child(2) {
  width: 5%;
}

.table-propiedades tr td:last-child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.table-propiedades tr td:last-child i.fas {
  margin: 1px;
}
/*# sourceMappingURL=style.css.map */