footer {
  background-color: #070707;
}

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: 50px 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;
  }
}

/* CARREGAR MAIS */
.seemore {
  position: relative;
  z-index: 1;
}
.seemore-text {
  overflow: hidden;
  max-height: 263px;
  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: -50px;
  font-size: 16px;
  color: #0845B8;
  font-family: "Margem-medium";
}
.seemore::after {
  content: " ";
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
  margin-top: -200px;
  z-index: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(250, 250, 250, 0)),
    color-stop(#ffffff),
    to(#ffffff)
  );
  background: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 0),
    #ffffff,
    #ffffff
  );
}
.seemore-light::after {
  height: 85px;
  margin-top: -85px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(250, 250, 250, 0)),
    color-stop(#fdfdfd),
    to(#fdfefe)
  );
  background: linear-gradient(
    to bottom,
    rgba(250, 250, 250, 0),
    #fdfdfd,
    #fdfefe
  );
}
.seemore-light .seemore-action {
  top: -18px;
}

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

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

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