:root{
    --TituloColor: #ff6900 !important;

    /** Btn Default **/
    --BtnDefaultColor : #ff6900 !important;

    --BtnDefaultBackGround : #ff6900 !important;

    --BtnDefaultBorderColor : #ff6900 !important;
    --BtnDefaultHoverColor: #000 !important;
    --BtnDefaultHoverBackGround: #ff6900 !important;
    --BtnDefaultShadowColor: transparent !important;



    /** Menu */

    --MenuColor: #fff !important;
    --MenuBackGround:  transparent;
    --MenuBackGroundImageAuxiliar: #fff !important;
    --MenuBackGroundImage: linear-gradient(180deg, #EF792C 58%, #f57f2c 100%) !important;
    --MenuHoverColor: #fff !important;
    --MenuHoverBackGround: #293C89 !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: #db5a00 !important;
    --MenuUserHoverColor: #fff !important;
    --MenuUserHoverBackGround: #293C89 !important;

    /** ScrollBar */
    --ScrollBarColor: #cf7d44 !important;
    --ScrollBarBackGround: #ccc !important;

    --BackGroundLogin: rgb(255,255,255) !important;
    --BackGroundLoginLinear: linear-gradient(180deg,  rgba(255,255,255,1) 28%, rgba(247,247,247,0.6) 48% , rgba(254,122,34,0.9) 100% );
}