#bloque-404 {
	padding: 2em;
	background-color: black;
	color: white;
	flex-direction: column;

	span {
		font-size: 4em;
	}

	h1 {
		font-size: 1.25em;
	}
}

/* DESKTOP */
@media (min-width: 992px) {
	#bloque-404 {
		min-height: 50vh;

		span {
			font-size: 12em;
		}

		h1 {
			font-size: 3em;
		}
	}
}