@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "agrojet" !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: "agrojet" !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-facebook:before {
  content: "\61";
}
.icon-g:before {
  content: "\62";
}
.icon-instagram:before {
  content: "\63";
}
.icon-youtube:before {
  content: "\64";
}
.icon-lupa:before {
  content: "\65";
}
.icon-down:before {
  content: "\66";
}
.icon-localizacao:before {
  content: "\67";
}
.icon-gota:before {
  content: "\68";
}
.icon-whats:before {
  content: "\69";
}
.icon-skype:before {
  content: "\6a";
}
.icon-pessoa:before {
  content: "\6b";
}
.icon-email:before {
  content: "\6c";
}
