/*RESETEAR*/
@charset "utf-8";
* { 
    margin: 0;
    padding: 0;
    }
    
/*BARRA SUOERIOR*/
header {
    background-color: #f0f0f0; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    }

header img {
    margin: 0.5em;
    display: block;
    width: 5em;
}


header i{
    margin-right: 1rem;
}

/*DESPLEGABLE*/
header nav {
    background-color: #f0f0f0;
    position: fixed;
    right: -60vw;
    top: 0;
    height: 39vh;
    transition: all .6s ease;
    z-index: 999;
}

header > ul {
    display: flex;
}


header > ul > li > a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    }



/*DENTRO DE MENU DESPLEGABLE*/
#menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.8rem 1rem 0rem 1.5rem;
}

#menu ul{
    display: flex;
    flex-direction: column;
    }

#menu ul li {
    display: flex;
    align-items: center;

    height: 3rem;
    font-weight: 700;
    font-size: 1.2em;
    text-transform: uppercase;
    }

#menu ul li a {
    color: #9d9d9c;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

#menu ul li a:hover {
    opacity: .4;
}

/* CRUZ DEL DESPLEGABLE*/
#x {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: .7rem;
}


 header nav:target {
    right: 0;
     }


/*CUERPO*/
body {
    background-color: #ffeb67;
}


main{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.alumno {
    display: flex;
    flex-direction: column;
}

.fotoperfil {
    width: 100%;
    height: 100%;
}

.redes {
    display: flex;
    flex-direction: row;
    margin-left: 1rem;
}

.redes img {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: row; 
    
}

h2 {
    font-family: 'Roboto Slab', serif;
    color: black;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: 2em;
    font-weight: 700;
}

.alumno h4 {
   font-family: 'Roboto', serif;
   color: #f0f0f0;
   padding: .2rem 2.2rem;
    font-size: .8em;
    margin-bottom: .5rem;
    background: black;
}
    
.materias, .vm35, .profesores {
    margin-left: 1rem;
}


.materias h4, .profesores h4, .vm35 h4 {
    font-family: 'Roboto Slab', serif;
   margin-top: 1rem;
    text-decoration: underline;
  }


h5 {
    font-family: 'Roboto', serif;
    font-size: 1em;
    margin-top: .8rem;
}

.profesores {
    margin-bottom: 2rem;
}


.profesores h5 {
    font-size: .85em;
    margin-top: .3rem;
}

ul {
    list-style: none;
}

a {
text-decoration: none;
color: black;
font-family: 'Roboto', serif;
font-size: .8em;
font-weight: 300;
}


.vm35 ul li a h5:hover {
    opacity: .2;
    font-size: 1em;
}

a:hover {
    opacity: .5;
    font-size: 1em;
}

/*CAPACITACION DE CERVEZA*/
.comitente h3 {
    font-family: 'Roboto Slab', serif;
    font-size: 1.3em;
    background: black;
    color: #f0f0f0;
    padding: .5rem 1rem;
}

.comitente h5{
    margin-left: 1rem;
    margin-top: .8rem;
}

.comitente img {
    margin-left: 1rem;
    margin-top: .5rem;
}


.comitente p {
    font-family: 'Roboto', serif;
    font-size: .75em;
    margin-right: 1rem;
    margin-top: .6rem;
    margin-left: 1rem;
    }

footer {
    background-color: black;
    padding: 1rem;
    color: white;
    font-family: 'Roboto', serif;
    font-size: .5em;
    margin-top: 2rem;
}
