@font-face {
  font-family: 'NaittoIconos';
  src:
      url('fonts/NaittoIconos.ttf?jcv3di') format('truetype'),
      url('fonts/NaittoIconos.woff?jcv3di') format('woff'),
      url('fonts/NaittoIconos.svg?jcv3di#Naitto') 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: 'NaittoIconos' !important;
  speak: none;
  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-check:before {
  content: "\e900";
}
.icono-flecha-derecha:before {
  content: "\e901";
}
.icono-flecha-izquierda:before {
  content: "\e902";
}
.icono-rayo:before {
  content: "\e903";
}
