.avatar{
  width: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.contactosTitle{
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.logo{
  max-width:400px;
  width:100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*.navbar-links .nav > li.active > a{
  color:#bfa55c;
}*/

.goldenHover:hover{
  color:#bfa55c;
  cursor: pointer !important;
}

.mobileShow{
  display: none;
}

.mobileHide{
  display: block;
}

@media only screen and (max-width: 991px) {
  .mobileSize{
    height: 300px !important;
    min-height: auto !important;
  }
  .logo{
    width: 80% !important;
  }
  .mobileShow{
    display: block !important;
  }
  .mobileHide{
    display: none !important;
  }
}
