@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


@charset "UTF-8";




body {
    scrollbar-face-color: #333;
    scrollbar-highlight-color: #333;
    scrollbar-shadow-color: #333;
    scrollbar-3dlight-color: #111;
    scrollbar-arrow-color: #111;
    scrollbar-track-color: #111;
    scrollbar-darkshadow-color: #111;
}


::-webkit-scrollbar,
.overflow-auto ::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(100,100, 100,0.8);
    -webkit-box-shadow: none;
}




body,
body * {
    scrollbar-width: thin; /* "auto" or "thin" */
    scrollbar-color: #999 #eee; /* scroll thumb and track */
}
    body {
        font-size:13px;
    }


    body h4,
    body .h4 {
        /*color: #009ee9;*/
        font-size: 1.2rem;
    }
.bg-custom-reporte-mensual {
    background-color: var(--color-marca);
    color: white;
}



:root {
    /* ================================
       FUENTES
    ================================= */
    --font-family: "Montserrat", sans-serif;
    --font-family-secondary: "Raleway", sans-serif;
    --font-ui: "Inter", sans-serif;
    --font-display: var(--font-family);
    /* ================================
       LAYOUT
    ================================= */
    --header-height: 80px;
    --sidebar-width: 75px;
    /* ================================
       COLORES BASE TENANT
    ================================= */
    --color-texto: #373b42;
    --color-texto-destacado: #475569;
    --color-marca: #112964;
    --color-marca-dark: #0a1a3f;
    --color-marca-light: #4894c9;
    --th-marca: #6e768a;
    --th-marca-light: #999fad;
    --th-marca-light2: #d3d9df;
    --th-marca-light3: #e3e6e9;
    --bs-secondary: #F0F1F2;
    --bs-danger: #e74c4c;
    --bs-teal: #66a387;
    --bs-warning-subtle: #fffcf0;
    --bs-danger-subtle: #fff1f2;
    --bs-success-subtle: #f2fbf7;
    --bg-treemap-negative: #e8e5fc;
    /* ================================
       TOKENS UI / SISTEMA
    ================================= */
    --primary: #313538;
    --primary-light: #5e5e5e;
    --bg-page: #f8f9fb;
    --bg-card: #ffffff;
    --border: #ebecee;
    /* ================================
       DERIVADOS DEL TENANT
    ================================= */
    --doc-accent: var(--color-marca);
    --doc-accent-dark: var(--color-marca-dark);
    /* fallback navegadores viejos */
    --doc-accent-bg: #eef3f8;
    --doc-accent-bg: color-mix(in srgb, var(--color-marca) 8%, white);
    --doc-accent-border: #ccd8e6;
    --doc-accent-border: color-mix(in srgb, var(--color-marca) 25%, white);
    --doc-text: var(--color-texto);
    --doc-border: var(--th-marca-light2);
    --doc-bg-subtle: var(--bs-secondary);
    /* ================================
       DATOS TENANT
    ================================= */
    --tenant-name: "Alynk";
    --tenant-product: "Sitio de Posición";
    --tenant-url: "https://mervalwebbursatilalynk.prod.ingecloud.com/registrarUsuario";
    --tenant-email-noreply: "noreply@alynk.com.ar";
    --tenant-email-soporte: "info@alynk.com.ar";
    /* ================================
       ESCALA TIPOGRÁFICA
    ================================= */
    --text-xs: 11px;
    --text-sm: 13px;
    --text-md: 15px;
    --text-lg: 20px;
    --text-xl: 28px;
    --text-hero: 40px;
    /* ================================
       ESPACIADO
    ================================= */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-6: 24px;
    --space-8: 32px;
    --space-12: 48px;
    --space-16: 64px;
    /* ================================
       COLOR GRAFICOS 1
    ================================= */
    --colorGraf-1-var-1: #909090;
    --colorGraf-1-var-2: #a5a5a5;
    --colorGraf-1-var-3: #c9c9c9;
    --colorGraf-1-var-4: #dfdfdf;
    /* ================================
       COLOR GRAFICOS 2
    ================================= */
    --colorGraf-2-var-1: #454e63;
    --colorGraf-2-var-2: #636c85;
    --colorGraf-2-var-3: #818dab;
    --colorGraf-2-var-4: #98a7cb;
    --colorGraf-2-var-5: #b1c2ed;
    --colorGraf-2-var-6: #d1deff;
    --colorGraf-2-var-7: #e3eafa;
    /* ================================
       COLOR GRAFICOS 3
    ================================= */
    --colorGraf-3-var-1: #00b8ce;
    --colorGraf-3-var-2: #15cee4;
    --colorGraf-3-var-3: #30def3;
    --colorGraf-3-var-4: #49e6f9;
    --colorGraf-3-var-5: #83f1fe;
    --colorGraf-3-var-6: #bff8ff;
    /* ================================
       COLOR GRAFICOS 4
    ================================= */
    --colorGraf-4-var-1: #005cc3;
    --colorGraf-4-var-2: #017ef3;
    /* ================================
       COLOR GRAFICOS 5
    ================================= */
    --colorGraf-5-var-1: #112964;
    --colorGraf-5-var-2: #203e87;
    --colorGraf-5-var-3: #2e52a8;
    --colorGraf-5-var-4: #3e67ca;
    --colorGraf-5-var-5: #4d7ced;
}


/*CardGrid css*/
.stat-card {
    transition: transform 0.15s ease-out, box-shadow 0.15s ease-out;
    border-radius: 1rem;
    overflow: hidden;
    background: var(--background-color, #fff);
    position: relative;
}

    .stat-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 6px;
        border-radius: 2px 2px 0 0;
        background: var(--color-borde, #0d6efd);
    }

    .stat-card:hover {
        transform: scale(var(--hover-scale, 1.03));
        box-shadow: var(--hover-shadow, 0 15px 30px rgba(0,0,0,0.1));
    }

.top-border {
    height: 6px;
    border-radius: 2px 2px 0 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/* Estilos para el toggle switch */
.toggle-moneda .btn {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    border: 1px solid #dee2e6;
    border-radius: 50px !important;
    margin: 0 2px;
}

    .toggle-moneda .btn:first-of-type {
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        border-top-left-radius: 70px !important;
        border-bottom-left-radius: 70px !important;
    }

    .toggle-moneda .btn:last-of-type {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 70px !important;
        border-bottom-right-radius: 70px !important;
    }

.btn-check:checked + .btn {
    background-color: var(--color-marca);
    border-color: var(--color-marca);
    color: white;
}

.btn-check:focus + .btn {
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--color-marca, #0d6efd) 25%, transparent);
}

.btn-outline-primary {
    color: var(--color-marca, #0d6efd);
    border-color: var(--color-marca, #0d6efd);
}

    .btn-outline-primary:hover {
        background-color: var(--color-marca, #0d6efd);
        color: white;
    }

//slider
.card-slider-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1.5rem;
    padding-bottom: 1rem;
}

.card-slide {
    flex: 0 0 300px;
}

.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.9);
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0.25rem 0.75rem;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    z-index: 10;
}

    .slider-arrow.left {
        left: 0.5rem;
    }

    .slider-arrow.right {
        right: 0.5rem;
    }

.no-wrap {
    white-space: nowrap;
}
/*Fin CardGrid*/




html, body {
    font-family: var(--font-family);
    color: var(--color-texto);
}

.table, input {
    color: var(--color-texto);
}

    .table > :not(caption) > * > * {
        font-weight: 500;
        border: 0;
        box-shadow: 0px .5px inset #3335;
        border-left: 1px solid #fff3;
        padding: 0.3rem;
    }

    .table > :not(caption) > * > *:first-of-type {
        border-left: none;
    }

.col-form-label {
    display: inline-block;
    letter-spacing: .05rem;
    text-transform: uppercase;
    line-height: 1.1;
    font-size: 1em;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: var(--bs-dark);
}

.nav-link {
    color: var(--bs-dark);
}


.btn-marca-light.nav-link {
    color: var(--bs-white);
}

.modal-title {
    line-height: 1.2;
    font-family: var(--font-family);
    font-size: 1.4em;
    font-weight: 600;
}

.content {
    padding-top: 1.1rem;
    min-height: 900px;
    position: relative;
    width: 100%;
}


.navbar-collapse {
    flex-basis: auto;
}


.bg-negative {
    background-color: var(--bg-treemap-negative);
}


.validation-errors {
    width: calc(100% - 20px);
    padding: 10px 0 10px 20px;
    background: var(--bs-danger-subtle);
    margin: 10px auto;
    border-radius: 0.25rem;
}

.font-family-secondary {
    font-family: var(--font-family-secondary);
}

header .img-fluid {
    max-height: 40px;
}

.Pager {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: .9em;
}

    .Pager svg {
        height: 20px;
        width: 20px;
    }

    .Pager a {
        display: flex;
        color: black;
    }


    .Pager input {
        max-width: 50px;
        min-height: 0;
        padding: 0;
        text-indent: 5px;
        max-height: 25px;
        background: transparent;
        font-weight: 500;
    }


    .Pager a:hover {
        color: var(--color-marca-light) !important;
    }

    .Pager .disabled {
        color: var(--bs-gray-500) !important;
    }


.text-teal {
    --bs-text-opacity: 1;
    color: var(--bs-teal) !important;
}

input {
    line-height: 1;
}

input, button, select, optgroup, textarea {
    min-height: 25px;
}

.col-form-label.small {
    font-size: 0.875em;
}

input[type="radio"],
input[type=checkbox] {
    min-height: 0;
}

select option {
    border-radius: 0 !important;
    font-size: .8em;
}

select.text-white option {
    background-color: var(--bs-gray-800);
}

.form-control:focus,
input:focus {
    box-shadow: none !important;
    outline: none;
}

.btn {
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: .9em;
    transition: ease-out 0.3s;
}

    .btn.estadoCuenta {
        font-size: .8em;
        margin: 0 0 -3.5rem;
    }

.btn-teal {
    color: var(--bs-body-bg);
    background-color: var(--bs-teal);
    border-color: var(--bs-teal);
}

    .btn-teal:hover {
        color: var(--bs-teal);
        background-color: var(--bs-white);
    }

.btn-success {
    color: var(--bs-body-bg);
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

.btn-danger,
.btn-marca-light.btn-danger {
    color: var(--bs-body-bg);
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

    .btn-danger:hover,
    .btn-marca-light.btn-danger:hover {
        color: var(--bs-danger);
        background-color: var(--bs-white);
    }

.bg-danger {
    background-color: var(--bs-danger) !important;
}


.btn-marca,
.btn-marca-light,
.btn-primary {
    color: var(--bs-white) !important;
    background-color: var(--color-marca);
    border-color: var(--color-marca);
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
}

    .btn-marca:disabled,
    .btn-marca-light:disabled,
    .btn-primary:disabled {
        color: var(--bs-white) !important;
        background-color: var(--color-marca);
        border-color: var(--color-marca);
        opacity:.5;
    }


    .btn-marca:hover,
    .btn-marca-light:hover,
    .btn-primary:hover,
    .custom-menu .navbar-nav .nav-item .nav-link:hover {
        color: var(--bs-white) !important;
        background-color: var(--color-marca-light);
        border-color: var(--color-marca-light);
    }


.bg-teal {
    background-color: var(--bs-teal);
}

.bg-colorGraf-4-var-1 {
    background-color: var(--colorGraf-4-var-1);
}

.bg-gray-900 {
    background-color: var(--bs-gray-900);
}

.bg-gray-700 {
    background-color: var(--bs-gray-700);
}

.bg-gray-400 {
    background-color: var(--bs-gray-400);
}

.bg-gray-300 {
    background-color: var(--bs-gray-300);
}

.bg-gray-200 {
    background-color: var(--bs-gray-200);
}

.bg-gray-100 {
    background-color: var(--bs-gray-100);
}


.bg-warning-subtle {
    background-color: var(--bs-warning-subtle) !important;
}

.bg-danger-subtle {
    background-color: var(--bs-danger-subtle) !important;
}

.bg-success-subtle {
    background-color: var(--bs-success-subtle) !important;
}

.text-danger {
    color: var(--bs-danger) !important;
}

.link-marca,
.bi.link-marca {
    color: var(--color-marca);
}

.nowrap {
    white-space:nowrap;
}

/*.table a.link-marca {
    color: var(--color-texto);
}*/

a.link-marca:hover,
a.link-marca:hover .bi.link-marca {
    color: var(--color-marca-light);
}

.border-gray {
    border-color: var(--bs-gray-500) !important;
}

.border-gray-300 {
    border-color: var(--bs-gray-300) !important;
}

.fs-4 {
    font-size: 1.5em !important;
}

.fs-5 {
    font-size: 1.2em !important;
}

.fs-6 {
    font-size: 1.2em !important;
}
.show {
    display: block !important;
}

.navbar-nav .dropdown-menu {
    position: relative;
}

.cotizacionesMonedas {
    max-width: 400px;
    margin-left: 0 !important;
}

.invisible {
    display: none;
}

.text-muted {
    width: 100%;
    max-width: 400px;
    font-size: .7em;
    line-height: 2;
}

.cotizacionSelector {
    position: sticky;
    top: 80px;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid var(--bs-secondary);
}
@media (max-width: 768px) {
    .cotizacionSelector {
        top: 60px;
    }
}
    @media (min-width: 992px) {


        .sidebar .navbar-nav .dropdown-menu {
            display: none;
        }

        .sidebar .navbar-nav .dropdown-menu {
            position: relative;
        }
    }

    .modal-dialog {
        pointer-events: auto;
        top: 10%;
    }

    .modal-header .close {
        border: 0;
        line-height: .25;
        background: none;
        min-height: 0;
        height: 25px;
    }

        .modal-header .close span {
            line-height: .25;
            font-size: 2em;
        }

    .modal-body {
        padding: .5rem;
    }

        .modal-body .gridContainer.row {
            margin-right: 0;
            margin-left: 0;
        }

    .modal {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1055 !important;
        display: none;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }

    .navbar-brand {
        max-width: 300px;
    }

    .divisa {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        height: 2rem;
        width: 2rem;
        border-radius: 50%;
        font-size: .625rem;
        color: var(--bs-body-bg);
    }

    h5 {
        color: var(--bs-gray-600);
        font-family: var(--font-family-secondary);
        font-size: 1.6rem;
    }

    h3 {
        font-family: var(--font-family-secondary);
        font-size: 2.2em;
    }

    .card-header > h3 {
        color: var(--color-marca);
        font-size: 2.5em;
        font-weight: 300;
        border-color: var(--color-marca) !important;
    }

    a {
        text-decoration: none;
        cursor: pointer;
    }

    /*main {
     overflow-y: auto;
}*/

    header,
    header .navbar {
        min-height: var(--header-height);
    }

        header .navbar.shadow {
            box-shadow: 0 .1rem .5rem .1rem rgba(0, 0, 0, 0.15) !important;
        }

    .bg-secondary {
        background-color: var(--bs-secondary) !important;
    }

        .bg-secondary .bg-secondary.p-4 {
            background-color: var(--bs-white-rgb) !important;
            padding: 0 .5rem !important;
        }

.sidebar {
    right: auto;
    height: calc(100vh - var(--header-height));
    /* min-height: calc(100vh - var(--header-height));*/
    top: var(--header-height);
    width: var(--sidebar-width);
    /*overflow: hidden;*/
    box-shadow: 5px 5px 15px -10px rgba(0, 0, 0, 0);
    transition: ease-out 0.3s;
}

    .sidebar:hover {
        width: 240px;
        box-shadow: 5px 5px 15px -10px rgba(0, 0, 0, .2);
    }

.sidebar-container .modal-body {
    height: calc(100vh - var(--header-height) - 256px);
    overflow: auto;
}

    .sidebar-right,
    .sidebar-right:hover {
        right: -100%;
        left: auto;
        width: 500px;
        box-shadow: 5px 5px 15px -10px rgba(0, 0, 0, .2);
        background: var(--bs-white);
        z-index: 1;
    }

        .sidebar-right.abrir,
        .sidebar-right.abrir:hover {
            right: 0;
        }

    .show[role="dialog"] {
        background-color: #0007 !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 11;
    }

    .sidebar-right.abrir:after {
        right: 0;
    }

.sidebar .nav-item.first > a > span {
    display: flex;
    align-items: center;
    height: 30px;
    opacity: 0;
    font-size: 0;
    transition: ease-out 0.2s;
}

.sidebar:hover .nav-item.first > a > span,
.sidebar-right span {
    opacity: 1;
    font-size: .9em;
    width: auto;
    margin-right: .25rem;
}

    /*.dropdown-toggle::after {
    margin-left: 0;
}*/

    .nav-pills .nav-link.active,
    .nav-link.active,
    .form-check.active,
    .btn.active,
    button:disabled.active {
        background: var(--color-marca);
        color: var(--bs-white);
    }

.dropdown-menu .nav-item a.active span,
.dropdown-menu .nav-item a:hover {
    background: var(--color-marca);
    color: var(--bs-white) !important;
}

    .form-control:disabled {
        background-color: #e9ecef !important;
    }

.nav-pills .nav-link:hover,
.nav-link:hover,
.nav-item.dropdown:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark) !important;
}

    .nav-link:focus {
        color: var(--color-marca);
    }

.sidebar .navbar-nav .dropdown-menu {
    background: none;
}



.mainContent {
    height: 100%;
    min-height: calc(100vh - var(--header-height));
    /* width: calc(100vw - var(--sidebar-width));*/
    margin-left: var(--sidebar-width);
    /*margin-top: var(--header-height);*/
    display: block;
    position: relative;
}

.mainArticle {
    height: 100%;
    min-height: calc(100vh - var(--header-height));
    display: block;
    padding-bottom: 2rem;
}

/*
.btn-comoRegistrarse {
    text-align: center;
    margin:20px auto;
}*/


    @media (max-width: 992px) {

        .pe-5.col-lg-6.border-end.border-secondary {
            padding: 0 !important;
            border: 0 !important;
        }
    }

    @media (max-width: 768px) {

        .mainArticle.p-4 {
            padding: .3rem .3rem !important;
            width: 100%;
        }
    }

    .form-group {
        width: 100%;
    }


    .valid.modified:not([type=checkbox]) {
        /*    outline: 1px solid #26b050;*/
        border-color: #26b050 !important;
    }

    .invalid {
        border-color: red !important
    }

.validation-message {
    color: var(--bs-danger);
    font-size: 0.875em;
}

    #blazor-error-ui {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        display: none;
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        z-index: 1000;
    }

        #blazor-error-ui .dismiss {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }

    .blazor-error-boundary {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
        padding: 1rem 1rem 1rem 3.7rem;
        color: white;
    }

        .blazor-error-boundary::after {
            content: "An error has occurred."
        }




    a.text-white:hover,
    a.text-white.active {
        color: #009ee9 !important;
    }




    body .alert-secondary {
        background-color: #f6f6f6;
    }



    @media (min-width: 992px) {
        body .modal-lg, body .modal-xl {
            max-width: 1000px;
        }
    }



    body .bg-dark {
        background-color: #111 !important;
    }

    body .table .thead-dark th,
    body .btn-dark {
        color: #fff;
        background-color: var(--color-marca);
        border: 0;
    }

        body .btn-dark:hover {
            background-color: var(--color-marca-light);
        }


    thead tr td a,
    thead tr td,
    .totalesPosicionGeneral td div {
        color: var(--bs-white);
    }

    thead.text-dark tr td a, thead.text-dark tr td {
        color: var(--color-texto);
    }

    thead tr td a:hover {
        color: lightgray;
    }

    thead tr td {
        vertical-align: middle !important;
        font-size: 1em;
        font-weight: 600;
        letter-spacing: .02em;
    }

.gridContainer thead tr td {
    font-size: .9em;
    line-height: 1.4;
    white-space: nowrap;
    font-weight: 600;
}


    thead tr td a.asc:after {
        content: "▼";
        margin: 0 0 0 5px;
    }

    thead tr td a.desc:after {
        content: "▲";
        margin: 0 0 0 5px;
    }




    .navbar-nav {
        flex-direction: column !important;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    div.filter input.invalid:not([type="checkbox"]), div.filter select.invalid {
        outline: none;
    }

    div.filter input.valid.modified:not([type="checkbox"]), div.filter select.valid.modified {
        outline: none;
    }

    header .btn-link.nav-link:focus {
        outline: gray auto 1px;
    }

    @media (min-width: 1900px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 1800px;
        }
    }

    @media (min-width: 2400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
            max-width: 2300px;
        }
    }

    td.text-right {
        text-align: right;
    }

    td.text-left {
        text-align: left;
    }

    td.text-center {
        text-align: center;
    }



    .nav-item {
        overflow: visible;
    }

        .nav-item a.active {
            color: var(--bs-white);
        }

        .nav-item a {
            display: flex !important;
            align-items: center !important;
            color: var(--color-texto);
        }


    .sidebar .nav-item a {
        padding: 1rem !important;
    }



    .dropdown-menu .nav-item a {
        padding: 0 !important;
        font-size: .9rem;
    }

        

        .dropdown-menu .nav-item a span {
            padding: 0.5rem 1rem;
            margin:  0;
            border-bottom: 1px solid var(--bs-gray-300);
            width: 100%;
        }

    .dropdown-menu .nav-item:last-of-type a span {
        border-bottom: none;
    }


    header .navbar-expand-md .navbar-nav .dropdown-menu {
        /*margin-left: -135px;*/
    }

    .row .limit250 {
        max-height: 250px;
        overflow-y: scroll;
        position: relative;
    }

        .row .limit250 table thead {
            position: sticky;
            top: 0;
        }

    .DialogActividadDetalle {
        max-width: 80%;
    }


    .navbar-toggler-icon {
        color: whitesmoke;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='currentColor' class='bi bi-list' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5z'/></svg>");
        background-repeat: no-repeat;
        border: none;
        background-color: whitesmoke;
    }

    .navbar-toggler :hover {
        border: none;
    }

    exportedTable {
        width: 98%;
    }

    exportedCell {
        padding: 2px;
    }

    .autocomplete-root {
        position: relative;
    }

    .autocomplete-panel {
        background-color: var(--bs-gray-800);
        border-radius: 5px 5px;
        position: absolute;
        z-index: 1000;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
    }

        .autocomplete-panel ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .autocomplete-panel ul li {
                color: var(--bs-white);
                padding: 0;
                font-size: .9em;
                line-height: 2;
                font-weight: 500;
                text-transform: none;
                text-indent:10px
            }

            

                .autocomplete-panel ul li:hover {
                    color: var(--bs-white);
                    background-color: var(--color-marca);
                }

    .autocomplete-panel,
    .autocomplete-items,
    .autocomplete-item {
        padding: 0;
        margin: 0;
        text-indent: 0;
    }


    .autocomplete-panel {
        position: absolute;
        border-start-end-radius: 0 !important;
        border-start-start-radius: 0 !important;
    }

    .autocomplete-item {
        padding: .5rem;
        cursor: pointer;
    }

    .blazor-tag-wrapper {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        z-index: 1;
    }

    ﻿
    .blazor-tag-wrapper {
        background-color: ghostwhite;
        border-radius: 5px;
        border: 1px solid silver;
        display: flex;
        align-items: center;
    }

.blazor-tag-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
    z-index: 0;
    position: absolute;
    top: 100%;
}

@media (max-width: 992px) {
    .blazor-tag-list {
        position: initial;
    }
}


    .blazor-tag {
        display: inline-block;
        background-color: var(--color-marca);
        padding: 0rem 0rem 0rem .3rem;
        margin: .125em;
        border-radius: 5px;
        white-space: nowrap;
        color: var(--bs-white);
        font-size: .7em;
        line-height: 1;
    }

        .blazor-tag button {
            font: inherit;
            margin: 0;
            padding: .25em;
            line-height: 0.8;
            margin-left: 6px;
            border-radius: 2px;
            background-color: transparent;
            border: 2px solid transparent;
            outline: none;
            color: var(--bs-white);
            cursor: pointer;
        }

            .blazor-tag button:hover {
                background-color: rgba(255, 255, 255, 0.25);
                color: #666;
            }

            .blazor-tag button:focus {
                border-color: #c8c8c8;
            }

    .blazor-tag-input {
        font: inherit;
        background: transparent;
        border: none;
        outline: none;
        flex: 1;
    }

    /*#region Estilos Extendidos Datepicker*/
    .datepicker-container {
        position: relative;
    }

    .datepicker {
        position: absolute;
        top: 0;
        right: 0;
        background-color: white;
        border: 1px solid #ccc;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
        z-index: 1000;
        font-size: 13px;
    }

    /* Estilos del encabezado del datepicker */
    .datepicker-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #ccc;
        background-color: #f0f0f0;
    }

        /* Estilos de los botones de navegación del mes */
        .datepicker-header button {
            background-color: transparent;
            border: none;
            font-size: 14px;
            cursor: pointer;
        }

    /* Estilos del cuerpo del datepicker */
    .datepicker-days {
        padding: 10px;
    }

    /* Estilos del encabezado de los días de la semana */
    .datepicker-days-header {
        display: flex;
        justify-content: space-around;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }

    /* Estilos de los días de la semana */
    .datepicker-day {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        cursor: pointer;
    }

        /* Estilos de los días deshabilitados */
        .datepicker-day.disabled {
            color: #ccc;
        }

        /* Estilos de los días seleccionados */
        .datepicker-day.selected {
            background-color: var(--color-marca-light);
            color: white;
        }

        /* Estilos de los días hoy */
        .datepicker-day.today {
            font-weight: bold;
        }

    .cursor-pointer {
        cursor: pointer;
    }

    .timepicker {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

    .timepicker-item {
        flex: 1;
        margin-right: 10px;
        overflow: hidden;
        position: relative;
    }

    .scrollable-list {
        max-height: 160px;
        overflow-y: scroll;
        border: 1px solid #ccc;
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .timepicker-hour,
    .timepicker-minute {
        padding: 5px 10px;
        cursor: pointer;
    }

    .selected {
        background-color: var(--color-marca);
        color: #fff;
    }

    /* Estilo para los elementos cuando el cursor está encima */
    .datepicker-day:not(.selected):hover,
    .timepicker-hour:not(.selected):hover,
    .timepicker-minute:not(.selected):hover {
        background-color: #f0f0f0;
    }




    /*#endregion Datepicker*/



    html {
        height: -webkit-fill-available;
    }

    main {
        display: flex;
        flex-wrap: nowrap;
        height: 100vh;
    }

    .b-example-divider {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .bi {
        vertical-align: -.3em;
        pointer-events: none;
        fill: currentColor;
    }

    .navbar-nav .bi {
        width: 30px;
        height: 30px;
    }

    .dropdown-toggle {
        outline: 0;
    }

    .nav-flush .nav-link {
        border-radius: 0;
    }

    .btn-toggle {
        display: inline-flex;
        align-items: center;
        padding: .25rem .5rem;
        font-weight: 600;
        color: rgba(0, 0, 0, .65);
        background-color: transparent;
        border: 0;
    }

        .btn-toggle:hover,
        .btn-toggle:focus {
            color: rgba(0, 0, 0, .85);
            background-color: #d2f4ea;
        }

        .btn-toggle::before {
            width: 1.25em;
            line-height: 0;
            content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
            transition: transform .35s ease;
            transform-origin: .5em 50%;
        }

        .btn-toggle[aria-expanded="true"] {
            color: rgba(0, 0, 0, .85);
        }

            .btn-toggle[aria-expanded="true"]::before {
                transform: rotate(90deg);
            }

    .btn-toggle-nav a {
        display: inline-flex;
        padding: .1875rem .5rem;
        margin-top: .125rem;
        margin-left: 1.25rem;
        text-decoration: none;
    }

        .btn-toggle-nav a:hover,
        .btn-toggle-nav a:focus {
            background-color: #d2f4ea;
        }

    .scrollarea {
        overflow-y: auto;
    }

    .fw-semibold {
        font-weight: 600;
    }

    .lh-tight {
        line-height: 1.25;
    }

    .tooltip-wrapper {
        position: relative;
        display: inline-block;
        cursor: pointer;
        align-content: center;
        color: var(--color-marca);
    }

        .tooltip-wrapper div {
            visibility: hidden;
            position: absolute;
            width: auto;
            bottom: calc(50% - 26px);
            left: 150%;
            background-color: var(--bs-gray-800);
            color: #fff;
            /*text-align: center;*/
            padding: 10px 15px;
            border-radius: 6px;
            font-size: .9em;
            line-height: 1.2;
            z-index: 10;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
            pointer-events: none;
        }

            .tooltip-wrapper div::after {
                content: "";
                position: absolute;
                top: calc(50% - 8px);
                left: -11px;
                border-top: 8px solid transparent;
                border-right: 12px solid var(--bs-gray-800);
                border-bottom: 8px solid transparent;
            }

        .tooltip-wrapper:hover div {
            visibility: visible;
            pointer-events: auto;
        }

    .positivo {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .positivo::before {
            content: "";
            width: 0;
            height: 0;
            margin: 0 5px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 8px solid var(--bs-teal);
            border-top: 0;
        }


    td.positivo::before {
        border-bottom: 0;
    }

    .negativo {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .negativo::before {
            content: "";
            width: 0;
            height: 0;
            margin: 0 5px;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 0px;
            border-top: 8px solid var(--bs-danger);
        }


    td.negativo::before {
        border-top: 0;
    }

    td .negativo,
    td .positivo {
        font-weight: 600;
        letter-spacing: .05em;
        display: flex;
    }

    td.negativo,
    td.positivo {
        display: table-cell;
    }

        td.negativo::before,
        td.positivo::before {
            display: none;
        }

    .totalesPosicionGeneral td,
    .totalesPosicionGeneral td.position-sticky {
        background: var(--th-marca-light) !important;
        color: var(--bs-dark) !important;
    }

        .totalesPosicionGeneral td.text-primary,
        .table td.text-primary {
            background: var(--colorGraf-2-var-7) !important;
            color: var(--colorGraf-2-var-1) !important;
            font-weight: 600;
        }

        .totalesPosicionGeneral td.text-primary,
        .table td.text-primary-no-disponible {
            background: var(--colorGraf-2-var-7) !important;
      
        }

            .totalesPosicionGeneral td .text-primary,
            .table td.text-primary .text-primary,
            .fs-5.text-primary,
            .fs-4.text-primary {
                color: var(--colorGraf-2-var-1) !important;
                font-weight: 600;
            }



    .grupoInstrumentoTipo,
    .grupoInstrumentoTipo:hover,
    .grupoCustodia,
    .grupoCustodia:hover,
    .headerTablePosicionMovimientos tr,
    .headerTablePosicionMovimientos tr:hover {
        background: var(--th-marca) !important;
        border-color: var(--th-marca-light);
        font-weight: 500;
    }

        .grupoCustodia,
        .grupoCustodia:hover,
        .grupoInstrumentoTipo tr:nth-of-type(2),
        .table .grupoInstrumentoTipo tr:nth-of-type(2) td.position-sticky {
            background: var(--th-marca-light) !important;
            color: var(--bs-white);
        }

            .grupoInstrumentoTipo a svg.bi,
            .grupoCustodia a svg.bi {
                color: var(--bs-white);
            }

        .headerTablePosicionMovimientos tr,
        .headerTablePosicionMovimientos tr:hover,
        .table .headerTablePosicionMovimientos td.position-sticky {
            background: var(--th-marca-light2) !important;
            border-color: var(--th-marca-light2) !important;
        }

            .headerTablePosicionMovimientos tr:nth-of-type(2),
            .headerTablePosicionMovimientos tr:nth-of-type(2):hover,
            .table .headerTablePosicionMovimientos td.position-sticky:nth-of-type(2) {
                background: var(--th-marca-light3) !important;
                border-color: var(--th-marca-light3) !important;
            }

            .headerTablePosicionMovimientos tr td,
            .headerTablePosicionMovimientos tr a {
                color: var(--color-texto);
            }


    .table .table td.position-sticky:first-of-type {
        background: var(--bs-gray-300);
    }

    .grupoInstrumentoTipo td {
        color: var(--bs-white) !important;
    }


    /*.grupoInstrumentoTipo td,
    .grupoInstrumentoTipo td div,
    thead tr td {
        text-align: center !important;
    }*/

    .grupoTipo {
        font-weight: bold;
    }

    .operarPosicionGeneral {
        color: #fff;
        border: 2px solid #db2f5e;
        font-size: 14px;
        border-radius: 3px;
        padding: 6px 25px;
        text-transform: uppercase;
        background-color: #db2f5e;
        float: right;
        font-weight: 600;
    }

    .grupoItems {
        border-style: solid;
        border-width: 0;
        border-bottom: 1px solid;
        border-color: inherit;
        background-color: var(--bs-secondary);
    }

        .grupoItems .text-center div {
            display: flex;
            align-items: center;
        }

    .bg-white .grupoItems {
        background-color: var(--bs-white);
    }


    td .gridContainer .grupoItems:last-of-type {
        border-color: var(--th-marca);
    }

    .headerTablePosicionComitente td {
        color: var(--color-texto);
        text-transform: uppercase;
        padding: 0.6rem 0.3rem
    }
        .headerTablePosicionComitente td a {
            color: var(--th-marca);
        }

    .headerTableSaldoDisponibleMoneda td {
        color: #212529;
    }

    .tableSaldoDisponibleMoneda tbody tr:last-child {
        font-weight: bold;
    }

    .dropdownPosicion {
        position: relative;
        display: inline-block;
    }

    .dropdownPosicion-menu {
        display: none;
        position: absolute;
        z-index: 1;
        background-color: #fff;
        min-width: 200px;
        left: -20px;
        top: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.15);
    }

    .dropdownPosicion:hover .dropdownPosicion-menu {
        display: block;
    }

    .dropdownPosicion-menu li {
        display: block;
    }

        .dropdownPosicion-menu li a {
            padding: 0.5rem 1rem;
            display: block;
            color: #212529;
            text-decoration: none;
            cursor: pointer;
        }

            .dropdownPosicion-menu li a:hover {
                background-color: #f8f9fa;
            }

    .gananciaNoRealizadaSaldosPositivo {
        font-weight: 600;
        color: var(--bs-teal);
    }



    .gananciaNoRealizadaSaldosNegativo {
        font-weight: 600;
        color: var(--bs-danger);
    }


.btn-outline-custom {
    color: var(--color-marca);
    border-color: var(--color-marca);
}

    .btn-outline-custom:hover {
        background-color: var(--color-marca);
        color: #fff;
        border-color: var(--color-marca);
    }

    .btn-outline-custom:active {
        background-color: var(--color-marca);
        color: #fff;
        border-color: var(--color-marca);
    }

    .btn-outline-custom:disabled {
        color: var(--color-marca);
        border-color: var(--color-marca);
        opacity: 0.65;
    }

    .btn-outline-custom .icon {
        display: inline-flex;
        align-items: center;
        vertical-align: middle;
    }



.custom-card-header {
    background-color: #9c8589;
}

        .custom-card-header .card-title {
            color: white;
        }

    ul.separadorPosicion {
        list-style-type: none;
        margin: 0 -0.5rem;
        padding: .4rem 0;
        background: var(--th-marca-light3);
        border-bottom: 1px solid var(--th-marca-light2);
    }

        ul.separadorPosicion:last-of-type {
            border-bottom: none;
            margin-bottom: -0.5rem;
        }

        ul.separadorPosicion:first-of-type {
            margin-top: -0.5rem;
        }

        ul.separadorPosicion li {
            display: flex;
            gap: 5px;
            line-height: 1.2;
            padding: 0.4rem 0rem;
            margin: 0 1rem;
        }



            ul.separadorPosicion li span {
                font-weight: bold;
            }

    .custom-menu .btn-custom-light {
        background-color: #f8f9fa;
        border-color: #ced4da;
        color: #495057;
        white-space: nowrap;
    }

        .custom-menu .btn-custom-light:hover {
            background-color: #e2e6ea;
            border-color: #dae0e5;
            color: #212529;
        }

    .custom-menu .navbar-nav {
        flex-direction: row !important;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 5px 0;
    }

    @media (max-width: 768px) {
        .custom-menu .navbar-nav .nav-item {
            width: 100%;
        }

        .btn.estadoCuenta {
            width: 100%;
            margin: 0;
        }
    }

    .custom-menu .navbar-nav .nav-item .nav-link {
        padding: 0.3rem 0.8rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        border: 0;
    }

    .custom-menu .nav-link::before {
        color: var(--bs-white) !important;
    }

    .custom-menu .dropdown-menu {
        position: absolute;
        top: 100%;
        right: 5px;
        white-space: nowrap;
        /*margin-top: 0.5rem;*/
        z-index: 1000;
    }

        .custom-menu .dropdown-menu .nav-item .nav-link {
            padding: 0.5rem 1rem;
            display: flex;
            align-items: center;
            justify-content: start;
        }



    .buttonCustomClass {
        color: #ffffff;
        border: 1px solid var(--color-marca);
        border-radius: .25rem;
        margin: .45rem .2rem !important;
        background-color: var(--color-marca);
        height: 35px !important;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .buttonCustomClass:hover {
            color: #ffffff;
            background-color: var(--color-marca-light);
        }

    .fondo {
        cursor: pointer;
        transition: ease-out 0.3s;
    }


        .fondo:hover {
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
        }

    .validaciones {
        display: block;
        width: 100%;
        color: #bf0411;
        font-weight: 500;
        font-size: 0.9em;
        margin: 10px 0px;
    }

    /*.gridContainer {
    max-height: 60vh;
}*/

    .collapsePanel {
        position: relative;
    }

    .collapseContent.animate.collapsed {
        overflow: hidden !important;
    }

    .collapseContent.animate {
        overflow: visible !important;
    }

    .collapseHeader {
        position: absolute;
        bottom: 0;
        text-align: center;
        cursor: pointer;
        width: 100%;
        background: var(--bs-gray-200) !important;
        height: 30px;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .collapsePosicion > .collapseContent,
    .collapsePosicion .collapseContent.collapsed {
        margin: -20px 0 0;
    }

    .collapsePosicion .collapseHeader {
        position: relative;
        bottom: auto;
        height: auto;
        border-radius: 0.25rem;
        background: var(--color-marca) !important;
    }



    .collapsePosicion .collapseContent .collapseHeader {
        background: var(--bs-gray-400) !important;
    }

    .collapsePosicion .collapseHeader h3,
    .collapsePosicion .collapseHeader span {
        font-family: var(--font-family);
        font-size: 1.1em;
        font-weight: 600;
        text-transform: uppercase;
        padding: 8px 0;
        margin: 0 0 -20px;
    }

    .collapsePosicion .collapseHeader span {
        font-size: 1em;
        display: block;
        padding: 5px 0;
        margin: 0;
    }



    .collapsePosicion .collapseHeader h3,
    .collapsePosicion .collapseHeader:hover span {
        color: var(--bs-white);
    }

        .collapsePosicion .collapseHeader h3::after,
        .collapsePosicion .collapseHeader span::after {
            content: "";
            border: solid var(--color-texto);
            border-width: 0 3px 3px 0;
            display: inline-block;
            padding: 3px;
            margin: 0 5px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }

    .collapsePosicion .collapseHeader span::after {
        border-width: 0 2px 2px 0;
        margin: 0 5px;
    }

    .collapsePosicion .collapsed .collapseHeader h3::after,
    .collapsePosicion .collapsed .collapseHeader span::after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin: 0 5px 5px;
    }

    .collapsePosicion .collapsed .collapseHeader span::after {
        margin: 0 5px 3px;
    }

    .collapsePosicion .collapseHeader h3::after,
    .collapsePosicion .collapseHeader:hover span::after {
        border-color: var(--bs-white);
    }

    .collapsePosicion .gridContainer {
        margin: 5px 0 0;
    }

        .collapsePosicion .gridContainer .table {
            margin: 0;
            padding: 0;
        }


    .bg-gray-700 ~ .collapsePanel .collapseHeader.collapsed {
        border-bottom-left-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .collapseHeader.collapsed .arrow {
        margin: 6px 0 3px;
    }

    .collapseHeader:hover,
    .collapseHeader.collapsed:hover {
        background: var(--color-marca) !important;
    }

        .collapseHeader:hover .arrow {
            border-color: var(--bs-white);
        }

    .arrow {
        border: solid var(--bs-dark);
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
        margin: 10px 0 3px;
    }

    .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .left {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }

    .up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    .down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }





    /*---------------------------FONDOS---------------------------*/


    .fondos-suscribir {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        font-size: 14px;
        width: 100%;
        margin: 0;
        padding: 0;
    }

        .fondos-suscribir h2 {
            font-size: 18px;
            color: #0087bf;
            margin: 20px 0;
            border-bottom: 0;
            padding: 0;
            margin: 0;
            display: inline-block;
        }

        .fondos-suscribir table {
            width: 78%;
        }

            .fondos-suscribir table th,
            .fondos-suscribir table td {
                font-size: 14px;
                padding: 5px;
            }

        .fondos-suscribir ul {
            float: none;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
        }



            .fondos-suscribir ul.fondos li {
                width: 100%;
                height: auto;
                border-radius: 2px;
                box-shadow: 1px 1px 3px 1px #ddd;
                cursor: pointer;
                background: #fff;
                border: 1px solid #eee;
                margin: 10px 0;
                float: none;
                display: inline-block;
            }

                .fondos-suscribir ul.fondos li.fondo-suscripcion {
                    height: 200px;
                    width: 49%;
                }




                .fondos-suscribir ul.fondos li span,
                .fondos-suscribir ul.fondos li span:last-of-type {
                    width: 48%;
                    margin: 0 1% 5px;
                    padding: 0 1% 5px;
                    border-bottom: 1px dotted #ddd;
                    color: #636569;
                }


                    .fondos-suscribir ul.fondos li span.glyphicon {
                        width: auto;
                        padding: 0;
                        margin: 25px 10px 0;
                        border: 0;
                        font-size: 18px;
                    }


                .fondos-suscribir ul.fondos li a,
                .fondos-suscribir ul.fondos li button,
                .headerWraper a,
                .headerWraper button.suscribir {
                    padding: 5px 10px;
                    font-size: 14px;
                    box-shadow: none;
                    text-transform: none;
                    font-weight: normal;
                    border: 2px solid #999;
                    line-height: normal;
                    float: left;
                    border-radius: 4px;
                    margin: 20px 0 0 10px;
                }

                .fondos-suscribir ul.fondos li button {
                    border: 2px solid #1C426E;
                    background: #1C426E;
                    color: #fff;
                }









        .fondos-suscribir li label {
            font-weight: bold;
            color: #1C426E;
            margin: 0 15px;
        }

        .fondos-suscribir ul.fondos.clases li span,
        .fondos-suscribir ul.fondos.clases li span:last-of-type {
            width: auto;
            margin: 0;
            padding: 0;
            border-bottom: 0;
            color: #636569;
        }

        .fondos-suscribir ul.fondos.clases li:hover label,
        .fondos-suscribir ul.fondos.clases li:hover span,
        .fondos-suscribir ul.fondos.clases li:hover span:last-of-type {
            color: #fff;
        }




        .fondos-suscribir .monto {
            width: auto;
            float: left;
            display: flex;
            justify-content: start;
            align-items: flex-end;
        }

            .fondos-suscribir .monto label {
                font-size: 20px;
                width: auto;
                border-bottom: 0;
                margin: 0;
            }

            .fondos-suscribir .monto input {
                font-size: 30px;
                margin: 0;
                padding: 0 10px 0 0;
                border: 1px solid #ddd;
                width: auto;
                text-align: right;
                color: #1C426E;
                font-weight: 600;
                border-radius: 2px;
            }

        .fondos-suscribir table.calendar {
            background: #fff;
            border-radius: 2px;
            box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, .2);
            padding: 0 0 10px;
            overflow: hidden;
        }

            .fondos-suscribir table.calendar tbody td a {
                color: #636569;
            }

            .fondos-suscribir table.calendar tbody td.selected a {
                color: #fff;
                background: #0087bf;
            }


            .fondos-suscribir table.calendar tbody > tr > td:first-of-type {
                min-width: 0 !important;
            }

            .fondos-suscribir table.calendar tbody td a {
                cursor: pointer;
            }



            .fondos-suscribir table.calendar thead {
                background: #0087bf;
            }

                .fondos-suscribir table.calendar thead tr:first-of-type td a,
                .fondos-suscribir table.calendar thead tr:first-of-type td:last-of-type a {
                    float: none;
                    margin: 5px auto 0;
                    display: block;
                }

                    .fondos-suscribir table.calendar thead tr:first-of-type td a:before,
                    .fondos-suscribir table.calendar thead tr:first-of-type td:nth-of-type(2) {
                        color: #fff;
                    }


        .fondos-suscribir table {
            width: 100%;
        }




        .fondos-suscribir .resumenObservaciones textarea {
            display: inline-block;
            margin: 5px 0 0;
            border-color: #ddd;
        }

        .fondos-suscribir ul.fondos li span,
        .fondos-suscribir ul.fondos li span:last-of-type,
        .fondos-suscribir ul.fondos li.fondo-suscripcion {
            height: auto;
            width: 100%;
        }

        .fondos-suscribir table.calendar {
            margin: 20px auto;
        }

        .fondos-suscribir h4 {
            text-align: center;
        }

        .fondos-suscribir .monto input,
        .fondos-suscribir .monto label {
            font-size: 20px;
        }


        .fondos-suscribir input[type="checkbox"],
        .fondos-suscribir input[type="radio"] {
            margin: 0 5px;
            width: 20px;
            height: 20px;
        }




        .fondos-suscribir p {
            margin: 0;
            width: 100%;
            display: block;
            clear: both;
        }

        .fondos-suscribir .validacion {
            width: 100%;
            float: left;
            color: #bf0411;
            font-weight: bold;
            margin: 10px 0;
        }

        .fondos-suscribir > header {
            width: 100%;
            padding: 10px 0 20px;
            background: #f6f6f6;
            margin: 0 0 10px;
            float: left;
        }

            .fondos-suscribir > header .headerWraper {
                width: 96%;
                max-width: 1400px;
                margin: auto;
            }

        .fondos-suscribir > section {
            width: 100%;
            margin: 20px auto;
        }

        .fondos-suscribir * {
            outline: none
        }

        .fondos-suscribir h3 {
            font-size: 24px;
            color: #333;
            margin: 10px 0;
        }

        .fondos-suscribir h2 {
            font-size: 24px;
            color: #333;
            margin: 30px 0;
            border-bottom: 1px dotted #1C426E;
            padding: 0 0 10px;
        }


        .fondos-suscribir input[type="checkbox"], .fondos-suscribir input[type="radio"] {
            margin: 3.5px 10px 0 0;
            margin-top: 1px \9;
            line-height: normal;
            float: left;
        }

        .fondos-suscribir input[type="radio"] {
            margin: 0 10px 0 0;
        }

        .fondos-suscribir header label {
            font-size: 18px;
            margin-right: 10px;
        }

        .fondos-suscribir header select {
            min-width: 600px;
            font-size: 20px;
            color: #333;
            background: none;
        }

            .fondos-suscribir header select option {
                font-size: 16px;
            }




    .table .fondos-suscribir .resumenFondo,
    .table .fondos-suscribir .resumenMonto,
    .table .fondos-suscribir .resumenFecha,
    .table .fondos-suscribir .resumenAcepta,
    .table .fondos-suscribir .resumenObservaciones {
        margin: 0;
        padding: 5px;
    }



    .fondos-suscribir .resumenFondo label,
    .fondos-suscribir .resumenMonto label,
    .fondos-suscribir .resumenFecha label,
    .fondos-suscribir .resumenObservaciones label {
        font-size: 14px;
        color: #333;
    }

    .fondos-suscribir .resumenFondo span,
    .fondos-suscribir .resumenMonto span,
    .fondos-suscribir .resumenFecha span {
        font-size: 14px;
        font-weight: bold;
    }




    .fondos-suscribir .resumenObservaciones textarea {
        display: inline-block;
        margin: 5px 0 0;
        border-color: #c2c2c6;
    }




    .comitenteHeader {
        width: auto;
        float: left;
        position: relative;
    }

        .comitenteHeader input {
            padding: 5px 0;
            margin: 10px 0;
            min-width: 600px;
            font-size: 16px;
            border: 0;
            font-weight: bold;
            border: 2px solid #999;
        }

            .comitenteHeader input.ng-not-empty {
                border: 0;
                border-bottom: 2px solid #636569;
            }

        .comitenteHeader ul.dropdown-menu {
            z-index: 10;
            max-width: 600px;
            padding: 0;
            background-color: #fff;
            border: 1px solid #c2c2c6;
            border: 1px solid rgba(0, 0, 0, .15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            margin: 0;
        }

            .comitenteHeader ul.dropdown-menu li, .comitenteHeader ul.dropdown-menu li a {
                width: 100%;
                float: left;
                padding: 0;
                margin: 0;
                text-indent: 10px;
                height: auto;
                line-height: 14px;
                font-size: 14px;
                background: none;
                color: #333;
                /*border-radius: 0;*/
            }

                .comitenteHeader ul.dropdown-menu li a {
                    padding: 10px 0;
                }

                    .comitenteHeader ul.dropdown-menu li a:hover {
                        background-color: #1C426E;
                    }

                    .comitenteHeader ul.dropdown-menu li a:before {
                        display: none;
                    }

    .fondos-suscribir ul {
        width: 100%;
        margin: 20px 0;
        padding: 0;
        float: left;
    }

    .fondos-suscribir li {
        list-style: none;
        margin: 0 0 10px;
        overflow: hidden;
    }

        .fondos-suscribir li label {
            font-weight: bold;
        }

    @keyframes animFondoli {
        from {
            opacity: 0;
            padding: 0;
            margin: 0;
            width: 0;
            height: 200px;
        }

        to {
            opacity: 1;
            padding: 15px 2%;
            margin: 10px 1%;
            width: 30%;
            height: 200px;
        }
    }

    .fondos-suscribir .fondos li {
        animation-name: animFondoli;
        animation-duration: .4s;
    }

    @keyframes animFondoli2 {
        from {
            opacity: 0;
            padding: 0;
            margin: 0;
            width: 0;
            height: 280px;
        }

        to {
            opacity: 1;
            padding: 15px 2%;
            margin: 10px 1%;
            width: 30%;
            height: 280px;
        }
    }

    .fondos-suscribir.fondo-saldo .fondos li {
        animation-name: animFondoli2;
        animation-duration: .4s;
    }

    @keyframes animFondoliDiv {
        0% {
            opacity: 0;
        }


        50% {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    .fondos-suscribir .fondos li > div {
        animation-name: animFondoliDiv;
        animation-duration: .8s;
    }

    .fondos-suscribir li span {
        font-size: 18px;
    }

    .fondos-suscribir ul.fondos li.fondo-suscripcion {
        height: 200px;
    }

    .fondos-suscribir ul.fondos li {
        width: 32%;
        height: 280px;
        padding: 15px 2%;
        margin: 10px 1.3% 10px 0;
        float: left;
        list-style: none;
        border-radius: 4px;
        box-shadow: 0 0 0 3px #ddd;
        cursor: pointer;
        background: #f9f9f9;
        transition: all 0.2s linear;
    }

    .fondos-suscribir ul.fondos.clases li {
        height: auto;
        animation: none;
        min-height: 74px;
    }

    .fondos-suscribir.fondo-saldo ul.fondos li {
        height: 280px;
    }

    .fondos-suscribir ul.fondos li:hover {
        box-shadow: 0 0 0 3px #999;
        transition: all 0.2s linear;
    }

    .fondos-suscribir ul.fondos li.selected {
        box-shadow: 0 0 0 3px #00C000;
        transition: all 0.2s linear;
    }

    .fondos-suscribir ul.fondos li h4 {
        margin: 0;
        font-size: 20px;
        min-height: 45px;
        color: #0087bf;
        font-weight: 600;
        letter-spacing: .5px;
    }

    .fondos-suscribir ul.fondos li span {
        width: 100%;
        margin: 0 0 3px;
        font-size: 14px;
        float: left;
        color: #333;
        border-bottom: 1px dotted #ddd;
        /*max-width: 300px;*/
        padding: 0 0 3px;
    }

    .fondos-suscribir ul.fondos.clases li span {
        float: none;
        width: auto;
        font-size: 16px;
    }

    .fondos-suscribir ul.fondos li span:last-of-type {
        margin: 0;
        padding: 0;
        border-bottom: none;
    }

    .fondos-suscribir ul.fondos li span b {
        text-align: right;
        float: right;
    }

    .fondos-suscribir ul.fondos li button, .headerWraper a, .headerWraper button.suscribir {
        width: auto;
        padding: 5px 10px;
        font-size: 14px;
        color: #333;
        border-radius: 4px;
        background: #fff;
        float: left;
        margin: 20px 0 0 10px;
        cursor: pointer;
        font-weight: normal;
    }

        .fondos-suscribir ul.fondos li a:first-of-type, .headerWraper a:first-of-type {
            margin: 20px 0 0;
            clear: left;
        }

    .headerWraper button.suscribir {
        margin: -115px 0 0;
        padding: 6px 14px 5px;
        font-size: 16px;
        font-weight: 600;
        box-shadow: 0 0 0 2px #c2c2c6;
        color: #333;
    }


        .headerWraper button.suscribir:hover {
            text-decoration: none;
            background: #fff;
        }

    .fondos-suscribir button {
        width: auto;
        color: #fff;
        border: 0;
        background: #1C426E;
        font-size: 14px;
        text-transform: uppercase;
        padding: 10px 20px;
        border-radius: 4px;
        margin: 20px 10px 0 0;
        float: left;
        font-weight: bold;
    }



        .fondos-suscribir button:hover {
            background: #85c90d;
        }

    .fondos-suscribir table {
        font-size: 16px;
        margin: 10px 0 20px;
    }

    .fondos-suscribir .monto {
        width: 100%;
        margin: 10px 0 30px;
        float: left;
    }

        .fondos-suscribir .monto input {
            font-size: 40px;
            margin: 0;
            border: 0;
            border-bottom: 1px solid #000;
            display: block;
            height: 40px;
            line-height: 40px;
            text-align: right;
            width: 31%;
        }

            .fondos-suscribir .monto input:focus {
                outline: none;
            }

        .fondos-suscribir .monto label {
            float: left;
            margin: 0;
            font-size: 24px;
            color: #333;
            border-bottom: 1px solid #333;
            height: 40px;
            line-height: 40px;
            padding-right: 10px;
            width: 20%;
        }

        .fondos-suscribir .monto span {
            font-size: 16px;
            margin: 10px 0 0;
            float: left;
        }

    .fondos-suscribir table td, .fondos-suscribir table th {
        border: 0;
        border-bottom: 1px solid #fff;
        text-align: right;
        font-size: 16px;
        padding: 8px 0;
        font-weight: bold;
    }

    .fondos-suscribir table th {
        background: none;
        border-bottom: 2px solid #1C426E;
        font-size: 18px;
    }

        .fondos-suscribir table td:first-of-type, .fondos-suscribir table th:first-of-type {
            text-align: left;
        }

    .fondos-suscribir table td:first-of-type {
        font-weight: normal;
    }

    .fondos-suscribir table.calendar {
        width: 50%;
        margin: 20px auto;
        max-width: 350px;
        background: #333;
        border-radius: 2px;
        padding: 20px;
        display: block;
    }

        .fondos-suscribir table.calendar tr:nth-child(even) {
            background-color: transparent;
        }

        .fondos-suscribir table.calendar th, .fondos-suscribir table.calendar td {
            border: 0;
            text-align: center;
            width: 15%;
            padding: 0;
        }

        .fondos-suscribir table.calendar tbody td a {
            color: #fff;
            width: auto;
            margin: auto;
            border-radius: 50%;
            text-decoration: none;
            padding: 7px 10px;
            display: inline-block;
        }

        .fondos-suscribir table.calendar thead tr:first-of-type td:nth-of-type(2) {
            color: #c2c2c6;
            padding: 5px 0;
        }

        .fondos-suscribir table.calendar thead tr:first-of-type td a {
            color: transparent;
            position: relative;
            width: 17px;
            height: 30px;
            float: left;
            overflow: hidden;
        }

        .fondos-suscribir table.calendar thead tr:first-of-type td:last-of-type a {
            float: right;
        }

        .fondos-suscribir table.calendar thead tr:first-of-type td a:before {
            content: "\e257";
            color: #333;
            font-family: 'Glyphicons Halflings';
        }

        .fondos-suscribir table.calendar thead tr:first-of-type td a:hover:before {
            color: #8dd906;
        }

        .fondos-suscribir table.calendar thead tr:first-of-type td:last-of-type a:before {
            content: "\e258";
        }

        .fondos-suscribir table.calendar thead tr:last-of-type th {
            font-size: 0;
            font-weight: normal;
            color: #fff;
            padding: 5px 0;
            letter-spacing: .5px;
        }

            .fondos-suscribir table.calendar thead tr:last-of-type th:first-letter {
                font-size: 16px;
                text-transform: uppercase;
                text-align: center;
            }

        .fondos-suscribir table.calendar tbody td.grey a {
            color: #888;
        }

            .fondos-suscribir table.calendar tbody td a:hover, .fondos-suscribir table.calendar tbody td.grey a:hover {
                color: #8dd906;
            }

        .fondos-suscribir table.calendar tbody td.selected a {
            color: #fff;
            background: #0087bf;
        }

    .fondos-suscribir .resumenFondo,
    .fondos-suscribir .resumenMonto,
    .fondos-suscribir .resumenFecha,
    .fondos-suscribir .resumenAcepta,
    .fondos-suscribir .resumenObservaciones {
        width: 100%;
        float: left;
        margin: 10px 0 5px;
        clear: both;
        border-bottom: 1px dotted #c2c2c6;
        padding: 0 0 5px;
    }



    .fondos-suscribir .resumenObservaciones {
        max-width: none;
        margin: 5px 0;
        padding: 5px 0;
        border-bottom: none;
    }

    .fondos-suscribir .resumenSelects {
        max-width: 31.33%;
        margin: 10px 2% 20px 0;
        border: 0;
        float: left;
        clear: none;
    }

        .fondos-suscribir .resumenSelects label, .fondos-suscribir .resumenSelects select {
            font-size: 20px;
            width: 100%;
            margin: 10px 0;
        }

    .fondos-suscribir .resumenAcepta {
        margin: 0;
        border: 0;
    }

    .fondos-suscribir .resumenFondo span, .fondos-suscribir .resumenMonto span, .fondos-suscribir .resumenFecha span {
        font-size: 20px;
        float: right;
        font-weight: bold;
    }

    .fondos-suscribir .resumenFondo label,
    .fondos-suscribir .resumenMonto label,
    .fondos-suscribir .resumenFecha label,
    .fondos-suscribir .resumenObservaciones label {
        font-size: 16px;
        float: left;
        margin: 0;
    }

    .fondos-suscribir .resumenObservaciones textarea {
        width: 100%;
        border-radius: 4px;
        min-height: 80px;
        clear: both;
        display: block;
        margin: 40px 0 0;
    }

    .fondos-suscribir .resumenFondo label, .fondos-suscribir .resumenFondo span {
        font-size: 24px;
    }

    .fondos-suscribir .resumenAcepta label {
        font-size: 16px;
        color: #333;
        font-weight: bold;
        letter-spacing: .5px;
        margin: 0 20px 0 0;
    }

    .fondos-suscribir ul.rescatar {
        width: 50%;
    }

    .fondos-suscribir ul.rescatarNumber {
        margin: 40px 0 0;
    }

    .fondos-suscribir ul.rescatar input[type="radio"] {
        height: 20px;
        width: 20px;
        position: relative;
        margin: 5px;
        float: left;
    }

        .fondos-suscribir ul.rescatar input[type="radio"]:after {
            content: "";
            height: 18px;
            width: 18px;
            position: absolute;
            background: #fff;
            top: 0;
            left: 0;
            box-shadow: 0 0 0 3px #ddd;
            border-radius: 50%;
            pointer-events: none;
            border: 4px solid #fff;
            transition: all 0.3s linear;
        }

        .fondos-suscribir ul.rescatar input[type="radio"]:hover:after {
            box-shadow: 0 0 0 3px #85c90d;
            transition: all 0.3s linear;
        }

    .fondos-suscribir ul.rescatar .selected input[type="radio"]:after {
        background: #1C426E;
        transition: all 0.3s linear;
    }

    .fondos-suscribir ul.rescatarRadio label {
        font-weight: normal;
        margin: 3px 0 0 5px;
        float: left;
        transition: all 0.3s linear;
    }

    .fondos-suscribir ul.rescatarRadio .selected label {
        font-size: 22px;
        margin: -1px 0 0 5px;
        font-weight: bold;
        transition: all 0.01s linear;
    }

    .form-floating > label {
        line-height: 1;
    }

    .fondos-suscribir .rescatar .monto {
        width: 600px;
    }

    .fondos-suscribir .rescatarNumber li {
        width: 450px;
        overflow: hidden;
        animation-name: animRescate;
        animation-duration: 2s;
        animation-play-state: paused;
        margin: 0;
    }

        .fondos-suscribir .rescatarNumber li.selected {
            animation-play-state: running;
        }


    @keyframes animRescate {
        0% {
            width: 0px;
        }


        50% {
            width: 450px;
        }

        100% {
            width: 450px;
        }
    }




    .table-borderless.table > tbody > tr, .table-borderless.table > tbody > tr > th, .table-borderless.table > tbody > tr > td, .table-borderless.table > tbody + tbody {
        border: 0;
    }

    .table-borderless.table-striped > tbody > tr:nth-of-type(odd) {
        background-color: #f6f6f6;
    }

    .table > tbody + tbody {
        border-top: 0;
    }

    .passwordEye {
        display: none;
    }


    .fondos-suscribir form {
        width: 100%;
        float: left;
    }

    .fondos-suscribir ul.fondos li {
        width: 48%;
        margin: 10px 1% 10px;
    }

        .fondos-suscribir ul.fondos li h4 {
            font-size: 14px;
            min-height: 50px;
        }

    .fondos-suscribir h2 {
        font-size: 18px;
        margin: 20px 0;
        padding: 0 0 5px;
    }


    .fondos-suscribir select,
    .fondos-suscribir header select {
        min-width: 100%;
        margin: 10px 0;
    }

    .fondos-suscribir label {
        font-size: 18px;
        margin: 0;
    }

    .fondos-suscribir ul.fondos.clases li {
        width: 98%;
        min-height: 0;
    }

    .fondos-suscribir .monto label {
        font-size: 20px;
        width: 30% !important;
    }

    .fondos-suscribir .monto input {
        font-size: 20px;
        width: 70% !important;
    }

    .fondos-suscribir table.calendar {
        width: 100%;
        float: none;
        margin: 100px auto 50px;
        padding: 10px;
    }

    .fondos-suscribir h3 {
        font-size: 16px;
    }

    .fondos-suscribir table.calendar td, .fondos-suscribir table.calendar th {
        font-size: 14px;
        padding: 5px 0;
    }

    .fondos-suscribir .resumenFondo label,
    .fondos-suscribir .resumenMonto label,
    .fondos-suscribir .resumenFecha label,
    .fondos-suscribir .resumenObservaciones label,
    .fondos-suscribir .resumenFondo span,
    .fondos-suscribir .resumenMonto span,
    .fondos-suscribir .resumenFecha span {
        font-size: 16px;
    }




    .fondos-suscribir .resumenSelects {
        max-width: 100%;
        margin: 10px 0;
    }

        .fondos-suscribir .resumenSelects label, .fondos-suscribir .resumenSelects select {
            font-size: 16px;
        }

    .fondos-suscribir .resumenAcepta label {
        font-size: 14px;
        margin: 0;
        max-width: 80%;
    }

    .fondos-suscribir input[type="checkbox"],
    .fondos-suscribir input[type="radio"] {
        margin: 0 10px 0 0;
        width: 15px;
        height: 15px;
    }

    /*---------------------------FIN FONDOS---------------------------*/



    /* Compra y Venta Moneda Extranjera */
    .cvm-compra {
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: #5cb85c;
        color: white;
        cursor: pointer;
    }

    .cvm-venta {
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: #d9534f;
        color: white;
        cursor: pointer;
    }

    .cvm-inactivo {
        border: 1px solid #ccc;
        border-radius: 10px;
        background-color: gray;
        color: white;
        cursor: pointer;
    }

    .cvm-data {
        margin-top: 40px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .cvm-importes {
        font-size: 20px !important;
        font-weight: 500 !important;
    }





    .table {
        font-size: 13px;
        line-height: 1;
        vertical-align: middle;
    }


        .table .thead-dark td {
            border-color: #fff !important;
        }

        .table > thead > tr:nth-of-type(2) > th {
            background-color: #dbdbdb;
        }

    .table-dark {
        --bs-table-bg: var(--th-marca);
        border-color: var(--th-marca);
        background: var(--th-marca);
    }

        .table-light,
        .table-dark tr:nth-of-type(2) {
            --bs-table-bg: var(--th-marca-light);
            border-color: var(--th-marca-light);
        }

    table img {
        max-width: 150px;
    }

    table div img {
        max-width: 70px;
    }

    table img.w-100 {
        max-width: none;
    }



    .table thead {
        background: var(--bs-secondary);
       /* box-shadow: 0 .5px 0px .5px var(--bs-gray-800);*/
        z-index: 1;
    }

        .table thead.headerTablePosicionMovimientos {
            box-shadow: none;
        }

        .table thead.table-dark {
            background: var(--th-marca);
            box-shadow: none;
        }

    .table > :not(:first-child) {
        border-top: none;
    }

.table thead ~ tbody {
    border-top: 2px solid var(--th-marca) !important;
}

    .table thead.headerTablePosicionComitente td.position-sticky,
    .table thead td.position-sticky,
    .table tbody td.position-sticky {
        text-align: left !important;
        background: var(--bs-secondary);
        padding: 0.5rem 0;
        border-right-width: 0;
        border-left-width: 0;
    }

.bg-secondary .bg-secondary .table thead.headerTablePosicionComitente td.position-sticky,
.bg-secondary .bg-secondary .table thead td.position-sticky,
.bg-secondary .bg-secondary .table tbody td.position-sticky {
    background: var(--bs-white);
}

.bg-secondary .bg-secondary .table thead.table-dark td.position-sticky {
    background: var(--th-marca);
}

    .table thead td.position-sticky a,
    .table tbody td.position-sticky a {
        display: inherit;
    }


    .table .grupoInstrumentoTipo td.position-sticky,
    .table thead td.position-sticky {
        background: var(--th-marca);
    }

    .table .grupoCustodia td.position-sticky {
        background: var(--th-marca-light);
    }


    .table tbody td svg {
        width: 20px !important;
        height: 20px !important;
        color: var(--color-texto);
    }


    td.td-up {
        background: #d6f5e7;
        color: var(--bs-success);
    }

    td.td-down {
        background: #ffdbde;
        color: var(--bs-danger);
    }

        td.td-up span,
        td.td-down span {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            td.td-up span:before,
            td.td-down span:before {
                content: "";
                width: 0;
                height: 0;
                margin: 0 2px;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 8px solid var(--bs-success);
                border-top: 0;
            }

            td.td-down span:before {
                border-bottom: 0;
                border-top: 8px solid var(--bs-danger);
            }

tbody tr:hover,
tbody tr:hover td.position-sticky,
.bg-secondary .bg-secondary .table tbody tr:hover td.position-sticky {
    background: var(--bs-gray-200);
}



    .table .container-fluid {
        padding: 0;
    }

    .table .row {
        margin: 0 -0.25rem;
    }

        .table .row:first-of-type {
            margin-top: -0.5rem;
        }

        .table .row:nth-last-of-type(2) {
            margin-bottom: -0.5rem;
        }

    /* .table .row:nth-last-of-type(3),
        .table .row:nth-last-of-type(4),
        .table .row:nth-last-of-type(5),
        .table .row:nth-last-of-type(6) {
            margin-bottom: 0;
        }*/

    .table .table {
        margin: 0 !important;
        background: var(--bs-gray-300);
    }


    .table .col-12 {
        margin: 0;
        padding: 0;
    }




    table.valoracionTable > thead > tr > th,
    .table-responsive table.valoracionTable > thead > tr > th,
    table.valoracionTable > tbody > tr.level2-header td {
        background: #1C426E;
        border: 0;
    }




    .btn-lg,
    .btn-group-lg > .btn,
    .valoracionHeader > div .ng-valid-date,
    .table-fixed > tbody > tr.casa td {
        color: #1C426E;
    }




    .table-responsive.table > .table.valoracionTable:first-of-type th {
        border-top: 0;
        padding: 10px 0;
        background: none;
        color: #636569;
        font-size: 20px;
        text-transform: uppercase;
    }



    table.valoracionTable > tbody > tr.level2.abierto td:nth-child(even),
    table.valoracionTable > tbody > tr.level2.abierto:hover td:nth-child(even),
    .level3 td div table tr th,
    table.valoracionTable > tbody > tr.level2.abierto td:nth-child(even),
    table.valoracionTable > tbody > tr.level2.abierto td,
    table.valoracionTable > tbody > tr.level2.abierto:hover td:nth-child(even),
    table.valoracionTable > tbody > tr.level2.abierto:hover td,
    .level3 td div table tr:last-of-type td,
    .level3 td div table .tableGarantia tr th,
    .level3 td div table .tableGarantia + thead th {
        background: #eee;
        color: #636569;
        border: 1px solid #fff;
        border-top: 0;
    }

    .table > thead > tr > th a {
        color: #fff;
    }



    .level3 > td > table tbody {
        border-top: 0;
        border-bottom: 0;
    }

        .level3 > td > table tbody tr td {
            background: #fff;
            color: #636569;
        }


            .level3 > td > table tbody tr td span {
                font-size: 14px;
                color: #1C426E;
            }

            .level3 > td > table tbody tr td:nth-child(even) {
                background: #f9f9f9 !important;
            }

    table.valoracionTable > tbody > tr.level2-header.instrumentoTipo td,
    table.valoracionTable > tbody > tr.level2.abierto td:nth-child(even),
    table.valoracionTable > tbody > tr.level2.abierto td,
    table.valoracionTable > tbody > tr.level2.abierto:hover td,
    table.valoracionTable > tbody > tr.level2.abierto:hover td:nth-child(even) {
        background: #ddd;
        color: #111;
        border: 1px solid #eee;
        border-top: 0;
        border-bottom: 1px solid #fff;
    }

    .level3 td div table tr:last-of-type td {
        background: #fff;
    }

    .btn-link:hover,
    .btn-link:focus,
    table.valoracionTable > tbody > tr.level2 td .btn-link span {
        color: #0087bf;
    }


    .table-bordered.valoracionTable > tbody > tr > td p {
        color: #0183d9;
    }


    table.valoracionTable > tbody > tr.level2.abierto td .btn-link span {
        color: #1C426E;
    }


    table.valoracionTable > tbody > tr.level2-header td.garantia {
        background: #192e4d !important;
    }

    table.valoracionTable > tbody > tr.level2-header.instrumentoTipo td.garantia,
    table.valoracionTable > tbody > tr.level2.abierto td.garantia,
    table.valoracionTable > tbody > tr.level2.abierto:hover td.garantia,
    table.valoracionTable > tbody > tr.level2 td.garantia,
    table.valoracionTable > tbody > tr.level2.abierto td:nth-child(even),
    table.valoracionTable > tbody > tr.level2.abierto td,
    table.valoracionTable > tbody > tr.level2.abierto:hover td:nth-child(even),
    table.valoracionTable > tbody > tr.level2.abierto:hover td {
        font-weight: 600 !important;
        background: #fff !important;
    }



    table.valoracionTable > tbody > tr.level2-header.instrumentoTipo td.garantia {
        background: #ddd !important
    }


    .level3 td div table:last-of-type tr:last-of-type td {
        border-bottom: 0 !important;
    }

    .table-fixed > tbody > tr.casa td {
        padding: 10px 5px;
    }




    table.valoracionTable > tbody > tr.level3 td table tbody tr,
    .level3 td div table:last-of-type tr:last-of-type td,
    .level3 td div table tr td {
        border: 1px solid #eee !important;
        background: #fff;
    }





    .table-responsive.table > .table.valoracionTable.completoAncho,
    .table-responsive > .table {
        box-shadow: none;
        margin: 0;
    }


    .table.valoracionTable.completoAncho {
        margin: 20px 0;
    }




    .table-inversiones thead {
        display: none;
    }

    .table-inversiones tr:last-of-type {
        border-bottom-width: 0;
    }

    .table-inversiones tbody {
        border: none !important;
    }

    .table-inversiones tr {
        border-bottom: 8px solid var(--bs-secondary);
        background: #fff;
    }

        .table-inversiones tr:last-of-type {
            border-bottom-width: 0;
        }

    .table-inversiones td:first-of-type {
        width: 150px;
    }

    .table-inversiones div img {
        max-width: 140px;
    }

    .table-inversiones .btn-sm {
        font-size: 0.7rem;
    }


    .table tbody .claseTipo {
        border-top: 2px solid;
    }

        .table tbody .claseTipo td.position-sticky a {
            float: right;
        }

        .table tbody .claseTipo td.position-sticky {
            min-width: 50px;
        }

.tabsOperar .tabsGenericos {
    display: flex;
    display: block ruby;
    margin: 1rem 0;
    padding: 0 1.5rem;
    border-bottom: 2px solid var(--bs-gray-300) !important;
}

        .tabsOperar .tabsGenericos .btn {
            flex: 1;
            text-align: center;
            padding: 0.75rem;
            /* color: #f8f9fa; */
            border-radius: 0;
            transition: background-color 0.3s ease;
            font-weight: 700 !important;
            text-transform: uppercase;
            font-size: .9em;
        }

            .tabsOperar .tabsGenericos .btn:hover {
                background-color: #f8f9fa;
                color: #212529;
            }

            .tabsOperar .tabsGenericos .btn.selected {
                background-color: var(--bs-white);
                color: var(--color-marca);
                border: 2px solid var(--bs-gray-300);
                border-bottom-color: var(--bs-white);
                margin: 0 0 -2px;
                border-radius: 5px 5px 0 0;
            }

            .tabsOperar .tabsGenericos .btn:focus {
                outline: none;
                box-shadow: none;
            }


    .collapsePanel.conBanner {
        margin-top: -1.5rem;
    }

    .conBanner .collapseContent.animate.collapsed {
        /*height: auto !important;*/
                opacity: 1 !important;
            }


        .conBanner .collapseContent.animate.collapsed .contentHidden,
        .conBanner .collapseContent.animate.collapsed .Banner {
            height: 0 !important;
            padding-top: 0 !important;
            padding-bottom: 0 !important;
            margin: 0 !important;
            overflow: hidden;
            opacity: 0 !important;
            transition: all 0.7s ease;
        }


    .conBanner .collapseContent.animate .Banner {
        transition: all 0.7s ease;
    }




    .btn-group .border-end:last-of-type {
        display: none;
    }



    .minh-100 {
        min-height: 100% !important;
    }

    footer {
        font-size: 12px;
        background-color: var(--bs-secondary) !important;
        padding-top: 1.5rem !important;
        /* margin-top: 1rem !important;*/
    }

        footer .col-md-3 {
            margin-bottom: .5rem !important;
        }


    .ingematica {
        background-color: var(--bs-gray-800);
        color: var(--bs-white);
        padding: .5rem !important;
        margin-top: 1rem !important;
        text-align: center;
        font-size: 1.1em;
    }

        .ingematica a {
            font-weight: 600;
            color: var(--bs-white);
        }

    @media (max-width: 1200px) {

        body {
            font-size: 13px;
        }

        footer {
            font-size: 10px;
        }
    }




    @media (max-width: 768px) {

        .sidebar .navbar-nav > .nav-item > a {
            padding: 1rem .5rem !important;
        }

        footer {
            font-size: 12px;
        }

        .mainArticle.px-4 {
            padding-right: 0rem !important;
            padding-left: 0rem !important;
        }

        header .fs-4 {
            font-size: 1.2rem !important;
        }

        :root {
            --header-height: 60px;
        }

        .sidebar, .sidebar:hover {
            right: auto;
            height: auto;
            top: auto;
            bottom: 0;
            width: 100%;
            box-shadow: 5px 5px 15px -10px rgba(0, 0, 0, .2);
        }



            .sidebar ul,
            .sidebar:hover ul {
                flex-direction: row !important;
                justify-content: center;
                box-shadow: 0 -0.2rem 1rem rgba(0, 0, 0, 0.15) !important;
            }


            .sidebar .nav-item.first > a > span {
                opacity: 0;
                display: none;
            }


            .sidebar .nav-item.first > a svg {
                margin-right: 0 !important;
            }

        .sidebar-right, .sidebar-right:hover {
            right: -200%;
            left: auto;
            width: 100%;
            top: var(--header-height);
        }

        .sidebar .navbar-nav .dropdown-menu {
            position: absolute;
            bottom: 50px;
            right: 0;
            min-width: 220px;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
            background: var(--bs-white) !important;
        }

        .navbar-nav .dropdown-menu.show {
            display: block;
        }

        .mainContent {
            /*width: 100vw;*/
            margin-left: 0;
        }



        .d-flex.justify-content-end.align-items-center,
        .container-fluid .d-flex.justify-content-start {
            flex-wrap: wrap;
            gap: 5px 0;
        }

            .d-flex.justify-content-end.align-items-center .btn,
            .container-fluid .d-flex.justify-content-start .d-flex.justify-content-start,
            .container-fluid .d-flex.justify-content-start .d-flex.justify-content-end,
            .d-flex.justify-content-end.align-items-end.flex-wrap .btn,
            .d-flex.justify-content-end.align-items-end .btn {
                width: 100%;
            }


        .table-inversiones tr, .table-inversiones td {
            display: block;
            width: 100% !important;
            text-align: left;
        }

            .table-inversiones td div {
                display: flex;
                align-items: center;
                gap: 10px;
            }

            .table-inversiones td:last-of-type div {
                width: 100%;
                justify-content: space-between !important;
            }

            .table-inversiones td .d-flex button.btn.btn-marca-light {
                width: auto;
            }

        .table-inversiones div img {
            max-width: 100px;
            margin: auto;
        }
    }


.modalAlerta .modal-body {
    color: var(--bs-danger);
    font-size: 1em;
    font-weight: 600;
    padding: 1.5rem 1rem;
}

    .modalAlerta .modal-body:before {
        display: inline-block;
        content: "!";
        background: var(--bs-danger);
        color: #fff;
        font-size: 1.4em;
        font-weight: 600;
        border-radius: 50%;
        line-height: 1;
        width: 25px;
        height: 25px;
        text-align: center;
        margin: 0 .5rem 0 0;
    }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    word-wrap: break-word;
}

.badge {
    display: inline-flex;
    align-items: center;
    width: auto;
}


.MostrarTooltip {
    white-space: nowrap;
    color: var(--bs-primary);
}

.MostrarTooltip span {
    text-decoration: underline;
}

.modal-dialog.dialog-Ayuda {
    width:1000px;
    max-width: 90% !important;
}

    .modal-dialog.dialog-Ayuda .modal-body {
        padding: .5rem 1.5rem;
    }

    .modal-dialog.dialog-Ayuda .modal-body > div {
        width:100% !important;
        max-width:none !important;
    }


@media (min-width: 1921px) {
    main > .sidebar, main > .sidebar:hover {
        width: 200px;
        box-shadow: none;
        background: var(--bs-gray-100) !important;
    }

    .mainContent {
        margin-left: 200px;
    }

    .navbar-nav .bi {
        display: none;
    }

    .sidebar .nav-item.first > a > span {
        height: 20px;
        opacity: 1;
        font-size: .95rem !important;
    }

  

}

.sidebar .navbar-nav .nav-item .dropdown-menu {
    display: none !important;
}

.sidebar .navbar-nav .nav-item:hover .dropdown-menu {
    display: block !important;
}

.escrolArriba .container-fluid {
    transform: rotateX(-180deg);
    margin-top: 1rem !important;
}


    .escrolArriba .container-fluid .table {
        transform: rotateX(-180deg);
        margin-top: 0 !important;
    }




/*******inicio como registrarse **********/

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-ui);
    color: var(--doc-text);
    background: var(--bg-card);
    font-size: var(--text-sm);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}


.hero {
    background: var(--doc-accent-dark);
    position: relative;
    overflow: hidden;
}

    /* Textura sutil de puntos — sin gradiente de color */
    .hero::before {
        content: '''';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
        background-size: 24px 24px;
        pointer-events: none;
    }


.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(0,0,0,0.35) 0%, transparent 65%);
}

.hero-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: var(--space-12) var(--space-6);
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-12);
    align-items: center;
    width: 100%;
}

.hero-eyebrow {
    font-family: var(--font-ui);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--color-marca-light);
    margin-bottom: var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

    .hero-eyebrow::before {
        content: '''';
        display: inline-block;
        width: 20px;
        height: 2px;
        background: var(--color-marca-light);
        flex-shrink: 0;
    }

.hero-title {
    font-family: var(--font-display);
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.05;
    margin-bottom: var(--space-4);
    letter-spacing: -0.5px;
}

    .hero-title em {
        font-style: normal;
        color: var(--color-marca-light);
    }

.hero-subtitle {
    font-family: var(--font-ui);
    font-size: var(--text-sm);
    color: rgba(255,255,255,0.60);
    line-height: 1.8;
    max-width: 400px;
}

.hero-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hero-card {
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    border-top: 3px solid var(--color-marca-light);
    padding: var(--space-8);
    border-radius: 8px;
    width: 100%;
    max-width: 300px;
}

.hero-card-title {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: var(--space-1);
}

.hero-card-sub {
    font-size: var(--text-xs);
    color: rgba(255,255,255,0.40);
    margin-bottom: var(--space-6);
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.hero-feature-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

    .hero-feature-list li {
        display: flex;
        align-items: flex-start;
        gap: var(--space-3);
        font-size: var(--text-xs);
        color: rgba(255,255,255,0.65);
        line-height: 1.55;
    }

        .hero-feature-list li::before {
            content: '''';
            width: 5px;
            height: 5px;
            background: var(--color-marca-light);
            border-radius: 50%;
            flex-shrink: 0;
            margin-top: 5px;
        }

/* ─── SECCIÓN PRINCIPAL ──────────────────────────────────────────── */
.section {
    padding: var(--space-12) var(--space-6);
}

.section-inner {
    max-width: 960px;
    margin: 0 auto;
}


.section-header {
    margin-bottom: var(--space-12);
}

.eyebrow {
    font-family: var(--font-ui);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--doc-accent);
    margin-bottom: var(--space-3);
    display: flex;
    align-items: center;
    gap: var(--space-3);
}

    .eyebrow::before {
        content: '''';
        display: inline-block;
        width: 16px;
        height: 2px;
        background: var(--doc-accent);
        flex-shrink: 0;
    }

.section-title {
    font-family: var(--font-display);
    font-size: var(--text-xl);
    font-weight: 700;
    color: var(--primary);
    line-height: 1.15;
}

.section-desc {
    font-size: var(--text-sm);
    color: var(--primary-light);
    margin-top: var(--space-3);
    max-width: 540px;
    line-height: 1.8;
}

/* ─── TIMELINE ───────────────────────────────────────────────────── */
.timeline {
    display: flex;
    flex-direction: column;
}

.timeline-item {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 0 var(--space-8);
    position: relative;
}

.timeline-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bg-card);
    border: 2px solid var(--doc-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--doc-accent);
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.timeline-line {
    width: 2px;
    flex: 1;
    background: var(--doc-border);
    margin: var(--space-2) 0;
}

.timeline-item:last-child .timeline-line {
    display: none;
}

.timeline-body {
    padding-bottom: var(--space-12);
}

.timeline-item:last-child .timeline-body {
    padding-bottom: 0;
}

.timeline-step-label {
    font-family: var(--font-ui);
    font-size: var(--text-xs);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--primary-light) 60%, transparent);
    margin-bottom: var(--space-1);
    margin-top: var(--space-3);
}

.timeline-title {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: var(--space-3);
    line-height: 1.2;
}

.timeline-text {
    font-size: var(--text-sm);
    color: var(--primary-light);
    line-height: 1.85;
    margin-bottom: var(--space-4);
    max-width: 560px;
}

    .timeline-text a {
        color: var(--doc-accent);
        font-weight: 600;
        text-decoration: none;
    }

        .timeline-text a:hover {
            text-decoration: underline;
        }

    .timeline-text strong {
        color: var(--primary);
        font-weight: 600;
    }


.alert-box {
    display: flex;
    gap: var(--space-4);
    align-items: flex-start;
    background: var(--doc-accent-bg);
    border-left: 3px solid var(--doc-accent);
    padding: var(--space-4) var(--space-6);
    border-radius: 0 5px 5px 0;
    margin-top: var(--space-4);
    max-width: 540px;
}

.alert-icon {
    flex-shrink: 0;
    margin-top: 1px;
    color: var(--doc-accent);
}

.alert-text {
    font-size: var(--text-sm);
    color: var(--primary);
    line-height: 1.75;
}

    .alert-text strong {
        font-weight: 700;
        color: var(--primary);
    }

.info-box {
    display: flex;
    gap: var(--space-4);
    align-items: flex-start;
    background: color-mix(in srgb, var(--primary) 3%, white);
    border-left: 3px solid var(--doc-border);
    padding: var(--space-4) var(--space-6);
    border-radius: 0 5px 5px 0;
    margin-top: var(--space-4);
    max-width: 540px;
}

.info-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: var(--primary-light);
}

.info-text {
    font-size: var(--text-sm);
    color: var(--primary-light);
    line-height: 1.75;
}

    .info-text strong {
        color: var(--primary);
        font-weight: 600;
    }

/* ─── REFERENCIA DE CAMPOS ───────────────────────────────────────── */
.field-ref {
    background: color-mix(in srgb, var(--primary) 3%, white);
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    padding: var(--space-6);
    max-width: 320px;
}

.field-ref-title {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--primary-light) 70%, transparent);
    margin-bottom: var(--space-4);
}



.field-ref-dl {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

    .field-ref-dl dt {
        font-size: var(--text-xs);
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 1px;
    }

    .field-ref-dl dd {
        font-size: var(--text-xs);
        color: var(--primary-light);
        line-height: 1.65;
        margin-left: 0;
        padding-left: var(--space-3);
        border-left: 2px solid var(--doc-border);
    }

/* ─── MOCK PANTALLA — contenedor browser ────────────────────────── */
.screen-mock {
    background: color-mix(in srgb, var(--primary) 3%, white);
    border: 1px solid var(--doc-border);
    border-top: 3px solid var(--doc-accent);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    margin-top: var(--space-6);
    max-width: 480px;
}

.screen-mock-bar {
    background: color-mix(in srgb, var(--primary) 5%, white);
    padding: var(--space-2) var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-2);
    border-bottom: 1px solid var(--doc-border);
}

.screen-mock-dots {
    display: flex;
    gap: 5px;
}

.screen-mock-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--doc-border);
}

.screen-mock-url {
    font-family: var(--font-ui);
    font-size: 10px;
    color: color-mix(in srgb, var(--primary-light) 60%, transparent);
    margin-left: var(--space-2);
    letter-spacing: 0.2px;
}

.screen-mock-content {
    padding: var(--space-6);
}

/* ─── FORMULARIO ILUSTRADO ───────────────────────────────────────── */
.form-mock {
    background: var(--bg-card);
    border: 1px solid var(--doc-border);
    padding: var(--space-6);
    border-radius: 5px;
}

.form-mock-title {
    font-family: var(--font-display);
    font-size: var(--text-md);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: var(--space-6);
}

.form-mock-field {
    margin-bottom: var(--space-4);
}

.form-mock-label {
    display: block;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: color-mix(in srgb, var(--primary-light) 70%, transparent);
    margin-bottom: var(--space-1);
}

.form-mock-input {
    width: 100%;
    height: 34px;
    background: color-mix(in srgb, var(--primary) 3%, white);
    border: none;
    border-bottom: 2px solid var(--doc-border);
    border-radius: 0;
}

    .form-mock-input.active {
        border-bottom-color: var(--doc-accent);
    }

.form-mock-select {
    width: 100%;
    height: 34px;
    background: color-mix(in srgb, var(--primary) 3%, white);
    border: none;
    border-bottom: 2px solid var(--doc-border);
    border-radius: 0;
    position: relative;
}

.form-mock-captcha {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-3) var(--space-3);
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    background: var(--bg-card);
    margin: var(--space-4) 0;
}

.captcha-check {
    width: 18px;
    height: 18px;
    border: 2px solid var(--doc-border);
    border-radius: 3px;
    flex-shrink: 0;
}

.captcha-text {
    font-size: var(--text-xs);
    color: var(--primary-light);
}

.captcha-logo {
    margin-left: auto;
    font-size: 9px;
    font-weight: 700;
    color: color-mix(in srgb, var(--primary-light) 50%, transparent);
}

.form-mock-btn {
    width: 100%;
    padding: var(--space-3) var(--space-4);
    background: var(--doc-accent);
    color: #ffffff;
    border: none;
    border-radius: 5px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: var(--text-xs);
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: default;
    margin-bottom: var(--space-2);
}

    .form-mock-btn.secondary {
        background: transparent;
        color: var(--primary-light);
        border: 1px solid var(--doc-border);
    }

/* ─── GMAIL MOCK ─────────────────────────────────────────────────── */
.gmail-mock {
    background: #f6f8fc;
    border-radius: 8px;
    overflow: hidden;
    max-width: 460px;
    margin-top: var(--space-6);
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    font-family: "Google Sans", "Roboto", sans-serif;
}

.gmail-topbar {
    background: #ffffff;
    padding: var(--space-2) var(--space-4);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
}

.gmail-logo {
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.gmail-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #4285f4;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: var(--text-xs);
    font-weight: 700;
}

.gmail-body {
    display: flex;
    min-height: 210px;
}

.gmail-sidebar {
    width: 120px;
    background: #f6f8fc;
    padding: var(--space-3) 0;
    border-right: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.gmail-sidebar-item {
    padding: 5px var(--space-4);
    font-size: 12px;
    color: #5f6368;
}

    .gmail-sidebar-item.active {
        font-weight: 700;
        color: #444;
        background: #d3e3fd;
        border-radius: 0 20px 20px 0;
        margin-bottom: 2px;
    }

.gmail-content {
    flex: 1;
    background: #ffffff;
}

.gmail-row {
    background: #e8f0fe;
    border-bottom: 1px solid #e0e0e0;
    padding: var(--space-2) var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.gmail-unread-dot {
    width: 7px;
    height: 7px;
    background: #1a73e8;
    border-radius: 50%;
    flex-shrink: 0;
}

.gmail-from {
    font-size: 11px;
    font-weight: 700;
    color: #1a1a1a;
    flex: 1;
}

.gmail-time {
    font-size: 10px;
    color: #5f6368;
    white-space: nowrap;
}

.gmail-email-open {
    padding: var(--space-4) var(--space-4);
}

.gmail-email-subject {
    font-size: var(--text-md);
    font-weight: 700;
    color: #202124;
    margin-bottom: var(--space-2);
}

.gmail-email-meta {
    font-size: 11px;
    color: #5f6368;
    margin-bottom: var(--space-4);
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.gmail-email-body {
    border-top: 1px solid #e0e0e0;
    padding-top: var(--space-4);
    text-align: center;
}

    .gmail-email-body p {
        font-size: var(--text-xs);
        color: #5f6368;
        margin-bottom: var(--space-3);
    }

.email-code-display {
    font-family: var(--font-display);
    font-size: 36px;
    font-weight: 800;
    letter-spacing: 10px;
    color: var(--doc-accent);
    background: var(--doc-accent-bg);
    display: inline-block;
    padding: var(--space-3) var(--space-8);
    border-radius: 5px;
    margin: var(--space-2) 0;
}

.gmail-email-expire {
    font-size: 10px;
    color: color-mix(in srgb, var(--primary-light) 60%, transparent);
    margin-top: var(--space-2);
}

/* ─── AUTHENTICATOR MOCK ─────────────────────────────────────────── */
.auth-mock {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    max-width: 240px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    margin-top: var(--space-6);
}

.auth-statusbar {
    background: color-mix(in srgb, var(--primary) 4%, white);
    padding: var(--space-2) var(--space-4) var(--space-1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    color: var(--primary);
}

.auth-header {
    padding: var(--space-3) var(--space-4);
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    gap: var(--space-2);
}

.auth-header-title {
    font-family: var(--font-ui);
    font-size: var(--text-xs);
    font-weight: 700;
    color: var(--primary);
    display: flex;
    align-items: center;
    gap: var(--space-1);
}

.google-g {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: conic-gradient(#4285f4 0deg 90deg, #ea4335 90deg 180deg, #fbbc05 180deg 270deg, #34a853 270deg 360deg);
    display: inline-block;
    flex-shrink: 0;
}

.auth-search {
    background: color-mix(in srgb, var(--primary) 4%, white);
    border-radius: 5px;
    padding: var(--space-1) var(--space-3);
    margin: var(--space-2) var(--space-3);
    font-size: 10px;
    color: var(--primary-light);
}

.auth-code-item {
    padding: var(--space-2) var(--space-4);
    border-bottom: 1px solid color-mix(in srgb, var(--primary) 5%, white);
}

.auth-code-name {
    font-size: 9px;
    font-weight: 600;
    color: var(--primary-light);
    margin-bottom: 2px;
}

.auth-code-num {
    font-size: 22px;
    font-weight: 700;
    color: #1a73e8;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-timer {
    width: 12px;
    height: 12px;
    border: 2px solid #1a73e8;
    border-radius: 50%;
    flex-shrink: 0;
}

.auth-fab {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fbbc05;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: var(--space-3) auto;
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.auth-menu {
    background: #ffffff;
    border-radius: 5px;
    padding: var(--space-2);
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    margin: 0 var(--space-3) var(--space-3);
}

.auth-menu-item {
    display: flex;
    align-items: center;
    gap: var(--space-3);
    padding: var(--space-2) var(--space-2);
    font-size: 10px;
    color: var(--primary);
    border-radius: 4px;
}

.auth-menu-icon {
    width: 18px;
    height: 18px;
    background: color-mix(in srgb, var(--primary) 5%, white);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ─── RESUMEN DE INGRESO ─────────────────────────────────────────── */
.login-summary {
    background: color-mix(in srgb, var(--primary) 3%, white);
    border: 1px solid var(--doc-border);
    border-left: 3px solid var(--doc-accent);
    border-radius: 0 5px 5px 0;
    padding: var(--space-6);
    max-width: 440px;
    margin-top: var(--space-4);
}

.login-summary-title {
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--doc-accent);
    margin-bottom: var(--space-4);
}

.login-summary-steps {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.login-summary-step {
    display: flex;
    align-items: center;
    gap: var(--space-4);
}

.login-summary-num {
    width: 26px;
    height: 26px;
    background: var(--doc-accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-xs);
    font-weight: 700;
    color: #ffffff;
    flex-shrink: 0;
}

.login-summary-text {
    font-size: var(--text-sm);
    color: var(--primary-light);
}

    .login-summary-text strong {
        color: var(--primary);
    }

/* ─── SOPORTE ────────────────────────────────────────────────────── */
.soporte-bar {
    background: var(--doc-accent-bg);
    border-top: 1px solid var(--doc-accent-border);
    padding: var(--space-12) var(--space-6);
}

.soporte-inner {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-6);
}

.soporte-title {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--primary);
    margin-bottom: var(--space-1);
}

.soporte-sub {
    font-size: var(--text-sm);
    color: var(--primary-light);
}

.soporte-email {
    font-family: var(--font-ui);
    font-size: var(--text-sm);
    font-weight: 700;
    color: var(--doc-accent);
    text-decoration: none;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

    .soporte-email:hover {
        text-decoration: underline;
    }

/* ─── LAYOUT PASO 2 ──────────────────────────────────────────────── */
.paso2-layout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: var(--space-8);
    align-items: start;
    margin-top: var(--space-6);
}

/* ─── LAYOUT PASO 4 ──────────────────────────────────────────────── */
.paso4-layout {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: var(--space-8);
    align-items: start;
    margin-top: var(--space-6);
    max-width: 520px;
}


/* ─── MOCK LOGIN ─────────────────────────────────────────────────── */
.login-mock {
    background: white;
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    padding: var(--space-8);
    display: flex;
    flex-direction: column;
    gap: var(--space-4);
    max-width: 360px;
    margin-top: var(--space-6);
}

.login-mock-title {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--doc-border);
    margin-bottom: var(--space-2);
}

.login-mock-input-wrap {
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    padding: var(--space-3) var(--space-4);
    font-size: 13px;
    color: color-mix(in srgb, var(--primary-light) 70%, transparent);
    background: white;
}

.login-mock-btn-primary {
    background: var(--doc-accent);
    color: white;
    border-radius: 5px;
    padding: var(--space-3) var(--space-4);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-top: var(--space-2);
}

.login-mock-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-1);
    margin-top: var(--space-2);
}

.login-mock-link {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: var(--primary);
}

    .login-mock-link.highlighted {
        color: var(--doc-accent);
    }


/* ─── MOCK QR ────────────────────────────────────────────────────── */
.qr-mock-shell {
    background: white;
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    padding: var(--space-6) var(--space-6) var(--space-4);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    max-width: 320px;
    margin-top: var(--space-4);
}

.qr-saludo {
    font-family: var(--font-display);
    font-size: var(--text-md);
    font-weight: 700;
    color: var(--doc-accent);
}

.qr-texto {
    font-size: var(--text-xs);
    color: var(--primary-light);
    line-height: 1.75;
}

    .qr-texto strong {
        color: var(--primary);
    }

.qr-badges {
    display: flex;
    gap: var(--space-2);
    margin-top: var(--space-1);
}

.badge-link {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #111111;
    border-radius: 5px;
    padding: var(--space-2) var(--space-3);
    flex: 1;
    text-decoration: none;
}

.badge-texts {
    display: flex;
    flex-direction: column;
}

.badge-label {
    font-size: 8px;
    color: rgba(255,255,255,0.70);
    letter-spacing: 0.3px;
}

.badge-store {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
}

.qr-wrapper {
    display: flex;
    justify-content: center;
    margin: var(--space-2) 0;
}

.qr-actions {
    display: flex;
    flex-direction: column;
    gap: var(--space-2);
}

.qr-btn {
    padding: var(--space-3) var(--space-4);
    border-radius: 5px;
    font-family: var(--font-display);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

    .qr-btn.cancelar {
        background: color-mix(in srgb, var(--doc-accent) 10%, white);
        color: var(--doc-accent);
        border: 1px solid color-mix(in srgb, var(--doc-accent) 25%, white);
    }

    .qr-btn.confirmar {
        background: var(--doc-accent);
        color: #ffffff;
    }


/* ─── MOCK LOGIN — variante Cohen ───────────────────────────────── */
.login-mock {
    background: white;
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    padding: var(--space-6);
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    max-width: 360px;
    margin-top: var(--space-6);
}

.login-mock-title {
    font-family: var(--font-display);
    font-size: var(--text-lg);
    font-weight: 700;
    color: var(--doc-accent);
    margin-bottom: var(--space-1);
    text-align: left;
}

.login-mock-field {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.login-mock-label {
    font-size: var(--text-xs);
    color: var(--primary-light);
    font-weight: 400;
}

.login-mock-input-wrap {
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    padding: var(--space-2) var(--space-3);
    font-size: var(--text-sm);
    color: var(--primary);
    background: color-mix(in srgb, var(--primary) 3%, white);
}

    .login-mock-input-wrap.placeholder {
        color: color-mix(in srgb, var(--primary-light) 50%, transparent);
        letter-spacing: 3px;
    }

.login-mock-btn-primary {
    background: var(--doc-accent);
    color: #ffffff;
    border-radius: 5px;
    padding: var(--space-3) var(--space-4);
    font-family: var(--font-display);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    width: fit-content;
    margin-top: var(--space-1);
}

.login-mock-link-btn {
    border: 1px solid var(--doc-border);
    border-radius: 5px;
    padding: var(--space-3) var(--space-4);
    font-family: var(--font-display);
    font-size: var(--text-xs);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--doc-accent);
    background: white;
    margin-top: var(--space-1);
}

/* ─── RESPONSIVE ─────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: var(--space-8);
        padding: var(--space-12) var(--space-6);
    }

    .hero-title {
        font-size: 40px;
    }

    .hero-right {
        justify-content: flex-start;
    }

    .hero-card {
        max-width: 100%;
    }

    .soporte-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-item {
        grid-template-columns: 52px 1fr;
        gap: 0 var(--space-4);
    }

    .paso2-layout {
        grid-template-columns: 1fr;
    }

    .paso4-layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .section {
        padding: var(--space-12) var(--space-4);
    }

    .hero-inner {
        padding: var(--space-12) var(--space-4);
    }

    .hero-title {
        font-size: 32px;
    }

    .gmail-mock {
        max-width: 100%;
    }

    .email-code-display {
        font-size: 24px;
        letter-spacing: 5px;
        padding: var(--space-3) var(--space-4);
    }
}



/*-----------FIN COMOREGISTRARSE*/





/*----------FOOTER----------*/

body footer {
    font-size: 14px;
}


    body footer p {
        font-family: "EB Garamond", serif;
        font-size: 1em;
        margin: 0 0 15px;
    }

    body footer ul {
        padding: 0;
        margin: 0;
    }

    body footer li {
        font-family: "Montserrat", serif;
        list-style: none;
        font-size: 1.1em;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 15px;
        line-height: 1.2;
    }

    body footer ul ul li,
    body footer .col-md-5 li {
        font-family: "EB Garamond", serif;
        font-weight: 400;
        text-transform: none;
        font-size: 1.1em;
    }

        body footer .col-md-5 li img {
            width: 20px;
            height: auto;
            margin-right: 5px;
        }

        body footer .col-md-5 li a img {
            width: 25px;
        }






@media (max-width: 1000px) {


    .btn-comoRegistrarse {
        top: 100%;
        width: 100%;
        right: 0;
    }


    .mainArticle.container-fill.bg-secondary .modal-dialog {
        margin: auto;
        background: none;
    }


    .mainArticle .mainArticle.container-fill.bg-secondary {
        z-index: 1;
        width: 100%;
        padding: 20px 0 !important;
        margin: 0 auto -1rem !important;
    }

    .mainArticle.container-fill.bg-secondary .modal-dialog .card {
        max-width: none;
        margin: 0 auto;
    }
}

.modal {
    z-index: 2001 !important;
}

footer {
    display: none;
}

.cohenMostrar {
    display: block !important;
}

.cohenEsconder {
    display: none;
}


.dialog-reportemensual .modal-content,
.dialog-reportemensual {
    background-color: var(--bs-secondary) !important;
}




    .dialog-reportemensual .col-form-label {
        margin: 0;
        border-bottom: 20px solid var(--bs-secondary) !important;
        padding: 10px 0;
    }


    .dialog-reportemensual .card {
        border: none;
        background: #fff;
    }


    .dialog-reportemensual .col-md-4 p {
        margin: 0;
    }

    .dialog-reportemensual .grupoItems {
        background-color: #fff;
    }

    .dialog-reportemensual .grupoInstrumentoClase {
        background-color: var(--bs-secondary);
    }

    .dialog-reportemensual tr {
        border-top-width: 1px;
        border-color: #eee;
    }


    .dialog-reportemensual .instrumentoGrupoSubTotal {
        border-top-width: 3px;
        border-top-color: #111;
    }

    .dialog-reportemensual .grupoInstrumento {
        border-top-width: 3px;
        border-color: #999;
    }

    .dialog-reportemensual .table td.text-primary {
        background: none !important;
    }

        .dialog-reportemensual .table td.text-primary .text-primary {
            color: var(--colorGraf-5-var-3) !important;
            font-weight: 400;
        }

    .dialog-reportemensual .table > :not(caption) > * > * {
        border-left: none;
        box-shadow: none;
    }


    .dialog-reportemensual .table tbody td {
        padding: 0;
    }

        .dialog-reportemensual .table tbody td div {
            padding: 0.7rem 0.3rem;
        }

    .dialog-reportemensual .tabla-detalle tbody tr td:nth-last-of-type(1), .dialog-reportemensual .tabla-detalle tbody tr td:nth-last-of-type(2) {
        font-weight: 600;
        background: var(--colorGraf-2-var-7) !important;
        color: var(--colorGraf-2-var-1) !important;
        white-space: nowrap;
    }


    .dialog-reportemensual .tabla-detalle tbody tr.grupoInstrumentoPorGrupo td {
        font-weight: 500;
        background-color: var(--th-marca) !important;
        color: #fff !important;
    }

body > div > .dialog-reportemensual .container.mt-4:first-of-type {
    margin-top: 0 !important;
}


body > div > .dialog-reportemensual table td div {
    font-size: 0.85em;
}
/*******fin como registrarse **********/:root {
    /* ================================
       FUENTES
    ================================= */
    --font-family: "Roboto Condensed", sans-serif;
    --font-family-secondary: "Roboto Condensed", sans-serif;
    --font-ui: "Inter", sans-serif;
    --font-display: var(--font-family);

    /* ================================
       COLORES BASE TENANT
    ================================= */
    --color-texto: #373b42;

    --color-marca: #415063;
    --color-marca-dark: #2b3540;
    --color-marca-light: #99adbc;

    --th-marca: #84928e;
    --th-marca-light: #9ba7a4;
    --th-marca-light2: #dce5e3;
    --th-marca-light3: #f2f8f7;

    --bs-secondary: #f5f7f7;
    --bs-danger: #ff575f;
    --bs-teal: #70c598;

    --bg-treemap-negative: #e8e5fc;

    /* ================================
       TOKENS UI / SISTEMA
    ================================= */
    --primary: #313538;
    --primary-light: #5e5e5e;

    --bg-page: #f8f9fb;
    --bg-card: #ffffff;

    --border: #ebecee;

    /* ================================
       DERIVADOS DEL TENANT
    ================================= */
    --doc-accent: var(--color-marca);

    --doc-accent-dark: var(--color-marca-dark);

    /* fallback navegadores viejos */
    --doc-accent-bg: #eef2f5;
    --doc-accent-bg: color-mix(in srgb, var(--color-marca) 8%, white);

    --doc-accent-border: #cfd8de;
    --doc-accent-border: color-mix(in srgb, var(--color-marca) 25%, white);

    --doc-text: var(--color-texto);
    --doc-border: var(--th-marca-light2);
    --doc-bg-subtle: var(--bs-secondary);

    /* ================================
       DATOS TENANT
    ================================= */
    --tenant-name: "Trucco";
    --tenant-product: "Sitio de Posición";
    --tenant-url: "https://home.ldtbrokers.com/login";
    --tenant-email-noreply: "noreply@trucco.com.ar";
    --tenant-email-soporte: "trucco@ldtbrokers.com";

    /* ================================
       ESCALA TIPOGRÁFICA
    ================================= */
    --text-xs: 11px;
    --text-sm: 13px;
    --text-md: 15px;
    --text-lg: 20px;
    --text-xl: 28px;
    --text-hero: 40px;

    /* ================================
       ESPACIADO
    ================================= */
    --space-1: 4px;
    --space-2: 8px;
    --space-3: 12px;
    --space-4: 16px;
    --space-6: 24px;
    --space-8: 32px;
    --space-12: 48px;
    --space-16: 64px;

    /* ================================
       COLOR GRAFICOS 1
    ================================= */
    --colorGraf-1-var-1: #909090;
    --colorGraf-1-var-2: #a5a5a5;
    --colorGraf-1-var-3: #c9c9c9;
    --colorGraf-1-var-4: #dfdfdf;

    /* ================================
       COLOR GRAFICOS 2
    ================================= */
    --colorGraf-2-var-1: #505553;
    --colorGraf-2-var-2: #6b7270;
    --colorGraf-2-var-3: #909c9a;
    --colorGraf-2-var-4: #a9b7b4;
    --colorGraf-2-var-5: #c0cfcc;
    --colorGraf-2-var-6: #d0dad8;
    --colorGraf-2-var-7: #dce5e3;

    /* ================================
       COLOR GRAFICOS 3
    ================================= */
    --colorGraf-3-var-1: #344253;
    --colorGraf-3-var-2: #3b506c;
    --colorGraf-3-var-3: #4d6686;
    --colorGraf-3-var-4: #617c9e;
    --colorGraf-3-var-5: #7593b8;
    --colorGraf-3-var-6: #9bbae0;

    /* ================================
       COLOR GRAFICOS 4
    ================================= */
    --colorGraf-4-var-1: #395280;
    --colorGraf-4-var-2: #556d9a;

    /* ================================
       COLOR GRAFICOS 5
    ================================= */
    --colorGraf-5-var-1: #3f454d;
    --colorGraf-5-var-2: #4a515a;
    --colorGraf-5-var-3: #5a626d;
    --colorGraf-5-var-4: #757e8b;
    --colorGraf-5-var-5: #929dac;
}


