@charset "utf-8";

* { font-family: 'nunito', sans-serif;
}

header a {
    color: #f0f0f0;
    margin: 0.5em;
    padding: 0.5em;
    border-style: solid;
    border-width: 0.5px;
    border-color: #ff0062;
    font-size: 12px;
}


.panel {
        display: flex;
        justify-content: center;
    }

nav ul {
    list-style: none;
    margin-top: 1em;
    padding: 0.2em;
    display: flex;
    
}

h1 {
    color: #ffffff;
    background-color: #0f0f0f;
    text-align: center;
    font-weight: 900;
}

h2 {
    text-align: center;
    font-weight: 500;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color:#ffffff
}

h3 { 
    color:#ff0062;
    text-align:center;
}

h7 {
    text-align:center;
    color:#0f0f0f;
    margin-top: 0.5em;
    font-weight: 600;
    display:block;
}

#perfil {
    margin: auto;
    width: 13em;
    border-radius: 50%;
    display: block;
    
}

.media {
    display: flex;
    justify-content: center;
}
.med { 
    margin-left: 1em;
    height: 30px;
    display: block;
}


body {
    background-color:#0f0f0f;
    margin: auto;
}

.materias {
    font-size: 0.8em;
    justify-content: center;
    color: #f0f0f0;
    border: 1px solid #ff0062;
    border-radius: 1em;
    width: 19em;
    margin:auto;
    background-color: #ffffff
}


.listamaterias {
    color:#0f0f0f
    
}

.grupolink {
    flex-direction: column;
    font-size: 0.8em;
    border: 1px solid #ff0062;
    border-radius: 1em;
    width: 19em;
    margin:auto;
    background-color:#ffffff;

}

.grupo a {
    color: #ff0062
}

.comitente {
    
    font-family: 'nunito', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    padding: 0.1em;
    color: #0f0f0f;
    width: 19em;
    margin:auto;
    border: 1px solid #ff0062;
    border-radius: 1em;
    background-color:#ffffff;
    margin-top: 1em;
    text-align: center;
}



#academ {
    margin-top: 0.6em;
    color: #ffffff;
    display: block;
    text-align: center;

    
}

.academfadu {
    align-items: center;
    padding: 0.1em;
    display: flex;
    line-height: 0.4em;
    font-size: 0.7em;
    flex-direction: column;
    width: 22em;
    margin: auto;
    padding-bottom: 0.5em;
    list-style: none;
    background-color: #ffffff;
    border-radius: 1em;
    border: solid 0.1em #ff0062;
}

#fadu {
width: 90%;
display: block;
padding: 1em;
}
    
#dgpc {
width: 30%;
display: block;
padding: 0.6em;
display: block;
justify-content: center;
align-items: center;
    
}
#mapa {
    margin: auto;
    height: 22em;
    width: 16em;
    border-radius: 5%;
    display: block;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff0062;
    
}

#diagramadeflujo {
    margin: auto;
    height: 4em;
    width: 16em;
    border-radius: 5%;
    display: block;
    justify-content: center;
    align-items: center;
    border: 1px solid #ff0062;
    
}

footer {
    font-size: 12px;
    color:#ffffff;
    padding: 1em;

    
}