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

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

.icong-iclose:before {
  content: "\e9005";
  color: #707070;
}
.icong-imenu:before {
  content: "\e9004";
  color: #707070;
}
.icong-lupa:before {
  content: "\e9003";
}
.icong-ocultar:before {
  content: "\e9001";
}
.icong-mostrar:before {
  content: "\e9002";
}
.icong-cerrar:before {
  content: "\e9000";
  color: #707070;
}
