@font-face {
  font-family: 'kgredhands';
  font-display: 'swap';
  src:  url('fonts/kgredhands.eot');
  src:  url('fonts/kgredhands.eot') format('embedded-opentype'),
    url('fonts/kgredhands.ttf') format('truetype'),
    url('fonts/kgredhands.woff') format('woff'),
	url('fonts/kgredhands.woff2') format('woff2'),
    url('fonts/kgredhands.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  
}

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

[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;

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

.icon-abajo:before {
  content: "\e908";
}
.icon-anterior:before {
  content: "\e909";
}
.icon-siguiente:before {
  content: "\e90a";
}
.icon-check:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-mail_outline:before {
  content: "\e904";
}
.icon-map:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e905";
}
.icon-close2:before {
  content: "\e906";
}
