:root{
    --TituloColor: #002060 !important;

    /** Btn Default **/
    --BtnDefaultColor : #044bdb !important;

    --BtnDefaultBackGround : #044bdb !important;

    --BtnDefaultBorderColor : #044bdb !important;
    --BtnDefaultHoverColor: #000 !important;
    --BtnDefaultHoverBackGround: #044bdb !important;
    --BtnDefaultShadowColor: transparent !important;



    /** Menu */

    --MenuColor: #fff !important;
    --MenuBackGround:  transparent;
    --MenuBackGroundImageAuxiliar: #fff !important;
    --MenuBackGroundImage: linear-gradient(180deg, #174ebd 78%, #0b45ba 100%) !important;
    --MenuHoverColor: #fff !important;
    --MenuHoverBackGround: #bf9d19 !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: #04308a !important;
    --MenuUserHoverColor: #fff !important;
    --MenuUserHoverBackGround:  #a3840b !important;

    /** ScrollBar */
    --ScrollBarColor:#023bb0 !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(248, 198, 7,0.9) 100% );


}