#programacao-page {
    padding: 110px 16px;
}

#programacao-page #title {
    color: #e75524;
    font-family: "Akira";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#programacao-page .filtro-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
}

#programacao-page .filtro-row .left {
    display: flex;
    gap: 8px;
    align-items: center;
}

#programacao-page .filtro-row .left .label {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

#programacao-page .filtro-row .left .bt-dia {
    border-radius: 8px;
    background: #434343;
    padding: 8px 16px;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
}

#programacao-page .filtro-row .left .active {
    background: #e75524;
}

#programacao-page .filtro-row .right select {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;

    border-radius: 100px;
    background: #141414;

    padding: 8px 12px;
}

#programacao-page .programa-item {
    margin-top: 22px;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

#programacao-page .programa-item .horas-col {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

#programacao-page .programa-item .horas-col::after {
    content: "";
    height: 100%;
    position: absolute;
    width: 2px;
    background-color: #333; /* Cor da linha */
    z-index: -10;
}

#programacao-page .programa-item .horas-col .inicio,
#programacao-page .programa-item .horas-col .fim {
    color: var(--search-card-color-p-text-category, #c4c4c4);
    /* search-card/fontP.text.category */
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    background: #1b1d22;
    padding: 4px;
    display: inline-flex;
    gap: 2px;
}

#programacao-page .programa-item .mcard {
    display: flex;
    gap: 12px;
    border-radius: 20px;
    background: #151515;
    padding: 20px;
    width: 90%;
}

#programacao-page .programa-item .mcard .sala {
    color: #fff;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-right: 1px solid #494949;
    padding-right: 12px;
}

#programacao-page .programa-item .mcard .sala span {
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 4px;
    display: flex;
    flex-flow: column;
}

#programacao-page .programa-item .mcard .tema {
    color: #fff;
    font-family: Barlow;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 12px;
}

#programacao-page .programa-item .prelector img {
    height: 108px;
    width: 108px;
    border-radius: 8px;
    background: #848484;
    margin-bottom: 4px;
    object-fit: cover;
    object-position: top;
}

#programacao-page .programa-item .prelector .nome {
    color: #fff;
    font-family: Barlow;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
}

#programacao-page .programa-item .prelectores {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
}

#programacao-page .programa-item .prelector .desc {
    color: #fff;
    font-family: Barlow;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.2px;
}
