/* HOJA DE ESTILOS */
*{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    font-family: 'Josefin Sans', sans-serif;
}
#fondohome{
    background-color: black;
    background-image: url(../img/fondowoods.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* HEADER */
header{
    display: flex;
    background-color: rgba(0,0,0,.5);
    max-width: 100vw;
    justify-content: space-around;
    height: 70px;
}
header nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-wrap: wrap;
}
header nav ul li {
    flex-grow: 5; 
    font-size: 1em;
}
header nav ul li a {
    text-decoration: none;
    color: white;
    height: 2em;
    padding: .8em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.menu__item{
    display: flex;
    align-items: center;
    color: white;
    justify-content:space-around;
    text-decoration: none;
    list-style: none;
}
.menu__inicio{
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 1em 2em;
    margin: .0em;
    align-items: center;
}
.menu__inicio:hover{
    display: flex;
    color: crimson;
    font-weight: bold;
    text-transform: uppercase;
}
.menu__patricia{
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 1em 2em;
    margin: .0em;
    align-items: center;
}
.menu__patricia:hover{
    display: flex;
    color: crimson;
    font-weight: bold;
    text-transform: uppercase;
}
.menu__zulma{
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 1em 2em;
    margin: .0em;
    align-items: center;
}
.menu__zulma:hover{
    display: flex;
    color: crimson;
    font-weight: bold;
    text-transform: uppercase;
}
.menu__macarena{
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 1em 2em;
    margin: .0em;
    align-items: center;
}
.menu__macarena:hover{
    display: flex;
    color: crimson;
    font-weight: bold;
    text-transform: uppercase;
}
.menu__alejo{
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 1em 2em;
    margin: .0em;
    align-items: center;
}
.menu__alejo:hover{
    display: flex;
    color: crimson;
    font-weight: bold;
    text-transform: uppercase;
}
.menu__carta{
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 1em 2em;
    margin: .0em;
    align-items: center;
}
.menu__carta:hover{
    display: flex;
    color: crimson;
    font-weight: bold;
    text-transform: uppercase;
}
.menu__mapa{
    display: flex;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    padding: 1em 2em;
    margin: .0em;
    align-items: center;
}
.menu__mapa:hover{
    display: flex;
    color: crimson;
    font-weight: bold;
    text-transform: uppercase;
}

figcaption{
    font-size: .9em;
    color: white;
    padding: .5em 0;
    font-weight: lighter;
}

figcaption span{
    font-size: 1em;
    font-weight: bold;
}

.figspanportfolio{
    color:chartreuse;}

#f {
    font-size: 1em;
    color: white;
    text-align: center;
}

main section ul li span {
    font-weight: lighter;
}

h1{
    text-align: center;
    font-weight: 500;
    color: crimson;
}
h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 100;
    color: crimson;
}
.alumna{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:100%;
    width= 500
    height= 500
    max-width: 25em;
    max-height: 25em;
}

/*Materias*/

ul{
    list-style: none
}

.materias1{
    justify-content: center;
    align-items: center;
    text-align: center;
    color:crimson;
    font-family: 'Josefin Sans', sans-serif;
    font-style: bold;
} 

.materias2 {
    justify-content: center;
    align-items: center;
    text-align: center;
    color: crimson;
    text-decoration: none;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
    font-style: bold; 
} 

.materias3 {
        justify-content: center;
    align-items: center;
    text-align: center;
    color:#F6FDFF ;
    font-style: thin 
} 

footer{
    background: crimson;
    color: white;
    font-style: thin;
    font-size: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 10em;
    width: 100%;
    height: 9em;   
}