section.direto-metro {
    position: relative;
    height: 19rem;
}

.embed div.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

div.direto-metro {
    margin-top: -2rem;
    margin-left: 0.25rem;
}

.embed div.direto-metro {
    margin-top: 1.25rem !important;
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
}

section.direto-metro .spinner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(/wp-content/themes/metrosp/assets/images/spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15rem;
}

iframe.direto-metro {
    margin-top: -1rem;
    width: 100%;
    height: 18.5rem;
    border: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.embed div.progress-bar {
    height: 0.125rem !important;
}

div.progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 0.25rem;
    background-color: #0072bc80;
    z-index: 9999;
}

div.direto-do-metro {
    margin-top: 1.25rem;
}

div.progress-bar.loading {
    width: 100%;
}

img.spinner {
    width: 2rem;
    height: 2.5rem;
    margin-top: -0.25rem;
    object-fit: cover;
    object-position: center;
    display: none;
}

div.data {
    height: 2.5rem;
    vertical-align: middle;
    font-size: 0.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

@media (min-width: 192px) and (max-width: 350px) {
    .direto-metro .linha-nome {
        flex-grow: 0;
        white-space: nowrap;
        font-size: 0.9rem;
    }

    .direto-metro .linha-situacao {
        flex-grow: 1;
        font-size: 0.85rem;
        line-height: 1.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .direto-metro .linha-situacao-icon {
        border-radius: 50%;
        width: 1.25rem;
        height: 1.25rem;
        min-width: 1.25rem !important;
        min-height: 1.25rem !important;
        margin-top: 0.125rem;
    }
}

/* .direto-metro ol {
    margin-top: -0.5rem;
    margin-left: -0.5rem;
} */

.direto-metro .linha {
    font-size: 1rem;
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 0.75rem;
}

.direto-metro .linha * {
    margin-left: 0.75rem;
}

.direto-metro .linha .linha-numero {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    font-size: 0.75rem;
    background-color: #272e7c;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.direto-metro .linha .linha-situacao {
    text-align: right;
}

.direto-metro .linha .linha-nome {
    font-weight: bold;
    flex-grow: 1;
}

.direto-metro .linha .linha-info {
    font-size: 1rem;
    margin-left: 0.25rem;
    margin-top: 0.25rem;
}

.direto-metro .linha .linha-situacao-icon {
    border-radius: 50%;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.125rem;
    min-width: 1.25rem !important;
    min-height: 1.25rem !important;
}

a.pop-out, a.pop-out:hover, a.pop-out:visited, a.pop-out:active {
    color: #404040;
    text-decoration: none !important;
}