@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "prototipo" !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: 2.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.prototipo-icon-prototipo:before {
  content: "\62";
}
