.elementor-5380 .elementor-element.elementor-element-3abeee5 > .elementor-widget-container{margin:45px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-3abeee5 */<style>
  .tv-doacoes {
    --purple: #5025C4;
    --lime: #CDF500;
    --gray: #D1D7DA;
    --white: #FFFFFC;
    --ink: #1C1530;
    font-family: 'Source Code Pro', -apple-system, sans-serif;
    font-weight: 300;
    color: var(--ink);
    text-align: center;
    padding: 6vh 24px;
  }
  .tv-doacoes * { box-sizing: border-box; }

  .tv-doacoes .wrap {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tv-doacoes .logo {
    display: block;
    width: 300px;
    height: auto;
    margin: 0 auto 64px;
    opacity: 0.95;
  }
  .tv-doacoes h1 {
    font-family: 'Share Tech', monospace;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 0.5px;
    color: var(--purple);
    margin: 0 0 20px;
    text-align: center;
  }
  .tv-doacoes p.lead {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    color: var(--ink);
    margin: 0 auto 48px;
    max-width: 380px;
    text-align: center;
  }
  .tv-doacoes .divider {
    width: 28px;
    height: 3px;
    background: var(--lime);
    border: none;
    margin: 0 auto 48px;
  }
  .tv-doacoes .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin: 0 auto 56px;
    text-align: center;
  }
  .tv-doacoes .contact a {
    font-family: 'Source Code Pro', monospace;
    font-weight: 600;
    font-size: 15px;
    color: var(--ink);
    text-decoration: none;
    letter-spacing: 0.2px;
    transition: color 0.15s ease;
    text-align: center;
  }
  .tv-doacoes .contact a span.label {
    display: block;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #8A8F93;
    margin-bottom: 6px;
    text-align: center;
  }
  .tv-doacoes .contact a:hover { color: var(--purple); }
  .tv-doacoes footer {
    font-size: 11px;
    font-weight: 300;
    color: #A7ACAF;
    letter-spacing: 0.3px;
    text-align: center;
  }
</style>/* End custom CSS */