@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "iconos-savener" !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: "iconos-savener" !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-angle-down:before {
  content: "\69";
}
.icon-angle-left:before {
  content: "\6a";
}
.icon-angle-right:before {
  content: "\6b";
}
.icon-angle-up:before {
  content: "\6c";
}
.icon-flaticon:before {
  content: "\61";
}
.icon-flaticon-1:before {
  content: "\62";
}
.icon-flaticon-2:before {
  content: "\63";
}
.icon-flaticon-3:before {
  content: "\64";
}
.icon-flaticon-4:before {
  content: "\65";
}
.icon-flaticon-5:before {
  content: "\66";
}
.icon-flaticon-6:before {
  content: "\67";
}
.icon-flaticon-7:before {
  content: "\68";
}
.icon-flaticon-8:before {
  content: "\6d";
}
