nav,
.offcanvas {
    /* color institucional CPS #007B6D ó (R=0, G=123, B=109)*/
    background-color: #007B6D;
}

.bg-cps {
    /* color institucional CPS #007B6D ó (R=0, G=123, B=109)*/
    background-color: #007B6D;
}

/* .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
} */

.navbar-nav > li:not(.submenu):hover {
    background-color: #033842;
}
  