.page {
    padding: 100px;
    padding-top: 0px;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

#privacidade p {
    text-align: justify;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

#privacidade .subtitle {
    text-align: left;
    margin-left: 15px;
}

.subsubtitle {
    text-align: left;
    margin-left: 15px;
}

.subsubsubtitle {
    text-align: left;
    margin-left: 15px;
}

.topic {
    padding-bottom: 15px;
}

.sub {
    margin-top: 10px;
    margin-left: 15px;
}

.subsub {
    margin-top: 10px;
    margin-left: 15px;
}

.navbox {
    float: right;
    margin-left: 50px;
    margin-top: 50px;
    line-height: 1rem;
}

.navbox .head {
    height: 3.3rem;
    color: #ffffff;
    background-color: #2e2b57;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.navbox .info {
    font-size: 11px;
    border: 2px solid #2e2b57;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.topic {
    scroll-margin-top: 120px;
}

@media (max-width: 992px) {
    .navbox {
        float: none;
        margin-left: 0px;
    }
}

.title-container {
    display: flex;
    justify-content: center;
}

h2, h3, h4, h5 {
    scroll-margin-top: 120px;
}

h1 {
    background: rgba(46,43,87);
    padding: 50px;
    padding-top: 20px;
    padding-bottom: 25px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    width: fit-content;
    display: inline-flex;
    text-align: center !important;
}

h2 {
    background: rgba(46,43,87);
    padding: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-weight: 700;
    width: fit-content;
    margin-left: -100px;
    padding-left: 100px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left !important;
}

h3 {
    background: rgb(57, 53, 110);
    padding: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-weight: 700;
    width: fit-content;
    margin-left: -100px;
    padding-left: 100px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left !important;
}

h4 {
    background: rgb(68, 63, 136);
    padding: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    font-weight: 700;
    width: fit-content;
    margin-left: -100px;
    padding-left: 100px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: left !important;
}