ul.ultopo {
    padding: 0px 15px 5px 20px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 45px;
    margin-top: -5px;
    margin-bottom: 0px;
}

li.btn {
    cursor: pointer;
    display: block;
    padding: 0;
    width: 25px;
    margin-left: 2%;
}

.icon_search {
    margin: 2px 2px 2px 2px;
    /*margin: 2px 6px;
	margin-left: 5%;*/
    z-index: 1001;
}

.icon_search a {
    display: block;
}

ol.niveis {
    list-style-type: none;
    padding: 1%;
    /*position: fixed;*/
    position: relative;
    text-transform: uppercase;
    font-family: Helvetica;
    font-size: 12px;
    font-size: 2vmin;
    margin-bottom: 10px;
    margin-left: 2%;
}

li.niveis {
    display: inline-block;
    float: left;
    position: relative;
    margin-bottom: 5px;
}

li.niveis:last-child a {
    cursor: default;
}

li.niveis:last-child::before,
li.niveis:last-child::after {
    background: #c9c9c9;
}

li.niveis:not(:last-child):hover::before,
li.niveis:not(:last-child):hover::after {
    background: #ac2648;
}

li.niveis::before,
li.niveis::after {
    content: '';
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    background: white;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    z-index: -2;
}

li.niveis::before {
    top: -2px;
    transform: skew(30deg);
    border-top: 2px solid #666;
}

li.niveis::after {
    bottom: -2px;
    transform: skew(-30deg);
    border-bottom: 2px solid #666;
}

li.niveis>a:hover {
    color: white;
}

li.niveis>a {
    display: inline-block;
    position: relative;
    line-height: 2.5;
    padding: 0 20px;
    color: #666;
    text-decoration: none;
}

li.niveis:first-child {
    background-color: white;
    border-left: 2px solid #666;
    left: -7px;
    box-sizing: content-box;
}

li.niveis:first-child:hover {
    background-color: #ac2648;
}

li.niveis:first-child::before,
li.niveis:first-child::after {
    left: 4px;
}

li.logo {
    flex: 1;
    margin-top: -5px;
}

li.logo:hover * {
    fill: var(--cor-3);
    transition: 0.3s;
}

.c-btn {
    text-decoration: none;
    padding: 0 15px;
    border: 2px solid #666;
    border-radius: 5px;
    color: #666;
    transition: all 0.3s ease-in-out;
}

.c-btn:hover {
    background-color: #ac2648;
    color: white;
}

.niv * {
    list-style-type: none;
    display: flex;
    float: left;
    color: var(--cor-6);
    text-transform: uppercase;
    margin-right: 7px;
    font-size: 12px;
    font-weight: 700;
    font-family: helvetica;
    text-decoration: none;
}

.niv {
    padding: 10px;
    margin: 0px 10px 24px 20px;
}

ul.niv+p+div {
    /*border-bottom: 1px solid var(--cor-5);*/
    margin: 10px 25px;
    padding-bottom: 10px;
}

.niv li:hover *,
.niv li>a>svg:hover * {
    color: var(--cor-3);
    fill: var(--cor-3);
    stroke: var(--cor-3);
}

.niv li>a>svg {
    height: 17px;
}

.niv li {
    margin: auto;
    text-align: center;
}

.niv li:first-child * {
    fill: var(--cor-6);
    color: var(--cor-6);
    stroke: var(--cor-6);
}

.niv li:last-child * {
    pointer-events: none;
    color: var(--cor-3);
    font-weight: 600;
}

ul.erroslog {
    margin-left: 7px;
    text-align: left;
    padding: 0px;
}

@media only screen and (min-width: 600px) {
    ul.ultopo {
        z-index: 1;
        height: 65px;
        /*padding: 5px 20px 5px 20px;*/
    }
    li.btn {
        font-size: 29px;
        flex: 0;
        padding: 0 40px;
        display: none;
    }
    li.logo {
        flex: 1;
    }
}

@media only screen and (min-width: 768px) {
    ul.ultopo {
        z-index: 1;
        /* padding: 5px 20px 5px 20px;*/
    }
    li.logo {
        flex: 1;
    }
}

@media only screen and (min-width: 992px) {
    ul.ultopo {
        /* padding: 5px 20px 5px 20px;*/
    }
    li.logo {
        margin-right: 5%;
    }
}

@media only screen and (min-width: 1200px) {
    ul.ultopo {
        /*  padding: 5px 20px 5px 20px;*/
    }
    li.btn {
        font-size: 29px;
        flex: 0;
        padding: 0 40px;
        display: none;
    }
    li.logo {
        margin-right: 5%;
    }
}