/* CUSTOM */

/* .menu-feature {
    height: 20px;
} */

.menu-feature a span {
    padding: 10px;
    border-radius: 10px;
}

.menu-feature.orange a span {
    background-color: #ff5400;
}

.menu-feature.green a span {
    background-color: #47a145;
}

.menu-feature.green a span:hover
.menu-feature.orange a span:hover {
    color: #fff !important;
}

.list-inline {
    list-style: none;
}

.list-inline li {
    display: inline-block;
    margin-top: 30px;
}

/* Footer Dropdown Manuais */
.footer-dropdown {
    position: relative !important;
}

.footer-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    min-width: 180px;
    list-style: none;
    margin: 0;
}

.footer-dropdown-toggle {
    cursor: pointer;
}

.footer-dropdown-toggle i {
    font-size: 12px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.footer-dropdown.open .footer-dropdown-toggle i {
    transform: rotate(180deg);
}

.footer-dropdown.open .footer-dropdown-menu {
    display: block;
}

.second-footer .menu-footer-list .footer-dropdown-menu li {
    display: block !important;
    width: 100% !important;
    padding: 2px 0 !important;
    float: none !important;
}

.second-footer .menu-footer-list .footer-dropdown-menu li a {
    font-size: 14px;
    opacity: 0.85;
}

.second-footer .menu-footer-list .footer-dropdown-menu li a:hover {
    opacity: 1;
}

/* Footer Mobile */
@media (max-width: 991px) {
    .second-footer .menu-footer-list li {
        display: block !important;
        width: 100% !important;
        padding: 8px 0 !important;
    }

    .footer-dropdown-menu {
        position: relative !important;
        top: auto !important;
        left: auto !important;
    }
}