footer {
  width: 100%;
  height: max-content;
  padding-bottom: 20px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Classe para esconder texto visualmente mas manter acessível */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-desk {
  width: 100%;
}

.footer-mobile {
  display: none;
}

footer b {
  font-size: 14px;
  color: #fff;
}

footer a {
  font-size: 12px;
  text-decoration: none;
  color: #fff;
}

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

footer p {
  font-size: 12px;
  color: #fff;
  margin: 0px;
}

br {
  line-height: 1px;
}

.container-infos-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.container-condicoes-footer {
  width: 90%;
  margin-left: 40px;
}

.box-logo-footer img {
  width: 78px;
  height: 78px;
}

.desc-footer {
  font-size: 14px;
  line-height: 1.5;
}

.box-desc-links-footer {
  width: 299px;
}

.nossos-canais-footer {
  margin-bottom: 10px;
}

.redes-footer {
  display: flex;
  flex-direction: row;
}

.link-fb-footer,
.link-insta-footer,
.link-twitter-footer,
.link-tiktok-footer,
.link-yt-footer,
.link-lk-footer {
  /* filter: brightness(100); */
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.link-fb-footer {
  background-image: url("https://blog.gbarbosa.com.br/wp-content/uploads/icons/facebook-white.svg");
}

.link-insta-footer {
  background-image: url("https://blog.gbarbosa.com.br/wp-content/uploads/icons/instagram-white.svg");
}

.link-yt-footer {
  background-image: url("https://blog.gbarbosa.com.br/wp-content/uploads/icons/youtube-white.svg");
}

.link-lk-footer {
  background-image: url("https://blog.gbarbosa.com.br/wp-content/uploads/icons/linkedin-white.svg");
}

.link-twitter-footer {
  background-image: url("https://blog.gbarbosa.com.br/wp-content/uploads/icons/x-twitter-white.svg");
}

.link-tiktok-footer {
  background-image: url("https://blog.gbarbosa.com.br/wp-content/uploads/icons/tiktok-white.svg");
}

.links-institucional-footer,
.links-bandeira-footer,
.links-central-footer {
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
}

.container-condicoes-footer p {
  width: 100%;
  margin-top: 35px;
  line-height: 1rem;
}

.container-copy-footer {
  width: 90%;
  margin-left: 40px;
}

@media (max-width: 768px) {
  footer {
    height: auto;
  }

  footer a {
    text-decoration: none;
  }

  .footer-desk {
    display: none;
  }

  .footer-mobile {
    height: 100%;
    margin: 30px 15px 35px 15px;
    display: block;
  }

  .box-bandeira-footer,
  .links-bandeira-footer,
  .box-central-footer,
  .box-horarios-footer {
    margin-top: 15px;
  }

  .container-infos-footer,
  .container-copy-footer {
    width: auto;
  }

  .container-infos-footer {
    width: 85vw;
    flex-direction: row;
  }

  .container-condicoes-footer p {
    width: auto;
    margin-top: 35px;
  }

  .box-logo-footer img {
    width: 58px;
  }

  .box-desc-links-footer {
    width: 70%;
  }

  .box-horarios-footer {
    margin-top: 10px;
  }

  .container-infos-footer-2 {
    flex-direction: column;
  }

  .saiba-mais-footer {
    margin-top: 10px;
    text-decoration: underline #fff;
    text-align: center;
  }

  .nossos-canais-footer {
    margin-top: 30px;
  }

  .redes-footer {
    margin: 20px 0 20px 0;
  }
}
