/* Plantilla compartida para las páginas del menú Institucional. */
.hero-wrap {
    min-height: 250px !important;
    padding: 34px 0 104px !important;
    background: radial-gradient(circle at 85% 20%, rgba(255, 213, 1, .24), transparent 18%), linear-gradient(125deg, #034c37 0%, #068460 62%, #069169 100%) !important;
}

.internal-breadcrumb {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0 0 22px;
    padding: 0;
    color: rgba(255,255,255,.8);
    font-size: .9rem;
    list-style: none;
}

.internal-breadcrumb a { color: #fff !important; font-weight: 700; text-decoration: none; }
.internal-breadcrumb a:hover { color: #ffd501 !important; text-decoration: underline; }
.internal-breadcrumb li { display: inline-flex; align-items: center; margin: 0; padding: 0; list-style: none !important; }
.internal-breadcrumb li::marker { content: ""; }
.internal-breadcrumb i { font-size: .75rem; }
.hero-wrap h1 { font-size: clamp(2.15rem, 4.5vw, 3.45rem) !important; }

.hero-description {
    position: relative;
    z-index: 3;
    max-width: 680px;
    margin: 14px auto 0;
    color: rgba(255,255,255,.87) !important;
    font-size: clamp(1rem, 2vw, 1.12rem);
}

.floating-card {
    margin-top: -70px !important;
    padding: clamp(22px, 4vw, 42px) !important;
    border: 1px solid rgba(255,255,255,.92) !important;
    border-radius: 24px !important;
    box-shadow: 0 24px 60px rgba(6,132,96,.15) !important;
}

.section-header {
    margin-bottom: 24px !important;
    padding-bottom: 22px !important;
    border-bottom: 1px solid #d6e9e3 !important;
}

.section-header i { color: #068460 !important; background: #E6EFFD !important; }
.iframe-container, .iframe-box { border: 1px solid #d6e9e3 !important; border-radius: 16px !important; }
.card-title-custom { border-radius: 12px !important; background: linear-gradient(135deg, #045f45, #068460) !important; }

@media (max-width: 767.98px) {
    .hero-wrap { min-height: 220px !important; padding: 26px 0 78px !important; }
    .internal-breadcrumb { justify-content: flex-start; margin-bottom: 18px; overflow-x: auto; white-space: nowrap; }
    .floating-card { margin-top: -46px !important; border-radius: 18px !important; }
    .section-header { align-items: flex-start !important; }
}

