@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "novos-interpretes" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "novos-interpretes" !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;
}

.icon-baixar:before {
  content: "a";
}
.icon-facebook:before {
  content: "b";
}
.icon-twitter:before {
  content: "c";
}
.icon-ouca:before {
  content: "d";
}
.icon-ibook:before {
  content: "e";
}
.icon-fotos:before {
  content: "f";
}
.icon-pdf:before {
  content: "g";
}
.icon-video:before {
  content: "h";
}
.icon-fechar:before {
  content: "i";
}
.icon-prev:before {
  content: "j";
}
.icon-next:before {
  content: "k";
}
.icon-grafico:before {
  content: "l";
}
.icon-edicao:before {
  content: "m";
}
