/* ========================================
   View-Specific Styles
   Extracted from Blade templates
   ======================================== */

/* -------- Hero Slider (hero-slider.blade.php) -------- */
.banner.v__2,
.banner.v__2 .banner__wrapper,
.banner.v__2 .banner__wrapper .swiper,
.banner.v__2 .banner__wrapper .swiper .swiper-wrapper,
.banner.v__2 .banner__wrapper .swiper .swiper-wrapper .swiper-slide,
.banner.v__2 .banner__wrapper .banner__wrapper--bg {
    width: 100%;
    background-color: #0a1f2e;
}
.banner.v__2 .banner__wrapper {
    min-width: 100%;
    max-width: 100%;
}
.banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
    height: 895px;
}
.banner .banner-pagination,
.banner .swiper-pagination,
.banner-pagination {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 40px !important;
    transform: translateX(-50%) !important;
    z-index: 999 !important;
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    margin: 0 auto !important;
    pointer-events: auto;
}
.banner-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    opacity: 1;
    transition: transform .18s ease, background .18s ease;
    box-shadow: none;
}
.banner-pagination .swiper-pagination-bullet:hover {
    transform: scale(1.25);
    background: rgba(255,255,255,0.75);
}
.banner-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
    transform: scale(1.3);
}
.banner-nav-prev,
.banner-nav-next {
    background: transparent !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 6px 10px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    color: rgba(255,255,255,0.35) !important;
    font-size: 28px !important;
    box-shadow: none !important;
}
.banner .swiper { position: relative; }
.banner .banner-nav-prev.rt-prev,
.banner .banner-nav-prev { left: 20px !important; right: auto !important; }
.banner .banner-nav-next.rt-next,
.banner .banner-nav-next { right: 20px !important; left: auto !important; }
.banner-nav-prev i, .banner-nav-next i { color: inherit; }
.banner-nav-prev:hover,
.banner-nav-next:hover {
    color: rgba(255,255,255,0.65) !important;
}
.swiper-counter { display: none !important; }
.banner.v__2 .banner-nav-prev,
.banner.v__2 .banner-nav-next {
    animation: hideBannerArrows 0.3s 4s forwards;
}
.banner.v__2 .banner-nav-prev:hover,
.banner.v__2 .banner-nav-next:hover {
    animation: none;
    opacity: 1;
}
@keyframes hideBannerArrows {
    to { opacity: 0; }
}
.banner.v__2 .banner__wrapper .banner__slides--content {
    padding-bottom: 60px;
}
.banner.v__2 .banner__slides--content--sub,
.banner.v__2 .banner__wrapper .banner__slides--content--sub {
    text-shadow: 0 2px 4px #000, 0 4px 12px #000, 0 8px 24px #000 !important;
}
.banner.v__2 .banner__slides--content--title,
.banner.v__2 .banner__wrapper .banner__slides--content--title {
    text-shadow: 0 2px 4px #000, 0 4px 15px #000, 0 8px 30px #000 !important;
}
.banner.v__2 .banner__slides--content .rts-theme-btn,
.banner.v__2 .banner__wrapper .banner__slides--content .rts-theme-btn {
    text-shadow: 0 2px 4px #000, 0 4px 12px #000 !important;
}
.banner.v__2 .banner__wrapper .banner__wrapper--bg.banner-no-shadow .banner__slides--content--sub,
.banner.v__2 .banner__wrapper .banner__wrapper--bg.banner-no-shadow .banner__slides--content--title,
.banner.v__2 .banner__wrapper .banner__wrapper--bg.banner-no-shadow .rts-theme-btn {
    text-shadow: none !important;
}

@media (max-width: 767px) {
    .banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
        height: 600px !important;
    }
    .banner.v__2 .banner__wrapper .banner__wrapper--bg {
        min-height: 600px !important;
    }
}
@media (max-width: 991px) {
    .banner.v__2 .banner__slides--content,
    .banner.v__2 .banner__slides--content--sub,
    .banner.v__2 .banner__slides--content--title,
    .banner.v__2 .banner__slides--content .rts-theme-btn {
        opacity: 1 !important;
        animation: none !important;
    }

}
@media (min-width: 993px) {
    .banner.v__2 .banner__wrapper .banner__slides--container.banner__height {
        height: calc(100vh - var(--header-h, 100px)) !important;
        padding-bottom: 0;
    }
    .banner.v__2 .banner__wrapper .banner__wrapper--bg {
        min-height: calc(100vh - var(--header-h, 100px)) !important;
    }
}

/* -------- Index Two (index-two.blade.php) -------- */
.program__single--item:hover .link__list {
    color: var(--rt-white);
    border-color: var(--rt-white);
}
.program__single--item.v__2 .link__list {
    color: var(--rt-white);
    border-color: var(--rt-white);
}
.program__single--item {
    height: 100%;
    min-height: 430px;
    display: flex;
    flex-direction: column;
}
.program__single--item--list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.program__single--item--list--item {
    width: 100%;
}

/* -------- Educación Continua (educacion-continua.blade.php) -------- */
.rts-academic-area .single-cat-item .cat-thumb {
    height: 200px;
}
.rts-academic-area .single-cat-item .cat-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rts-academic-area .single-cat-item .cat-meta {
    min-height: 70px;
}
.rts-academic-area .single-cat-item .cat-title {
    flex: 1;
    min-width: 0;
}
.rts-academic-area .single-cat-item .cat-title span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}
.rts-academic-area .single-cat-item .cat-title span.expanded {
    -webkit-line-clamp: unset;
    white-space: normal;
}
.rts-academic-area .single-cat-item {
    cursor: pointer;
}

/* -------- Autoridades (autoridades.blade.php) -------- */
.single-staff {
    min-height: 200px;
}
.single-staff .staf-info .btn-wrapper {
    margin-top: auto;
}

/* -------- Autoridades Facultad (autoridadesfac.blade.php) -------- */
.rts-faculty .single-staff {
    height: 100%;
}
.single-staff .staf-info .designation {
    margin-bottom: 6px;
}
.single-staff .staf-info__social {
    margin-bottom: 6px;
}
.single-staff .staf-info .contact-row {
    margin-bottom: 6px;
}

/* -------- Autoridades Detail / Fac Detail (autoridades-details / autoridadesfac-details) -------- */
@media (max-width: 991.98px) {
    .faculty-member__image--mobile img {
        max-width: 200px;
        margin: 0 auto;
    }
}
.short-info-wrapper {
    padding-top: 50px;
}
.program-credit-area .program-accordion .accordion .accordion-item {
    border: none;
}
.program-credit-area .program-accordion .accordion .accordion-button {
    font-size: 14px;
    font-weight: 600;
    color: var(--rt-secondary);
    padding: 12px 16px;
    border: 1px solid var(--rt-line);
    box-shadow: none;
}
.program-credit-area .program-accordion .accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    background: transparent;
    color: var(--rt-secondary);
}
.program-credit-area .program-accordion .accordion .accordion-button::after {
    content: '\2b';
    background-image: none;
    font-family: var(--fontawesome);
    height: 24px;
    width: 24px;
    border: 1px solid var(--rt-secondary);
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.program-credit-area .program-accordion .accordion .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: var(--fontawesome);
    background-image: none;
}
.program-credit-area .program-accordion .accordion .accordion-body-content {
    padding: 8px 16px;
}
.program-credit-area .program-accordion .accordion .accordion-body-content ul li {
    padding: 6px 0;
    font-size: 14px;
}

/* -------- Research (research.blade.php) -------- */
.research-video-container {
    max-width: 700px;
    margin: 0 auto;
}
.research-video-container img,
.responsive-img {
    width: 100%;
    height: auto;
}
.lab-icon {
    color: var(--rt-primary-2);
}

/* -------- Vinculacion (vinculacion.blade.php) -------- */
.vinculacion-icon {
    color: var(--rt-primary-2);
}

/* -------- Search Results (wp-search.blade.php) -------- */
.search-result-card {
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff;
}
.search-result-title {
    margin-bottom: 12px;
}

/* -------- Faculty Cards (servicios-institucionales, estructura-organizativa) -------- */
.faculty-card-img {
    max-width: 78%;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* -------- Index Two images -------- */
.about-img-wide {
    width: 160%;
    height: auto;
    display: block;
}
.about-img-narrow {
    width: 93%;
    height: auto;
    display: block;
}

/* -------- Pregrado Career (pregrado-career.blade.php) -------- */
.modal-pdf-body {
    height: 85vh;
}
.modal-pdf-iframe {
    border: 0;
}

/* -------- Brand Slider (brand-slider.blade.php) -------- */
.single-brand-logo__name {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.home-pregrado-brand .single-brand-logo__name {
    font-size: 11px;
    line-height: 1.1;
}

/* -------- Hero slider helper classes -------- */
/* Note: high specificity needed to override style.css rules like
   .banner.v__2 .banner__wrapper .banner__wrapper--bg > * { position: relative; z-index: 999; } */
.banner.v__2 .banner__wrapper .banner__wrapper--bg {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.banner.v__2 .banner__wrapper .banner__wrapper--bg > .hero-slider-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.banner.v__2 .banner__wrapper .banner__wrapper--bg > .hero-slider-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.7) 100%);
    z-index: 1;
}
.banner.v__2 .banner__wrapper .banner__wrapper--bg > .hero-slider-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.banner.v__2 .banner__wrapper .banner__wrapper--bg > .hero-slider-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3,16,28,0.22);
    z-index: 1;
}
.banner__slides--container.hero-slider-container {
    position: relative;
    z-index: 2;
}
.banner__slides--content.hero-slider-content-mobile {
    position: absolute;
    bottom: 30px;
    right: 30px;
    left: 30px;
    z-index: 10;
}
.swiper-counter.swiper-counter-position {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    color: #fff;
    font-weight: 700;
}

/* Unmute button for banner videos with sound enabled */
.banner.v__2 .banner__wrapper .banner__wrapper--bg > .hero-slider-unmute-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    backdrop-filter: blur(4px);
}
.banner.v__2 .banner__wrapper .banner__wrapper--bg > .hero-slider-unmute-btn:hover {
    background: rgba(0,0,0,0.75);
    transform: scale(1.08);
}

/* -------- Foxy Peek -------- */
#foxy-peek {
    position: fixed;
    bottom: 0;
    right: 30px;
    z-index: 999;
    transform: translateY(100%);
    will-change: transform;
    pointer-events: none;
}
#foxy-peek img {
    max-height: 500px;
    width: auto;
    display: block;
}

/* Equipo tecnico simple card (no photo) */
.ueb-pregrado-faculty-card--team {
    border: 1px solid var(--rt-line);
    padding: 24px;
    background: var(--rt-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: var(--transition);
    gap: 8px;
}
.ueb-pregrado-faculty-card--team:hover {
    border-color: var(--rt-primary-2);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

/* Vertical layout for equipo tecnico cards */
.single-staff--team {
    height: 100%;
}
.single-staff--team .single-staff__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.single-staff--team .single-staff__content .staf-image {
    width: 100%;
    max-width: 200px;
    height: auto;
    aspect-ratio: 4 / 5;
}
.single-staff--team .single-staff__content .staf-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.single-staff--team .single-staff__content .staf-info {
    align-items: center;
}
.single-staff--team .single-staff__content .staf-info__social {
    justify-content: center;
}
.single-staff--team .single-staff__content .contact-row {
    justify-content: center;
}

@media (max-width: 768px) {
    #foxy-peek img {
        max-height: 280px;
    }
    #foxy-peek {
        right: 15px;
    }
}

/* -------- Search Results (wp-search.blade.php) -------- */
.search-result-card {
    padding: 28px 30px;
    background: var(--rt-white);
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.search-result-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.search-result-meta {
    margin-bottom: 10px;
}
.search-result-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
}
.search-result-badge--page {
    background: #e8f4fd;
    color: #1a73e8;
}
.search-result-badge--career {
    background: #e6f7e6;
    color: #1b8a1b;
}
.search-result-badge--program {
    background: #fef3e2;
    color: #c9760b;
}
.search-result-badge--event {
    background: #f3e8fd;
    color: #7c3aed;
}
.search-result-badge--post {
    background: #fff3cd;
    color: #856404;
}
.search-result-badge--authority {
    background: #d4edda;
    color: #155724;
}
.search-result-badge--org_unit {
    background: #d1ecf1;
    color: #0c5460;
}
.search-result-badge--ec_program {
    background: #f8d7da;
    color: #721c24;
}
.search-result-badge--section {
    background: #e8eaf6;
    color: #283593;
}
.search-result-title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
}
.search-result-title a {
    color: var(--rt-heading, #1a1a2e);
    text-decoration: none;
}
.search-result-title a:hover {
    color: var(--rt-primary, #0066cc);
}
.search-result-excerpt {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}
.search-empty {
    padding: 60px 20px;
    color: #888;
    font-size: 16px;
}

.ueb-hymn-card {
    background-color: var(--rt-secondary, #0a53a3);
    border-radius: 12px;
    padding: 35px;
    color: #fff;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.ueb-hymn-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}
.ueb-hymn-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.0rem;
    flex-shrink: 0;
}
.ueb-hymn-info {
    flex: 1;
}
.ueb-hymn-title {
    margin: 0;
    font-size: 3.0rem;
    font-weight: 700;
    color: #fff;
}
.ueb-hymn-logo {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    object-fit: contain;
    padding: 6px;
    flex-shrink: 0;
}
.ueb-hymn-player audio {
    width: 100%;
    border-radius: 8px;
}
.ueb-hymn-controls {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}
.ueb-hymn-controls .rts-btn.btn-primary {
    border: none !important;
    cursor: pointer;
    transition: none !important;
    background: var(--rt-primary) !important;
    color: #fff !important;
}
.ueb-hymn-controls .rts-btn.btn-primary:hover {
    border: none !important;
    background: var(--rt-primary) !important;
    color: #fff !important;
}
.ueb-hymn-status {
    font-size: 0.95rem;
    opacity: 0.85;
}

.ueb-hymn-progress {
    margin-top: 16px;
    line-height: 0;
}
.ueb-hymn-seek {
    display: block;
    width: 100%;
    height: 6px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    overflow: visible;
}
.ueb-hymn-seek::-webkit-slider-runnable-track {
    height: 6px;
    border-radius: 3px;
    background: linear-gradient(to right, #fff var(--seek-pct, 0%), rgba(255,255,255,0.2) var(--seek-pct, 0%));
}
.ueb-hymn-seek::-moz-range-track {
    height: 6px;
    border-radius: 3px;
    background: rgba(255,255,255,0.2);
    border: none;
}
.ueb-hymn-seek::-moz-range-progress {
    height: 6px;
    border-radius: 3px;
    background: #fff;
}
.ueb-hymn-seek::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin-top: -5px;
}
.ueb-hymn-seek::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: none;
}
.ueb-hymn-time {
    display: flex;
    justify-content: space-between;
    font-size: 0.82rem;
    opacity: 0.8;
    margin-top: 4px;
    line-height: normal;
}
.ueb-hymn-lyrics {
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    padding-top: 18px;
}
.ueb-hymn-lyrics-inner {
    font-size: 0.95rem;
    line-height: 1.7;
    max-height: 360px;
    overflow-y: auto;
}
.ueb-hymn-lyrics-inner p {
    margin: 0 0 6px;
    color: #fff;
}
.ueb-lyrics-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 12px !important;
}
.ueb-lyrics-section {
    font-weight: 700;
    font-style: italic;
    opacity: 0.85;
    margin-top: 10px !important;
}
.ueb-hymn-lyrics-btn.active {
    background: rgba(255,255,255,0.2) !important;
}

@media (max-width: 767px) {
    .ueb-hymn-card {
        padding: 20px 16px;
    }
    .ueb-hymn-header {
        gap: 10px;
        margin-bottom: 18px;
    }
    .ueb-hymn-icon {
        width: 48px;
        height: 48px;
        font-size: 1.8rem;
    }
    .ueb-hymn-title {
        font-size: 1.8rem;
    }
    .ueb-hymn-logo {
        width: 64px;
        height: 64px;
    }
    .ueb-hymn-controls {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 14px;
    }
    .ueb-hymn-lyrics-inner {
        font-size: 0.85rem;
        max-height: 260px;
    }
}

.rts-event-details .event-sidebar .event-information .single-info .info-repeat .right-side .desc {
    text-align: right;
    margin-left: 10px;
}

.rts-event-details .event-sidebar .event-information .single-info .info-repeat {
    align-items: flex-start;
}
.rts-event-details .event-sidebar .event-information .single-info .info-repeat .right-side {
    flex: 0 1 auto;
    max-width: 55%;
    text-align: right;
}

@media (max-width: 767px) {
    .program-credit-area {
        padding-top: 30px;
    }
    .rts-event-details .event-sidebar {
        margin-top: 0;
    }
}

.ueb-matricula-card {
    border: 1px solid var(--rt-line);
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    width: 100%;
}
.ueb-matricula-card-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    font-family: var(--font-secondary);
    color: var(--rt-secondary);
    padding: 20px 28px;
    line-height: 1.4;
    background: #fff;
    border: none;
    cursor: pointer;
    text-align: left;
}
.ueb-matricula-card-header:focus {
    outline: none;
}
.ueb-matricula-card-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1px solid var(--rt-secondary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.ueb-matricula-card-body {
    padding: 0 28px 28px;
    background: #fafafa;
}
.ueb-matricula-body {
    overflow: hidden;
}
.ueb-matricula-body.collapsed {
    display: none;
}
.ueb-matricula-card-body img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.ueb-matricula-card-body img:hover {
    opacity: 0.85;
}
.ueb-matricula-modal-img {
    cursor: pointer;
}

.ueb-matricula-grid-gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.ueb-matricula-grid-gallery .ueb-matricula-img-wrap {
    padding: 0 !important;
    flex: 0 0 auto;
    overflow: visible;
}
.ueb-matricula-grid-gallery .ueb-matricula-img-wrap img {
    display: block;
    height: auto;
    min-height: auto !important;
    max-height: 500px;
    width: auto;
    max-width: none;
}
.ueb-matricula-col {
    overflow: visible !important;
}
.ueb-matricula-col .ueb-matricula-card {
    width: max-content;
    min-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
}
.ueb-matricula-col .ueb-matricula-body {
    overflow: visible;
}

@media (max-width: 767px) {
    .ueb-matricula-grid-gallery {
        flex-wrap: wrap;
    }
    .ueb-matricula-grid-gallery .ueb-matricula-img-wrap {
        flex: 1 1 100%;
    }
    .ueb-matricula-grid-gallery .ueb-matricula-img-wrap img {
        width: 100%;
        max-width: 100%;
        max-height: none;
    }
    .ueb-matricula-col .ueb-matricula-card {
        width: 100%;
        margin-left: 0;
        transform: none;
    }
}

#matriculaModal .modal-content {
    background: transparent;
    border: none;
}
#matriculaModal .modal-header {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    padding: 0;
}
#matriculaModal .btn-close {
    background: rgba(0,0,0,0.5) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    opacity: 0.9;
}
#matriculaModal .modal-body {
    overflow: hidden;
    cursor: crosshair;
}
#matriculaModal .modal-body img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 80vh;
    transition: transform 0.15s ease;
    transform-origin: var(--zoom-x, 50%) var(--zoom-y, 50%);
}
#matriculaModal .modal-body.zoomed img {
    transform: scale(var(--zoom-level, 2));
}

/* Banner navigation & shadow hide/show for video slides */
.banner__slides--navigation {
  transition: opacity 1.5s ease, visibility 1.5s ease;
}

.banner__slides--navigation.banner__nav-hidden {
  opacity: 0;
  visibility: hidden;
}

.banner.v__2 .banner__wrapper .banner__wrapper--bg::after {
  transition: opacity 1.5s ease;
}

.banner.v__2 .banner__wrapper .banner__wrapper--bg.banner__shadow-hidden::after {
  opacity: 0;
}


