/******* Do not edit this file *******
Code Snippets Manager
Saved: Nov 21 2025 | 09:42:41 */
@media (max-width: 768px) {
  .sticky-smartphone {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    /* evita parpadeos al hacer scroll */
  }
}
