/* Política de Privacidade - Estilos específicos */

body {
  background: #ffffff;
  color: #000000;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 20px;
  line-height: 1.6;
  max-width: 960px;
  margin: 0 auto 40px;
}

h1,
h2,
h3 {
  margin-top: 30px;
  color: #222222;
}

h1 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
}

p {
  margin: 10px 0;
}

ul {
  margin: 10px 0 10px 20px;
  list-style: disc;
}

ul li {
  margin: 5px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

table,
td,
th {
  border: 1px solid #000000;
}

th {
  background: #f2f2f2;
  font-weight: bold;
  text-align: left;
}

td,
th {
  padding: 10px;
  vertical-align: top;
}

strong {
  font-weight: 700;
}

.version {
  margin-top: 5px;
  font-size: 14px;
  color: #555555;
}

a {
  color: #4E6380;
  text-decoration: underline;
}

a:hover {
  color: #3a4d66;
}

@media screen and (max-width: 768px) {
  body {
    padding: 15px;
  }

  h1 {
    font-size: 22px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  table {
    font-size: 12px;
  }

  td,
  th {
    padding: 8px;
  }
}

