@charset "UTF-8";

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

}

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

.custom-icon-sostitutiva:before {
  content: "\62";
}
.custom-icon-idox:before {
  content: "\61";
}
.custom-icon-infocert-o:before {
  content: "\63";
}
.custom-icon-infocert:before {
  content: "\64";
}
