
.lang-switcher{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;margin-left:1rem;flex-wrap:nowrap}
.lang-switcher a{width:2rem;height:2rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
font-size:.72rem;font-weight:800;text-decoration:none;border:1px solid rgba(255,255,255,.22);
background:rgba(255,255,255,.12);color:inherit;line-height:1}
.lang-switcher a.is-active{background:#ffffff;color:#12354a;border-color:rgba(18,53,74,.22)}
header nav, .main-nav, .site-nav, .nav, .nav-links, .header-actions, .button-row, .topbar-actions, .footer-actions{
align-items:center!important
}
.button-row, .header-actions, .topbar-actions{display:flex!important;flex-wrap:wrap;gap:.75rem!important}
.button-row a, .header-actions a, .topbar-actions a, .cta-call, .cta-whatsapp{display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap}
header ul, nav ul{align-items:center!important}
@media(max-width:768px){
  .lang-switcher{margin-left:0}
  .button-row, .header-actions, .topbar-actions{justify-content:center}
}
