@charset "utf-8";
html {
    height: -webkit-fill-available;
}
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
* {
    margin: 0;
    padding: 0;
    line-height : 20px;
    border: none;
    box-sizing: border-box;
    background-color: #b46464;
}
h1 {
    color: antiquewhite
}
ul {
    list-style: none;
}
* {
    font-family:'Quicksand';
    color: antiquewhite
}
#logos{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: antiquewhite;
}
.fadu {
    display: flex;
    width: 250px;
    padding-top: 1em;
    padding-left: 0em;
    padding-bottom: 1em;
    background-color: antiquewhite;
}
.dgpc {
    display: flex;
    width: 100px;
    padding-top: 4em;
    padding-left: 0em;
    padding-right: 0em;
    padding-bottom: 4em;
    background-color: antiquewhite;
}

nav ul{
    background-color: #b62247;
    margin: 0px;
}
nav ul{
    margin: 1em;
    border-radius: 3em;
    background-color: antiquewhite;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

nav ul li{
    margin: 0.5em 1.5em;
    border-radius: 3em;
    background-color: darksalmon;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

nav ul li a{
    color: rosybrown;
    background-color: antiquewhite;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.grupo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.datosacademicos {
    text-align: center;
    align-content: center;
    justify-content: center;
}
#mariabelendamico {
    text-align: center;
}
#materiasaprobadas {
    text-align: center;
}
#materiasencurso {
    text-align: center;
}
#comitente {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
#boceto {
    text-align: center;
    line-height: 50px;
}
footer {
    display: flex;
    justify-content:center;
    text-align: center;
    padding: 2em;
    font-size: 0.8em;
}

img {
    width: 92%
}
.mbd {
    width: 200px;
}
.acumar {
    width: 200px;
}
#comitente h1 {
    font-size: 1em;
}



