@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?oirkcj');
  src:  url('fonts/icomoon.eot?oirkcj#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?oirkcj') format('truetype'),
    url('fonts/icomoon.woff?oirkcj') format('woff'),
    url('fonts/icomoon.svg?oirkcj#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;
  line-height: 1;

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

.icon-s-whatsapp:before {
  content: "\e900";
}
.icon-s-call:before {
  content: "\e901";
}
.icon-s-arrow-right:before {
  content: "\e902";
}
.icon-s-arrow-left:before {
  content: "\e903";
}
.icon-s-linkedin:before {
  content: "\e904";
}
.icon-s-facebook:before {
  content: "\e905";
}
.icon-s-instagram:before {
  content: "\e906";
}
.icon-s-slide:before {
  content: "\e907";
}
.icon-s-phone:before {
  content: "\e908";
}
.icon-s-email:before {
  content: "\e909";
}
.icon-s-arrow-up-right:before {
  content: "\e90a";
}
.icon-s-home:before {
  content: "\e90b";
}
.icon-s-arrow-down:before {
  content: "\e90c";
}
.icon-s-upload:before {
  content: "\e90d";
}
.icon-s-search:before {
  content: "\e90e";
}
