@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css?family=Bitter:400,400i,700');

body{
    background-color:#252536;
}
header nav{
    display: flex;
    height: 9vh;
    max-width: 100em;
    flex-grow: 1;
    justify-content: space-between;
    background-color: #6ddb71;
    position:relative;
    margin: .5em 0 .5em 0;
    align-items: center;
}
header nav a{
    margin: .8em;
}
header .perfil{
    width: 3.5em;
}
header .menu{
    width:2em;
}
header .logo{
    width:3em;
}
main {
    max-width: 100em;
    background-color: #6ddb71;
    position:relative;
    margin: 0;
}

main .imagenes img{
    width: 100%;
    background-color: #b9b9b9;
}

main .data #puntaje{
}
.data{
    display: flex;
    height: 10vh;
    max-width: 100em;
    flex-grow: 1;
    justify-content: flex-start;
    align-items: center;
    background-color: #6ddb71;
    position:relative;
}
.data div{
    
}
.titulo h1{
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 1.8em;
    margin: 0.2em 0.5em 0 0.5em;
}
.titulo h2{
    color: white;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 1.3em;
    margin: 0em 0.5em 0 1em;
}
#puntaje h3{
    color: #b7ff44;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 1em;
    margin: 0.2em 1em;
}
.amigos{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: .5em 0 0 1em;

}
.amigos img{
    width: auto;
    height: 3em;

}
.amigos p{
    font-size: 0.8em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin: 2em 1em 1em 1em;
}
.amigos p a{
    text-decoration: none;
    color: #252536;
}
.amigos p a:hover{
    text-decoration: none;
    color: #555562;
}
main h4{
    font-size: 0.8em;
    font-weight: 800;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin: 1.8em 1em 0 1em;
}
main p{
    font-size: 0.8em;
    color: white;
    font-family: 'Open Sans', sans-serif;
    margin: .6em 1em 0 1em;
}

footer{
    background-color: #7bea7f;
    height: 9vh;
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-content: center;
}
footer li a{
    display:block;
}
footer li a:hover{    
    background-color:#91fc94;
}
footer li a img{
        width: 2em;
        margin: .5em;
}