@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

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

body{background: #e0f7e6; font-family: 'Montserrat', sans-serif; text-align: center}


header{
    width: 100%;
    background: #01bfc4;
    box-shadow: 0 0 10px 0 black;
    display: block;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
    align-content: stretch;
}

h1{color: rgb(255, 255, 255); font-size: 1.2rem; text-align: center;}

h2{color: rgb(0, 0, 0); font-size: 1.6rem; margin-top: 3%; margin-left: 4%; font-family: 'Montserrat', sans-serif; font-weight: 600;}

h3{color: rgb(0, 0, 0); margin: 5%; text-align: center; font-family: 'Montserrat', sans-serif; font-weight: 600;}

.menugeneral{padding: 2%; font-size: 1rem;font-weight: 600; text-align: center;}

.menu{text-decoration: none; color: rgb(255, 255, 255); margin-left: 4%; margin-right: 4%; display: block;list-style-type: disc; position: relative;padding: 0;}

.menu:hover{color: rgb(255, 255, 255); font-weight: 600;    box-sizing: border-box;}

.contenedornombreyfoto{display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;align-content: center;background: #e0f7e6;padding: 1%;font-family: 'Montserrat', sans-serif; font-weight: 600;}

.foto{border-radius: 10rem; width: 16%; display:block; margin: center;} 

.matias{color: rgb(0, 0, 0); width: 30%; text-align: center; font-family: 'Montserrat', sans-serif;}

.materiasgeneral {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: baseline;align-content: stretch;background: #e0f7e6;}

.materiasaprobadas {color: rgb(0, 0, 0); margin: 3%; justify-content: center;font-size: 0.8rem;background: #e0f7e6; width: 50%; background-color: #01bfc4; border-radius: 25px; padding: 0;}

.materiasencurso {color: rgb(0, 0, 0); margin: 3%; justify-content: center;font-size: 0.8rem;background: #e0f7e6;width: 50%; background-color: #01bfc4; border-radius: 25px; padding: 0;}
    
.materias{color: #e0f7e6; margin: 3%; text-align: center; font-size: 0.8rem; line-height: 1.5rem; font-family: 'Montserrat', sans-serif; font-weight: 400;}


.logo{
    font-size: 4vh;
    font-family: 'DM Serif text', serif;
    font-weight:700;
    color: #ffffff;
    padding: 0.5rem;
}




.menu li{
    display: inline-block;
    padding: 0.5rem;
    position: relative;
    border-radius: 0.2rem;
}
.menu li a{
    text-decoration: none;
    font-size: 2vh;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    padding: 0.5rem;
    display: block;
}
.menu li:hover{
    text-decoration: none;
    font-weight: 600;
    background-color: #000000;
}

.submenu{
    display: none;
    position: absolute;
    background: #6e6e6e;
    box-shadow: 0 5px 10px 0px rgb(146, 146, 146);
}
.submenu li{
    display: inline-block;
}
.submenu li a{
    text-decoration: none;
    display: block;
    font-weight: 400;
}
.submenu li a:hover{
    text-decoration: none;
    font-weight: 600;
}
.menu li:hover .submenu{
    display: block;
}
header hr{width: 80%; margin-left: auto; margin-right: auto;}

.texto-confirmado{
  height: 9vh;
  padding-left: 1.5vh;
  padding-right: 1.5vh;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

ul {
    display: block;
    list-style-type: disc;s
    padding: 0;
}

footer{
    background-color: #01bfc4;
    width: 100%;
    text-align: center;
    padding: 0;
    box-shadow: 0 0 10px 0 black;
    position: absolute;
    bottom: 0;
    height: 13%;
    justify-content: center
}
footer p{
    color: #f7f7f7;
    font-size: 0.7rem;
    line-height: 1.7vh;
    max-width: 60rem;
    margin: 0.5rem auto;
    justify-content: center
    
}
footer a{
    text-decoration: none;
    color: #ffff;
    font-weight: 500;
    font-size: 1.1rem;
    justify-content: center
}
footer a:hover{
    font-weight: 600;
}
