@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');


body{
background: black; text-align: center;} 


.header{
    background: #F7F052;
    height: 16rem;
    margin-bottom: 6%;
    

}
.nav-header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: baseline;
	align-content: center;
    color: black;
    font-family: roboto;
    font-weight: 900;
}

.nav-header ul{
    color: #FFF;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 2rem 5rem 2rem 5rem;
}
.nav-header li{  
    list-style: none;
    
    }

.nav-header li a{
    color: black;
    font-family: 'roboto'
    font-weight: 400;
    text-decoration: none;

}

center {position: relative;}
center img {
    margin: auto;
    border: 0.2rem solid #fff;
    border-radius: 5rem;
    position: relative;
    top: 3rem;
    }

.info-personal{
    color: white;
    font: 'roboto;
    padding: 1rem;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    justify-content: center;

}

nav a:hover{
    color: #f7f2e7;
    background: black;
    padding: 0.5rem;
    border-radius: 0.375rem;
}


h1{
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    font-family: 'roboto'
}

h2{
    color: #FFF;
    font-size: 1.1rem;
    font-weight: 200;
    font-family: 'roboto';
   
    
}

h3{
    font-size: 1.3rem;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5%;
    font-family: 'roboto'
}

a{
    text-decoration:none;
    color:#2a5b75;
    font-weight: 300;
    margin:5%;
} 

p{
    color: #FFF;
    font-family: 'roboto';
    font-weight: 200;
    font-size: 0.9rem;
    margin: 3%;
}

.titulo{
    color: #FFF;
    font-family: 'roboto';
    font-weight: 200;
}
.menu ul{
    color:#FFFFFF;
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 2rem 5rem 2rem 5rem;
}

.menu li{
    list-style:none;
}

center img{
    margin: auto;
    display: block;
    border: 0.2rem solid #fff;
    border-radius: 5rem;
    padding: 0;
    width: 150px;
}


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

.materias{
    padding: 2%;
    border-radius: 10px;
    border: 2px solid #F7F052;
    border-bottom: 5px solid #F7F052;
    width: 30%;
    margin: 2%;

    }
    

.datos-academicos{
   padding: 2%;
   border-radius: 10px;
   border: 2px solid #F7F052;
   border-bottom: 5px solid #F7F052;
   width: 30%;
   margin: 2%; 
}

.datos-comision{
   padding: 1%;
   border-radius: 10px;
   margin: 2%; 
}

.titulo-grupo {
    padding-top: 4rem;
    border: none;
    border-bottom: 1px solid #F7F052;
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    font-family: 'roboto';
}

.grupo{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items: center;
    align-content: stretch;
    padding: 6rem; 
}

buttom {
    background:#F7F052;
    padding: 1rem 3rem 1rem 3rem; 
    border-radius: 0.375rem;
    font-family: 'roboto';
    color:black;
}


buttom:hover{
    padding: 1rem 3rem 1rem 3rem; 
    border-radius: 0.375rem;
    background: #fff;
    color: black;
}

.alumno{
    width: 20%;
}

.alumno h4{
    margin: 1rem 0 1rem 0;
    color: #FFF;
    font-family: 'roboto';
    font-size: 1.2rem;
    font-weight: 300;
    color: #fff; 
}


.alumno h3{
    padding: 0.2rem;
}

@media screen and (max-width: 992px) {

.datos{
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.materias{
    margin-bottom: 5%;
}
            
footer{
    text-align: center; 
}

footer p{
   font-size: 0.7rem;
   padding top: 30%;
   text-align: center; 
   display: block;
   margin: 3%;
}







