@import url('https://fonts.googleapis.com/css?family=Muli');

@charset "utf-8";
header {
    background-color:#254364;
}

* {
    padding: 0;
    margin: 0;
     
}

body {
    display: flex;
    flex-direction: column;
     
}

main { background: #fcf4de; 
       min-height: 100vh; 
     }

.nav {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    
    
    
}

#nav-derecha ul {
    list-style: none;
    margin-right: 1em;
    
}

#nav-derecha ul li{
    float:right;
    padding: 0.5em;
    
    
}
    
#nav-derecha ul li a {
   text-decoration: none;
    color:#aec2d8;
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    
}
#logo {
    display:flex; 
   padding-left: 1em; 
}

#foto {
    display:flex; 
    border-radius: 50%;
    max-height: 15em;
    min-height: 5em; 
}


#rita {
   font-family: 'Muli', sans-serif;
    font-weight: 700;
    color:#31567f;
    margin: 0;
    font-size: 29px;
}

.titulos {
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    color:#000000;
    font-size: 13px;
}

.subtitulos {
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    color:#000000;
    font-size: 18px;
}

#separador {
    font-family: 'Muli', sans-serif;
    font-weight: 100;
    color:#55c6bd;
    font-size: 100px;
    margin: -0.1em 0 -0.1em 0;
}

.titulo-secundario {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color:#31567f;
    font-size: 13px;
}

#cursada {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color:#164070;
    font-size: 23px;
    display: flex;
    justify-content: flex-start;
    padding: 2em 0 0 1em;
    border-top: 0.25px solid  #55c6bd ;
    
    
    
}

.texto-principal {
   font-family: "Open Sans", sans-serif;
    font-weight: 300;
    color:#000000;
    font-size: 15px;
    max-width: 30em;
}
.texto-secundario {
    opacity: 0.5;
    font-family: "Open Sans", sans-serif;
    font-size: 10px;
}

.columna-doble {
    margin: 0 2em 0 2em;
    padding: 2em 2.5em 0 2.5em;  
    text-align: center;
}

#columna-materias {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 3em 0;
    padding: 0;

}

.cajas-materias {
    padding: 1.5em;
}

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

#div-papa {
    background: #fcf4de;
    margin: 2em;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
        
}


footer {
    background-color:#254364;
    font-family: "Open Sans", sans-serif;
    color:#FFFFFF;
    font-size: 12px;
    height: 5em;
    padding: 1em;
    display: flex;
    justify-content: center;

}