/* Font Awesome 4: compatibilidad con selectores heredados de style.css. */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src:
    url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-style: normal;
  font-weight: normal;
}

/* Material Design Icons: subconjunto utilizado por la web publica Hausar. */
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
  src:
    url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"),
    url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"),
    url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"),
    url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"),
    url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
  font-style: normal;
  font-weight: normal;
}

.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mdi-chevron-right::before { content: "\f238"; }
.mdi-email-outline::before { content: "\f2e5"; }
.mdi-facebook::before { content: "\f301"; }
.mdi-google::before { content: "\f3a0"; }
.mdi-instagram::before { content: "\f3f1"; }
.mdi-link::before { content: "\f429"; }
.mdi-linkedin::before { content: "\f42d"; }
.mdi-whatsapp::before { content: "\f690"; }
