/* Barra de compartición de fichas. */
.etc-share{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:24px}.etc-share__title{margin:0;color:var(--etc-color-text);font:800 14px/1.3 var(--etc-font-display)}.etc-share__actions{display:flex;flex-wrap:wrap;gap:8px}.etc-share__button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;color:#fff;cursor:pointer;transition:transform var(--etc-transition-fast),filter var(--etc-transition-fast)}.etc-share__button:hover{color:#fff;filter:brightness(1.06);transform:translateY(-2px)}.etc-share__button:focus-visible{outline-color:currentColor}.etc-share__button svg{width:19px;height:19px;fill:currentColor}.etc-share__button--facebook{background:#1877f2}.etc-share__button--x{background:#000}.etc-share__button--whatsapp{background:#25d366}.etc-share__button--telegram{background:#229ed9}.etc-share__button--email{background:#ea4335}.etc-share__button--native{background:var(--etc-color-brand)}.etc-share__button--copy{background:#5f5a51}@media(max-width:520px){.etc-share{align-items:flex-start;flex-direction:column}.etc-share__button{width:40px;height:40px}}
