@import url("reset.css");

body {
	color: #fff;
	font-size: 100%;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400;
	background-image:
	 linear-gradient(
	 	rgba(0, 0, 0, 0.8),
	 	rgba(0, 0, 0, 0.8)
	 ),
	 url("../images/capacitaciones.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;

	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

span {
	font-size: 2rem;
	font-weight: 700;
}

h1 {
	margin-bottom: 3rem;
}

h2 {
	font-size: 1.6rem;
	font-weight: 700;
}

h3 {
	font-weight: 700;
}

main {
	text-align: center;
}

article {
	font-size: 1.4rem;
}

@media (max-width: 979.98px) {
	body {
		background-position: 65%;
	}
	h1 {
		margin-bottom: 2rem;
	}
}