*{
	color: #1b2731 !important;
}
.navbar-brand{
	background-color: #64A9ED;
	color: white !important;
}

.nav-tabs .nav-link.active{
    background: #64A9ED;
    color: white !important;
}

li{
	color: #343a40;
}
.primary-color{
	background-color: #64A9ED !important;
	color: white !important;
}

.progress-bar{
    background-color: #64A9ED !important;
    color: white !important;
}

h1, h2, h3{
	color: #64A9ED !important;
}

footer.page-footer .footer-copyright{
	color: #F1F3F6 !important;	
	background-color: #64A9ED !important;	
}

/*#indice_fmr .tab-content{
	background: url('/img/bg.png');
	background-size: cover;
}*/


#indice_fmr .tab-content .tab-pane .container{
	background: white;
    padding: 10px;
}

.footer-copyright img{
	max-width: 300px
}