@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;
}
    
.inicio {
    margin-left: 30px;
    margin-right: 30px;
}
.mapa {
    margin-left: 30px;
    margin-right: 30px;
}
.webapp {
    margin-left: 30px;
    margin-right: 30px;
}
.JT03 {
    
    margin-right: 30px;

    
}
#PLAN{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-left: 2em;
    margin-right: 2em;
    
}
#PLAN b{
    padding: 2em
}
#PLAN h1{
     
    color:#E73864;
    font-weight: 800;
    font-size: 2.5em;
}
#PLAN img{
    width: 400px;
    margin-bottom: 2em;
    
}
.comision{
    display: flex;
    flex-direction: column;
    align-items: 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;
