* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

body {
	position: relative;
	min-height: 100vh;
}

/* helpers flex */
.flex {
  display: flex;
}
.f-ai-center {
  align-items: center;
}
.f-jc-sb {
  justify-content: space-between;
}
.f-column {
  flex-flow: column;
}
.f-wrap {
  flex-wrap: wrap;
}

.ml-20 {
	margin-left: 20px; 
}

.ml-30 {
	margin-left: 30px; 
}
.f-column {
	flex-flow: column;
}
.f-wrap {
	flex-wrap: wrap;
}

.ml-20 {
	margin-left: 20px;
}

.ml-30 {
	margin-left: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arial', sans-serif;
	text-transform: uppercase;
}

.cursiva {
	font-family: Arial, sans-serif;
	text-transform: lowercase;
	font-style: italic;
	color: rgb(15, 5, 151);
}

.nombre-alumno {
	color: rgb(15,5,151);
	margin-bottom: 0px;
	font-size: 2.5rem;
	font-family: Arial, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	padding-bottom: 5px;
	transition: all .3s ease;
	border-bottom: 0 solid transparent;
}

a:hover {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.container {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

header {
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3rem;
}

header nav a {
	margin-left: 8px;
	display: inline-block;
}

header .home-link {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

.divider {
	margin: 30px 0;
}

.alumno-img {
	border-radius: 50%;
}

.subtitulo {
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
}

.subtitulo::before {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	bottom: -10px;
	left: -10px;
}

.materia {
	display: inline-block;
	width: 15%;
	padding: 1.2rem;
	border: 1px solid #ccc;
	margin-bottom: 1.2rem;
}

footer {
	background-color: #e0e0e0;
	padding: 20px 30px;
	font-size: 0.8rem;
	text-align: center;
	width: 100%;
	bottom: 0;
	left: 0;
}
