
/* 
selector {propiedad:valor;}
*/


body{background: white; font-family: Arial; text-align: center;font-family: 'Encode Sans', sans-serif;}
header{background: rgba(182, 133, 250, 0.84);}
h1{color: white;font-family: 'Encode Sans', sans-serif;font-size: 35px; margin:0px; padding: 30px 10px 10px 10px;}
h2{color: #712ece;font-family: 'Encode Sans', sans-serif;}

nav{
    font-weight: 500;
    height: 40px;
    padding-top: 20px;
    background-color: rgb(223, 255, 239);
}
header nav lu {
    list-style: none;
}

.titulos{
    font-size: 50px;
    font-weight: 600;
    color: #3c1276;
    
}

.materiash3 {
    font-size: 40px;
    font-weight: 500;
    color: #3c1276;
    
}

lu {
    display: flex;
    justify-content: space-around;
}
li{
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: none;
 }
.listado {
    padding: 10px;
    
}
a{ text-decoration: none;
 }

.alumno1{
    background-color: #3c1276;
    margin: 0px;
}

.alumno{
    height: 500px;
}

img {
    border-radius: 11rem;
    border: solid white;
    width: 20%;
    margin: 2rem;}

.materias{
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem;
}
.primer-ano{
    background: white;
    width:25%;
    margin: 3%;
    padding:3%;
    border: 1px solid #9757ef;
    box-shadow: 0rem 0rem 0.5rem #3c1276;
}

.equipo {
    display: list-item;
    padding: 16px 10px 10px 10px;
     margin: auto;
    
}

.equipo1 {
    display: list-item;
    padding: 10px 30px;
    color: #712ece;
    font-size: 25px;
    font-weight: 500;
    margin: auto;
    
}

.integrantes {
    background-color: rgb(223, 255, 239);
    display: flex;
    justify-content: space-around;
    height: 85px;
   
}
footer {
    background-color: #3c1276; 
}
.pie1{
    
    margin: 0 auto;
    color: white;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}
     


.pie{
    width: 1000px;
    margin: 0 auto;
    color: white;
    padding: 20px 10px 40px 10px;
    font-size: 10px;}


