.header-top {
  display: none;
}

.footer-contact li {
  display: inherit !important;
}

span2 {
  margin-left: 42px;
}

span3 {
  margin-left: 48px;
}

.footer-logo img {
  filter: invert(0%) brightness(100%);
}

#menu_home {
  display: none;
}

a.theme-btn.nav-link {
    height: 55px;
    padding: 1rem !important;
    margin: 1rem 0;
}

a.notas-servico {
    background: #164420;
    padding: 16px 15px;
    color: #fff;
    border-radius: 10px;
    margin: 0 20px 0 0;
}


a.emissor-clinte {
    background: #237735;
    color: #fff;
    padding: 16px 15px;
    border-radius: 10px;
}

.footer-contact li a {
    color: #000000;
    transition: var(--transition);
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: #000000;
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-widget-title {
    color: #000000;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 21px;
    z-index: 1;
}

.img-topico {
    background: #8bff8f;
    margin-right: 20px;
    border-radius: 8px;
}

.hero-single::before {
    background: linear-gradient(90deg, #164420, transparent) !important;
    opacity: 1 !important;
}

.theme-btn {
    color: #12a108;
}

.hero-single .hero-content .hero-title {
    font-size: 58px;
}

@media (min-width: 992px) {
    .navbar .nav-item .nav-link.active, .navbar .nav-item:hover .nav-link {
        color: #006d0a;
    }
}