@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: 1441px;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #DBEBE3;
    overflow: hidden;
    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;
}

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

.titulo{
    position: absolute;
    width: 135px;
    height: 20px;
    left: 153px;
    top: 53px;

    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;
}

/*-----------------------------BODY-----------------------------*/

.categorias{
    position: absolute;
    width: 143px;
    height: 24px;
    left: 16px;
    top: 123px;
}

.buscar{
    position: absolute;
    width: 143px;
    height: 24px;
    left: 173px;
    top: 123px;
    background: #FDFCFC;
    border-radius: 20px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.12));
}

.icono-busqueda{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 285.31px;
    top: 125px;
}

.icono-filtro{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 335.31px;
    top: 120px;
}

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

/*------SEGUIR LEYENDO-------*/

.seguirleyendo{
    position: absolute;
    width: 154px;
    height: 17px;
    left: 16px;
    top: 179px;


    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;

    color: #6D55BF;
}

.flecha1 img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 350px;
    top: 176px;
}

.linea {
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 206px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.deslizar-libros {
    position: absolute;
    width: 374px;
    height: 140px;
    left: 16px;
    top: 223px;
    display: flex;
    overflow-x: auto;
}

.libro1 {
    width: 98px;
    flex-shrink: 0;
    height: 100%;
}

.libro2 {
    width: 90px;
    flex-shrink: 0;
    height: 100%;
}

.libro3 {
    width: 98px;
    flex-shrink: 0;
    height: 100%;
}

.libro4 {
    width: 98px;
    flex-shrink: 0;
    height: 100%;
}

.libro5 {
    width: 90px;
    flex-shrink: 0;
    height: 100%;
}

.libro6 {
    width: 98px;
    flex-shrink: 0;
    height: 100%;
}

.libro7 {
    width: 98px;
    flex-shrink: 0;
    height: 100%;
}
/*-------------------------*/


/*--------FAVORITOS--------*/

.favoritos{
    position: absolute;
    width: 86px;
    height: 17px;
    left: 16px;
    top: 385px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #6D55BF;
}

.flecha2 img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 350px;
    top: 385px;
}

.linea2 {
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 415px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.deslizar-libros2 {
    position: absolute;
    width: 374px;
    height: 140px;
    left: 16px;
    top: 433px;
    display: flex;
    overflow-x: auto;
}

.libro8 {
    width: 90px;
    flex-shrink: 0;
    height: 100%;
}

.libro9 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro10 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro11 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro12 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro13 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro14 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

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


/*--------RECICLAJE--------*/

.circuloverde{
    position: absolute;
    width: 16px;
    height: 16px;
    left: 19px;
    top: 589px;

    background: #198A1D;
    border-radius: 15px;
    transform: rotate(-90deg);
}

.reciclaje{
    position: absolute;
    width: 86px;
    height: 17px;
    left: 41px;
    top: 585px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #0DA65C;
}

.flecha3 img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 350px;
    top: 585px;
}

.linea3 {
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 615px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.deslizar-libros3 {
    position: absolute;
    width: 374px;
    height: 140px;
    left: 16px;
    top: 633px;
    display: flex;
    overflow-x: auto;
}

.libro15 {
    width: 90px;
    flex-shrink: 0;
    height: 100%;
}

.libro16 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro17 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro18 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro19 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro20 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro21 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

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


/*--------GEOGRAFIA--------*/

.circuloverde2{
    position: absolute;
    width: 16px;
    height: 16px;
    left: 19px;
    top: 789px;

    background: #198A1D;
    border-radius: 15px;
}

.seccion4 p{
    position: absolute;
    width: 86px;
    height: 17px;
    left: 41px;
    top: 785px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #0DA65C;
}

.flecha4 img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 350px;
    top: 785px;
}

.linea4 {
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 815px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.deslizar-libros4 {
    position: absolute;
    width: 374px;
    height: 140px;
    left: 16px;
    top: 833px;
    display: flex;
    overflow-x: auto;
}

.libro22 {
    width: 90px;
    flex-shrink: 0;
    height: 100%;
}

.libro23 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro24 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro25 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro26 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro27 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro28 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

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


/*--------INFANTILES--------*/

.circulonaranja{
    position: absolute;
    width: 16px;
    height: 16px;
    left: 19px;
    top: 993px;
    background: #F1AB43;
    border-radius: 15px;
}

.infantiles{
    position: absolute;
    width: 86px;
    height: 17px;
    left: 41px;
    top: 990px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #F1AB43;
}

.flecha5 img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 350px;
    top: 990px;
}

.linea5 {
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 1020px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.deslizar-libros5 {
    position: absolute;
    width: 374px;
    height: 140px;
    left: 16px;
    top: 1040px;
    display: flex;
    overflow-x: auto;
}

.libro29 {
    width: 90px;
    flex-shrink: 0;
    height: 100%;
}

.libro30 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro31 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro32 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro33 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro34 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro35 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

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

/*--------BIOGRAFIAS--------*/

.circulorosa{
    position: absolute;
    width: 16px;
    height: 16px;
    left: 19px;
    top: 1202px;
    background: #FB80A5;
    border-radius: 15px;
}

.biografias{
    position: absolute;
    width: 86px;
    height: 17px;
    left: 41px;
    top: 1200px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #FB80A5;
}

.flecha6 img{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 350px;
    top: 1200px;
}

.linea6 {
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 1231px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.deslizar-libros6 {
    position: absolute;
    width: 374px;
    height: 140px;
    left: 16px;
    top: 1254px;
    display: flex;
    overflow-x: auto;
}

.libro36 {
    width: 90px;
    flex-shrink: 0;
    height: 100%;
}

.libro37 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro38 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro39 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro40 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro41 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

.libro42 {
    width: 97px;
    flex-shrink: 0;
    height: 100%;
}

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


/*-----------------------------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;
}



