@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');


body {
    display: flex;
    background: linear-gradient(45deg, rgb(233,232,228),rgb(244,243,236));
}

#contenedor {
    width: 390px;
    height: 751px;
    border-radius: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #9C80FB;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.2);
}

.flecha1{
    position: absolute;
    width: 40px;
    height: 40px;
    left: 14px;
    top: 51px;
}

.logo img{
    position: absolute;
    width: 335px;
    height: 285px;
    left: 33px;
    top: 104px;
}

h6{
    position: absolute;
    width: 56px;
    height: 17px;
    left: 167px;
    top: 421px;

    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;

    color: #E3F4F8;
}

.linea{
    position: absolute;
    width: 358px;
    height: 0px;
    left: 16px;
    top: 454px;

    border: 1px solid #E3F4F8;
}

.lista{
    position: absolute;
    width: 343px;
    height: 128px;
    left: 23px;
    top: 476px;

    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #FDFCFC;
}

.flecha2{
    position: absolute;
    width: 44px;
    height: 44px;
    left: 315px;
    top: 665px;
}
