body{
    font-family: 'Mukta', sans-serif;
    background-color: #FFCD84;
}

.sborder{
    border: .3em solid black;
}

.container {
    display: flex;
    flex-direction: column;
    margin-top: 3em;
}

.datosPersonales{
    /* border: .2em solid black; */
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 5em;
    border-bottom: .5em solid black;
    max-width: 75%;
    margin: 0 auto;
    padding-bottom: 4em;
}

.materias{
    margin-top: 3.5em;
    max-width: 75%;
    margin: 2em auto 0 auto;
    font-size: 1.5em;
}

.datosPersonales h1{
    font-size: 3.5em;
    text-align: left;
    margin-bottom: .5em;
}

.datosPersonales p{
    font-size: 2em;
    text-align: left;
    margin: 0;
}

.datosPersonales p spam{
    font-weight: bold;
}

.datosGenerales{
    /*border: .5em solid red;*/
    display: flex;
    justify-content: center;
    font-size: 2rem;
}

.datosGenerales h3{
    font-size: 1em;
}

.title{
    text-align: center;
    font-size: 1.6em;
}

.avatar{
    border-radius: 50% ;
    margin: 2em;
    margin-bottom: 0;
}

.primerborder{
    margin: 0 2.5em;
    padding-left: 2em;
}

.row{
    display: flex;
    flex-direction: column;
    margin: 0 2em;
    padding-right: 0em;
    padding-left: 3em;
}


header > nav > ul{
    align-self:center;
    height: auto;
    font-family: 'Mukta', sans-serif;
} 

 header > nav > ul > li > a:hover{
    color: #FFCD84;
    font-family: 'Mukta', sans-serif;
}
    
 header > nav > ul > li > a{
    text-decoration: none;     /*para sacar subrayado*/
    margin-left: 2rem;
    color: lavender;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Mukta', sans-serif;
    font-size: 1.35em;
 }

header > nav > ul > li{
    margin-left: 2.5rem;
    list-style: none;       /*  para sacar los puntos */
    display: inline-block;  /* para poner en horizontal */
}

 header{
 
    height: 4em;
    background: black;
    padding: 0 2em 0 2em;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 1rem;
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}

 header > nav{
    width:100%;
    display: flex;
    justify-content: flex-end;
}


footer{
    background: #262626;
    color: #eaeaea;
    margin-top: 7em;
    padding: 3em;
    font-family: 'Roboto', sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

#datos {
    margin-top: 1em;
    width: 80vw;
    display: flex;
    justify-content: space-between;
    line-height: 1rem;
    flex-wrap: nowrap; 
}

#logos {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    width: 30%;
    margin-right: 2em;
    align-items: center;
}

#academico {
    display: flex;
    justify-content: space-between;
    width: 85%;
    padding-left: 5.5em;
}

#uba , #fadu , #dgpc{
	color: white;
    font-size: 1.5em;
    line-height: 1.5em;
    align-items: center;
}

#uba>a , #fadu >a, #dgpc>a{
    color: darkorange;
    font-size: 1.5em;
    align-items: center;
}

#logos > a > img{
    height: 5em;
    width: auto;
}
	
#uba>a:hover, #fadu >a:hover, #dgpc>a:hover{

}

#autoria{
	    color:darkorange;
        font-size: 1.8em;
}

