body {
  background-color: #fff;
}

.menuTop {
  border-radius: 32px;
  padding: 0px 14px;
  margin-top: 20px;
}

.home {
  background-image: url('../../images/site/home/highway-road.jpg');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: bottom;
  height: 75vh;
  margin-top: 25px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  margin-left: 6px;
  margin-right: 6px;
}

.bordered {
  border-radius: 22px;
}

.negativa {
  margin-top: -35px;
}

nav .brand-logo img {
  width: 220px; 
  padding-top: 8px;
}

p {
  line-height: 2rem;
}

.btn, .btn-large {
  border-radius: 18px;
}

.icon-block {
  padding: 0 15px;
}

.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

@media only screen and (max-width : 600px) {
  nav .brand-logo img {
    width: 185px; 
    padding-top: 7px;
  }
}