body {
    background-color: #FFFFFF
}
* {     list-style: none;}
header{
    
    font-family: 'Coming Soon';
    font-size: 20px;
    color: white;
    list-style: none;
}
.menu nav ul li img{
    width: 30%;
}
.encabezado nav ul{
    background: #c36950;
    margin: 0;
    padding: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    align-content: space-between;
}

.menu-desplegable {
    display: flex;
}

.lupa{
    display: flex;
    float: right;
}
.PERFIL {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    align-content: space-between;
    justify-content: space-around; 
    padding: 0.2;
    background: #e5cc5e;
    color: #3a4d5a;
    border-radius: 30px;
    margin: 0.5rem;
    padding: 0.17rem;
    box-sizing: border-box;
    font-family: 'Pontano Sans', sans-serif;
    font-size: 13px;
    box-shadow: 0.1rem 0.2rem #328878;
}

main section img {
    max-width: 100%;
}

.fotoperfil {
    text-align: center;
    margin: auto;
    max-width: 300px;
}

.fotoperfil {
    background-color:#78b09c;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    border-radius: 150px;
}
.alumno {
    margin-top: 2.5rem;
    background-color: #78b09c;
    text-align: center;
    align-items: center;
    font-family: "pontano sans";
    color: white;
    margin-top: 2.5;
    padding: 0.2;
    border-radius: 25px;
}
.misjuegos {
    background-color: #e5cc5e;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    align-content: space-between;
    justify-content: space-around; 
    font-family: "coming soon";
    color: white;
    margin-top: 0.5rem;
    padding: 0.2;
    border-radius: 25px;
    
}
.juegos {
    background-color: #78b09c;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    align-content: space-between;
    justify-content: space-around; 
    font-family: "pontano sans";
    color: white;
    margin-top: 0.5rem;
    padding: 0.2;
    border-radius: 25px;
}

.cuenta {
    background-color: #78b09c;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    align-content: space-between;
    justify-content: space-around; 
    font-family: "pontano sans";
    color: white;
    margin-top: 0.5rem;
    padding: 0.2;
    border-radius: 25px;
}
.guiapadres {
    background-color: #78b09c;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    align-content: space-between;
    justify-content: space-around; 
    font-family: "pontano sans";
    color: white;
    margin-top: 0.5rem;
    padding: 0.2;
    border-radius: 25px;
}
.compartidos {
    background-color: #78b09c;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    align-content: space-between;
    justify-content: space-around; 
    font-family: "pontano sans";
    color: white;
    margin-top: 0.5rem;
    padding: 0.2;
    border-radius: 25px;
}