@charset "utf-8";

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


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

}

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

header nav ul {
    list-style: none;
}


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

img {
    background-color: aliceblue;
    border-radius: 1em;
    border-color: cadetblue;
    max-width: 100%;
    max-height: auto;
}

#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: 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.6em;
    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%;
    
}

main {
    display: flex;
    background-color: azure;
    flex-grow: 1;
}

.generar a {
    background-color: darkblue;
    color: aliceblue;
    text-decoration: none;
    padding: 0.5em;
    margin: 0.5em;
    border-radius: 0.5em;
    width: 50%;
    align-self: center;
}

.generar a:hover {
    background-color: dodgerblue;
    color: darkblue;
    font-weight: bold;
}

#comprobante img {
    width: 50%;
    align-self: center;
}

#comprobante p {
    font-size: 1.3em;
}

.Ingresar a {
    background-color: darkblue;
    color: aliceblue;
    text-decoration: none;
    padding: 0.5em;
    margin: 0.5em;
    border-radius: 0.5em;
    width: 50%;
    align-self: center;
}

.Ingresar a:hover {
    background-color: dodgerblue;
    color: darkblue;
    font-weight: bold;
}



h1 {
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: black;
    width: 100%;
        
}


main {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-self: center;
    height: 100%;
}



main div{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: column;
    flex-grow: 1;
    
    
    
}

main h3 {
    display: flex;
    justify-content: center;
    flex-grow: 0.1em;
    background-color: rgba(280,250,250,0.8);
}


main p {
    display: flex;
    justify-content: center;
    flex-grow: 1;
    background-color: azure;
    
}





main div h3 {
    margin: 0.2em;
    font-size: 1.5em;
    background-color: aliceblue;  
}

main div img {
    width: 50%;
    align-self: center;
}



main div h2 {
    min-width: 5em;
    box-shadow: 0 .5rem .8rem .1rem white;
    background-color: aliceblue;
}




.noticia1 {
    padding: .5em;
       background-color: aliceblue;

}
    
    
.noticia2 {
    padding: .5em;
        background-color: aliceblue;


}

.noticia3 {
    padding: .5em;
    background-color: aliceblue;
    
}

main div p {
    font-weight: 600;
    background-color: aliceblue;
    font-size: 0.8em;
}

#datosalumnos {
    background-color: skyblue;
    width: 20em;
    max-width: 100%;
    padding: .4em;
    margin: .2em;
}

#datosalumnos img {
    border-radius: 0.5em;
}

#datosalumnos ul {
    list-style: none;
}


#datosalumnos ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .2em;
}

#datosalumnos ul li p {
    max-width: 13em;
    padding: .2em;
    margin-left: .5em;
    background-color: azure;
    
}

#tablamaterias {
    background-color: skyblue;
    max-width: 100%;
    margin: 1em .5em;
}

#tablamaterias h4 {
    margin: .5em ;
}

#tablamaterias #materiasapro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style: none;
}

.materia ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: .5em 0;
    padding: 0.1em;
    background-color: aliceblue;
    
}

.materia ul li {
    min-width: 5em;
    font-size: .99em;
    background-color: whitesmoke;
}

.materia .nmateria {
    width: 7em;
    font-size: 0.8em;
    font-weight: bold;
}

#foro {
    background-color: aliceblue;
    padding: 0.5em;
    margin: 0.3em;
    border-radius: 0.2em;
    height: auto;
}

#foro h1 {
    text-decoration: none;
    margin: 0 0 1em;
    color: black;
}

#tablongeneral {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1.3em;
}

.minitablon {
    align-self: baseline;
    margin: .1em;
    padding: .2em;
    height: auto;
    width: 48%;
    background-color: skyblue;
   
}

.minitablon li:hover  {
    background-color: azure;
    color: blue;
}

.minitablon h3 {
    align-self: center;
    font-size: 1em;
}

.minitablon h3:hover {
    align-self: center;
    background-color: darkgrey;
}

.minitablon ul {
    list-style: none;
}

.minitablon ul li {
    margin-top: .2em;
    background-color: cornflowerblue;
    
}

.minitablon ul li  {
    color: aliceblue;
    text-decoration: none;
}

#faq{
    margin: 1em 0.2em;
    background-color: aliceblue;
}


#faq div{
    margin-top: 1em;
}

#fp a {
    background-color: darkblue;
    color: aliceblue;
    text-decoration: none;
    padding: 0.5em;
    border-radius: 0.5em;
    width: 50%;
    align-self: center;
}

#fp a:hover {
    background-color: dodgerblue;
    color: darkblue;
    font-weight: bold;
}

#mainformulario {
    max-height: 30em;
    padding: 1em .5em;
}

#mainformulario #user {
    margin-top: 2em;
}

#mainformulario #escribirpregunta {
    height: 10em;
    margin-top: 2em;
}

#formulariofaq {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 1;
    
}

#formulariofaq input{
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-width: 20em;
    height: 2em;
}

#formulariofaq div {
    list-style: none;
    margin-top: 2em;
    align-items: center;    
}

#formulariofaq a {
    max-width: 10em;
    padding: .5em;
    background-color: darkblue;
    text-decoration: none;
    color: aliceblue;
    border-radius: 0.5em;
}

#formulariofaq a:hover {
    background-color: skyblue;
    color: darkblue;
    font-weight: bold;
}

main .fotorama img {
   max-width: 25em;

}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

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


