.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.legal-section {
  background: linear-gradient(180deg, #f4f6f3 0%, #ffffff 100%);
}

.legal-card,
.legal-panel {
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-card);
}

.notas-legales h2,
.notas-legales h3 {
  color: var(--color-ink-soft);
}

.notas-legales p,
.notas-legales li {
  color: var(--color-muted);
}

.mascara-titulo-servicio {
  min-height: 4.5rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}

.contact-con .section__header {
  margin-bottom: 2.25rem;
}

.checkbox-consent {
  border-color: rgba(255, 255, 255, 0.45);
}

.checkbox-consent:checked {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
}

.language-switcher {
  position: relative;
}

.language-switcher__toggle {
  min-height: 46px;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--color-white);
  box-shadow: none;
}

.language-switcher__toggle:hover,
.language-switcher__toggle:focus,
.language-switcher.show .language-switcher__toggle {
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.14);
  color: var(--color-white);
}

.language-switcher__menu {
  min-width: 12rem;
  padding: 0.45rem;
  border: 1px solid rgba(17, 28, 43, 0.08);
  border-radius: 18px;
  background: var(--color-white);
  box-shadow: var(--shadow-card);
}

.language-switcher__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding: 0.7rem 0.8rem;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--color-ink);
  font-size: 0.94rem;
  font-weight: 600;
  text-align: left;
}

.language-switcher__option small {
  color: var(--color-primary);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.language-switcher__option:hover,
.language-switcher__option:focus,
.language-switcher__option.active,
.language-switcher__option:active {
  background: rgba(42, 122, 91, 0.08);
  color: var(--color-primary-alt);
}

.google-translate-host {
  position: absolute;
  inset: auto auto 0 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.goog-te-banner-frame.skiptranslate,
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

body > .skiptranslate {
  display: none !important;
}

@media (max-width: 767.98px) {
  .language-switcher,
  .language-switcher__toggle {
    width: 100%;
  }

  .language-switcher__menu {
    width: 100%;
  }

  .contact-shell__panel,
  .cta-footer__card,
  .legal-card .card-body {
    padding: 1.5rem !important;
  }
}
