@charset "UTF-8";

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

}

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

.fontastic-icons-online:before {
  content: "\61";
}
.fontastic-icons-respuesta:before {
  content: "\62";
}
.fontastic-icons-sin-papeleos:before {
  content: "\63";
}
.fontastic-icons-wi:before {
  content: "\64";
}
