@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');

.termos {
    font-family: "Poppins", sans-serif;
    background-color: #f4f6fa;
    color: #1f2a44;
    font-size: 0.95rem;
    letter-spacing: 0.2px;
    font-weight: 300;
    line-height: 1.6;
}

.termos main {
    max-width: 900px;
    margin: 45px auto;
    background: #ffffff;
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.termos h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #081F5C;
    margin-bottom: 35px;
}

.termos .secao {
    font-weight: 500;
    font-size: 1.05rem;
    margin-top: 22px;
    margin-bottom: 5px;
    color: #081F5C;
}

.termos p,
.termos li {
    margin-bottom: 12px;
    text-align: justify;
}

.termos ul {
    margin-left: 22px;
    margin-top: -5px;
    margin-bottom: 15px;
}

.termos .ultima-atualizacao {
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
    color: #081F5C;
    font-size: 1rem;
}

.termos footer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 25px 0;
}

@media (max-width: 768px) {
    .termos main {
        padding: 30px;
        margin: 30px 15px;
    }

    .termos h1 {
        font-size: 1.6rem;
    }
}