.inep-loader {
    background: transparent;
    height: 88px;
    overflow: hidden;
    position: relative;
    width: 194px;
}

.funasa-loading-wrapper {
    min-height: 72px;
    position: relative;
}

.funasa-loading-wrapper > div:first-child {
    transition: filter 140ms ease, opacity 140ms ease;
}

.inep-loader img {
    display: block;
    height: 88px;
    object-fit: contain;
    width: 194px;
}

.inep-loader__base {
    filter: grayscale(1);
    inset: 0;
    opacity: 0.14;
    position: absolute;
}

.inep-loader__color {
    animation: inep-loader-color 2.4s ease-in-out infinite;
    inset: 0;
    opacity: 0;
    position: absolute;
}

.inep-loader__shine {
    animation: inep-loader-shine 2.4s ease-in-out infinite;
    background: linear-gradient(105deg, transparent 35%, rgba(255, 255, 255, 0.75) 50%, transparent 65%);
    inset: 0;
    mix-blend-mode: screen;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    transform: translateX(-125%);
}

@keyframes inep-loader-color {
    0%, 14% { opacity: 0; transform: scale(0.97); }
    38%, 76% { opacity: 1; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.02); }
}

@keyframes inep-loader-shine {
    0%, 34% { opacity: 0; transform: translateX(-125%); }
    48% { opacity: 0.65; }
    68%, 100% { opacity: 0; transform: translateX(125%); }
}

@media (max-width: 575.98px) {
    .inep-loader { height: 72px; width: 158px; }
    .inep-loader img { height: 72px; width: 158px; }
}

@media (prefers-reduced-motion: reduce) {
    .inep-loader__color { animation-duration: 3.6s; }
    .inep-loader__shine { display: none; }
}
