

body {
  color: black;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}


/*menu del header*/
header {
    color: black;
    justify-content:space-between
    background-color: white;
   
}

.nav-menu ul {list-style-type: none;
   text-align: center;
    justify-content: space-between;

}


.nav-menu li {  display: inline;
   text-align: center;
    color:black;
    margin: 0 10px 0 0; 

}

main {
background-color: #f9f9ff;
padding:4em;}

/*Desde hola hasta materias aprobadas*/

.banner-area {
    display: flex;
  background: #f9f9ff;
    align-content: center;
    text-align: center;
    justify-content: center;
}


.banner-left h6 {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
}

.banner-left h1 {
  margin: 20px 0;
line-height: 50px;
  font-size: 60px;
  text-transform: uppercase;
}

.banner-left a {
    background: -webkit-linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    padding: 1em;
color:white;
    font-weight: 400;
}

.banner-left a:hover{color:#FF5733;}

.materias-aprobadas {
    align-content: center;
    text-align: center;
    justify-content: center
    
}

.materias-aprobadas H1 {text-align: center;}

.materias-aprobadas imgfadu {}

.materias-aprobadas ul { 
    list-style: none;
text-align: center;}


footer{
    font-size: 10px;
line-height:normal;
font-style: italic;
text-align: center;


}