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


}

/*----------INDEX-------*/

body{
    background-color: white;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    font-family: 'Anton', sans-serif;
}

main{
     display: block;
    flex-grow: 1;
}

header {
    background-color: #454545;
    padding: 1em;
    display: flex;
    justify-content: flex-end;
    position: fixed;
    width: 100%;
    height: 3em;
    z-index: 9999;
}

#abremenu {
    color: white;
}

#cierramenu {
    color: white;
}

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

#menudesplegable:not(:checked) + #abremenu,
#menudesplegable:checked + #abremenu + #cierramenu {
    display: flex;
}

#menudesplegable:checked + #abremenu,
#menudesplegable:not(:checked) + #abremenu + #cierramenu {
    display: none;
   
}


.menutodas {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    margin: 0;
    position: fixed;
    right: 100%;
    top: 0;
    z-index: 9990;
    height: 100vh;
    width: 50%;
    padding-top: 5em;
    
 
    
   
}

#menudesplegable:checked + #abremenu + #cierramenu + ul {
    left: 0;
    background-color:  #454545;
    color: white;
    width: 100%;
    margin-top: 2.5em;
    padding-bottom: 1.5em;
    padding-top: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 18em;

}

.menutodas li {
    display: block;
    width: 80%;
    text-align: center;

}


#menuestilotodas {
    display: block;
    color: white;
    font-size: 1em;
    text-align: center;
    align-content: center;
    width: 100%;
    padding: 1em;
   border: solid white .01em;
    padding: .7em 0 .7em 0;
    margin: .2em;
    text-transform: uppercase;
    font-weight: 400;
}


#menuestilotodas:hover {
    background-color: rgba(245, 255, 0, 0.98);
    color: black;
 
}





.club{
    border-bottom: solid .35em black;
    margin-top: 3em;
    margin-bottom: 1em;
}

.club img{
    
     padding: .5em;
    margin: auto;
    display: flex;
    width: 6em;
}

.club h1{
    text-align: center;
    margin: 1em;
}

.club p{
    text-align: left;
    margin: 1em;
    padding: 1em;
}

.integrantes {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em;
    border-bottom: solid .35em black;
    

}

.integrantes h2{
    text-align: center;
    padding: .5em;
}

.integrantes ul{
    margin: 0;
    padding: .5em;;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.integrantes ul li a{
    color: black;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.integrantes ul li{
    margin: 1em;
}
.integrantes ul li a img{
        border: solid .2em black;
    border-radius: 50%;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.4), 0 0.25em 0.25em rgba(0, 0, 0, 0.4) inset;
}

#datos{
    background-color: #d0d0d0;
    border-radius: .5em;
    margin: 1em;
    padding: .5em;
    border: solid black;
}



#datos h2{
    text-align: center;
    padding: .5em;
}

#datos li{
padding: 1em;
    list-style: none;
}


footer {
    display: block; 
    font-size: .9em;
    margin: 1em;
    background-color: black;
    border-radius: .5em;
    
    
}

.contenedor{
    color: white;
    max-width: 50rem;
    margin: auto;
    padding: 1em;
    
}



@media (min-width: 40em) {
    
    .club p{
        max-width: 60vh;
        margin: auto;
    }
    
    header nav ul {
        flex-direction: row;
    }
    .integrantes ul{
       flex-direction: row;
        justify-content: space-around;
        
    }
    #datos{
        max-width: 80vh;
        margin: auto;
       
    }
    
}

@media (min-width: 37em) {
    
#menudesplegable,
    #menudesplegable:checked + #abremenu,
    #menudesplegable:not(:checked) + #abremenu,
    #menudesplegable:checked + #abremenu + #cierramenu,
    #menudesplegable:not(checked) + #abremenu + #cierramenu {
        display: none;
    }


    .menutodas {
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        flex-direction: row;
         align-items: center;
    width: 100%;
        height: 3em;
        margin: 0 auto 0 auto;
        padding: 0;
        transition: none;

    }


    
  
}


/*----------MAPA-------*/

#mapa h1{
    text-align: center;
    padding: 1em;
    border-top: solid .35em black;
    border-bottom: solid .35em black;
    margin: .5em;
}

.flujo h2{
    text-align: left;
    margin: 1em;
    
}

.flujo{
    border-bottom: solid .35em black; 
}

.diseño h2{
    margin: 1em;
    text-align: left;
}



.diseño img{
    width: 8em;
}

.diseño ul{
     margin: 0;
    padding: .5em;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}
.diseño li{
    list-style: none;
    margin: 1em;
    
}

/*----------PLAN-------*/
#plan h1{
    text-align: center;
    padding: 1em;
    border-top: solid .35em black;
    border-bottom: solid .35em black;
    margin: .5em;
}
.info{
    margin: 1em;
     background-color: #d0d0d0;
    border-radius: .5em;
    margin: 1em;
    padding: .5em;
    border: solid black;
    
}

.info h2{
    margin: .5em;
}

.info p{
    margin: .5em;
}

@media (min-width:40em){
    .info{
         max-width: 80vh;
        margin: auto; 
        
    }
    

}

