/* /Areas/Main/Alpha/Index.cshtml.rz.scp.css */
.text-truncate-custom[b-dlkfnw55g9] {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Areas/Main/Archivos/Index.cshtml.rz.scp.css */
navbar-brand[b-qez1jxtepq] {
    color: #ff6b35 !important;
    font-weight: bold;
}

.nav-link.active[b-qez1jxtepq] {
    background-color: #ffc107 !important;
    color: #000 !important;
    border-radius: 5px;
}

/* Estilos personalizados para los tabs */
.nav-tabs[b-qez1jxtepq] {
    border-bottom: 2px solid #dee2e6;
    margin-bottom: 25px;
}

    .nav-tabs .nav-link[b-qez1jxtepq] {
        border: none;
        border-radius: 10px 10px 0 0;
        margin-right: 5px;
        padding: 12px 20px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

        .nav-tabs .nav-link:hover[b-qez1jxtepq] {
            border-color: transparent;
            transform: translateY(-2px);
        }

        .nav-tabs .nav-link.active[b-qez1jxtepq] {
            background-color: #fff;
            border-bottom: 3px solid;
            transform: translateY(-2px);
            box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        }

/* Colores específicos para cada tab */
.tab-all.active[b-qez1jxtepq] {
    border-bottom-color: #6c757d;
    color: #6c757d;
}

.tab-private-equity[b-qez1jxtepq] {
    color: #007bff;
}

    .tab-private-equity.active[b-qez1jxtepq] {
        border-bottom-color: #007bff;
        color: #007bff;
    }

.tab-private-credit[b-qez1jxtepq] {
    color: #28a745;
}

    .tab-private-credit.active[b-qez1jxtepq] {
        border-bottom-color: #28a745;
        color: #28a745;
    }

.tab-real-estate[b-qez1jxtepq] {
    color: #fd7e14;
}

    .tab-real-estate.active[b-qez1jxtepq] {
        border-bottom-color: #fd7e14;
        color: #fd7e14;
    }

.tab-strategy[b-qez1jxtepq] {
    color: #6f42c1;
}

    .tab-strategy.active[b-qez1jxtepq] {
        border-bottom-color: #6f42c1;
        color: #6f42c1;
    }

.category-badge[b-qez1jxtepq] {
    font-size: 0.75em;
    margin-left: 8px;
}

.document-row[b-qez1jxtepq] {
    transition: all 0.3s ease;
}

.tab-content[b-qez1jxtepq] {
    min-height: 400px;
}

.empty-state[b-qez1jxtepq] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

    .empty-state i[b-qez1jxtepq] {
        font-size: 3rem;
        margin-bottom: 20px;
        opacity: 0.5;
    }

.table th[b-qez1jxtepq] {
    border-top: none;
    font-weight: 600;
}

.fade-in[b-qez1jxtepq] {
    animation: fadeIn-b-qez1jxtepq 0.5s ease-in;
}

@keyframes fadeIn-b-qez1jxtepq {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* /Areas/Main/Archivos/_TablaArchivos.cshtml.rz.scp.css */
/* podriamos resaltar algo del texto */
.summary-text[b-qr31sx6t2u] {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

.highlight[b-qr31sx6t2u] {
    background: #fff59d;
    padding: 2px 4px;
}

.dropdown-menu[b-qr31sx6t2u] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
}

.dropdown-item[b-qr31sx6t2u] {
    padding: 10px 16px;
    font-size: 14px;
}

    .dropdown-item i[b-qr31sx6t2u] {
        width: 20px;
        margin-right: 8px;
    }

    .dropdown-item.primary-action[b-qr31sx6t2u] {
        color: #1976d2;
        font-weight: 500;
    }

    .dropdown-item.danger-action[b-qr31sx6t2u] {
        color: #d32f2f;
    }

    .dropdown-item:hover.danger-action[b-qr31sx6t2u] {
        background: #ffebee;
    }

.btn-actions[b-qr31sx6t2u] {
    padding: 6px 12px;
    border: 1px solid #ddd;
    background: white;
    transition: all 0.2s;
}

    .btn-actions:hover[b-qr31sx6t2u] {
        background: #f5f5f5;
        border-color: #999;
    }

/*.date-time {
    font-size: 12px;
    color: #999;
}*/

/* Style for the table cell containing the truncated text */
td.tooltip-resumen[b-qr31sx6t2u] {
    position: relative; /* This is crucial for positioning the tooltip */
    cursor: pointer; /* Changes the cursor to a pointer to indicate it's interactive */
}

    /* Style for the truncated text inside the cell */
    td.tooltip-resumen span[b-qr31sx6t2u] {
        display: block;
        
        
        
        max-width: 800px; /* Adjust this width to your needs */
    }

    /* The tooltip itself - hidden by default */
    td.tooltip-resumen[b-qr31sx6t2u]::after {
        content: attr(data-tooltip); /* This pulls the text from our data-tooltip attribute */
        position: absolute;
        top: -40px; /* Position it above the cell */
        left: -20px; /* Start it slightly to the right of the cell's edge */
        z-index: 10;
        /* Appearance */
        background-color: #333;
        color: #fff;
        padding: 10px 15px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1.4;
        /* Sizing */
        width: 850px; /* Set a fixed width for the tooltip */
        white-space: pre-wrap; /* Allow text inside the tooltip to wrap */
        /* Hide it by default */
        opacity: 0;
        visibility: hidden;
        pointer-events: none; /* The tooltip itself shouldn't be interactive */
        transition: opacity 0.2s ease-in-out;
    }

    /* Show the tooltip on hover */
    td.tooltip-resumen:hover[b-qr31sx6t2u]::after {
        opacity: 1;
        visibility: visible;
    }
/* /Areas/Main/Estrategia/Index.cshtml.rz.scp.css */
.tab-content-scroll[b-96wm0rira1] {
    height: 75vh;
    overflow-y: auto;
    padding: 20px 40px;
    background: white;
    position: relative;
}

.section-anchor[b-96wm0rira1] {
    padding-top: 80px;
    margin-top: -80px;
}

.scrollspy-sidebar[b-96wm0rira1] {
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding-right: 15px;
}

.scrollspy-nav[b-96wm0rira1] {
    border-left: 2px solid #e9ecef;
}

    .scrollspy-nav .nav-link[b-96wm0rira1] {
        color: #6c757d;
        padding: 0.5rem 1rem;
        font-size: 0.9rem;
        border-left: 2px solid transparent;
        margin-left: -2px;
        transition: all 0.2s;
    }

        .scrollspy-nav .nav-link:hover[b-96wm0rira1] {
            color: #0d6efd;
            background-color: #f8f9fa;
        }

        .scrollspy-nav .nav-link.active[b-96wm0rira1] {
            color: #0d6efd;
            border-left-color: #0d6efd;
            background-color: #e7f3ff;
            font-weight: 500;
        }

        .scrollspy-nav .nav-link.subsection[b-96wm0rira1] {
            padding-left: 2rem;
            font-size: 0.85rem;
        }

.info-header[b-96wm0rira1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.info-title[b-96wm0rira1] {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.info-subtitle[b-96wm0rira1] {
    opacity: 0.95;
    font-size: 1rem;
}

.content-section h2[b-96wm0rira1] {
    color: #2c3e50;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e9ecef;
}

.content-section h3[b-96wm0rira1] {
    color: #34495e;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
}

.content-section ul[b-96wm0rira1] {
    line-height: 1.8;
}

.fuentes-section[b-96wm0rira1] {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
    border-left: 4px solid #0d6efd;
}
/* /Areas/Main/Home/Index.cshtml.rz.scp.css */
/* Efecto Cristal (Glassmorphism) Premium */
.glass-panel[b-w690g4bbb1] {
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Título con gradiente adaptado a tu gráfica (rojo/naranja) */
.text-gradient[b-w690g4bbb1] {
    background: linear-gradient(90deg, #d64527, #f48c06);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

/* Tarjetas ocultas inicialmente para la animación con jQuery */
.feature-card[b-w690g4bbb1] {
    opacity: 0;
    transform: translateY(40px);
}

/* Efecto al pasar el mouse sobre las tarjetas */
.feature-card-hover:hover[b-w690g4bbb1] {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(214, 69, 39, 0.15);
    border-color: rgba(214, 69, 39, 0.3);
}

/* Estilo circular para los íconos de Font Awesome */
.icon-box[b-w690g4bbb1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(214, 69, 39, 0.1), rgba(244, 140, 6, 0.1));
    color: #d64527;
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}

/* El ícono se voltea e ilumina al pasar el mouse */
.feature-card-hover:hover .icon-box[b-w690g4bbb1] {
    background: linear-gradient(135deg, #d64527, #f48c06);
    color: white;
    transform: rotateY(180deg);
}

/* Efecto Turbo para el botón principal (Ir a mis Archivos) */
.btn-analisis[b-w690g4bbb1] {
    transition: all 0.3s ease !important;
}

    .btn-analisis:hover[b-w690g4bbb1] {
        transform: translateY(-4px); /* Lo levanta suavemente */
        background-color: #863222 !important; /* Cambia al color rojo de tu título */
        border-color: #e73222 !important;
        box-shadow: 0 12px 25px rgba(214, 69, 39, 0.35) !important; /* Le da un brillo rojo/naranja a la sombra */
    }

    .btn-analisis i.icono-carpeta[b-w690g4bbb1] {
        transition: transform 0.3s ease;
    }

    .btn-analisis:hover i.icono-carpeta[b-w690g4bbb1] {
        transform: scale(1.15) translateY(-1px); /* La carpetita crece un poquito */
    }

/* Efecto Turbo para el botón principal (Ir a mis Archivos) */
.btn-archivos[b-w690g4bbb1] {
    transition: all 0.3s ease !important;
}

    .btn-archivos:hover[b-w690g4bbb1] {
        transform: translateY(-4px); /* Lo levanta suavemente */
        background-color: #d64527 !important; /* Cambia al color rojo de tu título */
        border-color: #d64527 !important;
        box-shadow: 0 12px 25px rgba(214, 69, 39, 0.35) !important; /* Le da un brillo rojo/naranja a la sombra */
    }

    .btn-archivos i.icono-carpeta[b-w690g4bbb1] {
        transition: transform 0.3s ease;
    }

    .btn-archivos:hover i.icono-carpeta[b-w690g4bbb1] {
        transform: scale(1.15) translateY(-1px); /* La carpetita crece un poquito */
    }

/* Ocultar el panel Hero para animarlo después */
#hero-panel[b-w690g4bbb1] {
    opacity: 0;
}
/* /Areas/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-20nmje09f7] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-20nmje09f7] {
  color: #0077cc;
}

.btn-primary[b-20nmje09f7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-20nmje09f7], .nav-pills .show > .nav-link[b-20nmje09f7] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-20nmje09f7] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-20nmje09f7] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-20nmje09f7] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-20nmje09f7] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-20nmje09f7] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Areas/Shared/_Login.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-ai4gpayd38] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-ai4gpayd38] {
  color: #0077cc;
}

.btn-primary[b-ai4gpayd38] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-ai4gpayd38], .nav-pills .show > .nav-link[b-ai4gpayd38] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-ai4gpayd38] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-ai4gpayd38] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-ai4gpayd38] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-ai4gpayd38] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-ai4gpayd38] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Areas/Shared/_Menu.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-87nuydf3yh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-87nuydf3yh] {
  color: #0077cc;
}

.btn-primary[b-87nuydf3yh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-87nuydf3yh], .nav-pills .show > .nav-link[b-87nuydf3yh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-87nuydf3yh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-87nuydf3yh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-87nuydf3yh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-87nuydf3yh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-87nuydf3yh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
