:root{
    --TituloColor: #434146 !important;

    /** Btn Default **/
    --BtnDefaultColor : #434146 !important;
    --BtnDefaultBackGround : #434146 !important;
    --BtnDefaultBorderColor : #434146 !important;
    --BtnDefaultHoverColor: #0 !important;
    --BtnDefaultHoverBackGround: #434146 !important;
    --BtnDefaultShadowColor: transparent !important;

    /** Menu */
    --MenuColor: #fff !important;
    --MenuBackGround: #434146 !important;
    --MenuHoverColor: #fff !important;
    --MenuHoverBackGround: #66625B !important;
    --MenuIconColor: var(--MenuColor);
    --MenuIconColorHover: var(--MenuHoverColor);

    /* Menu Collapse */
    --MenuCollapseColor: #04132f !important;
    --MenuCollapseBackGround: #fff !important;
    --MenuCollapseHoverColor: #0 !important;
    --MenuCollapseHoverBackGround: #eaeaea !important;

    /** Menu Usuario */
    --MenuUserColor: #fff !important;
    --MenuUserBackGround: #66625B !important;
    --MenuUserHoverColor: #fff !important;
    --MenuUserHoverBackGround: #434146 !important;

    /** ScrollBar */
    --ScrollBarColor: #434146 !important;
    --ScrollBarBackGround: #ccc !important;

    --BackGroundLogin: rgb(54,53,54) !important;
    --BackGroundLoginLinear: linear-gradient(180deg, rgba(54,53,54,1) 48%, rgba(0,0,0,1) 100%);
}