@font-face {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;

	src: url('../fonts/bpicons/bpicons.eot');
	src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bpicons/bpicons.woff') format('woff');
}

.hl-cabeza > span {
	font-weight: 700;
	font-size: 0.85em;
	color: #130430;
	letter-spacing: .8em;
	text-transform: uppercase;
	text-indent: 11px;
}

.hl-cabeza nav a {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 .1em;
	text-align: left;
	border-radius: 50%;
}

.hl-cabeza nav a > span {
	display: none;
}

.hl-cabeza nav a:hover:before {
	content: attr(data-info);
	color: #595A5F;
	font-weight: bold;
	font-size: 0.85em;
	position: absolute;
	top: 120%;
	right: 0;
	width: 600%;
	text-align: right;
	pointer-events: none;
}

.hl-cabeza nav a:hover {
	background: #02d2ff;
}

.hl-icono:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #ffffff;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.hl-cabeza nav .hl-icono:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.hl-cabeza nav a:hover:after {
	color: #fff;
}

.hl-icono-recargar:after {
	content: '\e001';
}

.hl-icono-asistente:after {
	content: '\e002';
}

.hl-icono-ayuda:after {
	content: '\e003';
}

.hl-icono-atras:after {
	content: '\e004';
}

@media screen and (max-width: 40em) {
	.hl-cabeza h1 {
		font-size: 1.8em;
	}
}