@import url('https://fonts.googleapis.com/css?family=Oswald:300,500');


header { 
    padding: 1rem 0 1rem 0;
}


body {
    
    margin-top: 6rem;
    background-image: url(../img/2.jpg);
    background-size: cover;
    height: 100%;
    top:0;
    left:0;
    max-width: 100%;
    text-align: center;
    font-size: 0.6rem;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.08rem;
    line-height: 0.8rem;
    padding: 1rem;
    font-weight: 300;
    color: #581845;
    margin:0 auto;
    background-attachment:fixed;
    background-position:top center;
    
}

.menu i {
  padding: 1rem ;
}
.menu nav{
  display: none;
}

.menu nav ul{
  margin:0rem;
  padding: 0rem;
}

.menu nav ul li {
  list-style-type: none;
  background-color: gainsboro;
  text-align: center;
}

.menu nav ul li a {
  font-family: 'oswald', sans-serif;
  color: #484848;
  font-size: 0.9rem;
  padding: 1rem; 
  display: block;
  text-decoration: none;
  color: #000;
  justify-content: center;

}

.menu nav ul li a:hover{
  color: #484848;
}

.fa-bars{
    color: deeppink;
    justify-content: left;
    
}

.fa-bars:hover{
    color: deeppink;
    justify-content: left;
}

img{ 
    width: 40%;
    padding: 5%;
    border-radius: 20rem;
    align-self: center;
}


.cursada {
    text-align: left;
    padding: 4rem 2rem 4rem 8rem;
    margin-left: 0rem;
    margin-right: 0rem;
    max-width: 100%;
    background-color: #f1f1f1;
    height: 41rem;
    
   
} 


.materias{  
  background-color: #f1f1f1;
  font-size: 1rem;
  flex-direction: line;
  justify-content: center;
  align-items: baseline;
  align-content: left;
  color: #581845;
  margin-left: 0rem;
  margin-right: 0rem;
   max-width: 100%;
   height: 10rem;
  }


h1{ 
	  align-items: stretch;
	  align-content: stretch;
    text-align: left;}

h2{ 
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #581845;
    align-items: stretch; 
    align-content: stretch;
    text-align: left;}



p {
    max-width: 60%;
    text-align: center;
    letter-spacing: 0.5rem;
    font-size: 1rem;
    padding: 1rem;
    color:#581845;
    margin: 1rem auto; 
    margin-bottom: 1rem;
    display: inline;
}

    
.catedra {

    text-align: left;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    max-width: 100%;
    background-color: #f1f1f1;
    height: 14rem;
    padding: 4rem 2rem 4rem 8rem;
    background-color: #f1f1f1;


}


a:hover, a:active {
    
    color: fffff;
    letter-spacing: 0.5rem;
      
   }


.foto { 
    justify-content: center;
    align-items: center;
  }



footer{
    margin-left: 0rem;
    margin-right: 0rem;
    max-width: 100%;
    text-align: center;
    text-transform: lowercase;
    font-size: 0.5rem;
    line-height: 1rem;
    font-family: 'oswald', sans-serif;
    padding: 1rem;
    color: #581845;
    letter-spacing: 0.05rem;
    background-color: #f1f1f1;
    bottom: 0;
    left: 0;
}

ul {
  list-style: none;
}
