:root{
    --TituloColor: #1091b7 !important;

    /** Btn Default **/
    --BtnDefaultColor : #1091b7 !important;

    --BtnDefaultBackGround : #1091b7 !important;

    --BtnDefaultBorderColor : #1091b7 !important;
    --BtnDefaultHoverColor: #000 !important;
    --BtnDefaultHoverBackGround: #1091b7 !important;
    --BtnDefaultShadowColor: transparent !important;



    /** Menu */

    --MenuColor: #fff !important;
    --MenuBackGround:  transparent;

    --MenuBackGroundImageAuxiliar: linear-gradient(180deg, rgba(255,255,255,1)  10%, rgba(103,164,182,0.3) 90% , rgba(64,159,187,1) 100% )!important;
    --MenuBackGroundImage: linear-gradient(180deg, #409fbb 58%, #18809f 100%) !important;
    --MenuHoverColor: #fff !important;
    --MenuHoverBackGround: #005c77 !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: #066885 !important;
    --MenuUserHoverColor: #fff !important;
    /*--MenuUserHoverBackGround: #293C89 !important;*/
    --MenuUserHoverBackGround: #1091b7 !important;

    /** ScrollBar */
    --ScrollBarColor: #0e627b !important;
    --ScrollBarBackGround: #ccc !important;

    --BackGroundLogin: rgb(0,255,255) !important;
    --BackGroundLoginLinear: linear-gradient(180deg,  rgba(196,231,241,1) 18%, rgba(16,145,183,0.6) 48% , rgba(16,145,183,0.9) 100% );
}