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


body {
    display: flex;
    background: linear-gradient(45deg, rgb(70, 157, 184),rgb(198, 201, 211));
}

#contenedor {
    width: 390px;
    height: 891px;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #DBEBE3;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}

/*-----------------------------BARRA SUPERIOR-----------------------------*/

header{
    position:fixed;
    margin-top:0px;
    z-index: 100;
    opacity: 1;
    background-color:rgb(218, 226, 230);
    width: 100%;
    height: 100px;
}


.flecha1{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 18px;
    top: 53px;
}

.logo img{
    position: absolute;
    width: 72px;
    height: 72px;
    left: 57px;
    top: 29px;
}

.titulo{
    position: absolute;
    width: 135px;
    height: 20px;
    left: 153px;
    top: 54px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #E3F4F8;
}

.icono-info{
    position: absolute;
    width: 22px;
    height: 22px;
    left: 346px;
    top: 55px;
}


.barra-arriba{
    position: absolute;
    width: 390px;
    height: 80px;
    left: 0px;
    top: 20px;
    background: #9C80FB;
    border-radius: 40px 40px 0px 0px;
}

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

.libro{
    position: absolute;
    width: 147px;
    height: 203px;
    left: 18px;
    top: 144.12px;
    background: url(.png);
    border-radius: 15px;
    transform: rotate(-0.05deg);
}

.estrella{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 23.12px;
    top: 293.12px;
    transform: rotate(-0.05deg);
}

.titulolibro{
    position: absolute;
    width: 174px;
    height: 20px;
    left: 177px;
    top: 150px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #0C8E50;
}

.datos{
    position: absolute;
    width: 194.89px;
    height: 20px;
    left: 177.03px;
    top: 180px;
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #225661;
}

.cincoestrellas{
    position: absolute;
    width: 162px;
    height: 31px;
    left: 177.08px;
    top: 245.99px;
}

.categoria{
    position: absolute;
    width: 162px;
    height: 31px;
    left: 177.08px;
    top: 300px;
}

.leer{
    position: absolute;
    width: 163px;
    height: 31px;
    left: 20.18px;
    top: 370px;
}

.descargar{
    position: absolute;
    width: 163px;
    height: 31px;
    left: 199px;
    top: 370px;
}

.reservar{
    position: absolute;
    width: 163px;
    height: 31px;
    left: 110px;
    top: 420px;
}

.linea{
    position: absolute;
    width: 358px;
    height: 0px;
    left: 20.26px;
    top: 470px;
    border: 1px solid rgba(139, 189, 193, 0.5);
}

.descripcion{
    position: absolute;
    width: 77.06px;
    height: 12px;
    left: 29.27px;
    top: 485.11px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #225661;
}

.descripcion-texto{
    position: absolute;
    width: 336px;
    height: 308px;
    left: 29.29px;
    top: 511.11px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #225661;
}

.chat{
    position: fixed;
    width: 347.85px;
    height: 41px;
    left: 20px;
    top: 572px;
}







/*-----------------------------BARRA INFERIOR-----------------------------*/

footer{
    position: fixed;
    background-color: rgb(209, 218, 228);
    bottom: 0px;
    z-index: 100;
    opacity: 1;
    width: 100%;
    height: 65px;
}

.barra-abajo{
    width: 390px;
    height: 60px;
    left: 0px;
    top: 711px;
    background: #9C80FB;
    border-radius: 0px 0px 40px 40px;
}

.icono-home{
    position: absolute;
    width: 72px;
    height: 72px;
    left: 40px;
    top: 16px;
}

.icono-biblioteca{
    position: absolute;
    width: 72px;
    height: 72px;
    left: 130px;
    top: 16px;
}

.icono-comunidad{
    position: absolute;
    width: 72px;
    height: 72px;
    left: 230px;
    top: 16px;
}

.icono-perfil img{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 320px;
    top: 18px;
}