.color-light {
    color: #E8DFDA;
}

.bg-atuacao {
    background-attachment: fixed;
    background-size: cover
}

.border-left-purple {
    border-left: 5px solid #40164F;
}

.nav-item.custom-dropdown {
    line-height: initial;
}

.custom-dropdown-menu {
    position: absolute;
    background: #F3EFEC;
    min-width: 180px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    line-height: 2.5 !important;
}

.custom-dropdown:hover .custom-dropdown-menu {
    display: block !important;
}

.custom-dropdown-menu .dropdown-item {
    display: block;
    padding: 3px 14px !important;
    color: #333;
    text-decoration: none;
}

.custom-dropdown-menu {
    transition: opacity 0.2s;
}

.custom-dropdown-menu .dropdown-item:after {
    content: none !important;
}

.custom-dropdown-menu .dropdown-item:hover {
    background: #f5f5f5;
}

.custom-dropdown {
    position: relative;
}