@charset="utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body { 
    background-color:#e5e5e4;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img{
    max-width: 100%;
    height: auto;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.contenedor1 img { 
    padding: 1em;
}

header .contenedor1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    padding: 1em;
    background-color: #838383;
}

header nav ul {
    display: flex;
}

header nav ul li {
    margin: .8em;
}

header nav ul li a {
    color: #e5e5e4;
    font-weight: bold;
    font-size: 10pt;
    padding: .2em;
    display: block;
}

h1 {
    color: lightslategray;
    margin-top: 40px;
    text-align: center;
    font-weight: bold;
    
}

h2 {
    padding-top: .8em;
    color: brown;
    text-align: center;
    font-size: 15pt;
}

h3 {
    font-size: 10pt;
    color: brown;
    padding: 1em;
    text-align: center;
}

p{
    font-size: 10pt;
    padding-top: .8em;
    color: #838383;
    padding: 1em;
    text-align: center;
    }
    
.integrantes {
    display: flex;
    justify-content: center;
}

.integrantes ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
}

.integrantes li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 250px;
}

.integrantes a {
    font-size: 10pt;
    color: brown;
    padding: 1em;
    text-align: center;
}

.integrantes a:hover {
    color: #41413D;
}


footer {
    color: white;
    background-color: #78160F;
    font-size: 8pt;
    margin-top: 30px;
}

    
.datosacademicos > ul > li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4em;
    font-size: 8pt;
}

.datosacademicos > ul > li:not(:last-of-type) {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

.datosacademicos img {
    width: 12em;
    height: auto;
}

.datosacademicos > ul > li > *:first-child {
    margin-right: 1em;
    width: 12em;
}

.datosacademicos h4 {
    font-size: 10pt;
    margin-top: 0;
    font-weight: bold;
    }


.MVP{
    display: flex;
    margin: auto;
    padding: 1em;
    }

.protopersona {
    display: flex;
    margin: auto;
    padding: 1em;
    }

.mapa{
    display: flex;
    margin: auto;
    padding: 1em;
    }

.boceto{
    display: flex;
    margin: auto;
    padding: 1em;
    }
    
footer{
    margin-top: 3em;
    padding-top: 2em;
    padding-bottom: 2em;
    }