@charset "utf-8";

* {
    list-style: none;
    font-family: "Open Sans",  sans-serif;
    box-sizing: border-box;
    color: #D4DAD8;
}

body {
    background: linear-gradient(#476892, #59355D);
}

#menu {
    float: left;
    padding: 0em 1em;
    margin: 1em;
    position: fixed;
}
.rectangle {
    background-color: dimgrey;
    padding: 1em;
    text-transform: uppercase;
    color: white;
    margin: 0.6em;
    max-width: 100%;
    height: auto;
    border-radius: 25em;
}
.perfil {
    max-width: 25%;
    height: auto;
    border-radius: 50%;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.4), 0 0.25em 0.25em rgba(0, 0, 0, 0.4) inset;
    margin-bottom: .65em;
    position: relative;
    left: 38%;
    display: flex;
    justify-content: center;
/*
    display: flex;
    justify-content: center;
*/
    
}

#name {
    letter-spacing: 0.2em;
    font-weight: 200;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5em; 
}
#info {
    font-weight: 100;
    text-align: center;
}

h2 {
    margin: 0 0 0 13.2em;
}
#title {
    margin-top: 1em;
    margin-left: 20em;
    margin-right: 3em;
}
.materias{
    background-color: rgba(212, 218, 216, 0.4);
    margin: 0 17em;
    border-radius: 3em;
    display: flex;
    justify-content: center;
}

#nivel1, #nivel2, #nivel3 {
    margin: 1em 2em 1em 2em; 
    display: inline-block;
}

.porcentaje{
    margin-top: 1em;
    margin-left: 22.5em;
    margin-right: 22.5em;
    background-color: rgba(212, 218, 216, 0.4); 
    display: flex;
    justify-content: center;
    border-radius: 3em;
}

.pantallas1, .pantallas2 {
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    margin: 2em 20em 1em 20em;
}
#equipo {
    color: white;
    background-color: dimgrey;
    text-align: center;
    background-color: rgba(212, 218, 216, 0.4);
    margin: 0 6em;
    border-radius: 3em;
    display: flex;
    justify-content: center;
}

#equipo ul {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#equipo ul li {
    margin: 1em;
}

#equipo ul li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}

#equipo ul li a:hover {
    color: darkslateblue;
    text-decoration: underline;
}
.integrantes {
    border-radius: 50%;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: black;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.4), 0 0.25em 0.25em rgba(0, 0, 0, 0.4) inset;
        
}
.media {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin: 2em 5em 1em 5em;
    font-size: 50px;
}
#footer {
    font-style: italic;
    font-size: 0.8em;
    background-color: dimgray;
    padding: 1.2em;
    justify-content: center;
}