@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,700,700i|Noto+Serif:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');

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

header {
    max-height: 7em;
    width: 100%;
    padding: 2em;
    display: flex;
    justify-content: center;
}


main section img {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    box-shadow: 0 0.35em 0.5em rgba(0, 0, 0, .35) inset, 0 0.35em 0.5em rgba(0, 0, 0, .35);    
}


h1 {
    font-family: 'Great Vibes', cursive;
    font-weight: 500;
    font-size: 38px;
    color: #919191;
    display: flex;
    justify-content: center;
}

body {
    background-color: #919191;
}

main {
    font-family: "asap", sans-serif;
    color: #919191;
    padding: 2em;
    padding-bottom: .5em;
    width: 100%;
}

main h2 {
    font-weight:400;
}

h3 {
    margin-top: .5em;
}

h4 {
    margin-top: .5em;
}

ul {
    font-size: 14px;
    padding: 1em;
}

ul li {
    list-style: none;
}

div ul {
    font-family: "asap", sans-serif;
    color:white;
    padding-top: 0%;
    flex-direction: column;
    text-align: center;
    margin-bottom: 1em;
}

div ul img {
    padding-top: .5em;
    padding-bottom: .2em;
}

button {
    background-color: #EED6C6;
    color: white;
    margin-top: .5em;
    margin: auto;
    display: flex;
    justify-content: center;
}

div a button {
    padding: .5em;
}

input {
    font-family: 'asap', sans-serif;
    font-size: 15px;
    letter-spacing: 2px;
    color: white;
    background-color: rgba(0,0,0,.1);
    border: 1px solid white;
    padding: 1em 1em;
    text-align: center;
}

div a {
    text-decoration: none;
    margin-top: 1em;
    display: flex;
    justify-content: center;
    justify-content: space-between;
}

main nav ul li a{
    margin: 3em;
    padding: .5em 1em;
    background-color: rgba(0,0,0,.1);
    border-radius: 0%;
    margin-right: .5em;
    margin-left: .5em;
    font-family: "Asap", sans-serif;
    font-size: 12px;
    color: white;
    text-decoration:none;
}

/*-------------- CLASES ----------------*/

#hfondo {
    background-image: url(../Imagenes/headerfondo.png);
    background-repeat: no-repeat;
}

.separador { 
    margin-top: 1em;  
}

.centrar{
    text-align: center;
}

.disenadora {
    text-align: center;
    background-color: #919191; 
    color: white; 
    padding: .5em; 
    width: 85%; 
    margin: auto;
    margin-top: 0.3em;
    font-family: 'Raleway', sans-serif; 
    font-size: 10px;
    letter-spacing: 2px;
}

.avatar {
    display: flex;
    justify-content: center;
    margin-bottom: .5em;
    margin-top: 1em;
}

.fondogris {
    background-color: #919191;
    color: white;
}

.titulos{
    background-color: #EED6C6; 
    color: #919191; 
    font-weight: 800; 
    width: 55%; 
    padding: 3px; 
    margin: auto; 
    margin-bottom: 5px;
}

.fondoblanco {
    background-color: white;
        padding-bottom: 2em;
}

#puntitos {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    font-weight: 00;
    
}

.textohola{
    font-size: 16px;
}