@charset "utf-8";
/* CSS Document */
body {
     font-family: Verdana, Geneva, Tahoma, sans-serif;
     color: #101010;
     font-size: 16px;
}
.princess-sofia-regular {
  font-family: "Princess Sofia", cursive;
  font-weight: 400;
  font-style: normal;
}
form {
    margin-block-end: 0rem;
}
label {
    font-size: 1.3rem;
    font-weight: bold;
}
.footer {
position: relative;
bottom: 0;
font-size: 14px;
}
h1, h2 {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}
text {
  font-size: 1.1rem; 
}
h1 {
    font-size: 2.5rem;
    text-align: center;
}
h2 {
    font-size: 2rem;
    text-align: center;
    margin: 10px;
    margin-bottom: 0px;
}
h3 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0px 0px 0px 0px;
}
h4 {
    font-size: 16px;
    text-align: center;
    margin: 0px;
}
h5 {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}
.zoom:hover {
  transform: scale(4);
}
.zoom {
    transition: transform .2s;
}
.ligaImpresion {
    text-decoration: none;
    color: #000000;
}
.textoAdvertencia {
    color:#ec1d24;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
#contenedorHeader {
    max-width: 1200px;
    margin: auto;
}
.producto {
    font-size: 1.2rem;
    text-align: center;
    width: 20%;
    min-height: 140px;
    min-width: min-content;
    padding: 10px 7px 10px 7px;
    margin: 5px;
    background: linear-gradient(180deg, rgb(255, 234, 0) 0%, rgb(255, 166, 0) 100%);
    border-style: double;
    border-color: #000000;
    text-decoration: none;
    color:#000000;
}
.fotoProducto {
    display: block;
    width: 175px;
    height: 175px;
    margin-left: auto;
    margin-right: auto;
}
.cajaProductos {
    max-width: 95%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
}
.mesas {
    font-size: 1.2rem;
    min-height: 80px;
    min-width: min-content;
    width: 120px;
    padding: 10px 7px 10px 7px;
    margin: 5px;
    background: linear-gradient(180deg, rgb(162, 0, 255) 0%, rgb(117, 0, 200) 100%);
    border-style: double;
    border-color: #000000;
    color:#ffffff;
    cursor: pointer;
}
.cajaFormulario {
    max-width: 420px;
    border: 3px solid #00093d;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(232, 232, 232, 0.7) 50%, rgba(204, 204, 204, 1) 100%);
    margin-left: auto;
    margin-right: auto;
}
.cajaFormularioAncha {
    max-width: 70%;
    min-width: 360px;
    border: 3px solid #3d0000;
    border-radius: 10px;
    padding: 15px 5px 15px 5px;
    text-align: center;
    background: linear-gradient(180deg, rgba(214, 214, 214, 0.2) 0%, rgba(232, 232, 232, 0.7) 50%, rgba(204, 204, 204, 1) 100%);
    margin-left: auto;
    margin-right: auto;
}
.opcionMesa {
    width: 150px;
    font-size: 1.4rem;
}
.contenedorComanda {
max-width: 1200px;
}
.izquierda {
float: left;
padding-left: 30%;
}
.derecha {
float: right;
padding-right: 30%;
}
.enLinea {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }
.recortarTexto {
    width: 200px;
    
    text-overflow: ellipsis;
    overflow: hidden;
}
input {
    padding: 5px;
    font-size: 1.1rem;
    text-align: center;
    width: 200px;
}
.input_simulado {
    padding: 5px;
    font-size: 1.1rem;
    text-align: center;
    width: 200px;
    border-width: 1px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    background-color: field;
    display: inline-block;
}
.select_simulado {
    padding: 5px;
    font-size: 1.1rem;
    text-align: center;
    width: 80px;
    border-width: 1px;
    border-style: inset;
    border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    background-color: field;
    display: inline-block;
}
input[type=file] {
    width: 165px;
}
.input_boton {
    font-weight: bold;
    text-shadow: #000000 0px 0px 2px;
    color: #ffffff;
    padding: 0px !important;
    background-color: transparent;
    border-color: transparent;
    text-decoration: underline;
    cursor: pointer;
    width: min-content !important;
}
.inline {
    display: inline-block;
    flex-flow: row wrap;
}
select, option {
    padding: 7px;
    font-size: 1.1rem;
    text-align: center;
}
.oculto {
    display:none; 
}

.emoticon {
    font-size: 45px;
    position: absolute;
    transform: translate(-40px, -20px);
}
.manitas {
font-size: 50px;
text-shadow: #000000 1px 1px 1px;
margin-bottom: -10px;
}
button {
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: #000000 1px 2px 5px;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 15px 10px 15px 10px;
    border-radius: 10px;
}
.liga_boton {
    font-size: 1.2rem;
    color: #ffffff;
    text-shadow: #000000 1px 1px 1px;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 15px 10px 15px 10px;
    border-radius: 10px;
}
.boton_azul {
    background: linear-gradient(140deg, rgb(0, 119, 255) 0%, rgb(0, 25, 169) 100%);
}
.boton_azul:hover {
    background: linear-gradient(140deg, rgb(84, 164, 255) 0%, rgb(19, 96, 229) 100%);
}
.boton_verde {
    background: linear-gradient(140deg, rgb(43, 255, 0) 0%, rgb(38, 177, 0) 100%);
}
.boton_verde:hover {
    background: linear-gradient(140deg, rgb(0, 255, 17) 0%, rgb(0, 224, 22) 20%, rgb(26, 108, 3) 100%);
    text-shadow: #000000 1px 1px;
}
.boton_verde_notas {
    padding: 5px;
    background: linear-gradient(140deg, rgb(43, 255, 0) 0%, rgb(38, 177, 0) 100%);
}
.boton_verde_notas:hover {
    background: linear-gradient(140deg, rgb(0, 255, 17) 0%, rgb(0, 224, 22) 20%, rgb(26, 108, 3) 100%);
    text-shadow: #000000 1px 1px;
}
.boton_naranja {
    background: linear-gradient(140deg, rgb(255, 225, 0) 0%, rgb(212, 152, 0) 100%);
}
.boton_naranja:hover {
    background: linear-gradient(140deg, rgb(255, 242, 63) 0%, rgb(255, 196, 0) 100%);
}
.boton_rojo {
    background: linear-gradient(140deg, rgba(139,0,0,1) 0%, rgb(215, 0, 0) 100%);
}
.boton_rojo:hover {
    background: linear-gradient(140deg, rgb(84, 0, 0) 0%, rgb(158, 0, 0) 100%);
}
.boton_violeta {
    background: linear-gradient(140deg, rgb(107, 0, 139) 0%, rgb(154, 0, 215) 100%);
}
.boton_violeta:hover {
    background: linear-gradient(140deg, rgb(63, 0, 84) 0%, rgb(100, 0, 158) 100%);
}
.mesa_amarillo {
    background: linear-gradient(140deg, rgb(255, 252, 45) 0%, rgb(206, 182, 0) 20%, rgb(209 188 0) 100%);
}
.mesa_amarillo:hover {
    background: linear-gradient(140deg, rgb(255, 255, 255) 0%, rgb(255, 230, 0) 20%, rgb(156, 140, 0) 100%);
}
.mesa_rosa {
    background: linear-gradient(140deg, rgb(249, 168, 255) 0%, rgb(229, 19, 211) 20%, rgb(117, 0, 111) 100%);
}
.mesa_rosa:hover {
    background: linear-gradient(140deg, rgb(255, 200, 254) 0%, rgb(242, 53, 255) 20%, rgb(169, 0, 166) 100%);
}
.mesa_verde {
    background: linear-gradient(140deg, rgb(129, 255, 161) 0%, rgb(11, 167, 53) 20%, rgb(0, 117, 14) 100%);
}
.mesa_verde:hover {
    background: linear-gradient(140deg, rgb(200, 255, 205) 0%, rgb(27, 220, 59) 20%, rgb(11, 169, 0) 100%);
}
.mesa_normal {
    background: linear-gradient(140deg, rgb(133 198 255) 0%, rgb(0 104 255) 15%, rgb(0 27 102) 100%);
    background-size: 200% 100%;
	animation: gradient 5s ease infinite;
}
.mesa_normal:hover {
    background: linear-gradient(140deg, rgb(255, 255, 255) 0%, rgb(0 104 255) 15%, rgb(24, 74, 209) 100%);
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.mesa_violeta {
    background: linear-gradient(140deg, rgb(160, 154, 255) 0%, rgb(115, 43, 231) 20%, rgb(51, 0, 154) 100%);
}
.mesa_violeta:hover {
    background: linear-gradient(140deg, rgb(255, 255, 255) 0%, rgb(143, 87, 255) 20%, rgb(77, 0, 220) 100%);
}
.boton_reportes {
    font-size: 1rem;
    background: linear-gradient(180deg, #008cff 0%, #175588 100%);
    text-shadow: #000000 1px 1px 1px;
    border-radius: 0px!important;
    margin: 0px 5px 5px 0px!important;
    padding: 10px 10px 10px 10px;
}
.boton_reportes:hover {
    background: linear-gradient(180deg, rgb(69, 255, 32) 0%, rgb(64, 224, 20) 100%);
}
.boton_menu {
    background: linear-gradient(180deg, rgb(167, 167, 167) 0%, rgb(104, 104, 104) 100%);
    padding: 14px 10px 15px 10px;
    margin: 5px 10px 5px 0px;
    border-radius: 10px;
    border-color: #000000;
    border-style: groove;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold; 
    cursor:pointer;
    text-decoration: none;
}
.boton_menu:hover {
    background: linear-gradient(180deg, rgb(72, 114, 229) 0%, rgb(125, 123, 255) 100%);
    color:#ffffff;
}
.boton_menu_active {
    background: linear-gradient(180deg, rgb(0, 153, 255) 0%, rgb(44, 107, 255) 100%);
    padding: 14px 10px 15px 10px;
    margin: 5px 10px 5px 0px;
    border-radius: 10px;
    border-color: #000000;
    border-style: groove;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold; 
    cursor:pointer;
    max-width: 160px;
    text-decoration: none;
}
.boton_categoria {
    background: linear-gradient(180deg, rgb(255, 251, 0) 0%, rgb(210, 157, 0) 100%);
    border-radius: 5px;
    border-color: #000000;
    border-style: groove;
    font-size: 1.3rem;
    cursor:pointer;
    text-decoration: none;
    margin-right: 10px;
    color: #000000;
    text-shadow: #ffffff 0px 0px;
}
.boton_categoria:hover {
    background: linear-gradient(180deg, rgb(255, 132, 0) 0%, rgb(255, 149, 0) 100%);
    color: #ffffff;
    text-shadow: #000000 0px 0px 2px;
    transition: .2s;
}
.boton_categoria_activo {
    background: linear-gradient(180deg, rgb(255, 145, 0) 0%, rgb(255, 149, 0) 100%);
    border-radius: 5px;
    border-color: #000000;
    border-style: groove;
    font-size: 1.3rem;
    padding: 15px 15px 15px 15px;
    font-weight: bold; 
    cursor:pointer;
    text-decoration: none;
    margin-right: 10px;
}
.boton_activar_notas {
    font-size: 1.3rem;
    color: #000000;
    text-shadow: none;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    cursor: pointer;
}
.nota {
    font-size: 1.2rem;
    color: #000000;
    background-color: yellow;
    max-width: fit-content;
}
.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.formulario_modificar_cliente {
    background-color: #dddddd;
    max-width: 460px;
    border: 3px solid #00093d;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.menu_reportes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.impresionCentrada {
    margin-left: auto;
    margin-right: auto;
}
.celda_impresion td {
    border-bottom: 1px solid black;
}
.tabla_pedidos    {
    font-size: 1.3rem;
    border: 2px solid #00093d;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    border-radius: 20px;
    border-collapse: collapse;
}
.tabla_pedidos td {
    border: 2px solid #00093d;
    padding: 10px 5px 10px 5px;
    text-align: center;
}
.tabla_pedidos tr:nth-of-type(odd) {
    background-color: #f9f9f9;
    }
.tabla_pedidos tr:nth-of-type(even) {
    background-color: #ececec;
    }			
.tabla_pedidos tr:hover{
    background-color: #d0d0d0;
    }
.reporte {  
        font-size: 14px !important;
        padding: 3px 3px 3px 3px !important;
    }
.encabezadoReporte {
    background: linear-gradient(0deg, rgba(51, 26, 121, 0.5) 0%, rgba(116, 75, 221, 0.5) 65%)    !important;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-shadow: #000000 0px 0px 2px;
        }
.tabla_reportes a {
color: #ffffff;
}
.tabla_reportes {
        border-collapse: collapse;
        border: 1px solid #17003d;
        margin-left: auto;
        margin-right: auto;
        max-width: 75%;
        width: 900px;
    }
.tabla_reportes th {
        color: #ffffff;
        background-color: #8500aa !important;
        padding: 5px;
    }
.tabla_reportes td {
        border-collapse: collapse;
        border: 1px solid #11003d;
        padding: 5px 7px 5px 7px;
        text-align: center;
    }
.tabla_reportes tr:nth-of-type(odd) {
        background-color: #e3d6eb;
        }
.tabla_reportes tr:nth-of-type(even) {
        background-color: #fbedff;
        }			
.tabla_reportes tr:hover{
        background-color: #9159d1;
        }    
.tabla_consultas {
    border-collapse: collapse;
    border: 1px solid #00093d;
    margin-left: auto;
    margin-right: auto;
    max-width: 70%;
}
.tabla_consultas th {
    background-color: #a7a7a7 !important;
}
.tabla_consultas td {
    border-collapse: collapse;
    border: 1px solid #00093d;
    padding: 10px 3px 10px 3px;
    text-align: center;
}
.tabla_consultas tr:nth-of-type(odd) {
    background-color: #fdfdfd;
    }
.tabla_consultas tr:nth-of-type(even) {
    background-color: #dfdfdf;
    }			
.tabla_consultas tr:hover{
    background-color: #adadad;
    }
.encabezado {
background-color: #5947a4!important;
text-shadow: #000000 0px 0px 2px;
color: #ffffff !important;
font-size: 1rem;
font-weight: bold;
}
.encabezadoComandas {
    background-color: rgba(141, 175, 254, 0.3) !important;
    color: #000000;
    padding: 5px;
    }
.pie {
    background-color: #00093d;
    color: #ffffff;
    }
.tabla_menu {
    color:#ffffff;
    margin-left: auto;
    margin-right: auto;
}
.tabla_menu tr {
color:#00093d;
text-align: center;
}
.tabla_menu td {
background-color: #00093d;
display: inline-block;
border-radius: 10px;
color: #ffffff;
padding: 5px 0px;
margin: 3px 5px;
text-align: center;
text-overflow: clip;
min-height: 22px;
}
.tabla_menu a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 10px;
    transition: background-color 250ms;
}
.tabla_menu a:hover {
    background-color: #ec961d;
    color: #ffffff;
}
.textoImportante {
text-transform: uppercase;
color: #00093d;
}
.emojis {
    display: inline-block;
    font-size: 30px;
    text-shadow: #000000 1px 1px 1px;
}
.ligaTabla {
color: #000000;
text-decoration: none;
text-align: center;
display: block
}
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* Add dots under the hoverable text */
  cursor: pointer;
}
/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 420px;
  background-color: #666666;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
  /* Transición */
  opacity: 0;
  transition: opacity .5s;
}
.tooltiptext {
  width: 420px;
  bottom: 100%;
  left: 65%;
  margin-left: -210px; /* Use half of the width (130/2 = 65), to center the tooltip */
}
/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  opacity: 1;
}
.puntos {
    font-size: 1rem;
    font-weight: bold;
    color:#006cbf;
    text-shadow: #ffffff 1px 1px 2px;
    background-color: transparent;
    border-width: 0px;
    padding: 5px 20px 5px 20px !important;
    margin: 0!important;
    cursor: pointer;
}
.rojo {
    color:#bf0000!important;
}
.colorReporte_01 {
    background-color: #a4f1bb;
}
.colorReporte_02 {
    background-color: #79f0e8;
}
.colorReporte_03 {
    background-color: #75c5f0;
}
.colorReporte_04 {
    background-color: #7392e1;
}
.txt-sombra {
    text-shadow: #000000 0px 1px 0px;
}
.folio {
color:#c80000;
text-shadow: #ffffff 0px 1px 0px;
}
.mesa {
    color:#5947a5;
    font-size: 110%;
    }
input[type=radio] {
    border: 0px;
    width: 1.5rem;
    height: 1.5rem;
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
.cajaFormularioAncha {
    max-width: 95%;
}
.tabla_pedidos {
    width: 95%;
}
.tabla_reportes {
        max-width: 95%;
}
}
.muestra_en_mobil {
    display: none;
}
@media screen and (max-width: 640px) {
input[type=submit] {
    padding: 5px 0px 5px 0px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
}
input {
    padding: 5px;
    font-size: 1rem;
    text-align: center;
    width: 160px;
}
button {
    font-size: 1rem;
    color: #ffffff;
    text-shadow: #000000 1px 2px 5px;
    font-weight: bold;
    margin: 5px 5px 5px 5px;
    padding: 10px 5px 10px 5px;
    border-radius: 10px;
}
.muestra_en_mobil {
    display: inline;
}
.camara {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tabla_reportes {
max-width: 95%;
    }
.ligaTabla {
    font-size: .8rem;
}
.tabla_consultas {
    font-size: .8rem;
}
.tabla_pedidos {
    width: 95%;
}
.menu_reportes {
    max-width: 95%;
}
.boton_categoria {
    font-size: 1.1rem;
    padding: 10px 5px 10px 5px; 
}
.encabezado {
    font-size: 13px;
}
.nombre {
    font-size: .8rem;
    width: 80px;
    overflow-wrap: break-word;
    hyphens: auto;
}
select, option {
    font-size: 1.1rem;
}
}