@font-face {
  font-family: "Roboto";
  src: url(../../es/fonts/Roboto-Regular.ttf);
  font-weight: normal;
}

.logo-image {
    background-image: url('../../es/img/logo-2015-mobile.png');
    width: 75px;
    height: 75px;
    background-repeat: no-repeat;
    margin-left: 10px;
}

@media (min-width: 992px) {

  .logo-image {
      background-image: url('../../es/img/logo-2015.png');
      width: 200px;
      height: 102px;
      background-repeat: no-repeat;
      margin-top: 8px;
  }

}
