@charset "utf.8";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&family=Source+Serif+Pro:ital,wght@0,400;0,700;1,400&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color: #39E736;
    font-family: 'Source Sans Pro', sans-serif;
    min-height: 100v;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

#logo{
    display: block;
    width: 4.2em;
}

.acumar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.acumar h3 {
    font-family: 'Source Serif Pro', serif;
    border-bottom: solid 10px #39E736;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.acumar img {
    display: block;
    margin: auto;
    width: 15em;
    height: auto;
    align-items: center;
    margin-top: 2em;
}

.gifanimado img{
    margin-bottom: -5em;
    margin-top: -2.5em;
    width: 20em;
}

.integrantes ol {
    display: flex;
    flex-wrap: wrap;    
    width: 100%;
    align-items: center;
    align-content: center;
    background-color: #342E37;
    margin-top: -40px;
    margin-bottom: -10px;
    padding-top: 0.8em;
    padding-left: 9em;
    padding-right: 8em;
    border-radius: 2em;
}

.integrantes img{
    border-radius: 50%;
    width: 10em;
    padding: 0.5em;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

.integrantes h3 {
    font-family: 'Source Serif Pro', serif;
    font-size: 14pt;
    color: #39E736;
    text-align: center;
}

html {
    height: -webkit-fill-available;
}

p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5em;
}

a {
    text-decoration: none;
}

ul, ol, li {
    list-style: none;
    padding: 0;
}

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

main {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: .37em;
    align-content: center;
    background: white;
}

section {
    padding-bottom: 2rem;
}

header a{
    font-family: 'Source Serif Pro', serif;
    font-weight: 700;
}

header .contenedora {
    max-width: 50em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 1em;
}

header nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

header nav ul li {
    padding: 0.2em;
    width: 6em;
    height: 2.5em;
    margin-left: .25em;
    display: flex;
}

header nav ul li a {
    width: 100%;
    height: 100%;
    background: #342E37;
    color: crimson;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

header nav ul li a:hover {
    background-color: #FF521B;
}

.academicos h4 {
    list-style: none;
    font-size: 10pt;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.academicos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    font-size: 10pt;
}

.academicos h3 {
    font-family: 'Source Serif Pro', serif;
    border-bottom: solid 10px #39E736;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.academicos img {
    display: block;
    margin: auto;
    width: 10em;
    height: auto;
    align-items: center;
}

.contenedora {
    max-width: 50em;
    color: black;
}

footer {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: italic;
    max-width: 50em;
    margin: 0 auto;
    font-size: 10pt;
    padding: 1em;
}

/* PLAN */

.plan h3 {
    font-family: 'Source Serif Pro', serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: solid 10px #39E736;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.mvp h3 {
    font-family: 'Source Serif Pro', serif;
    border-bottom: solid 10px #39E736;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.persona img {
    width: 25em;
    padding: 0.5em;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

/* MAPA */

.mapa h3 {
    font-family: 'Source Serif Pro', serif;
    border-bottom: solid 10px #39E736;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.mapa img {
    display:flex;
    max-width: 100%;
    width: 100em;
    padding: 0.5em;
    align-items: center;
    justify-content: center;
    margin: 2px;
    margin-top: 1em;
}

/* ANALISIS */

.analisis img{
    display:flex;
    max-width: 100%;
    width: 100em;
    padding: 0.5em;
    align-items: center;
    justify-content: center;
    margin: 2px;
    margin-top: 1em;
}