

* {
    box-sizing: border-box;
    list-style: none;
    margin: 0em;
    padding: 0;
    border: 0;
}

body{
    font-family: "Chivo", sans-serif; 
    background-color: rgb(184, 208, 89);
    flex-direction: column;
    justify-content: space-between;
    
}
img{
    border-radius: 10em;
    
}

/*NAVEGADOR*/

header {
    display: block;
    background-color: rgb(92, 150, 89)
}

header .navegador{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 60rem;
    margin: 0 auto;
    padding: 0.5em;
}
header img{
    max-width: 5em;
    }

/*MENÚ*/

#llamamenu .material-icons,
#ocultamenu .material-icons {
    padding-right: 0;
}
header nav,
header nav ul {
    max-width: 19em;
    color: rgb(184, 208, 89);
}
header nav a,
header nav label {
    color: rgb(184, 208, 89);
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.navegador nav ul li a:hover {
    border-radius: 100em;
    border: solid 0.05em;
    border-bottom-left-radius: .08em;
    border-bottom-width: .08em;
    background-color: rgba(255, 255, 255, 0.1);
    }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
}

header nav label {
    cursor: pointer;
    padding: .5em;
    
    position: relative;
    z-index: 9999;
}

#menu-toggle:not(:checked) + #llamamenu,
#menu-toggle:checked + #llamamenu + #ocultamenu {
    display: flex;
}

#menu-toggle:checked + #llamamenu,
#menu-toggle:not(:checked) + #llamamenu + #ocultamenu {
    display: none;
}

header nav ul {
    position: fixed;
    right: 100%;
    top: 0;
    height: 100vh;
    width: 40%;
    z-index: 9990;
    padding-top: 2em;
    transition: all .5s ease;
    display: block;
    flex-direction: column;
    justify-content: flex-start; 
    padding: 0;
    background-color: rgb(92, 150, 89, 0.63);
    font-size: 1.2em;
    
}

#menu-toggle:checked + #llamamenu + #ocultamenu + ul {
    width: 50%;
    right: 50%;
    transition: all .15s ease;
    padding-top: 3em;
}





/*MAIN*/


/*juliana*/
#juliana {
    display: flex;
    flex-direction: column;
    justify-content:center;
   
    margin: auto;
    } 

#yo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto; 
    
}


#yo  {
    justify-content: space-between;
    
}
#juliana nav ul {
    display: flex;
    flex-direction: column-reverse;
    padding: 0.5em;
    margin: auto;
}
#juliana nav ul li{
align-items: baseline;
    padding: 0.5em; 
    border: 1.3em;
}
#juliana ul li a {
    color: white;
    font-size: 2em;
    text-decoration: none;
    font-family: "Chivo", thin;
    display: flex;
    padding: 1.5em;
    justify-content: center;
    border-radius: 5em;
    font-size: 1em;
    border: solid 0.05em;
    max-width: 100%;
    font-size: 0.7em;
}
#juliana ul li a:hover{
    background-color: rgb(92, 150, 89);
}
#juliana h1{
    color: rgb(255, 255, 255, 0.6);
    margin: auto; text-align: center;
    padding: 0.5em;
    font-size: 1.2em;
}
#juliana img{
    width: 15em;
}
 
.epigrafe{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    
}

.epigrafe h5{
    font-size:0.7em;
    color: white;
    font-style: oblique;
    padding: 1em;
    }

.presentación p{
    text-align: center;
    align-content: space-between;
    margin: auto;
    font-size: .7em; 
    line-height: 3em;
}

/*integrantes*/
#integrantes h3{
    text-align: center;
    font-size: 1em;
    color: black;
    
}

#integrantes ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    max-width: 50rem;
    margin: 0 auto;
    padding: 0.5em;
    
}

#integrantes ul li a {
    text-decoration: none;
    font-weight:bold;
    color: black;
    text-align: center;
    display: block;
    justify-content: center;
    padding: 0.5em;
    margin: 1em;
    font-size: 1em;
}

ul img { 
    display: flex;
    justify-content: center;
    margin: auto; 
    border-radius: 10em;
    max-width: 5em;;
    }

/*materias*/    
#materias {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 6em;
    width: 100%;
    margin: auto;
    max-width: 100vh;
    align-content: center;
    font-weight: 100;
    
}
.aprobadas, .encurso{
   padding: 1em;
    align-items: center;
    
}
#materias h2{
    align-content: center;
    text-align: center;
    padding: 0.5em;
    
}
#materias ul  {
    width: 100%;
    padding: 0;
}



/*footer*/
footer {
    background-color: black;
    color: white;
    font-size: 0.5em;
    
}
footer p{
    
    background-color: rgb(92, 150, 89);
    
    align-items: center;
    padding: 3em;
    line-height: 1em;
}

/*PLAN*/

.plan {
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: stretch;
    border: .5em;
    padding: 3em;
}
.plan h2{
    text-align: center;
    font-size: 2em;
    color: black;
    font-family: "Chivo" serif;
    font-style: oblique;
    
}
.plan p{
    font-size: 1em;
}
/*PLAN*/


/*MAPA*/
.mapa{
    display: flex;
    flex-direction: column;
    margin: auto;
    justify-content: center;
    align-items: stretch;
    padding: 1em;
}
.mapa h2{
    text-align: center;
    font-size: 2em;
    color: black;
    font-family: "Chivo" serif;
    font-style: oblique;
}
.mapa p{
    text-align: center;
    
}
.mapa img{
    max-width: 100%;
    border-radius: none;
}
/*MAPA*/

/*responsive*/

       /*header*/
    @media (min-width: 35em) {
    
  
     #menu-toggle,
    #menu-toggle:checked + #llamamenu,
    #menu-toggle:not(:checked) + #llamamenu,
    #menu-toggle:checked + #llamamenu + #ocultamenu,
    #menu-toggle:not(checked) + #llamamenu + #ocultamenu {
        display: none;
    }

   
    #menu-toggle:not(:checked) + #llamamenu + #ocultamenu + ul,
    #menu-toggle:checked + #llamamenu + #ocultamenu + ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
        }
        header nav ul {
        display: flex;
        flex-wrap: wrap;
        flex-basis: 25%;
    }

    

}
    
    