/*MOVILE FIRST*/

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

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

header {
    padding: .5em;
    background-color: #84c8a4;
    border-bottom: solid .5em #f3f0df;
}

footer {
    color: white;
    background-color: #84c8a4;
}

footer p {
    padding: 1em;
    text-align: center;
    font-size: 12px;
}

img {
    max-width: 100%;
    display: block;
}

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

}

a {
    text-decoration: none;
}


/*NAVEGADOR PRINCIPAL*/



.contenedor div>a:first-of-type {
    width: 20%;
    margin: 0 0.7em 0 0;
}

.contenedor {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.contenedor>div:first-of-type {
    display: flex;
    padding: 0.7em;
    justify-content: space-evenly;
    width: 90%;
    height: 3.2em;
    align-items: end
}

.llamamenu {
    background-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: white;
    display: flex;
    position: relative;
    z-index: 9999;
}

.llamamenu i {
    padding: 0;
    margin: 0;
    
}


header nav ul {
    background-color: rgba(70, 70, 70, 0.67);
    position: fixed;
    padding-top: 6em;
    top: 0;
    bottom: 0;
    left: 100%;
    right: 0;
    width: 50%;
    transition: all 1s ease;
    z-index: 9800;
}

.menu_desplegable {
    left: 50%;
}


header nav ul a {
    display: block;
    padding: 1em .5em 1em 2em;
    color: white;
    font-weight: 600;
    font-size: 15px;
}

.icono-usuario{
    font-size:30px;
    margin-left: 0.5em; 
    color: #ffff;
}

/*BUSCADOR PRINCIPAL*/

.buscador_principal{
        display: flex;
        flex-direction: unset;
}

.buscador_principal button{
        width: 15%;
        margin-right:0 ;
        border:none;
        background-color: #5b9375;
        box-shadow: 1px 1px 4px rgba(128, 128, 128, 0.48);
}

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

.buscador_principal [type=text]{
        border-radius: 0;
        margin-right: 0;
        width: 85%;
        
}

.buscador_principal i{
        color: #5b7894;
}


/*CONTENIDO*/

.titulo h1{
    background-image: url("../imagenes/fondo_titulo.png");
    background-size: cover;
}

.titulo span {
    font-weight: 200;
}

.titulo h2 {
    margin: 1em 1em 1.3em 1em;
    padding: .2em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #5b7894;
    border-bottom: solid 5px #c4eb67;
}

.titulo p {
    line-height: 1.4;
    margin-bottom: 2em;
    padding: 0 2em;
}

h1 {
    display: block;
    margin: 0 0;
    padding: 1em;
    font-size: 20px;
    color: white;
    text-align: center;
}

h1 span{
    font-weight: 400;
}


/*Libro del mes*/

section h2 {
    margin: 0 1em;
    padding: .2em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #5b7894;
    border-bottom: solid 5px #c4eb67;
}


h2 span {
    font-weight: 400;
    text-transform: none;
}

h3 {
    margin: 1em 0 2em 0;
    padding: 1em;
    color: white;
    background-color: #5b7894;
    border-bottom: solid 5px #c4eb67;
    border-top: solid 5px #c4eb67;
    text-transform: uppercase;
}

.categorias h3 {
    margin-bottom: 0;
}

h4 {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin: .5em 0 1em 1.5em;
}

.libro_del_mes article
 {
    display: flex;
    flex-direction: column;
    padding-top: 1.5em;
}

.libro_del_mes article a:first-of-type {
    margin: 1em auto 0 auto ;
    max-width: 50%;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
    border: solid 3px gray;
}

.libro_del_mes article a:last-of-type,
.sugerencias article a:last-of-type {
    display: block;
    margin: 1.5em auto;
    padding: .5em;
    width: 40%;
    text-align: center;
    background-color: #5b7894;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
}

/*Libros destacados*/



.libros_destacados {
    background-color: #c4eb67;
    padding: 2em 0;
    
}

.libros_destacados h2 {
    color: #5b7894;
    border-bottom: solid 5px #5b7894;
}

.datos_libros h4 {
    margin: 1em 0 0 0; 
    padding-top: .5em;
    color: #5b7894;
    border-top: solid 2px #5b7894;
    font-size: 14px;    
}

.libros_destacados > h4 {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    margin: .5em 0 1em 1.5em;
}

.libros_destacados ul,
.libros_para_vos ul,
.segun_lo_que_leiste ul,
.no_disponibles ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 1em 2em 1em;
}

.libros_destacados ul li,
.libros_para_vos ul li,
.segun_lo_que_leiste ul li,
.no_disponibles ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 1em .5em;
    position: relative;
}

.libros_destacados ul li > a,
.libros_para_vos ul li > a,
.segun_lo_que_leiste ul li > a,
.no_disponibles ul li > a{
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
    margin-bottom: 2em;
}

.libros_destacados ul li a img,
.libros_para_vos ul li a img,
.segun_lo_que_leiste ul li a img,
.no_disponibles ul li a img {
    height: 100%;
    width: 100%;
}

.libros_destacados ul li button,
.libros_para_vos ul li button,
.segun_lo_que_leiste ul li button,
.no_disponibles ul li button{
    position: absolute;
    right: 1.5em;
    top: 2em;    
    z-index: 9600;
    background-color: white;
}

.libros_destacados ul li button span {
    padding: .2em;
    color: #c4eb67;
    font-size: 22px;
}

.libros_destacados ul li div.datos_libros a,
.no_disponibles h5
{
    padding: .5em 0;
    font-weight: 600;
    font-size: 16px;
    color: #5b7894;
}

.tipo {
    display: flex;
    justify-content: flex-start;
}

.tipo h5 {
    display: block;
    font-size: 12px;
    font-weight: 600;
    background-color: white;
    margin: 1em .3em 1em 0;
    padding: .2em 1em;
    color: #5b7894;
}



/*Agenda*/

.agenda {
    margin-bottom: 4em;
}

.agenda h2 {
   margin: 4em 1em 0 1em;;
    border-bottom: solid 10px #84c8a4;
}

.agenda ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 1em;
}

.agenda ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5em;
    width: 50%;
    
}

.agenda ul li img {
    height: 100%;
    width: 100%;
}

.agenda div:last-of-type h4 {
    display: block;
    margin: 0;
    padding: .5em;
    background-color: #f3f0df;
    font-weight: 800;
    font-size: 22px;
    color: #84c8a4;
    text-align: center;
    font-style: normal;
}

.agenda h5 {
    display: block;
    padding: .5em;
    background-color: #84c8a4;
    font-weight: 500;
    font-size: 15px;
    color: white;
    text-align: center;
}

.agenda div:last-of-type p {
    margin: 1em .5em;
    text-align: center;
    font-style: italic;
    color: #84c8a4;
}

.agenda ul li a {
    margin: 0 auto;
    padding: .5em;
    width: 70%;
    text-align: center;
    color: #84c8a4;
    font-weight: 600;
    border-top: solid 3px #84c8a4;
}

.agenda div > a {
    display: block;
    margin: 1em auto;
    padding: .5em;
    width: 40%;
    text-align: center;
    background-color: #5b7894;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
}

/*FOOTER*/


.links_redes h5 {
    padding: .5em;
    text-align: center;
    background-color: #f3f0df;
    color: #5b7894;
    border-bottom: solid .2em #5b7894;
}

.links_redes ul {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background-color: #f3f0df;
    }

.links_redes ul li a {
    display: flex;
    justify-content: center;
}

.links_redes ul li img {
    width: 25%;
    margin: 0 2em;
}

.logos {
    display: flex;
    align-items: flex-end;
}

.logos a img {
    width: 100%;
    padding: 1em 2em 0 2em;
}

footer > a {
    display: block;
    margin: 1.5em 4em 1em 4em;
    padding: .3em;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    box-shadow: 3px 3px 8px rgba(134, 134, 134, 0.48); 
    color: #84c8a4;
    font-size: 16px;
    font-weight: 700;
}


/*LIBROS - REGISTRADO Y NO REGISTRADO*/

.categorias>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 2em 1em;
}

.categorias> ul li {
    margin: 0.9em ;
    width: 40%;
    box-shadow: 1px 1px 5px rgba(128, 128, 128, 0.48);
}

.categorias> ul li a img {
    display: block;
    
}

.categorias h5 {
    padding: .5em;
    color: white;
    background-color: #84c8a4;
    border-top:  solid 4px #c4eb67; 
}

.libros_para_vos ul li button span,
.segun_lo_que_leiste ul li button span,
.no_disponibles ul li button {
    padding: .2em;
    color: #5b7894;
    font-size: 22px;
}

.libros_para_vos ul li div.datos_libros a,
.segun_lo_que_leiste ul li div.datos_libros a,
.no_disponibles ul li div.datos_libros a {
    padding: .5em 0;
    font-weight: 600;
    font-size: 16px;
    color: #84c8a4;
}

.libros_para_vos .tipo h5,
.segun_lo_que_leiste .tipo h5,
.no_disponible .tipo h5 {
    background-color: #84c8a4;
    color: white;
}



/*BUSCADOR - REGISTADO Y NO REGISTRADO*/

.categrorias h3,
.resultado_busqueda h3 {
    margin-top: 0;
}

.resultado_busqueda ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2em 0;
    
}

.resultado_busqueda ul li img {
    width: 40%;
    display: block;
    margin-bottom: 1em;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
}

.resultado_busqueda ul li a {
    padding: .5em;
    font-weight: 600;
    font-size: 12px;
    color: #5b7894;
    border-bottom: solid 1px #5b7894;
}

.resultado_busqueda p, .realizado_con_exito {
    background-color: #c4eb67;
    margin: 0 0 2em 0;
    padding: 1em;
    font-size: 30px;
    font-weight: 900;
    color: #5b7894;
}

/*buscador - filtros*/
.buscador-filtros{
    display: flex;
    justify-content: space-between;
    padding: .2em 0;
    background-color: #f3f0df;
}

.buscador-filtros div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.1em 2em;
}


/*DESPLEGABLE*/
.filtro{
    position: relative;
    padding: 0 1em;
    margin: 0;
}


.filtros-desplegable{
    background-color: #f3f0df;
    position: absolute;
    padding-top: 1em;
    top: 1.5em;
    left: 0;
    width: 100%;
    z-index: 9800;
    display: none;
}

.buscador-filtros div ul li a {
    display: block;
    padding: 1em;
    color: #5b7894;
    font-size: 16px;
    font-weight: 600;
    
}

.buscador-filtros button{
    background-color: transparent;
    color: #5b7894;
}

.buscador-filtros span {
     color: #5b7894;
     font-weight: 600;
}




/*INCIAR SESION- REGISTARSE*/

.formulario {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.formulario i{
    font-size: 100px;
    color: #5b7894;
    margin: .2em auto;
    text-align: center;
}

.formulario h2 {
    padding: .5em;
    text-align: center;
    margin: 0 3em;
}

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

label{
    text-align: center;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}


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


.sesion button, .perfil button{
    display: block;
    margin: 2.5em auto 1em auto;
    padding: .5em;
    width: 40%;
    text-align: center;
    background-color: #5b7894;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);

}

.a-forms, .pedir_libro form a{
    margin: 0 auto 3em auto;
    text-decoration: underline;
    color: #5b7894;
    text-align: center;
    font-size: 0.7em;
}

/*AGENDA REGISTRADO Y NO REGISTRADO*/

.este_mes h2 {
    margin-top: 3em;
}

.este_mes article {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 1em 2em 1em;
}

.este_mes article img {
    border: solid 5px #5b7894;
}

.este_mes article > div {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.este_mes article div h4 {
    margin-top: 0;
    margin-left: 0;
    padding: .5em 1em;
    font-weight: 800;
    font-size: 22px;
    color: #84c8a4;
}

.este_mes article div h5 {
    margin: 0 0 1em 1em;
    padding:0;
    font-weight: 700;
    font-style: normal;
    color: #5b7894;
    text-transform: uppercase;
    font-size: 16px;
}

.este_mes p {
    margin: 0 0 1em 1em;
    font-style: italic;
}

.este_mes article div a {
    display: inline-block;
    background-color: white;
    margin: 1em;
    padding: .5em;
    width: 70%;
    text-align: center;
    color: #84c8a4;
    font-weight: 600;
    border-bottom: solid 2px #84c8a4;
}

.este_mes article:last-of-type {
        display: none;
    }


.evento-popup {
    position: relative;
} 

.popup {
    position: absolute;
    background-color: #c4eb67;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    padding: 1em;
}

.popup a {
    background-color:#5b7894 ;
    color: #f3f0df;
    border-radius: 20px ;
    text-align: center;
    padding: .5em;
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
    width: 45%;
    font-weight: 600;
    margin: 1.5em auto 1em auto;
    display: block;
}
.popup p{
    margin-bottom: 1em;
    padding:0 0.7em ;
}

.popup-oculto{
    display: none;
}


/*-----------------------------*/

.eventos ul {
    display: flex;
    flex-wrap: wrap;
}

.eventos ul li {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: 0;
    padding: 1em;
}

.eventos ul li div {
    text-align: center;
}

.eventos ul li div img {
    width: 100%;
    height: 100%;
}

.eventos ul li div h4 {
    display: block;
    padding: .5em;
    margin: 0;
    background-color: #f3f0df;
    font-weight: 800;
    font-size: 22px;
    color: #84c8a4;
    text-align: center;
}


.eventos h5 {
    margin: 0;
    padding: .5em;
    background-color: #84c8a4;
    font-weight: 500;
    font-size: 12px;
    color: white;
    text-align: center;
}

.eventos ul li div a {
    display: block;
    background-color: white;
    margin: 1em auto;
    padding: .5em;
    width: 70%;
    text-align: center;
    color: #84c8a4;
    font-weight: 600;
    border-bottom: solid 2px #84c8a4;
}

/*AGENDA*/ /*CONCURSO*/

.concursos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 2em;
}

.concursos article {
    margin: 1em;
    border: solid 2px #d9d9d9;
    display: flex;
    align-items: center;
}

.concursos article div {
    max-width: 50%;
}

.concursos div img {
    padding: 1em;
}


.concursos article div h4 {
    margin-top: 0;
    margin-left: 0;
    padding: .5em 1em;
    font-weight: 800;
    font-size: 22px;
    color: #84c8a4;
}

.concursos h5 {
    margin: 1em 0 1em 1em;
    padding:0;
    font-weight: 700;
    font-style: normal;
    color: #5b7894;
    text-transform: uppercase;
    font-size: 16px;
}

.concursos article div a {
    display: inline-block;
    background-color: white;
    margin: 0 1.3em 1em 1.3em;
    padding: .5em;
    width: 70%;
    text-align: center;
    color: #84c8a4;
    font-weight: 600;
    border-bottom: solid 2px #84c8a4;
}

/*SLIDER*/

.slider {
    text-align: center;
    font-size: 30px;
    margin: 1em auto;
}

.slider button {
    background-color: #d0d0d0;
}


.slider_acumar img{
display:block
}


/*DETALLE LIBRO*/

.libro_detalle{
    width: 95%;
    margin-top: 4em
}
.portada_libro{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.portada_libro div{
    margin: 0 auto;
    padding: 1em .5em 0;

}
.libro_detalle img {
    margin: 0 auto;
    max-width: 65%;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
    border: solid 3px gray;
}

.libros_similares{
    display: flex;
}

.caracteristecas_libro{
    width: 80%;
    margin: 0 auto;
}
.caracteristecas_libro p{
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.caracteristecas_libro ul li{
    margin-bottom: 0.5em;

}
.caracteristecas_libro h4{
    margin-left: 0;
    margin-top: 1.5em;
    font-weight: 600;
    font-style: normal;
}

.botones{
    display: flex;
    margin: 2em .5em;
    justify-content: space-between;
}

.botones button{
    background-color:#5b7894 ;
    color: #f3f0df;
    border-radius: 20px ;
    text-align: center;
    padding: .5em;
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
    width: 45%;
    font-weight: 600;
}

.botones a{
    background-color: #c4eb67;
    color: #5b7894;
    border-radius: 20px ;
    text-align: center;
    padding: .5em;
    width: 45%;
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
    font-weight: 600;
}

/*NOSOTROS*/

.nosotros div>a{
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
    font-weight: 600;
    background-color: #c4eb67;
    color: #5b7894;
    text-align: center;
    padding: .5em;
    border-radius: 20px ;
}
.nosotros .slider_acumar{
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
}
.nosotros p{
    line-height: 1.4;
    margin: 2em 0;
}

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

.video iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.redes_acumar h5{
    margin: 2em 0 1em 0;
    color: #5b7894;
}
.redes_acumar ul{
   display: flex;
   margin-bottom: 1em;
}
.redes_acumar li{
  width: 2em;
  margin-right: 1em;
}
.nosotros>article{
    max-width: 90%;
    margin: 1em auto 0.5em auto;
}

/*MI BIBLIOTECA*/

.libros_pedidos h2,
.libros_descargados h2,
.sugerencias h2 {
    margin: 5em 1em 2em 1em;
}

.tengo ul li,
.libros_descargados ul li {
    display: flex;
    margin: 1em;
    padding: 1em;
    border: solid 1px #bcbcbc;
} 

.tengo ul li img,
.libros_descargados ul li img {
    width: 50%;
    border: solid 5px #c4eb67;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
}


.tengo ul li > div,
.libros_descargados ul li > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1.5em;
}

.tengo h4,
.libros_descargados h4 {
    margin-left: 0;
    padding:0;
    font-weight: 700;
    font-style: normal;
    color: #5b7894;
    text-transform: uppercase;
    font-size: 16px;
}

.datos {
    padding-bottom: 1em;
    border-bottom: solid 1px #5b7894;
}

.tengo p:last-of-type {
    font-weight: 700;
    font-size: 20px;
}

.no_disponibles img {
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%)
}

.devoluciones {
    background-color: #5b7894;
    padding-bottom: 3em;
}

.devoluciones ul {
    margin: 0 1em;
}

.devoluciones ul li {
    display: flex;
    padding: 1em;
    color: white;
}

.devoluciones ul li > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 1.5em;
}

.devoluciones ul li img {
    width: 50%;
     box-shadow: 2px 2px 10px rgba(60, 60, 60, 0.48);
}

.devoluciones h4 {
    margin: 0 0 .3em 0;
    padding-bottom: .2em;
    border-bottom: solid 1px white;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    color: #c4eb67;
}

.devoluciones h5 {
    font-size: 12px;
}

.devoluciones p:first-of-type {
    background-color: white;
    margin-bottom: .3em;
    font-weight: 700;
    font-style: normal;
    color: #5b7894;
    text-transform: uppercase;
    font-size: 16px;
}

.sugerencias article >a:first-of-type {
    display: block;
    }

.sugerencias article img {
    display: block;
}

.sugerencias article a:first-of-type {
    margin: 0 auto ;
    max-width: 70%;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
    border: solid 3px gray;
}

/*PERFIL*/ /*EDITAR PERFIL*/ /*PEDIR LIBRO*/

.perfil ul, .perfil form, .pedir_libro article {
    margin: 3em;
}

.perfil ul li, .perfil form>div, .pedir_libro li{
    padding: 1em 0;
    border-bottom: solid 1px #84c8a4;
}
.pedir_libro article>ul>li:first-of-type{
    border-bottom: none;
}
.perfil ul li:first-of-type, 
.perfil form>div, 
.pedir_libro li {
    display: flex;
    
}

.perfil h4 {
    margin: 0 0 .6em 1em;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #84c8a4;
}

.perfil p {
    margin: 0 0 .6em 1em;
    font-size: 16px;
}
.p-foto{
    padding-left: 0.5em;
}
.perfil div i, .pedir_libro i{
    border-radius: 100%;
    border: solid 3px #5b7894;
    color: #5b9375;
}

.perfil a{
    display: block;
    margin: 2em 12em 4em 12em;
    padding: .2em;
    text-align: center;
    border-bottom: solid 1px #5b7894;
    color: #5b7894;
    font-weight: 600;
    font-size: 12px;
    
}

.pedir_libro form {
    margin-top: 1em; 
}

.pedir_libro input {
    width: 15px;
    height: 15px;
    margin-right: 1em;
}


.pedir_libro button {
    background-color: #c4eb67;
    color: #5b7894;
    border-radius: 20px ;
    text-align: center;
    padding: .5em;
    margin: 2em auto;
    width: 45%;
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
    font-weight: 600;
}



/*EDITAR PERFIL*/

.perfil input[type=text],
.perfil input[type=date],
.perfil input[type=email],
.perfil input[type=password]{
    width: 100%;
}

.perfil label{
    text-align: start;
}
/*PEDIR LIBRO*/
.pedir_libro article>ul>li:last-of-type{
    display: block;
}
.pedir_libro h4{
    font-weight: 700;
    margin:0;
    font-style: unset;
}

.pedir_libro img {
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
}

.pedir_libro ul ul li>div{
    margin: 0.5em;
}
.pedir_libro i{
    padding: 0.1em;
}



/*PEDIDO CONFIRMADO*/
.realizado_con_exito a{
    display: block;
    margin: 2.5em auto 1em auto;
    padding: .5em;
    width: 40%;
    text-align: center;
    background-color: #5b7894;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
    font-size: 1em;
}

/*TERMINOS Y CONDICIONES*/

.terminos_condiciones h2 {
    margin-top: 1em;
}

.terminos_condiciones p {
     line-height: 1.4;
    margin-bottom: 2em;
    padding: 0 2em;
}

.terminos_condiciones li {
    list-style: circle;
    line-height: 1.4;
    margin-bottom: 2em;
    margin: 0 2em 2em 2em;
    padding: 0;
}

.terminos_condiciones form {
    margin: 1.5em auto;
    width: 75%;
}

.terminos_condiciones form input {
    margin: 0 0 1em 0;
}

.terminos_condiciones form button {
    display: block;
    margin: 1em auto;
    padding: .5em;
    width: 40%;
    text-align: center;
    background-color: #5b7894;
    border-radius: 20px;
    color: white;
    font-weight: 600;
    box-shadow: 2px 2px 10px rgba(128, 128, 128, 0.48);
}

/*EDUCACION*/

.educacion p{
    line-height: 1.4;
    margin-bottom: 2em;
    padding: 0 2em;
}

.talleres div:first-of-type {
        background-color: #c4eb67;
        width: 100%;
        padding: 1em 0;
    }

.talleres div:last-of-type {
        width: 100%;
    }
    
.talleres h2 {
        color: #5b7894;
        border-bottom: solid 5px #5b7894;
    }
    
.talleres h4 {
        color: #5b7894;
    }

.talleres p {
    margin: 1em 2em;

}

.educacion ul li {
    margin-bottom: 3em;
}


/*LIBROS CATEGORIAS*/

.libros_categorias> ul{
    display: flex;
    flex-wrap: wrap;
    margin:1em;
}
.libros_categorias> ul li{
display: flex;
flex-direction: column;
justify-content: space-between;
width: 50%;
padding: 1em .5em;
position: relative;
}

.libros_categorias a img {
    display: block;
}

.libros_categorias h3{
margin: 0;
}

.libros_categorias .llamarfavorito{
    position: absolute;
    right: 1.5em;
    top: 2em;
    z-index: 9600;
    background-color: white;
}
.llamarfavorito span{
    padding: .2em;
    color: #c4eb67;
    font-size: 22px;
}
 .libros_categorias .datos_libros a {
    padding: .5em 0;
    font-weight: 600;
    font-size: 16px;
    color: #5b7894;
}
.libros_categorias>ul li>a{
    box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
    margin-bottom: 2em;
}

.libros_categorias .tipo h5{
    background-color: #f3f0df;
}

/*COMO PIDO*/
ol{
    list-style: none;
}
.como_pido h3{
    margin-bottom: 1.5em;
}
.como_pido li{
    width:80%;
    margin: 0 auto 1em auto;
    box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.36);
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5em;
    
}
.como_pido p{
    margin-bottom: 1em;
    padding: .5em 0;
}
.como_pido li a{
 background-color: #5b7894;
 padding: .5em 1em;
 border-radius: 20px;  
 color: #ffff;
 font-weight: 600;  
}
.como_pido img{
    width: 100%;
}
.como_pido .imagenes{
    width: 50%;
    margin: 0 auto;
}

.como_pido h4{
    color: #5b7894;
    font-size: 1.2em;
    margin: 1em 0 .5em auto;
    border-bottom: 5px #c4eb67 solid;
    font-weight: 700;
    font-style: unset;
}
.como_pido{
    margin-bottom: 2em;
}

/*RED DE BIBLIOTECAS*/
.robot {
    width: 15%;
        display: flex;
    margin: 0 auto;
     flex-direction: center;
    justify-content: center;
    }
 .titulos h5{
      padding: 1em;
     color: #3b3638;
    font-size: 1.1em;
   text-align: center;
}
.titulos p {
     color: #5b7894;
    font-size: 1.5em;
  }
.titulos h4 {
     color: #5b7894;
    font-size: 1.2em;
    margin: 1em 0 .5em auto;
    border-bottom: 5px #c4eb67 solid;
    font-weight: 700;
    font-style: unset;
    display:flex;
    flex-direction: center;
    justify-content: center;
    }
.mapa {
     box-shadow: 2px 2px 10px rgb(128 128 128 / 48%);
    margin-bottom: 1em;
    display:flex;
    flex-direction: center;
    justify-content: center;
      }
.telefono {
 background-color: #5b7894;
 padding: .5em 1em;
 border-radius: 20px;  
 color: #ffff;
 font-weight: 600; 
    margin-top: 0.7em;
    display:flex;
    flex-direction: center;
    justify-content: center;
    }
.datos_biblioteca a {
    background-color: #5b7894;
 padding: 0.5em 1em;
 border-radius: 20px;  
 color: #ffff;
    margin-top: 1em;
    display:flex;
    flex-direction: center;
    justify-content: center;
   }

   /*RESGISTRARSE PEDIDO*/
   .registrate_continuar{
    background-color: #c4eb67;
    width: 100%;
    text-align: center;
    font-size: 1em;
    padding: 0.5em;
    font-weight: 600;
    text-transform: uppercase;
    color: #5b7894;
       
   }

    /*MAPA WEBAPP*/

#contenedora_mapa ul li {
    margin: 1em;
}

#contenedora_mapa {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin: 2em;
    
}

#contenedora_mapa h3 {
    background-color: white;
    border: none;
    margin: 0;
}

#contenedora_mapa h3 a {
    display: block;
    padding: 1em 4em;
    font-weight: 900;
    border: solid 6px #aacccc;
    color: #aacccc;
    text-align: center;
    
}

.item_1 {
    display: block;
    margin: .5em;
    padding: .5em;
    background-color: #86a3a3;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 16px;
    
}

.item_2 {
    display: block;
    margin: .5em;
    padding: .5em;
    background-color: #aacccc;
    text-align: center;
    color: white;
    font-weight: 300;
    font-size: 16px;
    
}

ul li ul li h4 {
    display: block;
    margin: .5em 0 .5em 2em;
    padding: .5em;
    border: solid 3px #aacccc;
    font-size: 16px;
    color: #aacccc;
    text-align: center;
}



/*TABLET*/
@media screen and (min-width:762px){
    
    /*HOME-USUARIO REGISTRADO*/

    header .contenedor{
    align-items: center;
    }
    .contenedor>div:first-of-type{
        width: 90%;
        padding: 0.7em 0.5em 0 0;
    }
    .buscador_principal {
        width: 100%;
    }
    
    .buscador_principal [type=text] {
        width: 90%;
    }
    .buscador_principal button {
        width: 8%;
    }
    
    .titulo h1 {
        display: none;
    }
    
    .menu_desplegable {
        left: 70%;}
    
    .libros_destacados ul {
        justify-content: space-between;
    }
    
    
    .libros_destacados button {
        display: none;
    }
    
    
    /*LIBROS*/
    .categorias> ul{
        justify-content: center;
    }
    .categorias> ul li{
        width: 25%;
    }
    
    .libros_destacados ul li {
        width: 50%;
        padding: 2em 4em;
    }

    .libros_para_vos ul li {
        width: 50%;
        padding: 2em 4em;
    }
    
    .segun_lo_que_leiste ul li {
        width: 50%;
        padding: 2em 4em;
    }

    .segun_lo_que_leiste ul li {
        width: 50%;
        padding: 2em 4em;
    }
    
    /*AGENDA*/
    h3 {
        width: 100%;
    }
    
    .este_mes,
    .eventos {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    
    .este_mes article,
    .este_mes article:last-of-type {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 40%;
        margin: 0;
        padding: 2em 0 0 0;
    }
    
    .este_mes article div h4,
    .este_mes article div h5,
    .este_mes article div p,
    .este_mes article div button {
        margin-left: 0;
        padding-left: 0;
    }
    
    .este_mes article div h5 {
        font-size: 15px;
    }
    
    .este_mes article div {
        margin: 0 auto;
        max-width: 100%;
    }
    
    .eventos ul {
        justify-content: space-evenly;
    }
    
    .eventos ul li {
        width: 40%;
        padding: 0;
    }
    
    .concursos {
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .concursos h3 {
        width: 100%;
    }
    
    .concursos article {
        width: 100%;
        margin: 1em 2em; 
    }
    
    /*TERMINOS Y CONDICIONES*/

.terminos_condiciones p {
    margin-left: 4em;
    margin-right: 4em;
}

.terminos_condiciones li {
    margin: 0 6em 2em 6em;
}

.terminos_condiciones form input {
    margin-left: 13.5em;
}

    /*EDUCACION*/
    
    .talleres {
        display: flex;
    }
    
    .talleres div:first-of-type {
        background-color: #c4eb67;
        width: 30%;
        padding: 5em 2em;
        margin: 0 2em;
    }

    .talleres div:last-of-type {
        width: 60%;
    }
    
    .talleres h2 {
        color: #5b7894;
        border-bottom: solid 5px #5b7894;
    }
    
    .talleres h4 {
        color: #5b7894;
    }
    
    .talleres p {
        margin: 1em 2em 1em 0;
    }
    
    .educacion h3 {
        width: 100%;
        text-align: center;
    }
    
    .educacion div:first-of-type {
        width: 100%;
    }
    
    .educacion p {
        margin: 1em 0;
    }
    
    .video {
        position: relative;
        margin: 3em auto;
        height: 0;
        padding-bottom: 56.25%;
        width: 100%;
    }
    
    .video iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    
    /*COMO PEDIR*/
    .como_pido ol{
        display: flex;
        flex-wrap: wrap;
        width: 80%;
        margin: 0 auto;

    }
    .como_pido li{
        width: 40%;
        margin: 1.5em;
    }

    
    /*NOSOTROS*/
    
    .nosotros>article{
        max-width: 80%;
    }
    /*INICIAR SESION*/ /*REGISTRARSE*/
    
    .formulario {
        width: 50%;
        margin: 2em auto;
        box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.36)
    }
    /*FILTRO LIBROS*/
    .buscador-filtros{
        justify-content: space-evenly;
    }
    /*MI BIBLIOTECA*/
    
    .tengo ul,
    .no_disponibles ul,
    .devoluciones ul,
    .libros_descargados ul
     {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .tengo ul li,
    .no_disponibles ul li,
    .devoluciones ul li,
    .libros_descargados ul li{
        width: 40%;
        margin-left: 2em;
    }
    
    .no_disponibles ul li img {
        width: 50%;
        margin: 0 auto;
    }
    
    .no_disponibles ul li{
        flex-direction: row;
    }
    
    .no_disponibles .datos_libros {
        width: 50%;
        margin: 0 0 0 1em;
    }

    .libros_descargados h3 {
        margin-top: 0;
    }
    
    .sugerencias {
        display: flex;
        flex-wrap: wrap;
    }
    
    .sugerencias article {
        width: 33%;
    }
    
    .sugerencias a:last-of-type{
        width: 30%;
    }

    
    /*PERFIL*/  /*PERFIL EDITAR*/
    .perfil ul, 
    .perfil form, 
    .pedir_libro article{
        width: 70%;
        margin: 2em auto;
        padding: 3.5em;
        box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.36)
    }
    .perfil ul, 
    .perfil form{
        padding: 3.5em;}

    .perfil a{
        margin-bottom: 2em ;
    }
    /*pedir libro*/
    .pedir_libro article>ul{
        display: flex;
        flex-direction: row-reverse;
    }

   .pedir_libro article>ul>li:last-of-type {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: none;
   }
    .pedir_libro article>ul>li{
        margin: 0.5em;
    }
    .pedir_libro article{
        padding: 1em;
    }
    
    .pedir_libro form {
        text-align: center;
    }
    
    .pedir_libro button {
        margin: 2em auto;
    }
    /*BUSCADOR LIBROS*/
    .resultado_busqueda p{
        margin-top: 0;
    }
    .resultado_busqueda ul li {
        width: 50%;
    }
    .resultado_busqueda ul{
        display: flex;
        flex-wrap: wrap;
    }
    .resultado_busqueda ul li img {
        width: 70%}
    
    /*RED DE BIBLIOTECAS*/
    .robot {
        flex-direction: row;
        width: 25%;
        margin:  auto 5em auto;
        }
    .titulos {
        display: flex;
        flex-wrap: wrap;
        margin: 1em auto;
        align-items: center;
        text-align-last: left;
        }
   .titulos_biblio {
       margin:auto 5em auto;
       text-align-last: left;
     }
    .datos_biblioteca{
        margin:  auto 5em auto;
     }
   .telefono  {
       margin:  auto 2em auto;
       display: flex;
       }
    
    /*DETALLE AGENDA*/
    
    /*CATEGORIAS*/
    .libros_categorias> ul{
        justify-content: space-evenly;
    }
    .buscador-filtros{
        justify-content: space-evenly;
    }
    .libros_categorias> ul li{
        width: 30%;
    }
    
    /*FOOTER*/
    
    .links_redes ul {
        justify-content: center;
    }
    
    .links_redes ul li a img {
         width: 15%;
    }
    
    .logos {
        justify-content: center;
    }
    
    .logos a {
        padding: 1em;
        width: 30%
    }
    
    footer > a {
        margin: auto;
        width: 30%;
    }
    
    
    /*MAPA*/
    
    #contenedora_mapa {
        width: 70%;
        margin: 3em auto;
    }
    
}



/*RESPONSIVE-DESKTOP*/

@media screen and (min-width:992px) {
    
    /*HOME*/
    .contenedor>div:first-of-type {
        width: 100%;
        margin-top: 1em;
        padding: 0;}

    figure {
            width: 95%;
    }
    .contenedor div>a:first-of-type {
        width: 10%;
    }
    
    .buscador_principal {
        width: 80%;
        height: 2.5em;
    }
    .icono-usuario {
        font-size: 40px;
    }
    
    .buscador_principal button {
        width: 4%;
    }
    
    .titulo h1 {
        display: none;
    }
    
    .titulo {
        display: block;
        margin: 0 auto;
    }
    
    .titulo h2{
        padding: 0.2em 10em;
        text-align: center;
    }
    
    .home .titulo {
        display: block;
        width: 100vw;
        margin-top: 0;
    }    
    .contenedor {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        max-width: 90%;
        margin: 0 auto;
    }
    
    
    .llamamenu {
    display: none;
    }

    .llamamenu i {
    display: none;
    }


    main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    main section {
        width: 100%;
    }
    
    header nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(70, 70, 70, 0.6);
    margin-top: 1em; 
    position: inherit;  
    padding-top: 0;
    width: 100%;
    transition: none;
    }
    
    .buscador_principal [type=text]{
        width: 100%;
    }

    header nav {
        width: 100%;
        margin-bottom:0.5em;
    }
    
    .contenedor nav a {
        padding: 0.7em ;
        width: 100%;
    }
    
    
    .libro_del_mes,
    .libros_destacados {
        margin-top: 4em;
    }
    
    .libro_del_mes {
        width: 30%;
        margin: 2em 2em 0 2em;
        border: solid 3px black;
    }
    
    
    .libros_destacados {
        width: 65%;
        height: 100%;
        padding: 1.5em 0 3em 0;
        margin-top: 2em;
    }

    .libros_destacados ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 0;
    }
    
    .libros_destacados ul li {
        align-items: center;
        width: 30%;
    }
    
    .libros_destacados ul li > a {
        margin-bottom: 1em;
        width: 70%;
    }
    
    .libros_destacados ul li img {
        height: 80%;
        width: 65%;
    }
    
    .libros_destacados ul li button {
    right: 5em;   
}
    
    .libros_destacados ul li div.datos_libros {
        width: 70%;
    }
    
    .libros_destacados ul li div.datos_libros a {
        font-size: 14px;
    }
    
    .agenda {
        display: flex;
        flex-direction: column;
        margin: 2em;
    }
    
    .agenda div:first-of-type {
        background-color: #84c8a4;
        margin-top: 2em;
    }
    
    .agenda div:last-of-type {
        padding: 3em;
    }
    
    .agenda h2 {
        margin-top: 2em;
        color: white;
        border-bottom: solid 5px white;
    }
    
    .agenda div:first-of-type h4 {
        color: white;
        margin-bottom: 2em;
    }
    
    .agenda div:last-of-type h4 {
        width: 75%;
        margin: 0 auto;
    }
    
    .agenda div:last-of-type p {
        width: 75%;
        margin: 1.5em auto;
    }
    
    .agenda h5 {
        width: 75%;
        margin: 0 auto;
    }
    
    .agenda ul li img {
        width: 75%;
        margin: 0 auto;
    }
    
    .agenda div > a {
        display: block;
        margin: 1em auto;
        width: 20%;
    }
    
    /*LIBROS*/
    
    .buscador-filtros {
        justify-content: space-evenly;
    }
    
    .categorias> ul {
        flex-wrap: nowrap;
        margin: 1em 2em 0 2em;
    }
    
    .categorias> ul li {
        margin: 2em;
    }
    
    .libros_destacados.full {
        width: 100%;
    }
    
    .libros_destacados button {
        display: none;
    }
    
    .libros_destacados.full ul li {
        width:  25%;
    }
    
    .libros_para_vos ul li,
    .segun_lo_que_leiste ul li{
        width: 25%;
        align-items: center;
    }
    
    .libros_para_vos ul li > a,
    .segun_lo_que_leiste ul li > a {
        margin-bottom: 1em;
        width: 70%;
    }
    
    
    .libros_para_vos ul li button,
    .segun_lo_que_leiste ul li button{
    right: 5em;   
    }
    
    .libros_para_vos ul li div.datos_libros,
    .segun_lo_que_leiste ul li div.datos_libros{
        width: 70%;
    }
    
    .libros_para_vos ul li div.datos_libros a,
    .segun_lo_que_leiste ul li div.datos_libros a{
        font-size: 14px;
    }
    
    /*TERMINOS Y CONDICIONES*/
    
    .terminos_condiciones p {
    margin-left: 15em;
    margin-right: 15em;
}

.terminos_condiciones li {
    margin: 0 17em 2em 17em;
}
    

    /*EDUCACION*/
    
    .talleres {
        display: flex;
    }
    
    .talleres div:first-of-type {
        background-color: #c4eb67;
        width: 50%;
        padding: 8em;
        margin: 0 2em;
    }

    .talleres div:last-of-type {
        width: 50%;
    }
    
    .talleres h2 {
        color: #5b7894;
        border-bottom: solid 5px #5b7894;
    }
    
    .talleres h4 {
        color: #5b7894;
    }
    
    .talleres p {
        margin: 1em 2em;
    }
    
    .educacion ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-top: 1em; 
    }
    
    .educacion ul li {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30%;
        margin: 0 2em;
    }
    
    .educacion h3 {
        width: 100%;
        text-align: center;
    }
    
    .educacion div:first-of-type {
        width: 100%;
    }
    
    .educacion p {
        margin: 1em 0;
    }
    
    .video {
        position: relative;
        margin: 3em auto;
        height: 0;
        padding-bottom: 56.25%;
        width: 100%;
    }
    
    .video iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0px;
        left: 0px;
    }
    
    /*REGISTRARSE + INICIO SESIÓN*/
    
    .formulario {
        width: 100%;
        margin: 2em 30em;
        box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.36)
    }
    
    /*MI BIBLIOTECA*/
    
    button.llamafavorito {
        display: none;
    }
    
    .libros_destacados ul li {
        padding: 2em 0;
    }
    
    .tengo ul,
    .no_disponibles ul,
    .devoluciones ul,
    .libros_descargados ul
     {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    .tengo ul li,
    .no_disponibles ul li,
    .devoluciones ul li,
    .libros_descargados ul li{
        width: 25%;
        margin-left: 2em;
    }
    
    .no_disponibles ul li img {
        width: 50%;
        margin: 0 auto;
    }
    
    .no_disponibles ul li{
        flex-direction: row;
    }
    
    .no_disponibles .datos_libros {
        width: 50%;
        margin: 0 0 0 1em;
    }

    .libros_descargados h3 {
        margin-top: 0;
    }
    
    .sugerencias {
        display: flex;
        flex-wrap: wrap;
    }
    
    .sugerencias article {
        width: 33%;
    }
    /*COMO PEDIR*/
    .como_pido ol{
        width: 80%;
        justify-content: space-evenly;
        margin: 2em auto;
    }
    .como_pido li{
        width: 25%;
        margin: 0.5em;
    }
    
    /*PERFIL*/ /*EDITAR PERFIL*/
    
    .perfil{
        margin: 2em auto;
    }
    .perfil>ul, .perfil>form{
        width: 40%;
        margin: 0 auto;
        padding: 2em 3em
    }
    .perfil>a{
        width:20%;
        margin: 2em auto;
    }
    
    
    
    /*BUSCADOR LIBROS*/
    
    .resultado_busqueda p{
        margin-top:0 ;
        text-align: center;
    }
    .resultado_busqueda ul li {
        width: 30%;
    }
    .resultado_busqueda ul {
        justify-content: space-evenly;
        width: 80%;
        margin: 0 auto;
    }
    .resultado_busqueda ul li img {
        width: 60%}
    
    
    /*RED DE BIBLIOTECAS*/
      .robot {
        flex-direction: row;
        width: 10%;
        margin:  auto 5em auto;
        }
    .titulos {
        flex-wrap: wrap;
        margin: 1em auto;
        align-items: center;
        }
   .titulos_biblio {
       margin:auto 5em auto;
     }
    .datos_biblioteca{
        margin:  auto 5em auto;
 }

    /*NOSOTROS*/
    .nosotros> article{
        display: flex;
        width: 75%;
        justify-content: space-evenly;
    }
    .nosotros article>div{
        width: 50%;
        margin: 0 1em;
    }
    
    .nosotros .textos{
        display: flex;
        flex-direction: column;
        padding: 2.5em 0;
    }

    /*DETALLE LIBRO*/
    
    .libro{
        display: flex;
        justify-content: space-evenly;
    }

    .libro_detalle {
        width: 25%;
        margin-top: 2em;
    }

    .libro_detalle img {
        max-width: 75%;}

    .caracteristecas_libro{
            width: 50%;
            margin: 3.5em 0;
        }
    .botones {
            margin: 2em 0;
            width: 60%;
    }
    
    /*CATEGORIAS*/

.libros_categorias> ul li{
justify-content: space-evenly;
width: 30%;
padding: 1em 5em;
}

.libros_categorias a img {
    display: block;
}

.libros_categorias .llamarfavorito{
    display: none;
}


    /*AGENDA*/
    h3 {
        width: 100%;
    }
    
    .este_mes,
    .eventos {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .este_mes article,
    .este_mes article:last-of-type {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 25%;
        margin: 0;
        padding: 2em 2em;
    }
    
    .este_mes article div h4,
    .este_mes article div h5,
    .este_mes article div p,
    .este_mes article div button {
        margin-left: 0;
        padding-left: 0;
    }
    
    .este_mes article div h5 {
        font-size: 15px;
    }
    
    .este_mes article div {
        margin: 0 auto;
        max-width: 100%;
    }
    
    
    .eventos ul li {
        width: 25%;
        padding: 0 2em 2em 2em;
    }
    
    .concursos {
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 3;
    }
    
    .concursos h3 {
        width: 100%;
    }
    
    .concursos article {
        width: 30%;
    }
    
    /*FOOTER*/
    
    
    .logos {
        justify-content: center;
    }
    
    .logos a {
        padding: 1em;
        width: 20%
    }
    
    footer > a {
        margin: auto;
        width: 30%;
    }
    
    /*MAPA*/
    
    #contenedora_mapa  {
        width: 80%;
        margin: 3em auto;
    }
        
    
    .horizontal {
        display: flex;
        flex-wrap: wrap;
    }
    
    .item_1 {
        margin: 0 1em;
        width: 100%;
    }
    
    /*PEDIR LIBRO*/

    .pedir_libro form {
        text-align: center;
    }
    
    .pedir_libro button {
    
    margin: 2em auto;
    
}
    
    .pedir_libro article>ul{
        justify-content: space-evenly;
    } 
    
}
