@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700&display=swap');

* { 
    box-sizing: border-box;
}

body {

    background-color: lightgrey;
    color: black;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    min-height: 90vh;
    flex-wrap: wrap;
    font-family: lato, sans-serif;
}

#logodgpc { 
    display: flex;
    justify-content: center;
    margin-bottom: 0,5em;
    background-color: grey;
    }
    
    ul {
    list-style:none;
    text-decoration: none;
}

nav {
    list-style:none;
}
section nav ul {
    background-color: ghostwhite;
    background-size:80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content:center;
    padding: inherit

}

nav ul li a 
    {
    font-family: lato, sans-serif;
    font-weight: bold;
    color: white;
    text-decoration:inherit;
    text-align: center;
    font-size: 1em;
    background-color: darkslateblue;
    width: 100vh%;
    display:flex;
    margin: 1em;
    padding: 0.9rem;
    border-radius: 1em;
}

#logoclub {
    text-align: center;

}

main {
    
    box-sizing: border-box;
    width: auto;
    margin: auto;
}
main h1 {
    box-sizing: border-box;
    display: block;
    background-color:grey; 
    color: white;
    text-align: center;
    width: 29rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1em;
    font-family: lato;
    font-weight: bold;
    font-size: 1.7em;
    text-align: center;

}

.texto {
    box-sizing: border-box;
    display: flex;
    font-family: lato;
    align-content: center;
    text-align: center;
    color: black;
    font-size: 1.6em;
    padding: 1.2rem; 
    margin-top: auto;
    margin-bottom: auto;
}

h2{
    box-sizing: border-box;
    display: block;
    background-color:grey; 
    color: white;
    text-align: center;
    width: 29rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.8em;
    border-radius: 1em;
    font-family: lato;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

section h2 ol li {
    
    background-color: ghostwhite;
    background-size:80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content:center;
    padding: inherit;
    
}

section ol {
    list-style:none;
    align-content: center;
    justify-content: center;
    padding: 0;
}

aside p {
    font-family: lato;
    font-style: italic;
    color: black;
    font-size: 0.8em;
    justify-content: center;
    align-content: center;
    text-align: center;
        
}
h3 {
    font-family: lato;
    font-style: bold;
    color: black;
    font-size: 0.9em;
    padding: 0;
}
section ul {
    font-family: lato;
    font-weight: bold;
    color: slategrey;
    text-decoration: ;
    font-weight: light;
    font-size: 0.9em;
}

#integrantesfoto {
    
    display: flex;
    justify-content: center;
    margin: 0.5em;
    text-decoration:none;
}

.Diani {
    
    display: flex;
    margin: 0.3em;
    text-decoration: none;
}

h5 {
    margin-bottom: 0.5em;
}
.Lu {
    
    display: flex;
    margin: 0.3em;
}

.Clara {
    
    display: flex;
    margin: 0.3em;
}

.nombre {
    box-sizing: border-box;
    display: block;
    background-color: darkslateblue;
    color: white;
    width: 7em;
    align-content: center;
    justify-content:center;
    text-align: center;
    text-decoration:none;
    font-family: lato;
    font-weight: bold;
    border-radius: 1em;
    margin: auto;
}


footer {
    box-sizing: border-box;
    font-family: lato;
    font-weight: normal;
    text-align: center;
    color: lightslategrey;
    font-size: 1.3em;
    padding: 1.2rem; 
    margin-top: auto;
    margin-bottom: auto;
}

section2 {

    font-family: lato;
    font-weight: normal;
    color: black;
    
}

section2 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0%;
}

h3 {

    display: flex;
    align-content: center;
    justify-content: center;
}


#iconos {
    
    display: flex;
    justify-content: center;
    margin: 0.5em;
}

.Face {
    
    display: flex;
    margin: 0.3em;
}

.Insta {
    
    display: flex;
    margin: 0.3em;
}

.Wa {
    
    display: flex;
    margin: 0.3em;
}