@charset "utf-8";


*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    }
 


body{
    font-family: sans-serif;
    background: rgb(255, 35, 83);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    justify-content: space-between;
}


html{
    height: -webkit-fill-available;
}


.contenedor{
    max-width: 100em;
    margin: 0 auto;
        
     }

.contenedor nav li{
    display: inline-block;
    column-width: 100em;
}




.contenedor nav li:hover{
    background-color:rgb(113, 4, 28);
    
}

/*
header {
padding: 1em;
}

*/

header .contenedor{
    display: flex;
         }


header ul{
    list-style: none;
    display: flex;
    flex-direction: column;
  }

header ul li{
    width: 100%;
    height: 2em;
      }

header ul li a{
    width: 100%;
    height: 100%;
    /*background-color: rgb(113, 4, 28);*/
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.perfil{
    padding-bottom: 1em;
    padding-top: 3em;
    display: flex;
    flex-direction: row;
    
}
    
.perfil img{
    width: 11em;
     
}

.perfil h1{
    font-size: 1.7em;
     color: rgb(255, 35, 83);
    margin-left: -2em;
    margin-top: 5em;
    margin-bottom: 1.5em;
   letter-spacing: 0.5em;
    /*background-color: rgba(0, 0, 0, 0.15)*/
   
}



main {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-color: #eae7e7;
    padding: 1em;

}


.descripcion{
    color: #222222;
    justify-content: center;
    line-height: 1.5em;
    font-size: 0.9em;
    font-weight: bold;
    
}


.datos{
padding-top: 3em;    
}


h2 {
   background-color:crimson;
   font-size: 0.9em; 
    color: white;
    letter-spacing: 0.5em;
    /*padding-bottom: 1em;*/
    
}


.aprobadas h2, .encurso h2, .datosacademicos h2 {
    display: flex;
    align-items: flex-end;
    height: 2.5em;
    
}
.aprobadas ul, .encurso ul, .datosacademicos ul {
    padding-top: 0.5em;
    
}


.aprobadas li, .encurso li, .datosacademicos li{
    list-style: none;
    font-size: 0.9em;
    line-height: 1.5em;
    }

.aprobadas, .encurso, .datosacademicos{
    padding-bottom: 2.5em;
}
footer{
background-color: rgb(113, 4, 28);
    font-size: 0.7em;
    color: rgb(254, 252, 231);
    line-height: 1.3em;
    /*margin-bottom: 2em;
    margin-left: 0em;
    margin-right: 0em;
    margin-top: 2em;*/
    padding: 1em;
}

footer p{
    color: rgb(254, 252, 231);
  }




/* **********PANTALLAS************ */

.pantallas img {
    width: 50em;
    
}
 

.comitente h1{
    font-size: 1.7em;
     color: rgb(255, 35, 83);
     letter-spacing: 0.5em;
    padding-top: 2em;
    
}
