@charset "utf-8";

header a{
    width: 100%;
    display: flex;
    height: 6em;
    margin: auto;
    text-align: center;
}

header a img{
    display: block;
    margin: auto;
    width: 75%;
    max-width: 12em;
}

body {
    background-color:ghostwhite;
    font-family: sans-serif;
    color: #4a4a57;
}

nav {
   
    margin-top: 1em;
    padding: none;
    align-items: flex-end;
}

nav ul{
    padding: 0;
    list-style: none;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    text-transform: uppercase;
    font-size: 0.8em;
}

}
nav ul li{
    text-align: center;
    margin: auto;
}

nav ul li a{
    text-decoration: none;
    color: darkslategray;
    display: block;
    font-size:1.2em;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    padding: 0.5em;
}

nav ul li a:hover {
color: #a58ebc;
 }


#actual {
    font-weight: bold;
    color: red;
}

.destacado {
    font-style: italic;
    font-size: 2em;
    color: aqua;
}


main {
    margin-bottom: 1em;
    justify-content: center;
    flex-direction: row;
    
}

main section {
    justify-content:center;
    text-align: center;
    display: flex;
    flex-direction: column;
}


main section div{
    font-size: 1em;
    text-align: center;
    padding: 1em;
    display: inline-flex;
    width: 10%;
    
}



footer {
    display: flex;
    text-align: center;
    font-size: 80%;
    font-style: italic;
    color: darkgrey
}

hr {
    width: 40%;
    color: cadetblue;
}


.boton {
    margin: auto;
    /*width: 80%;*/
    font-family: Arial;
    font-size: 1em;
    text-decoration: none;
    padding: 1em;
    background-color: darkslategray;
    color: #fff;
    display: block;
    width: 5em;
   /* display: inline;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;*/
    text-align: center;
}


p.micaela {
    font-family: "roboto",sans-serif;
    color: lightgray;
    font-size: 2em;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.rotulo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "roboto", sans-serif;
    color: #403e3e;
}

.rotulo img {
  width: auto;
}

.materias {
justify-content: center;
    align-content: center;
    width: 75%;
    text-align: left;
    font-size: 1em;
    line-height: 1.5em;
    font-family: "roboto"
}


.datos {
    display: flex;
    flex-direction: column;
    margin-left: 4em;
    margin-right: 4em;
    justify-content: center;
    align-content: center;
}

.datostexto {
text-align: left;
    font-family: sans-serif;
    font-size: 0.8em;
    line-height: 1.6em;
}


@media ( min-width: 500px) {
    nav ul {
        color: darkslategray;
        width: auto;
        text-align: center;
        display: flex;
        flex-direction: row;
        justify-content: center;
     }
    

    nav ul li a {
        font-size: 2em;
    }
}

.plan p {
    width: 50%;
  font-size: 0.8em; 
    margin-top: 0em;
    justify-content: center;
    text-align: justify;
}



@media (min-width: 650px) {
 
    .rotulo {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
        width: 60%;
    }
    
    .rotulo img {
        margin-right: 1em;
    }

    
    .datos {
        justify-content: center;
        align-content: center;
        width: 40%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    
    .datostexto {
        text-align: center;
    }