.site-footer {
  background-color: #3a3a3a;
  padding-top: 3rem;
  padding-bottom: 1rem;
}

.site-footer h5,
.site-footer h6 {
  color: var(--corLaranja);
}

.site-footer a {
  text-decoration: none;
  color: white;
}

.site-footer a:hover {
  color: var(--corLaranja);
  transition: color 0.3s ease-in-out;
}

.site-footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer .copyright-text a strong {
  color: var(--corLaranja);
  padding-top: 4px;
}

.site-footer .partner-logo img {
  width: 150px;
  padding-bottom: 24px;
}
