/* Estilos para el Asistente de Visita */
.asistente-header {
    background-color: #981A32 !important;
    color: #fff !important;
}

.badge-asistente {
    background-color: #981A32 !important;
    color: #fff !important;
}

.btn-asistente {
    background-color: #981A32 !important;
    color: #fff !important;
    border-color: #981A32 !important;
}

.btn-asistente:hover, .btn-asistente:focus, .btn-asistente:active {
    background-color: #7a1528 !important;
    border-color: #7a1528 !important;
    color: #fff !important;
}

.text-asistente {
    color: #981A32 !important;
}