body { 
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('camionmoderno.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/* Estilo para las tarjetas de contenido principal (formularios, listas) */
.content-card {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

/* Estilo para los encabezados de las tarjetas en el dashboard */
.card-header {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

/* Estilos para hacer las tablas transparentes */
.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.03);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.06);
}

/* Anulación para encabezados de tabla en el dashboard */
.table-light {
    --bs-table-bg: transparent !important;
}