@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed');

* {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
}

/* Lei menú */

#lineas{
    cursor: pointer;
    position: relative;
    z-index: 9999;
    display: flex;
    justify-content: center;
    background: #18598a;
    padding: .3em;
    border-radius: 30%;
}
    

#menudesplegable {
    display: block;
    background-color: rgba(245, 245, 245, 0.85);
    transition: all .3s ease;
    position: fixed;
    left: 100%;
    top: 0;
    bottom: 0;
    z-index: 9995;
    
}

#menudesplegable ul{
     margin; 3rem;
     padding: 1rem;
     align-content: center;
     justify-content: center;
     margin-top: 4.3em;
    
   
}

#menudesplegable ul li a{
     align-content: center;
     justify-content: center;
     
    
}


#menudesplegable.collapsable {
    display: block;
    background-color: rgba(245, 245, 245, 0.85);
    transition: all .3s ease;
    position: fixed;
    left: 45%;
    top: 0;
    bottom: 0;
    min-width: 55%;
    z-index: 9995;
    
}

/* fin menú */

body {
    margin: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;     
    font-family: 'Encode Sans Condensed', 'sans-serif';
    background: snow url("../imagenes/fondo.svg");
    min-height: 100vh;
    }



header nav { 
    display: flex; 
    flex-wrap: nowrap;
    justify-content: space-between;
    background-color: #18598a;
    text-decoration: none;
    align-items: center;
    color: white;
    padding-bottom: .5em;
    padding-top: .5em;
        
    
}

header nav img {
    width: 2em;
    max-width: 3em;
    margin-left: 1em;
    display: flex;
    justify-content:flex-end;
    align-content: space-between;
}

#logo {
    width: 7rem;
    max-width: 20em;
        
        
}


#loading{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    margin: 3em;
    
}


#loading img{
    margin-top: 8rem;
  
}

#loading h2{
    margin-top: 10rem;
       
}


#carga1{
        width: 100%;
        margin-top: 7em;
}


#sectiongrafico {
    display: flex;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: -3em;
    margin-top: -3em;
}


#sectiongrafico img {
    justify-content: center;
    width: 100%;
    max-width: 27em;
        
}




h3{
    display: flex;
    justify-content: center;
    padding-bottom: .3em;
    padding-top: .3em;
    color: #18598a;
    background-color: gainsboro;
         
}

h2{
    display: flex;
    justify-content: center; 
  
    }

h2 a{
    text-decoration: none;
    display: flex;
    justify-content: center;
    background-color: #18598a;
    color: white;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    border-radius: 15em;
    padding: .5em;
            
}

#personaje{
    display: flex;
    justify-content: right;
    width: 30%;
    max-width: 27em;
}

div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .5em;
    }

li {
    list-style: none;
}
.botonesrespuesta {
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.botonesrespuesta a {
    border-radius: 15em;
    width: 7em;
    background-color: #18598a;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 0.5em;
    margin-bottom: 0.3em;
}


h4{
    margin-left: 1rem;
    color: #18598a;
    font-weight: bold;
    font-size: 110%;
    
}

p{
    margin-left: 1rem;
    display: block;
    font-size: 0.8em;
   
}


main{
    flex: 1;
}


main ul {
    margin: .3em;
    
}

/* Le cambie un poco main ul li(? */

main ul li{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .5em;
    justify-content: center;
    background-color: #18598a;
    border-radius: 15em;
   
    }


main ul li h2 {
    display: flex;
    align-content: center; 
    text-decoration: none;
    margin: .5em;
    
    color: white;
    font-size: 1em;
    }


/* simón css */

h1 {
    margin-bottom: 4%;
    margin-top: 5%;
    text-align: center;
    color: #18598a;
    font-weight: bold;
    font-size: 110%;
}


li a {
    background-color: #18598a;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 15em;
    width: 100%;
    height: 2em;
    margin-bottom: .3em;
    text-align: center;
    line-height: 2em;
   
        }

.fotopregunta {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;    
}

#personajeresultado {
    width: 100%;
    max-width: 15rem;
    margin-bottom: .5em;
    margin-top: .5em;
    margin-left: auto;
    margin-right: auto;
        
}



/* stefi css */



#crearusuario {
    background-color: #18598a;
    color: white;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image:none;
 
        }


#encabezadocrear {
    justify-content: center;
    margin: 0;
    padding-bottom: .1em;
    padding-top: .1em;
    width: 100vw;
   
    }


#logoazul {
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 100vw;
    
    
}

#logoazul img {
    width: 100%;
    max-width: 20em;
    margin-top: 1em;
    margin-bottom: .5em;
    
}


form {
    margin-top: 2em;
    display: flex;
    flex-direction: column;

    }

.seleccioncarrera select {
    width: 30%;
    padding: 0.2em;
    border-radius: 10vw;
    height: 2em;
    
}

.seleccioncarrera input{
    width: 30%;
    padding: 0.2em;
    border-radius: 10vw;
    
     margin-left: -1%;
     margin-right: -1%;
    
}

label{
    padding: 0.5em;
    width: 100%;
}



.check input{
    width: 1.5em;
    height: 1.5em;
    margin-bottom: 0;
}

#registrar {
    display: flex;
    flex-direction: column;
    padding-right: 30%;
    padding-left: 30%;
    padding-top: 2em;
    }

#registrar h3{
    margin-top: .3em;
    border-radius: 15em;
    padding: .2em;
    
}

#registrar h3 a{
    text-decoration: none;
    color: #18598a;
}


input:focus {
    background-color: #35E4EE; 
    color: white;
}



input {
    background-color: white; 
    
    font-size:1rem;
    color: #18598a;
    text-decoration: none;
    font-weight: bold;
    align-items: center;
    border-radius: 10em;
    margin-bottom: 1.5em;
    padding: .6em;
    width: 90%;
    margin-left: auto;
    margin-right: auto
    }

 ::placeholder{
    color:#18598a;
}




button {
    background-color: #35E4EE;
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-radius: 15em;
    width:5em;
    height: 2em;
    font-size: 1.5em;
    
    
    
}

form button{
    margin-left: auto;
    margin-right: auto;
}

#sectiongrafico img {
    display: flex;
    justify-content: center;
    
    }

#boton li {
 
    height: 10em;
    list-style: none;
 }


#botonmenu {
 
    height: 2em;
 }


#atras {
 
    height: 2em;
 }


#respuesta {
    width: 15em;
    margin-top: 3em;
 }

.videoresponsive{
    position:relative;
    margin:0 auto;
    height: 0;
    padding-bottom: 56.25%;
    
}

.videoresponsive iframe{
   position: absolute;
   height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;  
    opacity: 0.8;
    
    
}



footer {
    background-color: gainsboro;
    padding: .3em;
    margin-top: 1em;
    
    
}

footer p {
    font-size: .6em;
    color: #18598a;
    bottom: 0;
}




/* Nati inicio de sesion */

}

#iniciodesesion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#logoinicio {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 20em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
    
}


.galeria{
    display: block;
    width: 100%;
    padding: 0;
}

@media (min-width: 40em){
    .galeria {
    display: flex;
        padding: 0;
                
        }
    
    .galeria a{
        width: 33%;
        display: block;
        height: auto;
        padding: .2rem;
        
    }