* { margin: 0;
    padding: 0;
}
ul{
list-style: none;
}
body {
    font-family: "montserrat", "trebuchet ms", helvetica, arial, sans-serif;
    width: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #e8e8e8;
  font-family: montserrat;
}

a { text-decoration: none; }


header {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

header ul{ 
   list-style: none;
   display: flex;
    justify-items: flex-end;
     justify-content: space-evenly;
}
header ul li {
    width: 20%;
    height: 3em;
    display: flex;
    align-items: center;

}
header ul li a {
    width: 100%;
    height: 100%;
    background-color: #66D37E;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;    
    display: flex;
    justify-content: center;
    align-items: center;    
    font-size: 80%;
    border-radius: 30px;
}


.contenedor {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.titulo{
    color: #000000;
    font-weight: 800;
    font-size: 23pt;
    margin-top: 39px;
    margin-bottom: 40px;
    text-align: center;
     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.contenedor_rectangulo {
    display: flex;
    height: 50px;
    width: 80%;
    background: #66D37E;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin: auto;
    border-radius: 30px;
}

.contenedor_rectangulo h2 {
  display: flex;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  font-weight: 600;
 justify-content: center;

}

.contenedor_texto {
    display: flex;
    width: 70%;
    font-size: 1.3em;
    justify-content: center;
    margin: 0 15%;
}

.contenedor_texto p {
    font-weight: 300;
    font-size: 0.8em;
    text-align: center;
    margin-top: 30px;
}

.avatares {
    margin: 30px;

}

.avatar { 
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 10px;
}


.nombre_alumno {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    color:#66D37E;
}

.imagen_mapa{
    width: 80%;
    margin-left: 15%;
    
}

.titulos {
    border-bottom: solid #66D37E;
    padding-bottom: .5em;
    font-family: "montserrat", helvetica, arial, sans-serif;
    color: #66D37E;
    font-weight: 600
}

.contenedora_academicos {
    margin: auto;
    width: 80%;
    
}

.academicos > ul > li {
    /* caja flexible */
    display: flex;
    
    /* si los elementos no caben, van a la siguiente línea */
    flex-wrap: wrap;
    
    /* elementos alineados arriba */
    align-items: flex-start;
    
}

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

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

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

.academicos h3 { margin-top: 0; }


section figure{
    display: flex;
    flex-direction: column;
       width: 80%;
    margin: 0 auto;
 
    
}

.contenidos {
    display: flex;
    justify-content: center;
    font-weight: 200;
    align-content: center;
    text-align: center;
    font-size: 0.8em;
    color: #047C00;  
    margin: 0 15%;
    margin-bottom: 15px;
}

.info {
    font-weight: 200;
    align-items: center;
    text-align: center;
    font-size: 0.8em;
    color: #047C00;
    border-top: solid;
    border-top-color: #66D37E;
    margin-top: 20px;
    padding-top: 20px;
}

.imagenmvp {
    display: flex;
    width: 80%;
    margin:auto;
    margin-top: 20px;

    
}

.boceto {
    display: flex;
    width: 75vw;
    margin: auto;
        
}
