footer {
  background-color: #070707;
}

footer p {
  color: #dfe1e6 !important;
  font-size: 0.875rem;
}

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

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

footer .description-footer {
  font-family: "Source Sans Pro";
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
}

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

footer .redes-sociais a {
  height: 3rem;
  width: 3rem;
  border-radius: 0.375rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .links {
  border-top: 1px solid #b3bac5;
  padding-top: 2rem;
}

footer .links p {
  width: 100%;
  max-width: 33.75rem;
  font-family: "Margem-Regular";
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #ffffff;
}

footer .links p a {
  text-decoration: underline;
}

footer .links .middle-links {
  display: flex;
  gap: 1.5rem;
}

footer .links .middle-links a {
  font-family: "Margem-light";
  font-size: 0.875rem;
  text-decoration: underline;
}

footer .links .info-mobile {
  max-width: 19.0625rem;
  margin: auto;
}

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

  footer p {
    max-width: 100%;
  }

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

  footer .links {
    padding: 0;
    border: none;
  }
}

footer a br {
  display: none;
}

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

  footer a br {
    display: block;
  }
}

.seemore {
  position: relative;
  z-index: 1;
}

.seemore-text {
  overflow: hidden;
  max-height: 16.4375rem;
  transition: all 0.75s;
  -moz-transition: all 0.75s;
  -webkit-transition: all 0.75s;
  -o-transition: all 0.75s;
}

.seemore-action {
  position: relative;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  top: -3.125rem;
  font-size: 1rem;
  color: #0845b8;
  font-family: "Margem-medium";
}

.seemore::after {
  content: " ";
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 12.5rem;
  margin-top: -12.5rem;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 0),
    #ffffff,
    #ffffff
  );
}

.seemore-light::after {
  height: 5.3125rem;
  margin-top: -5.3125rem;
  background: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 0),
    #fdfdfd,
    #fdfefe
  );
}

.seemore-light .seemore-action {
  top: -1.125rem;
}

.seemore-show .seemore-text {
  max-height: 180000px !important;
  overflow-x: auto;
}

.seemore-show .seemore-action {
  display: none;
}

.seemore-show::after {
  display: none;
  bottom: 0;
}

.gap-4 {
  gap: 0.5rem;
}
