@font-face {
  font-family: 'iconos-KENAI2';
  src:  url('fonts/iconos-KENAI2.eot?52vmmw');
  src:  url('fonts/iconos-KENAI2.eot?52vmmw#iefix') format('embedded-opentype'),
    url('fonts/iconos-KENAI2.ttf?52vmmw') format('truetype'),
    url('fonts/iconos-KENAI2.woff?52vmmw') format('woff'),
    url('fonts/iconos-KENAI2.svg?52vmmw#iconos-KENAI2') 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: 'iconos-KENAI2' !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-cheveron-down:before {
  content: "\e900";
}
.icon-envelope:before {
  content: "\e901";
}
.icon-menu:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
  color: #1877f2;
}
.icon-instagram:before {
  content: "\e904";
  color: #e4405f;
}
.icon-spotify:before {
  content: "\e905";
  color: #1ed760;
}
.icon-youtube:before {
  content: "\e906";
  color: #f00;
}
.icon-phone:before {
  content: "\e942";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-location:before {
  content: "\e947";
}
