@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


body{
    background-color: aliceblue;
    margin:0px;
    font-family: sans-serif;}

h1,
h2,
h3,
p {
    margin-bottom: 1em;}

a {
    text-decoration: none;
}
ul,
ol,
li{
    list-style: none;
    padding: 0;}
footer { font-weight: 500}
header,
footer {
    background-color: #4f7942;
    color: aliceblue;
    padding: 1rem;
}
header .contenedora {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main {
    padding: 1em;
    font-weight: 500;
    color: #031100
}
header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
header nav ul li {
    min-width: 4em;
    margin: 0 0 0 .25em;
}
header nav ul li a {
    display: block;
    background-color: aliceblue;
    border-radius: .25em ;
    color: #4f7942;
    font-weight: bold;
    padding: .25em .5em;
    text-align: center;
}
header nav ul li a:hover {
    background-color: #4f7942;
    color: aliceblue;
}
img {
    max-width: 100%;
    height: auto;
}
.contenedora {
    max-width: 60rem;
    margin: auto;
}
#logo {
    background-color: white;
    border-radius: .35em;
    padding: .35em;
    width: 6em;
}
.equipo ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.equipo img {
    border-radius: 50%;
}
.equipo ol li {
    margin: .5em;
}

.equipo ol li > * {
    display: block;
    text-align: center;
    margin: auto;
}

.equipo ol li a {
    border-radius: .25rem;
    color: #031100;
    margin-top: .25rem;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.25em;
}

.equipo ol li a:hover {
    color: white;
    background-color: #031100;
}

.titulx {
    border-bottom: .2rem solid #4f7942;
    padding-bottom: .5em;
}

.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;
}

.academicos img {
    width: 12em;
}

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

/* Acá comienza "Mapa" */

.imagen img {
    display: block;
    margin: auto;
        padding: 2em;
}
/* Acá comienza "Plan" */

.order li {
    list-style: inside
}
