@font-face
{
font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

* {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:#c6b2c0;
    font-family: sans-serif;
     font-family:'Lato-Regular';
}


.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(255, 250, 240, 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: #ae71c1;
    color: floralwhite;
    text-decoration: none;
    font-weight: bold;
    font-size: 18;
    padding: 0.7rem;  
    width:4rem;
    text-align: center;
    border-radius: 4em;
   
   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: #e29797;}   
header nav ul li a:visited { background-color: rgba(83, 45, 100, 0.72);}

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

/****************************** MAIN **********************************/
.logo img {display: flex;
    flex-direction: row;
    justify-content: center;
margin: auto;
border-radius: 50%;
width: 40%;
}

.usuario img {display: flex;
    flex-direction: row;
    justify-content: center;
margin: auto;
border-radius: 50%;
    
    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: #f0b59a;
    color: black;
    font-size:25;
    width: 17rem;
    padding: 0.5rem;
    text-align: center;  
    border-radius: 0.3em;
    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);  
}


/* h2 */
.estudiante {
    box-sizing: border-box;
   
    margin-bottom:0.5rem;
    padding:0.3em;
    width:100%;  
    
    color:white;
    text-shadow: 5px 5px 6px black;
    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: floralwhite;
    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: 4em;
    
    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: #e29797;}
main ol li a:visited {background-color:rgba(83, 45, 100, 0.72) ;}

main ol li img {border-radius: 4em;
 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: rgba(83, 45, 100, 0.72);
        color: whitesmoke;
    font-size: 20;
    padding:0.5rem;
    width:18rem; 
    border-radius: 0.3em;
    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: antiquewhite;
    color: rgba(42, 13, 56, 0.81);
    font-size: 16;
    padding: 0.5em;   
    border-radius: 0.3em;    
    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: antiquewhite;
    color: rgba(42, 13, 56, 0.81);
    font-size: 16;
    padding: 0.5em;   
    border-radius: 0.3em;    
    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: 16;
   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 {  
    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;        
}

/********************************* PLAN DE MELANIE ************************************************/

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

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


/******************************************* MEDIA *******************************************************************/
/**
 @media screen and (min-width: 30em){ 
    
    
    header {margin:0.5;}
     
     display: flex;
        flex-direction: row;
     justify-content: center;}
     
    .botones li a {
        display: flex;
        flex-direction: row;
        justify-content: center;
        
        box-sizing: border-box;
        padding: 0.7rem;
        margin-right:1rem;
        font-size: 20;
    }
     
     .caja { margin: 2rem;
}
     
     .dgpc {margin-left: 3rem;
     }
    
    .usuario {display: flex;
        flex-direction: column;
        justify-content: center;
        
       margin-left: 2rem;
        
            
    }
   .usuario img {display: flex;
        flex-direction: row;
       justify-content: space-between;
    margin-bottom: 0.5rem;
       margin-top: 0;
   
    }
    
    h1 { display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 0.5rem;
        
        }
    
    .integrantes {display: flex;
        flex-direction: column;
        justify-content: center;
    margin-top: 1.5rem;
    }
    
    .seccion {display: flex;
        flex-direction: row;
        justify-content: center;
    align-content: center;
        
    }
    
     .integrantes ol li {display: flex;
        flex-direction: row;
        justify-content: center;}
    
    .integrantes ol {display: flex;
        flex-direction: row;
        justify-content:space-between;
        align-content: center;
        margin: 4rem;    
    }
    
    
    
    main p {display: flex;
    flex-direction: column;
        justify-content: center;
        text-align: justify;
        font-size: 18;
}
        
   
     main p {font-size: 15;}
    
    
     footer p {
     font-size: 14; 
     }


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

 }






