@charset "utf-8";

* {
	box-sizing: border-box;
}

/* General */

body {
	font-family: "raleway";
	margin: 0;
	background-color: #eaeaea;
}

.contenedora img {
	max-width: 100%;
	height: auto;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	box-shadow: 1px 1px 1px 1px grey;
}

a {
	text-decoration: none;
}

.contenedora {
	max-width: 50rem;
	margin: auto;
}

.perfil {
	max-width: 50rem;
	margin: auto;
	box-shadow: 0 0 .5em .5em #dbdbdb;
}

h1 {
	font-family: "raleway";
	font-size: 2em;
	font-weight: 900;
	color: dodgerblue;
}

h4 {
	font-size: 1em;
	font-weight: 700;
	color: darkslategray;
}

p {
	font-weight: 300;
	color: darkslategray;
}

/*Header*/


header .contenedora {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	padding: .35em;
	width: 10em;
}

header,
footer {
	padding: 1.5rem;
	font-weight: lighter;
	font-size: 75%;
	font-weight: 500;
}

header nav ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

header nav ul li {
	min-width: 8em;
	margin: .50em .25em .50em .25em;
}

header nav ul li a {
	background-color: dodgerblue;
	color: white;
	font-weight: 700;
	padding: .50em .20em;
	text-align: center;
	display: block;
	border-bottom-left-radius: 3em;
	border-bottom-right-radius: 3em;
	border-top-left-radius: 3em;
	border-top-right-radius: 3em;
	box-shadow: 0 0 .5em .5em #dbdbdb;
}

header nav ul li a:hover {
	background-color: white;
	color: dodgerblue;
}

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*Main*/

main {
	padding: 1em;
}

section {
	padding-bottom: 2rem;
}

.perfil {
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: white;
	border-radius: .5em;
	flex-wrap: wrap;

}

.personal {
	margin-top: 1em;
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-color: white;
	border-radius: .5em;
	flex-wrap: wrap;
	box-shadow: 0 0 .5em .5em #dbdbdb;
}

.perfil img {
	max-width: 40%;
	border-radius: 50%;
	border-color: aqua;
}

.materias {
	display: flex;
	flex-wrap: wrap;

}

.aprobadas {
	text-align: right;
	flex: 2;
	background-color: white;
	margin-top: 1em;
	padding: 1em;
	border-bottom-left-radius: 2em;
	border-top-left-radius: 2em;
}

.curso {
	flex: 2;
	background-color: white;
	margin-top: 1em;
	padding: 1em;
	border-bottom-right-radius: 2em;
	border-top-right-radius: 2em;
}

.integrantes h3 {
	display: flex;
	justify-content: flex-start;
	padding-left: 1em;
	font-size: 16pt;
	align-items: center;
	margin-bottom: 1em;
	margin-top: auto;

}

.integrantes ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.integrantes ul li {
	display: flex;
	padding: .2em;
	margin: .25em .2em .25em .25em;
}

.integrantes ul li a {
	background-color: dodgerblue;
	font-weight: 400;
	width: 15em;
	color: #ffffff;
	font-weight: medium;
	padding: .80em .80em .80em .80em;
	text-align: center;
	display: block;
	border-bottom-left-radius: 3em;
	border-bottom-right-radius: 3em;
	border-top-left-radius: 3em;
	border-top-right-radius: 3em;
	box-shadow: 1px 1px 1px 1px grey;
}

.integrantes ul li a:hover {
	background-color: white;
	color: dodgerblue;
}

/*Footer*/

footer {
	text-align: center;
}
