
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {margin: 0; padding: 0; box-sizing: border-box;}

body {
    font-family: 'Poppins', sans-serif;
    background-color: white;
    text-align: center;
}

.contenedor {
    margin: auto;
    max-width: 95%;
    padding-bottom: 10rem;
}

header {
    background-color:#ffdfe0 ;
    color: white;
}

#titulo {
    padding: 1rem;
}

.menu {
    background-color: #f1b3b5;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-content: center;
}

.integrantes {
    background-color: #f8f8f8;
    margin-bottom: 1 rem;
    padding: 0.4rem;
    margin-bottom: 1rem;
}

.integrantes .nav.pirulo {
    color: #000000;
}

.integrantes a {
    color: #333333;
}

.menu a {
    color: white;
}

.menu a:hover {
    font-weight: 700;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline;
    padding: 1rem;
}

li :hover {
    background-color: white;
    color: #f1b3b5;
    padding: 4px;
    border-radius: 1px;
    text-align: center;
}

a {
    text-decoration: none;
}

section {
    max-width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.nombre {
    width: 100%;
    text-align: center;
}

.nombre h2 {
    padding: 1rem;
}

.h3 :hover {
    background: white;
    color: #333333;
}

.envoltorio {
    
}

.materias {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;

}

img {
    width: 40px;
    height: 40px;
}

footer {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: black;
    color: white;
    padding: 2rem;
    font-size: 0.7rem;
    bottom: 0;
}

img {
    width: 10%;
    height: auto;
    border-radius: 50%;
}

.primer-ano {
    width: 25%;
    background-color: rgb(238, 238, 238);
    padding: 1rem;
    border-radius: .5rem;
}

.segundo-ano {
    width: 25%;
    background-color: rgb(238, 238, 238);
    padding: 1rem;
    border-radius: .5rem;
}

.materias-aprobadas {
    width: 50%;
    color: white;
    background-color: #ffffff;
    border-color: #f8f8f8;
    border-style: solid;
    padding: 1rem;
    border-radius: .5rem;
    text-align: center;
    background-image: linear-gradient(to bottom right, #9b2127, #c5252598);
}

.materias-aprobadas h3 {
    padding-top: 5.5rem;
} 

article {
    margin: 1rem;
}

h3 {
    padding-bottom: .4rem;
}
    