html,body{
    scroll-behavior: smooth;
}

body{
    position: relative;
}

header.collapsed .navigation{
    padding: 0;
}

header.collapsed .menu-cabecalho >img{
    height: 100px;
    width: 175px;
    aspect-ratio: auto 244 / 147;
}

.privacy-content {
    padding-bottom: 200px;
}

.main-container {
    width: 95vw;
    margin-top: 100px;
}

.privacy-content h1 {
    margin-bottom: 34px;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3;
    letter-spacing: 0;
    vertical-align: middle;
}

.privacy-content h2 {
    margin: 34px 0 24px;
    font-size: 24px;
    line-height: 34px;
    color: #48453B;
}

.privacy-content h3 {
    margin: 20px 0 16px;
    font-size: 18px;
    line-height: 28px;
    color: #48453B;
    font-weight: bold;
}

.privacy-content h4 {
    margin: 20px 0 16px;
    font-size: 17px;
    line-height: 28px;
    color: #48453B;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .privacy-content h1 {
        font-size: 36px;
    }

    .privacy-content h2 {
        margin: 24px 0 24px;
        font-size: 20px;
    }

    .privacy-content h3 {
        font-size: 17px;
    }
}

.privacy-content ol[type="a"] li,
.privacy-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.privacy-content p strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;
}

.privacy-content a {
    color: #9A611C;
}

.privacy-content ol[type="a"] {
    list-style-type: lower-alpha!important;
    margin-left: 20px;
}

.privacy-content ol[type="a"] li{
    list-style: lower-alpha!important;
}


.privacy-content .update-date {
    margin-top: 40px;
}

.privacy-content .list-styled {
    list-style: decimal;
}

.privacy-content p .fake-link {
    color: #9A611C;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    display: block;
    text-decoration: none;
    width: auto;
}

.privacy-content p .fake-link > span {
    text-decoration: underline;
}

.background-red {
    background: #D50C51;
    color: white;
}

.background-red-light {
    background: #CE8E46;
    color: white;
}

.privacy-content table {
    border-collapse: collapse;
    width: 100%;
    min-width: 900px;
}

.privacy-content .table {
    width: 100%;
    overflow: auto;
}

.privacy-content table tr {
    border: 1px solid #DEDEDE;
}

.privacy-content table tr td {
    padding: 20px 20px;
    line-height: 1.5;
    vertical-align: middle;
}


