﻿h1 {
    color: #3B83BD;
}
.navbar-custom {
    background-color: #3B83BD;
}
.btn-success {
    background-color: #3B83BD !important; /* Tu nuevo color */
    border-color: #3B83BD !important;
}

.btn-success:hover {
    background-color: #3B83BD !important;
    border-color: #3B83BD !important;
}
.btn-outline-success {
    color: #3B83BD !important;
    border-color: #3B83BD !important;
}

.btn-outline-success:hover {
    background-color: #3B83BD !important;
    color: white !important;
}
.text-success {
    color: #3B83BD !important; /* Azul, por ejemplo */
}
.card-title {
    color: #3B83BD !important;
}
.bg-success {
    background-color: #3B83BD !important;
}