/* NP Consulting by INVERPA — estilos unificados compartidos */
@keyframes npMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.np-marquee{display:flex;width:max-content;animation:npMarquee 32s linear infinite}
.np-marquee:hover{animation-play-state:paused}

/* Banner de cookies */
#np-cookie{font-family:inherit}
#np-cookie a{color:#d946ef}
#np-cookie button{cursor:pointer}

/* Checkbox consentimiento */
.np-consent input{accent-color:#d946ef}

/* Hover social footer */
.np-social a{transition:background-color .2s,color .2s}
.np-social a:hover{background-color:#d946ef;color:#fff !important}
