*{
    box-sizing: border-box;
    font-family:sans-serif;
}

/* ----------- header ----------- */

header nav ul{
        max-width: 100%;
        display: flex;
        align-items: center;
        padding: 0em;
        list-style:none;
        text-decoration: none;}

header {  
        background: #ffd5e7;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0em 0em 0em 0em; }
        

.menu ul {
        font-size: 15px;
        margin: 0em 10em 0em 0em;
        padding: none;
        display: flex;
        flex-direction: row;
        align-content: center;}

.menu ul li {
  display: inline-block;
  margin: 0em 0em 0em 0em; }

.menu ul li a{
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px 10px 10px 10px;}


.menu ul li a:hover {
    background-color: #e88cbf;
    border-radius: 15px 0px;
}


.logo { display: flex;
        margin: 0em 0em 0em 10em;
}

.menu a {
    margin: 0.3em;
    display: block;
    padding: 0.3em 0.3em;
}


/* ----------- body ----------- */


body { 
        background-color: #fceef0;
        margin: auto;
        padding: auto;
        font-family: sans-serif; 
        display: flex;
        flex-direction: column;
}


h1 { 
        color: #af4780;
        background: #fff7d5 ;
        padding-top: .5em;
        padding-bottom: 1.5em;
        text-align: center;
        height: 55px;
}


h2 {
        font-size: 1.3em;
        color: #af4780; 
        text-align: center;
}

.fotoalumno img{
        display: flex;
        align-content: center;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
}

.mapa img{
       display: flex;
       max-height: 370px;
       align-content:space-around;
       margin-left: auto;
       margin-right: auto;
}

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


.materiasn1{ color: #de7cb2; text-align: center;}

.materiasn2{ color: #de7cb2;text-align: center;}

.materiasn3{color: #de7cb2;text-align: center;}


.boton2 {
   
    background-color: #ffe7ea;
    border: solid .4px #A8EDEA;
    border-radius: 1rem;
    margin-top: .1em;
    margin-bottom: .1em;
    text-align: center;
    width: 170px;
    margin-left: auto;
    margin-right: auto;
    font-size: .8em;
}


.boton1 {
    background:#ffe6e9;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 55px;
    text-align: center;
    border-radius: 15px 0px;
    box-shadow: .2em.2em.2em.1em #ffd6db;
}


.comitente {
    border: solid 1px white;
    border-radius: 0.8rem;
    margin-top: .3em;
    margin-right: 10%;
    margin-bottom: .2em;
    margin-left: 10%;
    padding-right: .2em;
    padding-bottom: .2em;
    padding-left: 1em;
}

#grupo{
        background: #fff7d5;
        color: #793f5f;
        font-size: 1.2em; 
        margin-left: auto;
        margin-right: auto;
        width: 155px;
        height: 45px;
        border-radius: 15px 0px;
        padding-bottom: 1em ;
        padding-top: .5em;
        padding-left: 1.4em;
        padding-right: 1em;
        box-shadow: .1em.1em.1em.1em #ffec9e;
}



.webapp img{
    flex-direction:column;
    max-width: 350px; }
    
.webappcompu img{
    flex-direction:column;
    justify-content: center;
    max-width: 700px;  }

footer {
    display: flex;
    flex-direction:row;
    font-size: 0.8em;
    color: #af4780;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

