@font-face {
  font-family: 'icons';
  src:  url('fonts/icons.eot?ee94r6');
  src:  url('fonts/icons.eot?ee94r6#iefix') format('embedded-opentype'),
    url('fonts/icons.ttf?ee94r6') format('truetype'),
    url('fonts/icons.woff?ee94r6') format('woff'),
    url('fonts/icons.svg?ee94r6#icons') 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: 'icons' !important;
  speak: never;
  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-Menu:before {
  content: "\e900";
}
.icon-Fechar:before {
  content: "\e938";
}
.icon-Chev-Cima:before {
  content: "\e90e";
}
.icon-Chev-Esq:before {
  content: "\e90f";
}
.icon-Chev-Baixo:before {
  content: "\e910";
}
.icon-Chev-Dir:before {
  content: "\e911";
}
.icon-Circulo:before {
  content: "\e925";
}
.icon-Email:before {
  content: "\e903";
}
.icon-Telefone:before {
  content: "\e904";
}
.icon-Mapa:before {
  content: "\e905";
}
.icon-Facebook:before {
  content: "\e923";
}
.icon-Instagram:before {
  content: "\e924";
}
.icon-Youtube:before {
  content: "\e926";
}
.icon-Tiktok:before {
  content: "\e917";
}
.icon-Pinterest:before {
  content: "\e918";
}
.icon-x:before {
  content: "\e921";
}
