body { 
	font-family: sans-serif;
	font-size: 24px;
	color: #555;	
  margin: 0;
  padding: 0;
  /*background: url(fondo2.png) no-repeat fixed center;
	background-image: url(img/fondo2.png);*/
  background: linear-gradient(180deg, rgba(250,250,255,1) 0%, rgba(220,220,220,1) 100%);
  /*background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(163,163,173,1) 100%);*/
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
p  { font-size: 16px; }

  /* El div estará oculto inicialmente */
    #pantallaCompleta {
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1100;
  position: relative;
    }
  /* El div estará oculto inicialmente */
    #pantallaCompleta2 {
      display: none; position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(250,250,250,1.0);
      align-items: center;
      justify-content: center;
      z-index: 9999;
      overflow-y: auto; /* Scroll vertical */
      overflow-x: hidden; /* evita scroll lateral */
      }
 /* El div estará oculto inicialmente */
    #pantallaCompleta3,#pantallaCompleta4,#pantallaCompleta5 {
      display: none; position:fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      /*background: rgba(240,240,255,1.0);*/
      background-color:#c9d9e8;
      align-items: center;
      justify-content: center;
      z-index: 9999;
    }
    
A:link {text-decoration: none; color:#06A }
A:visited {text-decoration: none; color:#69F}
A:active {text-decoration: none; color:#9CF}
A:hover {text-decoration: none; color: $#03C;	cursor:pointer}

.titulo{text-shadow: 3px 2px 3px rgb(140, 170, 200);font-family:Verdana;color:rgb(80,130,170);}
.titulo1{text-shadow: 3px 2px 3px white, -1px -1px #FFF;font-family:Verdana;color:#3ba6f7;}
.titulo2{text-shadow: 3px -2px 3px rgb(60, 60, 60);font-family:Verdana;color:#E0E0E5;}
.titulo3{text-shadow: 3px -2px 3px rgb(120, 150, 250);font-family:Verdana;color:rgb(40,120,170);}

.Sglass{
	background-image: linear-gradient(0deg, transparent 0%, rgba(250, 250, 255, .7) 10%, rgba(255, 255, 255, .4) 90%, transparent 100%);
	border-radius:8px;border: 1px solid #ADF;
	}
.Sglass2{
	background-image: linear-gradient(0deg, transparent 0%, rgba(250, 250, 255, .9) 10%, rgba(255, 255, 255, .9) 90%, transparent 100%);
	border-radius:8px;border: 1px solid #DDD;
	}

.efecto1{ text-shadow: 1px 1px #666, 2px 2px #86D6D3, 3px 3px #666, 4px 4px #86D6D3; color: #ccc;}
.efecto2{ text-shadow: 1px 1px white, -1px -1px #333; color: #ddd; }
.efecto3{ text-shadow: -1px 0 #06F, 1px 0 #06F, 0 1px #06F, 0 -1px #06F; color: #BDF;}

 #estilotabla {
    border-radius:8px;
  	background-image: linear-gradient(0deg, transparent 0%, rgba(250, 250, 255, .7) 10%, rgba(255, 255, 255, .4) 90%, transparent 100%);
  }

#estilotabla2 {
    font-size:16px;
    font-weight:bold;
    width:100%;
    text-align:center;
  }

.suave {
  background-color:#FFF;
  padding:0px;
  color:#666;
  border-radius:8px;
  border: 1px solid #DDD;
}

.sombreado {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #DDD;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s, box-shadow 0.2s;
}

.sombreado:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

  #fotoportada {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-position: center;
    border: 1px solid #ccc;
  }  
 .perfil {
      width: 130px;           /* tamaño de la imagen */
      height: 130px;          /* asegura que sea cuadrada */
      border-radius: 50%;     /* hace el borde circular */
      object-fit: cover;      /* recorta la imagen para que no se deforme */
      border: 3px solid #ddd; /* borde suave como Facebook */
    }  
 .miniperfil {
      width: 40px;           /* tamaño de la imagen */
      height: 40px;          /* asegura que sea cuadrada */
      border-radius: 50%;     /* hace el borde circular */
      object-fit: cover;      /* recorta la imagen para que no se deforme */
      border: 0px solid #ddd; /* borde suave como Facebook */
    }  

.no-leido .contenido {
  border: 2px solid #ff9800;
}    
.badge {
  display: inline-block;
  position:absolute;
  margin-top:-1px;
  min-width: 10px;
  padding: 2px 8px;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  background-color: red;
  border-radius: 12px;
  text-align: center;
}

  /* estilos base */
  #muro, #pantallaCompleta3 {
    transition: all 0.5s ease;
  }

  /* estilo por defecto del modal */
  #pantallaCompleta3 {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  /* modo celular */
  .modo-celular #contenedor,
  .modo-celular #muro table{
    width: 100%;
    margin: 0 auto;
  }
	/* todos los hijos directos se estiran */
	.modo-celular #contenedor > *,
	.modo-celular #muro table > * {
		width: 100%;
		box-sizing: border-box;
	}

  .modo-celular #main {
  transform: scale(0.8);
  transform-origin: center;
  overflow-y: auto;
  }


  /*.modo-celular #pantallaCompleta, */
  .modo-celular #pantallaCompleta3 {
    display: none; /* siempre oculto en celular */
  }

  /* modo pc */
  .modo-pc {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }

.modo-pc #muro {  width: 50%; }
.modo-pc #muro table {
  width: 100%;    /* la tabla interna se estira al 100% dentro de ese 45% */
}
  .modo-pc #pantallaCompleta3 { /*display: block;*/ }
  /*.modo-pc #pantallaCompleta, */ 
  .modo-pc #pantallaCompleta2,  
  .modo-pc #pantallaCompleta3,  
  .modo-pc #pantallaCompleta4,  
  .modo-pc #pantallaCompleta5 {
    width: 50%;   /* juntos ocupan 90% */
    margin: 1%;
    /*display: block;*/
    position: relative; /* sobreescribe el fixed */
    height: 100%;       /* que no ocupe toda la pantalla */
    top: auto;
    left: auto;
    z-index: 1; /* que no tape el resto */
  }

  /* **************************************************************** */
    h2 { margin-top: 30px; }    
    /* Mosaico reducido de productos */
    #lista-productos {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
      gap: 15px;
      padding: 0;
      margin: 0;
    }

    #lista-productos li {
      list-style: none;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 10px;
      padding: 10px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      transition: transform 0.2s, box-shadow 0.2s;
      font-size: 14px;
    }

    #lista-productos li:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    }

    #lista-productos img {
      max-width: 100%;
      height: 50px;
      object-fit: cover;
      border-radius: 8px;
      margin-bottom: 6px;
    }

    #lista-productos div {
      margin: 4px 0;
    }

    #lista-productos button {
      margin-top: 5px;
      padding: 5px 8px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      background: #007bff;
      color: white;
      font-size: 13px;
      transition: background 0.2s;
    }

    #lista-productos button:hover {
      background: #0056b3;
    }

    /* Turnos y Carrito */
    #lista-turnos, #carrito {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #lista-turnos li, #carrito li {
      margin: 6px 0;
      padding: 6px 10px;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 14px;
    }

    #lista-turnos button {
      padding: 4px 8px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      background: #28a745;
      color: white;
      font-size: 13px;
    }

    #lista-turnos button:hover {
      background: #1e7e34;
    }
    
    
/* 🔷 Estilos solo para el modal con id="modalOpciones" */
#modalOpciones {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0; /* equivale a top:0; right:0; bottom:0; left:0 */
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  font-family: system-ui, sans-serif;
}

/* Contenedor interno del modal */
#modalOpciones .modal-contenido {
  position: relative; /* ✅ necesario para posicionar .cerrar */
  background: #fff;
  border-radius: 14px;
  padding: 20px 25px;
  width: 100%;
  max-width: 90%;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  text-align: center;
  animation: aparecerModal 0.25s ease-out;
}

/* Animación suave al mostrar */
@keyframes aparecerModal {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* Botón de cierre (la X) */
#modalOpciones .cerrar {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: color 0.2s;
}
#modalOpciones .cerrar:hover {
  color: #000;
}

/* Texto informativo */
#modalOpciones #infoPublicacion {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
  white-space: pre-line;
}

/* Botones */
#modalOpciones button {
  display: block;
  width: 100%;
  margin: 6px 0;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: #f3f3f3;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s;
}
#modalOpciones button:hover {
  background: #e3e3e3;
}

/* webplayer style */
#conte div{ float:left; 
            position: relative;
            margin: 10px;
            padding: 0px;
            height: 150px;
            width: 100px;
            text-align:center;
            color:#FFF;
            border: 1px solid #111;border-radius:10px;
            }
#conge div{  
            text-align:center;
            height: 140px;
            width: 90px;
            margin: 0px;
            padding: 6px;
            color:#FFF;
            } 
#conte2 div{ float:left; 
            position: relative;
            margin: 10px;
            padding: 0px;
            height: 100px;
            width: 100px;
            text-align:center;
            color:#FFF;
            border: 1px solid #111;border-radius:10px;
            }       
.precio{
  position: absolute;
  top: 65%;
  left:5%; 
  width:100%;
  text-align: center;
  font-weight:bold;
  font-size:8pt;
  z-index:+1
  font: bold 40px/1 arial;
  text-transform: uppercase;
  color: #222;
  text-shadow: -1px -1px 0 #DDD,-1px 1px 0 #DDD,1px -1px 0 #DDD, 1px 1px 0 #DDD;
}