
body {
           font-family: 'Open Sans', sans-serif;
            color: #484848;
            font-size: 16px;
            overflow-x: visible;
 }
 
 /* Estilo básico para el ícono de configuración */
.config-icon {
    color: #333;          /* Color del ícono */
    font-size: 20px;      /* Tamaño del ícono */
    margin-right: 15px;   /* Espaciado si hay otros elementos en la barra */
    text-decoration: none; /* Quitar subrayado */
}

.config-icon:hover {
    color: #555; /* Color en hover */
}


 .mensaje {
    color: #fff;
    background-color: #000;
    border: 2px solid;
 }

.contenidoIndex {
    background-color: #666;
    position:relative;
    margin:0 auto;
    width: 858px;
    
}
@media (max-width: 768px) { .contenidoIndex { padding: 150px 0px;}
                            .form-control { width: 260px !important }
 }
@media (min-width: 769px) { .contenidoIndex { padding: 150px 200px; } }

.nuevacuenta {
    color: white;
    text-decoration: none;
    font-size: 16px;
    }
.nuevacuenta:hover {
 color: #777;
 text-decoration: none;
 }
 
.lotiene { background: lightgreen !important; }
      
.contenido {
    padding:30px; }

table {
	--color: #eee;
	text-align: center;
}

td { width: 170px; text-align: center; }
.nombre { width: 300px; text-align: left;  }

.numberWidth { width: 100px; }

thead,
tfoot {
	background: var(--color);
}

tbody tr:nth-child(even) {
	background: color-mix(in srgb, var(--color), transparent 60%);
}

.boton { width: 200px; }

/* Barra superior fija */
.top-bar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #333; /* Color de fondo */
    color: white; /* Color de texto */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    z-index: 1000; /* Para que esté siempre encima */
    box-shadow: 0px 4px 2px -2px gray; /* Sombra bajo la barra */
}

/* Logo o título de la aplicación */
.logo h1 {
    margin: 0;
    font-size: 24px;
}

/* Estilos del menú de navegación */
.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.menu ul li {
    margin-right: 20px;
}

.menu ul li a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.menu ul li a:hover {
    text-decoration: underline;
}

/* Información del usuario */
.user-info {
    display: flex;
    align-items: center;
}

.user-name, .user-role {
    margin-right: 15px;
}

/* Botón de cerrar sesión */
.logout-btn {
    color: white;
    background-color: #ff4d4d;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.logout-btn:hover {
    background-color: #e60000;
}

/* Para asegurarse de que el contenido no se oculte debajo de la barra fija */
main {
    padding-top: 70px; /* Altura suficiente para compensar la barra */
}

/* Pie de página pegajoso */
.footer {
    background-color: #333;
    height: 46px;
    color: #ccc;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}


/* Estilo del popup */
.popup-overlay {
    display: none; /* Oculto por defecto */
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo oscuro semi-transparente */
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    border: 3px solid black;
}

#cerrar-popup {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}

.imagen-clickable {
   
    cursor: pointer;
}

/* LOGO ANIMADO */

.ml1 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml1 .letter {
  display: inline-block;
  line-height: 1em;
}

.ml1 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml1 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: 0 0;
}

.ml1 .line1 { top: 0; }
.ml1 .line2 { bottom: 0; }

.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 4.3em;
  color: #fff;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}


.buscar-cartuchos {
    margin: 10px 0;
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#tabla-cartuchos-atari  {
    width: 100%;
    border-collapse: collapse;
}

#tabla-cartuchos-atari th, #tabla-cartuchos-atari td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#tabla-cartuchos-atari th {
    background-color: #f2f2f2;
    font-weight: bold;
}
#tabla-cartuchos-coleco  {
    width: 100%;
    border-collapse: collapse;
}

#tabla-cartuchos-coleco th, #tabla-cartuchos-coleco td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#tabla-cartuchos-coleco th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.nombreTrofeo { font-size: 30px; }
#contenidoTrofeos { margin: 40px }

