/* ---- Footer base ---- */
:root {
  --footer-bg: #2f64ac; /* ajuste se precisar */
  --footer-text: #eaf1ff;
  --footer-muted: #c9d6ff;
  --footer-sep: #7ea0da;
  --footer-link: #ffffff;
}

#footer-mods a {
  color: var(--footer-link);
  text-decoration: none;
}
.custom a::before {
  display: none;
}
#footer-mods a:hover,
#footer-mods a:focus {
  text-decoration: underline;
}
.footer-grid {
  display: grid;
  gap: 2rem;
  padding: 2.25rem 0;
}
@media (min-width: 576px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  div#sp-top2 {
    top: 5px !important;
    left: -5px !important;
  }
}
.muted,
.muted li {
  color: var(--footer-link);
  text-align: start !important;
}
.custom li {
  color: var(--footer-link);
  border-bottom: none !important;
}
#footer-mods .sep {
  border: 0;
  border-top: 1px solid var(--footer-sep);
  margin: 1rem 0;
  opacity: 0.5;
}

#footer-mods ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer-mods li + li {
  margin-top: 0.35rem;
}

.footer-line {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}
.footer-ico {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: #fff;
  opacity: 0.95;
  margin-top: 0.15rem;
}

.social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin: 0.5rem 0 1rem;
}
.social a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.social svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}

.links-grid {
  display: grid;
  gap: 0.4rem 0.75rem;
}
@media (min-width: 992px) {
  .links-grid {
    grid-template-columns: 1fr 1fr;
  }
}

#footer-mods .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
section#sp-cards {
  position: relative;
  top: -100px;
}
section#sp-quero-saber {
  background-image: url(/images/programacao/fundo-querosaber.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#sp-rodape .sp-module-title,
.footer-title {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600 !important;
  text-align: start;
}
.parceiros-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin: 30px 0;
}

.parceiro-card {
  flex: 0 1 200px;
  aspect-ratio: 1 / 1;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.parceiro-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.parceiro-card img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.8);
  transition: filter 0.2s ease;
}

.parceiro-card:hover img {
  filter: grayscale(0%) opacity(1);
}
.sp-megamenu-wrapper {
  display: none;
}
#sp-header .row {
  display: flex;
  align-items: center;
}
.hero-section::after {
  position: absolute;
  content: "";
  background: url(/images/programacao/curva-header.png) no-repeat;
  width: 100%;
  height: 80px;
  right: 0;
  background-size: cover;
  bottom: -50px;
  z-index: -1;
}
i.seta-dropdown.fa.fa-angle-down {
  display: none;
}

header#sp-header {
  display: flex;
  align-items: center;
}
#sp-topo {
  background-color: #1e3e71;
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 99;
  position: fixed;
}
#sp-main-body {
  padding: 50px 0;
}
.sp-module.banner {
  margin-bottom: 50px;
}
