@charset"utf-8";
/* Reglas Gaenerales*/
html{
    min-height:-webkit-fill-available;
}
body{
    min-height: 100vp;
    min-height:-webkit-fill-available;
    font-family:"Lato";
    margin: 0;
    padding: 0;
    background:#e8eddf;
}
.barra {
    display: flex;
    justify-content: center;
    background:#E73864;
    font-size: 20px;
    color:antiquewhite;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    
    }
.barra ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 25px;
}
.barra ul li a {
    text-decoration: none;
    color: #eee;
}
    
.plan {
    margin-left: 30px;
    margin-right: 30px;
}
.mapa {
    margin-left: 30px;
    margin-right: 30px;
}
.webapp {
    margin-left: 30px;
    margin-right: 30px;
}
.JT03 {
    
    margin-right: 30px;
}

#estudiante {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
#estudiante h1{
    font-size: 2.5em;
    font-weight: 800;
    color: #E73864;
}


#estudiante img{
    width: 100px;
}
#estudiante p{
    display: flex;
    justify-content: center;
    padding: 2em;
}
main .cuerpo{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: 0 auto;
    padding-top:4em;
    padding-right: 2em;
    padding-left: 2em;
     max-width: 50rem;
    padding-bottom: 4em;
    text-align: center;
    
}



.foot{
     display: flex;
     justify-content: center;
     align-content: center;
     font-size: 80%;
     text-align:center;
     margin-top: 5em;
    margin-left: 2em;
    margin-right: 2em;
    padding: 2em;
     background:black;
    font-size: 14px;
    color:antiquewhite;
    font-family: 'Lato', sans-serif;
   
        
}

    