@charset "utf-8";
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    
}
body { background-color: #b75385;
    font-family: sans-serif;
    min-height: 50vh;
    padding: 0em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    

}

.title{
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

img.perfil{
    border-radius: 2.5em;
    margin:auto;
    height: 18em;
    width: auto;

    }
    
img.logo{
    width: 150px;
    height: auto;
    padding: 5px;
    display: flex;
    margin: auto;
    align-items: stretch;
    
    
}

.contenedor{
    border-radius: 1em;
    width: 90%;
    margin: 0;
    background-color: white;
    padding: 1em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    
}

header nav ul{
    font-family: sans-serif;
    padding: 0.8em;
    display: flex;
    
    
}

nav{
    border-radius: 1.2em;
    background-color: lightslategray;
    padding: 0em;
    display: flex;
    justify-content: center;
    
}

nav ul li {
    margin: 0.5em;
    list-style: none;
 
}


nav ul li a{
    
    font-family: monospace;
    font-size: 15px;
     background-color: lightslategray;
    color: white;
    text-decoration: none;
    display: flex;
    
    
    
}
h1{ 
    color: black;
    text-align: center;
    line-height: 1.5em;
}
h2 {
    
    text-align: center;
    line-height: 1.5em;
}
.actual{
    color: rgb(75, 235, 229);
          
}
h4{
    color: black;
    font-style: italic;
    text-align: center;
    line-height: 2em;
    padding: 0em;
}

.materias h4{
    line-height:2em;
}

#modif {
    font-size: 25px;
    border-radius: 3em;
    background-color: lightslategray;
    color: white;
    padding: 0;
        
}
p{
    color: black;
    font-family: sans-serif;
    font-size: 12px;
    text-align: center;
line-height: 1.4em;
    margin: 0em;
    padding: 0.9em;
}


img.propuestas{
    border-radius: 2.5em;
    margin:auto;

    }


footer{
    
    font-size: 11px;
    color: #2c1717;
    text-align: center;
    height:50px;
    margin-top: 50px;
    min-height: 6vh;

}

@media screen and (min-width:30em){
   
    
    img.perfil{
        height: 18em;
        width: auto;
        display: flex;
        justify-content: center;
        
        }
    img.propuestas{
        
        height: 19em;
        width: auto;
        display: flex;
        justify-content: center;
    }
    
    }



