/* Degradado Cordova animado de forma permanente, sin depender del cursor. */
.gradient-title{display:inline-block;background-image:linear-gradient(90deg,#087a3e,#9bca3c,#dcefcf,#087a3e);background-size:300% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;animation:gradient-title-sweep 3s ease-in-out infinite alternate}@keyframes gradient-title-sweep{from{background-position:0% 50%}to{background-position:100% 50%}}@media(prefers-reduced-motion:reduce){.gradient-title{animation:none;background-position:50% 50%}}
