@charset "utf-8" ;
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,500&family=Quicksand:wght@400;600;700&display=swap');

/* ----------
   estilo Mobile first
   ---------- */
   
* {
    box-sizing: border-box;
}


body{
 font-family: 'Noto Sans Display', sans-serif;
 margin: 0;
}


.contenedora{
    max-width: 1200px;
    margin: auto;
    padding: 1em
}

.portada h1{
    font-family: 'Quicksand', sans-serif;
    color: white;
    padding-left: .2em;
    margin-top: 0em;
    margin-bottom: .5em;
    font-size: 2em;
    font-weight: 700;
    max-width: 100%;
    max-height: 100%;
}

header { 
    background-color: #A061E5;
    font-weight: 300 ;
    color: white;
}

footer {
    background-color: #A061E5;
    font-weight: 300 ;
    color: white;
    margin-top: 1em ;
}

footer > p{
margin: 0;
}



header{
  position: sticky; 
  top: 0;
  z-index: 9000; 
}

header img {
    height: 6em;
}

header .contenedora {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}    

#logo {
    padding: 0.35em;
    display: flex;
    align-items: center;
    position: relative;
}

footer #logo {
    width: 13em;
}

img {
    max-width: 100%;
    height: auto;
} 

header img {
    padding-top: 1em;
}



.portada {
    padding-left: 0;
    padding-right: 0;
    background: url(../imagenes/portadawebapp.png) no-repeat center bottom;
    background-size: cover;
    height: 14em;
}



.material-icons{
    color: white;
    font-size: 60px;
}



.boton{
    background-color:#A061E5;
    padding: 0.5em 1em 0.5em 1em;
    color: white;
    border-radius: 21px;
    margin-top: 0.5em;
}


ul {
list-style: none;
padding: 0;
}

a {
text-decoration: none;
}


.titulo {
    font-family: 'Quicksand', sans-serif;
    font-size: 2em;
    color: #922FFF;
    border-bottom: 0.4rem solid #922FFF;
    padding: 0.2em;
    width: 100%;
}
        
    
.subtitulo{
        margin-bottom: 0.3em;
        font-size: 1.5em;
        width: 100%;
}

.subtituloDos{
    margin-bottom: 0.3em;
    font-size: 1.5em;
    width: 100%;
    border-left: 5px solid #231f20;
    padding-left: .2em;
}


.redes{
    display: flex;
    }
    
.redes img{
    width: 1.5em;
    color: white;
    }
    
.links{
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
    }
    
.footer p{
    padding: 0em 1em 0.5em 1em;
    }
    
.menu-barra{
    display: none;
    }
    

/* ----  MENÚ  ---- */
nav {
    position: relative; 
}


.menu-btn, .menu-fondo {
    border-radius: 50%;
    padding: .75rem;
    width: 3rem;
    height: 3rem;
    position: fixed;
    top: 2.5rem;
    right: 1rem;
    z-index: 9000;
    cursor: pointer;
}
nav {
    position: relative; 
}

header nav ul{
    background-color: #8431dd8a;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    width: 50%;
    padding-top: 6em;
    transition: all 0.5s ease;
    margin: 0;
}

header nav ul li a {
        border-bottom: solid 4px transparent;
        color: white;
        display: block;
        font-size: 1.5rem;
        margin-bottom: .5rem;
        margin-right: 0.5rem;
        text-align: right;
        padding: .5rem;
        text-decoration: none;
}
.visible {
    left: 50%;
}

.menuopen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX();
}


.menu-fondo {
    background: rgba(255, 255, 255, 0.25);
    box-shadow: -5px 5px 5px rgba(0, 20, 20, 0.2);
    z-index: 8000;
}


.menu-fondo {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: -5px 5px 5px rgba(0, 15, 20, 0.2);
  z-index: 8000;
}

.menuvisible .menu-fondo {
  background: #BE94ED;

} 

.menu-btn .material-icons {
  position: relative;
  z-index: 9000;
}
/* ---- fin MENÚ  ---- */

/* ---- Buscador INICIO  ---- */
#formBusqueda{
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 2em;
}


#buscador{
        background-color: #C7F2F8;
        width: 70%;
        padding:9px 12px 11px;
        display: flex;
        align-items: center;
        justify-content:space-between;
        border: none;
        border-radius: 21px;
}

.buscador > button{
    max-height: 3em;
}
.titulobusqueda{
    color: #922FFF;
    padding: 0.2em;
    background-color:#C7F2F8 ;
}
/* ---- FIN Buscador INICIO  ---- */
 



/* Libros recomendados */

.recomendados {
background-color: #DFCBF5;
color: black;
display: flex;
flex-direction: column;
align-items: center;
}

.recomendados h2{
    font-family: 'Quicksand', sans-serif;
    font-size: 2em;
    color: #922FFF;
}

.slider_recomendados{
    display: flex;
    flex-direction: column;
}

.slider_slide{
    width: 15em;  
    background-color: #BE94ED;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 6px 8px rgb(0 0 0 / 55%);

}

.slider_slide img{
    max-width: 100%;
    height: auto;
}



.slider_slide p{
margin: 0;
}

.slider_slide h3{
    margin-bottom: .5;
    margin-top: 0.2em;
}
.libro_recomendado img{
    box-shadow: 5px 6px 8px rgb(0 0 0 / 25%);

}


/* fin de Libros recomendados  */

/* Ubicación Biblioteca Móvil  */
.donde_estamos{
    background-color: #dfcbf5;
    padding: 1em 2em 2em 2em;
}

.donde_estamos h2 {
margin-top: 0;
}
.numero {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #a061e573;
border-radius: 21px;
border: solid 0.2em #c4f1fb;
padding: 0.2em 1em 0.2em 1em;
margin-right: 1em;
}
.numero p {
color: white;
margin-top: 0;
margin-bottom: 0;
font-weight: bold;
}

.fecha {
display: flex;
padding-right: 1em;
margin-bottom: 1em;
}
.calle {
display: flex;
flex-direction: column;
margin-right: auto;
justify-content: space-around;
}
.calle > a {
font-weight: bold;
}
.calle p{
margin-top: 0;
margin-bottom: 0;
font-weight: bold;
}
.ubicacion a {
margin-right: auto;
}

.ubicacion {
    padding-left: 0;
}

.donde_estamos > a {
margin-left: 1em;
}


/*------------------- RESERVA Y CALENDARIO-------------- */

.novedades{
padding: 0;
}


.novedades img{
max-width: 100%;
height: auto;
}

.novedades a{
margin: auto;
max-width: 9em;
display: block;
text-align: center; 
}


.calendario{
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendario img {
    margin: auto;
}


/* Agenda  */
.agenda >div{
margin-top: 1em;
    
}
.agenda>div>a{
    margin: auto;
    max-width: 9em;
    display: block;
    text-align: center;
}
#boton_agenda{
    margin: auto;
    max-width: 9em;
    display: block;
    text-align: center;
}

.agenda img{
    max-width: 100%;
}


.taller{
    display: flex;
    flex-direction: column;
    background-color: #C3F4FB ;
    margin-bottom: 3em;
    justify-content: space-between;
}
.taller h3 {
    font-size: 2em;
    color: #A061E5;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin: 0 0 0 0;
    }
    
.taller p {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0;
}

.evento{
    display: flex;
    flex-direction: column;
    background-color: #C3F4FB;
    margin-top: 3em;
    margin-left: 1em;
    justify-content: space-between;
}

.evento h3 {
    font-size: 2em;
    color: #A061E5;
    padding-left: 0.5em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    margin: 0 0 0 0;
}

.evento p{
    padding: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.fecha {
    display: flex;
    padding-left:1em ;
    padding-right: 1em;
    justify-content: space-between;
    align-items: center;
}

.talleres {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.eventos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
/*FIN Reglas Agenda */

/*Reglas taller-evento VER MAS*/
.fototaller h2{
background-color: #C3F4FB;
margin-top: auto;
padding: .5em;
color: #A061E5;
}

.infotaller .material-icons{
color: blueviolet;
padding-right: .5em;
}

.infotaller li{
font-weight:600;
display: flex;
align-items: center;
padding-top: 0;
padding-bottom: .3em;
}
.infotaller p{
    padding-top: 0;
    margin-top: .5em;
}

.infotaller strong{
padding-left: 2.2em;
}

/* FIN Reglas taller-evento VER MAS*/



/* INFO DE LIBRO Y RESERVA */
.infolibro{
    padding-top: 0;
}
.infolibro .material-icons{
    font-size: 40px;
    color: blueviolet
}
.infolibro h2{
    border-bottom: 5px solid #A061E5;
    padding-left: 0;
    width: 90%;
}

.infolibro h4{
    width: 90%;
    margin-top: 0;
}

.infolibro > div{
    margin: 1em;
}
.infolibro > div > a{
    margin: auto;
    max-width: 8em;
    display: block;
    text-align: center;
}

.tapalibro { 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.tapalibro img {
    max-width: 17em;
    background-color: azure;
    padding: 1em;
    margin-top: 0;
    margin-bottom: 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 6px 8px rgb(0 0 0 / 55%);
}
.detallelibro {
    display: flex;
    flex-direction: column;
    padding: 2em;
}
.detallelibro p, h3{
margin-bottom: 0;
}



.comentario {
    background-color: #C3F4FB;
    width: 90%;
    padding:9px 30px 11px;
    margin-top: 1em;
    margin-bottom: 1em;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.comentario p{
    padding-left: .5em;
}

.comentariopublicar{
    border: solid .4em #A061E5;
    width: 90%;
    padding:9px 30px 11px;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


.comentarios {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.comentarios .material-icons{
    font-size: 40px;
    color: blueviolet
}

#comentar {
    font-weight: bold;
    
}

#comentario {
    display: block;
    width: 70%;
}

.reservar_libro {
    display: flex;
    padding-left:1em ;
    padding-right: 1em;
    justify-content: space-around;
    align-items: center;
}


.action {
     color: #A061E5;
 }



figcaption{
    display: block;
}

/* FIN INFO DE LIBRO Y RESERVA */


/*--------------confirmar RESERVA ------------- */


.detallereserva {
    display: flex;
    flex-direction: column;
    padding: 2em;
}

.reservalibro { 
    display: flex;
    justify-content: space-between;
    padding: 1em;
}
.reservalibro img {
    max-width: 10em;
}
#reservalibro {
    background-color:azure;
    padding: 1em;
    margin-bottom: 1em;
    margin-right: 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 6px 8px rgb(0 0 0 / 55%);
}

.retiro {
    display: flex;
    flex-direction: column;
    align-items: center;
   
}
.retiro > div {
    display: flex;
    align-content: space-between;
    align-items: center;
}
.retiro > div > i {
    color: blueviolet;
}

.retiro > p {
    border: solid .4em #A061E5;
    border-radius: 30px;
    padding: 1em;
    width: 70%;
}

#alerta {
    font-weight: bold;
    background-color: #8edef7;
    padding: 2em;
    margin-bottom: 1em;
}

.boton_reserva {
    margin-top: 1em;
    margin-bottom: 3em;
}
.boton_reserva a{
    margin: auto;
    max-width: 11em;
    display: block;
    text-align: center;
}
.confirmacion h1 {
    text-align: center;
}

.confirmacion article{
    display: flex;
    justify-content: center;
   
}

.confirmacion div {
    display: flex;
    align-items: center;
    background-color: #a061e5;
    padding: 1em;
    color: white;
    margin-bottom: 1em;
}
.confirmacion i {
    color: rgb(255, 255, 255);
    font-size: 35px;
    
}

.volver_atras {
    display: flex;
    padding-left:1em ;
    padding-right: 1em;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}


/*---------------fin RESERVA -------------- */



/*Reglas seccion de catálogo */

.generoscatalogo >ul {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}

.generoscatalogo >ul > li{
    margin-bottom: 1em;
    width: 40%;
}

.generoscatalogo h3{
    background-color: #C3F4FB;
    font-size: 1.3em;
    color: #A061E5;
    margin: 0;
    padding: .2em;
}

/*Reglas Género Narrativa */

.catalogolibros ul{
display: flex;
flex-direction: column;
padding: 1em;
}

.catalogolibros >ul > li{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-bottom: .5em;

}

.catalogolibros h3{
    border-bottom: 0.4rem solid #922FFF;
}
.imagenlibro{
    width: 270px;
    height: 460px;
}

.imagenlibro img{
    max-width: 100%;
    height: auto;
}


/*FIN Reglas seccion de catálogo */


/*Reglas estilo de formularios INICIAR SESIÓN */

#formIniciarsesion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50%;
}

button{
    background-color: #A061E5;
    color: white;
    max-width: auto;
    border: none;

    border-radius: 26px;
    padding: 0.5em;
    margin-left: 1em;
}

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

}
/*FIN Reglas estilo de formularios */

/*Reglas Mi perfil */

.mislibros i{
    color: #A061E5;
    font-size: 40px;
}

.mislibros{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mislibros h2{
    display: flex;
    align-items: center;
    padding-left: .5em;
    padding-top: 0;
    padding-bottom: 0.3em;
}

.libro{
width: 48%;
}

.libro .librotapa{
    max-width: 17em;
    background-color: azure;
    padding: .5em;
    margin-top: 1em;
    margin-left: 0em;
    margin-bottom: 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 5px 6px 8px rgb(0 0 0 / 55%);
}

.libro > .fecha{
    font-weight: bold;
    background-color: #8edef7;
    padding: 1em;
    margin-bottom: 1em;
    height: auto;

}

.reservas{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.reservas i{
color: #A061E5;
font-size: 40px;
}

.reservas h2{
    display: flex;
    align-items: center;
    padding-left: .5em;
    padding-top: 0;
    padding-bottom: 0.3em;
}

.favoritos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.favoritos i{
    color: #A061E5;
    font-size: 40px;
    }

.favoritos h2{
        display: flex;
        align-items: center;
        padding-left: .5em;
        padding-top: 0;
        padding-bottom: 0.3em;
}
.historial{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between
}


.historial i{
        color: #A061E5;
        font-size: 40px;
        }

.historial h2{
            display: flex;
            align-items: center;
            padding-left: .5em;
            padding-top: 0;
            padding-bottom: 0.3em;
}
        

/*FIN Reglas Mi perfil */

/*Reglas registro*/

.registro{
    margin-bottom: 5em;
}
.registro p{
    width: 100%;;
}

#formRegistro{
    padding-bottom: 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.textobienvenida{
    padding-left: 1em;
    font-size: 1.5em;
}
/* fin Reglas registro*/

/* Reglas para dekstop a partir de los 700px de ancho*/
@media (min-width: 530px){
  
    .iniciarsesion{
            flex-wrap: wrap;
            flex-direction: row;
            justify-content: center;
            width: 80%;
            margin-left: 5em;
    }
    
    .iniciarsesion h4{
    width: 100%;
    text-align: center;      
    }
    
    .libro >.fecha{
        width: 78%;
        height: auto;
    }

/* Reglas para dekstop a partir de los 700px de ancho*/
@media (min-width: 700px){
    
.slider_recomendados {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

.novedadesCuenca hr{
        margin-top: 2em;
}


.textobienvenida{
    padding-left: 0em;
    font-size: 1.5em;
}

/*Reglas Mi perfil */


.mislibros{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.libro{
    width: 30%;
}

.reservas{
    flex-wrap: wrap;
    justify-content: space-around;
}


.favoritos{
    flex-wrap: wrap;
    justify-content: space-around;
}

    
.historial{
    flex-wrap: wrap;
    justify-content: space-around;
}
   

/*FINReglas Mi perfil */

/*Reglas registro*/


.registro{
    margin-bottom: 5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-right: 10em;
    align-items: center;
}

#formRegistro{
    padding: 0;
    display: flex;
    flex-direction: column;
   justify-content: center;
}



/* Reglas para dekstop a partir de los 990px de ancho*/ 
@media (min-width: 990px){

.novedadesCuenca{
        margin: .5em 0;
        padding: 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*padding-left: 0;
        width: 50%;*/
}
    

    
.novedadesCuenca div{
        padding-right: 2em;
}
    
    
    
.nota {
        object-fit: cover;
        object-position: center center;
        width: 30em;
        height: 20em;
        display: block;
}

.novedadesInicio article {
    display: flex;
}

.novedadesInicio img {
    max-width: 50%;
    height: auto;
}

.novedadesInicio h2 {
    margin-top: 0
}

.novedadesInicio div {
    padding: 0 0 0 1em;
}
    
.portada {
        padding-left: 0;
        padding-right: 0;
        background: url(../imagenes/portadawebapp.png) no-repeat center center;
        background-size: cover;
        height: 25em;
}
    
.ubicacion {
        display: flex;
        justify-content: space-between;
        align-items: center;
        ;
}


 /* Menú versión web*/
.menu-btn{
        display: none;}

header .contenedora {
            max-width: 1200px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center}

header nav {
                position: relative;
}

header nav ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
    padding-top: 0;
    background-color: #a061e5;

}

header nav ul li{
            padding: .4em;
            background-color: #C3F4FB;
            border-radius: 15em;
            margin: .3em;
}    
        
header nav ul li a{
        font-weight: 600; 
        color: #A061E5;
        text-align: center;
        padding: 0.25em, 0.5em;
        margin: auto;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        display: block;
        font-size: 16px;
        } 
/* FIN Menú versión web*/ 


.portada h1{
            font-family: 'Quicksand', sans-serif;
            color: white;
            padding-left: .2em;
            margin-top: 0em;
            margin-bottom: .5em;
            font-size: 4em;
            font-weight: 700;
            max-width: 100%;
            max-height: 100%;
        
}        


.slider_recomendados{
            display: flex;
            flex-direction: row;
            max-width: 100%;
}
        
.slider_slide{
            width: 15em;  
            background-color: #BE94ED;
            padding: 1em;
            margin: 1em;
            border-radius: 1em;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            box-shadow: 5px 6px 8px rgb(0 0 0 / 55%);
        
        }

/*   Agenda (talleres y eventos)*/


.talleres{
justify-content: space-between;
}

.taller{
max-width: 30%;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 1em;
}

.eventos{
    justify-content: space-between;
}

.evento{
    max-width: 30%;
    margin-top: 1em ;
    margin-bottom: 1em;
}

/*  Ver más info de taller-eventos*/
.talleres{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: stretch;
}

.fototaller{
width: 45%;
margin: 0;
}

.infotaller{
    display: flex;
    flex-direction: column;
    width: 45%;
}




/* INFO DE LIBRO Y RESERVA */

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

.infolibro h2{
    border-bottom: 5px solid #A061E5;
    padding-left: 0;
    width: 90%;
}

.infolibro h4{
    width: 90%;
    margin-top: 0;
}

.infolibro > div{
    margin: 1em;
}
.infolibro > div > a{
    margin: auto;
    max-width: 8em;
    display: block;
    text-align: center;
}

.tapalibro { 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    width: 40%;
}

.tapalibro img {
    max-width: 17em;
    background-color: azure;
    padding: 1em;
    margin-top: 0;
    margin-bottom: 1em;
    border-radius: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 5px 6px 8px rgb(0 0 0 / 55%);
}


.comentario {
    width: 70%;
}
.comentario p{
    padding-left: .5em;
}

.comentariopublicar{
    width: 70%;

}

.comentarios {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: 70%;
    margin-bottom: 1em;
}

#comentar {
    font-weight: bold;
    
}

#comentario {
    display: block;
    width: 70%;
}

.reservar_libro {
    display: flex;
    padding-left:1em ;
    padding-right: 1em;
    justify-content: space-around;
    align-items: center;
}


.action {
     color: #A061E5;
 }


.detallelibro {
    display: flex;
    flex-direction: column;
    padding: 2em;
    width: 38em;
}


.reservar {
    padding-bottom: 0;
}
.reservarlibro {
    display: flex;
    justify-content: space-around;
    padding-top: 0;
}

.detallereserva {
    display: flex;
    flex-direction: column;
    padding: 2em;
}

.reservalibro { 
    display: flex;
    flex-direction: column;
    margin-top: 0;

}
.reservalibro img {
    max-width: 12em;
}
.reservalibro h3{
margin: 0;
}

.retiro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;  
}

.retiro > p {
        width: 70%;
}

#alerta p{
 margin-left:5em ;
}
/* FIN INFO DE LIBRO Y RESERVA */

/*Reglas seccion de catálogo */

.generoscatalogo >ul {
    justify-content: space-between;
}
    
.generoscatalogo >ul > li{
        width: 30%;
}
    
.generoscatalogo h3{
        font-size: 1.5em;
        padding-right: 1em;
}


/*Reglas Género Narrativa */

.catalogolibros ul{
    display: flex;
    flex-direction: row;

}
    
    .catalogolibros >ul > li{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 1em;
    
    }
    
/*FIN Reglas seccion de catálogo */

 /* Reglas Sobre acumar (nosotros) */
 .sobreAcumar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
 }
.nosotros{
    width: 45%;
    margin-bottom: 1em;
    padding-left: 0;
}
/*FIN Reglas Sobre acumar (nosotros) */
}
.novedades{
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.parrafo {
padding-left: 0;
}

}


/*Reglas sobre ubicación*/

.donde_encontrarnos h3 {
    margin: 1em 0 1em 0;
}


/*FIN sobre ubicación*/