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

header{
	background: rgb(34,59,195);
	background: radial-gradient(circle, rgba(34,59,195,1) 0%, rgba(75,167,205,1) 100%);
	min-height: 10rem;
	padding: 0.3rem;
	margin: 0;
	text-align: center;
}

header img{
	margin-right: 24px;
    border-radius: 50%;
    border-style: solid;
    border-color: white;
    border-width: 4px;
    top: 48px;
    height: 180px;
    width: 180px;
    padding: 0rem;
    margin: 1rem;
    align-self: center;
}

header h1{
	align-self: center;
	font-size: 40px;
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
	color: white;
}

header h2{
	align-self: center;
	padding-top: 1rem;
	padding-bottom: 0.5rem;
	font-size: 25px;
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
}

nav{
	min-height: 1.5rem;
	padding-top: 1rem;
	align-self: center;
}

nav ul a{
	color: white;
	margin: 8rem;
	font-size: 18px;
	font-family: 'Overpass', sans-serif;
	font-weight: bold;
    text-decoration: none;
}

main{
	margin: 0rem;
	padding-top: 1rem;
	padding-left: 1.5rem;
}

main section{
	text-align: center;
}

main h3{
	text-align: center;
    font-family: 'DM Sans', sans-serif;
    justify-content: center;
    color: aliceblue;
    font-size: 1.3rem;
    background: rgb(34,59,195);
	background: radial-gradient(circle, rgba(34,59,195,1) 0%, rgba(75,167,205,1) 100%);
    margin-left: 9%;
    margin-right: 9%;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

main h4{
	font-size: 1.5rem;
	padding-top: 1rem;
	font-weight: 900;
}

main h5{
	font-size: 1.2rem;
	color: rgb(58, 100, 183);
}

.fotos-compañeras h6{
	text-align: center;
    font-family: 'DM Sans', sans-serif;
    justify-content: center;
    color: aliceblue;
    font-size: 1.3rem;
    background: rgb(34,59,195);
	background: radial-gradient(circle, rgba(34,59,195,1) 0%, rgba(75,167,205,1) 100%);
    margin-left: 9%;
    margin-right: 9%;
    margin-bottom: 2%;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

main p{
	font-size: 1rem;
	color: rgba(141,192,238,1);
}

section {
    background-color: white;
    padding: 24px 24px 12px 24px;
}

.materias {
    display: flex;
    justify-content: space-between;
}

.nivel {
    padding: 32px;
    border: 1px solid #EAEAEA;
    border-radius: 1em;
    width: 30%;
    box-shadow: 0.5rem 0rem 1rem rgba(0,0,0,0.15);
}

.nivel ul li {
    margin-bottom: 12px;
    list-style: none;
    color: #514ec9;
    font-weight: bolder;
}

.nivel ul li::before {content: "•"; color: black;
    display: inline-block; width: 1em;
    margin-left: -1em
}

.nivel ul li:last-child {
    margin-bottom: unset;
}




.optativas{
    display: flex;
    justify-content: space-around;
}

.nivel_2 {
    padding: 32px;
    border: 1px solid #EAEAEA;
    border-radius: 1em;
    width: 30%;
    box-shadow: 0.5rem 0rem 1rem rgba(0,0,0,0.15);
}

.nivel_2 ul li {
    margin-bottom: 12px;
    list-style: none;
    color: #514ec9;
    font-weight: bolder;
}

.nivel_2 ul li::before {content: "•"; color: black;
    display: inline-block; width: 1em;
    margin-left: -1em
}

.nivel_2 ul li:last-child {
    margin-bottom: unset;
}


.fotos-compañeras{
    padding-top: 1rem;
    text-align: center;
}

.fotos { 
    background: white; 
    padding: 0 3rem 2rem; 
    width: 100%; 
    display:flex; 
    justify-content: space-between; 
    flex-flow: wrap; 
    align-self: center;
}
 
.cuadro { 
    width: 20%; 
    padding: auto; 
    display: flex; 
    flex-flow: column; 
}

.cuadro .foto {
    width: 9.25rem; 
    height: 9.25rem;
}


.foto { 
    width:10.25rem; 
    height:10.25rem; 
    border-radius:10px;  
    align-self: center;
}

.fotos-compañeras hr{
	border-color: black;
    border-style: solid;
    border-width: 0.050rem;
    width: 111.63%;
    margin-left: -10%;
}

.nombre{
    font-size: 1.1rem;
    font-weight: bold;
    text-decoration: none;
    color: black;
}

.contenido { 
    color: black;
    font-size: 1rem; 
    text-decoration: none; 
    padding: 0.5rem; 
    display: inline-block; 
    text-align: center;
}

footer{
	background: rgb(75,167,205);
	background: linear-gradient(0deg, rgba(75,167,205,1) 0%, rgba(40,92,196,1) 81%, rgba(34,59,195,1) 100%);
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
	color: white;
	border-top: 0.1rem solid black;
}

.pie .linkocampo{	
	color: black;
	text-decoration: none;
	font-weight: 700;
}

.pie .ocampo{
	height: 25px;
	width: 75x;
	text-decoration: none;
	padding-top: 0em;
}

.contenedor{
	font-family: 'Overpass', sans-serif;
}