@font-face {
  font-family: 'CustomIcons';
  src:  url('../fonts/CustomIcons.eot'); /* IE9 Compat Modes */
  src:  url('../fonts/CustomIcons.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/CustomIcons.woff') format('woff'), /* Modern Browsers */
        url('../fonts/CustomIcons.ttf') format('truetype'); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}

.retificar-icon:before {
  font-family: 'CustomIcons';
  content: "\e900";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
