footer {
  width: 100%;
  padding: 5rem 0 2.5rem 0;
  border-radius: 50px 50px 0px 0px;
  background: linear-gradient(25deg, #00354a 45.13%, #015c80 111.69%);
}

footer .footer-container {
  display: flex;
  gap: 121px;
}

footer .columns {
  display: flex;
  gap: 121px;
}

footer .text-container p {
  color: #adadad;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 143%; /* 20.02px */
  letter-spacing: 0.56px;
  max-width: 256px;
  margin-top: 32px;
}

footer .text-container ul {
  display: flex;
  list-style: none;
  gap: 15px;
  margin-top: 50px;
}

footer .text-container .link-social {
  display: flex;
  width: 45px;
  height: 45px;
  padding: 9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 27.5px;
  background: var(--foundation-blue-dark-active, #00445f);
}

footer .text-container .link-social:hover {
  background-color: var(--primary-highlight);
}

footer .column ul {
  list-style: none;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

footer .column h2 {
  color: var(--Foundation-Blue-Normal, #0097d4);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}

footer .column a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #adadad;
  font-size: 0.875rem;
  max-width: 167px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 23.1px */
  letter-spacing: -0.56px;
}

footer .column a svg {
  display: block;
}

footer .column a:hover {
  text-decoration: underline;
}

footer .bndes {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer .bndes h3 {
  color: var(--Foundation-Blue-Normal, #0097d4);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}

footer .line {
  padding: 3.875rem 0 5rem 0;
}

footer .security-site {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .security-site p {
  color: #adadad;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 165%; /* 23.1px */
  letter-spacing: 0.56px;
}

footer .security-site span {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.56px;
}

footer .security-site ul {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  list-style: none;
}

footer .security-site a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

footer .bndes img {
  width: 169px;
  height: 38px;
}

@media screen and (max-width: 1024px) {
  footer .footer-container,
  footer .columns,
  footer .security-site {
    flex-direction: column;
    gap: 16px;
  }

  footer {
    padding: 5rem 0 3.5rem 0;
  }
}
