@charset "utf-8";

body {
    background-color:rgba(0, 3, 8, 0.51);
    font-family:'D-DIN', sans-serif;
    color:#ffffff;
   } 

.cabeza {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fadu {
    height: 5em;
}

.navegador {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
    align-content: center;
    align-items: center;
}

.dgpc {
    height: 5em;
}

nav ul li a{
    color: aliceblue;
    text-decoration: none;
    padding: 0.5em 1em 0.5em 1em;
    color: rgb(255, 255, 255);
    background-color: rgba(37, 232, 142, 0.33);
    border: 0.09em solid rgba(37, 232, 142, 0.33);
    font-size: 0.9em;
    }

#haniel {
    text-align: center;
    background-color: rgba(240, 248, 255, 0.33);
    border: 0.09em solid rgba(255, 255, 255, 0.49);
    margin-bottom: 2.5em;  
}

.fotohani {
    text-align: center;
}

#Cursada{
    transform: translateY(10%);
    text-align: left;

}

.Niveles{
    border: 0.09em solid rgba(0, 0, 0, 0.49);
    background-color: rgba(240, 248, 255, 0.33);
    padding: 0.2em 0.4em 0.2em 0.4em;
    
}

.materias {
    transform: translateX(2%);
}

.destacado {
    color: rgb(84, 156, 188);
}

#pie {
    color:#ffffff;
    font-size: 0.7em;
    font-style: italic;
    transform: translateY(320%); 
}

.footer-highlight {
    font-weight: bold;
}