.elementor-181 .elementor-element.elementor-element-dec5207{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dd90e59 *//* === Mari Temporada · Página de Redirecionamento (Imóveis Usados) === */
:root {
  --mt-blue: #3A83F1;
  --mt-blue-dark: #1952C3;
  --mt-yellow: #F2C24E;
  --mt-text: #0F172A;
  --mt-muted: #475569;
  --mt-bg: #F5F9FD;
  --mt-shadow: 0 10px 30px rgba(2, 6, 23, 0.08);
  --mt-radius: 18px;
}

.mt-redirect {
  background: var(--mt-bg);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px;
}

.mt-redirect-container {
  background: #fff;
  border-radius: var(--mt-radius);
  box-shadow: var(--mt-shadow);
  padding: 60px 40px;
  max-width: 520px;
  width: 100%;
  transition: all 0.3s ease;
}

.mt-logo {
  width: 180px;
  margin-bottom: 25px;
}

.mt-redirect h1 {
  font: 800 30px/1.2 "Poppins", sans-serif;
  color: var(--mt-blue-dark);
  margin-bottom: 10px;
}

.mt-redirect p {
  font: 400 16px/1.7 "Inter", sans-serif;
  color: var(--mt-muted);
  margin-bottom: 25px;
}

.mt-redirect-btn {
  display: inline-block;
  padding: 12px 28px;
  background: var(--mt-blue);
  color: #fff;
  border-radius: 999px;
  font: 700 15px "Poppins", sans-serif;
  text-decoration: none;
  transition: 0.3s;
}

.mt-redirect-btn:hover {
  background: var(--mt-blue-dark);
}/* End custom CSS */