@font-face {
  font-family: 'Light';
  src: url('../fonts/SourceSansPro-Light.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: 'Regular';
  src: url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: 'Bold';
  src: url('../fonts/SourceSansPro-Bold.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: 'Semibold';
  src: url('../fonts/SourceSansPro-Semibold.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}

@font-face {
  font-family: 'miraquehay_font';
  src: url('../fonts/miraquehay_font.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'miraquehay_font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
  color: #6081c4;
}
.icon-icono:before {
  content: "\e901";
  color: #ed2e62;
}
.icon-instagram:before {
  content: "\e902";
  color: #864c2d;
}
.icon-llamar:before {
  content: "\e903";
  color: #29a8f7;
}
.icon-mail:before {
  content: "\e904";
  color: #ef5048;
}
.icon-mic:before {
  content: "\e905";
  color: #d199c9;
}
.icon-miraquehay:before {
  content: "\e906";
}
.icon-twitter:before {
  content: "\e907";
  color: #43bdef;
}
.icon-ubicacion:before {
  content: "\e908";
  color: #e9931A;
}
.icon-web:before {
  content: "\e909";
  color: #727376;
}
.icon-whatsapp:before {
  content: "\e90a";
  color: #23b180;
}
