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

[class^="icono--"], [class*=" icono--"] {
    /* 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;
}

.icono--punto-mapa:before {
	content: "\e600";
}
.icono--aforo:before {
	content: "\e601";
}
.icono--entrada:before {
	content: "\e602";
}
.icono--duracion:before {
	content: "\e94e";
}
.icono--calendario:before {
	content: "\e953";
}

