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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.angle-down:before {
  content: "\e900";
}
.angle-left:before {
  content: "\e901";
}
.angle-right:before {
  content: "\e902";
}
.arrow-down:before {
  content: "\e903";
}
.arrow-left:before {
  content: "\e904";
}
.arrow-righ:before {
  content: "\e905";
}
.arrow-right-from-bracket:before {
  content: "\e906";
}
.arrow-rotate-right:before {
  content: "\e907";
}
.bars:before {
  content: "\e908";
}
.clipboard-check:before {
  content: "\e909";
}
.file-pen:before {
  content: "\e90a";
}
.house:before {
  content: "\e90b";
}
.list-ol:before {
  content: "\e90c";
}
.list-ul:before {
  content: "\e90d";
}
.magnifying-glass:before {
  content: "\e90e";
}
.people-arrows:before {
  content: "\e90f";
}
.power-off:before {
  content: "\e910";
}