@font-face {
  font-family: 'iconos';
  src:  url('../fonts/iconos.eot?hxt88d');
  src:  url('../fonts/iconos.eot?hxt88d#iefix') format('embedded-opentype'),
    url('../fonts/iconos.ttf?hxt88d') format('truetype'),
    url('../fonts/iconos.woff?hxt88d') format('woff'),
    url('../fonts/iconos.svg?hxt88d#iconos') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icono-"], [class*=" icono-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: '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;
}

.icono-menu:before {
  content: "\e902";
}
.icono-instagram:before {
  content: "\e900";
}
.icono-x-twitter:before {
  content: "\e901";
}
