@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: 821px;
    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;
}

/*-----------------------------NOTICIAS-----------------------------*/

.personaje{
    position: absolute;
    width: 121px;
    height: 121px;
    left: 133px;
    top: 133px;
}

.favoritos{
    position: absolute;
    width: 315px;
    height: 48px;
    left: 37px;
    top: 281px;
    filter: drop-shadow(4px 4px 5px #B9B0D9);
}

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

.edambiental{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 28px;
    top: 374px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

.biologia{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 210px;
    top: 374px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

.reciclaje{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 28px;
    top: 444px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

.geografia{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 210px;
    top: 444px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

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

.historias{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 28px;
    top: 544px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

.biografias{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 210px;
    top: 544px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

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

.poesia{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 28px;
    top: 644px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

.cocina{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 210px;
    top: 644px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

.infantiles{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 28px;
    top: 716px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}

.novelas{
    position: absolute;
    width: 154px;
    height: 48px;
    left: 210px;
    top: 716px;
    filter: drop-shadow(3px 4px 5px #92BD93);
}





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