/* ---- 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;
}
#sustentabilidade {
  --blue: #2f64ac;
  --accent: #ffbf2a;
  --rad: 14;
  color: #fff;
  position: relative;
  background-image: url(/images/programacao/fundo-sustenta.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#sustentabilidade .wrap {
  position: relative;
  padding: 28px 24px;
  overflow: hidden;
  color: #fff;
  --blue: #2f64acd1;
}

#sustentabilidade .wrap::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 60%;
  height: 100%;
  background: var(--blue);
  pointer-events: none;
  z-index: 0;
}

#sustentabilidade .wrap > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  #sustentabilidade .wrap::before {
    width: 100%;
  }
}
#sustentabilidade h2 {
  font-family: "Poppins", sans-serif;
  margin: 20px 0;
  font-size: 40px;
  font-weight: 800;
}
#sustentabilidade .intro {
  margin: 6px 0 18px;
  color: #eaf1ff;
  opacity: 0.95;
}
#sustentabilidade li {
  border: none;
  text-align: left;
}
#sustentabilidade .metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 6px 0 18px;
  width: 65%;
}
#sustentabilidade .metric {
  width: 30%;
  text-align: center;
}
#sustentabilidade .metric .value {
  color: #ffd57b;
  font-size: 40px;
  line-height: 1;
  font-weight: 800;
}
#sustentabilidade .metric .lab {
  margin-top: 4px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  max-width: 240px;
}

#sustentabilidade .links-title {
  margin: 10px 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}
#sustentabilidade ul.sust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
#sustentabilidade .sust-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border-radius: 999px;
  transition: background 0.15s ease, transform 0.15s ease;
  width: 50%;
}
#sustentabilidade .sust-item a span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
#sustentabilidade .sust-item a::before {
  display: none;
}
#sustentabilidade .sust-item a:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateX(2px);
}
#sustentabilidade .arrow {
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  #sustentabilidade h2 {
    font-size: 30px;
  }
  #sustentabilidade .metrics {
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    margin: 6px 0 18px;
    width: auto;
  }
  #sustentabilidade .sust-item a {
    width: 100%;
  }
}
