.elementor-771 .elementor-element.elementor-element-628d0ac > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-ef5df70 *//* ═══════════════════════════════════════
   WSDR — FOOTER COMPLETO
   Prefijo seguro: wsdr-
═══════════════════════════════════════ */

.wsdr-footer {
  background: #07152a;
  color: #8a9bb0;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  width: 100%;
}

/* ── ZONA SUPERIOR ── */
.wsdr-footer__top {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 64px 32px 48px;
  align-items: start;
}

/* ── BRAND ── */
.wsdr-footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.wsdr-footer__logo-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #c9933a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.8rem;
}

.wsdr-footer__logo-text {
  display: flex;
  flex-direction: column;
}

.wsdr-footer__logo-text strong {
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.2;
}

.wsdr-footer__logo-text span {
  color: #c9933a;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 3px;
}

.wsdr-footer__tagline {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #6a7d90;
  margin-bottom: 24px;
}

/* ── REDES SOCIALES ── */
.wsdr-footer__socials {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.wsdr-footer__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #cbd5e0;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px 18px;
  border-radius: 8px;
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.wsdr-footer__social:hover {
  background: #1877f2;
  border-color: #1877f2;
  color: #ffffff;
}

.wsdr-footer__social--ig:hover {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
  border-color: transparent;
  color: #ffffff;
}

/* ── COLUMNAS ── */
.wsdr-footer__heading {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.wsdr-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wsdr-footer__links li a {
  color: #7a8fa0;
  text-decoration: none;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.wsdr-footer__links li a:hover {
  color: #e8b96a;
  padding-left: 5px;
}

/* Nota legal */
.wsdr-footer__legal-note {
  margin-top: 22px;
  background: rgba(201, 147, 58, 0.07);
  border-left: 3px solid #c9933a;
  padding: 12px 14px;
  border-radius: 0 6px 6px 0;
  font-size: 1.4rem;
  color: #5a6878;
  line-height: 1.65;
}

/* ── DIVISOR ── */
.wsdr-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.06);
  max-width: 1100px;
  margin: 0 auto;
}

/* ── DISCLAIMER ── */
.wsdr-footer__disclaimer {
  max-width: 1100px;
  margin: 0 auto;
  padding: 28px 32px;
}

.wsdr-footer__disclaimer p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #3a4a5a;
  text-align: center;
}

.wsdr-footer__disclaimer strong {
  color: #5a6a7a;
  font-weight: 600;
}

/* ── BOTTOM ── */
.wsdr-footer__bottom {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 1.5rem;
  color: #2a3a4a;
}

.wsdr-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wsdr-footer__bottom-links a {
  color: #3a5060;
  text-decoration: none;
  transition: color 0.2s ease;
}

.wsdr-footer__bottom-links a:hover {
  color: #e8b96a;
}

.wsdr-footer__dot {
  color: #1a2a3a;
}

/* ── RESPONSIVE TABLET ── */
@media (max-width: 900px) {
  .wsdr-footer__top {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    padding: 48px 28px 36px;
  }
  .wsdr-footer__brand {
    grid-column: 1 / -1;
  }
}

/* ── MARQUEE DE FONDO ── */
.wsdr-footer {
  position: relative;
  overflow: hidden;
}

.wsdr-footer__marquee {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  white-space: nowrap;
}

.wsdr-footer__marquee-track {
  display: inline-flex;
  gap: 80px;
  animation: wsdr-marquee 30s linear infinite;
}

.wsdr-footer__marquee-track span {
  font-family: 'Playfair Display', serif;
  font-size: 7rem;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.04);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
}

@keyframes wsdr-marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Asegura que todo el contenido quede encima */
.wsdr-footer__top,
.wsdr-footer__divider,
.wsdr-footer__disclaimer,
.wsdr-footer__bottom {
  position: relative;
  z-index: 1;
}

/* ── RESPONSIVE MOBILE ── */
@media (max-width: 560px) {
  .wsdr-footer__top {
    grid-template-columns: 1fr;
    padding: 40px 24px 32px;
    gap: 32px;
  }
  .wsdr-footer__socials {
    flex-direction: column;
  }
  .wsdr-footer__social {
    justify-content: center;
  }
  .wsdr-footer__bottom {
    flex-direction: column;
    text-align: center;
    padding: 20px 24px;
  }
  .wsdr-footer__bottom-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .wsdr-footer__disclaimer {
    padding: 24px;
  }
}/* End custom CSS */