.cabecalho-perfil {
    background-color: white;
    height: 110px;
    width: 100%;
    display: flex;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.cabecalho-perfil-info {
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-top: 10px;
    background: none;
    height: 100%;
    width: 100%;
}

.cabecalho-perfil-avatar{
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.cabecalho-perfil-nome-nivel {
    height: 70px;
    margin-left: 10px;
    display: flex; 
    align-items: center;
}

.cabecalho-perfil-nome {
    font-size: 20px;
    font-weight: bold;
    background: none;
    margin-top: 15px;
/*    margin-bottom: -2px;*/
    color: black;
}

.cabecalho-perfil-experiencia {
    margin-bottom: -2px;
}

.cabecalho-perfil-logo{
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin-top: 10px;
}

.cabecalho-perfil-barra{
    position: absolute;
    height: 150px;
    width: 50px;
    background-color: red;
    bottom: 2px;
}