.elementor-206 .elementor-element.elementor-element-5c37022{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-22ed381 *//* === Mari Temporada · Termos de Uso === */
:root {
  --mt-blue:#3A83F1;
  --mt-yellow:#F2C24E;
  --mt-text:#0f172a;
  --mt-muted:#475569;
  --mt-bg:#F5F9FD;
  --mt-border:#e6eaf0;
  --mt-radius:16px;
  --mt-shadow:0 10px 30px rgba(2,6,23,.08);
}

/* Container padrão */
.mt-container {
  width: min(1100px, 90%);
  margin: auto;
  font-family: Inter, system-ui, sans-serif;
}

/* HERO */
.mt-termos-hero {
  background: linear-gradient(180deg, #ffffff 0%, #F5F9FD 100%);
  text-align: center;
  padding: 100px 20px 70px;
}
.mt-termos-hero h1 {
  font: 800 clamp(32px, 4.5vw, 48px)/1.2 "Poppins", sans-serif;
  color: var(--mt-text);
  margin-bottom: 10px;
}
.mt-termos-hero p {
  color: var(--mt-muted);
  font-size: 18px;
  max-width: 700px;
  margin: auto;
}

/* CONTEÚDO */
.mt-termos-content {
  background: #fff;
  padding: 60px 0 100px;
  line-height: 1.7;
  color: var(--mt-muted);
  font-size: 16px;
}
.mt-termos-content h2 {
  font-family: Poppins, sans-serif;
  color: var(--mt-blue);
  font-size: 22px;
  margin-top: 40px;
}
.mt-termos-content p,
.mt-termos-content li {
  font-family: Inter, sans-serif;
  color: var(--mt-muted);
  margin-bottom: 12px;
}
.mt-termos-content ul {
  margin: 10px 0 20px 20px;
  list-style-type: disc;
}
.mt-termos-content a {
  color: var(--mt-blue);
  text-decoration: none;
}
.mt-termos-content a:hover {
  text-decoration: underline;
}
.mt-update {
  text-align: right;
  font-size: 14px;
  color: #64748b;
  margin-top: 50px;
}/* End custom CSS */