body {
    background-color: #fff;
}

.privacy-section {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0px;
}


h1 {
    text-align: left;
    color: #0c2140;
    font-size: 1.8rem;
    margin-top:40px;
    margin-bottom:25px;
}

h2 {
    font-size: 1.2rem;
    color: #0c2140;
    text-align: left;
    margin-bottom: 10px;
}


p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    text-align: justify; /* Texto justificado */
    margin: 10px 0;
}

.content-block {
    margin: 40px 0;
}

.content-block ul {
    list-style: disc;
    padding-left: 20px;
    color: #666;
}

.content-block ul li {
    margin-bottom: 10px;
}
.content-block img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 20px;
}

a {
    color: #0c2140;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Estilos Responsivos */
@media (max-width: 768px) {
    .privacy-section {
        padding: 10px;
        width: 95%;
    }

    h1 {
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1rem;
    }

    p {
        font-size: 14px;
    }
}
