@charset "utf-8";


* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    text-decoration: none;
}



}

header {
    max-width: 100%;
    background-color: #2C5F72;
    color: white;
    padding: .5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*  position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999; */
}


body {
    background-color: #ffffff;
    font-family: Montserrat;
    padding-bottom: 4em;
    padding-top: 4em;
    
}



.ctitulos {

    padding: 1.2em 1em 0.2em 1em;
    color: #f56336;
    font-weight: 900;
    margin: auto;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(245, 99, 54, 0.52);


}



h4,
.subir {
    display: flex;
    align-items: center;
}


.contenedor {
    max-width: 100%;
    margin: 0 auto;
    padding: 1em;
    background-image: linear-gradient(#d2462d, #f56336)
}

header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    
}

header .contenedor {

    display: flex;

    justify-content: space-between;

    align-items: center;
    height: 4em;
}



header nav {
    color: white;
}

#menu a {
    padding: .5em 1em;
    text-decoration: none;
    display: flex;
    justify-content: left;
    align-items: center;
    justify-items: left;
    color: white;
    width: 15em;
}

#menu i {
    margin: 0.5em;
    margin-left: 1em
}

header nav .visible a {
    justify-content: flex-start;
    padding: 1em 0 1em 50%;
    color: white;
}

header nav a:hover {
    color: white;
}

#llamamenu {
    background-color: rgba(0, 0, 0, 0);
    color: white;
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    position: relative;
    z-index: 9999;
}


#llamasearch {
    height: 2.5em;
    width: 2.5em
}

#llamamenu i {
    padding: 0;
    margin: auto;
    font-size: 1.5em
}



header nav ul {
    background-color: rgba(0, 0, 0, 0.25);
    position: fixed;
    left: 0;
    right: 10;
    top: -100%;
    height: 100vh;
    z-index: 9990;
    padding-top: 5em;
    padding-right: em;
    transition: all .5s ease;

}

.visible {
    background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    transition: all .25s ease;
}

.paraLinks {
    height: 5em;
    width: 100%;
}

.subir {
    text-decoration: none;
    color: darkcyan;
    font-weight: bold;
    padding: 1.5em 0;
}

.subir:hover {
    text-decoration: underline;
}



.explorar {
    background-image: linear-gradient(#d2462d, #f56336);
    box-shadow: 0 .15em .1em rgba(0, 0, 0, .215);
    color: white;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 4rem;

    /* para salir del "flujo de información" del fondo 
    y colocase en una capa superior fija */
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

.explorar > a {
    margin: auto;
    padding: 0;
    font-size: 1.5rem;
}





.contenedor-scroll {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    margin-left: -1.2em;
    margin-right: -1.2em;
}


}

.contenedor-scroll {
    overflow-x: visible;
    flex-wrap: wrap;

}



.contenedor-scroll2 {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    margin-left: -1.2em;
    margin-right: -1.2em;
}




.material-icons {
    font-family: 'Material Icons';
    color: #ffffff;
    margin: auto;
}


.recuadros-actividades {
    position: relative;
    margin-left: 1em;

}

.recuadros-actividades article {
    background-color: silver;
    width: 250px;
    height: 200px;
    border-radius: 2em;
    overflow: hidden;
    margin: 1em;

}

.recuadros-actividades img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: em;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}


.recuadros-actividades article div {
    position: absolute;
    z-index: 2;
    bottom: 3em;
    left: 2.5em;
    color: white;
    text-align: left;
}

/* Capa de transparencia recuadros */
.recuadros-actividades figure::before {
    content: "";
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8422018348623853) 90%, rgba(0, 0, 0, 0.8) 100%);
    ;
    position: absolute;
    border-radius: 2em;
    z-index: 1;
}

.recuadros-actividades figure:hover::before {
    content: "";
    top: 1em;
    bottom: 1em;
    left: 1em;
    right: 1em;
    background-color: rgba(240, 88, 56, 0.8);
    position: absolute;
    z-index: 2;
    border-radius: 2em;


}

.recomendaciondelibros {

    padding: 1.5em 1em 0 1em;
    color: #f56336;
    font-weight: 700;
    max-width: 25em;
}


.textoadentrorecuadro {

    color: #ffffff;
    font-weight: 400;
    width: 100%;
    margin-bottom: 0.3em;
    font-size: 1em;
}


.text {

    color: #ffffff;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 0.7em;
}

h3 span {
    font-weight: i
}

hr {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    background-color: #f56336;
    margin-top: 0.2em;

}


#hrinicio {
    width: 300px;
    height: 5px;
    background-color: #f56336;
    margin: 0 auto;
    margin-bottom: 1em;


}


/*Inicio*/


h1 {
    padding: 0.6em 0 0.2em;
    font-size: 1.7em;
    font-weight: 900;
    color: #f56336;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(245, 99, 54, 0.52);

}

header img {
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;


}

#perfillibro {
    max-width: 100%;
    margin: auto;
    text-align: center;
    border-radius: 100
}

.inicio {
    color: #ff723e;
    text-align: center;
}


.parrafo {
    color: #ff4500;
    text-align: center;
    padding: 0.5em 2em 2em 2em;
    width: 90%;
    margin: auto;
    font-size: 14.5px;
}

.parrafoq {
    color: #ff4500;
    text-align: center;
    padding: 0.5em 1em 2em 1em;
    width: 90%;
    margin: auto;
    font-size: 14.5px;
}

#boton {
    background: linear-gradient(#d2462d, #f56336);
    border-radius: 30px;
    padding: 15px 15px;
    text-align: center;
    margin: auto;
    margin-top: 0.5em;
    position: relative;
    width: 40%;
    text-decoration: none;
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    box-shadow: 1px 1px 20px rgba(245, 99, 54, 0.52);




}


#botonfav {
    background: linear-gradient(#d2462d, #f56336);
    border-radius: 30px;
    padding: 15px 15px;
    text-align: center;
    margin: auto;
    margin-top: 3em;
    position: relative;
    width: 40%;
    text-decoration: none;
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    box-shadow: 1px 1px 20px rgba(245, 99, 54, 0.52);

}

#botonfav a {
    color: white;
}


#boton a {
    color: white;
}

.bodyfondo {
    background: linear-gradient(rgba(253, 221, 201, 0.88), rgba(244, 164, 96, 0.85));
    min-height: 100vh;
}

#puente {
    max-width: 100%;
    margin: auto;
    text-align: center;
}



/*Registrate*/

#registrate {
    color: #ff4500;
    background: linear-gradient(#fdddc9, #f4a460);
    padding: 5em 0;
}

#registrate h1 {
    margin-bottom: 0.4em;

}

#registrate p {
    margin-top: -1em;

}

.datos {
    color: darkgray;
    text-transform: uppercase;
    margin-top: 3em;
}

.datos h3 {
    text-align: center;
    margin: 1em 0 0.5em;
    font-size: 10px;
}




.datos div input {
    background-color: bisque;
    border: none;
    border-radius: 5em;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 1em;
    position: relative;
    max-width: 100%;
    font-size: 18px;
    border-color: rgba(245, 99, 54, 0.12);
    border-style: solid
}


#boton a {
    color: white;
}

#registratetodo {
    text-align: center;
}

#ingresa {
    margin: 0.5em 1em;
}

#ingresa p {
    margin: 0.5em;
    font-size: 11px;
    color: #ff723e;
}

#ingresa a {
    font-size: 5e;
    color: #ff723e;

}



/*Youbook*/




iframe {
    max-width: 100%;

}

#youbookbody {
    background-color: #ffffff;
}




#youbook h1 {
    color: #f56336;
    text-align: center;
    border-bottom: .4rem solid #f56336;
    padding: 0.5em;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;

}

#contenedor iframe {
    position: absolute;
    width: 350px;
    height: 300px;
    border-radius: 2em;
    position: relative;
    margin-left: 1em;
    max-width: 60rem;
    padding: 1em;
    background-image: lineaEr-gradient(#000000, #000000);
}

.contenedor-scroll {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    margin-left: -1.2em;
    margin-right: -1.2em;
}

}

.contenedor-scroll {
    overflow-x: visible;
    flex-wrap: wrap;

}



.contenedor-scroll2 {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    margin-left: -1.2em;
    margin-right: -1.2em;
}

#hryoubook {
    width: 250px;
    margin-top: 0.2em;
}

.ctitulosyoubook {

    padding: 0.6em 1em 0em 1em;
    color: #f56336;
    font-weight: 900;
    margin: auto;
    font-size: 3em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(245, 99, 54, 0.52);


}

/*Libros Digitales*/
#hrlibrosdigitales {
    width: 300px;
    margin-bottom: 1.5em;
    margin-top: 0.2em;
}


.ctituloslibros {

    padding: 1.2em 0.5em 0.2em;
    color: #f56336;
    font-weight: 900;
    margin: auto;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(245, 99, 54, 0.52);


}


.ctituloslibrosd {

    padding: 1.2em 0em 0.2em;
    color: #f56336;
    font-weight: 900;
    margin: auto;
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(245, 99, 54, 0.52);


}

.hrlibros {
    margin-top: 0
}

.recomendaciondelibrosbusqueda {

    padding: 0 1em;
    color: #f56336;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


#busquedaavanzada {
    text-align: center;
}



.datosb {
    color: darkgray;
    text-transform: uppercase;
    margin-top: 1em;
}

.datosb h3 {
    text-align: center;
    margin: 1em 0 0.5em;
    font-size: 10px;
}




.datosb div input {
    background-color: bisque;
    border: none;
    border-radius: 5em;
    padding: 10px 20px;
    text-align: left;
    margin-bottom: 0.5em;
    position: relative;
    max-width: 100%;
    font-size: 15px;
}




/*Descripción Libro*/



.descripcionlibro {
    padding-top: 2em;
    padding-right: 1.5em;
    padding-bottom: 2em;
    font-size: 18px;
    line-height: 23px;
    text-align: left;

}

#titulos_slider3 H3 {


    color: #000000;
    padding-right: 1.5em;
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7em;
    margin: auto;



}


#titulos_slider3 p {

    color: #000000;
    font-size: 1em;
    padding-right: 1.5em;
    text-align: left;



}

#titulos_slider3 h2 {
    padding: 0.4em 1.5em 0 0;
    color: #f56336;
    font-weight: 700;
    max-width: 25em;


}


#kentu {
    width: 100%;
}

.margenes {
    padding-left: 1.5em;
    margin-top: 2em
}

#botones {
    display: flex;
    justify-content: space-between;

}

/*Comentarios*/

p {
    font-size: 90%;
    font-weight: normal;
    line-height: 24px;
}



.cta-btn {
    background: linear-gradient(#d2462d, #f56336);
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 15px 35px;
    transition: 0.5s 0.2s;
    border-radius: 30px;
    font-weight: bold;
    font-size: .8em;
    text-transform: uppercase;
    box-shadow: 1px 1px 20px rgba(116, 25, 196, 0.44);
    /* color: rgba(136, 17, 222, 0.47); */
    cursor: pointer;
}

.cta-btn:hover {
    color: #dbdbdb;
    box-shadow: 1px 1px 25px rgba(107, 15, 186, 0.44);
    background: linear-gradient(
            /*45deg ,*/
            #242bb9, #6b17d8);
    cursor: pointer;
}

button {
    margin: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
}

#grab-art {
    padding: 2% 5% 10% 5%;
    align-content: center;
    justify-content: center;
    text-align: center;
}

#grab-art .section-title {
    position: relative;
    padding-bottom: 8%;
}


.meet {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 0 2em;
}

.meet div {
    text-align: left;
    padding: 0 0.5em
}

.meet h4 {
    margin: 0.5em 0
}

.meet img {
    width: 8em;
}



.comentario1 {
    padding: 4% 5% 3% 5%;
    margin: 3%;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #f2f2f2;
    border-radius: 25px;
    background-color: #f2f2f2;
}

.comentario1 i {
    color: rgb(245, 99, 54);
}

.comentario2 i {
    color: #f56336;
}

.comentario1 p {
    text-align: left;
}

.persona {
    display: flex;
    flex-direction: row;
}

.persona p {

    margin-bottom: auto;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: bold;
    padding: 3%;
    color: #404040;
}

.persona img {
    width: 18%;
    height: 18%;
    border-radius: 100%;
    margin: 0 0 1em;
}

.comentario2 {
    padding: 4% 5% 3% 5%;
    margin: 3%;
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #f2f2f2;
    border-radius: 25px;
    background-color: #f2f2f2;
}


.comentario2 p {
    text-align: left;
}

.comentariomio {
    padding: 4% 5% 3% 5%;
    margin: 3%;
    display: flex;
    flex-direction: column;
    border: 2px solid #f2f2f2;
    border-radius: 25px;
    background-color: #f2f2f2;

}

.comentariomio form textarea {
    width: 95%;
    height: 10vh;
    margin-bottom: 5%;
    padding: 2%;
    border-radius: 8px;
    font-family: Montserrat;
}

.comentariomio button {
    width: 50%;
    margin: auto;
    padding: 5%;
}


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


/* Intereses */

.intereses {
    text-align: center;
    padding: 1em;
}


#completa h1 {
    color: #ff723e;
    text-transform: uppercase;
    margin: auto;
    max-width: 100%;
    padding: 1em 0 0
}

#completa p {
    color: #ff723e;
    margin-top: inherit;
    width: auto;
    margin: 1em 2em 2em
}


#contenido {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(80px, auto);
    grid-column-gap: 10px;
    overflow: hidden;

}

#contenido label {
    cursor: pointer;
    border-radius: 1em;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    line-height: 1.4em;
    font-weight: 600;
}

input[type=checkbox] {
    visibility: hidden;
    width: 100%;
}

label {
    font-family: montserrat;
    color: whitesmoke;
}


#intereses {
    margin-bottom: 1em;
    background-color: #ff723e;
    border-radius: 1em;
    max-width: 100%;
    list-style: none;
    box-shadow: 4px 4px 10px rgba(245, 99, 54, 0.52);
    position: relative;
}


#contenido input[type=checkbox]:checked + label {
    background-color: #ffb58a;
    color:black;
}



/*Desktop*/
@media (min-width: 60em){
    
    #registrate {
    color: #ff4500;
    background: linear-gradient(#fdddc9, #f4a460);
}

    body{
        padding-top: 5em;
    }
    
    .parrafoq{
        width: 50em
    }
    
    main{
        padding-top: 2m;
    }
    
    
    
    #menu a {
    padding: 0;
    text-decoration: none;
    display: flex;
    justify-content: left;
    align-items: center;
    justify-items: left;
    color: white;
    width: 16em;
        font-size: 12px;
}
    
    #menu i{
        margin: 0.2em;
    }

    #puente {
        padding-top: 2em;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 20%

    }

    #boton {
        background: linear-gradient(#d2462d, #f56336);
        border-radius: 30px;
        padding: 15px 15px;
        text-align: center;
        margin: auto;
        margin-top: 2em;
        position: relative;
        width: 40%;
        text-decoration: none;
        font-weight: bold;
        font-size: .8em;
        text-transform: uppercase;
        box-shadow: 1px 1px 20px rgba(245, 99, 54, 0.52);
    }

    #perfillibro {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 20%;
        border-radius: 100%;
        margin-top: 6em;
    }

    #llamamenu {
        display: none;
    }


    #boton {
        width: 20em;
    }

    header nav ul {
        display: flex;
        flex-wrap: wrap;
        position: unset;
        height: auto;
        padding-top: 0;
        background-color: rgba(240, 248, 255, 0);
        font-size: 12px
    }

    header nav ul.visible {
        background-color: rgba(0, 0, 0, 0);
    }

    header nav .visible a {
        justify-content: center;
        padding: .5em 1em;
    }

    .contenedor {
        margin: 0 auto;
        padding: 1em 10em;
        background-image: linear-gradient(#d2462d, #f56336)
    }

    .explorar {
        width: 0
    }

    #registrate h1 {
    margin-bottom: 0.4em;
        font-size: 3em;

}

#registrate p {
    margin-top: -1em;
     font-size: 1.5em;

}
    
    
}
