@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body{
    font-family:'Courier New', Courier, monospace;
    background-color: none; 
    display: flex;
    flex-direction:column;
    min-height: 100vh;
    justify-content: space-between;    
    min-height: -webkit-fill-available;
}
html{
    height: -webkit-fill-available;
}

header, footer{
    background-color: #D9C7C1;
    padding: 1.5em;
    width: 100%;
    box-sizing: border-box;
}
#logo{
    width: 5em;
}
.contenedor{
    display: flex;
    margin: auto;
    align-items:flex-end;
    background-color: #D9C7C1;
}
header .contenedor{
    display: flex;
    justify-content: space-between;    
    align-items: center;
}

header ul{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content:flex-end;
}
header ul li{
    height: 2em;
    margin-left: .5em;
    display: flex;
    
}
header ul li a{
    width: 100%;
    height: 80%;
    color: #618C82;
    font-weight: bold;
    text-decoration: none;
    background-color: #D9B7AB;
    margin: .25em;
    padding: .5em;
    justify-content:center;
    align-items: center;
    border: .2em solid #C3B6D9;
    border-radius: 5em;
    display: flex;
    
}
img{
    max-width: 100%;
    height: auto;
}

main{
    background-color: #FFFDFC;  
    flex-wrap: wrap;
}
.alumna{
    margin: auto;
    text-align: center;
    max-width: none;
    border-bottom: .4rem solid #D9B7AB;
    padding-bottom: .5em;
    display: flex;
    justify-content: center;
    padding: 2em;
    
}
.alumna div p{
    color: #618C82;
    padding: .5em;

}
h1, h2, h6{
    color: #618C82;
    
}
.alumna img{
    max-width: 50%;
    border-radius: .2em;
    text-align: center;
    width: auto;
    height: auto;
    max-width: auto;
    max-height: auto;
    padding: 1em;
    border-radius: 3em;
}
.materias{
    display: flex
    justify-content:space-around;
    text-align:justify-all;
    padding: 1.5em;
    border-bottom: .4rem solid #D9B7AB;
    padding-bottom: .5em;
    width: auto;
    
}
.materias h3{
    text-align: center;
    padding: .5em;
    margin: .6em;
    background-color: #C3B6D9;
    border-radius: .2em;
    color: #618C82;
    
    
}
.bocetos{
    text-align:center;
    justify-content:space-around;
    border-bottom: .4rem solid #D9B7AB;
    padding-bottom: .5em;
    padding: 2em;
}
.bocetos h4{
    color: #618C82; 
    padding: .5em;
    text-decoration-line:underline;

}
.bocetos ul{
    list-style: none;
}
.bocetos ul li > *:not(p){
    color: black;
    border-radius: .3em;
    margin: .4em;
    

}

.comitente{
    text-align:center;
    flex-direction: column;
    color: #618C82;
    border-bottom: .4rem solid #D9B7AB;
    padding-bottom: .5em;
    padding: 2em;
}
.integrantes{
    border-bottom: .4rem solid #D9B7AB;
    text-align: center;
    text-align: center;
}
.integrantes h4{
    text-align: center;
    color: #618C82;
    padding: .5em;
}
.integrantes ul li {
    margin: .4em;
    border-radius: .4em;
    background-color: #D9B7AB;
    list-style: none;
    text-align: center;
    
}

.integrantes ul li > *:not(p) {
    text-align: center;
    margin: 0 auto;
    color: black;
    
}

.academicos h2{
    text-align: center;
    padding: 1em;
    text-decoration:underline
}
.academicos > ul > li {
    flex-wrap: wrap;
    align-items:center; 
    margin-bottom: 1em;
    list-style: none;
    padding: .3em;
}
.academicos ul{
    list-style: none;
    text-align: center;
}

.academicos img {
    width: auto;
    height: auto;
}


.academicos h3 { 
    color: #618C82;
}


section {
    width: auto;
    max-width: 90%;
    margin: auto;
}

section a {
    color: darkcyan;
    text-decoration: none;
}

section a:hover {
    color: #005050;
    text-decoration: underline;
}

@media (min-width: 992px){
    .integrantes{
    border-bottom: .4rem solid #D9B7AB;
    text-align: center;
        margin-left:  25em;
        margin-right: 25em;

}
    
}
