:root{
    --TituloColor: #FDC40F !important;

    /** Btn Default **/
    --BtnDefaultColor : #FDC40F !important;

    --BtnDefaultBackGround :#FDC40F !important;

    --BtnDefaultBorderColor : #FDC40F !important;
    --BtnDefaultHoverColor: #FDC40F !important;
    --BtnDefaultHoverBackGround: #FDC40F !important;
    --BtnDefaultShadowColor: transparent !important;



    /** Menu */

    --MenuColor: #fff !important;
    --MenuBackGround:  transparent;
    --MenuBackGroundImageAuxiliar: #132C15FF !important;
    --MenuBackGroundImage: linear-gradient(to bottom right, rgb(19,44,21) 20%, rgb(19,44,21) 68%, rgb(35, 113, 39) 100% ) !important;
    --MenuHoverColor: #fff !important;
    --MenuHoverBackGround: #FDC40F !important;
    --MenuIconColor: var(--MenuColor);
    --MenuIconColorHover: var(--MenuHoverColor);

    /* Menu Collapse */
    --MenuCollapseColor: #132C15FF !important;
    --MenuCollapseBackGround: #fff !important;
    --MenuCollapseHoverColor: #0 !important;
    --MenuCollapseHoverBackGround: #eaeaea !important;

    /** Menu Usuario */
    --MenuUserColor: #fff !important;
    --MenuUserBackGround: #FDC40F !important;
    --MenuUserHoverColor: #fff !important;
    --MenuUserHoverBackGround:  #132C15FF !important;

    /*#4682A9*/

    /** ScrollBar */
    --ScrollBarColor: #FDC40F !important;
    --ScrollBarBackGround: #ccc !important;

    --BackGroundLogin: #E9A502FF !important;
    --BackGroundLoginLinear: linear-gradient(to bottom right, rgb(19,44,21) 20%, rgb(19,44,21) 68%, rgb(35, 113, 39) 100% );

}