@charset "utf-8"; 

* {margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;}

body{
    background-color: #f8fbfd}

header .contenedora {text-transform: capitalize;
    background-color: #4b76c7;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 6em;
    padding-right: 6em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;}

header nav ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    list-style: none;

    display: flex;
    padding-left: 0;
    flex-wrap: wrap}
}

header nav ul li {
  
    max-width:50%;
   
}

header nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    padding: 1em;
    list-style: none;
 }




main {padding-left: 1em;
padding-right: 1em;
}


.mapaimg img{width: 100%;}


.contenedora h2 {padding: 2em 0; 
}

.contenedoraequipo ol {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    padding: 2em 0;

}

.contenedoraequipo img {
    width: 3em;
    border: solid .2em #cfdbf1;
    border-radius: 50%;


}

.contenedoraequipo ol li {
    background-color: #4b76c73d;
    margin: .5em 0;
    padding: 1em;
    width: 49%;
    border-radius: .25em;
    display: flex;
    flex-direction: column;

}

.contenedoraequipo ol li > *:not(p) {
    display: block;
    text-align: center;
    margin: 0 auto;

}

.contenedoraequipo ol li h3 { margin-top: .6em; 
}

.contenedoraequipo ol li a {
    
    background-color: rgba(122, 79, 144, 0.1);
    border-radius: .50rem;
    color: #f8fbfd;
    font-weight: bold;
    text-decoration: none;
    line-height: 2em;
    padding: .125em 1em;
    margin-top: auto;
}

.contenedoraequipo ol li a {
    color: white;
    
    background-color: #224b98;
 }


.contenedoraacademicos h2 {padding: 1em 0; 
}

.contenedoraacademicos > ul > li {
    
    display: flex;
    flex-direction:column
    align-items: flex-start;
    style-list: none;
}

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

.contenedoraacademicos img {
    width: 11em;
    height: auto;
    padding; 2em; 
}

.contenedoraacademicos > ul > li > *:first-child {
    

}

.contenedoraacademicos h3 { margin-top: 0; }


.plan{
    padding: 2em;
    

}

.plan h1{text-transform: uppercase;
    padding: 2em 0;
    
}

.plan h3{text-transform: capitalize;
    padding: 1em 0;
    

}

.plan ul li {
    text-decoration; none;
    margin-left: 2em;
}

.links a{ text-transform: uppercase;
display: flex;
flex-direction: column;
padding: 1em;}

#otro {
    padding: 2em 0;
}


footer {
    background-color: #224b98;
    padding: 2em;
    padding-left: 2em;
    padding-right: 2em;
    margin:0;
    color: aliceblue;}

footer .contenedora {padding: 2em 0; 
    }

