@charset "UTF-8";

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

}

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

.icon-celular:before {
  content: "\61";
}
.icon-flechaizquierdaslider:before {
  content: "\63";
}
.icon-flechaderechaslider:before {
  content: "\64";
}
.icon-ok:before {
  content: "\62";
}
.icon-contacto:before {
  content: "\65";
}
.icon-instagram:before {
  content: "\66";
}
.icon-facebook:before {
  content: "\68";
}
.icon-puntualidad:before {
  content: "\67";
}
.icon-comunicacion:before {
  content: "\69";
}
.icon-calidad:before {
  content: "\6a";
}
.icon-responsabilidad:before {
  content: "\6c";
}
.icon-trabajoenequipo:before {
  content: "\6d";
}
.icon-ubicacion:before {
  content: "\6e";
}
.icon-error:before {
  content: "\6b";
}
