@charset "utf-8"
    
*{
    margin: 0em;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    font-family: "Open Sans", sans-serif;\
    
}


body {
    background-color: rgb(223, 238, 104);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0em;
    padding: 0em;
}


/*---header---*/

header {
    display: block;
}


header, footer {
    font-family: "Open Sans", sans-serif;
    background-color: white;
    box-shadow: 0 2px 2px 2px rgb(191, 214, 12);
    margin-top: 0.5em;
    margin-bottom: 0.5em;

}


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

}

header img{
    display: block;
    max-width: 5em;
    max-height: auto;
}

/*---menu---*/


#llamamenu .material-icons,
#ocultamenu .material-icons {
    padding-right: 0;
}



header nav,
header nav ul {
    background-color: rgba(85, 85, 85, 0.75);
    max-width: 19em;
    color: rgb(191, 214, 12);
}

header nav a,
header nav label {
    color: rgba(191, 214, 12, 0.24);
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav a:hover,
header nav label:hover {
    background-color: rgb(174, 196, 0);
    color: white;
}


[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;
    left: 100%;
    top: 0;
    width: 100%;
    z-index: 9990;
    padding-top: 5em;
    transition: all .6s ease;
}

#menu-toggle:checked + #llamamenu + #ocultamenu + ul {
   
    left: 35%;
    transition: all .25s ease;
}

ul{
    list-style: none;
}


nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0em;
    margin: 0em;
}

header nav a:hover,
header nav label:hover {
    background-color: rgb(174, 196, 0);
    color: white;
}



/* íconos */

.material-icons {
    padding-right: .25em;
    color: rgb(191, 214, 12);
}




nav ul li a {
    text-decoration: none;
    color: rgb(191, 214, 12);
    text-align: right;
    display: block; 
    justify-content: center;
    padding: 1em;
    font-size: 1em;
    font-weight:100;
    
}





li {
    display: list-item;
    text-align: -webkit-match-parent;
}


/*---main---*/


main {
    flex-grow: 1;
}

main > section {
    background-color: white;
    border: solid 1px white;
    box-shadow: 0 2px 2px 2px rgb(191, 214, 12);
    margin-top: 1em;
    margin-bottom: 1em;

}

div{
    font-family: "Open Sans";
    font-size: 0.8em;
    font-weight: 200;
}


.belen{
    display: flex;
    flex-direction:column;
    align-items: center
}
 
.belen img {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    border-radius: 50%;
    box-shadow: 0 2px 2px 2px #dddddd;
    max-width: 10em;
    height: auto;
        
}

h1 {
    font-family:"Open Sans";
    font-weight: 700;
    font-size: 1.6em;
    font-weight: 800;
    margin-top: 1em;
}


.belen p{
    font-family: "Open Sans", sans-serif;
    font-size: 0.9em;
    font-weight: 100;
    margin-top:0em;
}


/*---materias---*/

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    color: rgb(174, 196, 0);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

article h3{
    padding: 0em;
    margin: 0em;
}

.materias1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction:row;
    padding: 0em;
    justify-content:space-around;
    max-width: 50rem;
    margin: 0 auto;
    
}


div ul {
    padding: 0em;
    margin: 0.5 em;
    max-width: 13em;
    
}

div ul li{
    line-height: 1.7em;
}



 h3 {
    font-family: open sans;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2em;
    padding-right: 0em;
    margin-bottom: 0.7em;
    margin-top: 0em;
}


.materias ul li{
    font-size: 0.9em;
    margin-bottom: 0.7em;
}


/*---integrantes---*/

section #integrantes {
    margin: 0em;
    padding: 0em;
    max-width: 50em;
}

.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;
    
}

section ul li a {
    text-decoration: none;
    font-family: "Open Sans";
    font-weight:400;
    color: rgb(191, 214, 12);
    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: 7em;;
    box-shadow: 0 2px 2px 2px #dddddd;
}


footer{
    font-size: 0.6em;
    padding: 0.5em;
}


/*---plan---*/

h4{
    font-family: open sans;
    font-size: 2em;
    font-weight: 800;
    color: rgb(174, 196, 0);
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    
}

.plan {
    display: flex;
    flex-direction:column;
    align-items: center;
    padding: 1em;
}

.plan2{
    font-family: "Open Sans";
    font-weight: 100;
    font-size: 0.9em;
    max-width: 30em;
    margin-top: 0.5em;
    margin-bottom: 0;
    
}

h5{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    margin: 0em;
    margin-top: 2em;
    color: rgb(174, 196, 0);
    
    
}

.destinatario ul{
    margin: 0;
    text-align: center;
    color: rgb(151, 167, 29);
    
}

/*----mapa----*/

.mapa img{
    width:100%;
    
}

/*----responsive----*/

@media (min-width: 35em) {
    div{
        display: flex;
        flex-direction: column;
        align-content: flex-start;
    }

    .integrantes ul {
       display: flex;
      flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
}

    
    header nav ul {
        display: flex;
        flex-wrap: wrap;
    }
     #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-wrap: wrap;
        background: none;
        
       
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        width: 100%;
        padding-top: 0;
    }
    
    header nav ul {
        flex-basis: 25%;
    }
    
    
}
    
  
    
