@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600;700;800;900&display=swap');


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

/*-----MOBILE FIRST-----*/

/*BODY*/
/*funciona para todos los archivos*/

body {
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    justify-content: space-between;
    font-family: poppins, sans-serif;
}

 
a {
    text-decoration: none;
}

li{
    list-style: none;
}

/*header*/
/*funciona para todos los archivos*/

header{
    z-index: 99999;
}
.nav-bar{
    background-color: #337DA3;
    padding: 20px;
    display: block;
    color: white;
    cursor: pointer;
    font-size: 1em;
    width: 100%;
}

.menu{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #337DA3;
    width: 60%;
    margin-left: -100%;
    transition: all 0.5s;
}

.menu__link{
    display: block;
    padding: 20px;
    color: white;
    font-size: 1.2em;
    text-decoration: none;
}
.menu__link:hover{
    background-color: #5da7cc;
}

.menu__usuario{
    font-size: .7em;
    padding: 5px;
    margin-top: 1.7em;
    text-decoration: none;
    color: white;
    margin-bottom: 1em;
    margin-left: 1.3em;
    float: left;
    }

    .menu__usuario2{
        float: right;
        margin-right: .9em;
        margin-bottom: 1em;
        font-size: .7em;
        padding: 5px;
        margin-top: 1.7em;
        text-decoration: none;
        color: white;
        }

    .menu__usuario, .menu__usuario2:hover{
        background-color: #5da7cc;
    }

.mostrar{
    margin-left: 0;
}


nav ul{
    position: absolute;
}

/*main*/
.buscador_principal{
    display: flex;
    flex-direction: unset;
}

.buscador_principal button{
    width: 15%;
    margin-right: 0;
    border-radius: .2em;
    border: none;
    background-color: #337DA3;
    box-shadow: 1px 1px 4px rgb(128 128 128 / 48%);
}

form{
    display: flex;
    flex-direction: column;
    display: block;
    margin: 0 0;
    padding: 1em;
}

.buscador_principal [type=text]{
    border-radius: .2em;
    margin-right: 0;
    width: 90%;
    padding: 1em;
}

.buscador_principal button i{
    display: block;
    padding: 0.1em 0;
    color: white;
}

form input[type=text]{
    margin: 0 auto;
    border-radius: 1.5em;
    border: solid 1px rgba(128, 128, 128, 0.48);
    padding: 0.5em 1em;
    width: 60%;
}


/*footer*/
/*funciona para todos los archivos*/

footer p{
    display: none;
}

/*accesorios*/
#botonuno{
    padding: 1em;
    background-color: #337DA3;
    margin: .5em auto ;
    border-radius: 10px;
    width: 18em;
    color: #FFFFFF;
    font-weight: 700;
}

#botondos{
    padding: .5em .5em;
    border: #686A69 1px solid;
    border-radius: 10px;
    margin: .5em auto ;
    width: 15em;
    color: #686A69;
    font-weight: 700;
    
}

.lista h1{
    text-align: center;
    margin: 1em auto 0;    
    color: #337DA3;
    padding: .5em 0;
    border-bottom: #686a693d 2px solid  ;
}

/*-----accesorios en libros/eventos/favoritos/.html-----*/

#configuracion{
    
    border-bottom: #686A69 1px solid;
}



#configuracion h2{
    color: #686A69;
    font-weight: 500;
    font-size: 1.1em;
}

#configuracion p{
    color: #686A69;
    font-weight: 500;
    font-size: .9em;
}

#configuracion h3{
    color: #337DA3;
    font-weight: 600;
}

#configuracion h4{
    color: #686A69;
    font-weight: 400;
    font-size: .9em;
}

#configuracion #corazon{
    max-width: 25px;
    max-height: 25px;
    position: absolute;
    top: 6.3em;
    right: 1em

}

.lista article{
    display: flex;
    flex-wrap: nowrap;
    height: 11em ;
    justify-content: left;
    align-items: center;
    margin: auto;
    border-bottom: #686A69 2px solid;

}

.lista figure{
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: center;
    margin: auto;
    width: 20em;
    
}
.lista figcaption{
    padding: 0 .5em;
   
}
.lista figure img{
    width: 7em;
    height: 7em;

}






/*-----index.html-----*/

.uno{
    max-width: 375px;
    margin: auto;
}
.index{
    padding-bottom: 1em;
    border-bottom: #686A69 1px solid;
}
.index h1 {
    width: auto;
    text-align: center; 
    font-size: 3em;
    color: #FA8072;
    line-height: 1.1em;
    padding: .5em 0.3em ;
}

.index h2{
    text-align: center;
    font-size: 1.3em;
    
    padding: 1em;
    color: #FA8072;
}

.destacados h3{
    font-size: 30px;
    display: flex;
    padding: .5em;
    justify-content: center;
    color: #337DA3;
    
}

.destacados ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 18em;
}
.destacados article{
    display: flex;
    margin: .5em auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: #686A69 1px solid;
    max-width: 20em;
    border-radius: 10px;
    
}

.tapalibro .registrarse p{
    display: flex;
    margin: 1em auto .5em auto;
    max-width: 22em;
    height: 1em;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
    padding: 1em;
    justify-content: center;
    font-weight: 600;
    font-size: 1.4em;

}

.tapalibro figcaption{
    margin: auto;
    width: 18em;
    color: #686A69;
}

.tapalibro figcaption h4{
    font-size: 1.4em;
}

.tapalibro figcaption h5{
    font-size: 1.1em;
    font-weight: 500;
}

.tapalibro figcaption h6{
    font-weight: 400;
    font-size: .9em;
}
.tapalibro figure img{
    margin: 0.5em 3em;
}

.logo{
    display: flex;
    margin: 2em auto;
    width: 300px;
}

#entradausuario{
    display: flex;
    margin: 2em auto;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: #686A69 1px solid;
    max-width: 20em;
    border-radius: 10px;
    text-align: center;

}

#entradausuario h3{
    margin-top: .5em;
    width: auto;
    text-align: center;
    font-size: 2.5em;
    line-height: 1.3em;
    color: #FA8072;
}

.registrarse p{
padding: .5em;
background-color: #337DA3;
margin: 1em auto .5em auto;
border-radius: 10px;
width: 12em;
color: #FFFFFF;
font-weight: 700;
font-size: 1.3em;
}

/*galeria imagenes*/

#titulosecciones{
    font-size: 30px;
    display: flex;
    padding: .5em;
    justify-content: center;
    color: #337DA3;
}

.galeria {
    padding-top: 2em;
    padding-bottom: 2em;
    max-width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: flex-end;
}


.galeria figure {
    border-radius: 5px;
    width: 45vmin;
    margin: .125em;
    position: relative;
    overflow: hidden;
    
}

.galeria img {
    object-fit: cover;
    object-position: left center;
    width: 45vmin;
    height: 45vmin;
    display: block;
    
}

.galeria a{
    color: #ffffff;
    font-size: 1em;
}

.galeria figcaption {
    background-color: #337DA3;
    color: white;
    padding: .5em;
    line-height: 1.5em;
    text-transform: uppercase;
    font: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc( 100% - 2.5em );
    transition: all .6s ease-out;
}



.galeria figcaption span {
    display: block;
    font-size: 1.5em;
    color: #ddd;
    margin-top: .5em;
    text-transform: none;
}
.galeria figure:hover figcaption {
    background-color: rgba(4, 33, 63, 0.5);
    top: 0;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


#mapa iframe {
    height: 400px;
    width: 100%;
}

#mapa {
    margin-top: 1em;
    margin-bottom: 1em;
    height: 400px;
    flex-grow: 1;
    
   
}








/*-----hasta aquí index.html-----*/


/*-----perfil.html-----*/

.usuario{
    background-color: #337da3;
    font-family: poppins;
    color: white;
    
    
}
.usuario>section:first-of-type{
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    align-items: center;
    margin: auto; 
    border-bottom: white 2px solid;
    padding: 1em 0;

    
}
.usuario>section:first-of-type h1{
    font-weight: 800;
    font-size: 1.7em;
}

.usuario>section:first-of-type h2{
    font-weight: 500;
    font-size: 1em;
}

.usuario>section:first-of-type p{
    font-weight: 400;
    font-size: .8em;
    text-decoration: underline;
}
.usuario>section:first-of-type img{
    border-radius: 50%;
    max-width: 8em;
    max-height: 8em;
}

.usuario #favoritos{
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: space-evenly;
    border-bottom: white 2px solid;
    padding: .8em;
    align-items: center;
   
}
.usuario #favoritos a{
    text-decoration: none;
    color: white;
    font-weight: 500;

}
.usuario #venta{
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    border-bottom: white 2px solid;
    padding: .8em;
    text-align: center;

}
.usuario #venta a{
    text-decoration: none;
    color: #686a69;
    font-weight: 500;
    background-color: white;
    padding: .5em;
    margin: .25em auto;
    width: 18em;
    border-radius: 10px;
    
}


.usuario ul{
    display: flex;
    flex-direction: column;
    margin: auto;
    list-style: none;
    width: 100%;
    text-align: left;
    background-color: #337DA3;
}

.usuario ul li{
    padding: .8em;
}

.usuario ul li a{
    color: white;
    font-weight: 400;
    text-decoration: none;    
}

/*-----chat.html*-----/
/*main*/
#chat{
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 85vh;
    justify-content: space-between;
    font-family: poppins, sans-serif;
}

.chatusuario{
    background-color: #337DA3;
}

.chatusuario div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    padding: 1em 0;
    color: #FFFFFF;
    margin: auto;
    max-width: 250px;

    
}
.chatusuario>div h1{
    font-weight: 800;
    font-size: 1.2em;
}


.chatusuario>div img{
    border-radius: 50%;
    max-width: 5em;
    max-height: 5em;
}

.chat ul{
    list-style: none;
    margin: 0;
    padding: 0;
    
}

.chat h1{
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    font-style: normal;
    margin-bottom: 0;
    padding: 1em;
}

.chat p{
    font-family: 'Poppins', sans-serif;
    font-size: .6em;
    font-style: italic;
    color: gray;
    border-bottom: solid 1px grey;
    margin: 1em;
    margin-bottom: 4em; 
    padding: 1em;
    margin-top: -3em;
}

.circulo{
    width: 50px;
    height: 50px;
    background: #FA8072;
    border-radius: 1000px;
    float: left;
    margin: 1em;
  }

.circulo2{
    width: 50px;
    height: 50px;
    margin: 1em;
    background:  #686A69;
    border-radius: 1000px;
    float: left;
    
  }

.circulo3{
    width: 50px;
    height: 50px;
    margin: 1em;
    background:  #337DA3;
    border-radius: 1000px;
    position: fixed;
    bottom: 2em;
    right: 2em;
    color: #FFFFFF;
    font-weight: 900;
    
    

}
  


/*-----hasta aquí chat.html*-----/





/*-----comprar.html*-----/
/*main*/

.libro{
    display: flex;
    margin: 4.5em auto .5em;
    align-items: center;
    flex-direction: column;
    justify-content: left;
    border: #686A69 2px solid;
    width: 20em;
    border-radius: 10px;
    position: relative;
}

.libro #info{
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    align-items: center;
    margin: 1em 2em;
    width: 18em;
}

.libro #corazon{
    width: 33px;
    height: 33px;
    position: absolute;
    top: 1em;
    right: 1em;

}

.libro h1{
    display: flex;
    font-weight: 700;
    font-size: 1.3em;
    text-align: left;
    justify-content: flex-start;
    margin-top: .5em;
    margin-left: .5em;
    color: #686A69;
    width: 80%;
}
.libro h2{
    display: flex;
    font-weight: 500;
    font-size: 1.1em;
    margin-left: .5em;
    text-align: left;
    color: #686A69;
    justify-content: flex-start;
}
.libro h3{
    display: flex;
    font-weight: 400;
    font-size: .9em;
    text-align: left;
    margin: 1.7em 0 .5em 1em;
    color: #686A69;
    justify-content: flex-start;
    
}

#libroenventa img{
    display: flex;
    border-radius: 5%;
    margin-top: .5em;
    margin: auto;
    width: 18em;
    
}

#precio{
    color:#337DA3 ;
    font-weight: 600;
    font-size: 1.8em;
}

.compra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    

}

.compra p{
    margin-top: 1em;
    font-size: .65em;
    width: 30em;
}

.pregunta{
    display: flex;
    font-weight: 500;
    margin: 1em auto;
    align-items: flex-start;
    flex-direction: column;
    width: 20em;
    text-align: left;
    
}

.pregunta h5{
    font-size: 1.3em;
    color: #686A69;
    text-align: left;
    padding: 0 0 .5em 0;

}

.pregunta p{
    font-size: 1.1em;
    color: #686A69;
    padding: .7em;
    width: 18em;
    border: #686A69 1.8px solid;
    border-radius: 7px;

    
}

.sinopsis{
    display: flex;
    justify-content: center;
    border-bottom: #686A69 2px solid;
    border-top: #686A69 2px solid;
    position: relative;
}

#sinopsis{
    display: flex;
    flex-direction: column;
    width: 20em;
    margin: 1em auto;
}

#sinopsis a{
    display: flex;
    justify-content: center;
    padding: .5em 0em;
    background-color: #EBEBEB;
    font-size: 1.3em;
    font-weight: 700;
    width: 49%;
    color:#337DA3   
}

#sinopsis p{
    background-color: #EBEBEB;
    padding: 1em;
    color: #686A69;
    font-size: .8em;
    z-index: 9990;
}

#ficha{
    display: flex;
    flex-direction: column;
    width: 20em;
    margin: 1em auto;
    align-items: flex-end;
    position: absolute;
    top: 0;
    
}

#ficha a{
    display: flex;
    justify-content: center;
    padding: .5em 0em;
    background-color: #F5F5F5;
    font-size: 1.3em;
    font-weight: 700;
    width: 49%; 
    color: #C4C4C4;   
}

#ficha p{
    background-color: #F5F5F5;
    padding: 1em;
    font-size: .8em;
    color: #686A69;
    z-index: 9980;
}

.ranking{
    display: flex;
    flex-direction: column;
    border-bottom: #686A69 2px solid;
    margin: auto;
    padding: 1em;

}

.ranking h5{
    font-size: 1.3em;
    color: #686A69;
    font-weight: 500;
    margin: auto;
    
}

.ranking div{
    display: flex;
    
    flex-wrap: wrap;
    
    width: 17em;
    margin: auto;
    position: relative;
    left: -2em;
    height: 3em;
}

.ranking p:first-of-type{
    font-size: 1.6em;
    font-weight: 500;
    color: #FA8072;
    margin: auto;

}

.ranking h6{
    font-size: 2.5em;
    font-weight: 500;
    color: #FA8072;
    
}

.ranking p{
    font-size: .75em;
    font-weight: 400;
    color: #103456;
    margin: auto;
    
}

.reseña{
    display: flex;
    flex-direction: column;
    width: 20em;
    margin: auto;

    
}
.reseña h6{
    font-size: 1.3em;
    font-weight: 500;
    color: #686A69;
    padding: .5em 0 0 0;
}

.reseña p:first-of-type{
    font-size: .8em;
    font-weight: 500;
    color: #686A69;
    padding: 1em 0;
    border: none;

}

.reseña p:last-of-type{
    font-size: 1.1em;
    font-weight: 400;
    color: #686A69;
    padding: .7em;
    width: 17em;
    border: #686A69 2px solid;
    border-radius: 7px;
}

.reseña a{
    font-size: 1.1em;
    font-weight: 500;
    margin: 1em auto;
    text-align: center;
    padding: .5em 1em;
    width: 7em;
    color: #ffffff;
    background-color: #337DA3;
    border-radius: 7px;
}

/*-----hasta aquí comprar.html-----*/

/*-----favoritos.html-----*/



/*-----hasta aquí favoritos.html-----*/

/*-----reservareventos.html*/

.evento{
    display: flex;
    margin: 3em auto;
    align-items: center;
    flex-direction: column;
    justify-content: left;
    border: #686A69 2px solid;
    max-width: 20em;
    border-radius: 10px;
    position: relative;
}

.evento div{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: 18em;
}
.evento #corazon{
    width: 33px;
    height: 33px;
    position: absolute;
    top: .5em;
    right: 1em;
}

.evento h1{
    font-weight: 600;
    font-size: 1.2em;
    text-align: left;
    margin: .3em 0;
    color: #686A69;
}
.evento h2{
    font-weight: 500;
    font-size: .9em;
    text-align: left;
    color: #686A69;
}
.evento h3{
    font-weight: 400;
    font-size: .8em;
    text-align: left;
    margin: 1.7em 0 .5em 0;
    color: #686A69;
    
}

#evento{
    display: flex;
    flex-direction: column;
    margin: 0.5em;
    justify-content: center;
    
}
#evento img{
    border-radius: 5%;
    margin-top: .5em;
    width: 18em;
}

.reservar{
    padding: 1em;
    background-color: #337DA3;
    margin: 1em auto .5em auto;
    border-radius: 10px;
    width: 20em;
    text-align: center;
    
    
    
}

.reservar a{
    color: white;
    font-weight: 700;
    
    
    
}

.reservarinformacion{
    display: flex;
    flex-direction: column;
    width: 20em;
    margin: 1em auto;
    padding-top: 1em;
    
    
}
.reservarinformacion h6{
    font-size: 1.3em;
    font-weight: 500;
    color: #686A69;
    padding: .5em 0;
    width: 100%;
    background-color: #EBEBEB;
    text-align: center;
}

.reservarinformacion p{
    font-size: .8em;
    font-weight: 500;
    color: #686A69;
    padding: 1em;
    border: none;
    background-color: #EBEBEB;
    width: 25em;

}

.iframe{
    position: relative;
    max-width: 400px;
    margin: 1em auto;
    padding-bottom: 56.25%;
}

.iframe iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    
}
/*-----hasta aquí reservareventos.html-----*/
 /*-----crearusuario-----*/

 .formulario{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3em;
}



.material-icons{
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.formulario i{
    font-size: 100px;
    color: #337DA3;
    margin: 0.2em auto;
    text-align: center;
}

form{
    display: flex;
    flex-direction: column;
}

label{
    text-align: left;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
    margin-left: 2.5em;   

}

form input[type=apellido], form input[type=email], form input[type=telefono], form input[type=usuario], form input[type=contraseña], form input[type=confirmaremail], form input[type=nombre] {
    margin-left: 4em;
    padding: 0.5em 1em;
    width: 60%;
    border-bottom: solid 1px rgba(128, 128, 128, 0.48); 
    width: 80%;
    margin-top: -.5em;
    font-size: .6em;
}

.sesion button{
    display: block;
    margin: 2.5em auto 1em auto;
    padding: 0.5em;
    width: 40%;
    text-align: center;
    background-color: #337DA3;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
}

/*-----hasta aquí crearusuario.html-----*/

/*-----libros.html-----*/


/*-----hasta aquí libros.html-----*/

/*-----eventos.html-----*/






/*-----hasta aquí eventos.html-----*/

/*------DISPOSITIVOS DE ESCRITORIO*-------/

/*ESCRITORIO PEQUEÑO / TABLET*/
@media  screen and (min-width: 768px)  {


    /*chat.html*/
    .chat ul{
        max-width: 768px;
        margin: auto;
    }

    #chat form{
        width: 768px;
        margin: auto;
    }

    /*comprar.html*/

    .libro{
        width: 580px;
        height: 325px;
    }

    #libroenventa{
        display: flex;
        flex-direction: row;
    }
    
    #libroenventa div:first-of-type{
        order: 1;
    }

    #libroenventa div{
        margin-top: 1em;
        margin-left: 1em;
        
    }

    .libro #corazon{
        position: absolute;
        width: 45px;
        height: 45px;
        top: 15em;
        right: 4em;
    }

    .libro #precio{
        position: absolute;
        width: 45px;
        height: 45px;
        top: 8.4em;
        right: 6.75em;

    }

    .pregunta {
        width: 580px;
        margin: 1em auto 1.5em;
        
    }

    .pregunta p{
        width: 580px;
    }
    
    #sinopsis{
        width: 580px;
    }

    #ficha{
        width: 580px;
    }

    .ranking div{
        position:unset
        
    }

    .reseña{
        width: 580px;
    }

    .reseña p:last-of-type{
        width: 580px;
    }

    /*perfil*/
    .usuario>section:first-of-type{
        display: flex;
        flex-direction:row;
        justify-content: center;
        align-items: center;
        margin: auto; 
        padding: 1em 0;
    
        
    }

    .usuario>section div:last-of-type{
        padding: 1em;
    }
   
    .usuario #venta{
        flex-direction: row;
    }

    /*reservareventos*/

    .evento{
        max-width: none;
        width: 580px;
        height: 300px;
    }

    #evento{
        display: flex;
        flex-direction: row;
        width: 540px;
        height: 325px;
        align-items: flex-start;
    }

    #infoevento{
        order: 1;
        padding-left: 1em;
    }

     /*-----crearusuario-----*/
    
     form{
        display: flex;
        flex-direction: column;
    }
    
    label{
      margin-right: 30em;
        margin-bottom: 0.5em;
        margin-top: 1.5em;
    }
    
    form input[type=apellido], form input[type=email], form input[type=telefono], form input[type=usuario], form input[type=contraseña], form input[type=confirmaremail], form input[type=nombre] {
        width: 100%;
        align-items: center; 
        text-align: left;
    }
    
    .sesion button{
        width: 20%;
        border-radius: 20px;
    }
       .sesion{
        margin: auto;
       }



    /*eventos/favoritos/libros.html*/

    .lista div{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
    }
    
    .lista #configuracion{
        width: 50%;
        
    }

}


/*ESCRITORIO MEDIANO*/
@media  screen and (min-width: 1024px)  {
    
    /*header*/
    .nav-bar{
        display: none;
    }
    .menu{
        margin-left: 0;
        display: flex;
        width: 100%;
        font-size: .7em;
        justify-content: center;
    }

    .registro{
        display: flex;
        font-size: 1em;
        padding: 5px;
        color: rgb(206, 195, 195);
        text-align: center;
        float: right;
        }

    /*chat.html*/
    #chat{
        margin-top: 3.8em;
    }

    .chat ul{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        
        margin: auto;
        justify-content: center;
        
    }

    .chat ul li{
        width: 350px;
    }

    /*comprar*/

    .pregunta{
        flex-direction: row;
        width: 900px;
        justify-content: space-evenly;
        align-items: center;
    }
    
    .reseña{
        align-items: center;
        text-align: center;
    }

    /*reservareventos*/
    .reservarinformacion {
        width: 580px;
    }

    .reservarinformacion p{
        height: auto;
        width: 580px;
    }

    .iframe{
        position: relative;
        max-width: 580px;
        margin: 1em auto;
        padding-bottom: 56.25%;
    }
    
    .iframe iframe{
        position: absolute;
        width: 100%;
        height: 100%;
        
    }
    
     /*-----crearusuario-----*/

     form{
        display: flex;
        flex-direction: column;
    }
    
    label{
      margin-right: 30em;
        margin-bottom: 0.5em;
        margin-top: 1.5em;
    }
    
    form input[type=apellido], form input[type=email], form input[type=telefono], form input[type=usuario], form input[type=contraseña], form input[type=confirmaremail], form input[type=nombre] {
        width: 100%;
        align-items: center; 
        text-align: left;
    }
    
    .sesion button{
        width: 20%;
        border-radius: 20px;
    }
       .sesion{
        margin: auto;
       }
     
    
    /*eventos/favoritos/libros.html*/

    .maineventos{
        margin-top: 4em;
    }
    .lista #configuracion{
        width: 50%;
    }
}
