/* /Componentes/BarraLogo.razor.rz.scp.css */
.barra-logo[b-g5jmjrku7d] {
    background-color: #611232;
    color: #ffffff;
}

.logo-salud[b-g5jmjrku7d] {
    height: 50px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 12px;
}

.titulo-subse[b-g5jmjrku7d] {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: right;
    line-height: 1.2;
}

@media (max-width: 500px) {
    .titulo-subse[b-g5jmjrku7d] {
        font-size: 13px;
    }

    .logo-salud[b-g5jmjrku7d] {
        height: 35px;
        margin-left: 8px;
    }
}

@media (max-width: 360px) {
    .titulo-subse[b-g5jmjrku7d] {
        font-size: 11px;
    }

    .logo-salud[b-g5jmjrku7d] {
        height: 32px;
    }
}
/* /Componentes/BarraMenu.razor.rz.scp.css */
.barra-menu[b-s9hz46ht3l] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #3A0B1E;
    color: #ffffff;
}

[b-s9hz46ht3l] .barra-menu__paper {
    background-color: #3A0B1E !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

[b-s9hz46ht3l] .barra-menu__toolbar {
    min-height: 42px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #3A0B1E !important;
    color: #ffffff !important;
    display: grid !important;
    grid-template-columns: 260px minmax(0, 1fr) 260px;
    align-items: center;
}

.barra-menu__left[b-s9hz46ht3l] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 0;
}

.barra-menu__center[b-s9hz46ht3l] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.barra-menu__right[b-s9hz46ht3l] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.barra-menu__session[b-s9hz46ht3l] {
    display: flex;
    align-items: center;
    min-width: 0;
}

[b-s9hz46ht3l] .barra-menu__brand {
    color: #ffffff !important;
    font-size: 18px;
    font-family: "Patria", sans-serif;
    font-weight: 500;
    text-transform: none;
    white-space: nowrap;
    border-radius: 8px !important;
}

    [b-s9hz46ht3l] .barra-menu__brand:hover {
        color: #D0BB73 !important;
        background-color: transparent !important;
    }

[b-s9hz46ht3l] .barra-menu__link {
    color: #ffffff !important;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap;
    border-radius: 8px !important;
}

    [b-s9hz46ht3l] .barra-menu__link:hover {
        color: #D0BB73 !important;
    }

[b-s9hz46ht3l] .barra-menu__menu {
    color: #ffffff !important;
}

    [b-s9hz46ht3l] .barra-menu__menu button {
        color: #ffffff !important;
        text-transform: none;
        white-space: nowrap;
        border-radius: 8px !important;
        padding: 3px 10px;
    }

        [b-s9hz46ht3l] .barra-menu__menu button:hover {
            color: #D0BB73 !important;
            border-radius: 8px !important;
        }

[b-s9hz46ht3l] .barra-menu__hamburger {
    display: none;
    color: #ffffff !important;
    border-radius: 8px !important;
}

    [b-s9hz46ht3l] .barra-menu__hamburger:hover {
        color: #D0BB73 !important;
    }

.barra-menu__mobile[b-s9hz46ht3l] {
    display: flex;
    flex-direction: column;
    background-color: #3A0B1E;
}

[b-s9hz46ht3l] .barra-menu__mobile-link {
    width: 100%;
    justify-content: flex-start;
    color: #ffffff !important;
    text-transform: none;
    border-radius: 7px !important;
}

    [b-s9hz46ht3l] .barra-menu__mobile-link:hover {
        color: #D0BB73 !important;
    }

.barra-menu__mobile-submenu[b-s9hz46ht3l] {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
    border-radius: 7px;
    overflow: hidden;
}

[b-s9hz46ht3l] .barra-menu__mobile-sublink {
    width: 100%;
    justify-content: flex-start;
    color: #ffffff !important;
    text-transform: none;
    padding: 7px 12px;
    font-size: 0.92rem;
    border-radius: 7px !important;
}

    [b-s9hz46ht3l] .barra-menu__mobile-sublink:hover {
        color: #D0BB73 !important;
    }

.barra-menu__mobile-session[b-s9hz46ht3l] {
    padding-top: 6px;
    margin-top: 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

/* Responsive */
@media (max-width: 991px) {
    [b-s9hz46ht3l] .barra-menu__toolbar {
        grid-template-columns: 1fr auto;
        min-height: 46px;
    }

    .barra-menu__left[b-s9hz46ht3l] {
        justify-content: flex-start;
    }

    .barra-menu__center[b-s9hz46ht3l] {
        display: none;
    }

    .barra-menu__right[b-s9hz46ht3l] {
        justify-content: flex-end;
    }

    .barra-menu__session[b-s9hz46ht3l] {
        display: none;
    }

    [b-s9hz46ht3l] .barra-menu__hamburger {
        display: inline-flex;
    }
}
/* /Componentes/BarraPie.razor.rz.scp.css */
.barraPie[b-qhsapu3r25] {
    background-color: #611232;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 3px;
}

/* Dispositivos con resolución menor a 768px*/
@media (max-width: 768px) {
    .barraPie[b-qhsapu3r25] {
        display: none;
    }
}
/* /Componentes/EnlacesSesion.razor.rz.scp.css */
.enlaces-sesion[b-6cczyp9k4n] {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.1;
    font-size: 0.8rem;
    max-width: 260px;
}

.enlaces-sesion__usuario[b-6cczyp9k4n] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 260px;
    width: 100%;
    min-width: 0;
}

.enlaces-sesion__usuario-texto[b-6cczyp9k4n] {
    font-size: 0.8rem;
    line-height: 1.1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
    max-width: 260px;
    padding-right: 8px;
}
[b-6cczyp9k4n] .enlaces-sesion__boton {
    color: #ffffff !important;
    font-size: 0.8rem;
    text-transform: none;
    min-width: auto;
    padding: 2px 6px;
}

    [b-6cczyp9k4n] .enlaces-sesion__boton:hover {
        color: #D0BB73 !important;
        background-color: transparent !important;
    }

/*.enlaces-sesion {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.1;
    font-size: 0.8rem;
}

.enlaces-sesion__usuario-texto {
    font-size: 0.8rem;
    line-height: 1.1;
}

::deep .enlaces-sesion__icono {
    font-size: 14px !important;
    margin-right: 4px;
}

::deep .enlaces-sesion__boton {
    color: #ffffff !important;
    font-size: 0.8rem;
    text-transform: none;
    min-width: auto;
    padding: 2px 6px;
}

    ::deep .enlaces-sesion__boton:hover {
        color: #D0BB73 !important;
        background-color: transparent !important;
    }

*/
/* /Componentes/MasterApp.razor.rz.scp.css */
.master-appbar__contenido[b-ddyppo74o2] {
    align-items: center;
    display: flex;
    gap: 12px;
    min-height: 64px;
    width: 100%;
}

.master-appbar__marca[b-ddyppo74o2] {
    align-items: center;
    display: flex;
    gap: 18px;
    min-width: 0;
}

.master-appbar__logo[b-ddyppo74o2] {
    flex-shrink: 0;
    height: 40px;
    object-fit: contain;
    width: auto;
}

.master-appbar__titulos[b-ddyppo74o2] {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.2;
    min-width: 0;
    padding-left: 18px;
}

.master-appbar__titulo[b-ddyppo74o2] {
    font-size: 16px;
    font-weight: 600;
}

.master-appbar__acciones[b-ddyppo74o2] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 10px;
}

.master-usuario[b-ddyppo74o2] {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: 9px;
    min-width: 0;
    padding: 4px 8px 4px 18px;
    text-align: left;
    transition: background-color 150ms ease;
}

.master-usuario:hover[b-ddyppo74o2] {
    background: rgba(255, 255, 255, 0.09);
}

.master-usuario:focus-visible[b-ddyppo74o2] {
    outline: 2px solid #bc955c;
    outline-offset: 2px;
}

.master-usuario__avatar[b-ddyppo74o2] {
    align-items: center;
    background: #bc955c;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    flex: 0 0 36px;
    font-size: 13px;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    width: 36px;
}

.master-usuario__datos[b-ddyppo74o2] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    max-width: 210px;
    min-width: 0;
}

.master-usuario__nombre[b-ddyppo74o2] {
    font-size: 13px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.master-usuario__rol[b-ddyppo74o2] {
    font-size: 11px;
    margin-top: 3px;
    opacity: 0.75;
}

.master-usuario__desplegar[b-ddyppo74o2] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
}

.master-drawer__contenido[b-ddyppo74o2] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.master-drawer__encabezado[b-ddyppo74o2] {
    align-items: center;
    border-bottom: 1px solid #eee6e8;
    display: flex;
    flex-shrink: 0;
    gap: 13px;
    min-height: 82px;
    padding: 13px 16px;
}

.master-drawer__acceso-inicio[b-ddyppo74o2] {
    flex: 0 0 44px;
    height: 44px;
    width: 44px;
}

.master-drawer__emblema[b-ddyppo74o2] {
    align-items: center;
    background: #691c32;
    border: 0;
    border-radius: 13px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
    width: 44px;
}

.master-drawer__emblema:hover[b-ddyppo74o2] {
    background: #7a2440;
    box-shadow: 0 5px 12px rgba(105, 28, 50, 0.22);
    transform: translateY(-1px);
}

.master-drawer__emblema:focus-visible[b-ddyppo74o2] {
    outline: 2px solid #bc955c;
    outline-offset: 2px;
}

.master-drawer__identidad[b-ddyppo74o2],
.master-drawer__pie-identidad[b-ddyppo74o2] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.master-drawer__nombre[b-ddyppo74o2] {
    color: #4a0d24;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.master-drawer__descripcion[b-ddyppo74o2] {
    color: #74686c;
    font-size: 11px;
    margin-top: 2px;
}

.master-menu[b-ddyppo74o2] {
    flex: 1;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px;
}

.master-menu__seccion[b-ddyppo74o2] {
    border-bottom: 1px solid #f0e9eb;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.master-menu__seccion:last-child[b-ddyppo74o2] {
    border-bottom: 0;
}

.master-menu__seccion-titulo[b-ddyppo74o2] {
    color: #94878b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 11px 4px;
}

.master-menu__opcion[b-ddyppo74o2] {
    align-items: center;
    background: transparent;
    border: 0;
    border-left: 3px solid transparent;
    border-radius: 7px;
    color: #4d4648;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    gap: 11px;
    margin: 1px 0;
    min-height: 40px;
    padding: 6px 11px;
    text-align: left;
    transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease;
    width: 100%;
}

.master-menu__opcion:hover[b-ddyppo74o2] {
    background: #f6eef1;
    color: #691c32;
}

.master-menu__opcion:focus-visible[b-ddyppo74o2] {
    outline: 2px solid #bc955c;
    outline-offset: -2px;
}

.master-menu__opcion--activa[b-ddyppo74o2],
.master-menu__opcion--activa:hover[b-ddyppo74o2] {
    background: #f4e8ec;
    border-left-color: #bc955c;
    color: #691c32;
    font-weight: 700;
}

.master-menu__icono[b-ddyppo74o2] {
    align-items: center;
    display: flex;
    flex: 0 0 24px;
    justify-content: center;
}

.master-menu__texto[b-ddyppo74o2] {
    flex: 1;
    font-size: 13px;
    min-width: 0;
}

.master-menu__indicador[b-ddyppo74o2] {
    align-items: center;
    background: #691c32;
    border-radius: 12px;
    color: #ffffff;
    display: flex;
    flex-shrink: 0;
    font-size: 10px;
    font-weight: 700;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    padding: 0 7px;
}

.master-drawer__pie[b-ddyppo74o2] {
    align-items: center;
    background: #f8f3f4;
    border-top: 1px solid #eee6e8;
    display: flex;
    flex-shrink: 0;
    gap: 12px;
    min-height: 66px;
    padding: 12px 25px;
}

.master-drawer__estado[b-ddyppo74o2] {
    background: #1b8a63;
    border: 3px solid #d9f0e7;
    border-radius: 50%;
    flex: 0 0 12px;
    height: 12px;
    width: 12px;
}

.master-drawer__pie-titulo[b-ddyppo74o2] {
    color: #4d4648;
    font-size: 12px;
    font-weight: 700;
}

.master-drawer__pie-texto[b-ddyppo74o2] {
    color: #8a7e82;
    font-size: 10px;
}

.master-contenido__encabezado[b-ddyppo74o2] {
    border-left: 4px solid #bc955c;
    margin-bottom: 20px;
    padding: 4px 0 4px 16px;
}

.master-contenido__encabezado[b-ddyppo74o2]  .master-contenido__contexto {
    color: #8b6f79;
    font-weight: 700;
    letter-spacing: 0.7px;
}

.master-contenido__encabezado[b-ddyppo74o2]  .master-contenido__titulo {
    color: #3f3538;
    font-weight: 600;
    line-height: 1.2;
    margin-top: 2px;
}

/* El contenedor está dentro del popover para conservar el alcance del CSS aislado. */
.master-usuario-menu[b-ddyppo74o2] {
    max-width: calc(100vw - 24px);
    width: 290px;
}

.master-usuario-menu__perfil[b-ddyppo74o2] {
    padding: 16px;
}

.master-usuario-menu__encabezado[b-ddyppo74o2] {
    align-items: center;
    display: flex;
    gap: 12px;
}

.master-usuario-menu__datos[b-ddyppo74o2] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.master-usuario-menu__nombre[b-ddyppo74o2] {
    color: #3f3538;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.master-usuario-menu__datos[b-ddyppo74o2] {
    color: #807579;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.master-usuario-menu__accion[b-ddyppo74o2] {
    align-items: center;
    color: #691c32;
    display: flex;
    gap: 10px;
    min-height: 34px;
    width: 100%;
}

.master-usuario-menu[b-ddyppo74o2]  .master-usuario-menu__item {
    border-left: 3px solid transparent;
    border-radius: 7px;
    box-sizing: border-box;
    margin: 6px 8px;
    transition: background-color 150ms ease, border-color 150ms ease;
    width: calc(100% - 16px);
}

.master-usuario-menu[b-ddyppo74o2]  .master-usuario-menu__item:hover,
.master-usuario-menu[b-ddyppo74o2]  .master-usuario-menu__item:focus-visible {
    background-color: #f4e8ec !important;
    border-left-color: #bc955c;
}

.master-usuario-menu[b-ddyppo74o2]  .master-usuario-menu__item:focus-visible {
    outline: 2px solid #bc955c;
    outline-offset: -2px;
}

.master-usuario-menu[b-ddyppo74o2]  .master-usuario-menu__item:hover .master-usuario-menu__accion,
.master-usuario-menu[b-ddyppo74o2]  .master-usuario-menu__item:focus-visible .master-usuario-menu__accion {
    color: #691c32;
    font-weight: 700;
}

.master-sesion__iniciar[b-ddyppo74o2] {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    min-height: 36px;
    padding: 7px 12px;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.master-sesion__iniciar:hover[b-ddyppo74o2] {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    transform: translateY(-1px);
}

.master-sesion__iniciar:focus-visible[b-ddyppo74o2] {
    outline: 2px solid #bc955c;
    outline-offset: 2px;
}

@media (max-width: 900px) {
    .master-appbar__logo[b-ddyppo74o2] {
        height: 34px;
    }

    .master-appbar__titulos[b-ddyppo74o2],
    .master-usuario__datos[b-ddyppo74o2],
    .master-usuario__desplegar[b-ddyppo74o2] {
        display: none;
    }

    .master-usuario[b-ddyppo74o2] {
        border-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 600px) {
    .master-appbar__acciones[b-ddyppo74o2] {
        gap: 2px;
    }

    .master-appbar__logo[b-ddyppo74o2] {
        height: 30px;
        max-width: 120px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .master-usuario[b-ddyppo74o2],
    .master-drawer__emblema[b-ddyppo74o2],
    .master-menu__opcion[b-ddyppo74o2],
    .master-sesion__iniciar[b-ddyppo74o2] {
        transition: none;
    }

    .master-drawer__emblema:hover[b-ddyppo74o2],
    .master-sesion__iniciar:hover[b-ddyppo74o2] {
        transform: none;
    }

    .master-usuario-menu[b-ddyppo74o2]  .master-usuario-menu__item {
        transition: none;
    }
}
/* /Componentes/MasterMin.razor.rz.scp.css */
.master-min-appbar__contenido[b-tb5rds8n87] {
    align-items: center;
    display: flex;
    gap: 12px;
    min-height: 64px;
    width: 100%;
}

.master-min-appbar__marca[b-tb5rds8n87] {
    align-items: center;
    display: flex;
    gap: 18px;
    min-width: 0;
}

.master-min-appbar__logo[b-tb5rds8n87] {
    flex-shrink: 0;
    height: 40px;
    object-fit: contain;
    width: auto;
}

.master-min-appbar__titulos[b-tb5rds8n87] {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.2;
    min-width: 0;
    padding-left: 18px;
}

.master-min-appbar__titulo[b-tb5rds8n87] {
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 900px) {
    .master-min-appbar__logo[b-tb5rds8n87] {
        height: 34px;
    }

    .master-min-appbar__titulos[b-tb5rds8n87] {
        display: none;
    }
}

@media (max-width: 600px) {
    .master-min-appbar__logo[b-tb5rds8n87] {
        height: 30px;
        max-width: 120px;
    }
}
/* /Componentes/MasterPublico.razor.rz.scp.css */
.master-publico-appbar__contenido[b-08c7gdkw0k] {
    align-items: center;
    display: flex;
    gap: 12px;
    min-height: 64px;
    width: 100%;
}

.master-publico-appbar__marca[b-08c7gdkw0k] {
    align-items: center;
    display: flex;
    gap: 18px;
    min-width: 0;
}

.master-publico-appbar__logo[b-08c7gdkw0k] {
    flex-shrink: 0;
    height: 40px;
    object-fit: contain;
    width: auto;
}

.master-publico-appbar__titulos[b-08c7gdkw0k] {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    line-height: 1.2;
    min-width: 0;
    padding-left: 18px;
}

.master-publico-appbar__titulo[b-08c7gdkw0k] {
    font-size: 16px;
    font-weight: 600;
}

.master-publico-sesion__iniciar[b-08c7gdkw0k] {
    align-items: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font: inherit;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    min-height: 36px;
    padding: 7px 12px;
    transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

    .master-publico-sesion__iniciar:hover[b-08c7gdkw0k] {
        background: rgba(255, 255, 255, 0.1);
        border-color: rgba(255, 255, 255, 0.6);
        transform: translateY(-1px);
    }

    .master-publico-sesion__iniciar:focus-visible[b-08c7gdkw0k] {
        outline: 2px solid #bc955c;
        outline-offset: 2px;
    }

@media (max-width: 900px) {
    .master-publico-appbar__logo[b-08c7gdkw0k] {
        height: 34px;
    }

    .master-publico-appbar__titulos[b-08c7gdkw0k] {
        display: none;
    }
}

@media (max-width: 600px) {
    .master-publico-appbar__logo[b-08c7gdkw0k] {
        height: 30px;
        max-width: 120px;
    }

    .master-publico-sesion__iniciar span[b-08c7gdkw0k] {
        display: none;
    }

    .master-publico-sesion__iniciar[b-08c7gdkw0k] {
        justify-content: center;
        padding: 7px 10px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .master-publico-sesion__iniciar[b-08c7gdkw0k] {
        transition: none;
    }

        .master-publico-sesion__iniciar:hover[b-08c7gdkw0k] {
            transform: none;
        }
}
/* /Componentes/PrototipoNavegacion.razor.rz.scp.css */
.prototipo-pagina[b-8bc5mugmer] {
    width: 100%;
}

    .prototipo-pagina[b-8bc5mugmer]  .prototipo-bienvenida {
        align-items: center;
        background: radial-gradient(circle at 92% 20%, rgba(188, 149, 92, 0.22), transparent 28%), linear-gradient(120deg, #ffffff 0%, #fbf6f7 100%);
        border: 1px solid #eadfe3;
        border-radius: 14px;
        display: flex;
        justify-content: space-between;
        min-height: 230px;
        overflow: hidden;
        padding: 32px 38px;
        position: relative;
    }

.prototipo-bienvenida__contenido[b-8bc5mugmer] {
    max-width: 760px;
    position: relative;
    z-index: 1;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-bienvenida__etiqueta {
    color: #8b6f79;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-bienvenida__titulo {
    color: #4a0d24;
    font-weight: 700;
    margin-top: 4px;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-bienvenida__texto {
    color: #665c60;
    line-height: 1.6;
    margin-top: 10px;
    max-width: 680px;
}

.prototipo-bienvenida__acciones[b-8bc5mugmer] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.prototipo-bienvenida__firma[b-8bc5mugmer] {
    align-items: center;
    display: flex;
    flex: 0 0 180px;
    flex-direction: column;
    justify-content: center;
    margin-left: 30px;
}

.prototipo-bienvenida__emblema[b-8bc5mugmer] {
    align-items: center;
    background: linear-gradient(145deg, #691c32, #4a0d24);
    border: 5px solid rgba(188, 149, 92, 0.32);
    border-radius: 50%;
    box-shadow: 0 12px 30px rgba(74, 13, 36, 0.18);
    color: #ffffff;
    display: flex;
    height: 92px;
    justify-content: center;
    width: 92px;
}

.prototipo-bienvenida__firma-titulo[b-8bc5mugmer] {
    color: #4a0d24;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 12px;
}

.prototipo-bienvenida__firma-texto[b-8bc5mugmer] {
    color: #9b7b50;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-tarjeta {
    align-items: center;
    border: 1px solid #e8e4e5;
    border-radius: 12px;
    display: flex;
    gap: 16px;
    min-height: 132px;
    padding: 20px;
    position: relative;
    transition: box-shadow 160ms ease, transform 160ms ease;
}

    .prototipo-pagina[b-8bc5mugmer]  .prototipo-tarjeta::before {
        background: var(--tarjeta-color);
        border-radius: 12px 0 0 12px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 4px;
    }

    .prototipo-pagina[b-8bc5mugmer]  .prototipo-tarjeta:hover {
        box-shadow: 0 8px 24px rgba(57, 42, 48, 0.09);
        transform: translateY(-2px);
    }

.prototipo-tarjeta__icono[b-8bc5mugmer] {
    align-items: center;
    background: color-mix(in srgb, var(--tarjeta-color) 11%, white);
    border-radius: 12px;
    color: var(--tarjeta-color);
    display: flex;
    flex: 0 0 50px;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.prototipo-tarjeta__contenido[b-8bc5mugmer] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-tarjeta__valor {
    color: #373033;
    font-weight: 700;
    line-height: 1;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-tarjeta__titulo {
    color: #554d50;
    font-weight: 600;
    margin-top: 7px;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-tarjeta__descripcion {
    color: #91868a;
    margin-top: 3px;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-panel {
    border: 1px solid #e8e4e5;
    border-radius: 12px;
    height: 100%;
    overflow: hidden;
}

.prototipo-panel__encabezado[b-8bc5mugmer] {
    align-items: center;
    border-bottom: 1px solid #eee9ea;
    display: flex;
    justify-content: space-between;
    min-height: 82px;
    padding: 18px 22px;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-panel__descripcion {
    color: #8b8285;
    margin-top: 3px;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-tabla .mud-table-head {
    background: #faf8f8;
}

.prototipo-pagina[b-8bc5mugmer]  .prototipo-tabla .mud-table-cell {
    border-color: #eee9ea;
    padding-bottom: 13px;
    padding-top: 13px;
}

.prototipo-acciones[b-8bc5mugmer] {
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.prototipo-accion[b-8bc5mugmer] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 9px;
    color: #4d4648;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    gap: 13px;
    min-height: 66px;
    padding: 10px 12px;
    text-align: left;
    transition: background-color 150ms ease, color 150ms ease;
    width: 100%;
}

    .prototipo-accion:hover[b-8bc5mugmer] {
        background: #f6eef1;
        color: #691c32;
    }

.prototipo-accion__icono[b-8bc5mugmer] {
    align-items: center;
    background: #f4e8ec;
    border-radius: 10px;
    color: #691c32;
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.prototipo-accion__contenido[b-8bc5mugmer] {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 0;
}

.prototipo-accion__titulo[b-8bc5mugmer] {
    font-size: 13px;
    font-weight: 700;
}

.prototipo-accion__descripcion[b-8bc5mugmer] {
    color: #8b8285;
    font-size: 11px;
    margin-top: 3px;
}

@media (max-width: 900px) {
    .prototipo-pagina[b-8bc5mugmer]  .prototipo-bienvenida {
        padding: 28px;
    }

    .prototipo-bienvenida__firma[b-8bc5mugmer] {
        display: none;
    }
}

@media (max-width: 600px) {
    .prototipo-pagina[b-8bc5mugmer]  .prototipo-bienvenida {
        min-height: auto;
        padding: 24px 20px;
    }

    .prototipo-pagina[b-8bc5mugmer]  .prototipo-bienvenida__titulo {
        font-size: 26px;
    }

    .prototipo-bienvenida__acciones[b-8bc5mugmer] {
        align-items: stretch;
        flex-direction: column;
    }

    .prototipo-panel__encabezado[b-8bc5mugmer] {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}
/* /Componentes/SpinnerCargando.razor.rz.scp.css */
.spinner-cargar[b-avyvtfzq5v] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
/* /Pages/Indice.razor.rz.scp.css */
.inicio[b-75fw8oh4ch] {
    --inicio-guinda: #691c32;
    --inicio-guinda-oscuro: #4a0d24;
    --inicio-fondo: #fffdfa;
    --inicio-borde: #eadfe3;
    box-sizing: border-box;
    container-name: dnsp-inicio;
    container-type: inline-size;
    min-width: 0;
    padding-bottom: 8px;
    width: 100%;
}

/* Pantallas pequeñas: texto arriba e imagen completa debajo. */
.inicio-hero[b-75fw8oh4ch] {
    background: var(--inicio-fondo);
    border: 1px solid var(--inicio-borde);
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: auto;
    isolation: isolate;
    max-height: none;
    min-height: 0;
    overflow: hidden;
    position: relative;
}

.inicio-hero__imagen[b-75fw8oh4ch] {
    display: block;
    flex-shrink: 0;
    height: auto;
    object-fit: contain;
    order: 2;
    width: 100%;
}

.inicio-hero__contenido[b-75fw8oh4ch] {
    box-sizing: border-box;
    flex-shrink: 0;
    min-width: 0;
    order: 1;
    overflow-wrap: break-word;
    padding: 34px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.inicio-hero__distintivo[b-75fw8oh4ch] {
    color: var(--inicio-guinda);
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.inicio-hero__titulo[b-75fw8oh4ch] {
    color: var(--inicio-guinda-oscuro);
    font-family: Patria, Roboto, sans-serif;
    font-size: clamp(30px, 3vw, 48px);
    font-weight: 600;
    line-height: 1.08;
    margin: 0;
}

.inicio-hero__descripcion[b-75fw8oh4ch] {
    color: #5f5558;
    font-size: 16px;
    line-height: 1.65;
    margin: 20px 0 0;
    max-width: 70ch;
}

/* Escritorio: texto a la izquierda y mapa completo alineado a la derecha. */
@container dnsp-inicio (min-width: 960px) {
    .inicio-hero[b-75fw8oh4ch] {
        align-items: center;
        flex-direction: row;
        min-height: clamp(500px, 70dvh, 620px);
    }

        .inicio-hero[b-75fw8oh4ch]::after {
            background: linear-gradient(90deg, rgba(255, 253, 250, 0.99) 0%, rgba(255, 253, 250, 0.96) 25%, rgba(255, 253, 250, 0.65) 40%, rgba(255, 253, 250, 0.10) 58%, rgba(255, 253, 250, 0) 72%);
            content: "";
            inset: 0;
            pointer-events: none;
            position: absolute;
            z-index: 1;
        }

    .inicio-hero__imagen[b-75fw8oh4ch] {
        height: 100%;
        inset: 0;
        object-fit: contain;
        object-position: right center;
        position: absolute;
        width: 100%;
    }

    .inicio-hero__contenido[b-75fw8oh4ch] {
        padding: clamp(30px, 4vw, 56px);
        width: min(520px, 43%);
    }

    .inicio-hero__titulo[b-75fw8oh4ch] {
        max-width: 470px;
    }

    .inicio-hero__descripcion[b-75fw8oh4ch] {
        max-width: 490px;
    }
}

@container dnsp-inicio (max-width: 600px) {
    .inicio-hero[b-75fw8oh4ch] {
        border-radius: 12px;
    }

    .inicio-hero__contenido[b-75fw8oh4ch] {
        padding: 28px 22px;
    }

    .inicio-hero__titulo[b-75fw8oh4ch] {
        font-size: 30px;
    }

    .inicio-hero__descripcion[b-75fw8oh4ch] {
        font-size: 15px;
        margin-top: 17px;
    }
}
/* /Pages/Tablero.razor.rz.scp.css */
.tablero[b-cidk42cgmh] {
    --tablero-verde: #004d40;
    --tablero-guinda: #691c32;
    --tablero-texto: #3f3538;
    --tablero-secundario: #6e6267;
    --tablero-borde: #e8dfe3;
    color: var(--tablero-texto);
    container-name: dnsp-tablero;
    container-type: inline-size;
    display: grid;
    font-size: 1rem;
    gap: 20px;
    min-width: 0;
    padding-bottom: 8px;
}

.tablero *[b-cidk42cgmh],
.tablero *[b-cidk42cgmh]::before,
.tablero *[b-cidk42cgmh]::after {
    box-sizing: border-box;
}

.tablero__encabezado[b-cidk42cgmh] {
    align-items: center;
    background: linear-gradient(110deg, #ffffff 0%, #fcf9f8 55%, #f0e7dd 100%);
    border: 1px solid var(--tablero-borde);
    border-radius: 16px;
    display: flex;
    gap: 32px;
    padding: clamp(24px, 2.5vw, 36px);
}

.tablero__presentacion[b-cidk42cgmh] {
    flex: 1;
    min-width: 0;
}

.tablero__distintivo[b-cidk42cgmh] {
    color: #80636f;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.tablero__saludo[b-cidk42cgmh] {
    color: #4a0d24;
    font-size: clamp(1.75rem, 1.35rem + 1vw, 2.25rem);
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    overflow-wrap: anywhere;
}

.tablero__ambito[b-cidk42cgmh] {
    color: var(--tablero-secundario);
    line-height: 1.5;
    margin: 6px 0 0;
}

.tablero__herramientas[b-cidk42cgmh] {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
}

.tablero__acciones[b-cidk42cgmh] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tablero__hora[b-cidk42cgmh] {
    color: var(--tablero-secundario);
    font-size: 0.8125rem;
    line-height: 1.5;
}

.tablero__mapa[b-cidk42cgmh] {
    border-radius: 12px;
    display: none;
    flex: 0 0 auto;
    height: auto;
    max-width: 280px;
    object-fit: contain;
    width: 28%;
}

.tablero-resumen[b-cidk42cgmh] {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tablero-indicador[b-cidk42cgmh] {
    --indicador-color: var(--tablero-verde);
    --indicador-fondo: #e6f1ef;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--tablero-borde);
    border-left: 4px solid var(--indicador-color);
    border-radius: 12px;
    display: flex;
    gap: 14px;
    min-width: 0;
    padding: 22px;
}

.tablero-indicador--propuestas[b-cidk42cgmh] {
    --indicador-color: var(--tablero-guinda);
    --indicador-fondo: #f4e8ec;
}

.tablero-indicador__icono[b-cidk42cgmh] {
    align-items: center;
    background: var(--indicador-fondo);
    border-radius: 11px;
    box-sizing: border-box;
    color: var(--indicador-color);
    display: inline-flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    min-width: 42px;
    width: 42px;
}

.tablero-indicador__contenido[b-cidk42cgmh] {
    flex: 1;
    min-width: 0;
}

.tablero-indicador__titulo[b-cidk42cgmh] {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.tablero-indicador__valor[b-cidk42cgmh] {
    font-size: 2.25rem;
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    line-height: 1.2;
    margin: 5px 0;
    overflow-wrap: anywhere;
}

.tablero-indicador__nota[b-cidk42cgmh] {
    color: var(--tablero-secundario);
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.tablero-panel[b-cidk42cgmh] {
    background: #ffffff;
    border: 1px solid var(--tablero-borde);
    border-radius: 14px;
    min-width: 0;
    overflow: hidden;
}

.tablero-panel__encabezado[b-cidk42cgmh] {
    align-items: center;
    border-bottom: 1px solid #f0e9ec;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    padding: 20px 22px;
}

.tablero-panel__encabezado > div[b-cidk42cgmh] {
    min-width: 0;
}

.tablero-panel__titulo[b-cidk42cgmh] {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.tablero-panel__descripcion[b-cidk42cgmh] {
    color: var(--tablero-secundario);
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 4px 0 0;
}

.tablero-panel__cuerpo[b-cidk42cgmh] {
    padding: 20px 22px;
}

.tablero-panel__pie[b-cidk42cgmh] {
    color: var(--tablero-secundario);
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    padding: 14px 22px;
}

.tablero__nombre[b-cidk42cgmh] {
    display: block;
    font-weight: 600;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.tablero__dato-secundario[b-cidk42cgmh] {
    color: var(--tablero-secundario);
    display: block;
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-top: 3px;
    overflow-wrap: anywhere;
}

.tablero-vacio[b-cidk42cgmh],
.tablero__cargando[b-cidk42cgmh] {
    align-items: center;
    color: var(--tablero-secundario);
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 32px 22px;
    text-align: center;
}

.tablero-vacio__icono[b-cidk42cgmh] {
    color: var(--tablero-verde);
    display: inline-flex;
}

.tablero-vacio h3[b-cidk42cgmh] {
    color: var(--tablero-texto);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.tablero-vacio p[b-cidk42cgmh],
.tablero__cargando p[b-cidk42cgmh] {
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
    max-width: 46ch;
}

.tablero__solo-lectura[b-cidk42cgmh] {
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.tablero[b-cidk42cgmh]  .tablero__boton {
    border-radius: 7px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0;
    max-width: 100%;
    min-height: 40px;
    text-transform: none;
    white-space: normal;
}

.tablero[b-cidk42cgmh]  .tablero__boton--correo:disabled {
    background: #f3f5f3;
    border-color: #b7c8c1;
    color: #61786f;
}

.tablero[b-cidk42cgmh]  .tablero__boton:focus-visible {
    outline: 2px solid var(--tablero-guinda);
    outline-offset: 2px;
}

.tablero[b-cidk42cgmh]  .tablero__tabla .mud-table-cell {
    font-size: 0.875rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
    padding: 14px 22px;
}

.tablero[b-cidk42cgmh]  .tablero__tabla .mud-table-head .mud-table-cell {
    background: #fbf8f9;
    color: #62535a;
    font-weight: 600;
}

@container dnsp-tablero (min-width: 960px) {
    .tablero__mapa[b-cidk42cgmh] {
        display: block;
    }
}

@container dnsp-tablero (max-width: 640px) {
    .tablero-resumen[b-cidk42cgmh] {
        grid-template-columns: minmax(0, 1fr);
    }

    .tablero__encabezado[b-cidk42cgmh] {
        border-radius: 12px;
        padding: 24px 22px;
    }

    .tablero-indicador[b-cidk42cgmh],
    .tablero-panel__encabezado[b-cidk42cgmh],
    .tablero-panel__cuerpo[b-cidk42cgmh] {
        padding: 18px;
    }
}

@container dnsp-tablero (max-width: 380px) {
    .tablero__acciones[b-cidk42cgmh] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .tablero__acciones[b-cidk42cgmh]  .tablero__boton {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tablero[b-cidk42cgmh]  .mud-skeleton,
    .tablero[b-cidk42cgmh]  .mud-skeleton::after,
    .tablero[b-cidk42cgmh]  .mud-button-root {
        animation: none !important;
        transition: none !important;
    }
}

.tablero-indicador__acceso[b-cidk42cgmh] {
    display: flex;
    flex: 0 0 auto;
}

.tablero-indicador__enlace[b-cidk42cgmh] {
    cursor: pointer;
    text-decoration: none;
    transition: box-shadow 150ms ease, filter 150ms ease, transform 150ms ease;
}

    .tablero-indicador__enlace:hover[b-cidk42cgmh] {
        box-shadow: 0 4px 10px rgba(63, 53, 56, 0.14);
        filter: brightness(0.96);
        transform: translateY(-1px);
    }

    .tablero-indicador__enlace:focus-visible[b-cidk42cgmh] {
        outline: 2px solid #691c32;
        outline-offset: 3px;
    }

@media (prefers-reduced-motion: reduce) {
    .tablero-indicador__enlace[b-cidk42cgmh] {
        transition: none;
    }

        .tablero-indicador__enlace:hover[b-cidk42cgmh] {
            transform: none;
        }
}
