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


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

.rectangulo{
    position: absolute;
    width: 84px;
    height: 347px;
    left: 150px;
    top: 0px;
    background: #B6D9C8;
    border-radius: 20px;
    transform: rotate(-90deg);
}

.logo-acumar{
    position: absolute;
    width: 152px;
    height: 37px;
    left: 114px;
    top: 155px;
}

.texto{
    position: absolute;
    width: 305px;
    height: 260px;
    left: 37px;
    top: 230px;

    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;

    color: #225661;
}

.texto u{
    position: absolute;
    width: 68px;
    height: 16px;
    left: 244px;
    top: 290px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-decoration-line: underline;
    color: rgba(34, 86, 97, 0.5);

}

.titulo2{
    position: absolute;
    width: 222px;
    height: 20px;
    left: 37px;
    top: 560px;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #0DA65C;
}

.texto2{
    position: absolute;
    width: 305px;
    height: 178px;
    left: 37px;
    top: 606px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #225661;
}

.rectangulo2{
    position: absolute;
    width: 84px;
    height: 347px;
    left: 150px;
    top: 680px;
    background: #B6D9C8;
    border-radius: 20px;
    transform: rotate(-90deg);
}

.logo-fadu{
    position: absolute;
    width: 198px;
    height: 48px;
    left: 101px;
    top: 829px;
}

.texto3{
    position: absolute;
    width: 305px;
    height: 119px;
    left: 41px;
    top: 915px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #225661;
}

.rectangulo3{
    position: absolute;
    width: 84px;
    height: 347px;
    left: 150px;
    top: 925px;
    background: #B6D9C8;
    border-radius: 20px;
    transform: rotate(-90deg);
}

.logo-dgpc{
    position: absolute;
    width: 94px;
    height: 47px;
    left: 147px;
    top: 1075px;
}

.texto4{
    position: absolute;
    width: 305px;
    height: 204px;
    left: 45px;
    top: 1166px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #225661;
}


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