:root{
    --TituloColor: #076b34 !important;

    /** Btn Default **/
    --BtnDefaultColor : #076b34 !important;

    --BtnDefaultBackGround : #076b34 !important;

    --BtnDefaultBorderColor : #076b34 !important;
    --BtnDefaultHoverColor: #076b34 !important;
    --BtnDefaultHoverBackGround: #076b34 !important;
    --BtnDefaultShadowColor: transparent !important;



    /** Menu */

    --MenuColor: #fff !important;
    --MenuBackGround:  transparent;
    --MenuBackGroundImageAuxiliar: #076b34 !important;
    --MenuBackGroundImage: linear-gradient(to bottom , rgb(7, 107, 52) 50%, rgb(0,255,90) 95%, rgb(0,255,90) 100%) !important;
    --MenuHoverColor: #076b34 !important;
    --MenuHoverBackGround: #00FF5AFF !important;
    --MenuIconColor: var(--MenuColor);
    --MenuIconColorHover: var(--MenuHoverColor);

    /* Menu Collapse */
    --MenuCollapseColor: #076b34 !important;
    --MenuCollapseBackGround: #fff !important;
    --MenuCollapseHoverColor: #0 !important;
    --MenuCollapseHoverBackGround: #eaeaea !important;

    /** Menu Usuario */
    --MenuUserColor: #076b34 !important;
    --MenuUserBackGround: #ffffff !important;
    --MenuUserHoverColor: #fff !important;
    --MenuUserHoverBackGround: #076b34 !important;

    /*#4682A9*/

    /** ScrollBar */
    --ScrollBarColor: #076b34 !important;
    --ScrollBarBackGround: #00ff5a !important;

    --BackGroundLogin: #076b34 !important;
    --BackGroundLoginLinear:
    
            linear-gradient(to top right, rgb(7, 107, 52) 10%, rgb(7, 107, 52) 50%, rgb(0,255,90) 100%);
}