// Cabecera
#introduction{
	text-align: center;
	margin-top: 4rem;
}
#spectacle article h1.doc-title{
	font-size: 3rem;
	padding-top: 0.5rem;
}

// HD Query logo
#introduction::before{
	background: url(../images/logo_hdquery.svg) center no-repeat;
	background-size: contain;
	content: '';
	display: block;
	height: 55px;
	margin-bottom: 1.5rem;
}