@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500&display=swap');

html,body {
  height: 100%;
}

body {
    font-family: 'Mukta', sans-serif;
    color:#666;
    font-size:20px;
}

.acceso{
	background-color:#000;
	color: #fff;
}

.cabecera_menu{
	background-color:#343A40;
}

.menu_mesas{
	background-color:#FF5B14;	
}

.menu_mesas a{
	color:#fff;
	font-size:20px;	
}

.menu_habitaciones{
	background-color:#FF9F29;	
}

.menu_habitaciones a{
	color:#fff;
	font-size:20px;	
}

.menu_spa{
	background-color:#5DDAD6;	
}

.menu_spa a{
	color:#fff;
	font-size:20px;	
}

.numero_mesa{
	font-size:50px;
	color:#fff;
}

.menu_pedido{
	background-color:#FF5B14;
	font-size:20px;
	color:#fff;
}

.total_pedido{
	font-size:28px;
	
	color:#000;
	background-color:#fff;
	border-top:1px solid #808080;
}

.precio_producto{
	font-size:20px;
}


.detalle::placeholder { color: #cfc8c8; }


.boton-pie{
	font-size:25px;
}


.descripcion-producto{
	font-size:20px;
}

.boton-derecha:hover{
	background-color:#eae8e8;
}

.boton-izquierda:hover{
	background-color:#eae8e8;
}


/* estilo impresión */

/* target all pages */


@page {
  margin: 0.2cm;
}

@media print{


	.documento_pedido{

		margin-top:100px;
		font-family: Courier, "Lucida Console", monospace;
		font-size:14px;

	}

	.linea_punteada{
		border-style: none none dotted none;
		border-width: 1px;
		border-color: 660033;

	}
	.espaciado_item{
		height:5px;
	}

}

	.header {
      background-color: #232323;
      padding: 15px 0;
    }

    .logo-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .logo-icon {
      width: 6px;
      height: 40px;
      background: linear-gradient(to bottom, #f7c843, #ffffff);
      margin-bottom: 5px;
      border-radius: 2px;
    }

    .logo-text {
      color: white;
      font-weight: bold;
      font-size: 24px;
      letter-spacing: 1px;
      text-align: center;
    }
	
    .subtext {
      font-size: 10px;
      color: #ccc;
      letter-spacing: 2px;
    }

    @media (min-width: 768px) {
      .logo-wrapper {
        flex-direction: row;
      }
      .logo-icon {
        margin: 0 10px 0 0;
      }
      .text-block {
        text-align: left;
      }
    }



	/* HEADER */
    /* .header {
      background-color: #232323;
      padding: 15px 0;
    }
    .logo-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .logo-icon {
      width: 6px;
      height: 50px;
      background: linear-gradient(to bottom, #f7c843, #ffffff);
      border-radius: 3px;
      margin-right: 12px;
    }
    .logo-text {
      display: flex;
      flex-direction: column;
      justify-content: center;
      line-height: 1.2;
    }
    .logo-text .subtext {
      font-size: 11px;
      color: #ccc;
      letter-spacing: 2px;
    }
    .logo-text .brand {
      color: white;
      font-weight: bold;
      font-size: 24px;
      letter-spacing: 1px;
    } */
     .header {
        background-color: #232323; 
        padding: 15px 0;
      }

      .logo-wrapper {
        display: flex;
        justify-content: center; 
        align-items: center;     
      }

      .logo-img {
        max-width: 100%;   
        height: auto;      
        max-height: 60px;  
      }

    /* imagenes */
    .img-container {
      position: relative;
      width: 100%;
      cursor: pointer;
    }

    .gallery-img {
      width: 100%;
      height: 170px;
      object-fit: cover;
      border-radius: 6px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: transform 0.2s;
    }

    @media (min-width: 768px) {
      .gallery-img {
        height: 170px;
      }
    }

    .img-container.selected {
      border: 2px dashed #000;
      border-radius: 6px;
    }

    .check-icon {
      position: absolute;
      top: 4px;
      right: 4px;
      background-color: white;
      color: black;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      font-weight: bold;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
      display: none;
    }

    /* PRECIOS */
    .btn-price {
    background-color: white;
    color: black;
    border: 1px solid black;
    transition: all 0.2s ease-in-out;
    margin: 4px; /* Añade separación entre botones al hacer wrap */
    }

    .btn-price.selected {
    background-color: black;
    color: white;
    }

    .my-input {
    width: 100px;
    text-align: center;
    }

    .my-input::placeholder {
    color: black;
    opacity: 0.6;
    }

    .my-input.selected {
    background-color: black;
    color: white;
    border-color: black;
    }

    .my-input.selected::placeholder {
    color: white;
    }

    /* imagen fija */
    .imagen-fija-responsiva {
        width: 100%;     
        height: 275px;    
        display: block;  
        object-fit: cover; 
    }

    .separador {
        border: none;
        border-top: 1px solid #000;
        margin: 20px 0;
    }

    /* Tabla */
    .table th, .table td {
      vertical-align: middle;
      text-align: center;
    }
    .fa-times {
      color: red;
      cursor: pointer;
    }
    .total-row td {
      font-weight: bold;
      text-align: right;
    }

    /* CUERPO */
        .container_table {
            background-color: #ffffff; 
            border-radius: 8px;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            padding: 40px;
            max-width: 800px;
            margin: 50px auto;
        }
        .success-icon {
            font-size: 80px;
            color: #28a745; 
            text-align: center;
            margin-bottom: 20px;
        }
        .section-title {
            text-align: center;
            font-size: 24px;
            font-weight: 500;
            margin-bottom: 30px;
            color: #343a40;
        }
        .table th, .table td {
            vertical-align: middle;
        }
        .table th {
            font-weight: 500;
            color: #6c757d;
        }
        .table-total {
            font-weight: bold;
            font-size: 1.1em;
            color: #343a40;
        }
        .footer-text {
            text-align: center;
            margin-top: 40px;
            color: #6c757d;
            font-size: 16px;
        }
        .footer-text strong {
            color: #343a40;
        }
        .gift-card-item {
            display: flex;
            align-items: center;
        }
        .gift-card-item i {
            margin-right: 8px;
            color: #ffc107; 
        }





/*
.leyenda_estado{
	color:#fff;	
}

.leyenda_housekeeping{
	color:#666;
	background-color:#eaeaea;
}

.habitacion{
	color:#fff;
	font-size:25px;
}

.titulo_habitacion{
	color:#fff;
	font-size:22px;
}

p{
	font-size:18px;
}

.boton_productos{
	 background-color:#ff9900;
	 color:#fff;
}

.boton_estado{
	 background-color:#F47300;
	 color:#fff;
}

.form-control::placeholder {
    color: #C0C0C0;
    opacity: 1.5;
}

.producto_letra{
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:40px;
}

.producto{
	background-color:#fff;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:20px;
}


.producto_total{
	background-color:#eae8e8;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:20px;	
}

.boton_cancelar_producto{
	background-color:#dc3545;
	color:#fff;
	border-radius: 0;
}

.boton_ver_productos{
	background-color:#FF9900;
	color:#fff;
	border-radius: 0;
}

.boton_ver_listado{
	background-color:#FF9900;
	color:#fff;
}

.barra_letras{
	background-color:#F47300;
}

.letra_color_1{
	background-color:#FF9900;
}

.letra_color_2{
	background-color:#F47300;
}


.letra{
	font-size:20px;
	color:#fff;
}

#carrito{
	background-color:#fff;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.parpadeo{
	font-size:30px;
	color:#e00101;
	font-weight: bold;
	text-shadow:0 0 0.1em #fff, 0 0 0.1em #fff,0 0 0.1em #fff;
	
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}
*/

/*
#fondo-login{ 
    background: url(../imagenes/fondo-login.jpg) repeat-x 0 -110px;
}

.error{
	color: #b94a48;
	background-color: #FFFF99;
}

.input-group .form-control:focus{

    background-color: #ffef38;

}
*/
