@charset "utf-8" ;
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');


/* ----------
   estilo Mobile first
   ---------- */
* {
    box-sizing: border-box;
}

body{
font-family: 'Poppins', sans-serif;
margin: 0;
}

.contenedora{
    max-width: 1200px;
    margin: auto;
    padding: .5em;
}


footer { 
 padding: 1em;
 margin:0.5em;
 background-color: #A061E5;
 font-weight: 300 ;
 color: white;
}



header  {
display: flex;
flex-direction: column;
flex-wrap: wrap;
background-color:#A061E5;
   
}

header div {
display: flex;
justify-content: center;
flex-wrap: wrap;
}

header img {
background-color: #A061E5;
margin: auto;
height: 6em;
justify-content: center;

}

header nav{
width: calc (50% - 3em);
}

header nav ul{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
padding: 0em;
}

header nav ul li {
font-size: 1.2em;
margin: .3em;
padding: .5em;
min-width: 5em;
align-items: center;
}



header nav ul li a {
    display: block;
    padding: 0.5em;
    text-align: center;
    color: black;
    background-color: #9FEBF7;
    width: 5em;
    margin: auto;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 500;
}


header nav ul li a:hover{
    background-color: #65DEF1 ;
    color: black;
}

ul {
list-style: none;
}


h1, h2{
color: white;
font-size: 1.5em;
font-weight: 700;
background-color: #65DEF1;
padding: .5em;
margin-bottom: 1em;
border-radius: 10em;
text-align: center; 
}


h3{ 
font-weight: 500;
font-size: 1.2em;
margin-bottom: 1em;
padding: 0;
text-align: left;
}


.comitente  p{ 
font-weight: 400;
font-size: 1.2em;
text-align: start;

}

.comitente img{
max-width: 100%;
margin: auto;
}
   


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

.equipo h2{
 width: 100%;
}

.equipo article{
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
margin-bottom: 1em;
}

.equipo img {
width: 9em;
}

.equipo article > div{
/*width: calc(100% - 12em);*/
margin-bottom: 2em;
}
.equipo article > div h3{
margin-top: 0;
}

.rotulo{
    text-decoration: none;
    font-size: 18px;
    background-color: #AFEEF8;
    padding: 1em;
    color: black;
    border-radius: 15px;
    font-weight: 500;
    align-items: center;
}

.equipo figure{
margin: 0;
}
.equipo img{
padding: 0;
border-radius: 50%;
display: flex;
}

    
.estudiante {
    min-width: 5em;
    width: 400px;
    padding: 0.5em;
}
.estudiante p{
    height: 100%;
    min-height: 80px;
    max-height: 120px;
    overflow: hidden;
}
.estudiante div{
    height: 35px;
    display: flex;
    gap: 0.3em;
    justify-content: center;
}

/* ----------
   Estilo para PLAN
   ---------- */


.plan a {
text-decoration: none;
display: flex;
color: #A061E5;
}

.objetivos ul{
padding: .5em;
list-style: disc;
margin-left: .5em;
}

.funciones {
display: flex;
justify-content: space-around ;
padding: 0;
}

.funciones h2{
font-size: 1em;
}

.funciones article{
padding: 0;
width: calc(50% - 1em);
}
.funciones article ul{
padding: .5em;
list-style: disc;
}

.datosAcademicos img{
    width: 9em;
    height: auto
    
}
    
.datosAcademicos h4{
    margin-top: 1em;
    margin-bottom: .5em;
}

.datosAcademicos h5{
    margin: 0;
}
    
.datosAcademicos  ul{
    padding: 0;
}
    
.datosAcademicos > ul > li{
    margin-bottom: 2em;
}
    
.datosAcademicos > ul > li > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.mapa img{
max-width: 100%;
margin: auto;

}
/* ----------
  FIN estilo Mobile first
   ---------- */

/* cambios a partir de los 640px*/

@media screen and (min-width:640px) {
.datosAcademicos img{
        width: 10em;
        height: auto
}
    
.datosAcademicos h4{
    margin-top: 0em;
    margin-bottom: .5em;
    }   
    
    
.datosAcademicos > ul > li{
    display: flex;
    margin-bottom: 2.5em;  
 }
        
.datosAcademicos > ul > li > div {
    margin-left: 2em;
    align-items: flex-start;
}



}
/* Fin estilo de 640px*/