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


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

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

.noticias{
    position: absolute;
    width: 86px;
    height: 17px;
    left: 21px;
    top: 113px;

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

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

.deslizar-fotos {
    position: absolute;
    width: 374px;
    height: 300px;
    left: 16px;
    top: 153px;
    display: flex;
    overflow-x: auto;
}

.titulo-noticia{
    position: absolute;
    width: 189px;
    height: 37px;
    left: 16px;
    top: 221px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #E3F4F8;
}

.foto1{
    position: absolute;
    width: 208px;
    height: 268px;
    left: 0px;
    top: 7px;
}

.foto1 img{
    width: 230px;
    flex-shrink: 0;
    height: 100%;
}

.titulo-noticia2{
    position: absolute;
    width: 189px;
    height: 37px;
    left: 11px;
    top: 221px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #E3F4F8;
}

.foto2{
    position: absolute;
    width: 208px;
    height: 268px;
    left: 240px;
    top: 7px;
}

.foto2 img{
    width: 210px;
    flex-shrink: 0;
    height: 100%;
}

.titulo-noticia3{
    position: absolute;
    width: 189px;
    height: 35px;
    left: 25px;
    top: 221px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #E3F4F8;
}

.foto3{
        position: absolute;
        width: 208px;
        height: 268px;
        left: 459px;
        top: 7px;
}

.foto3 img{
    width: 230px;
    flex-shrink: 0;
    height: 100%;
}

.titulo-noticia4{
    position: absolute;
    width: 189px;
    height: 35px;
    left: 25px;
    top: 221px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #E3F4F8;
}

.foto4{
    position: absolute;
    width: 208px;
    height: 268px;
    left: 699px;
    top: 7px;
}

.foto4 img{
    width: 230px;
    flex-shrink: 0;
    height: 100%;
}
/*-----------------------------AGENDA-----------------------------*/

.agenda{
    position: absolute;
    width: 86px;
    height: 17px;
    left: 21px;
    top: 463px;

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

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

.subtitulo{
    position: absolute;
    width: 109px;
    height: 17px;
    left: 19px;
    top: 504px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #225661;
}

.deslizar-actividades {
    position: absolute;
    width: 384px;
    height: 201px;
    left: 0px;
    top: 530px;
    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;
}


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