:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-86f8825 */.tele-page {
  --c1:#0d6fbf;
  --c2:#0b5ea3;
  --surface:#f8fbff;
  --line:#d8e7f9;
  --text:#0b2540;
  --muted:#4b5b70;
  --radius:12px;
  --shadow:0 4px 20px rgba(13,111,191,.08);

  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--text);
  text-align: justify;
  line-height: 1.7;
}

.tele-page * { box-sizing: border-box; }

.tele-page h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 16px;
  text-align: left;
  line-height: 1.3;
}

/* Parágrafos */
.tele-page p {
  text-align: justify;
  margin: 0 0 12px 0;
  color: var(--muted);
}

/* Links */
.tele-page a {
  text-decoration: none;
}

/* Caixa de conteúdo */
.tele-box {
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  margin: 16px 0;
  background: #fff;
  box-shadow: var(--shadow);
}

/* Subtítulos */
.tele-sub {
  background: linear-gradient(90deg, var(--c1), var(--c2));
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
  border-radius: var(--radius);
  margin: 24px 0 14px;
  letter-spacing: 0.3px;
}

/* Listas */
.tele-list {
  margin: 8px 0 0 0;
  padding-left: 22px;
}
.tele-list li {
  margin: 6px 0;
  text-align: justify;
  color: var(--muted);
}

/* Ações */
.tele-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px 0 18px;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* Botões */
.tele-cta {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--c1), var(--c2));
  color: #fff !important;
  border: 0;
  font-weight: 700;
  letter-spacing: .3px;
  box-shadow: 0 6px 18px rgba(13,111,191,.18);
  transition: transform .12s ease, filter .15s ease;
  text-align: center;
}
.tele-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}
.tele-cta:focus-visible {
  outline: 3px solid #bfe0ff;
  outline-offset: 2px;
}/* End custom CSS */