*{
    font-family: 'Source Sans Pro', sans-serif;
    box-sizing: border-box;
}


body{
    background-color: #1e2744;
    max-width: 60em;
    display: flex;
    flex-direction: column;
    margin: auto;
    
}

@import "compass/css3";

.flex-container {
  padding: 0;
  margin: 10px;
  width: 400px;
  height: 100px;
  float:left;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
    
}

.flex-item {
  color: black;  
  background-color: tomato;
  padding: 5px;
  width: 80px;
  margin-top: 10px;
  line-height: 75px;
  font-weight: normal;
  font-size: 1em;
  text-align: center;
}

header{
    width: 100%;
    height: 4em;
    margin: auto;
    padding: auto;
    background-color: #161d34;
    
    
}


main {
    height: auto;
    margin: auto;
    padding: 1em 1em;
    background-color: #161d34;
        
        
        
}



section {
    
    width: 100%;
    margin-top: 0.5em;
    box-sizing: border-box;
    padding: 0.5em 1em;
    background-color: #161d34;
}


section2 {
    
    width: 100%;
    box-sizing: border-box;
    padding: 1em;
    padding: 0.5em 1em;
    background-color: #161d34;
    
}



footer {
    font-size: 0.7em;
    text-align: left;
    padding-left: 15px;
    color: white;
    font-style: italic;
    background-color: #21e7b6;
    
}


#Compañeros nav ul {
    height: auto;
    display: flex;
    width: auto;
    list-style: none;
    margin-top: auto;
    font-size: 1em;
    background-color: #21e7b6;


    
}




header nav ul {
    display: flex;
    padding-left: 0em;
}



ul li a {
    color:#ffffff;
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    }



li {
    display: list-item;
    margin: 0.3em auto;
    font-style: 700;
}



#titulo {
    margin-top:auto;
    margin-left:25px;
    width:470px;
    float:left;
}



h1 {
    color: #21e7b6;
    font-size: 4em;
    line-height: 2em;
    letter-spacing: 0.01em;
    box-sizing: border-box;
    margin: 0 auto 1em;
    padding: 0 auto;
    width: 100%;
    font-weight: 700;
    margin-bottom: 0
}

h2 {
    font-style: normal;
    padding:0;
    margin-left:10px;
    font-size: 2em;
    color: white;
    margin-top: 3em;
    width:300px;
}

#materias {
    color:tomato;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    margin-left: 1em;
    margin-top: 1.5em;
    
}

#brujula{
    
    color:tomato;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    margin-left: 1.5em;
    margin-top: 0em;
}



#listamaterias p{
    margin-left: 5em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    color: white
}



h4{
    margin-left: 3em;
    margin-top: 2em;
    margin-bottom: 0.6em;
    color: white;
    
    
    
}

#listamaterias{
    padding-bottom: 1.5em
}



#info {
    color:white;
    padding-bottom: 0;
}


#info2{
    font-style: italic;
    
    
}


#foto {

    margin:1em;
    width:100px;
    height:100px;
}


h5{
    margin-left:3em;
    font-size: 1.1em;
    color: white;
    margin-bottom: 0;
    margin-top: 2em;
}


#info p{
     margin-left: 6em;
    margin-top: 0.5em
}



#abajo{
    
    width:auto;
    height: auto;
    display: flex;
    width: auto;
    list-style: none;
    margin: auto;
    font-size: 1em;
    background-color: #21e7b6;
        
}


#abajo img {
    padding:0.7em 0 0 1em;

}