*{margin:0; padding: 0; box-sizing: border-box;}
input{border: none;}
body{background: #7579e7;
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&display=swap'); 
font-family: 'Noto Sans SC', sans-serif;
    }

.materias{
    background: #467ff2;
    width: 60%;
    margin: 2%;
    padding: 2%;
    border-radius: 5%;
    display: flex;
    flex-direction: column;
box-shadow: 0rem 0rem 1rem rgba(23, 23, 23, 0.28)
}       

.niveles{
display:flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    } 

h4{
font-weight:800;}
h1{
color: #132743;}
h2{
color: #d7385e;
margin-top:6%;
text-align: center;
}
h3{
font-weight: 700;
color: #000000;
}
.foto-perfil {
    width: 80%;
    border-color: 2px cadetblue;
    align-content: left;
    }
    
.contenedor{
    max-width: 75rem;
    margin: auto;
    text-align: center;
    }
.contenedor-carrera{
    text-align: center;
    }

.menu{
    background:#9ab3f5;
    height: 5rem;
    box-shadow: #9bde95 0rem 0rem 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-content: stretch;

}

.item {
 margin: 3%;
 padding: 1rem 2rem;
 color:#132743;
    text-decoration: none;
    font-weight: 700;
}

.datos {
    margin: 2%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    }

.integrantes {
    color: #132743;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    margin: 2%;
    }
   
.footer
{color: #132743;
    text-align: center;
    margin: 3%;
    font-style: italic;
    font-size: 1rem;
text-decoration: none;
}