<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#navbarResponsive a.nav-link {
    color: white;
    font-weight: bold !important;
    font-size: 15px !important;
    margin-right: 12px !important;
}
#navbarResponsive a.nav-link:hover,
#navbarResponsive a.nav-link:active {
    color: #bebebe !important;
}
@media (max-width: 480px) {
    a.navbar-brand &gt; img {
        max-width: 100px;
    }
    a.nav-link.btn-entrar {
        padding: 5px;
    }
    /* .rodape3 .list-group {
        margin-bottom: 20px;
    } */
}
@media (min-width: 992px){
#navbarResponsive a.nav-link {
    color: white;
    font-weight: bold !important;
    font-size: 15px !important;
    margin-right: 12px !important;
/*	background-color:white;*/
}

}
@media (max-width: 992px){
#navbarResponsive a.nav-link {
    color: #707070;
    font-weight: bold !important;
    font-size: 15px !important;
    margin-right: 12px !important;
/*	background-color:white;*/
}		
.menu_sombreado
        {
            box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
        }
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
	/*	background-color:white;*/
		color: #707070;
}
}
.navbar-dark .navbar-toggler-icon{
background-image: url(../img/menu-ico.png);
}
.iconc{
/*fechar*/
background-image: url(../img/menu-icoc.png)!important;
}
.icona{
/*menu branco*/	
background-image: url(../img/menu-ico.png)!important;
}
.iconb{
/*menu verde*/		
background-image: url(../img/ico-menu2.png)!important;
}
.fundotransp{
background-color: transparent;	
}
.fundobranco{
background-color: white;	
}
</pre></body></html>