@font-face {
  font-family: 'fontello-hospital';
  src: url('./fonts/fontello-hospital/fontello.eot?40160965');
  src: url('./fonts/fontello-hospital/fontello.eot?40160965#iefix') format('embedded-opentype'),
       url('./fonts/fontello-hospital/fontello.woff2?40160965') format('woff2'),
       url('./fonts/fontello-hospital/fontello.woff?40160965') format('woff'),
       url('./fonts/fontello-hospital/fontello.ttf?40160965') format('truetype'),
       url('./fonts/fontello-hospital/fontello.svg?40160965#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello-24h';
  src: url('./fonts/fontello-24h/fontello.eot?84110532');
  src: url('./fonts/fontello-24h/fontello.eot?84110532#iefix') format('embedded-opentype'),
       url('./fonts/fontello-24h/fontello.woff2?84110532') format('woff2'),
       url('./fonts/fontello-24h/fontello.woff?84110532') format('woff'),
       url('./fonts/fontello-24h/fontello.ttf?84110532') format('truetype'),
       url('./fonts/fontello-24h/fontello.svg?84110532#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello-carro';
  src: url('./fonts/fontello-carro/fontello.eot?47552509');
  src: url('./fonts/fontello-carro/fontello.eot?47552509#iefix') format('embedded-opentype'),
       url('./fonts/fontello-carro/fontello.woff2?47552509') format('woff2'),
       url('./fonts/fontello-carro/fontello.woff?47552509') format('woff'),
       url('./fonts/fontello-carro/fontello.ttf?47552509') format('truetype'),
       url('./fonts/fontello-carro/fontello.svg?47552509#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello-ladrao';
  src: url('./fonts/fontello-ladrao/fontello.eot?53763118');
  src: url('./fonts/fontello-ladrao/fontello.eot?53763118#iefix') format('embedded-opentype'),
       url('./fonts/fontello-ladrao/fontello.woff2?53763118') format('woff2'),
       url('./fonts/fontello-ladrao/fontello.woff?53763118') format('woff'),
       url('./fonts/fontello-ladrao/fontello.ttf?53763118') format('truetype'),
       url('./fonts/fontello-ladrao/fontello.svg?53763118#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello-suporte';
  src: url('./fonts/fontello-suporte/fontello.eot?87760733');
  src: url('./fonts/fontello-suporte/fontello.eot?87760733#iefix') format('embedded-opentype'),
       url('./fonts/fontello-suporte/fontello.woff2?87760733') format('woff2'),
       url('./fonts/fontello-suporte/fontello.woff?87760733') format('woff'),
       url('./fonts/fontello-suporte/fontello.ttf?87760733') format('truetype'),
       url('./fonts/fontello-suporte/fontello.svg?87760733#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello-apple';
  src: url('./fonts/fontello-apple/fontello.eot?67482617');
  src: url('./fonts/fontello-apple/fontello.eot?67482617#iefix') format('embedded-opentype'),
       url('./fonts/fontello-apple/fontello.woff2?67482617') format('woff2'),
       url('./fonts/fontello-apple/fontello.woff?67482617') format('woff'),
       url('./fonts/fontello-apple/fontello.ttf?67482617') format('truetype'),
       url('./fonts/fontello-apple/fontello.svg?67482617#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fontello-google';
  src: url('./fonts/fontello-google/fontello.eot?43599011');
  src: url('./fonts/fontello-google/fontello.eot?43599011#iefix') format('embedded-opentype'),
       url('./fonts/fontello-google/fontello.woff2?43599011') format('woff2'),
       url('./fonts/fontello-google/fontello.woff?43599011') format('woff'),
       url('./fonts/fontello-google/fontello.ttf?43599011') format('truetype'),
       url('./fonts/fontello-google/fontello.svg?43599011#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?40160965#fontello') format('svg');
  }
}
*/

[class^="icon-hospital"]:before, [class*=" icon-hospital"]:before {
  font-family: "fontello-hospital";
}

[class^="icon-24h"]:before, [class*=" icon-24h"]:before {
  font-family: "fontello-24h";
}

[class^="icon-carro"]:before, [class*=" icon-carro"]:before {
  font-family: "fontello-carro";
}

[class^="icon-ladrao"]:before, [class*=" icon-ladrao"]:before {
  font-family: "fontello-ladrao";
}

[class^="icon-suporte"]:before, [class*=" icon-suporte"]:before {
  font-family: "fontello-suporte";
}

[class^="icon-google"]:before, [class*=" icon-google"]:before {
  font-family: "fontello-google";
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-style: normal;
  font-weight: normal;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-hospital:before { content: '\e801'; } 
.icon-24h:before { content: '\e800'; } 
.icon-carro:before { content: '\e800'; } 
.icon-ladrao:before { content: '\e801'; } 
.icon-google:before { content: '\e802'; } 
.icon-suporte:before { content: '\e803'; }
.icon-apple:before { content: '\e804'; } 