body {
  background-color: #fff;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

h1 {
  margin-top: 80px;
}

.negativa {
  margin-top: -35px;
}

nav .brand-logo img {
  width: 105px; 
}

p {
  line-height: 2rem;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.btn {
  border-radius: 18px;
}

nav {
  margin-top: 15px;
  margin-bottom: 15px;
}

.card-panel, .card {
  border-radius: 18px;
}

.map {
  height: 400px;
  border-radius: 18px;
  width: 100%;
}

footer.page-footer {
  margin: 0;
}

.bordered {
  border-radius: 16px;
}

@media only screen and (max-width : 992px) {
  .header-top {
    margin-top: 8px;
  }
}