@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@600&display=swap');

*{margin: 0;padding: 0;box-sizing: border-box;}

body{
	background: rgb(255, 249, 235); 
	font-family: 'Montserrat', sans-serif;
}

header{
	background: rgb(0, 0, 0)
}

h2{
	color: rgb(255, 249, 235); 
	font-size: 2rem; 
	margin-top: 3%; 
	font-family: 'Source Serif Pro', serif; 
	font-weight: 600;
}

h3{
	color: rgb(238, 132, 99); 
	margin: 5%; 
	text-align: center; 
	font-family: 'Source Serif Pro', serif; 
	font-weight: 600;
}

.menugeneral{
	background: rgb(0, 0, 0);
	text-align: center; 
	padding: 1%;
	margin: auto;
}

.linksmenu{
	text-decoration: none; 
	color: rgb(255, 164, 136); 
	font-size: 0.9rem; 
	font-weight: 500; 
	margin-left: 4%; 
	margin-right: 4%;
}

.linksmenu:hover{
	color:rgb(76, 199, 137); 
	font-weight: 700;
}

.contenedornombreyfoto{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    padding: 4%;
	font-family: 'Source Serif Pro', serif; 
	font-weight: 600;
}

.foto{
	border-radius: 10rem; 
	width: 16%; 
	display:block; 
	margin: center;
} 

.infojulieta{
	width: 30%; 
	text-align: center; 
	font-family: 'Montserrat', sans-serif;
}

.materiasgeneral {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: baseline;
	align-content: stretch
}

.materiasaprobadas {
	margin: 3%; 
	justify-content: center;
}
    
.materias{
	color: rgb(70, 70, 70); 
	margin: 3%; 
	text-align: center; 
	font-size: 1rem; 
	line-height: 1.5rem; 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 400;
}

footer{ 
	padding: 2%; 
	text-align: center;
}

footer p{
	color: rgb(70, 70, 70); 
	line-height: 1.1rem; 
	font-size: 0.8rem; 
	max-width: 60rem; 
	margin: auto;
}



