html,
body {
	height: 100%;
}

section {
	height: 75%;
}

nav {
	position: absolute !important;
	z-index: 2;
	width: 100%;
	box-shadow: none !important;
}

.bg-image {
	background-image: url("imgs/pexels-fauxels-3184317.jpg");
	height: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#home > .container {
	position: relative;
	top: -100%;
	/* color: white; */
}

#programas {
	padding-top: 10%;
}
