.sidebar-city .sidebar-header {
    position: relative;
    padding-bottom: 55px;
    margin-bottom: 10px;
}

.sidebar-city .sidebar-header .logo {
    margin-bottom: 0;
}

.sidebar-city .sidebar-header .menu-principal-title { 
    padding: 0 15px;
    font-size: 10px;
}

/* ============================================
   NAVEGAÇÃO DE CIDADES
   ============================================ */

.sidebar-city .city-navigation {
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 0 15px 0 15px;
}

.city-navigation {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 20px;
    padding: 0 20px 20px 0;
}

.nav-arrow-btn {
    width: 35px;
    height: 25px;
    background-color: rgba(224, 224, 224, 0.5);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    color: #ffffff;
    font-size: 14px;
    padding: 0;
}

.nav-arrow-btn:hover {
    background-color: rgba(224, 224, 224, 0.8);
}