/* ===================== RESET GENERAL ===================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

/* ===== RESET COMPLETO DE ENLACES ===== */
a,
a:visited,
a:hover,
a:active,
a:focus {
    color: inherit !important;
    text-decoration: none !important;
    outline: none !important;
}

/* Evita selección visual rara en móvil */
a {
    -webkit-tap-highlight-color: transparent;
}



a {
  text-decoration: none;     /* Quita el subrayado */
  color: inherit;            /* Hereda el color del elemento padre */
}

a:visited {
  color: inherit;            /* Evita el color morado del enlace visitado */
}

a:hover,
a:focus {
  text-decoration: none;     /* Asegura que no aparezca subrayado al pasar el mouse */
  color: inherit;            /* Mantiene el mismo color al pasar el mouse */
}

/* Evita selección de texto en toda la página */
body {
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Estándar moderno */
}

body {
    cursor: default;
}


       *::before,
*::after {
    pointer-events: none;
}

.overlay {
    pointer-events: none;
}

      
      
      
          body { -webkit-touch-callout: none !important; }
          a { -webkit-user-select: none !important; }
          
          html {
              -webkit-user-select: none;
              -webkit-touch-callout: none;
          }
          
          .disable-select {
              -webkit-touch-callout: none; /* iOS Safari */
              -webkit-user-select: none;   /* Chrome/Safari/Opera */
              -khtml-user-select: none;    /* Konqueror */
              -moz-user-select: none;      /* Firefox */
              -ms-user-select: none;       /* Internet Explorer/Edge */
              -chrome-user-select: none;   /* google*/
              user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */
          }
             
      
      
      
          a:hover { cursor: pointer; } 
          
          
          
               a:link, a:visited, a:active {
                  text-decoration:none;
              }
              
              
       a:link, a:visited, a:active {
                  text-decoration:none;
                  cursor:pointer; 
              }
              
              
              
       
            a {
          color: inherit; /* Hereda el color del texto del contenedor padre */
          text-decoration: none; /* Elimina el subrayado */
          cursor:pointer; 
      }
             
      
      
      .no-text-select {
          user-select: none; /* Desactiva la selección de texto */
          cursor: default; /* Cursor de flecha predeterminada */
              }
              
              /* Extra: Desactiva resaltado visual en navegadores táctiles */
      .no-text-select::selection {
          background: none; /* Elimina el color de resaltado */
      }
      
      /* Compatibilidad adicional para navegadores antiguos */
      .no-text-select {
          -webkit-user-select: none; /* Safari/Chrome */
          -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* IE/Edge */
          user-select: none; /* Estándar */
      }
      
      
                    
      
      
          .no-tooltip {
          pointer-events: none;  Deshabilita los eventos del mouse en el enlace */
          color: blue; /* Color del enlace */
          text-decoration: underline; /* Subrayado del enlace */
          cursor: pointer; /* Cursor de mano para indicar que es un enlace */
      }
          

html, body {
    width: 100%;
    height: 100%;
}

body {
    overflow: hidden;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #fff;
}

body {
    background: none;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
}



a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.topline-option a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
