@charset="utf-8";

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
/* generales */
body{
    font-family: 'Roboto', sans-serif;
    background-color: rgba(204, 204, 204, 0.09);
    height: 100vh;
}
img{
    max-width: 100%;
}
* {
    
    /*border: 0.02em solid red;*/  
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
   
}

main{
    min-height:90vh;
}
ul{
    padding: 0 0 0 0;
    /*margin: 0 0 0 0;*/
    align-content: center;
}
a{
    text-decoration: none;
    color: black;
    
    
}
li{
    
    list-style: none;
    align-self: center;
    text-align: center;
}

.titular{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* cabecera */
header{
   
    vertical-align:middle;
}
.cabecera{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
    
}
.cabecera li img{
    min-width: 5rem;
    max-width: 7rem;
}


/* navegador */
nav{
    padding: 0;
    margin: 0;
}
nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
nav ul li{
    display: flex;
     
    background-color: #97c8ed;
    flex-grow: 1;
    border-color: aliceblue;
    margin: 0.1rem;
    text-transform: uppercase;
    
}


    
/* cuerpo */
h1{
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 0.3rem;
}

section {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

main {
   align-self: center
}
#textocomitente{
    
    text-align: left;
}
#logolynch{
    width: 7rem; 
}
h2{
    font-size: 1.4rem;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 0;
}
h3{
    font-size: 1.2rem;
    margin-bottom: 0;
}
.integrantes{
    text-align: center;
    display: flex;  
}

.integrantes li{
    display: flex;
    justify-content: space-around;
    margin: 0 0.5%;
    
}
.avatar{
    height:5rem;
    width: 5rem;
    align-self: center
}
#logos {
    display: flex;
    justify-content: space-around;
   
   
}
#logos li{
    margin-left: 5%;
    margin-right: 5%
}
#logos li img{
    width: 8rem;
    
}
#current{
    background-color: #ebf2f7;
    color:#97c8ed;
}

/* Footer */
footer{
    
    font-size: 0.5rem;
    text-align:left;
    
}
.izq
{
    text-align: left
}

.desplegable {
    position: absolute;
    margin-top: 1.3em;
   
    
    display: none;
   
    
}

.desplegable li{
     display: block;
   width: 28vw;
    margin: auto;
    margin-top: 0.2em;
}

.desplegarbutt {
    
}

.buttondesplegable {
    background-color:#cae5fd; 
    border: 0;
}


