@charset "utf-8";
/* CSS Document */

 @font-face {
	font-family: 'Normal';
	src: url(../fonts/AktivGrotesk-Regular.otf);
 }
 @font-face {
	font-family: 'Bold';
	src: url(../fonts/AktivGrotesk-Bold.otf);
 }
@font-face {
	font-family: 'Medium';
	src: url(../fonts/AktivGrotesk-Medium.otf);
 }


@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?n6artz');
  src:  url('../fonts/icomoon.eot?n6artz#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?n6artz') format('truetype'),
    url('../fonts/icomoon.woff?n6artz') format('woff'),
    url('../fonts/icomoon.svg?n6artz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[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-acabados:before {
  content: "\e900";
}
.icon-amenidades:before {
  content: "\e901";
}
.icon-cerrar:before {
  content: "\e902";
}
.icon-der:before {
  content: "\e903";
}
.icon-izq:before {
  content: "\e904";
}
.icon-menu:before {
  content: "\e905";
}
.icon-verdes:before {
  content: "\e906";
}