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

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


.editarperfil {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 307px;
    top: 114px;
}

.ajustes{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 345px;
    top: 114px;
}

.fotodeperfil{
    position: absolute;
    width: 24px;
    height: 24px;
    left: 145px;
    top: 125px;
}

.nombre{
    position: absolute;
    width: 101px;
    height: 17px;
    left: 157px;
    top: 254px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #0C8E50;
}

.descripcion{
    position: absolute;
    width: 277px;
    height: 57px;
    left: 59px;
    top: 292px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #225661;
}

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

.miagenda{
    position: absolute;
    width: 106px;
    height: 17px;
    left: 21px;
    top: 380px;

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

    color: #0DA65C;
}

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

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

.deslizar-actividades {
    position: absolute;
    width: 384px;
    height: 201px;
    left: 0px;
    top: 420px;
    display: flex;
    overflow-x: auto;
}

.fecha{
    position: absolute;
    width: 68px;
    height: 23px;
    left: 27px;
    top: 17px;

    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #0DA65C;
}

.divisor{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 51px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.jornada{
    position: absolute;
    width: 115px;
    height: 75px;
    left: 6px;
    top: 64px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0DA65C;
}

.divisor2{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 141px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.act1 {
    position: absolute;
    width: 118px;
    height: 163px;
    left: 16px;
    top: 6px;
}

.fecha2{
    position: absolute;
    width: 68px;
    height: 23px;
    left: 27px;
    top: 17px;

    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #0DA65C;
}

.divisor3{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 51px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.jornada2{
    position: absolute;
    width: 115px;
    height: 75px;
    left: 6px;
    top: 64px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0DA65C;
}

.divisor4{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 141px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}


.act2 {
    position: absolute;
    width: 118px;
    height: 163px;
    left: 149px;
    top: 6px;
}

.fecha3{
    position: absolute;
    width: 68px;
    height: 23px;
    left: 27px;
    top: 17px;

    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #0DA65C;
}

.divisor5{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 51px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.jornada3{
    position: absolute;
    width: 115px;
    height: 75px;
    left: 6px;
    top: 64px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0DA65C;
}

.divisor6{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 141px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}



.act3 {
    position: absolute;
    width: 118px;
    height: 163px;
    left: 282px;
    top: 6px;
}

.fecha4{
    position: absolute;
    width: 68px;
    height: 23px;
    left: 27px;
    top: 17px;

    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: center;

    color: #0DA65C;
}

.divisor7{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 51px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}

.jornada4{
    position: absolute;
    width: 115px;
    height: 75px;
    left: 6px;
    top: 64px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #0DA65C;
}

.divisor8{
    position: absolute;
    width: 99px;
    height: 0px;
    left: 12px;
    top: 141px;
    border: 1px solid rgba(13, 166, 92, 0.5);
}



.act4 {
    position: absolute;
    width: 118px;
    height: 163px;
    left: 415px;
    top: 6px;
}


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

.mibiblioteca{
    position: absolute;
    width: 154px;
    height: 17px;
    left: 16px;
    top: 649px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #0DA65C;
}

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

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

.deslizar-libros {
    position: absolute;
    width: 374px;
    height: 140px;
    left: 16px;
    top: 695px;
    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%;
}
/*-------------------------*/


.misforos{
    position: absolute;
    width: 154px;
    height: 17px;
    left: 16px;
    top: 869px;
    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: 869px;
}

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

.foto{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 21px;
    top: 15px;
}

.nombre2{
    position: absolute;
    width: 52px;
    height: 21px;
    left: 15px;
    top: 60px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3A8FA0;
}

.linea{
    position: absolute;
    width: 179px;
    height: 0px;
    left: 75px;
    top: 13px;
    border: 1px solid rgba(58, 143, 160, 0.5);
}

.reportar{
    position: absolute;
    width: 47px;
    height: 12px;
    left: 265px;
    top: 8px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: rgba(125, 102, 202, 0.75);
}

.hora{
    position: absolute;
    width: 27px;
    height: 12px;
    left: 316px;
    top: 8px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: rgba(58, 143, 160, 0.5);
}

.comentario{
    position: absolute;
    width: 260px;
    height: 48px;
    left: 75px;
    top: 27px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #225661;
}

.leermas{
    position: absolute;
    width: 46px;
    height: 14px;
    left: 75px;
    top: 79px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-decoration-line: underline;
    color: #225661;
}

.comentarios{
    position: absolute;
    width: 40px;
    height: 21px;
    left: 75px;
    top: 99px;
}

.megusta{
    position: absolute;
    width: 35px;
    height: 19px;
    left: 255px;
    top: 97px;
}

.nomegusta{
    position: absolute;
    width: 35px;
    height: 19px;
    left: 300px;
    top: 97px;
}

.foro1{
    position: absolute;
    width: 351px;
    height: 132px;
    left: 20px;
    top: 921px;
}


.foto{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 21px;
    top: 15px;
}

.nombre2{
    position: absolute;
    width: 52px;
    height: 21px;
    left: 15px;
    top: 60px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3A8FA0;
}

.linea{
    position: absolute;
    width: 179px;
    height: 0px;
    left: 75px;
    top: 13px;
    border: 1px solid rgba(58, 143, 160, 0.5);
}

.reportar{
    position: absolute;
    width: 47px;
    height: 12px;
    left: 265px;
    top: 8px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: rgba(125, 102, 202, 0.75);
}

.hora{
    position: absolute;
    width: 27px;
    height: 12px;
    left: 316px;
    top: 8px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: rgba(58, 143, 160, 0.5);
}

.comentario{
    position: absolute;
    width: 260px;
    height: 48px;
    left: 75px;
    top: 27px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #225661;
}

.leermas{
    position: absolute;
    width: 46px;
    height: 14px;
    left: 75px;
    top: 79px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-decoration-line: underline;
    color: #225661;
}

.comentarios{
    position: absolute;
    width: 40px;
    height: 21px;
    left: 75px;
    top: 99px;
}

.megusta{
    position: absolute;
    width: 35px;
    height: 19px;
    left: 255px;
    top: 97px;
}

.nomegusta{
    position: absolute;
    width: 35px;
    height: 19px;
    left: 300px;
    top: 97px;
}

.foro2{
    position: absolute;
    width: 351px;
    height: 132px;
    left: 20px;
    top: 1071px;
}


.foto{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 21px;
    top: 15px;
}

.nombre2{
    position: absolute;
    width: 52px;
    height: 21px;
    left: 15px;
    top: 60px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #3A8FA0;
}

.linea{
    position: absolute;
    width: 179px;
    height: 0px;
    left: 75px;
    top: 13px;
    border: 1px solid rgba(58, 143, 160, 0.5);
}

.reportar{
    position: absolute;
    width: 47px;
    height: 12px;
    left: 265px;
    top: 8px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: rgba(125, 102, 202, 0.75);
}

.hora{
    position: absolute;
    width: 27px;
    height: 12px;
    left: 316px;
    top: 8px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    color: rgba(58, 143, 160, 0.5);
}

.comentario{
    position: absolute;
    width: 260px;
    height: 48px;
    left: 75px;
    top: 27px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
    color: #225661;
}

.leermas{
    position: absolute;
    width: 46px;
    height: 14px;
    left: 75px;
    top: 79px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-decoration-line: underline;
    color: #225661;
}

.comentarios{
    position: absolute;
    width: 40px;
    height: 21px;
    left: 75px;
    top: 99px;
}

.megusta{
    position: absolute;
    width: 35px;
    height: 19px;
    left: 255px;
    top: 97px;
}

.nomegusta{
    position: absolute;
    width: 35px;
    height: 19px;
    left: 300px;
    top: 97px;
}

.foro3{
    position: absolute;
    width: 351px;
    height: 132px;
    left: 20px;
    top: 1221px;
}

.estrella{
    position: absolute;
    width: 28.98px;
    height: 28.98px;
    left: 28px;
    top: 85px;
}

.estrella2{
    position: absolute;
    width: 28.98px;
    height: 28.98px;
    left: 28px;
    top: 85px;
}

.estrella3{
    position: absolute;
    width: 28.98px;
    height: 28.98px;
    left: 28px;
    top: 85px;
}



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