.hero-head {
  margin-top: 2%;
  z-index: 1;
  /* Mobile Portrait *******************************************************************************************************/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero-head {
    margin-top: 5%;
  }
}
.hero-head .navbar-brand {
  margin-left: 1%;
}
.hero-head .menuLink {
  color: #004663;
  font-family: "Montserrat";
}
.hero-head .menuLink:hover {
  color: #fff;
}
.hero-head .contacto .button {
  color: #004663;
  font-family: "Montserrat";
  text-align: center;
  gap: 5%;
  border: none;
  transition: all, 1s;
}
.hero-head .contacto .button .icon {
  padding-left: 10%;
}
.hero-head .contacto .button:hover {
  background-color: #004663;
  color: #fff;
}/*# sourceMappingURL=navbar.css.map */