.formato-legal {
  max-width: 1200px;
  margin: 4rem auto;
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  color: #444;
  font-family: "DM Sans", sans-serif;
  line-height: 1.7;
}

.formato-legal h1,
.formato-legal h2 {
  color: #474752;
  margin-bottom: 1rem;
  font-weight: 600;
}

.formato-legal p {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  text-align: justify;
}

.formato-legal strong {
  color: var(--color);
  font-weight: 600;
}

.formato-legal ol {
  list-style: none;
  padding-left: 0;
}

.formato-legal ol li {
  margin-bottom: 1.5rem;
}

.formato-legal a:link {
  color: var(--color);
}

.formato-legal ol li::before {
  content: "•";
  color: var(--color);
  font-weight: bold;
  margin-right: 0.6rem;
}

@media (max-width: 768px) {
  .formato-legal {
    padding: 1.8rem;
    margin: 2rem 1rem;
  }

  .formato-legal p {
    font-size: 0.95rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  section {
    margin: 0 2rem !important;
  }
}