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

body {
    background-color: #dee7eb;
    font-family: 'Fira Sans', sans-serif;
}




/*----menu¨------*/



a {
    text-decoration: none;
    color: navy
}

a:hover {
    color: skyblue
}






#escudo {
    display: block;
    margin: auto;
    background-color: none;
    width: 2.3em;
 }


/*---menu arriba----*/

header {

    background-color: #6694c1;
    text-align: left;
    padding-left: .5em;
    padding-right: .5em;
    width: 100%;
    height: 3em;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    box-shadow: 0 .05em .5em .05em rgba(0, 0, 0, 0.68);

}







.menu li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: .9em 1.5em;
    

}


.menu li a:hover {
    background-color: rgba(0, 0, 0, 0.77);
    color: white;
    

    

}


.contenedor {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;

}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    display: none;
}

#menudesplegable:not(:checked) + #hamburguesa,
#menudesplegable:checked + #hamburguesa + #menuabierto {
    display: flex;
}

#menudesplegable:checked + #hamburguesa,
#menudesplegable:not(:checked) + #hamburguesa + #menuabierto {
    display: none;
}



.menu {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-direction: column;
    padding-top: 2em;
    padding-bottom: 1em;
    width: 50%;
    position: fixed;
    right: 100%;
    top: 0;
    transition: all .5s ease;
    
}



#menudesplegable:checked + #hamburguesa + #menuabierto + .menu {
    left: 0;
    background-color: rgba(0, 0, 0, 0.83);
    width: 50%;
    margin-top: 3em;
    padding-top: .7em;
    box-shadow: 0 .5em .5em silver;
    transition: all .25s ease;
}

#menuabierto {color: black;}





/*----contenido------*/

main {
    margin: 3em 2em 3em 2em;
    padding: 1em 0 3em 0;
}


#presentacionclub {
    background: rgba(255, 255, 255, 0.83);
    border-radius: 1em;
    padding: 1.4em;
    margin: 0 auto 1em auto;
    max-width: 40em;
}

#titulo {
    font-size: 1.6em;
    color: navy;
    text-align: center;
    padding-bottom: .5em;
    border-bottom: solid .03em navy;
}


#introduccion {
    font-size: 1em;
    line-height: 1.3em;
    padding: 1.6em 0 1.6em 0;
    color: #4f5458
}

img {
    max-width: 100%;
}




/*-----mapa----*/

#epigrafe {
    margin-top: 2em;
    font-weight: 700}

.mapaweb {
    margin-top: 1.5em
       }

#mapa{
    margin: 1em 2% 2em -2%;
    max-width: 100%;
}



/*-----integrantes-----*/

#integrantes {
   background: rgba(255, 255, 255, 0.83);
    border-radius: 1em;
    padding: 1.4em;
    margin: 0 auto 1em auto;
    max-width: 40em;
}

#titulointegrante {
    font-size: 1.2em;
    color: navy;
    text-align: left;
    padding-bottom: .7em;
    border-bottom: solid .03em navy;
    align-self: flex-start;
    margin-bottom: 2em;
}

#nombres {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: .9em;
   
}



main .integrantes img {
    display: block;
    height: 5rem;
    border-radius: 50%;
    border: solid #b5b5b5 .16em;
    margin-bottom: .8em;
}


/*-----pertenencia-----*/



.pertenencia {
    color: #5e5e6d;
    margin: 0 auto 1em auto;
    max-width: 40em;
    text-align: left;
    display: flex;
    flex-direction: column;
    padding: 2em 2em 0 0;
    flex-wrap: wrap;
}

#pertenencia {
    text-align: left;
}


h4 {
    text-align: left;
    color: rgba(43, 43, 67, 0.63);
    border-bottom: solid .06rem;
    font-size: 0.9em;
}



#aclaracion {
    font-size: 0.8em;
}



.uba {

    border-bottom: solid rgba(43, 43, 67, 0.63) .06rem;
    border-bottom-width: thin;
    padding-top: 2em;

}

#imagenpertenencia {
    width: 10rem;
    height: auto;
    margin: .8em 0 .3em 0;

}



footer {
    background-color: dimgrey;
    color: whitesmoke;
}

footer p {
    margin: 0 auto 0 auto;
    width: 60em;
    max-width: 100%;
    padding: 2em;
    max-width: 
    text-align: left;
    font-size: .8em;

}





/*-------media-----*/

@media (min-width: 50em){
    
    header {
      padding-right: 4em;
        padding-left: 4em;
}

.integrantes {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: center;
   
     }
     }

/* plan */

.plan{
    text-align: center;
}

.info{
    padding: 1em;
}

.funciones, .usuario, .ingreso{
    padding: 1em;
    background-color: rgba(255, 255, 255, 0.83);
    margin: .5em;
    border-radius: 2em;
}

.titulosp{
    font-size: 1.2em;
    color: navy;
    text-align: left;
    padding-bottom: .3em;
    border-bottom: solid .03em navy;
    align-self: flex-start;
}


@media (min-width: 59em) {



    #menudesplegable,
    #menudesplegable:checked + #hamburguesa,
    #menudesplegable:not(:checked) + #hamburguesa,
    #menudesplegable:checked + #hamburguesa + #menuabierto,
    #menudesplegable:not(checked) + #hamburguesa + #menuabierto {
        display: none;
    }

    .contenedor {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: space-between;


    }

    .menu {
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
         align-items: center;
        width: 30em;
        height: 3em;
        margin: 0 auto 0 2em;
        padding: 0;
        transition: none;

    }
    
     }

    

