
body {
    background-color: #f4f7f6;
}


.sessao-lgpd {
    max-width: 900px;
    margin: 40px auto;
    padding: 40px 50px;
    top: 70px;
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 100px;
}


.sessao-lgpd h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6c7276;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #bfbfbf;
    text-align: center;
}


.sessao-lgpd h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #003366;
    margin-top: 40px;
    margin-bottom: 15px;
    background-color: #0f7ade2b;
    text-align: center;
}


.sessao-lgpd h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #111;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}


.sessao-lgpd h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #333;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.sessao-lgpd{
    .title-table{
        text-align: center;
        font-size: 17px;
    }
}


.sessao-lgpd p {
    margin-bottom: 15px;
    color: #6c7276;
    line-height: 20px;
    font-size: 14px;
}


.sessao-lgpd ul {
    margin: 15px 0 15px 20px;

    gap: 36px
}

.sessao-lgpd{
    .cards{
        margin: 0;
        display: flex;
        .card{
            background-color: #0f7ade2b;
            padding: 10px 13px;
            font-size: 12px;
            border-radius: 10px;
            width: 30%;
        }
    }
}

.sessao-lgpd li {
    margin-bottom: 8px;
}

.sessao-lgpd{
    .lista{
        margin-left: 50px;
    }
    .lista li{
        list-style: disc;
        font-size: 13px;
        color: grey;
    }
}

.li-direitos{
    display: flex;
    margin-left: -53px;
    .lista{
        margin-left: 78px;
    }
    .lista2{
        width: 119%;
        margin-left: 66px;
    }
}


.sessao-lgpd a {
    color: #0056b3;
    text-decoration: none;
    font-weight: 600;
}

.sessao-lgpd a:hover {
    text-decoration: underline;
}

.sessao-lgpd strong {

    font-weight: 600;
}


.sessao-lgpd hr {
    border: 0;
    height: 1px;
    background-color: #e0e0e0;
    margin: 40px 0;
}

.dados-coletados{
    .cadastro{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        .texto-seta{
            width: 40%;
            background-color: #0f7ade2b;
            padding: 10px;
            position: relative;
            margin: 30px;
        }
        .texto-seta::after {
            content: "";
            position: absolute;
            top: 53%;
            left: 100%;
            transform: translateY(-50%);
            border-width: 20px;
            border-style: solid;
            border-color: transparent transparent transparent #0f7ade2b;
        }
        p{
            margin-bottom: 0;
        }
    }
}

.sessao-lgpd table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95rem;
}

.sessao-lgpd th,
.sessao-lgpd td {
    border: 1px solid #ddd;
    padding: 7px 10px;
    text-align: left;
    vertical-align: top;
    color: grey;
    font-size: 11px;
}


.sessao-lgpd th {
    background-color: #f7f7f7;
    font-weight: 600;
    color: #111;
    strong{
        color: grey;
        font-size: 11px;
    }

}


.sessao-lgpd tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}



@media (max-width: 768px) {
    /* Diminui os espaços laterais em telas menores */
    .sessao-lgpd {
        margin: 20px auto;
        padding: 20px;
    }

    /* Diminui o tamanho dos títulos */
    .sessao-lgpd h1 {
        font-size: 2rem;
    }

    .sessao-lgpd h2 {
        font-size: 1.5rem;
    }

    .sessao-lgpd h3 {
        font-size: 1.2rem;
    }

    /* Força a tabela a ter uma barra de rolagem horizontal
       para não quebrar o layout em telas pequenas */
    .sessao-lgpd table {
        display: block;
        overflow-x: auto;
        white-space: nowrap; /* Impede que o texto da tabela quebre linha */
    }
}
