body {
    font-family: 'Roboto', sans-serif;
    background-color: rgb(255, 255, 255);
    margin: 0;
}

main {
    text-align: center;
}


.logo {
    width: 16vh;
}

.menu {
    text-align: center;
    background-color: white;
    padding: 18px;
    border-bottom: 0px solid #d9d9d9;
}

.menu li {
    display: inline-flex;
    font-weight: bold;
    background: rgba (0, 0, 0, 0);
    border: 0.1em solid #FFC0CB;
    padding: 16px;
    cursor: pointer;
    border-radius: 18px;

}


.menu li:hover {
    background: black;
}

.menu a {
    text-decoration: none;
    color: #FFC0CB;
    font-size: 2.5vh;
}

/*agregar variables bold a los titulos*/

.perfil p {
    line-height: 6pt;
    font-size: 12pt;
    font-weight: bold;
}

.fondopuntitos {
    background: url("../imagenes/e2e2b8fd29435424ae41aa4abe5d6a7a.jpg");
    padding: 32px;
}

.foto {
    width: 200px;
    border-radius: 100px;
}

article h1 {
    font-size: 28px;
    color: #ef017c;
}

.perfil {
    color: #404040
}

.historial {
    margin: 1em;
    border: 0.1em solid #FFC0CB;
    border-radius: 24px
}

.materias {
    color: #FFC0CB;
}

.alumnos {
    margin-top: 40px;
    margin-bottom: 0;
    color: #ef017c;
}

.sacar_puntitos {
    display: inline;
    list-style: none;

}

.sacar_puntitos li {
    border-top: 1px solid #d9d9d9;
    padding: 10px;
    margin-left: 15%;
    margin-right: 15%;
    text-align: center
}

.sacar_puntitos a {
    color: #404040;
    text-decoration: none;
    font-weight: bold;
    line-height: 24px;
}

.aside {
    padding: 8px;
    padding-bottom: 72px;
    padding-top: 72px;

}


.escudo {
    width: 200px;
}

.location {
    width: 24px;
    padding-top: 3px;
}

.logo-ig {
    width: 24px;
    padding-top: 12px;

}


.club {
    color: #ef017c;
    font-size: 24px;
    font-weight: bold;
}


@media only screen and (max-width: 340px) {
    .informacion-club {
        display: block;
    }
}

.informacion-club {
    margin-top: 32px;
    padding: 32px;
    background: #f1f1f1;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.informacion-club-derecha {
    text-align: left;
    font-weight: bold;
    width: 100%;
    margin: auto;

}

.descripcion {
    list-style: none;
    line-height: 24px;
}

.descripcion ul {
    list-style: none;
    padding: 0px;
}

.descripcion a {
    color: #5D26C1;
    text-decoration: none;
}

.acts {
    margin-top: 72px;
}

.contenedor {
    padding: 0;
    padding-bottom: 32px;
    padding-top: 32px;
    background-color: whitesmoke;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;

}

.screens {
    width: 144px;
    margin-left: 8px;
    margin-bottom: 8px;

}




footer {
    background-color: #FFC0CB;

    text-align: center;
    font-size: 12px;
    padding: 24px;
    color: white;
    line-height: 20px;
}

@media only screen and (max-width: 500px) {

    .informacion-club {
        margin-top: 32px;
        display: block;
    }

    .informacion-club-derecha {
        text-align: left;
        font-weight: bold;
        width: 240px;
        margin: auto;
    }


}
