@font-face {
  font-family: 'quimaira';
  src:  url('../webfonts/quimaira.eot?nr1913');
  src:  url('../webfonts/quimaira.eot?nr1913#iefix') format('embedded-opentype'),
    url('../webfonts/quimaira.ttf?nr1913') format('truetype'),
    url('../webfonts/quimaira.woff?nr1913') format('woff'),
    url('../webfonts/quimaira.svg?nr1913#quimaira') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="q-"], [class*=" q-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'quimaira' !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;
}

.q-quimaira:before {
  content: "\e900";
}
.q-icono:before {
  content: "\e901";
}
.q-nombre:before {
  content: "\e902";
}
.is-rojo{
  color:#b4282e;
}
