/* LGPD */
h2.title {
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    display: inline-flex;
    color: #004783;
    font-size: 28px;
    font-weight: 700;
    word-wrap: break-word;
    margin: 0px;
}

h2.subtitle {
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    display: inline-flex;
    color: #4D4D4D;
    font-size: 20px;
    font-weight: 700;
    word-wrap: break-word
}

h2.text {
    font-weight: 400;
    font-size: 16px;
    display: block;
    margin: 0px;
    text-align: justify;
}

h2.text strong {
    font-weight: 700;
}

h2.titletext {
    font-weight: 700;
    font-size: 20px;
    display: block;
    margin: 0px;
}

.list-text li {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 6px;
    text-align: justify;
}