@font-face {
  font-family: 'HJ-iconos';
  src:  url('fonts/HJ-iconos.eot?pwht16');
  src:  url('fonts/HJ-iconos.eot?pwht16#iefix') format('embedded-opentype'),
    url('fonts/HJ-iconos.ttf?pwht16') format('truetype'),
    url('fonts/HJ-iconos.woff?pwht16') format('woff'),
    url('fonts/HJ-iconos.svg?pwht16#HJ-iconos') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'HJ-iconos' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-blog:before {
  content: "\e900";
}
.icon-contacto:before {
  content: "\e901";
}
.icon-galeria:before {
  content: "\e902";
}
.icon-home:before {
  content: "\e903";
}
.icon-impreso:before {
  content: "\e904";
}
.icon-presupuesto:before {
  content: "\e905";
}
.icon-pulido:before {
  content: "\e906";
}
.icon-servicios:before {
  content: "\e907";
}
.icon-vertical:before {
  content: "\e908";
}
