@charset "utf-8";

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

body {
    display: flex;
    justify-content: space-between;
    min-height: 100vh;
    flex-direction: column;
    box-sizing: border-box;
    background-color:#78eefd;
    font-family: monospace;
}


.dgpc {display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    box-sizing: border-box;
    margin: 0.5rem;
    margin-left: 1rem;
    padding: 0;  
    width: 4rem;
} 

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   
      background-color: rgba(186, 145, 216, 0.7);
}

 header ul   {display: flex;
    flex-direction:row;
    justify-content: space-between;
  
     margin: 0rem;      
} 

header ul li a { 
    display: flex;
    flex-direction: row;
    justify-content: center;
   
    
    margin: 0.5rem;
    box-sizing: border-box;
  
    background-color: #3100ff;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.5rem;  
    width:6rem;
    text-align: center;
    border-radius: 1em;
   
   box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.18) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.35);
}

header nav ul li a:hover {background-color: #3100ff;}   
header nav ul li a:visited { background-color: #3100ff;}

ul {  list-style: none;}
li {  list-style: none;}



.usuario img {display: flex;
    flex-direction: row;
    justify-content: center;
margin: auto;
border-radius: 20%;
    
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, .35) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.45);
}

.usuario{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    
    margin-top: 1em;}

h1{   display: flex;
    flex-direction: row;
    justify-content: center;
    
    
    box-sizing: border-box;
    background-color: #3100ff;
    color: white;
    font-size:25;
    width: 17rem;
    padding: 0.5rem;
    text-align: center;  
    border-radius: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
     box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.18) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.35);  
}



.estudiante {
    box-sizing: border-box;
   
    margin-bottom:0.5rem;
    padding:0.3em;
    width:100%;  
    
    color:#3100ff;
    font-size: 24;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   margin-top: 0.5rem;
}          


main ol { display: flex;
    flex-direction:column;
    justify-content: center;
     align-items: center;
    align-content:center; 

}


main ol li {display: flex;
    flex-direction:row;
    justify-content: center;
     align-items: center;
    align-content:center; 
    
    margin-bottom: 1rem;
}


main ol li a { display: flex;
    flex-direction:row;
    justify-content: center;
    
    
    box-sizing: border-box;
    
    list-style-type: decimal;
    background-color:#ae71c1;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    border:0;
  
    margin-left:0.5rem; 
    padding: .5rem;  
    width:8rem;
    text-align: center;
    border-radius: 1em;
    
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.03) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.35); 
}
   
main ol li a:hover {background-color: #3100ff;}
main ol li a:visited {background-color:#3100ff ;}

main ol li img {border-radius: 2em;
 box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.03) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.22);}

.materias{
     display: flex;
    flex-direction: row;
    justify-content: center;
    margin: auto;
    margin-bottom: 1em;
    margin-top: 1.5rem;
   
    
    box-sizing: border-box;
    
    background-color: white;
        color: #3100ff;
    font-size: 20;
    padding:0.5rem;
    width:18rem; 
    border-radius: 1em;
    text-align: center;
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.18) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.35); 
}

.destaque { 
    display: flex;
    flex-direction:row;
    justify-content: center;
    
    box-sizing: border-box;
    text-align: center;
    
    width: 8rem;
    background-color: white;
    color: #3100ff;
    font-size: 16;
    padding: 0.5em;   
    border-radius: 1em;    
    margin-left: 0.5em;
   box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.18) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.35); 
}

.largo  { display: flex;
    flex-direction:row;
justify-content: center;
    
    box-sizing: border-box;
    text-align: center;
    
    width: 12rem;
    background-color: #3100ff;
    color: white;
    font-size: 16;
    padding: 0.5em;   
    border-radius: 1em;    
    margin-left: 0.5em;
   box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, 0.03) inset, 0 0.35em 0.5em rgba(0, 0, 0, 0.35);
}

p { display: flex;
    flex-direction:row;
    justify-content: center;
    
    text-align: justify;
    font-size: .9em;
    font-family: sans-serif;
    color: #3100ff;
   box-sizing: border-box;
    display: block;
    padding: 0.5em;
    font-weight: bold;
   margin: 0.5em;
  

 }

aside p { display: flex;
    flex-direction:row;
    justify-content: center;
margin: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 15;
    text-align: center;
}

footer { display: flex;
    flex-direction:row;
    justify-content: center;}

footer p {  
    color: #3100ff;
    font-family: sans-serif;
    font-size: .7em;
    text-align: center;
    display: flex;
    flex-direction:row;
    justify-content: center;
   
    
   background-color: rgba(255, 250, 240, 0.7);
    box-sizing: border-box;
  
    margin:0;
    padding:0.5rem;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    font-size: 12;        
}



.principal p {
    font-size: 17;
    margin-left: 2rem;
    margin-right: 2rem;
}

.aldana li a img{border-radius: 4em;
display: flex;
    flex-direction: row;
    justify-content: center;
}



