@charset "utf-8";
    
    /* Reglas generales*/
* {
    margin: 6px;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height:  100vh;
    min-height: -webkit-fill-available;
    background: #FADBD8
}
html{
 height: -webkit-fill-available; 
}
ul{
    list-style: nne;
    margin: 0;
    padding: 0;
}
header{
    text-align-last: center;
    background-color: lightcoral
        
        
}
header .contenedor{
    padding: 0.3rem;
    box-shadow: 0 4px 2px rgba (0, 0, 0, 0.25);
    display: flex;
    justify-content:space-between;
    align-items: center; /* para corregir las imagenes estiradas en el eje secundario*/
}
.jt33, .plan, .mapa, .webapp, .fadu {
    flex-basis:100%;
    border: 1px solid red;
    text-align: center;
    line-height: 0px;
    padding-bottom: 10px;
    background-color: darkgrey;
    padding-right: 10px;
    color: black;
}

header ul {
    list-style: none;
    display:flex;
    padding: 0; 
}
header ul li {
    width: 3em;
    height: 2em;
}
header nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-decoration: none;
}

.contenedor {
    margin: 0 auto;
    max-width; 50rem;
}
.bold {
    font-weight: bold;
} 
.darkcyan-text {
    color: black; 
    
    
         
}
a{
    text-decoration: none;
    list-style: none;
}
main {
    flex-grow: 1;
    display: flex;
    flex-direction:column
    
        
}
footer{
   margin: 1rem 0 0 0;
    border: solid 1px black;
    padding: 1rem;
    color: darkred;
    font-size: 10px;
        
}
h1{

    font-size: : 1.5em;
    color: darkseagreen
}
h2{
    font-size: 1.1em;
    color: darkseagreen

}
img{
    max-width:100%
    height:auto;
}
.contenedor {
    display: flex;
    margin: 0 auto;
    max-width: :50rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.contenedor {
    display: flex;
    justify-content: space-between;
}
.usuario {
    margin:auto;
    text-align: center;
    max-width: 50%;
    align-items: center;
}

