charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}
html{
    height: -webkit-fill-available;
}

body{
    
    background-color:white; 
    min-height: 100vh;
    min-height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: poppins;
    
}
img{
    max-width: 100%;
    height: auto;
    max-height: 2em;
}

header{ 
    background-color: brown;
    padding: 0em;
    box-shadow: 0 4px 2px lightblue;
}
header .contenedor{
    display: flex;
    justify-content: space-between;
    align-items:center;
    flex-wrap: wrap; 
}

main{
    flex-grow: 1em;
    display: flex;
    flex-direction: column;
}
header img{
    background-color: white;
    padding: .28em;
    border-radius: .25em;
}
header a{
    width: 100%;
    height: 100%;
    color: brown;
    background-color: white;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .25em;   
}
header a:hover{
    background-color: lightblue; }
header ul li{
    width: 5em;
    height: 2em;
    margin-left: .50em;
    margin-top: .50em;
    display: flex;
    flex-wrap: wrap;
    
}
header ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-end;
}
footer{
    font-size: x-small;
    background-color: brown;
    color: white;
}

.contenedor{
    max-width: 100rem;
    margin: 0;
    padding: 1rem;
    
}
.persona3{
    margin: 0 auto;
    max-width: auto;
    text-align: center;
    padding: 1em
}
.persona3 img{
    border-radius: 50%;
    height: 60vw;
    width: 60vw;
    max-width: 15em;
    max-height: 15em;
    border: .25em solid brown;
    box-shadow: 0 .35em .5em brown inset, 0 .35em .5em lightblue;
}
h1{
    font-size: xx-large;
    color: brown;
}
.persona3 p {
    flex-wrap: wrap;
}
article{
    background-color: transparent;
}
.ambasmaterias{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
   
   
}
#materias{
    padding: .60em;
    margin: .50em;
    text-align: center;
    display: block;
    flex-wrap: nowrap;
    background-color: lightblue;
    border: solid;
    border-color: lightskyblue;
   }
#materias ul {
    width: 18em;
    list-style-type: square;
    text-align: start;
    justify-content:center;
}


/*
.estudiantes nav{
    background-color: cadetblue;
    padding: 1em;
    margin: 1em;
    
}*/

.estudiantes ul{
    padding: 0em;
    margin: 0em;
    list-style: none;
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    
}

.estudiantes a{ 
    height: 2em;
    margin-top: .50em;
    margin-left: .50em;
    padding: .3em;
    color: white;
    background-color:brown;
    text-decoration: none;
    display: flex;
    justify-content:space-around;
    align-items:center;
    text-align: center;
    border-radius: .25em;
    box-shadow: 0 4px 2px lightblue;
    width: 8em;
  
}
.estudiantes a:hover{
    background-color: lightskyblue; }
.estudiantes{ 
    justify-content: space-between
    margin: 0 auto;
    padding: 1em;
    max-width: auto;
    text-align: center; 
}
#comitente{ 
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1em;
}
    
    
.cajabocetos{
    color: white;
    padding: 1em;
    background-color: brown;
     border:solid;
    border-color:brown;


}

.bocetos{
    display: flex;
    width: 20em;
    align-items:center;
    justify-content: space-around;
    margin-top: 1em;
    

   
}
.bocetos a{
    height: 2em;
    margin-top: 0em;
    margin-left: 0em;
    padding: .4em;
    color: black;
    text-decoration: none;
    align-content: space-around;
    background-color: lightblue;
    border-radius: .25em;
}
.bocetos a:hover{
    background-color: lightskyblue;
}
.bocetosejemplo{
    display:flex;
    margin: auto;
    padding: auto;
    justify-content: center;
    height: auto;
    width: auto;   
}
.bocetosejemplo img{
    max-width: 19em;
    max-height: 19em;
}
.celular{
     text-align: end;
}
.computadora {
    text-align: end;
}
.tablet{
    text-align: end;
}

/*-------------MERLO RECICLA---------- */

.merlorecicla {
    color: brown;
    max-width: 20em;
    padding: 1em;
    border:solid;
    border-color: brown;
}

#datosacademicos {
    font-size: x-small;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    display: flex;
    align-items:baseline;
    margin-top: 0em;
    flex-wrap: wrap;
    justify-content: space-around;
}
#datosacademicos img{
    background-color: white;
    padding: .6em;
    border-radius: .25em;
    max-width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
}
.contenedoraacademicos{
    padding: 1em;
    background-color: lightblue;
    max-width: 100rem;
    margin: 0;
    padding: 1rem;
    margin-top: .50em;
}
#datosacademicos li{
    list-style: none;
    