#nav-toggle .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    
#nav-toggle .navbar-toggler-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(218,173,104,1)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    
    
    
    div.new-sidebar a.nav-link.link-menu {
	margin-left: 0;
	margin-top: 10px;
	color: #ffffff!important;
	margin-bottom: 10px;
}

div.new-sidebar a.nav-link.link-menu:hover {
	margin-left: 0;
	color: #cfaf79!important;
}

div.columna-footer {
	background-color: #cfaf79;
}