/* SECCION */
section {
	top: 0;
    background-image: url("../images/background.jpg");
}

.section-h1 {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 4rem;
	text-shadow: 2px 2px 5px white;
}
/* * * * * */