@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400&display=swap');

/* 
font-family: Frank Ruhl Libre', serif; font-weight: 400 o 700;
font-family: 'Oswald', sans-serif; font-weight: 300 o 700;
font-family: 'Raleway', sans-serif; font-weight: 400 o 700; */

*{margin:0; padding: 0; box-sizing: border-box;}

body {background: #0d0d0d; text-align: center }
header {background-color: #191919; height: 20rem;}
h4 {font-family: "Raleway", sans-serif; font-weight: 700; margin-bottom: 0.8rem;}

.menu 
    {background-color: #ff694d; font-family: "Oswald", sans-serif; font-size: 1rem; padding: 0.45rem; margin-bottom: 3rem; }

.menu a {color: #0d0d0d;}

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

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

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

a {text-decoration: none;}

header img {
    margin: auto;
    margin-top: 3rem;
    border: 0.1rem solid #ebe9d9;
    border-radius: 50%;
    width: 9rem;}

header h1 {font-family: "Frank Ruhl Libre", serif; font-weight:700; font-size: 1.5rem; 
    width: 100%;
    color: #ebe9d9;
    margin: auto;
    margin-top: 0.9rem; 
    margin-bottom:0.2rem;}

h2 {font-family: "Raleway", sans-serif; font-weight: 400; color: #ff694d; font-size: 0.95rem; margin:auto;}

.materias {
    display: flex;
    justify-content: center;
    font-family: "Raleway", sans-serif;
}

.niveles {
    max-width: 75%;
    background-color: #ebe9d9;
    text-align: center;
    padding: 3rem;
    line-height: 2rem;
    margin: 0 2rem 2rem 2rem;
    font-size: 0.9rem;
    color: #262626;
}


.integrantes a {
    font-family: "Raleway". sans-serif; font-weight: 400; color: #ebe9d9; font-size: 0.9rem; margin:auto;
}

.integrantes p a {
    text-decoration: none;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; 
}

.integrantes h4 {
    color: #ebe9d9;
    font-size: 0.9rem;
}

.integrantes a:hover {
    color: #ff694d;
    font-weight: 700;
}

.integrantes .link-activo{ color: grey; }
.integrantes .link-activo:hover{color: #ff694d;}

.integrantes {
    background: #191919;
    padding: 3rem;
    text-align: center;
    margin: 0 2rem 2rem 2rem;
    line-height: 2rem;
    height: 20%;
}

.italica {font-family: "Raleway", sans-serif; font-weight:  700; font-style: italic; font-size: 0.7rem; color:#ff694d; }

.contenedor {max-width: 75rem; margin: auto;}


footer {
    width: 100%;
    background-color: #191919;
    color: #ebe9d9;
    padding: 1rem;
    margin-top: 1rem;
    bottom: 0;}
footer p {font-family: "Raleway", sans-serif; font-size: 0.7rem}
    