@charset "utf-8";

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "trebuchet ms", helvetica, sans-serif;
    background-color: E1E4EB;
}

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

a {
    text-decoration: none;
}

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

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

.contenedora {
    max-width: 50rem;
    margin: 0 auto;
    padding: 1rem;
}

header,
footer {
    background-color: #ddefff;
    color: #3B75A8;
}
 
header .contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#logo {
    border-radius: .35em;
    padding: .35em;
    width: 9em;
}

#logoa {
    border-radius: .35em;
    padding: em;
    width: 7em;
}

header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

header nav ul li {
    min-width: 4em;
    margin: .25em 0 .25em .25em;
    
}

header nav ul li a {
    background-color: #3B75A8;
    color: white;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;
    display: block;
}

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

main {
}

h3 {
    color: black;
    text-align: justify;
    font-family: "trebuchet ms", helvetica, sans-serif;
    font-weight: lighter;
}


section {
    padding-bottom: 1rem;
}

section:first-of-type {
    font-size: 1.25em
}

.titulos {
    padding-bottom: .5em;
    color: #f19700;
}

.equipo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.equipo h2 {
    width: 100%;
}

#integrante {
    display: flex;
    background-color: #f19700;
    border-radius: .25rem;
    color: white;
    font-weight: bold;
    line-height: em;
    padding: .125em .5em;
    margin: 0 0 .3em;
}

#integrante:hover {
    background-color: white;
    color: #3B75A8;
}

.equipo img {
    border: solid .2em #3B75A8;
    border-radius: 50%;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .2),
        0 5px 5px rgba(0, 0, 0, .2) inset;
}

.equipo article {
    background-color: rgba(122, 79, 144, 0.1);
    margin: .3em 0;
    padding: 1em;
    width: 49%;
    border-radius: .13em;
    display: flex;
    flex-direction: column;
}

.equipo article > *:not(p) {
    display: block;
    text-align: center;
    margin: 1em auto;
}

.equipo article a {
    background-color: rgba(122, 79, 144, 0.1);
    border-radius: .25rem;
    color: #7a4f90;
    font-weight: bold;
    line-height: 1.25em;
    padding: .12em 1em;
    
    margin: auto 0 0 auto;
}

.academicos > ul > li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.academicos > ul > li:not(:last-of-type) {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

#mapa {
    display: flex;    
    justify-content: center;
    max-width: 50rem;
    text-align: center;
    background-color: aliceblue;
    width: 100%;
    border-radius: .99em;
    flex-direction: column;
    margin: 0 auto;
    padding: 1rem;
    margin-bottom: 1rem;
}
}

#mapa h2{
    font-size: 22px;
}

#mapa ul li{
    margin: 6px 10px;
    font-size: 16px;
}

.subgrupos{
    margin: 9px 20px;
}

#mapa > h1{
    border-bottom: solid .1em #f19700;
    font-size: 30px;
}

