@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



body { display: flex;
    background-color: azure;
    font-family: "linotte";  
    min-height: 100vh; 
    min-height: -webkit-fill-available;
    flex-direction: column;
   justify-content: space-between;
    }


html {
    height: -webkit-fill-available;}

img {
    max-width: 100%;
    height: auto;
}


p,
h1,
h2,
h4,
h5,
h6 {
    margin-bottom: 0.5em;
}


header,
footer {
    
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 2em;
    padding-top: 2em;
    background-color: #1694AA;
    flex-grow: 0;
}

h1{color:white;
text-align: center;
    font-size: 2.3em;
    
}
h2{color: white; 
    text-align: center;
    padding-bottom: .8em
}



header {
    display: flex;
    flex-direction: column;

}


header .titulo { display:flex;
flex-direction: column;
    justify-content: center;
    
}


header ul { list-style: none; 
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
      
}


header ul li {
    width: 10em;
    height: 2em;
    margin-left: .25em;
    margin-right: .25em;
    display: flex;
    margin: .5em
    
    
}


header ul li a {
    width: 100%;
    height: 100%;
    background-color: #D1E5DC; 
    color: #1694AA;
    text-decoration: none;
    font-weight: bold;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: .3em;
    
    
}




header .accesodirecto {display: flex; 
    flex-direction: row;
    justify-content: space-evenly;
    color: darkolivegreen; 
    text-align: center; 
    text-decoration-color: darkgreen;
    
}



main {
    flex-grow:1;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
    background-color: #ebfdf7
    
}



#integrantes ul {
    
    list-style: none;
    
}

#integrantes ul li {
    
    padding: .5em;
    width: 100%;
    align-content: center;

   
    
}

#integrantes ul li a{
    text-decoration: none;
    color: white;
    background-color: #A5D379;
    background-position: center;
    padding: .3em;
    display:flex;
    justify-content: center;
    
    align-content: center;
    text-align: center;
    max-width:15em;
    height: auto;
    
    border-radius: .3em;
    margin: auto;
    font-size: 1.2em;

}

#integrantes  {
    
   list-style: none;
    text-align: center;
    
}



h3{
    text-align: center;
    font-size:1.6em;
    color: #1694AA;
    font-style: normal; 
    margin-bottom: .8em;
    margin-top:1.9em;
}


.academico h4 {
    color:#1694AA;
    font-size: 1.5em;
    padding-top: 1.4em;
    padding-bottom: .5em;
    
    
}

#imgfadu {
    
    width: 15em;
    max-height: auto;
    padding-bottom: 1.5em;

}

#imgdgpc {
    
    width: 8em;
    max-height: auto;
    padding-bottom: 1.5em;
}


main p {
    
    font-size: 1.2em;
}

.refes {
    text-align: center;
    
}

.refes ul {
    
     list-style: none;
}


.refes ul li {
    
      padding: .5em;
    width: 100%;
    align-content: center;
    
}


.refes ul li a {
     text-decoration: none;
    color: white;
    background-color: #1694AA;
    background-position: center;
    padding: .3em;
    display:flex;
    justify-content: center;
    
    align-content: center;
    text-align: center;
    max-width:15em;
    height: auto;
    
    border-radius: .3em;
    margin: auto;
    font-size: 1.2em;

    
    
}

.imgs {
    
    display:flex;
    flex-direction: column;
    flex-wrap:wrap;
    align-content: center;
    
}


.imgs img {
    display: block;
    width: 25em;
    height: auto;
    
}





.academico{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin: 3em;
    padding: 0 2em;
    padding-top: 2em;
    font-size: .5em;
    
}

.academico img{
    display: block;
    width: 35em;
}

.academico > div{
    margin: 0 2em;
    padding: 0.5em;    
}

.academico p{
    font-size: 1.4em;
    
}

footer {
    font-size: 1em;
    color: white;
    padding: 1.3em;
}


footer {
    color: white;
    
}