@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?r89ffk');
  src:  url('fonts/icomoon.eot?r89ffk#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?r89ffk') format('truetype'),
    url('fonts/icomoon.woff?r89ffk') format('woff'),
    url('fonts/icomoon.svg?r89ffk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

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

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

.icon-laboratorio:before {
  content: "\e900";
  font-size: 7em;
}
.icon-garrafones:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
  content: "\e901";
  font-size: 2rem;
  color: #9C96AD
}
.icon-dispensador:before {
  content: "\e902";
  font-size: 7em;
}
.icon-pipaagua:before {
  content: "\e903";
  font-size: 7em;
}
.icon-microscopio:before {
  content: "\e904";
  font-size: 7em;
}
