@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital@1&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

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

body{
    background-color: #F4FCFF;
    font-family: "Roboto", sans-serif; 
    position: relative; 
    padding-bottom: 4em; 
    padding-top: 3.2em; 
}

.gif {
    background-color: #2C5F72; 
    padding-bottom: 0;
    padding-top: 0;
    margin-left: 0;
    margin-right: 0;
}


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

img {
    max-width: 100%; 
}

footer {
    display: flex;
    flex-direction: row; 
    justify-content: space-between; 
    align-items: flex-end;
    background-color: #2C5F72; 
    padding: .5em 1.7em; 
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0; 
    z-index: 9999999999;
}

footer a {
    display: flex;
    flex-direction: column; 
    justify-content: space-around;
    align-items: center; 
}

footer a img {
    width: 1.7em; 
}

.footerbibliotecas {
    width: 2.2em; 
}

footer a p {
    text-decoration: none; 
    color: #F4CDCF; 
    font-size: 70%; 
    text-align: center; 
    padding-top: .4em; 
}

.headeruno {
    max-width: 100%;
    background-color: #2C5F72;
    color: white;
    padding: .5em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999;
}

.contenedorheaderuno {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center; 
}

.headeruno a { 
}

.headeruno a img {
    width: 4em; 
    display: block; 
}

.headerdos {
    display: none; 
}

.headerinicio img {
    max-width: 20em;
    margin: auto; 
}
   

/*----------------------------------inicio*/

.introduccion h2{
    text-align: center; 
    padding: .3em;
    color: white;
    background-color: rgba(44, 95, 114, 0.86); 
    width: 70%; 
    position: relative;
    bottom: 3em;
    left: 2.2em; 
}


#info {
    
    text-align:center;
    flex-direction: column;
    margin-top: -3.9em; 
    font-size: 80%; 
    background-color: #ffeaec; 
    padding: 1em; 
}


.iniciarsesion div {
    padding: .7em; 
    display: flex;
    flex-direction: column;
    margin-top: -.5em; 
    
}

.iniciarsesion h3{
    margin-bottom: .5em;
    padding-top: 0;
}

.iniciarsesion input {
    padding: .5em;
    background-color: #F4CDCF;
    border-radius: .3em;
    width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;
    
}

.botoniniciar {
    color: white; 
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    text-align: center;
    width: 40%;
    margin: auto; 
    margin-top: -1em; 
}

#inicioilustracion {
    padding-left: .7em;
    padding-right: .7em;
    padding-top: 1em;
}

#inicioilustracion img {
    width: 100%;
    margin: auto; 
}

/*-------------------------------- principal */
 
.fotosbibliotecas {
    position: relative; 
    overflow: hidden; 
    margin: .7em .7em; 
    display: block;
}

.fotosbibliotecas figcaption h4 {
    margin-bottom: .5em; 
}

.fotosbibliotecas figcaption {
    background-color: #FFEAECE5;
    padding: .5em;
    padding-bottom: .7em;
    text-align: left;
    position: absolute;
    width: 100%;
    top: calc(100% - 2em); 
    transition: all .6s ease;
    height: 100%;

}

.fotosbibliotecas:hover figcaption {
    background-color: #FFEAECE5; 
    transition: all .3s ease;
    top: 0;
    display: flex;
    flex-direction: column; 
    justify-content: flex-end;
}


.botonbibliotecas {
    color: white; 
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    text-align: center;
    width: 40%;
    margin: auto; 
    width: 50%;
    padding: 1em;
}

.swiper {
    margin-left: .5em;
}

      .swiper-container {
        width: 100%;
        height: 100%;
        margin-bottom: 1em;
        margin-top: 1em;
        
      }

      .swiper-slide {
        text-align: center;
        background: #fff;
        
        

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; 
      }


.swiper-pagination-bullet {
    position: relative;  
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
}


      .swiper-container {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    

.swiper-container-free-mode>.swiper-wrapper {
    margin-bottom: 2em;
}


.talleres {
    border-bottom: .2em solid; 
    border-top: .2em solid; 
    border-color: #2C5F72; 
    background-color: rgba(97, 161, 188, 0.17); 
    width: 100%;  
    padding-bottom: 1em;
}

.talleres figure {
    margin-left: .7em;
    margin-right: .7em;
}

.talleres figure img{
    width: 100%;
    display: block;
    margin-bottom: -1.3em;
}


.talleres figcaption {
    background-color: rgba(44, 95, 114, 0.87);
    color: white;
    padding: .5em;
    text-align: center;
    font-size: 90%; 
    width: 100%;
    position: relative;
    bottom: .7em; 
    
}

.botontalleres {
    color: white; 
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    text-align: center;
    margin: auto; 
    width: 40%;
    padding: 1em;
    margin-top: 1em; 
    margin-bottom: 1em; 
}



#infobibliotecas{
    background-color:#ffeaec;
    text-align: center;
    font-size: 90%; 
    padding: .7em;
    margin-bottom: 1em; 
}

#delimitadorvideo {
    padding-bottom: 56.25%;
    position: relative;
    margin-left: .7em;
    margin-right: .7em;
}

#delimitadorvideo iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.contenedoraslider {
    margin-left: .7em;
    margin-right: .7em;
    margin-top: 1em;
}

.bx-wrapper {
    border: 5px solid #ffeaec;
}

.contacto {
    margin-left: .7em;
    margin-top: -3em;
}

.iconoycontacto {
    display: flex;
    flex-direction: row;
    align-items: center; 
    margin-bottom: .7em; 
}

.contacto p{
    padding: .5em;
    height: 10%; 
    margin-left: 1em;
    background-color: #FFEAEC;
    font-size: 90%; 
}


.redes p {
    color: #2C5F72;
    padding: 0; 
    margin-bottom: .3em; 
    margin-top: .5em; 
    text-align: center; 
    background-color: #F4FCFF; 
    font-weight: "Medium"; 
}

.redes div a img{
    width: 100%;
}

.iconosredes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center; 
    justify-content: space-between; 
    margin: .7em 1.7em 1em 1em;
    
}


.iconoyexplicacion {
    display: flex;
    flex-direction: row;
    align-items: center; 
    margin: 1em; 
}

.iconoyexplicacion img {
   width: 25%; 
   
}

.explicacion {
    text-align: left;
    margin-left: 1em; 
}

.explicacion h3 {
    color: #2C5F72; 
    padding-bottom: .3em; 
}

.explicacion p {
    font-family: "Roboto"; 
    font-style: italic; 
    font-size: 80%; 
}

/*---------------------------------- registrarse*/

.botonregistrarse { 
    background-color: #61A1BC; 
    color: white;
    border-radius: 5em;
    padding: .7em;
    text-align: center; 
    width: 8em;
    margin: auto; 
    margin-bottom: 1em;
}

.botonregistro {
    background-color: #61A1BC; 
    color: white;
    border-radius: 5em;
    padding: .6em;
    text-align: center; 
    width: 29%;
    margin: auto; 
    margin-bottom: 1em; 
}

.preguntainicio {
    text-align: center;
    padding: 1em; 
    margin-top: -1em; 
    
}

.preguntainicio::before {
    content: "";
    border-top: .2em solid;
    border-top-color: #2C5F72; 
    width: 100%;
    display: block; 
    padding-bottom: 1em;
}

.registrarse div {
    display: flex;
    flex-direction: column;
    align-content: center; 
}

.registrarse div p {
    border-top: .2em solid;
    border-top-color: #2C5F72;
    text-align: center; 
    padding-top: 2em;
    padding-bottom: 1em;
    border-top-width: 100%;
    margin-left: 2em;
    margin-right:  2em;
}
    
.botonregistro {
    background-color: #61A1BC;
    color: white; 
    padding: 0.6em;
    margin: auto; 
    margin-top: 0em; 
    border-radius: 3em;
    text-align: center;
    width: 40%;
}

.iniciarsesion h3 {
    margin-bottom: 1.5em;
}

.registro {
    margin-left: .7em;
    margin-right: .7em;
}

/*---------------------------------mislibros*/


 .libroleyendo { 
     background-color: #ffeaec;
     width: 100%;
     display: flex;
     flex-direction: row;
     margin-bottom: 5.5em;
}

.libroleyendo figcaption {
    padding: .7em; 
    text-align: left;
}

.libroleyendo figcaption h4 {
    padding-bottom: .4em; 
}


.libroleyendo img {
    max-width: 40%; 
}

.leyendo {
    margin: 1em .7em; 
}

.leyendo h3 {
    padding-top: 0em;
}

.leyendo div h4 {
    padding: .9em;
    margin: -.5em 5em 1.5em;
}

.recordatorio p {
    background-color:#2C5F72; 
    width:100%;
    padding: .5em;
    padding-left: 1em;
    padding-right: 1em; 
    color: white; 
    text-align: center; 
}
    
/*------------------alarmas*/

.alarma.envista {
    display: block;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-right: 2em;
    margin-top: .5em;
}

.alarma {
    display: none;
}

.alarma2.envista2 {
    display: block;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-right: 2em;
    margin-top: .5em;
}

.alarma2 {
    display: none;
}


.dosalarmas img {
    width: 5em;
    cursor: pointer;
}

.dosalarmas p {
    font-size: 12px;
    padding-top: .5em;
    padding-right: 1em;
}

/*--------------------------fin de alarmas*/

.libro1 {
    position: relative;
    margin-bottom: 2em;
}

.libro2 {
    position: relative;
    margin-bottom: 2em;
}

.devolver1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly; 
    align-items: flex-end;
    position: absolute;
    right: 0em;
    bottom: -3.6em;
} 

.devolver2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly; 
    align-items: flex-end;
    position: absolute;
    right: 0em;
    bottom: -3.6em;
}

.botonactividades {
    background-color: #61A1BC;
    color: white; 
    padding: 0.6em;
    margin-top: 0em; 
    border-radius: 3em;
    text-align: center;
    width: 60%;
    margin: auto; 
    margin-top: 4em;
}

div h4 {
    background-color: #61A1BC; 
    display: flex;
    border-radius: 15em; 
    justify-content:center;
    text-align: center; 
    flex-direction: column;
    margin: 2em; 
    width: auto;}

h4 {
    padding: 2em; 
    text-decoration: none;    
    margin: 2em; 
    color: white;
    }

a {
    text-decoration: none; 
}


    /* ------------------------adentro de mis libros - favoritos */

.favoritos {
    margin: 1em .7em; 
}

.favoritos h3 {
    padding-top: 1em;
}

.listafavoritos.visible {
    display: block;
}

 .listafavoritos {
    display: none;
}


.formatosdevista {
    position: relative; 
    padding-bottom: 4em;
}

.formatosdevista div img {
    width: 1.5em; 
}

#formatolista {
    background-color: #61A1BC;
    padding: 0.4em;
    border-radius: 3em;
    text-align: center;
    width: 11em;
    margin: auto; 
    position: absolute; 
    left: 2em;
    z-index: 9999; 
    cursor: pointer;
}

#formatogaleria {
    background-color: #84C4DE;
    padding: 0.23em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    width: 11em;
    margin: auto; 
    padding-left: 3em; 
    position: absolute;
    right: 2em;     
    z-index: 2; 
    cursor: pointer;
}

#formatogaleria2 {
    background-color: #61A1BC;
    padding: 0.23em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    width: 11em;
    margin: auto; 
    position: absolute;
    right: 2em;     
    z-index: 99999; 
    cursor: pointer;
}

#formatolista2 {
    background-color: #84C4DE;
    padding: 0.4em;
    border-radius: 3em;
    text-align: center;
    width: 11em;
    margin: auto; 
    padding-right: 3em;
    position: absolute; 
    left: 2em;
    z-index: 2; 
    cursor: pointer;
}


.formatovistalista ul li figure {
    background-color: #ffeaec;
    width: 100%; 
    display: flex;
    flex-direction: row;
    position: relative; 
}


.formatovistalista ul li {
    list-style: none;
    position: relative;
    margin-bottom: .7em;
}


.formatovistalista ul li figure img {
    width: 30%; 
}

.favoritos ul li figure figcaption {
    text-align: left; 
    padding-left: 0.7em; 
    padding-top: 0.7em; 
}


figure h4 {
    background: none;
    color: black;
    padding: 0; 
    margin: 0; 
    text-align: left;
    margin-right: 3em;
}

.libro figcaption h4{
        padding-bottom: .4em; 
}

#corazon {
    width: 20px;
    position: absolute;
    right: .7em;
    top: .7em; 
}

.formatovistagaleria img{
    width: 6.35em;
}

.formatovistagaleria ul {
    list-style: none;
}

.formatovistagaleria ul li {
    margin-right: .6em;
    margin-bottom: .4em;
}

.formatovistagaleria ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

/* -----------------------------------actividades */
  
.atras a{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em; 
    margin-left: .7em; 
    margin-bottom: 1em; 
}

.atras p {
    color: #2C5F72; 
}


#actividadilustracion {
    margin: auto; 
    width: 85%; 
}

.buscar {
    margin: .7em;
}
    

.botonbuscar {
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    width: 35%;
    margin: auto; 
    margin-top: 1em;
    margin-bottom: 1em; 
}

/*---------------------actividades v o f */


.actividad {
    margin-left: .7em; 
    margin-bottom: 8em;
}

.actividad h3 {
    margin-bottom: -3em;
}

.actividad div h4 {
    padding: .5em; 
    width: 40%;
    margin: auto; 
    margin-top: 1.3em; 
}

.actividad ul {
    margin-top: 5em;
}

.actividad ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; 
    background-color: #ffeaec; 
    margin-right: .7em; 
    margin-bottom: .7em; 
}

.actividad ul li p {
    background-color: #ffeaec; 
    margin-right: 2em;
    padding: .5em; 
    font-size: 80%; 
}

.actividad ul li img {
    position: relative;
    padding-right: .5em;
}

.botonresultado {
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    width: 45%;
    margin: auto; 
    margin-top: 1.5em;
}


/*----------------------------------bibliotecas móviles*/

.tipobiblioteca {
    margin-top: 1.5em; 
    position: relative; 
}

.titulomuycorto {padding-top: 2em;}

#bcamoviles {
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    text-align: center;
    width: 50%;
    margin-top: .5em; 
    position: absolute; 
    left: 1em;
    z-index: 9999; 
}

.botonmoviles {
    color: white; 
}

#bcapublicas {
    background-color: #84C4DE;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    width: 50%;
    margin-top: .5em; 
    position: absolute;
    left: 10em; 
    z-index: 2; 
}

.botonpublicas {
    color: white; 
}

.catalogo {
    margin: 0 .7em; 
    position: relative; 
    padding-top: 2.5em; 
}

.catalogo h3 {
    margin-top: 0;
}


.infofechayubicacion {
    margin: 0 .7em; 
    margin-bottom: 1em; 
}

input {
    padding: .5em;
    background-color: #F4CDCF;
    border-radius: .3em;
    width: 100%;
    margin-top: .5em;
    margin-bottom: .5em;}

form{
    margin-bottom: 1.5em
}

.catalogo figure {
    background-color: #ffeaec;
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: .7em;
    position: relative; 
}

.catalogo ul li {
    list-style: none;
}

.catalogo figcaption {    
    padding: .7em;
    text-align: left;
}

.catalogo figcaption h4{
    padding-bottom: .4em;
}

.catalogo figure p{
    position: absolute;
    bottom: .7em;
    right: 6em;
    color: #2C5F72;
}

.catalogo img{
    max-width: 30%;
}

.botonvermas {
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    padding: .7em;
    width: 40%; 
    margin: auto;
    margin-top: 1em; 
}

.infofechayubicacion h4{ 
    color: black;
    text-transform: uppercase;
    margin:0;
    padding:0;
}


.infofechayubicacion h4::after { 
   content: "";
   color: #DBEDF4;
   border-bottom: .5em solid; 
   width: 35%;
   display: block; 
   padding-top: .2em;
   position: relative;
   bottom: .7em;
   z-index: -1;
}



.infofechayubicacion p{ 
  text-align: center;
  margin: 1em;
  font-size: 130%;
}

.infofechayubicacion iframe {
    max-width: 100%;
    height: 60%;
}


.proximasfechas p{
    font-size: 100%;
    text-align: left;    
}

.proximasfechas p::after { 
   content: "";
   color: #DBEDF4;
   border-bottom: .5em solid; 
   width: 70%;
   display: block; 
   padding-top: .2em;
   position: relative;
   bottom: .7em;
   z-index: -1;
}

/*-------------------------------------bibliotecas públicas*/

.tipobiblioteca {
    margin-top: 1.5em; 
    position: relative; 
}

 #bcamoviles2 {
    background-color: #84C4DE;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    width: 50%;
    margin: auto; 
    position: absolute; 
    left: 1em;
    top: -3.5em; 
}

.botonmoviles2 {
    color: white; 
}

 #bcapublicas2 {
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    width: 50%;
    margin: auto; 
    position: absolute;
    top: -3.5em; 
    left: 10em; 
    z-index: 999999;
}

.botonpublicas2 {
    color: white; 
}

.buscarporlocalidad {
    margin: 0 .7em;
    margin-top: 5em; 
}

.buscarporlocalidad div h4 {
    padding: .7em;
    margin: auto;
    width: 30%; 
    margin-top: -1em; 
}

.mapabcamoviles {
     margin: 1em .7em 2em;
}

.mapabcamoviles iframe {
    height: 18em;
    width: 100%;
}

    
.ubicacion iframe {
    padding: 0 .7em .5em 0; 
}

.ubicacion p {
    font-size: 79%;
    margin-bottom: 1.5em;
}

.ubicacion {
    margin-left: .7em; 
}

.ubicacion iframe {
    height: 15em; 
    width: 21.8em;
}

.recomendaciones {
    margin-left: .7em;
}

.librosrecomendados img{
    max-width: 23.3%;
}

#catalogobcapublica {
    margin-top: -1.5em;
}

/*---------------------------------------talleres*/ 

.objetivo {
     background-color: #FFEAEC; 
     justify-content: cente; 
     text-align: center; 
     padding: 0.7em ;
     font-size: 90%; 
     position: relative;
     z-index: 4; 
    
}

.cursofotografia h5 {
    padding: .5em 0em; 
    margin-left: 5em; 
}

.cursofotografia h5::after {
   content: "";
   color: #2C5F72;
   border-bottom: .5em solid; 
   width: 20%;
   display: block; 
   padding-top: .2em;
   position: relative;
   bottom: 1em;
   z-index: 2;
   margin-left: -5em; 
}

.cursofotografia {
    padding: 0.7em;
    margin-top: 4em;    
}


.anotate div h4 {
    padding: .7em;
    width: 30%;
    margin: auto; 
    margin-top: -1em; 
}

 
.cuentacuentosnines {
    margin-top: -1em; 
    padding: 0.7em;
}

.cuentacuentosnines h5 {
    padding: .5em 0em; 
    margin-left: 5em; 
}

.cuentacuentosnines h5::after {
   content: "";
   color: #2C5F72;
   border-bottom: .5em solid; 
   width: 20%;
   display: block; 
   padding-top: .2em;
   position: relative;
   bottom: 1em;
   z-index: 2;
   margin-left: -5em; 
}

    
.periodista  {
    padding: 0.7em;
    margin-top: -1em; 
}

.periodista h5 {
    padding: .5em 0em; 
    margin-left: 5em; 
}

.periodista h5::after {
   content: "";
   color: #2C5F72;
   border-bottom: .5em solid; 
   width: 20%;
   display: block; 
   padding-top: .2em;
   position: relative;
   bottom: 1em;
   z-index: 2;
   margin-left: -5em; 
}


.tallerestodos {
    background-color: #DBEDF4; 
    border-bottom: solid .2em; 
    border-bottom-color: #2C5F72; 
    position: relative; 
    margin-top: -5em; 
}

.tallerestodos img {
    width: 100%;
}

.tallerestodos ul {
    list-style: none;
}

.tallerestres ul li figure {
    background-color: #DBEDF4;
}

.calendario {
    background-color: #F9FDFF;
    padding: 0.7em;
}

.calendario ul {
    list-style: none;
    margin-top: 1em; 
}


.calendario h5  {
    list-style: none;
    background-color: #DBEDF4;
    width: 80%; 
    padding: 1em; 
    margin-top: 0.6em;  
    margin-bottom: 1em;
    text-align: center;
    margin-left: 2.5em; 
    color:#1E4655;
}


.calendario p {
    list-style:none;
    padding: 0.3em;
    margin-left: 3em; 
    font-size: 90%; 
    position: relative; 
    z-index: 1;
}

.calendario p::after {
   content: "";
   color: #DBEDF4;
   border-bottom: .4em solid; 
   width: 4.5em;
   display: block; 
   padding-top:em;
   position: absolute;
   bottom: .4em;
   z-index: -1;
   margin-left: -3.3em; 
}


/*---------------------------------------ver  más talleres*/

.botones{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.botones:not(:last-child){
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.vermas {
    text-align: center;
    color: white;
    padding: 1em;
    width: 10em;
    background-color: #61A1BC;
    text-decoration: none;
    cursor: pointer;
    margin: auto; 
    border-radius: 15em; 
    font-family: "Roboto", sans-serif; 
}

.mas {
    display: none;
}

.textotalleres{ 
    text-align: center; 
    font-size: 85%; 
    padding-top: .5em; 
}

.infotalleres h3 {
    margin-top: 1em; 
}

.datos ul {
    margin-top: 1.3em;
    margin-bottom: 1em;
    list-style: none;
}


.botonenviartalleres {
    background-color: #2C5F72; 
    color: white; 
    width: 5em;
    padding: .5em;
    margin: auto; 
    text-align: center; 
}

/*--------------------------------------- info particular de libro */

.infolibroparticular {
    background-color: #DBEDF4; 
}

.descripcionparticularlibro {
    position: relative; 
}

.descripcionparticularlibro img {
        width: 100%;
    }

.atraslibro {
    position: absolute; 
}

.atraslibro a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1em; 
    margin-left: .7em; 
    margin-bottom: 1em; 
    background-color: rgba(255, 234, 236, 0.67); 
    padding-left: .5em;
}

.atraslibro p {
    color: #2C5F72; 
}

.descripcionparticularlibro figure figcaption {
    background-color: #ffeaec; 
    padding: .7em;
    margin-top: -.3em; 
}

.descripcionparticularlibro figure figcaption h4 {
    padding-bottom: .7em; 
}

.descripcionparticularlibro p {
    padding: .7em; 
    text-align: center;
    font-size: 85%;
}

.descripcionparticularlibro figure figcaption p {
    padding: 0;
    text-align: left;
    font-size: 100%;
}

.interaccionlibro {
    display: flex;
    flex-direction: row;
    justify-content: space-between; 
    align-content: center;   
    margin: 1em .7em; 
}

.disponible {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.puntaje {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.corazonfavorito {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.interaccionlibro div p {
    padding-top: .5em; 
    font-size: 60%; 
    color: #2C5F72; 
}

.botonreservar {
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    padding: .7em;
    width: 35%;
    margin: auto; 
    margin-top: 1.5em; 
    margin-bottom: 2em; 
}


.comentarios {
    margin: .7em;
}

.comentarios ul {
    margin-top: 0; 
}

.comentarios li {
    list-style: none;
}

.comentario {
    background-color: #ffeaec;
    border-radius: 1em;
    margin-bottom: .7em; 
}

.comentario h4 {
    padding: .7em;
    margin: 0;
    color: black;
}

.comentario p {
    padding: .7em; 
    font-size: 90%;
}

.fecha {
    text-align: center;
    color: #61A1BC;
}

.comentar {
    margin: .7em; 
    margin-top: 2em; 
}

#textarea {
    background-color: #F4CDCF; 
    width: 100%;
    height: 10em;
    padding: .7em;
    margin-top: .7em;
    border-radius: .3em;
    font-family: "Roboto", sans-serif;
}
    
    
.botonenviar {
    background-color: #61A1BC;
    padding: 0.6em;
    border-radius: 3em;
    color: white; 
    text-align: center;
    padding: .7em;
    width: 35%;
    padding: .7em; 
    margin: auto;
    margin-bottom: 1.5em; 
    margin-top: .7em; 
}



/*-----------------------boton + info de catalogos */

.librocatalogo {
    position: relative; 
    margin-bottom: 0em;
}


.botones:not(:last-child){
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


.info {
    text-align: center;
    color: #2C5F72;
    background-color: #ffeaec; 
    font-size: 14px;
    padding: 0.3em;
    width: 30px;
    min-width: 5em;
    min-height: 2.3em;
    text-decoration: none;
    cursor: pointer;
    position: absolute; 
    bottom: 1.5em; 
    right: 6em;
}


.vermasinfo {
    display: none; 
}


.descripcionlibro {
    margin-top: -1em; 
    padding: .7em; 
    font-size: 75%;
    text-align: center;
    background-color: #DBEDF4; 
}

.iralibro {
    background-color: #DBEDF4; 
    text-align: center;
    padding-top: 1em; 
    padding-bottom: 4em;
    margin-bottom: 1em; 
}

.iralibro a {
    color: #2C5F72; 
}

    .infofavoritos { 
        text-align: center;
        color: #2C5F72;
        background-color: #ffeaec; 
        font-size: 14px;
        padding: 0.3em;
        width: 30px;
        min-width: 5em;
        min-height: 2.3em;
        text-decoration: none;
        cursor: pointer;
        position: absolute; 
        bottom: .5em; 
        right: 6em;
    }

  .descripcionlibrofavoritos {
        padding: .7em; 
        font-size: 75%;
        text-align: center;
        background-color: #DBEDF4; 
        margin-top: 0em; 
    }

    .iralibrofavoritos {
        text-align: center;
        margin-top: -.5em; 
        padding-top: 1em; 
        padding-bottom: 4em;
        margin-bottom: 0; 
        background-color: #DBEDF4; 
    }
    
    .iralibrofavoritos a {
        color: #2C5F72; 
    }

/*--------------------------------------títulos de distintos largos*/

.titulomuycorto {
    color:#2C5F72;
    text-align: left;
    margin: 1em 0 1.2em; 
}

.titulomuycorto::after {
content: "";
border-bottom: .2em solid; 
width: 5em;
display: block; 
padding-top: .2em;
}

.titulocorto{
    color:#2C5F72;
    text-align: left;
    margin: 1em 0 1.2em; 
}

.titulocorto::after {
content: "";
border-bottom: .2em solid; 
width: 8em;
display: block; 
padding-top: .2em;
}


.titulomedio {
    color:#2C5F72;
    text-align: left;
    margin: 1em 0 1.2em; 
}

.titulomedio::after {
content: "";
border-bottom: .2em solid; 
width: 10em;
display: block; 
padding-top: .2em;
}

.titulomediolargo{
    color:#2C5F72;
    text-align: left;
    margin: 1em 0 1.2em; 
}

.titulomediolargo::after {
content: "";
border-bottom: .2em solid; 
width: 13em;
display: block; 
padding-top: .2em;
}

.titulolargo {
    color:#2C5F72;
    text-align: left;
    margin: 1.5em 0 1em; 
}

.titulolargo::after {
content: "";
border-bottom: .2em solid; 
width: 14em;
display: block; 
padding-top: .2em;
}

.titulomuylargo{
    color:#2C5F72;
    text-align: left;
    margin: 1.5em 0 1em; 
}

.titulomuylargo::after {
content: "";
border-bottom: .2em solid; 
width: 16em;
display: block; 
padding-top: .2em;
}


/*------------------------------------------- FIN DE MOBILE FIRST */

/*----------------------------------------- empieza @media TABLET */

@media all and (min-width:768px){
    
    .headeruno {
    padding: .5em 1.5em;;
    }
    
   footer {
    padding: .5em 8em; 
    }
    
    .headerinicio img {
        max-width: 20em; 
        margin-left: 13em;
    }
    
    /*---------------------------inicio*/
    
    .introduccion h2{
        text-align: center; 
        padding: .3em;
        color: white;
        background-color: rgba(44, 95, 114, 0.86); 
        width: 10em; 
        position: relative;
        bottom: 3em;
        left: 0;
        margin: auto;
    }
    
    .introduccion {
        justify-content: center;
        
    }
    
    .introduccion img {
        max-width: 100%;
        margin-bottom: 0;
    
    }
    
    h2 {
        display: flex;
        justify-items: center;
        justify-content: center;
    }
    
    #info {
        padding-left: 3em;
        padding-right: 3em;
        padding-top: 2em;
        padding-bottom: 2em;
    }
    
    .iniciarsesion {
        margin: 1em;
        padding-left: 8em;
        padding-right: 8em;
        justify-content: center;
        
    }
    
    .registrarse {
        margin: 1em;
        padding-left: 8em;
        padding-right: 8em;
        justify-content: center;
        
    }
    
    
    #inicioilustracion {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    #inicioilustracion img {
        width: 40em;
        margin: auto; 
        margin-left: 3em;
    }

    .registro {
        margin-top: 2em;
        margin-left: 1em;
        margin-right: 1em;
    }
    
    .registro input {
        width: 100%;
    }
    
    .botonregistrarse { 
       width: 10em;
    }

    
    /*---------------------------principal*/
    
    
    .botonbibliotecas {
        width: 11em;
        margin-top: 1.5em;
    }
    
    .fotosbibliotecas {
        max-width: 100%;
        
    }
    
    .fotosbibliotecaspym {
        margin-left: .3em;
        margin-right: .3em;
    }
    
    
    #iconobibliotecas {
        margin-top: 1em;
        margin-left: 2em;
        max-width: 7em; 
    }
    
    .swiper {
        margin-left: 1em;
        margin-right: 1em;
    }
    
    .swiper-container {
        width: 750px;
    }
    
    
    .swiper-slide {
        max-width: 10em;
    }
    
    .iconoyexplicacion {
        justify-content: center;
    }
    
    .talleres {
        padding-bottom: 1em;
    }
    
    #iconotalleres{
        margin-top: 1em;
        margin-left: 2em;
        max-width: 7em; 
    }
 
    .fotostalleres {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        position: relative;
        max-width: 100%;    
    }
    
    
    .taller figcaption {
        max-width: 100%;
    }
    
    .talleres img {
        max-width: 100%
    }
    
    .botontalleres {
        width: 10em;
    }
    
    #icononosotros {
        margin-top: 1em;
        margin-left: 2em;
        max-width: 7em;
    }
    
    #infobibliotecas {
        margin-left: 1.3em;
        margin-right: 1.3em;
        padding: 1.5em;
        justify-content: center;
    
    }
    
   #delimitadorvideo {
        padding-bottom: 56.25%;
        position: relative;
        margin-left: 1em;
        margin-right: 1em;
    }
         
    
    .contenedoraslider {
        width: 46.5em;
    }
    
    #iconoycontaco {
        display: flex;
        flex-direction: row;
    }
    
    .iconoycontacto {
        margin-left: 1em;
        margin-right: 2em;
    }
    
    .iconoycontacto p {
        font-size: 60%;
    }
    
    .redes {
        margin-left: 2em;
        margin-right: 2em;
        padding-left: 2em;
        padding-right: 2em;
    }

/*--------------------------------mislibros*/
    
    

.devolver1 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly; 
    align-items: flex-end;
    position: absolute;
    right: 0em;
    bottom: 2em;
} 

.devolver2 {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly; 
    align-items: flex-end;
    position: absolute;
    right: 0em;
    bottom: 1.9em;
}
    
    .librosadevolver {
        display: flex;
        flex-direction: row;
        justify-content: center; 
        margin-bottom: -2em;
    }

    .libro1 {
        padding-right: 2em; 
        width: 27em; 
    }

    .libro2 {
        width: 25em; 
    }


    .devolver1 {
        right: 2em; 
    }

    .leyendo {
        margin: 0 1em; 
    }
    
/*-----------------------------------------*/
    
    
    .botonactividades {
        width: 13em;
        margin-top: 1.5em; 
    }
    
    .favoritos {
        margin: 0 1em; 
    }

    #formatolista {
      width: 15em;
      left: 11.5em;
    }

    #formatogaleria {
       width: 15em;
       padding-left: 6em;
       right: 12em;     
    }
     
    #formatolista2 {
      width: 15em;
      left: 11.5em;
      padding-right: 6em;
    }

    #formatogaleria2 {
       width: 15em;
       right: 12em;     
    }
    
    .formatovistalista {
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
    }
  
    .primerostres {
        width: 50%;
        margin-right: 1em; 
    }

    .segundostres {
        width: 50%; 
        margin-top: 0em; 
    }
    
    .descripcionlibrofavoritos {
        margin-top: 0em; 
    }

    .formatovistagaleria img{
        width: 14em;
    }


    .formatovistagaleria ul li {
        margin-right: 1.3em;
        margin-bottom: 1em;
    }

    
/*-------------------------------------actividades*/
    
    .atras {
        margin: 0 1em; 
    }
    
    .buscar {
        margin: 0 2em;
    }
    
    .buscar form input{
        width: 53em;
    }

    .botonbuscar {
        width: 20%; 
    }

    #actividadilustracion {
        width: 70%;
        margin: auto; 
    }

/*---------------------------------------actividadesvof*/
 
    .actividad {
        margin: 0 2em; 
    }
    
    .actividad ul {
        margin-top: 6em; 
    }

    .actividad ul li {
        width: 90%; 
        margin: auto; 
        margin-bottom: 1em; 
    }

    .actividad ul li p {
        width: 90%; 
        padding: 1em; 
        font-size: 85%; 
    }

    .actividad ul li img {
        padding-right: .7em;
    }

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


/*---------------------bibliotecas moviles*/
    
    .catalogo h3{
        margin-top: 2em;
    }
    
    .listacatalogo {
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
    }
  
    .primerostresb {
        width: 50%;
        margin-right: 1em; 
    }

    .segundostresb {
        width: 50%; 
        margin-top: 0;
    }

   .descripcionlibro {
        margin-left: 9em;
    }

    .iralibro {
        margin-left: 6.75em;
    }
    
    iframe {
        width: 100%   
    }
    
   
    
    input {
        display: flex;
        flex-direction: column;
        width: 56em;
        margin-top: 1em;
    }
    
    .botonvermas {
        width: 10em;
    }
    
    .infofechayubicacion p {
        text-align: left;
    }
    
    #bcapublicas {
        margin-left: 12em;
        width: 20em;
    }
    
    #bcamoviles {
        width: 20em;
        margin-left: 7em;
    }
    
/*---------------------bibliotecas publicas*/  
    
    .ubicacion p {
        font-size: 13pt; 
    }
    
    
    .ubicacion iframe {
        height: 15em; 
        width: 47.3em;
    }
    
    #bcapublicas2 {
        margin-left: 12em;
        width: 20em;
    }
    
    #bcamoviles2 {
        width: 20em;
        margin-left: 7em;
    }
    
    .buscarporlocalidad {
        padding-top: .5em;
    }
    
    
/*--------------------------------botón + info*/
    .descripcionlibro {
        margin-left: 0;
    }
    
    .iralibro {
        margin-left: 0;
        margin-top: -.2em;
    }  
    
/*---------------------------------talleres*/
     
    
    .objetivo p { 
        font-size: 16px; 
        padding: 0.8em;
        margin-left: 0;
    }
    
    .tallerestodos {
        padding-top: 5.5em;
    }
    
    
    .cursofotografia h5 {
        padding: .5em 0em; 
        margin-left: 5em; 
        font-size: 15px;
    }
    
     .cursofotografia h5::after {
        width: 3.5em;
    }
    
    .cursofotografia {
        width: 45em; 
        margin: auto; 
    }
    
    
   .cursofotografia img  {
       max-width: 50em;
       width: 100% 
    }
    
    
    .cuentacuentosnines h5 {
        padding: .5em 0em; 
        margin-left: 5em; 
        font-size: 15px 
    }
    
      .cuentacuentosnines h5::after {
        width: 3.5em;
    }
    
    .cuentacuentosnines {
        width: 45em; 
        margin: auto;
    }
    
   .periodista img  {
       max-width: 50em;
       width: 100% 
    }
    
    .periodista h5 {
        padding: .5em 0em; 
        margin-left: 5em; 
        font-size: 15px 
    }
    
    .periodista h5::after {
        width: 3.5em;
    }
    
    .periodista {
        width: 45em; 
        margin: auto;
        margin-bottom: 1em; 
    }
    
    
   .cuentacuentosnines img  {
       max-width: 50em;
       width: 100% 
    }
    
    .calendario {
        padding: 2em;
    }
  
    .calendario h5 {
        position: relative;
        justify-content: center; 
        font-size: 20px; 
        margin: auto;
        margin-bottom: 1em;
        }
    
    .calendario p { 
        font-size: 18px; 
    }
    
    
/*---------------------------------------ver  más talleres*/


    .datos ul {
        margin-top: 1.7em;
        margin-bottom: 1.7em;
    }

    .datos ul li {
        margin-top: 1em; 
    }
    
    .datos ul li input {
        width: 100%;
    }
 
/*--------------------------------info particular del libro*/
    
      .descripcionparticularlibro img {
        width: 100%;
    }
    
    .descripcionparticularlibro figure figcaption {
        padding-left: 1em;
        padding-right: 1em;
    }
    
    
    .interaccionlibro { 
        justify-content: space-around;
        margin: 2em;
    }
    
    .comentarios { 
        flex-direction: row;
        justify-content: center;
        margin: 2em;
    }
    
    .comentar {
        margin: 2em;
    }
    
    #textarea {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 2em;
    }
    
}
    
/*----------------------------------------- FIN DE @MEDIA TABLET*/

/*----------------------------------------- empieza @media DESKTOP */

@media all and (min-width:992px){ 
    
    .headeruno {
        display: none;
    }
    
    .headerdos {
      display: block;
      max-width: 100%;
      background-color: #2C5F72;
      color: white;
      padding: .5em 7em;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 99999999999;
    }
    
    .contenedorheaderdos {
      display: flex; 
      flex-direction: row; 
      justify-content: space-between; 
      align-items: center; 
    }
    
    .headerdos a img {
        width:  5em; 
    }
    
    .headersecciones {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly; 
    }
    
    .headersecciones a {
        color: white;
        margin-left: 2em; 
        padding: .3em;
    }
    
    .headersecciones a:hover {
        color: #2C5F72; 
        background-color: #ffeaec;
        padding: .3em;
    }
    
    .headerindex img {
    max-width: 25em;
    margin: auto; 
    }
    
    footer {
        display: none; 
    } 
    
    body {
        margin-top: 1.1em; 
        font-size: 18px;
    }
    
     .headerinicio img {
        max-width: 20em; 
        margin-left: 22em;
    }
    
    
/*---------------------------inicio y registrarse*/
    
    .introduccion h2{
        width: 15em;
    }

    
    .introduccion {
        margin-top: -1.1em;
        justify-content: center;
        
    }
    
    .introduccion img {
        max-width: 100%;
        margin-bottom: 0;
    
    }
    
    
    #info {
        padding-left: 3em;
        padding-right: 3em;
        padding-top: 2.5em;
        padding-bottom: 1.5em;
        font-size: 16px;
    }
    
    
    .iniciarsesion {
        display: block;
        padding-left: 1em;
        padding-right: 5em;
    }
    
    .iniciarsesion input {
        width: 40em;
    }
    
    .botoniniciar {
        margin-left: 0;
        width: 11em;
        margin: auto;
    }
    
    .registrarse {
       margin-left: 7em;
        margin-right: 7em;
        justify-content: center;
    }
    
    .botonregistro {
        width: 8em;
    }

    .inicio {
        display: flex;
        flex-direction: row-reverse;
    }
    
    #inicioilustracion img {
        width: 30em;
        margin-left: 0;
        padding-left: 0;
    }
    
     .registro {
        margin-top: 2em;
        margin-left: 15em;
        margin-right: 15em;
    }
    
    .registro h3 {
        margin-bottom: 2em;
    }
/*---------------------------principal*/
    
    
    .botonbibliotecas {
        width: 20%;
        margin-top: 1.5em;
    }
    
    .fotosbibliotecaspym {
        max-width: 65em;
        display: flex;
        justify-content: center;
        justify-items: center;
        flex-wrap: nowrap;
        margin-left: 7em;
        margin-right: 7em;
    }
    
    
    
    #iconobibliotecas {
        margin-top: 1em;
        margin-left: 2em;
        max-width: 7em; 
    }
    
    .swiper-slide {
        max-width: 10em;
    }
    
    .iconoyexplicacion {
        justify-content: center;
    }
    
    #iconotalleres{
        margin-top: 1em;
        margin-left: 2em;
        max-width: 7em; 
    }
 
    .talleres {
        margin-top: 3em;
        margin-bottom: 2em;
        padding-bottom: 2em;
        padding-top: 1em;
    }
    
    .fotostalleres {
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: relative;
        width: 100%;    
    }
    
    .fotostalleres figure {
        margin-right: 1em;
        width: 22em;
    }
    
    
    .taller figcaption {
       width: 100%;
    }
    
    .talleres img {
        max-width: 100%;
    }

    
    .botontalleres {
        width: 20%
    }
    
    #icononosotros {
        margin-top: 1em;
        margin-left: 2em;
        max-width: 7em;
    }
    
    #infobibliotecas {
        margin-left: 9em;
        margin-right: 9em;
        padding: 1.5em;
    }
    
    #delimitadorvideo {
        padding-bottom: 56.25%;
        position: relative;
        margin-left: 1em;
        margin-right: 1em;
        width: 35em;
    }
     
    #delimitadorvideo iframe {
        height: 22em;
    }
    
    .contenedoraslider {
        width: 35em;
        height: 20em;
        margin-top: 0;
    }
    
 
    .contenedorvideoyslider {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        margin-right: 7em;
        margin-left: 7em;
        margin-bottom: -15em;
    }
    
    .contacto {
        margin-left: 7em;
        margin-right: 7em;
    }
    
    .iconoycontacto {
        margin-left: 2em;
        margin-right: 2em;
        display: flex;
        flex-direction: row;
    }
    
    .iconoycontacto p {
        padding-bottom: 1.6em;
        padding-top: .5em;
        font-size: 16px;
    }
    
    .redes {
        padding-left: 7em;
        padding-right: 7em;
    }   
    
    .redes p{
        margin-top: 2em;
        margin-bottom: 2em;
    }
    

    
/*--------------------------------mislibros*/
    
 
    .libro1 { 
        width: 53%; 
    }

    .libro2 {
        width: 50%; 
    }


    .devolver1 {
        right: 2em; 
    }

    .leyendo {
        margin: 0 7em; 
    }
    
    .librosadevolver {
        margin: 0 10em;
    }

    .botonactividades {
        width: 13em;
        margin-top: 1.5em; 
    }
    
    .favoritos {
        margin: 0 7em; 
    }


    .librocatalogo {
        max-width: 17em; 
    }
    
    .formatovistalista {
        display: flex;
        flex-direction: column; 
        margin: 0 2em;
    }
    
    .primerostres {
        width: 100%;
    }
    
    .primerostres ul {
        display: flex;
        flex-direction: row; 
        justify-content: space-between;
    }
    
    .primerostres ul li {
        margin-left: 1em;
    }
  
    .segundostres {
        width: 100%;
    }
 
    .segundostres ul {
        display: flex;
        flex-direction: row; 
        justify-content: space-between;
        margin-top: 2em; 
    }
    
    .segundostres ul li {
        margin-left: 1em;
    }
    
     #formatolista {
      width: 25em;
      left: 12em;
    }

    #formatogaleria {
       width: 25em;
       right: 12em;     
    }

    #formatolista2 {
      width: 25em;
      left: 12em;
    }

    #formatogaleria2 {
       width: 25em;
       right: 12em;     
    }

    
    .formatovistagaleria img{
        width: 9em;
    }


    .formatovistagaleria ul li {
        margin-right: 1.3em;
        margin-bottom: 1em;
    }

    
     .descripcionlibrofavoritos {
        margin-top: 0em; 
        margin-left: 0em;
        padding: 1em; 
    }

    .iralibrofavoritos {
        margin-left: 0em;
    }
    
/*-------------------------------------actividades*/
    
    .atras {
        margin: 0 6em;
    }
    
    .buscar {
        margin: 0 7em;
    }
    
    .buscar form input {
        width: 85em;
        margin-right: 7em;
    }

    .botonbuscar {
        width: 10em; 
    }

    #actividadilustracion {
        width: 45%;
        margin: auto; 
    }

/*---------------------------------------actividadesvof*/
   
    .actividad {
        margin: 0 7em; 
    }
    
    .actividad ul {
        margin-top: 7em;
        margin-bottom: 3em;
    }
    
    .actividad ul li {
        margin-top: 2em;
    }
    
    .actividad ul li p {
        width: 90%; 
        padding: 1em; 
        font-size: 90%; 
    }

    .actividad ul li img {
        padding-right: 1em;
    }

    .botonresultado {
        width: 12em;
    }

/*--------------------------------botón + info*/
    .descripcionlibro {
        margin-left: 0;
    }
    
    .iralibro {
        margin-left: 0;
    }
    
/*--------------------------------info particular de libro*/
    
    .descripcionparticularlibro img {
        width: 100%;
    }
        
    .descripcionparticularlibro {
        flex-direction: row;
        justify-content: center;
        margin: 7em; 
        margin-top: -.9em;
        margin-bottom: 3em;
    }
    
    .interaccionlibro { 
        flex-direction: row;
        justify-content: center;
    }
    
    .comentarios { 
        flex-direction: row;
        justify-content: center;
        margin: 7em;
    }
    
    .comentar {
        margin: 7em;
        margin-top: -5em;
    }
    
    .disponible {
        margin-right: 15em;
    }
    
    .corazonfavorito {
        margin-left: 13em;
    }
    
    .puntaje {
        justify-content: center
    }
    
    .comentarios  { 
        font-size: 18px;
    }
    
    
    #textarea {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 16em;
        margin-bottom: 3em;
    }


    
 /*--------------------------------talleres*/
   
    .objetivo {
        width: 85.2em;
    }
    
    .tallerestodos {
        display: flex;
        flex-direction: row;
        width: 100%;
        padding-bottom: 2em;
    }
   
    .tallerestres ul {
        display: flex;
        flex-direction: row; 
        justify-content: space-between;
        margin-left: 6em;
    }
    
    .datos ul {
        flex-direction: column;
        margin-top: 0;
        margin-bottom: 1em;
        margin-left: 0;
    }
    
    .datos ul li {
        margin-bottom: 0;
        margin-top: 0;
    }
    
    .periodista {
        margin-bottom: 0;
        width: 22em;
    }
    
    .cuentacuentosnines {
        width: 22em;
    }
    
    .cursofotografia {
        width: 22em; 
    }
    
    .calendario {
        margin-left: 7em;
        padding-left: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
    
    .calendario article {
        margin-right: 2em;
        max-width: 20em;
    }

    .calendario h5  {
        width: 18em;
        margin: auto;
        margin-bottom: 1em;
    }
    
    
    .calendariocompleto {
        margin-right: 0;
        display: flex;
        flex-direction: row;
    }
    
    .datos ul li input {
        width: 100%;
    }
    
     /*--------------------------------------títulos de distintos largos*/

    .titulomuycorto {
        font-size: 25px;
    }

    .titulomuycorto::after {
    content: "";
    border-bottom: .25em solid; 
    width: 7em;
    }

    .titulocorto{
        font-size: 25px; 
    }

    .titulocorto::after {
    content: "";
    border-bottom: .25em solid; 
    }


    .titulomedio {
        font-size: 25px;
    }

    .titulomedio::after {
    content: "";
    border-bottom: .25em solid; 
    }

    .titulomediolargo{
        font-size: 25px;
    }

    .titulomediolargo::after {
    content: "";
    border-bottom: .25em solid; 
    }

    .titulolargo {
        font-size: 25px;
    }

    .titulolargo::after {
    content: "";
    border-bottom: .25em solid; 
    }

    .titulomuylargo{
        font-size: 25px;
    }

    .titulomuylargo::after {
    content: "";
    border-bottom: .25em solid; 
    }
    
    
    /*---------------------bibliotecas moviles*/
    
    .catalogo h3{
        margin-top: 2em;
        margin-left: 5.5em;
    }
    
    .catalogo {
        margin-right: 7em;
    }
    
    .catalogo label {
        margin-left: 7.5em;
    }
    
    .catalogo input {
        margin-left: 10.5em;
        width: 73em;
    }
    
    .listacatalogo {
        margin-top: 0;
    }

    .librocatalogo {
        margin-top: 0em;
    }
    
    .librocatalogo figcaption {
        font-size: 14px;
    }

    .segundostresb {
        margin-top: 0;
    }
  
    .listacatalogo {
        display: flex;
        flex-direction: column; 
        margin: 0 7em;
    }
    
    .primerostresb {
        width: 100%;
        margin-top: 1em;
    }
    
    .primerostresb ul {
        display: flex;
        flex-direction: row; 
        justify-content: space-between;
    }
    
    .primerostresb ul li {
        margin-left: 1em;
    }
    
    #antologiafantastica  {
        font-size: 14px;
    } 
    
    .segundostresb {
        width: 100%;
    }
 
    .segundostresb ul {
        display: flex;
        flex-direction: row; 
        justify-content: space-between;
        margin-top: 2em; 
    }
    
    .segundostresb ul li {
        margin-left: 1em;
    }
    
    
    .tipobiblioteca {
        margin-top: 1.5em;
    }
    
    #bcamoviles {
        width: 20em;
        margin-left: 20em;
    }
    
    #bcapublicas {
        margin-left: 28em;
        width: 20em;
    }
    
    
    .botonvermas {
        width: 10em;
    }
    
    .infofechayubicacion {
        margin-left: 7em;
        margin-right: 7em;
    }
    
    
    
   .infofechayubicacion iframe {
        width: 70em;
        height: 18em;
    }
    
/*---------------------bibliotecas publicas*/  
    
    #bcamoviles2 {
        width: 20em;
        margin-left: 20em;
    }
    
    #bcapublicas2 {
        margin-left: 28em;
        width: 20em;
    }
    
    .buscarporlocalidad {
        padding-top: .5em;
        margin-left: 7em;
        margin-right: 7em;
    }
    
    .buscarporlocalidad input {
        width: 100%;
    }
    
    .mapabcamoviles iframe {
        margin-left: 7em;
        margin-right: 7em;
        width: 62em;
        height: 25em;
    }
    
    .ubicacion p {
        font-size: 13pt; 
    }
    
    .swiper h3 {
        margin-left: 6em;
    }
    
    .ubicacion {
        margin-left: 7em;
        margin-right: 7em;
    }
    
    .ubicacion iframe {
        height: 20em;
        width: 100%;
    }
    
}
    
    
    
    
    













