.container {
    font-family: 'Roboto' !important;
}

.my-4 h2{
    color: #357EB3 !important;
}

.filaCambio {
    color: #357EB3 !important;
    font-weight: bold;
}

.card-title{
    color: #357EB3 !important;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    background-color: #357EB3 !important;
    color: #ffffff !important;
}

.nav-tabs .nav-link {
    color: #357EB3;
}

.nav-item {
    color: #357EB3;
}

.table th{
    color: #357EB3 !important;
}

.nav-tabs .nav-link.active {
        background-color: #007bff;
        color: white !important;
}

.table thead {
        background-color: #f8f9fa;
}

tr:hover {
	background-color: #ffffdd !important;
}

.table tbody tr td a{
	color: #357EB3 !important;
}

.list-group-item p a{
	color: #357EB3 !important;
}
