/* fuentes */
@import url('https://fonts.googleapis.com/css?family=Darker+Grotesque:400,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&display=swap');
@import url ("https://fonts.googleapis.com/css?family=Montserrat&display=swap")

/* fuentes */

ul {
margin:0;
padding:0;
}

li {
    list-style: none;
    
}

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

/* BODY */

body {
    background-color: #dae8ea;
    display: flex;
    flex-direction: column;
        justify-content: space-between;
    min-height: 100vh;
    font-family: Libre Baskerville;
}

/* HEADER */

header {
    width: 80%;
    height: 13em;
    margin: auto;
    background-color: ;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 1.5em 2em;
    flex-grow: 0;
}

.nombre {
    font-family: baskerville;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000000;
    margin-top: 8%

}

.nombre2 {
    margin-top: -0.5em;
    font-family: libre baskerville;
    font-size: 0.9em;
    letter-spacing: 0.5em;
    color: #000000;
    margin-top: 6%
    
}

/* MAIN */

main {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
   
}

/* NAV BAR */

nav {
    font-family:sans-serif;
    font-size: 0.em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color:#000000;
    padding: 0.4em;
        }

nav>ul {
        display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    list-style: none; 
}

a {
    text-decoration: none;
    color: white;
    display: block;
}


.main2 {
    width: 80%;
    margin: auto;
    background-color: #ffffff;
    flex-grow: 1;
    padding: 2em 1em;
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-around;
    
}

/* perfil fadu mio */


.info-fadu{text-align: left;
    width: 20em;
    font-family: ;
    font-size: 1em;
}
    
/* FOOTER */

footer {
    flex-grow: 0;
    background-color: #ffffff;
    width: 100%;
    bottom: 0;
         padding: 1.2em 1em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.foot {
    width: 90%;
    margin: auto;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
    }

.dgpc {
    color: #000000;
    font-weight: 100;
    font-size: 0.7em;
}

.fadu {

    color: #000000;
    font-weight: 100;
    font-size: 0.8em;}

#webapp {
    font-family: Oswald;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    background-color: #000000;
    color: white;
    padding: 0.5em 0em;
    

}
