.topo-acessibilidade {
    height: 40px;
    background-color: #FFB917;
}

.topo-acessibilidade-row {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    color: #007cbf;
    padding-top: 8px;
}

.topo-acessibilidade-row .topo-acessibilidade-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}

.topo-acessibilidade-row a,
.topo-acessibilidade-row a:active,
.topo-acessibilidade-row a:visited,
.topo-acessibilidade-row a:hover {
    color: #007cbf !important;
    font-weight: 700;
}

.topo-logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 180px;
}

img.topo-logo-img {
    height: 90px;
    width: auto;
}

.topo-nav {
    background: rgb(0, 102, 255);
    background: linear-gradient(90deg, rgba(0, 123, 192, 1) 0%, rgba(0, 169, 255, 1) 100%);
}

.nav {
    align-items: center;
}

.nav .nav-item a.nav-link {
    font-size: 0.8rem;
    font-weight: 700;
    color: #f2f2f2;
    text-transform: uppercase;
}