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

footer .first-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2.5rem;
}

footer .first-row .text-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

footer .text-container h4 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-H4, 1.5rem);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Line-height-H4, 32px); /* 133.333% */
}

footer .text-container p {
  color: var(--COR-Texto, #424242);
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  max-width: 400px;
}

footer .text-container a {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--COR-Texto-claro, #fff);
  text-decoration: none;
  width: 13.063rem;
  text-align: center;
  font-size: var(--TIPOGRFIA-TEXT, 1rem);
  font-style: normal;
  font-weight: 500;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 1.5rem); /* 150% */
  border-radius: 10px;
  background: var(--Foundation-Blue-Normal, #063973);
  transition: background-color 0.3s ease;
}

footer .text-container a:hover {
  background: #0053a9;
}

footer .line {
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

footer .second-row {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 2.25rem;
  padding: 2.5rem 0;
  flex-shrink: 0;
  flex-wrap: wrap;
}

footer .first-column {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

footer .first-column p {
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  max-width: 315px;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

footer .first-column .icons {
  display: flex;
  gap: 1.5rem;
}

footer .first-column h4,
footer .column h4 {
  color: var(--corh-1-h-4, #121212);
  font-size: var(--TIPOGRFIA-TEXT, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--ESPAAMENTO-TIPOGRFIA-Texto-comum, 24px); /* 150% */
  text-transform: uppercase;
}

footer .column ul {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--ESPAAMENTO-SM, 0.5rem);
  list-style: none;
}

footer .column li {
  max-width: 220px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
}

footer .column .link {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

footer .column .link p {
  color: #737373;
  font-size: var(--TIPOGRFIA-CAPTION, 0.75rem);
  font-style: normal;
  font-weight: 400;
  line-height: var(--TIPOGRFIA-CAPTION, 12px); /* 100% */
}

footer .column .link p strong {
  font-weight: 500;
}

footer .column a {
  color: #737373;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 185.714% */
  text-decoration: none;
}

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

footer .footer-bottom {
  padding-top: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
}

footer .footer-bottom p {
  color: #737373;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}

footer .footer-bottom .icons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

footer .footer-bottom .icon-google {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}

@media (min-width: 926px) and (max-width: 1333px) {
  footer .second-row {
    gap: 1rem;
  }
}

@media (max-width: 1024px) {
  footer .first-row {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1.25rem;
  }

  footer .second-row {
    display: flex;
    flex-direction: column;
  }

  footer .footer-bottom {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

@media only screen and (max-width: 992px) {
  footer .footer-bottom {
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-top: 12px;
  }
}
