#sp-menu_burger ul.level-0 {
    display: table;
    width: 77px;
    height: 70px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999;
}
#sp-menu_burger ul.level-1 {
    text-align: left;
}
#sp-menu_burger ul.level-0 > li {
    font-size: 15px;
    background: #0365af;
    padding: 20px 0 0 0;  
    display: table-cell;
    cursor: auto;
    font-size: 28px;
}
#sp-menu_burger ul.level-0 > li a {
    color: #fff;
}
#sp-menu_burger ul.level-0 > li > a {
    padding: 22px 15px 22px;
}
#sp-menu_burger .sp-submenu .megacol {
    width: 100%;
}
#sp-menu_burger .sp-submenu ul > li {
    line-height: 26px;
    list-style: none;
}
#sp-menu_burger .sp-submenu ul {
    padding: 5px 0px !important;
    width: 100%;
}
#sp-menu_burger .sp-submenu ul > li > a {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
}
#sp-menu_burger .sp-submenu {
    min-width: 200px;
    max-width: 320px;
}
#sp-menu_burger .sub-level {
    top: 69px !important;
    left: 0px !important;
}
#sp-menu_burger .sub-level.sub-level-child {
    top: 0px !important;
    left: 200px !important;
}
#sp-menu_burger .sp-submenu .sp-submenu-wrap {
    background-color: #0057A1;
}
#sp-menu_burger .alerta {
    position: absolute;
    bottom: 5px;
    right: 3px;
    border-radius: 15px;
    background-color: #B22D30;
    font-size: 16px;
    padding: 1px 7px;
    text-align: center;
    margin-left: 5px;
}
#sp-menu_burger .avisos .alerta {
    position: relative;
    bottom: 0 !important;
    right: 0 !important;
    border-radius: 15px;
    background-color: #B22D30;
    font-size: 12px;
    padding: 1px 5px;
    text-align: center;
    margin-left: 5px;
}
.avisos .sub-level-child li {
    padding: 0 20px;
}
.avisos .sub-level-child a {
    line-height: 10px;
    padding: 0 !important;
}
#sp-menu_burger .calendario li a {
    padding: 0 !important;
}
#sp-menu_burger .calendario .data-content {
    font-size: 12px !important;
    line-height: initial;
    padding: 10px;
}


/* Cores */
.menu-burguer {
    position: absolute;
    width: 20%;
}
.menu-hamburguer {
    display: block;
    cursor: pointer;
    width: 0;
    height: 0;
    box-sizing: border-box;
    background-color: #0365af;
    padding: 20px 50px 50px 25px;
    position: fixed;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    z-index: 99999;  
    margin: -20px -50px -50px -25px;
}
.menu-burguer div.menuopen {
    background: url('/images/menu_burger.png');
    background-size: contain;
    width: 77px;
    height: 70px;
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999;
}
.menu-burguer .menuopen .alerta {
    position: absolute;
    bottom: -15px;
    right: -5px;
    border-radius: 4px;
    background-color: #B22D30;
    font-size: 16px;
    padding: 0 5px;
    visibility: hidden;
}
.menu-burguer div.menu {
    min-width: 200px;
    max-width: 320px;
    position: fixed;
    height: auto;
    left: 0;
    transition: .1s;
    top: 0;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 68px;
    padding-bottom: 5px;
    overflow-y: hidden;
}
.menu-burguer div.menu .scroll {
    background-color: #0057A1;
    height: auto;
    overflow-y: auto;
}
.menu-burguer div.menu ul {
    margin-bottom: 0;
}
.menu-burguer div.menu ul.lista-superior {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #0365af;
}
.menu-burguer div.menu ul.lista-interna {
    display: none;
    height: auto;
    margin: 0 0 19px 20px;
    transition: .3s;
}
.menu-burguer div.menu ul.lista-interna li {
    line-height: 15px;
}
.menu-burguer div.menu ul.lista-interna i {
    color: #fff;
}
.menu-burguer div.menu .mostra-lista {
    display: block !important;
}
.menu-burguer div.menu a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
}
.menu-burguer div.menu a:hover,
.menu-burguer div.menu a:focus {
    background-color: initial;
    opacity: .8;
}
.menu-burguer div.menu i {
    display: inline-block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #EDBD8A;
}
.menu-burguer div.menu .calendario a {
    font-size: 10px;
}
.menu-burguer div.menu .calendario .data-content {
    color: #edbd8a;
}
.menu-burguer div.menu .alerta {
    background-color: #b22d30;
    text-align: center;
    border-radius: 4px;
    padding: 1px 5px;
    margin-left: 5px;
}
.menu-burguer div.menu.non-shown {
    transition: .1s;
    left: -320px;
}
