*{padding: 0; margin: 0;}

/* Estilos generales */
body { 
    font-family: Open Sans; 
    background-color: #ffeef1; 
    color: white;}


/* VN27 menú */
.menu {
    background: #6a126d;
    opacity: 75%;
    width: 100%;
    height: 70px;
    text-align: center;
    padding-top: 10px;
}

.menu a {
    text-decoration: none;
    font-weight: 600;
    color: white;
    display: flex; 
    padding-left: 3rem;
    padding-right: 3rem;
}

nav ul li {
    display: inline-block;
    font-size: 20px;
    transition: 1s;
    padding-top: 1rem;
}


/* background imagen*/
header { 
    background-image: url("https://images.unsplash.com/photo-1468276311594-df7cb65d8df6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80");
    background-size: cover;
    background-position: top;
    height: 25rem;}


/* Imagen */
img { 
    margin: auto;
    margin-top: 12rem;
    display: block;
    border: 0.1rem solid #ffd6dc;
    border-radius: 10rem;
    width: 200px;
}


/* Nombre */
h1 { 
    color: #6a126d;
    padding-top: 2rem;
    text-align: center; 
    font-size: 30px; 
    letter-spacing: 5px; 
    text-transform: uppercase;
}

 
/* Dg fadu uba */
h2 {
    padding-top: 150px;
    color: black;
    text-align: center;
    font-size: 20px; 
    font-weight: 500;
    text-transform:uppercase;
    padding-bottom: 40px;
}


/* línea horizontal */
hr {
height: 0px;
border-color: hotpink; 
background-color: hotpink;
margin-bottom: 30px;
margin-top: 30px;
}


/* Título materias aprobadas */
h3 {
    color: black;
    text-align: center;
    font-size: 20px; 
    font-weight: 400;
    text-transform:uppercase;
    letter-spacing: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding: 0px;
}


/* Conternedor materias */
.conteiner {
    width: 70%;
    margin: auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    }


/* Título niveles */
h4 {
    font-family: 'poppins';
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
}


/* Eliminar puntos de materias */
ul li {
    list-style: none;
}


/* Listado de materias */
.nivel1 {
    font-family: 'poppins';
    color: black;
    text-align: center;
    padding: 50px;
    background-color: rgba(106, 18, 109, 0.11);
    padding-bottom: 3rem;
    border: 0.2rem solid;
    border-color: #6a126d;
}
.nivel2{
    font-family: 'poppins';
    color: black;
    text-align: center;
    padding: 50px;
    background-color: rgba(106, 18, 109, 0.11);
    padding-bottom: 3rem;
    border: 0.2rem solid;
    border-color: #6a126d;
}
.nivel3{
    font-family: 'poppins';
    color: black;
    text-align: center;
    padding: 50px;
    background-color: rgba(106, 18, 109, 0.11);
    padding-bottom: 3rem;
    border: 0.2rem solid;
    border-color: #6a126d;
}


/* movimiento naterias */
.nivel1:hover{
    color: white;
    background-color: #c10e67;
    border-color: white;
    border-width: medium;
}
.nivel2:hover{
    color: white;
    background-color: #c10e67;
    border-color: white;
    border-width: medium;
}
.nivel3:hover{
    color: white;
    background-color: #c10e67;
    border-color: white;
    border-width: medium;
}


/* Footer */
footer {
    padding: 1rem;
    width: 60%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 12px;
    text-align: center;
    font-weight: lighter;
    color: grey;
}