﻿@charset "UTF-8";

@font-face {
  font-family: "icons";
  src:url("../fonts/icons.eot");
  src:url("../fonts/icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/icons.woff") format("woff"),
    url("../fonts/icons.ttf") format("truetype"),
    url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;

}
[data-icon]:before {
  font-family: "icons" !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: "icons" !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-happy:before {
  content: "a";
}
.icon-homem:before {
  content: "b";
}
.icon-idioma:before {
  content: "c";
}
.icon-lock:before {
  content: "d";
}
.icon-money:before {
  content: "e";
}
.icon-acordos:before {
  content: "f";
}
.icon-boleto:before {
  content: "g";
}
.icon-cartao:before {
  content: "h";
}
.icon-check:before {
  content: "i";
}
.icon-contatos:before {
  content: "j";
}
.icon-detalhes:before {
  content: "k";
}
.icon-email:before {
  content: "l";
}
.icon-globe:before {
  content: "m";
}
.icon-pagando:before {
  content: "n";
}
.icon-pagar:before {
  content: "o";
}
.icon-phone:before {
  content: "p";
}
.icon-print:before {
  content: "q";
}
.icon-propostas:before {
  content: "r";
}
.icon-sad:before {
  content: "s";
}
.icon-sair:before {
  content: "t";
}
.icon-chat:before {
  content: "u";
}