body {
    min-height: 100vh;
    background: linear-gradient(rgba(10, 30, 80, 0.7),rgba(10, 30, 80, 0.7)), url('fondo.jpg') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Segoe UI', 'Arial', sans-serif;
}

.blur-bg {
    position: fixed;
    top: 0; left: 0; width: 100vw; height: 100vh;
    z-index: -1;
    background: url('fondo.jpg') center center/cover no-repeat;
    filter: blur(12px) brightness(0.7);
}

.card, .tablon-card {
    background: rgba(255,255,255,0.95) !important;
    border: none;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(10,30,80,0.12);
}

.btn-navy, .btn-primary {
    background-color: #112a53 !important;
    color: #fff !important;
    border: none;
}

.btn-navy:hover, .btn-primary:hover {
    background-color: #193c6c !important;
    color: #fff !important;
}

.brand-title {
    color: #112a53;
    font-weight: bold;
    text-shadow: 0 2px 14px #fff9;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.logo-judicial {
    max-width: 220px;
    width: 100%;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.tablon-card {
    margin-bottom: 1rem;
}

.nav-tabs .nav-link.active {
    background-color: #112a53 !important;
    color: #fff !important;
    border: none;
    border-radius: 12px 12px 0 0;
}
.nav-tabs .nav-link {
    color: #112a53;
    font-weight: 500;
    background: rgba(255,255,255,0.8);
    border: none;
    margin-right: 2px;
    border-radius: 12px 12px 0 0;
}