body {
    /* margin: 0; */
    /* padding: 0; */
    font: 300 14px/18px Roboto;
    /* background-image: url('../images/texture.png'); */
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:visited,
a:focus {
    color: #fefefe;
    text-decoration: none;
}

.portal-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
}

.portal-menu>li {
    display: inline-block;
    float: left;
    width: 20%;
}

.portal-menu>li>a {
    height: 70px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.portal-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    color: #fff;
}

/* .portal-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
} */

li.drop-down {
    position: relative;
}

li.drop-down:before {
    content: "\f103";
    color: #fff;
    /* font-family: FontAwesome; */
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}

li.drop-down>ul {
    left: 0px;
    min-width: 230px;
}

li.drop-down>ul>li>a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

/*mega menu*/

.corpo-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

.corpo-menu-wrap .row div {
    padding-left: 0px;
    padding-right: 0px;
}

h4.row.menu-item-titulo {
    color: #eee;
    /* margin-top: 0px; */
    font-size: 12px;
    font-weight: bold;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-top: 12px;
    margin: 0;
}

.corpo-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.menu-item {
    z-index: 1000;
}

ul.menu-item li a {
    padding: 3px 15px;
    color: black;
    background-color: initial;
}

/*common*/
.corpo-menu:hover,
.menu-drop-down a:hover+.corpo-menu {
    display: block;
    z-index: 1000;
}

/*responsive*/

@media (min-width:767px) {
    .portal-menu>li>a {
        display: block;
        padding: 20px 22px;
    }

    .portal-menu .menu-drop-down a,
    .portal-menu li.pesquisa a {
        display: flex;
        justify-content: left;
        align-items: center;
    }

    .portal-menu .menu-drop-down a img,
    .portal-menu li.pesquisa a img {
        margin-right: 6px;
    }

    .corpo-menu,
    li.drop-down>ul {
        position: absolute;
    }

    a.toggle-menu {
        height: 80px;
        display: none;
    }

    ul.menu-item li a {
        background-color: white;
    }
}

@media (max-width:767px) {
    .portal-menu {
        min-height: 58px;
        background-color: #eee;
        width: 100%;
    }

    .portal-menu>li>a {
        height: 58px;
        width: 100%;
        display: none;
        /* justify-content: left;
        align-items: center; */
        /* display: none;
        height: auto; */
    }

    .portal-menu>li>a>img {
        margin: 0px 6px;
    }

    .portal-menu>li {
        width: 100%;
    }

    .display.portal-menu>li>a {
        display: block;
        padding: 20px 22px;
    }

    ul.menu-item {
        width: 100%;
    }

    ul.menu-item li a {
        color: white;
        margin: 0;
    }

    .corpo-menu,
    li.drop-down>ul {
        position: relative;
    }

    .receita,
    .despesa,
    .responsabilidade-fiscal,
    .gestao {
        border: none !important;
    }

}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: black;
    top: 0px;
}

.receita {
    background-color: #8ABA33;
    border-bottom: 1px solid #6E9329;
}

.receita:hover {
    background-color: #6E9329;
}

.despesa {
    background-color: #D8313E;
    border-bottom: 1px solid #AD2932;
}

.despesa:hover {
    background-color: #AD2932;
}

.responsabilidade-fiscal {
    background-color: #5675B7;
    border-bottom: 1px solid #446093;
}

.responsabilidade-fiscal:hover {
    background-color: #446093;
}

.gestao {
    background-color: #666;
    border-bottom: 1px solid #444;
}

.gestao:hover {
    background-color: #444;
}

.pesquisa {
    background-color: #eee;
}

.pesquisa a {
    color: black;
}

.card {
    display: flex;
    margin-left: 10px;
    margin-right: 10px;
}

.more-access-body {
    width: 65%;
    background-color: #fff;
    padding: 25px;
    color: #444;
}

.rota {
    margin-left: 10px;
    color: #444 !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.image {
    width: 35%;
    height: 250px;
    text-align: center;
    line-height: 250px;
    float: right;
}

.more-access{
    background-color: #f2f2f2;
    color:#444;
    width: 100%;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 70px;
}