/**
 * Copyright (c) 2026 Matías S. Ávalos (msavalos@gmail.com)
 * 
 * This software is released under the MIT License.
 * https://opensource.org/licenses/MIT
 */
.reveal .slides section .fragment.custom.high-index {
    color: #888;
}

.reveal .slides section .fragment.custom.high-index.visible.current-fragment {
    color: #fedf15;
    font-weight: bolder;
}

.reveal .slides section .fragment.custom.show-index {
    display: none;
}

.reveal .slides section .fragment.custom.show-index.visible.current-fragment {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reveal .slides section .fragment.custom.highlight-caja.visible {
    border-color: #ffd700 !important;
    background: #3d3d00 !important;
}

.reveal .slides section .fragment.custom.hide-after.visible {
    display: none;
}

.reveal .slides section .fragment.custom.hide-after {
    display: flex;
}

.reveal .slides section .fragment.custom.show-after.visible {
    display: flex;
}

.reveal .slides section .fragment.custom.show-after {
    display: none;
}