@charset "UTF-8";

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

}

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

.ico-constr-identidad-visual:before {
  content: "\61";
}
.ico-constr-proyectos-destacados:before {
  content: "\62";
}
