/* Footer: Principal Personalizado */
.footer-desc {
  font-size: 13px; line-height: 1.75; color: rgba(255,255,255);
  margin: 0;
  border-left: 2px solid var(--color-brand-laranja);
  padding-left: 14px;
}

.footer-vp .custom-logo-link img {
  width: auto; 
  max-height: 65px; 
}

.footer-vp .title {
      font-size: 10px; font-weight: 700; letter-spacing: .12em;
      text-transform: uppercase; color: rgba(255,255,255);
      margin: 0 0 12px;
}

.footer-vp .address {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 15px; color: rgba(255,255,255);
  margin-bottom: 10px; line-height: 1.6;
}

.footer-vp .address svg { flex-shrink: 0; margin-top: 2px; }

/* redes sociais */
.footer-socials { display: flex; gap: 10px; margin-bottom: 28px; }
.footer-social-btn {
  width: 40px; height: 40px; border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12);
  text-decoration: none; transition: all .2s;
}

.footer-social-btn:hover { background: var(--color-brand-laranja); border-color: var(--color-brand-laranja); transform: translateY(-2px); }
.footer-social-btn svg { display: block; }
 


/* Pre-footer: apoio institucional + parceiros */
.pre-footer-row-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b0a8cc;
  margin: 0 0 18px;
  text-align: center;
}

.support-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.swiper-partners {
  width: 100%;
}

.swiper-partners .swiper-slide {
  width: auto;
}

.swiper-partners.is-centered .swiper-wrapper {
  justify-content: center;
}

.partner-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1.5px solid #e8e4f0;
  border-radius: 12px;
  padding: 10px 22px;
  height: 64px;
  width: auto;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

a.partner-link:hover {
  border-color: #c4b8e8;
  box-shadow: 0 4px 16px rgba(27, 15, 87, 0.08);
  transform: translateY(-2px);
}

.partner-link img {
  width: auto;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  object-fit: contain;
  display: block;
}

.partner-placeholder {
  font-size: 12px;
  font-weight: 700;
  color: #1b0f57;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.partners-nav {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}

.sw-btn-sm {
  width: 30px;
  height: 30px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
  background: #fff;
  border: 1.5px solid #e8e4f0;
  color: #b0a8cc;
  transition: all 0.2s;
}

.sw-btn-sm:hover {
  background: #1b0f57;
  border-color: #1b0f57;
  color: #fff;
}

.sw-btn-sm.swiper-button-disabled {
  opacity: 0.25;
  pointer-events: none;
}
