
/* FUENTES */

@font-face {
    font-family: HattonB;
    src: url(../fonts/PPHatton-Bold.otf)
}

@font-face {
    font-family: HattonM;
    src: url(../fonts/PPHatton-Medium.otf)
}

@font-face {
    font-family: neuebook;
    src: url(../fonts/PPNeueMontreal-Book.otf)
}

@font-face {
    font-family: neuelight;
    src: url(../fonts/PPNeueMontreal-Thin.otf)
}

@font-face {
    font-family: neuemid;
    src: url(../fonts/PPNeueMontreal-Medium.otf)
}





/* NO SELECCION DE TEXTO */

.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

html {
    scroll-behavior: smooth;
}

body {
    background-size: cover;
    background-position: center;
    font-family: neuebook;
}






























/* BARRA DE NAVEGACIÓN */


.home {
    position: fixed;
    width: 100vw;
    height: 125px;
    background-color: white;
    z-index: 3;
}

.nav {
    display: flex;
    justify-content: space-between;
}


.title {
    font-family: HattonB;
    font-size: 48px;
    margin-top: 43px;
    margin-left: 24px;
    cursor: pointer;
}




 nav #hamburger {
    display: none;
    cursor: pointer;

    margin-top: 63px;
    margin-right: 30px;
}

.bar {
   
    width: 40px;
    height: 5px;
    background-color: black;
    border-radius: 5px;
    margin: 6px 0px;
    position: relative;
}





.anchors {
    margin-right: 30px;
    display: flex;
    flex-direction: row;
}

.menu-it {
    margin-top: 69px;
    padding-left: 44px;
    font-size: 16px;
    color: black;
    cursor: pointer;
    text-decoration: none;

    transition-duration: 250ms;

}

.menu-it:hover {
    text-decoration: underline 1px;
    transform: scale(1.1);
} 













.posPop {
    width: 100%;
    display: flex;
    justify-content: end;
}


.popCate {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 250px;
    padding: 10px;
    margin-right: 5px;
    background-color: rgb(240, 240, 240);
    z-index: 10;
    transition: 0.5s;
    border-radius: 4px;
    /* Menu escondido */
    right: -70%;
    top: 145px;
    border: solid 2px black;
}


.menu-item {
    margin: 10px 0px;
    padding-right: 10px;
    font-size: 16px;
    color: black;
    cursor: pointer;
    text-decoration: none;
    text-align: end;

    transition-duration: 250ms;

}

.menu-item:hover {
    text-decoration: underline 1px;
    transform: scale(1.1);
} 




































/* CABECERA */

.heroImage {
    width: 100%;
    
}


.heroImage img {
    width: 100%;
} 



.cortinas {
    margin-top: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.welcome {
    position: absolute;
    font-family: HattonM;
    font-size: 7vw;
}
































/* SECCION NOVEDADES */

 .novedades {
    margin: 0px 20px;
    margin-bottom: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.newtitle {
    padding-top: 200px;
    padding-bottom: 100px;
    text-align: center;

    font-size: 140px;
    font-family: neuelight;
}


.contenidoNov {
    display: flex;
    align-items: center;
    margin: 0px 250px;
    margin-bottom: 50px;
}

.textNov {
    padding-right: 100px;
}


.tituSi {
    font-family: neuemid;
    font-size: 36px;
}

.subSi {
    font-size: 24px;
    padding-bottom: 10px;
}


.textSi {
    font-size: 16px;
}


.botonesNov{
    display: flex;
    column-gap: 5px;
}

.btnSi {
    cursor: pointer;
    height: 40px;
    width: 130px;
    background-color: black;
    color: white;
    border-radius: 50px;
    margin-top: 20px;

    font-size: 16px;
}


.btnSin {
    cursor: pointer;
    height: 40px;
    width: 110px;
    border: 3px solid black;
    border-radius: 50px;
    margin-top: 20px;

    font-size: 16px;
}


.mensajePendiente {
    font-size: 14px;
    padding-top: 10px;
    color: transparent;
}





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

.imgSi {
    border-radius: 10px;
}


.rombitos {
    margin-left: 10px;
}

.rombo {
    cursor: pointer;

    width: 15px;
    height: 15px;
    border: solid 3px black;
    transform: rotate(45deg);
    margin-bottom: 20px;
    
}

/* con java rellena al dar click y pasar de imagen y texto */
.rellenarombo {
    background-color: black;
}



.desaparece {
    display: none ;
}

















































/* SECCION DESCUBRE */

.descubre {
    
    display: flex;
    flex-direction: column;
    margin-bottom: 200px;
    
}



.cabecerades {
    width: 100%;
    display: flex;
    flex-direction: column;
    
}


.cabecerades img {
    width: 100%;
}

.destitle {
    position: absolute;
    color: white;
    padding-top: 400px;
    margin-left: 20px;

    font-family: neuebook;
    font-size: 120px;
}








.contenidodes {
    margin: 0px 20px;
}




.valorestextimg {
    
    display: flex;
    margin-bottom: 100px;
}

.valorestext {
    display: flex;
    margin-left: 80px;
    margin-top: 50px;

    
}

.valor {
    margin-right: 20px;

 
}



.tituval {
    font-family: neuemid;
    font-size: 24px;
}




.textval {
    font-size: 14px;
}

.valoreslibro {
    margin-top: 100px;

    
}







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


.animrombo {
    display: flex;

    margin-left: 85px;
}

.oporombo {
    width: 80px;
    height: 80px;
    border: solid 10px black;
    transform: rotate(45deg);

    margin-right: 85px;
}



.valorestext2 {
    width: 500px;
}


.tituopo {
    font-family: neuemid;
    font-size: 24px;
}

.textopo {
    font-size: 14px;
}




















































/* SECCION AUTORE POPULARES */

.autores {

    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 0px 20px;

}


.tituauto {
    font-size: 140px;
    font-family: neuelight;
    text-align: center;

    margin-top: 150px;
}


.fichasautor {
    display: flex;

    margin-top: 150px;
    
   
}

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

    padding: 60px;
}


.ficha img {
    margin-bottom: 50px;
}


.nombre {
    font-family: neuemid;
    font-size: 24px;

    text-align: center;
    margin-bottom: 10px;
}


.textau {
    font-size: 16px;
}



.solofotos {
    display: flex;
    align-items: center;

    margin-top: 150px;
    margin-bottom: 120px;
}

.cassie {
    border: solid 10px white;
}





.ocultaFicha {
    display: none;

    
} 












































/* SECCION LOS MAS BUSCADOS */

.buscados {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px 20px;

}


.titubusq {
    font-size: 140px;
    font-family: neuelight;
    text-align: center;

    margin-top: 150px;
    margin-bottom: 150px;
}


.primerafila {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}





.segundafila {
    display: flex;
    justify-content: center;
    margin-bottom: 120px;
}


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

    padding: 50px;
}

.coverr {
    cursor: pointer;
    transition-duration: 0.5s;
}

.coverr:hover {
    transform: scale(1.1);
}



.popu {
    font-family: neuemid;
    font-size: 20px;
    text-align: center;

    margin-top: 20px;
}


.estrellas {
    display: flex;

    margin-top: 20px;
    margin-left: 15px;
    
}

.estrella {
    width: 15px;
    height: 15px;
    border: solid 3px black;
    transform: rotate(45deg);

    margin-right: 15px;
}











































/* SECCION APP */


.app {

    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 0px 20px;
}


.imgapp {
    margin-bottom: 30px;
}


.tituapp {
    font-size: 140px;
    font-family: neuelight;
    text-align: center;

    margin-top: 150px;
    margin-bottom: 80px;

}


.textapp {

    font-size: 24px;
    text-align: center;

    width: 500px;
}

.btnapp {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    

    height: 60px;
    width: 260px;
    background-color: black;
    color: white;
    border-radius: 50px;

    margin-top: 30px;
    margin-bottom: 150px;
}

.linkapp {
    text-decoration: none;
    color: white;

    font-family: neuebook;
    font-size: 20px;
}









































/* FOOTER */


.footer {
    background-color: black;
    display: flex;
    flex-direction: column;
    
    
}


.contenidofoot {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 40px;
    margin-top: 90px;
}


.noticias {
    display: flex;
    justify-content: space-between;

    color: white;

    margin-bottom: 220px;
}


.suscribe {
    font-family: neuelight;
    font-size: 120px;
}


.porquesus {
    font-size: 20px;
    width: 450px;

    margin-top: 50px;
}



.solicita {
    display: flex;
    align-items: center;
    margin-top: 30px;
}


.ponemail {
    background-color: black;
    font-family: neuebook;
    font-size: 24px;
    color: white;
    outline: none;
    border-bottom: 3px solid white;
    padding: 5px;
}


.envio {
    padding-left: 30px;
    cursor: pointer;
}


#mensaje {
    color: rgb(255, 169, 169);
    font-size: 16px;
    padding-top: 10px;
    display: none; 
}


#mensaje2 {
    color: white;
    font-size: 16px;
    padding-top: 10px;
    display: none;
}


.noticias2 {
    display: flex;
    column-gap: 50px;

    padding-top: 40px;
}


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


.titurrss {
    font-size: 24px;

    margin-bottom: 10px;
}


.rr {
    text-decoration: none;
    color: white;
    font-size: 15px;

    margin-bottom: 5px;
}


.final {
    width: 100%;
}


.final img {
    width: 100%;
}






























































































































/* LLEGAMOS AL INFIERNO RESPONSIVE */


@media(max-width: 1410px )
{
    
    .menu-it {
        font-size: 14px;
    }
}


@media (max-width: 1300px) 
{


    .title {
        font-size: 40px;
        margin-top: 60px;
    }


    .newtitle {
        font-size: 100px;
    }
    



    .contenidoNov {
        flex-direction: column-reverse;
        margin: 0px 200px;
        margin-bottom: 50px;

        text-align: center;
    }


    .libroNov {
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
    }


    .textNov {
        padding-right: 0px;
    }


    .botonesNov{
        justify-content: center;
    }


    


    .rombitos {
        display: flex;
        margin: 15px 0px;
        margin-top: 20px; 
        margin-right: 20px;
    }


    .rombo {
        margin-bottom: 0px;
        margin-left: 20px;
    }






    
    .destitle {
        position: relative;
        color: black;
        padding-top: 20px;
        font-family: neuelight;

        font-size: 110px;
    }




    .valorestextimg {
    

        flex-direction: column;
        margin-top: 80px;
        margin-bottom: 0px;
    }
    
    .valorestext {
        margin-left: 0px;
    }
    
    

    .valoreslibro {
        display: none;
    }
    



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



    .animrombo {
        margin-left: 55px;


        margin-bottom: 150px;
        margin-top: 150px;
    }


    .oporombo {
        width: 50px;
        height: 50px;
        border: solid 8px black;
    
        margin-right: 55px;
    }



    .valorestext2 {
        width: 450px;
    }

    






    .tituauto {
        font-size: 100px;
    }

    .fichasautor {
        flex-direction: column;
    }

    .ficha {
    
        padding: 30px;
        margin-bottom: 30px;
    }

    .ficha img {
        height: 500px;
    }

    .text {
        padding: 0px 160px;
    }


    .rick {
        height: 350px;
    }

    .cassie {
        height: 430px;
    }

    .laura {
        height: 350px;
    }








    .titubusq {
        font-size: 100px;
        font-family: neuelight;
    }

    .portada {
        padding: 25px;
    }

    .coverr {
        height: 300px;
    }

    .popu {
        font-size: 16px;
    }




    .tituapp {
        font-size: 100px;
        font-family: neuelight;
    }

    .textapp {
        font-size: 20px;

        width: 400px;
    }




 


    .contenidofoot {
        align-items: center;
    }

    .noticias {
        flex-direction: column;

        margin-bottom: 120px;
    }


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


    .suscribe {
        font-size: 90px;
        font-family: neuelight;
    }


    .porquesus {
        text-align: center;

        font-size: 16px;

        width: 400px;
    }

    .solicita {
        justify-content:  center;

        margin-top: 60px;
    }




    .envio {
        height: 30px;
    }


    #mensaje {
        align-self: flex-start;
        padding-left: 55px;
    }

    #mensaje2 {
        align-self: flex-start;
        padding-left: 55px;
        
    }


    .noticias2 {
        justify-content: center;
        margin-top: 150px;

        column-gap: 35px;
    }



}








































/* INTERCAMBIAMOS MENUS */


@media (max-width: 1191px) 
{
    .anchors {
        display: none;
    }

    nav #hamburger {

        display: block;
    }

}













































@media screen and (min-width: 501px) and (max-width:780px) 
{




    .textau {
        padding: 0px 30px;
    }

    .primerafila {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .segundafila {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .portada {
    
        padding: 40px;
    }

    .coverr {
        height: 500px;
    }

    .popu {
        font-size: 32px;
    }

    

}




































@media (max-width: 500px) 
{

    .newtitle {
        padding-top: 150px;

        font-size: 70px;
    }




    .destitle {

        font-size: 70px;
    }



    .valorestext {
        flex-direction: column;
        margin-left: 10px;
        margin-top: 0px;    
    }


    .valor {
        margin-bottom: 50px;
    }

    .textval {
        font-size: 16px;
    }


    .valorestext2 {
        width: 100%;
        margin-left: 10px;
        margin-left: 10px;
        
 
    }



    .animrombo {
        margin-left: 45px;
        margin-top: 50px;


        margin-bottom: 120px;
        margin-top: 100px;
    }


    .oporombo {
        width:35px;
        height: 35px;
        border: solid 6px black;
    
        margin-right: 45px;
    }


    .textopo {
        font-size: 16px;
    }



  


    .tituauto {
        margin-top: 0px;
        margin-bottom: 0px;

        font-size: 70px;     
    }

    .ficha img {
        height: 350px;
    }

    .textau {
        padding: 0px 0px;
    }



    .rick {
        height: 250px;
    }

    .cassie {
        height: 330px;
    }

    .laura {
        height: 250px;
    }



    .titubusq {
        margin-top: 200px;
        margin-bottom: 50px;

        font-size: 70px;
    }

    .primerafila {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .segundafila {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .portada {
    
        padding: 25px;
    }

    .coverr {
        height: 300px;
    }

    .popu {
        font-size: 24px;
    }


    

    /* La app desaparece cuando el formato de la pantalla en formato móvil */
    /* también su ancla en el menu hamburguesa */

    .app {
        display: none;
    }


    .nop {
        display: none;
    }







    .suscribe {
        font-size: 70px;
    }


    .porquesus {

        width: 300px;
    }

    .ponemail {
        font-size: 20px;
    }

 
    #mensaje {
        padding-left: 0px;
    }

    #mensaje2 {
        padding-left: 0px;
    }

    .noticias2 {

        flex-direction: column;
        justify-content: center;
        text-align: center;

        column-gap: 0px;
    }


    .rrss {
        margin-bottom: 30px;
    }

    .soporte {
        margin-bottom: 30px;
    }





}