.Footer {
  background: $purple-dark;
  padding-top: 69px;

  .Footer-nav {
    padding-bottom: 80px;
  }

  .logo {
    max-width: 163px;
    margin-bottom: 48px;
  }

  .redes {
    h2 {
      max-width: 210px;
      color: #fff;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 150%;
      padding-bottom: 53px;
    }

    div {
      gap: 16px;
      font-size: 20px;

      a {
        color: #ffffff66;

        &:hover {
          color: #42cf7b;
        }
      }
    }
  }

  .footer-item {
    h3 {
      color: rgba(255, 255, 255, 0.4);
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      padding-bottom: 18px;
    }

    ul {
      gap: 16px;

      a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: all 0.3s ease-in;

        &:hover {
          color: rgba(255, 255, 255, 0.6);
        }
      }
    }

    .Button {
      border-radius: 31px;
      border: 1px solid rgba(255, 255, 255, 0.24);
      white-space: nowrap;

      &:hover {
        border-color: #42cf7b;
        background: #0d0b28;
        color: #fff;
      }
    }
  }

  .Footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 18px;
    border-top: 1px solid #292744;

    p {
      color: #4c487f;
      font-size: $text-sm;
    }
  }

  @media (max-width: $lg) {
    .Footer-nav {
      padding-bottom: 40px;
    }
    .redes {
      padding-bottom: 48px;
    }

    .footer-item {
      ul {
        max-width: 350px;
      }

      .Button {
        height: 40px;
      }
    }

    .Row {
      gap: 0;
    }

    .suporte {
      order: 3;
      border-bottom: 1px solid rgba(255, 255, 255, 0.08);
      padding-bottom: 40px;
    }

    .transparencia {
      order: 2;
      padding-bottom: 36px;
    }

    .app {
      order: 4;
      padding-top: 32px;

      ul {
        flex-direction: row;
        align-items: center;
        gap: 16px;
      }
    }
  }
}
