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

[class^="icon-"], [class*=" 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;
  margin: 0;

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

.icon-zapato:before {
  content: "\d12d";
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon-file-text-:before {
  content: "\1e22";
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#fcbd22, #fcbd22);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.icon-power:before {
  content: "\41df";
  
}
