@charset "utf-8";

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


body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-image: url(f.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
    font-family: 'Play', sans-serif;
    text-align: center;
    background-color: rgba(70,170,350,1);
}

header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header nav ul {
    list-style: none;
}

header #navegador:target {
    right: 0;
    transition: all .6s ease;
}


#navegador {
    font-weight: bold;
    background-color: rgba(50,200,300,1);
    color: white;
    position: fixed;
    align-items: center;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 10%;
    right: -75vw;
    top: 0;
    width: 10em;
    height: 100%;
    transition: all .6s ease;
    z-index: 999;
}

#navegador li a {
    text-decoration: none;
}


#navegador li {
    margin-top: 0.2em;
}


.menu li {
    background-color: darkblue;
    padding: .1em 0
}

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

.menu li a {
    color: aliceblue;
}


#botonmenu {
    margin: 0.5em;
    width: 2.5em;
    border: 0.1em;
    border-style: solid;
    border-radius: 0.2em;
    background-color: cornflowerblue;
    
}

#x {
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
    right: 0;
    top: 0;
    padding: 0.1em 0.4em;
    text-decoration: none;
    font-weight: bolder;
    background-color: dodgerblue;
    color:white;
}


.logo img {
    width: 5.5em;
    height: auto;
    border-radius: 0.5em;
}



.info ul {
    list-style: none;
}
.info img {
    border-radius: 50%;
    max-width: 60%;
    
}


#boton1 button {
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.2em;
    width: 8em;
    
}

#boton2 button {
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.2em;
    width: 8em;

}

#boton3 button {
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.2em;
    width: 8em;
    
    

}

#boton4 button {
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.2em;
    width: 8em;
   
    

}

#boton5 button {
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.2em;
    width: 8em;

}

#boton6 button {
    font-size: 1.5em;
    margin-left: 1em;
    margin-right: 1em;
    padding: 0.2em;
    max-width: 10.5em;
    
}

#Materias {
    display: none;
    list-style: none;
    padding: .2em .8em;
    background-color: rgba(50,100,255,0.5);
    max-width: 25em;

}

#Materias li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(250,255,255,0.5);
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
}
 

#Materias2 {
    display: none;
    list-style: none;
    padding: .2em .8em;
    background-color: rgba(50,100,255,0.5);
    max-width: 25em;
}

#Materias2 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(250,255,255,0.5);
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
}

#Materias3 {
    display: none;
    list-style: none;
    padding: .2em .8em;
    background-color: rgba(50,100,255,0.5);
    max-width: 25em;
    
}

#Materias3 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(250,255,255,0.5);
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
}

#Materias4{
    display: none;
    list-style: none;
    padding: .2em .8em;
    background-color: rgba(50,100,255,0.5);
    max-width: 25em;;
    
}

#Materias4 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(250,255,255,0.5);
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
}

#Materias5{
    display: none;
    list-style: none;
    padding: .2em .8em;
    background-color: rgba(50,100,255,0.5);
    max-width: 25em;
}

#Materias5 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(250,255,255,0.5);
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.2em; 
}


#mesaexamen {
    display: none;
    list-style: none;
    padding: .2em .8em;
    background-color: rgba(50,100,255,0.5);
    max-width: 100%;
}
 
#mesaexamen li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(250,255,255,0.5);
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0.2em;
    
    
}


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

.Ingresar{
    margin-top: 2em;
}

.Ingresar a {
    padding: .5em;
    background-color: aliceblue;
    border-radius: .5em;
}

main>div {
    box-sizing: content-box;
    margin: 1em .2em;
    max-width: 30em;
    align-self: center;
}

main>div>a {
    padding: .5em;
    background-color: aliceblue;
    border-radius: .5em;
    
}

main .examenes div ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.2em;
    font-size: 1.1em;
    margin-top: 0.8em;
    background-color: powderblue;
}

main .examenes div ul li:hover {
    background-color: greenyellow;
    color: darkblue;
    font-weight: bold
}

main .examenes div ul li div {
    margin: 0 0.5em;
}


main a {
    text-decoration: none;
}

main a:hover {
    color: darkblue;
    font-weight: bolder;
}


#comprobante {
    align-content: center;
    height: 20em;
}

#comprobante p {
    margin-top: 1em;
}

#numerocomprobante {
    font-weight: bolder;
    font-size: 2em;
}

footer {
    margin: 0 2em 10%;
    font-size: 0.9em;
}
