<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titulo {
    text-align: center;
    width: 100%;
    margin-top: 40px;
}

.tit1 {
    font-size: 3.5rem;
    font-family: 'Bebas Neue';
    margin: 0px;
    color: black;
}

#corpo{
    width: 100%;
    margin-top: 40px;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(172px, 190px));
    justify-content: center;
    align-items: center;
}

.dias{
    height: 100%;
    border-top: 1px solid #000;
    border-inline: 1px solid #000;
}

.tit2{
    font-weight: 700;
    font-size: 1.25rem;

    padding-block: 0.5rem 0.7rem;
    padding-inline: 5px;
    margin-top: 0rem;
    margin-bottom: 0rem;

    background-color: #e1dfdf;
}

.diaCompleto{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, minmax(187px, 1fr));
}

.caixaPeriodo{
    padding: 5px;
    border-block: 1px solid #000;
}

.horarioEsporte{
    font-size: 0.9rem;
    font-weight: 400;
    margin: 0;
}

.modalidade, .periodo{
    margin: 0;
    padding-bottom: 20px;
}

.periodo{
    font-weight: 600;
    text-decoration: underline;
}

#obs{
    margin-top: 2%;
    margin-left: 5%;
}

#obs span{
    font-weight: 700;
}


@media (max-width: 425px){
    .tit1 {
       text-align: center;
       font-size: 3rem;
    }
}

@media (max-width: 375px){
    .tit1{
        font-size: 2.5rem;
    }
}</pre></body></html>