.sobre-nos-area {
  background-color: #ffffff;
  padding: 80px 20px;
  color: #303443;
  font-family: 'Segoe UI', sans-serif;
}

.sobre-nos-content {
  max-width: 1600px;
  margin: 0 auto;
  text-align: center;
}

.sobre-nos-title {
  font-size: 32px;
  color: #233688;
  font-weight: 800;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sobre-nos-divider {
  width: 60px;
  height: 4px;
  background-color: #233688;
  margin: 0 auto 30px;
  border-radius: 2px;
}

.sobre-nos-content p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #303443;
}

.sobre-nos-content strong {
  color: #233688;
  font-weight: 700;
}

.jogo-responsavel-area {
  background: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #303443;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.jogo-responsavel-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: flex-start;
}

.jogo-title {
  font-size: 32px;
  color: #233688;
  font-weight: 800;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.jogo-responsavel-text p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
}

.jogo-responsavel-text a {
  color: #233688;
  font-weight: 600;
  text-decoration: underline;
}

.jogo-box {
  background: #ffffff;
  padding: 30px;
  border-left: 6px solid #233688;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.jogo-box h4 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #233688;
}

.jogo-box ul {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.jogo-box ul li {
  font-size: 17px;
  margin-bottom: 10px;
}

.privacidade-section {
  background: #ffffff;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #303443;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.privacidade-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.privacidade-title {
  font-size: 32px;
  font-weight: 800;
  color: #233688;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.privacidade-block {
  margin-bottom: 30px;
}

.privacidade-block h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #233688;
}

.privacidade-block p,
.privacidade-wrapper p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.privacidade-block ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 18px;
  line-height: 1.6;
  color: #303443;
}

.privacidade-footer {
  font-style: italic;
  margin-top: 40px;
  font-size: 17px;
}

.termos-section {
  background: #ffffff;
  padding: 80px 30px;
  color: #303443;
  font-family: 'Segoe UI', sans-serif;
}

.termos-container {
  max-width: 1600px;
  margin: 0 auto;
}

.termos-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.termos-title {
  font-size: 32px;
  font-weight: 800;
  color: #233688;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: 1.3;
}

.termos-block {
  margin-bottom: 32px;
}

.termos-block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #233688;
  margin-bottom: 12px;
}

.termos-block p,
.termos-wrapper p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.termos-footer {
  font-style: italic;
  margin-top: 40px;
  font-size: 17px;
}

.aviso-section {
  background-color: #ffffff;
  padding: 80px 30px;
  color: #303443;
  font-family: 'Segoe UI', sans-serif;
}

.aviso-container {
  max-width: 1600px;
  margin: 0 auto;
}

.aviso-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}

.aviso-title {
  font-size: 32px;
  font-weight: 800;
  color: #233688;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.aviso-block {
  margin-bottom: 32px;
}

.aviso-block h3 {
  font-size: 22px;
  font-weight: 700;
  color: #233688;
  margin-bottom: 12px;
}

.aviso-block p,
.aviso-wrapper p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
}

.aviso-footer {
  font-style: italic;
  margin-top: 40px;
  font-size: 17px;
}