/* Rodapé único e integrado. */
body .site-below-footer-wrap { display: none !important; }

body .jbe-footer.jb-unified-footer {
  padding: 42px 0;
  background: #07141e;
  color: #fff;
}

body .jbe-footer.jb-unified-footer .jbe-wrap {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
}

body .jb-unified-footer__grid {
  display: grid;
  grid-template-columns: minmax(240px, 1.35fr) minmax(145px, .7fr) auto;
  gap: 34px;
  align-items: center;
}

body .jb-unified-footer__brand img {
  display: block;
  width: 158px;
  height: 50px;
  object-fit: contain;
  object-position: left;
  filter: brightness(0) invert(1);
  margin-bottom: 13px;
}

body .jb-unified-footer__brand p {
  max-width: 370px;
  margin: 0;
  color: #b6cbd8;
  font-size: 13px;
  line-height: 1.65;
}

body .jb-unified-footer__contact { display: grid; gap: 10px; }
body .jb-unified-footer__contact a { color: #fff; text-decoration: none; display: grid; gap: 3px; }
body .jb-unified-footer__contact strong { font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
body .jb-unified-footer__contact span { color: #b6cbd8; font-size: 13px; }
body .jb-unified-footer__contact a:hover span { color: #e2b84c; }

body .jb-unified-footer__social { display: grid; gap: 14px; justify-items: end; }
body .jb-unified-footer__social nav { display: flex; gap: 13px; }
body .jb-unified-footer__social a { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; transition: color .18s ease, background .18s ease, transform .18s ease; }
body .jb-unified-footer__social a:hover, body .jb-unified-footer__social a:focus-visible { color: #07141e; background: #fff; transform: translateY(-2px); outline: none; }
body .jb-unified-footer__social svg { width: 21px; height: 21px; }
body .jb-unified-footer__social small { color: #91a6b1; font-size: 11px; white-space: nowrap; }

/* Vídeo das Formações: suportam vídeo nativo enviado ou iframe do YouTube. */
body .jb-formation-media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: #0d2233; }
body .jb-formation-media > img, body .jb-formation-media > video, body .jb-formation-media > iframe { width: 100%; height: 100%; display: block; object-fit: cover; border: 0; }
body .jb-formation-media--placeholder::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(7,20,30,.08), rgba(7,20,30,.38)); pointer-events: none; }
body .jb-video-play { position: absolute; z-index: 1; right: 18px; bottom: 18px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #0d2233; background: #e2b84c; font-size: 16px; padding-left: 2px; box-shadow: 0 6px 15px rgba(0,0,0,.18); }

@media (max-width: 780px) {
  body .jbe-footer.jb-unified-footer .jbe-wrap { width: min(100% - 40px, 520px); }
  body .jb-unified-footer__grid { grid-template-columns: 1fr; gap: 24px; }
  body .jb-unified-footer__social { justify-items: start; }
  body .jb-unified-footer__brand p { max-width: 100%; }
}
