@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
.box{
    width: 100%;
    height: 100vh;
    background-color:#6A6969 ;
    position: absolute;
}
.imgtableuser{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: #6A6969 2px solid;
    object-fit: cover;
}
.imgperfil{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: #6A6969 2px solid;
}

.lperfil{
    display: flex;
    justify-content: center;
}
.lperfil .limg{
    border-radius: 100%;
    object-fit: cover;
    width: 100px;
    height: 150px;
    border: solid #fff 2px;
    box-shadow: 0px 0px 5px 5px #202020;
}
.lperfil .lnombre{
    text-align: center;
    text-transform: uppercase;
    font-size: 12pt;
}
.ltareas{
    margin: 0px;
    padding: 0px;
    margin-left: 0px;
    list-style: none;
}
.ltareas li{
    width: 100%;
    display: flex;
}

.ltitulo{
    width: 100px;
    display: flex;
    justify-content:space-between;
    font-weight: bold;
}
.card-title{
    height: 50px;
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}