body.festival-programacao {
    background: #ffffff;
}

.festival-programacao-section {
    padding: 28px 0 72px;
}

.festival-programacao-shell {
    width: min(100%, 1120px);
    margin: 0 auto;
    padding: 0 16px;
}

.festival-programacao-header {
    margin-bottom: 28px;
    text-align: center;
}

.festival-programacao-actions {
    display: flex;
    justify-content: center;
    margin: 0 0 28px;
}

.festival-programacao-back-button {
    width: min(100%, 380px);
}

.festival-programacao-kicker {
    margin: 0 0 10px;
    color: #2b647c;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.festival-programacao-title {
    margin: 0;
    color: #004b99;
    font-family: "Oswald", sans-serif;
    font-size: clamp(44px, 7vw, 64px);
    line-height: 0.95;
    text-transform: uppercase;
}

.festival-programacao-subtitle {
    margin: 14px 0 10px;
    color: #ff8500;
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
}

.festival-programacao-description {
    margin: 0 auto;
    max-width: 820px;
    color: #2b647c;
    font-size: 18px;
    line-height: 1.6;
}

.festival-programacao-table-wrap {
    overflow-x: auto;
}

.festival-programacao-table {
    width: 100%;
    border-collapse: collapse;
    color: #004b99;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
}

.festival-programacao-table th,
.festival-programacao-table td {
    padding: 10px;
    text-align: left;
}

.festival-programacao-table td,
.festival-programacao-table th {
    border: 0 solid transparent;
    border-bottom: 2px solid #ffffff;
}

.festival-programacao-table .time {
    width: 15%;
    min-width: 110px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.festival-programacao-table .time-label {
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.festival-programacao-table .content {
    width: 85%;
    font-size: 16px;
    vertical-align: middle;
    border-left: 2px solid #ffffff;
}

.festival-programacao-table--environmental .content {
    width: 52%;
}

.festival-programacao-table--environmental .promotion {
    width: 33%;
    color: #2b647c;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    border-left: 2px solid #ffffff;
}

.festival-programacao-table .program-column-header th {
    color: #ffffff;
    background-color: #004b99;
    border-left: 2px solid #ffffff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.festival-programacao-table .program-column-header th:first-child {
    border-left: 0;
}

.festival-programacao-table .program-row.is-even {
    background-color: #e4f2ff;
    text-shadow: 1px 1px 1px #ffffff;
}

.festival-programacao-table .program-row.is-even .time {
    background-color: #ffc200;
    text-shadow: 1px 1px 1px #ff8500;
}

.festival-programacao-table .program-row.is-odd {
    background: #ffffff;
}

.festival-programacao-table .program-row.is-odd .time {
    background-color: #ff8500;
    text-shadow: 1px 1px 1px #fd0900;
}

.festival-programacao-table .day-header {
    color: #004b99;
    background-color: #ffffff !important;
    border-bottom: 3px solid #004b99;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 10px;
    text-align: left;
    text-transform: uppercase;
}

.festival-programacao-table .info,
.festival-programacao-table .stage {
    color: #555;
    font-size: 14px;
    font-style: italic;
    white-space: normal;
}

.festival-programacao-table .stage {
    margin-left: 4px;
}

.festival-programacao-table .info {
    margin-left: 4px;
}

.festival-programacao-notice {
    margin: 0;
    color: #2b647c;
    font-size: 14px;
    font-style: italic;
    text-align: right;
}

@media (max-width: 600px) {
    .festival-programacao-section {
        padding-top: 20px;
    }

    .festival-programacao-description {
        font-size: 16px;
    }

    .festival-programacao-actions {
        margin-bottom: 20px;
    }

    .festival-programacao-back-button {
        width: 100%;
    }

    .festival-programacao-table .time {
        width: 25%;
        min-width: 88px;
        font-size: 18px;
    }

    .festival-programacao-table .time-label {
        font-size: 11px;
    }

    .festival-programacao-table .content {
        width: 75%;
        font-size: 14px;
    }

    .festival-programacao-table--environmental .time {
        min-width: 104px;
    }

    .festival-programacao-table--environmental .content {
        min-width: 220px;
    }

    .festival-programacao-table--environmental .promotion {
        min-width: 210px;
        font-size: 13px;
    }

    .festival-programacao-table .day-header {
        font-size: 18px;
    }

    .festival-programacao-notice {
        text-align: left;
    }
}
