.btn-elegante-azul {
background-color: #01405e; /* El nuevo azul oscuro */
color: white;
border: none;
}
.btn-elegante-dourado {
background-color: #b8a17f;
color: white;
border: none;
}

.btn-elegante-verde {
background-color: #8aa07c;
color: white;
border: none;
}

.btn-elegante-granate {
background-color: #8b5e6b;
color: white;
border: none;
}

.btn-elegante-gris {
background-color: #5a5a5a;
color: white;
border: none;
}

.btn-elegante-azuloscuro {
background-color: #4a6375;
color: white;
border: none;
}

.btn-elegante-azul:hover,
.btn-elegante-dourado:hover,
.btn-elegante-verde:hover,
.btn-elegante-granate:hover,
.btn-elegante-gris:hover,
.btn-elegante-azuloscuro:hover {
    filter: brightness(85%);
    transition: filter 0.15s ease-in-out;
}

.texto-elegante-azul {
color: #01405e; /* El nuevo azul oscuro */
}
.texto-elegante-dourado {
color: #b8a17f;
}

.texto-elegante-verde {
color: #8aa07c;
}

.texto-elegante-granate {
color: #8b5e6b;
}

.texto-elegante-gris {
color: #5a5a5a;
}

.texto-elegante-azuloscuro {
color: #4a6375;
}

.texto-primary {
color: #01405e; /* El nuevo azul oscuro */
}

.texto-secondary {
color: #6c757d;
}

.texto-success {
color: 	#198754;
}

.texto-info {
color: #0dcaf0;
}

.texto-warning {
color: #ffc107;
}

.texto-danger {
color: #dc3545;
}
.texto-light {
color: 	#f8f9fa;
}

.texto-dark {
color: #212529;
}
