/** header **/

/** hamburger **/

.topo-hamburger-inner--bg							{ background-color: #000; }
.topo-hamburger-inner--bg::before					{ background-color: #000; }
.topo-hamburger-inner--bg::after					{ background-color: #000; }

/** hamburger aberto **/

.is-active .topo-hamburger-inner--bg				{ background-color: #000 !important; }
.is-active .topo-hamburger-inner--bg::before		{ background-color: #000 !important; }
.is-active .topo-hamburger-inner--bg::after			{ background-color: #000 !important; }

/** menu fechado e aberto **/

.nav-item.active a,
.nav-item.active:hover a,
.nav-item a:hover {
    color:#E6C1B2 !important;
    font-weight: bold !important;
}

.topo-nav-link--color { color: #284234; }