/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2026 | 22:12:16 */
@media (max-width: 767px) {

    .menu-links a {
        -webkit-tap-highlight-color: transparent;
        transition: color .2s ease;
    }

    .menu-links a:active,
    .menu-links a:focus {
        color: #999; /* gris claro al tocar */
        outline: none;
    }

}