footer {
  background: #4388BA;
  border-radius: 0 60px 0 0;
}

footer p {
  color: #DFE1E6 !important;
  font-size: 14px;
  /* width: 100%; */
  /* max-width: 200px; */
}

@media (max-width: 396.98px) {
  footer p br {
    display: none;
  }
}

footer a, footer a:hover {
  color: #fff;
  text-decoration: none;
}

footer .redes-sociais a {
  height: 48px;
  width: 48px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.10);
}

footer .links {
  border-top: 1px solid #B3BAC5;
  padding-top: 32px;
}

@media (max-width: 575.98px) {
  footer {
    padding: 90px 0;
  }

  footer p {
    max-width: 100%;
  }

  .links .gap-3 {
    gap: 1.75rem;
  }
}

footer a br {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1439.98px) {
  footer a {
    text-align: center;
  }

  footer a br {
    display: block;
  }
}
