﻿/* Barra tricolor Ecuador — encima del footer (todas las paginas) */
.gob-mil-ec-flag-bar {
    display: flex;
    width: 100%;
    height: 16px;
    line-height: 0;
    flex-shrink: 0;
}

.gob-mil-ec-flag-bar__yellow {
    flex: 2 1 0;
    background: #f7b10c;
}

.gob-mil-ec-flag-bar__blue {
    flex: 1 1 0;
    background: #274492;
}

.gob-mil-ec-flag-bar__red {
    flex: 1 1 0;
    background: #e02416;
}
