/* CUSTOMIZAÇÃO */
/* MENU SUPERIOR */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(22, 50, 154);
}
.navbar-dark .navbar-nav .nav-link {
    color: #1469a7;
}
/* / MENU SUPERIOR */

/* MENU LATERAL */
.sidebar {
    width: 180px !important;
    background-color: #2e6896 !important;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
 }
/* /MENU LATERAL */

/* RODA PÉ*/
footer.sticky-footer {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    position: relative !important;
    width: 100% !important;
    height: 30px !important;
    margin-top: 2px ;
    margin-bottom: 5px;
 }
/* /RODA PÉ*/

/* GERAL */
a{
    color: #1b1e21;
}

/*a:hover{color:#f3f5f7 !important;}*/
.menu a:hover,.menu a:visited {
    color: #f3f5f7 !important;
}
.menu1 a:hover, .menu1 a:visited{
    color: #1b1e21 !important;
}
/* /GERAL */
