.c-separator-linha-tempo{    
    background: url(/images/programacao/icones/borda-periodo.png),url(/images/programacao/icones/barra-periodo.png);
    width: 17px;
    height: 114px;
    background-repeat: no-repeat;
    background-position: 0px 0px, 6px 23px;
    background-size: 15px, 4px 114px;
    margin-top: 10px;
}
.c-divisor-linha-tempo{
    display: flex;
    gap: 10px;
}
.c-right-linha-tempo,
.c-left-linha-tempo{
    width:50%;
}
.c-left-linha-tempo{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 35px;
}
.c-right-linha-tempo{
    padding-top: 8px;
}
.c-left-linha-tempo h2{
    font-family: var(--techna);
    font-size: 2.063rem;
    color: var(--c-FireBrick);
    margin-bottom: 0;
    font-weight: normal;
}