.container {
    font-family: 'Roboto' !important;
}

.my-4 h2{
    color: #357EB3 !important;
}

.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;
}
            
.accordion-button.collapsed {
                background-color: #f8f9fa !important; /* Fondo cuando está cerrado */
                color: #333 !important; /* Color de texto */
            }
            
.accordion-item {
                margin-bottom: 0 !important; /* Elimina el margen inferior */
            }

.my-4 p a{
	color: #357EB3 !important;
}

.list-group-item p a{
	color: #357EB3 !important;
}