.header-section{
    border-bottom: 3px solid #bdbdbd;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 10px 20px;
    align-items: center !important;

    .img-header{
        width: 200px;

        img{
            width: 100%;
        }
    }

    .usuario-header{
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;

        .user-name{
            margin: 0;
            font-size: 24px;
            font-weight: 600;
        }

        span{
            font-size: 12px;
        }
    }
}