@font-face {
  font-family: "icones";
  src: url('../fonts/fa-solid-900.ttf');
  font-weight: 900;
}


.icones::before {
  display: inline-block;
  font-family: "icones";
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}


.icones#menuHamburguer::before{
  content: "\f0c9";
}

.icones#close::before{
  content: "\58";
}