* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 80%;
    vertical-align: bottom;
}

body { 
    background-image: url(/1/img/fondo.jpg);
    width: 100%;
    margin: 1em;
    padding: 1em;
 
}

/*Menu*/

header{
    width: 100%;
    height: 50px;
    background: #333;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index:100;
}
    
h1 {
    width: 5em; 
    padding-top: 0.2em;
    padding-left: 0.5em;
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    font-weight:bold;
    float: left;
    list-style: none;
    color: white;
   
    }

/*MENU desplegable*/

.barra{
overflow: hidden;
}

header label {
    float: right;
    cursor: pointer;
    margin: 15px;
}

.menu ul {
    margin:center;
    list-style:none;
    padding:0;
    display:flex;
    flex-basis:25%;
    flex-direction: column;
}

.menu li{
    flex-grow: 1;
    border-right: 1px solid black;
    border-bottom:  1px solid rgba(255,255,255,0.5);
}

.menu li:hover {
    background-color:black;
}

.menu a {
    display: block;
    padding: 10px;
    color:white;
    text-decoration: none;
   font-family: 'Bungee Hairline', cursive;
    font-size: 1em;
}


header label {
        display:block;
}

.menu{
        position:fixed;
        background-color: rgba(51,51,51,0.9);
        width: 70%;
        margin-bottom: 1em;
        margin-left: -80%;
        transition: all 0.3s;
        top: 50px;
         }
   
#menu-bar:checked ~ .menu {
        margin:0;
    }

#menu-bar {
        display: none;
    }
    
    
/*Información*/


h2 {
    color: black;
    font-family: 'Bahiana', cursive;
    font-size: 150px; 
    font-weight: 500;
} 

 
.aprobadas, .cursando{
    background-color: rgba(51,51,51,0.5);
    margin:0;
    padding: 10px;
    
}
 p{
    font-family: 'Oswald', sans-serif;
    display:block;
}

.aprobadas p:hover{
    background-color: rgba(51,51,51,0.5);
    color: white;
}

main h3, h4, h5 {
    color: white;
    font-family: 'Bahiana', cursive;
    font-size: 25px; 
    font-weight: 500;
    margin-top: 10px;
    border-bottom: 1px solid white;
        
    }


h6{
    background-color: rgba(51,51,51,0.5);
    color: white;
    font-family: 'Bahiana', cursive;
    font-size: 25px; 
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 
    border-bottom: 1px solid white;
}


main ul li a {
    font-family: 'Bahiana', sans-serif;
    color: white;
    font-size: 2em;
    list-style: none;
    text-decoration: none;
}
   

.info{
    overflow: hidden;
    
}

.boton {
    background-color: black;
    border: none;
    display: block;
    margin-left: 40%;
    border-radius: 8px;
}

li{
    list-style: none;
}

.boton a{
    color: white;
    font-family: 'Oswald', sans-serif; 
    text-decoration: none;
    font-size: 15px;
    padding:10px 10px;
    
}
    






/*pie de página*/
    
    
figure p {
        font-size: 0.7em;
        font-family: 'Oswald', sans-serif;
        color: black;
    }
    
article p {
    font-size: 0.5em;
    font-family: sans-serif;
    margin-top: 70%;
    
    }
    
footer p { 
    font-size: 0.5em;
    margin-top: 10%;
    
    }