@import url('http://fonts.cdnfonts.com/css/sofia-pro?styles=17636,17637,17630,17640,17631,17641,17632,17633,17634,17635,17638,17639,17628,17629,17626,17627');

/*----UNIVERSALES*/
*{
    box-sizing: border-box;
    padding: 0;
    border: 0;
    margin: 0;
    font-family: 'Sofia Pro', sans-serif;
}

a {
    text-decoration: none;
}
ul {
    list-style: none;
    padding:0;
}
.rojo {
    background-color: #d6364a;
}
.amarillo {
    background-color: #ec9c05;
}
.celeste {
    background-color: #0098bc;
}
.verde {
    background-color: #47b687;
}
.gris {
    background-color:gray;
}
.sinfondo {
    border-bottom: solid black thin;
    border-top: solid black thin;
}
.textorojo {
    color: #d6364a;
}
.textoamarillo {
    color: #ec9c05;
    border-style: solid;
}
.textoceleste {
    color: #0098bc;
}
.textoverde {
    color: #47b687;
}
/*----UNIVERSALES*/

/*----HEADER*/
header {
    background-color: white;
    padding: 2em 1em 1em 1em;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.10);
    position: sticky;
    top: 0;
    z-index: 9999;
}

#titulo {
    max-width: 50%;
}

#logo {
    display: flex;
    flex-wrap: wrap;
    color: black;
}
#logo a img{
    max-width:2rem;
    margin: 0 1rem 0 0 ;
}

#iconosheader {
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#buscador {
    margin: 0 1rem 0 0;
}

#menu-btn {
    display: none;
}
header label:hover {
    cursor: pointer;
    background-color: #d6364a;
}
.menu {
    position:fixed;
    right: -100%;
    transition: 0.5s;
    background: white;
    z-index: 9998;
    top: 74px;
    text-align: center;
    width: 100%;
    height: 100%;
    
}
.menu li{
    display: block;
    text-align: center;
    margin: 2rem 0;
    
}
.menu li a {
    font-size: 18px;
}
.hovrojo {
    border-bottom: solid #d6364a 0.1rem;
    color: #d6364a;
}
.hovverde {
    border-bottom: solid #47b687 0.1rem;
    color: #47b687;
}
.hovama {
    border-bottom: solid #ec9c05 0.1rem;
    color: #ec9c05;
}
.hovazul {
    border-bottom: solid #0098bc 0.1rem;
    color: #0098bc;
}

#menu-btn:checked ~ .menu{
    right: 0;
}
/*----HEADER*/

/*----CONSTANTES PARA TODOS LOS HTML*/
.boton {
    background-color: white;
    padding: 0.5em 1em 0.5em 1em;
    font-weight:400;
}
.titulos-secciones{
    display:flex;
    justify-content: space-between;
    padding: 1em 2em 1em 2em;
    color: white;

}
.titulos-secciones2{
    text-align: center;
    padding: 1em 2em 1em 2em;
    color: white;

}
.titulos-secciones img {
    width: 130%;
}

h1 {
    /*titulos de las secciones*/
   font-size: 20px;
   border-style: solid;
   border-color: black;
}
h2 {
    /*titulos de destacados*/
    font-size: 18px;
}
h3 {
    /*titulos secundarios (scrolls y esas cosas), subtitulos de destacados*/
    font-size: 14px;
}
h4 {
    /*no lo se pero por si necesitamos alguno, podria ser para autores siempre ponele*/
    font-style: italic;
    font-size: 12px;
    padding-bottom: 1rem;
}
h5 {
    /*las descargas y eso minimo de abajo*/
    font-style: italic;
    font-size: 12px;
}
h10 {
    font-weight:900;
}
/*----FIN CONSTANTES PARA TODOS LOS HTML*/

/*----CAROUSEL INICIO*/
.carousel {
    position: relative;
}
.carousel__item {
    display: none;
}
.carousel__item--selected {
    display: block;
}
.carousel__nav {
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 20px 0;
    bottom: 0;
    left: 0;
}
.carousel__button {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}
.carousel__button--selected {
    background: rgba(255, 255, 255, 1);
}
video {
    width: 100%;
    height: auto;
}
/*.video {
    width: 100%;
    height: 0;
    padding-bottom: 51.45%;
    position: relative;
}
.video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}*/
/*----FIN DE CAROUSEL*/

/*----MAIN*/
.mapa {
    width: 100%;
    height: 400px;
    position: relative;
}
.mapa iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.portada #bibliotecasmoviles {
    color:white;
    position: absolute;
    top:20px;
    margin: 0 0 0 1.3em;
    font-weight: 500;
}
.portada #lonuevo {
    color:white;
    position: absolute;
    margin: 0 0 0 1.3em;
    top:130px;
    font-weight: 200;
}
.portada figure figcaption{
    font-size: x-large
}
.portada #lonuevo p {
    font-weight: 500;
}
.scroll {
    display:flex;
    overflow-x: scroll;
}
.libroindividual figure{
    width: 100%;
}
.libroindividual figure img{
    max-height: 15rem;
}

.libroindividual figure figcaption{
    padding: 0.5rem;
}

.libroindividual a{
    color: black;
}
.libroindividual {
    background-color: white;
}



.foros {
    display:flex;
    flex-wrap:wrap;    
}
.foroindividual {
    padding: 2rem;
    width: 50%;
}
.forosconjunto {
    display: flex;
    flex-wrap: nowrap;
}
.foroindividual a{
    color: black;
}
.foroindividual a:hover {
    color:#d6364a ;
}
.forosoloescritorio {
    width: 100%;
    display: flex;
    border-radius: 1em;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.10);
    margin: 0 0 0 1.5em;
    margin-top: 1.5rem;
    margin-right: 1.5rem;
}
.forosoloescritorio .foroindividual {
    width: 70%;
}
.forosoloescritorio .foroindividual a {
    color: white;
}
.forosoloescritorio .foroindividual a:hover {
    color: #d6364a;
}
.forosoloescritorio .foroindividual h5 {
    margin:0 0 1em 0;
}

/*FOOTER*/
footer {
    padding: 2rem;
    color: white;
}
footer div{
    padding-bottom: 1rem; 
}

.quienessomos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
}
footer div ul {
    padding-top:1rem ;
    display: flex;
    flex-wrap: wrap;
}
footer div ul li a img {
    margin-right: 1rem;
    width: 35px;
}
/*FIN DE FOOTER*/

/*MAIN LIBRO.HTML*/
.portada img{
    width: 100%;
    margin: auto;
}
.titulos {
    font-weight:400;
}
.portada figure {
    position: relative;
}
.portada #titulolibro {
    color: white;
    background-color:#d6364a;
    font-size:x-large;
    position: absolute;
    top: 50%;
    margin: 0 0 0 1em;
    font-weight:500;
}
.cuerpolibro{
    background-color:#d6364a;
}
.ficha {
    padding: 2em 1.5em 1em 1.5em;
    color:white;
}
.tituloficha {
    border-bottom: white solid thin;
    padding: 0 0 0.5em 0;
}
.texto {
    padding: 1em 0 1.5em 0;
    font-weight: 200;
    font-size: small;
    line-height: 1.2rem;
}
.fichatexto {
    padding:1em 0 1.5em 0;
    font-size: small;
}
.genero {
    display: flex;
    margin: 0 0 1em 0;
}
.genero p {
    margin:0 0 0 1em;
    font-weight: 200;
}
.tema {
    display: flex;
    margin: 0 0 1em 0;
}
.tema p {
    margin:0 0 0 1.9em;
    font-weight: 200;
}
.editorial {
    display: flex;
    margin: 0 0 1em 0;
}
.editorial p {
    margin:0 0 0 0.6em;
    font-weight: 200;
}
.pais {
    display: flex;
    margin: 0 0 1em 0;
}
.pais p {
    margin:0 0 0 2.4em;
    font-weight: 200;
}
.botoneslibro nav ul {
    display: flex;
    justify-content: space-between;
    padding:0 1.5em 2em 1.5em;
}
.botoneslibro nav ul li a {
    color:black;
    background-color: white;
    padding: 0.5em 1em 0.5em 1em;
    font-weight:400;
}
/*MAIN LIBRO.HTML FIN*/

/*MAIN LIBROABIERTO.HTML*/
/*es el header de libro.html*/
.libroabierto {
    background-color: #d6364a;
    padding: 1em;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0 4px 2px rgba(0, 0, 0, 0.10);
    position: sticky;
    top: 0;
    z-index: 9999;
}
#tituloheader {
    color:white;
    margin: auto;
}
#flechavolver img {
    max-width:2rem;
}
/*fin del header*/
.headercapitulo {
    display: flex;
    padding: 1em;
    border-bottom: solid thin black;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    background-color: white;
}
.numerodepagina {
    font-size: larger;
}
.numerodepagina p {
    font-weight:lighter;
}
.numerodepagina p span {
    font-weight: 700;
}
.numerodecapitulo {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between;
}
.backpagina img {
    max-width: 1.2rem;
}
.capitulo {
    margin:0 1em 0 1em;
}
.capitulo h2 {
    font-weight: 200;
    font-size:larger;
}
.cuerpotexto {
    display: flex;
}
.numeraciontexto {
    margin:6.3em 0 5em 0.5em;
    font-weight: lighter;
}
.textolibro {
    margin:3em 1em 5em 1em;
    z-index: -1000;
}
.textolibro .prologo {
    text-align: center;
    margin: 0 0 2em 0;
}
.textolibro p {
    margin: 0.5em 0 0 0;
}
.botonopciones {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 9950;
}
.botonopciones img {
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.80);
    width: 3rem;
    border-radius: 5em;
}
.botonopciones label img:hover {
    transform: rotate(45deg);
}
#option-btn {
    display: none;
}
.botonopciones nav {
    position:relative;
}
.option {
    position:fixed;
    right: -100%;
    transition: 0.5s;
    z-index: 9998;
    top: 400px;
    width:85%;
}
.option li{
    display: block;
    text-align: left;
    margin: 1em 0 0 6.5em;
    background-color: white;
    padding: 0.7em 0 0.7em 0;
    width: 65%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.20);
    border-radius: 2em;
}
.option li:hover {
    background-color: #d6364a;
}
.option li a {
    font-size: 20px;
    color:#d6364a;
    font-weight:350;
    margin: 0 0 0 2em;
}
.option li a:hover {
    color: white;
}

.option figure {
    position: fixed;
}
#option-btn:checked ~ .option{
    right: 0;
}

/*FIN MAIN LIBROABIERTO.HTML*/

/*MAIN SUBRAYAR.HTML*/
.subrayar img{
    transform: rotate(45deg);
}
.resumen {
    position:fixed;
    right: 0;
    z-index: 9000;
    top: 624px;
    width:85%;
}
.resumen li {
    text-align: center;
    background-color:white;
    width: 58%;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.20);
    padding:0.7em 0 0.7em 0;
    margin: 0 0 0 5em;
    border-radius: 2em;
}
.resumen li:hover {
    background-color: #d6364a;
}
.resumen li a {
    color:#d6364a;
}
.resumen li a:hover {
    color:white;
}
.textolibro span {
    background-color: yellow;
}
/*FIN MAIN SUBRAYAR.HTML*/


/*MAIN DICCIONARIO.HTML*/
.textolibro em {
    background-color:#d6364e;
}
/*FIN MAIN DICCIONARIO.HTML*/

/*MAIN BUSCARPALABRA.HTML*/
.headercapitulo .simulacro {
    color:dimgray;
    font-size:large;
    margin: 0 0 0 1em;
    border-bottom: dimgray solid thin;
    width: 90%;
}
/*FIN MAIN BUSCARPALABRA.HTML*/

/*MAIN INICIARSESION.HTML*/
.cuenta {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin:3em 0 0 0;
}
.cuenta .campodetexto {
    padding: 1em 5em 1em 5em;
    width: 100%;
}
.cuenta .campodetexto h3 {
    margin:0 0 0.5em 1.2em;
}
.campodetexto .simulacro {
    color:dimgray;
    font-size:large;
    margin: 0 0 0 1em;
    border-bottom: dimgray solid thin;
    width: 90%;
}
.botonsesion {
    margin:2em 0 0 0;
}
.botonsesion nav ul {
    display: flex;
    justify-content: space-between;
    padding:0 1.5em 2em 1.5em;
}
.botonsesion nav ul li a {
    box-shadow: rgba(0, 0, 0, 0.10);
    color:white;
    background-color:#d6364e;
    padding: 0.5em 1em 0.5em 1em;
    font-weight:400;
}
.botonsesion nav ul li a:hover {
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.10);
    color: black;
}
/*FIN MAIN INICIARSESION.HTML*/

/*MAIN CATALOGO, FOROS Y ACTIVIDADES.HTML*/
.destacado figure{
    display:flex;
    justify-content: space-between;
}
#imgdestacado {
    max-width: 50%;
    height: auto;
}
#imgforo {
    max-width: 50%;
}
.destacado figure figcaption{
    padding: 2em 2em 2em 2em;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
}
.destacado figure figcaption div p{
    font-size: 10
}
.libroindividual figure figcaption div {
    display:flex;
}
.libroindividual figure figcaption div h5{
    margin-right: 0.5rem;
}
.menufiltro {
    position:fixed;
    right: -100%;
    transition: 0.5s;
    background: #d6364e;
    z-index: 9998;
    top: 135px;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 50%;    
}
.menufiltro li{
    text-align: left;
    color: white;
    font-size: 18px;
    padding-bottom: 1rem;
}

#menufiltro-btn:checked ~ .menufiltro{
    right: 0;
}
#menufiltro-btn {
    display: none;
}

/*FIN CATALOGO.HTML*/
/*MAPA.HTML*/
.mapassec {
    display: flex;   
}
.mapaprin {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}
.mapaprin iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mapita {
    position: relative;
    width: 50%;
    text-align: center;
}
.mapita h2{
    padding: 1rem;
}
.mapita figure img{
    width: 100%;
}
.mapita figure a{
    position: absolute;
    width: 40px;
    height: auto;
    top: 45%;
    left: 45%;
}
/*FIN mapa.HTML*/
/*MAIN MIPERFIL.HTML*/
.fichapersonal {
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
}
.fichapersonal img {
    width: 45%;
    height: auto;
}
.fichamail span {
    font-size: larger;
    font-weight:700;
}
.fichamail .fechacumple {
    margin:1.5em 0 0 0;
}

/*FIN MAIN MIPERFIL.HTML*/


/*MAIN QUIENESSOMOS.HTML*/
.acumar {
    background-color: gray;
}
#quienessomos {
    margin: auto;
}
.textoacumar {
    padding: 1em 2em 1em 2em;
    color: white;
}
.textoacumar span {
    font-weight: 700;
}
.textoacumar p{
    margin:1em 0 0 0;
    font-weight: 200;
    line-height: 1.5rem;
}
.secundario figure {
    margin:1em 0 0 0;
}
.secundario figure img{
    max-width: 100%;
}
.principio div {
    margin:1em 0 0 0;
}
/*FIN QUIENESSOMOS.HTML*/

/*----FIN DE MAIN*/

/*RESPONSIVEEEEEE*/ 
@media screen and (min-width: 1200px) {

#titulo{
    color: rgb(27, 27, 27);
    max-width: 100%;
    font-size: x-large;
}

/*chau boton menu*/
.menu {
    position: sticky;
    right: 0;
    top:30px;
    background: none;
    display: flex;
    justify-content: flex-end;
    margin-right: 40PX;
}

.menu li {
    margin: 0 1em 0 1em;
}
.menu li a {
    color:black;
}
.hovrojo, .hovverde, .hovama, .hovazul {
    color: black;
    border-bottom: none;
}
.hovrojo.active, .hovrojo:hover {
    color: #d6364a;
}
.hovama.active, .hovama:hover {
    color: #ec9c05;
}
.hovazul.active, .hovazul:hover {
    color: #0098bc;
}
.hovverde.active, .hovverde:hover {
    color: #47b687;
}


header div label {
    display: none;
}
header{
    padding: 2em 5em 1em 5em;
}

/*mapa.html*/
.mapas {
    padding-left: 5rem;
    padding-right: 5rem; 
}
.mapaprin {
    width: 66%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}
.mapaprin iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mapas {
    display: flex;
    flex-wrap: wrap;
}
.mapassec {
    display: block;
    width: 33%;
    padding-left: 2rem; 
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.mapita {
    position: relative;
    width: 100%;
    text-align: center;
}
/*fin mapa.html*/

/*ajustes de padding y tamaños*/
footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 5rem;
    padding-right: 5rem;
}
footer div{
    width: 20%;
}
h1 {
    /*titulos de las secciones*/
   font-size: 24px;
}
h3 {
    /*titulos de las secciones*/
   font-size: 20px;
}
.titulos-secciones{
    padding: 1em 5em 1em 5em;

}
.titulos-secciones2{
    padding: 1em 5em 1em 5em;

}
.seccion{
    padding: 0em 5em 0em 5em;
}
.portada figure figcaption {
    padding: 2em 0em 0em 0.6em;
    font-size: 40px;
}
.scroll{
    padding: 0em 5em 0em 5em;
}
#contenedora{
    padding: 0em 5em 0em 5em;
    display: flex;
    flex-wrap: wrap;
}

.libroindividual figure img{
    max-height: 20rem;
}

.libroindividual {
    padding-top: 2rem;
    padding-right: 3rem;
    padding-bottom: 2rem;
}
.destacada a{
    color: #d6364e;
}
.destacada a h5 {
    margin:0 0 0.5em 0;
}
.menufiltro {
    position:fixed;
    right: -100%;
    transition: 0.5s;
    background: #d6364e;
    z-index: 9998;
    top: 135px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    width: 25%; 
}
.menufiltro li{
    font-size: x-large;
}

.actividades {
    padding: 2em 3em 2em 3em;
    display: flex;
    justify-content: space-around;
}

.foros {
    padding: 2em 3em 2em 3em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.foroindividual {
    padding: 2rem;
    
}
.forosoloescritorio {
    width: 50;
    margin-top: 0rem;
    margin-right: 0rem;
}

#imgdestacado {
    max-width: max-content;
    height: 15rem;
}
#imgforo {
    max-width: 20%;
}
.contenedora {
    display: flex;
}
.destacado figure figcaption{
    padding: 0em 2em 0em 2em;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
}
.destacado {
    padding-right: 3rem;
}
video {
    width: 100%;
    height: 500px;
}
/*.video {
    width: 100%;
    height: 0;
    padding-bottom: 33.33%;
    position: relative;
}*/
/*responsive libroabierto.html*/
.muchotexto{
    padding-left: 15rem;
    padding-right: 15rem;
}
/*FIN responsive libroabierto.html*/

/*responsive libro.html*/
.portada #titulolibro{
    margin-top: 0px;
    margin-left: 5rem;
    padding-top: 0rem;
}
.ficha {
    padding-right: 5rem;
    padding-left: 5rem;
    display: flex;
    justify-content: left;
}
.sinopsis {
    width: 50%;
    padding-right: 5rem ;
}
.botoneslibro {
    padding-right: 3.5rem;
    padding-left: 3.5rem;
}

.botoneslibro nav ul {
    justify-content: left;
}
.botoneslibro nav ul li {
    padding-right:2rem ;
}
/*FIN responsive libro.html*/

/*responsive miperfil.html*/
.contenedoraficha {
    display: flex;
    justify-content:space-between;
    align-items: flex-start;
}
.fichapersonal {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin: 1em 0 0 3em;
    width: 90%;
}
.fichapersonal img {
    width: 35%;
    height: auto;
}
.opcionesmiperfil {
    display: flex;
    flex-direction: column;
    margin: 1em 3em 0 2em;
    width: 60%;
}
.opcionesmiperfil .titulos-secciones {
    padding: 1em 0.5em 1em 0.5em;
}
.opcionesmiperfil .titulos-secciones h1 {
    margin: 0 5em 0 0;
    font-size: larger;
}
.fichamail {
    font-size: larger;
}
.fichamail .fechacumple {
    margin:2.5em 0 0 0;
}

/*fin responsive miperfil.html*/

/*responsive quienessomos.html*/
.principio {
    display: flex;
    justify-content: flex-start;
    margin: 0 3em 0 3em;
}
.principio .portada {
    width: 350%;
}
.principio div {
    margin:0 0 0 2em;
}
.secundario {
    display:flex;
    justify-content: flex-start;
    margin: 0 3em 0 3em;
}
.secundario figure {
    width: 550%;
}
.secundario p {
    margin:1em 2em 0 0;
}

.destacado figure figcaption{
    padding: 3em 2em 2em 2em;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 100%;
}

/* fin responsive quienessomos.html*/

/*responsive iniciarsesion.html*/
.cuenta .campodetexto {
    padding: 1em 5em 1em 5em;
    width: 50%;
}
.cuenta .campodetexto h3 {
    margin:0 0 0.5em 0.8em;
}
/*fin responsive iniciarsesion.html*/









}