a {
    text-decoration-style: dotted;
}

a:hover {
    color: #1b4487;
}

.fechar_conteudo a:hover {
    color: #fff;
}

.menu i {
    margin-bottom: 0.25em;
}

.menu:hover {
    background-color: #145e7b;
    color: #fff;
}

.bloco_de_menu1 {
    display: block;
    float: none;
    margin-right: 0px;
}

.bloco_de_menu2 {
    display: block;
    float: none;
    margin-right: 0px;
    direction: initial;
}

.titulo_menu_lateral {
}

.icon_e_txt_aling {
    text-align: center;
    cursor: pointer;
    line-height: 20px !important;
}

.icon_e_txt_aling:hover {
    text-align: center;
    cursor: pointer;
    color: #2b97d4;
}

.split_menu_lateral{
    height: 1px;
    border-bottom: #043554 dotted 1px;
    margin-bottom: 3px;
}

ul li img {
    display: block;
    height: 30px;
    float: left;
}

@media only screen and (min-width: 801px) {

    /*    #menu {
            width: 100%;
            text-align: center;
            margin: 0 auto  0 auto;
        }*/

    #menu {
        width: 100%;
        height: 55px;
        background-color: #0f415f;
        border-top: #265379 solid 1px;
        text-align: center;
        margin: 0 auto  0 auto;
        cursor: pointer;
        color: #fff;
    }

    .menu {
        width: 7.692%;
        display: block;
        margin: 0em;
        float: left;
        padding: 0.7em 0.5em 0.5em 0.5em;
        font-size: 1em;
        background-color: #0f415f;
    }

    .menu i {
        font-size: 1.2em;
    }

    .split_menu_lateral{
        height: 1px;
        border-bottom: #043554 dotted 1px;
        margin-bottom: 3px;
    }

    .bloco_de_menu1 {
        display: inline-block;
        float: left;
        margin-right: 25px;
    }

    .bloco_de_menu2 {
        display: inline-block;
        float: left;
        margin-right: 25px;
        direction: rtl;
    }

    .li_vazio {
        height: 15px;
    }

}

@media only screen and (min-width: 1600px) {

    /*    #menu {
            width: 100%;
            text-align: left;
            margin: 0 auto  0 auto;
        }*/

    #menu {
        width: 100%;
        height: 55px;
        background-color: #0f415f;
        border-top: #265379 solid 1px;
        text-align: left;
        margin: 0 auto  0 auto;
        cursor: pointer;
        color: #fff;
    }

    .menu {
        width: 7.900%;
        display: block;
        margin: 0em;
        float: left;
        padding: 1em 0.5em 0.6em 0.5em;
        font-size: 1em;
    }

    .menu i {
        margin-bottom: 0.25em;
        font-size: 1.2em;
    }

    .split_menu_lateral{
        height: 1px;
        border-bottom: #043554 dotted 1px;
        margin-bottom: 3px;
    }

    .icon_e_txt_aling {
        text-align: center ! important;
        cursor: pointer;
        color: #000 ! important;
    }

    .icon_e_txt_aling a {
        text-align: center ! important;
        cursor: pointer;
        color: #000 ! important;
    }


    .icon_e_txt_aling:hover {
        cursor: pointer;
        color: #2b97d4;
    }

    .bloco_de_menu1 {
        display: inline-block;
        float: left;
        margin-right: 25px;
    }

    .bloco_de_menu2 {
        display: inline-block;
        float: left;
        margin-right: 25px;
        direction: rtl;
    }

    .li_vazio {
        height: 20px;
    }

}

/*MENU LATERAL*/

#conteudo_menu {
    display: block;
}

@media only screen and (max-device-width: 800px) {

    #conteudo_menu {
        display: none;
    }

    #menu {
        width: 90%;
        text-align: center;
        margin-top: 0.9em;
        margin-left: 5%;
        margin-right: 5%;
        cursor: pointer;
    }

    .menu {
        width: 31%;
        display: block;
        margin: 1%;
        float: left;
        padding: 0.7em;
        font-size: 1em;
        border-top: #265379 solid 1px;
        background-color: #0f415f;
        color: #fff;
        border-radius: 10px;
        text-align: center ! important;
    }

    .icon_e_txt_aling {
        cursor: pointer;
        font-size: 1em;
        margin-bottom: 1em;
    }


    .icon_e_txt_aling:hover {
        cursor: pointer;
        color: #2b97d4;
        font-size: 1em;
        margin-bottom: 1em;
    }

    .split_menu_lateral{
        height: 1px;
        border-bottom: #043554 dotted 1px;
        margin-bottom: 3px;
    }

    .li_vazio {
        display: none;
        height: 0px;
    }
        
    .icon_e_txt_aling {
        text-align: center ! important;
        cursor: pointer;
    }

}