/* _content/InstitutoBiblico.Web/Pages/About.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-8dox80q5ce] {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero-section[b-8dox80q5ce]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.3;
    pointer-events: none;
    z-index: 0;
}

.hero-section > *[b-8dox80q5ce] {
    position: relative;
    z-index: 1;
}

.hero-badge[b-8dox80q5ce] {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.hero-illustration[b-8dox80q5ce] {
    text-align: center;
    position: relative;
}

.hero-illustration i[b-8dox80q5ce] {
    font-size: 15rem;
    color: rgba(255, 255, 255, 0.15);
    animation: float-b-8dox80q5ce 3s ease-in-out infinite;
}

@keyframes float-b-8dox80q5ce {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Introduction Card */
.intro-card[b-8dox80q5ce] {
    background: white;
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid #f0f0f0;
}

.intro-icon[b-8dox80q5ce] {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.intro-icon i[b-8dox80q5ce] {
    font-size: 3rem;
    color: white;
}

/* Feature Cards */
.feature-card[b-8dox80q5ce] {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.feature-card:hover[b-8dox80q5ce] {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #3b82f6;
}

.feature-icon[b-8dox80q5ce] {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.feature-icon i[b-8dox80q5ce] {
    font-size: 2rem;
    color: white;
}

.mission-icon[b-8dox80q5ce] {
    background: linear-gradient(135deg, #059669 0%, #10b981 100%);
}

.vision-icon[b-8dox80q5ce] {
    background: linear-gradient(135deg, #7c3aed 0%, #a78bfa 100%);
}

/* Section Headers */
.section-header h2[b-8dox80q5ce] {
    color: #1e3a8a;
    font-size: 2.5rem;
}

.divider[b-8dox80q5ce] {
    width: 80px;
    height: 4px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    margin: 0 auto;
    border-radius: 2px;
}

.divider-white[b-8dox80q5ce] {
    width: 80px;
    height: 4px;
    background: white;
    margin: 0 auto;
    border-radius: 2px;
}

/* Value Cards */
.value-card[b-8dox80q5ce] {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.value-card:hover[b-8dox80q5ce] {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-icon[b-8dox80q5ce] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.value-icon i[b-8dox80q5ce] {
    font-size: 1.8rem;
    color: white;
}

.value-card h5[b-8dox80q5ce] {
    color: #1e3a8a;
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

/* Objectives Section */
.objectives-section[b-8dox80q5ce] {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 4rem 3rem;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.objectives-section[b-8dox80q5ce]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.objectives-section > *[b-8dox80q5ce] {
    position: relative;
    z-index: 1;
}

.objective-item[b-8dox80q5ce] {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.objective-item:hover[b-8dox80q5ce] {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}

.objective-number[b-8dox80q5ce] {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: white;
    color: #1e3a8a;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.objective-item p[b-8dox80q5ce] {
    color: white;
    font-size: 1.05rem;
    line-height: 1.6;
}

/* Modality Cards */
.modality-card[b-8dox80q5ce] {
    background: white;
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
    border: 2px solid transparent;
}

.modality-card:hover[b-8dox80q5ce] {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    border-color: #3b82f6;
}

.modality-icon[b-8dox80q5ce] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.modality-icon i[b-8dox80q5ce] {
    font-size: 2.5rem;
    color: white;
}

.modality-icon.presencial[b-8dox80q5ce] {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
}

.modality-icon.virtual[b-8dox80q5ce] {
    background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
}

.modality-card h4[b-8dox80q5ce] {
    color: #1e3a8a;
    margin-bottom: 1rem;
}

/* CTA Section */
.cta-section[b-8dox80q5ce] {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 4rem 3rem;
    border-radius: 24px;
    position: relative;
    overflow: hidden;
}

.cta-section[b-8dox80q5ce]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
    z-index: 0;
}

.cta-section > *[b-8dox80q5ce] {
    position: relative;
    z-index: 1;
}

.btn-light[b-8dox80q5ce] {
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-light:hover[b-8dox80q5ce] {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline-light[b-8dox80q5ce] {
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.btn-outline-light:hover[b-8dox80q5ce] {
    background: white;
    color: #1e3a8a;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section[b-8dox80q5ce] {
        padding: 60px 0 40px;
    }

    .hero-illustration i[b-8dox80q5ce] {
        font-size: 8rem;
    }

    .intro-card[b-8dox80q5ce] {
        padding: 2rem;
    }

    .section-header h2[b-8dox80q5ce] {
        font-size: 2rem;
    }

    .objectives-section[b-8dox80q5ce],
    .cta-section[b-8dox80q5ce] {
        padding: 3rem 2rem;
    }

    .objective-item[b-8dox80q5ce] {
        flex-direction: column;
        text-align: center;
    }
}
/* _content/InstitutoBiblico.Web/Pages/Help/Index.razor.rz.scp.css */
.help-container[b-wzm2lgkgv8] {
    min-height: 100vh;
    background: linear-gradient(to bottom, #f8fafc, #ffffff);
}

.help-header[b-wzm2lgkgv8] {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    padding: 3rem 0 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.search-box[b-wzm2lgkgv8] {
    position: relative;
}

.search-box i[b-wzm2lgkgv8] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1.1rem;
}

.search-box input[b-wzm2lgkgv8] {
    padding-left: 3rem;
    border-radius: 50px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.search-box input:focus[b-wzm2lgkgv8] {
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.role-badge[b-wzm2lgkgv8] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: white;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-size: 0.95rem;
}

.role-badge i[b-wzm2lgkgv8] {
    color: #3b82f6;
    font-size: 1.2rem;
}

.help-card[b-wzm2lgkgv8] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.help-card:hover[b-wzm2lgkgv8] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.help-card-icon[b-wzm2lgkgv8] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.help-card-icon i[b-wzm2lgkgv8] {
    font-size: 2rem;
    color: white;
}

.help-card-title[b-wzm2lgkgv8] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.5rem;
}

.help-card-description[b-wzm2lgkgv8] {
    color: #64748b;
    font-size: 0.95rem;
    flex-grow: 1;
    margin-bottom: 1rem;
}

.help-card-footer[b-wzm2lgkgv8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.help-card-footer i[b-wzm2lgkgv8] {
    color: #3b82f6;
    font-size: 1.5rem;
    transition: transform 0.3s;
}

.help-card:hover .help-card-footer i[b-wzm2lgkgv8] {
    transform: translateX(4px);
}

.modal-overlay[b-wzm2lgkgv8] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 1rem;
    animation: fadeIn-b-wzm2lgkgv8 0.2s;
}

@keyframes fadeIn-b-wzm2lgkgv8 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.modal-content-help[b-wzm2lgkgv8] {
    background: white;
    border-radius: 24px;
    max-width: 900px;
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: slideUp-b-wzm2lgkgv8 0.3s;
}

@keyframes slideUp-b-wzm2lgkgv8 {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header-help[b-wzm2lgkgv8] {
    padding: 2rem;
    position: relative;
}

.btn-close-help[b-wzm2lgkgv8] {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-close-help:hover[b-wzm2lgkgv8] {
    background: rgba(255, 255, 255, 0.3);
    transform: rotate(90deg);
}

.btn-close-help i[b-wzm2lgkgv8] {
    color: white;
    font-size: 1.2rem;
}

.modal-body-help[b-wzm2lgkgv8] {
    padding: 2rem;
    max-height: calc(90vh - 150px);
    overflow-y: auto;
}

.help-content[b-wzm2lgkgv8] {
    line-height: 1.8;
}

.help-content h4[b-wzm2lgkgv8] {
    color: #1e3a8a;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.help-content ul[b-wzm2lgkgv8] {
    list-style: none;
    padding-left: 0;
}

.help-content li[b-wzm2lgkgv8] {
    padding: 0.75rem 0;
    padding-left: 2rem;
    position: relative;
}

.help-content li[b-wzm2lgkgv8]:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
    font-size: 1.2rem;
}

.help-content .alert[b-wzm2lgkgv8] {
    border-radius: 12px;
    border: none;
    padding: 1rem 1.25rem;
    margin: 1.5rem 0;
}

.help-content .step-number[b-wzm2lgkgv8] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #3b82f6, #1e3a8a);
    color: white;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 0.75rem;
}

.help-content img[b-wzm2lgkgv8] {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
}

.help-content .code-block[b-wzm2lgkgv8] {
    background: #f1f5f9;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    margin: 1rem 0;
    border-left: 4px solid #3b82f6;
}

.help-content .tip-box[b-wzm2lgkgv8] {
    background: linear-gradient(135deg, #dbeafe, #eff6ff);
    padding: 1.25rem;
    border-radius: 12px;
    border-left: 4px solid #3b82f6;
    margin: 1.5rem 0;
}

.help-content .warning-box[b-wzm2lgkgv8] {
    background: linear-gradient(135deg, #fef3c7, #fef9c3);
    padding: 1.25rem;
    border-radius: 12px;
    border-left: 4px solid #f59e0b;
    margin: 1.5rem 0;
}
/* _content/InstitutoBiblico.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-9lbvdm8tjp] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-9lbvdm8tjp] {
    flex: 1;
}

.sidebar[b-9lbvdm8tjp] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9lbvdm8tjp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9lbvdm8tjp]  a, .top-row .btn-link[b-9lbvdm8tjp] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-9lbvdm8tjp] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9lbvdm8tjp] {
        display: none;
    }

    .top-row.auth[b-9lbvdm8tjp] {
        justify-content: space-between;
    }

    .top-row a[b-9lbvdm8tjp], .top-row .btn-link[b-9lbvdm8tjp] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9lbvdm8tjp] {
        flex-direction: row;
    }

    .sidebar[b-9lbvdm8tjp] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9lbvdm8tjp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    /* COMENTADO: Esto creaba espacio innecesario a la izquierda */
    /* .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    } */
}
/* _content/InstitutoBiblico.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pucn3vjtxh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pucn3vjtxh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pucn3vjtxh] {
    font-size: 1.1rem;
}

.oi[b-pucn3vjtxh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-pucn3vjtxh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pucn3vjtxh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pucn3vjtxh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pucn3vjtxh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pucn3vjtxh]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-pucn3vjtxh]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pucn3vjtxh] {
        display: none;
    }

    .collapse[b-pucn3vjtxh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
