body {
    background-color: greenyellow;
}

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

.contenedor {
    display: flex;   
    justify-content: space-between;
    flex-direction: column;
    padding: 3%;
}

header nav ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
    font-family: "Barlow" , sans-serif;
    padding: 2%;
    font-size: 1.3em;
}

nav ul li {
    font-weight: 500;
}

header nav ul a {
    color: black;
    text-decoration: none;
}

.logodgpc {
    height: 32px;
    width: 63.75px;
    
}

/*----main----*/


.datos{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.materias{
    display: flex;
    flex-direction: column;
    align-items:flex-start;
}
.datosacademicos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.foto {
    display: flex;
    width: 150px;
    box-shadow: 0 .3em .3em 0 darkgray;
    border-radius: 50%
}

.ejemplo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ejemplo img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 600px
}

.datos, .materias, .datosacademicos {
    font-family: "Barlow", sans-serif;
    padding: 3%;
    margin: 4% 10% 4% 10%;
    background-color: #f2f2f2;
    border-radius: 4%;
    border: 2px solid darkgray;
    box-shadow: 0 .3em .3em darkgray;
}

main div h1, h2, h3, h4{
    font-family: "Barlow", sans-serif;
}

main div h2, h3, h4 {
    text-decoration:overline;
    color: black;
    letter-spacing: 1em
}

main div h4 {
    font-size: 1.2em
}

main div h2 {
    display: flex;
    align-self: flex-start;
}

.datosacademicos ul {
    list-style: none;
    padding: 0;
}

.compas {
    padding-left: 6%;
    padding-bottom: 1.5%;
    text-decoration: none;
}

/*---footer---*/

footer {
    display: flex;
    padding: 0 3% 0 3%;
    font-family: "Barlow", sans-serif;
    font-size: .7em;
    align-content: flex-end;
}