/* _content/WebApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Fuentes y texto */
body[b-7882z672yd] {
    font-family: 'Poppins', sans-serif;
    background-color: #121417;
    color: #e0e0e0;
    min-height: 100vh;
    margin: 0;
    padding-bottom: 80px; /* para que no tape el footer */
}

/* Navbar brand */
a.navbar-brand[b-7882z672yd] {
    white-space: normal;
    text-align: center;
    word-break: break-word;
    color: #f0f0f0 !important;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

/* Links */
a[b-7882z672yd] {
    color: #4b6cb7;
    text-decoration: none;
    transition: color 0.3s ease;
}

    a:hover[b-7882z672yd], a:focus[b-7882z672yd] {
        color: #ffd43b;
        text-decoration: underline;
    }

/* Botones primarios */
.btn-primary[b-7882z672yd] {
    color: #fff;
    background-color: #4b6cb7;
    border-color: #4b6cb7;
    box-shadow: 0 4px 8px rgb(75 108 183 / 0.4);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

    .btn-primary:hover[b-7882z672yd], .btn-primary:focus[b-7882z672yd] {
        background-color: #35548a;
        border-color: #35548a;
        box-shadow: 0 6px 12px rgb(53 84 138 / 0.6);
    }

/* Nav pills activos */
.nav-pills .nav-link.active[b-7882z672yd], .nav-pills .show > .nav-link[b-7882z672yd] {
    color: #fff !important;
    background-color: #4b6cb7 !important;
    border-color: #35548a !important;
}

/* Bordes suaves para separar */
.border-top[b-7882z672yd] {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.border-bottom[b-7882z672yd] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Sombra ligera para cajas */
.box-shadow[b-7882z672yd] {
    box-shadow: 0 4px 15px rgba(75, 108, 183, 0.3);
}

/* Botón aceptar política */
button.accept-policy[b-7882z672yd] {
    font-size: 1rem;
    line-height: inherit;
    background-color: #ffd43b;
    color: #182848;
    font-weight: 600;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    cursor: pointer;
    box-shadow: 0 2px 8px rgb(255 212 59 / 0.5);
    transition: background-color 0.3s ease;
}

    button.accept-policy:hover[b-7882z672yd], button.accept-policy:focus[b-7882z672yd] {
        background-color: #e6c732;
    }

/* Footer fijo abajo */
.footer[b-7882z672yd] {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #1b2236;
    color: #bbb;
    line-height: 30px;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
    z-index: 100;
}

/* Responsive para word-break */
@media (max-width: 576px) {
    a.navbar-brand[b-7882z672yd] {
        font-size: 1.25rem;
    }
}
