html,
body {
	height: 100%;
}

#slp {
	background-image: url("imgs/San-Luis-poster.jpg");
	background-size: cover;
	background-position: center;
}
#ags {
	background-image: url("imgs/Aguas-poster.jpg");
	background-size: cover;
	background-position: center;
}
.velo {
	background: #000000;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.5) 0%,
		rgba(0, 0, 0, 0.2) 20%,
		rgba(0, 0, 0, 0.2) 80%,
		rgba(0, 0, 0, 0.5) 100%
	);
}
.shadow {
	text-shadow: 1px 1px 1px rgba(0, 0, 0);
}
