@charset "utf-8";

                                                                                                
* {
    list-style: none;
    font-family: "Open Sans",  sans-serif;
    box-sizing: border-box;
    color: #080808;
}
body {
    text-align:center;
    background-color: #f86c71;
}

header#menu {
    float: left;
    padding: 20px;
    margin: 2em;
    position: fixed;
}


#rectangle {
    background-color: #726cf8;
    padding: 2em;
    text-transform: uppercase;
    color: #030303;
    margin: 1em;
    max-width: 100%;
    height: auto;
    border-radius: 2em;
}

main #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;
}

#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 {
    background-color: rgb(6, 255, 255);
    font-style: bold;
    margin: 0 22em;
    border-radius: 3em;
    display: block;
    justify-content: center;
}
#title {
    font-style: bold;
    margin-top: 1em;
    margin-left: 20em;
    margin-right: 3em;
    justify-content: center;
}
.materias{
    background-color: rgba(8, 190, 129, 0.87);
    margin: 0 17em;
    border-radius: 3em;
    display: flex;
    justify-content: center;
}

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

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

.pantalla{
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    margin: 2em 16em 2em 16em 2em 16em;
    margin-top: 1em;
}
#equipo, h5 {
    color: #080808;
    background-color: #ff0404;
    text-align: center;
    margin: 1em 6em;
    border-radius: 8em;
    display: flex;
    justify-content: center;
    font-size: 10px;
}

#equipo ul {
    margin: 4em;
    padding: 2em;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#equipo ul li {
    margin: 1em;
}

#equipo ul li a {
    color: rgb(10, 10, 10);
    font-size:20px;
    text-decoration: none;
    display: flex
    align-items: center;
}

#equipo ul li a:hover {
    color: #080808;
    text-decoration: underline;
}
.integrantes {
    border-radius: 60%;
    border-right-color: black;
    border-bottom-color: black;
    border-left-color: #833d3d;
    box-shadow: 0 0.20em 0.20em rgba(0, 0, 0, 0.4), 0 0.25em 0.25em rgba(0, 0, 0, 0.4) inset;
        
}
#media {
    display: block;
    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;
}

.propuesta, h4 {
    margin-top: 2em;
    margin:3em 1em;
    background-color: rgb(253, 3, 3); 
    display: flex;
    justify-content: center;
    border-radius: 3em;
    font-size: 30px;
    }


}





