@charset "UTF-8";

@font-face {
  font-family: "nucleoweb-essentials";
  src:url("fonts/nucleoweb-essentials.eot");
  src:url("fonts/nucleoweb-essentials.eot?#iefix") format("embedded-opentype"),
    url("fonts/nucleoweb-essentials.woff") format("woff"),
    url("fonts/nucleoweb-essentials.ttf") format("truetype"),
    url("fonts/nucleoweb-essentials.svg#nucleoweb-essentials") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "nucleoweb-essentials" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="nw-essentials-"]:before,
[class*=" nw-essentials-"]:before {
  font-family: "nucleoweb-essentials" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.nw-essentials-play:before {
  content: "\61";
}
.nw-essentials-next:before {
  content: "\62";
}
.nw-essentials-pause:before {
  content: "\63";
}
.nw-essentials-nucleodesk:before {
  content: "\64";
}
.nw-essentials-triangule-right:before {
  content: "\65";
}
