.titulo-contemplados-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
}

.titulo-contemplados {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #113260;
}

.cards-grid-contemplados {
    padding: 0px 24px;
    margin-bottom: 48px;
}

.cards-contemplados {
    height: fit-content;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 860px;
    border: 1px solid rgb(204,204,204);
    border-radius: 12px;
    padding: 16px;
    background-color: #FFF;
}

.cards-contemplados-title {
    color: #113260;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    text-decoration: underline;
}

.cards-contemplados-description {
    margin-bottom: 16px;
}

.cards-contemplados-topicos-title {
    font-weight: 700;
}

.pdf-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdf-box-title {
    color: #113260;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
    text-decoration: underline;
    text-align: center;
}

.pdf-box-description {
    text-align: center;
}