
@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "str";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "str";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}


.icon-staff:before {
  content: "2";
}

.icon-quienes-somos:before {
  content: "1";
}

.icon-equipamientos:before {
  content: "3";
}

.icon-centros:before {
  content: "4";
}

.icon-contacto:before {
  content: "5";
}

.icon-trabajos:before {
  content: "6";
}

