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

[class^="icono-"], [class*=" icono-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  display: inline-block;
  text-transform: none;
  line-height: 1;

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

.icono-agregar:before {
  content: "\e900";
}
.icono-comentarios:before {
  content: "\e901";
}
.icono-descargar:before {
  content: "\e902";
}
.icono-fuera-de-plazo:before {
  content: "\e903";
}
.icono-hecho:before {
  content: "\e904";
}
.icono-informacion:before {
  content: "\e905";
}
.icono-objetivos:before {
  content: "\e909";
}
.icono-pendiente:before {
  content: "\e90a";
}
.icono-ver:before {
  content: "\e90b";
}
