footer {
  padding: 5rem 0 2.5rem;
  background: linear-gradient(261deg, #1e1e1e 37.23%, #000 103.13%);
}

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

footer .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
}

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

footer .footer-content__col h2 {
  color: #fe3;
  font-family: "Inter", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}

footer .footer-links + h2,
footer .footer-contato__links + h2 {
  margin-top: 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;
  align-items: center;
  gap: 16px;
}

footer .footer-content__col .footer-links a,
footer .footer-content__col .footer-contato__links a,
footer .footer-content__col .footer-contato__links span,
footer .footer-content__col .footer-contato__links p {
  color: #999;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

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

footer .footer-content__col svg {
  flex-shrink: 0;
}

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

.footer-contato__links-content {
  display: flex;
  gap: 12px;
}

.footer-info__img img {
  margin-bottom: 40px;
}

.footer-info__img ul {
  display: flex;
  align-items: center;
  gap: 12px;
  list-style-type: none;
}

.footer-info__img .footer-info__socials {
  width: 44px;
  height: 44px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #2a2a2a;
  transition: background-color 0.2s ease-in-out;
}

.footer-info__img .footer-info__socials:hover {
  background-color: var(--primary-highlight-foreground);
}

.footer-info__img .footer-info__socials svg path {
  transition: fill 0.2s ease-in-out;
}

.footer-info__img .footer-info__socials:hover svg path {
  fill: #121212;
}

.footer-info__img p {
  color: #999;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: -0.56px;
  margin-bottom: 32px;
  max-width: 270px;
}

footer hr {
  background: rgba(255, 255, 255, 0.1);
  margin: 64px 0 24px 0;
}

.footer-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  gap: 32px;
  margin-top: 80px;
}

.footer-copy p {
  color: #999;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: -0.56px;
}

.footer-copy p strong {
  color: #fe3;
  font-weight: 500;
}

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

.selo-google {
  filter: brightness(0) invert(1);
}

.selo-google:hover {
  filter: none;
}

footer .footer-contato__links .primary-btn:hover {
  text-decoration: none;
  background-color: #fff;
  color: var(--primary-highlight-foreground);
}

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

  .footer-info {
    flex-direction: column;
    gap: 2.5rem;
  }

  footer .footer-copy {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-content {
    flex-direction: column;
    gap: 2.5rem;
  }
}

@media screen and (max-width: 650px) {
  .footer-info {
    align-items: flex-start;
  }
}

@media screen and (max-width: 992px) {
  footer {
    padding: 5rem 0;
  }
}
