header.top_bar {
    display: flex;
    flex: 2;
    flex-direction: row;
    background-color: #023E88;
    position: relative;
}

header.top_bar .top_menu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 40px;

}

header.top_bar .top_menu::after {
    content: ' ';
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #f9cf4d, #c5c852, #00b75e, #f9cf4d);
    position: absolute;
    top: 40px;
    z-index: 1;
}

header.top_bar .top_menu .top_logo {
    display: table;
    height: 40px;
    flex: 2;
    align-items: center;
    color: #FFFFFF;

}

header.top_bar .top_menu .top_logo h5 {
    font-size: 1rem;
    display: table-cell;
    vertical-align: middle;
}

header.top_bar .top_menu .nav_top {
    display: table;
    /* padding-right: 60px; */
}

header.top_bar .top_menu .nav_top .brasao-seplag {
    display: table-cell;
    vertical-align: middle;
}


header.top_bar .top_menu .nav_top .brasao-seplag ul {
    display: flex;
    text-decoration: none;
    list-style: none;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}

header.top_bar .top_menu .nav_top .brasao-seplag ul li {
    padding-left: 20px;
}

header.top_bar .top_menu .nav_top .brasao-seplag ul li a {
    text-decoration: none;
    color: #FFFFFF;
    opacity: 80%;
    font-size: 12px;
}

header.top_bar .top_menu .nav_top .brasao-seplag ul li a:hover {
    opacity: 100%;
    color: #FFFFFF;
}

body{
    background-color: #e2e8f0;
}