footer {
  padding: 5rem 0 2.5rem;
  background: #fff;
}

footer hr {
  border-color: #fff;
  max-width: 1520px;
  margin: 40px auto;
}

footer .container {
  max-width: 1520px;
}

.footer-top {
  margin-bottom: 80px;
}

.footer-top .container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
}

.footer-top .container img {
  margin: 0 auto;
}

.footer-top a {
  color: #121212;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.footer-top__content {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-top__content .divider {
  width: 1px;
  height: 60px;
  background: #424242;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 80px;
}

footer .footer-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2.5rem;
}

footer .footer-content__col {
  max-width: 100%;
}

footer .footer-content__col h2 {
  color: #121212;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}

footer .footer-links + h2,
footer .footer-contato__links + h2 {
  margin-top: 24px;
}

.footer-content__col h2 + p {
  max-width: 315px;
  color: #121212;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: 32px;
}

footer .footer-content__col .footer-links,
footer .footer-content__col .footer-contato__links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style-type: none;
}

footer .footer-content__col .footer-contato__links ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

footer .footer-content__col .footer-contato__links {
  gap: 16px;
}

footer .footer-content__col .footer-contato__links li {
  display: flex;
  gap: 12px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
}

footer .footer-content__col .footer-contato__links li a span strong {
  color: #3565b1;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

footer .footer-content__col .footer-links a {
  color: #121212;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-decoration: none;
}

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

.footer-contato__links-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contato__links-icon {
  width: 36px;
  height: 36px;
  padding: 10px;
  border-radius: 50px;
  background-color: #3565b1;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-content__col .footer-contato__links span {
  color: #424242;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  margin-top: 4px;
}

footer .footer-content__col .footer-contato__links a,
footer .footer-content__col .footer-contato__links p {
  color: #424242;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.footer-links__link span {
  color: #fff;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  /* line-height: 112%; */
  letter-spacing: -0.48px;
  margin-bottom: 8px;
  display: block;
  word-break: break-all;
}

.footer-links__link strong {
  display: block;
  color: #bdbdbd;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  /* line-height: 112%; */
  letter-spacing: -0.48px;
}

.footer-links__link-icon {
  width: 44px;
  height: 44px;
  padding: 10px;
  border-radius: 50px;
  background-color: #003432;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copy {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px;
}

.footer-social-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.footer-social-links a {
  width: 52px;
  height: 52px;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-social-links a:hover {
  background-color: #284c85;
}

.footer-social-links a:hover svg path {
  fill: #fff;
}

.footer-copy__content {
  grid-column: span 3;
}

.footer-copy p {
  color: #424242;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.footer-seals {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer-top .footer-social-links {
  display: none;
}

@media screen and (max-width: 1280px) {
  footer .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  footer .footer-content {
    gap: 3rem;
  }

  .footer-info {
    flex-direction: column;
    gap: 2.5rem;
  }
  footer {
    padding: 5rem 0;
  }
  footer .footer-content {
    grid-template-columns: 1fr 1fr;
  }
  .footer-top .container {
    flex-direction: column;
  }
  .footer-copy {
    grid-template-columns: 1fr 1fr;
  }
  .footer-copy__content {
    grid-column: span 2;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    gap: 2.5rem;
  }
  .footer-copy {
    grid-template-columns: 1fr;
  }
  .footer-copy__content {
    grid-column: unset;
    order: unset;
  }
  .footer-copy .footer-social-links {
    display: none;
  }
  .footer-top .footer-social-links {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-top__content {
    flex-direction: column;
  }
  .footer-top__content .divider {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .footer-info {
    align-items: flex-start;
  }
  footer .footer-content {
    grid-template-columns: 1fr;
  }
}
