@import url('https://fonts.googleapis.com/css2?family=Asap+Condensed:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    height: 100%;
    margin: 0;
    font-family: "Asap Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #f1ece8;
    font-size: 16px;
  }
  
  /* Contenedor principal con flexbox */
  .contenedor-principal {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .contenido {
    flex: 1;
    padding: 20px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;;
  }
  
  footer {
    background-color: #e87200;
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }
footer img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}
footer .footer-links {
    margin: 20px 0;
    font-size: 14px;
}
footer a {
    color: #fff;
    text-decoration: none;
    padding: 0px 15px;
}
footer a:hover {
    text-decoration: underline;
}

/* index */
form.formulario-inicio {
    background-color: rgba(255, 255, 255, 0) !important;
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0);
    text-align: left;
}

form.formulario-inicio button {
    margin-top: 15px;
    width: auto;
    padding: 10px 20px;
    background-color: #e87200;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
}
form.formulario-inicio button:hover {
    background-color: #003da6;
}

form.formulario-inicio input {
    color: #666666;
    padding: 8px 0px;
}
p.recuerda {
    color: #666666;
    margin-top: 10px;
    text-align: left;
    font-weight: 600;
}


.header-img {
    width: 340px;
}

h1 {
    color: #e87200;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
h2 {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    border-radius: 10px;
    margin-bottom: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

label {
    display: block;
    margin-top: 15px;
    color: #e87200;

}

input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    border-bottom: 1px solid #ccc;
    border-top: 0px solid #ccc;
    border-left: 0px solid #ccc;
    border-right: 0px solid #ccc;
    background-color: #f1ece8;
}
input:focus {
    outline: none;
    border-bottom: 1px solid #e87200;
}

button {
    margin-top: 15px;
    width: auto;
    padding: 10px;
    background-color: #e87200;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
}

button:hover {
    background-color: #003da6;
}
/* form-establecimiento */
p.titulo {
    color: #003da6;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
	margin-bottom: 0px;
}

/* ph */
.blanco {
    background-color: #f1ece8;
    color: #003da6;
    padding: 0px 10px;
}
.blanco a {
    color: #003da6;
    text-decoration: none;
  }
.azul {
    background-color: #003da6;
    color: #003da6;
    padding: 0px 10px;
}
.azul a {
    color: #fff;
    text-decoration: none;
  }
.icono-circulo {
    width: 30px;
    height: 30px;
    background-color: #e87200;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
  }

  .icono-circulo i {
    color: #fff;
    font-size: 24px;
  }
.banda-naranja {
	background-color: #e87200;
}
.banda-naranja a {
	color: #fff;
}

  p.titulo-naranja {
    color: #e87200;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
}

.hostelero-nombre {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-align: left;
}
.producto {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;
    position: relative;
}


/* Imagen por defecto (opcional reset) */
.producto img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    padding: 5px;
  background-color: #fff;
  }
  
  /* Producto consumido: borde verde */
  .img-consumido {
    border: 3px solid #28a745; /* verde Bootstrap */
    opacity: 1;
    border-radius: 5px;
  }
  
  /* Producto no consumido: sin borde, opaco */
  .img-faltante {
    opacity: 0.5;
    border: none;
  }


.productos-listado {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-start;
}
.producto p {
    font-size: 12px;
    max-width: 80px;
    margin: 5px 0;
    display: block;
}
.btn-catalogo {
    background-color: #e87200;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
}
.btn-catalogo:hover {
    background-color: #003da6;
}





/* catalogo */
.producto-box {
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    max-width: 500px;
    margin: 20px auto;
  }

  .producto-imagen {
    background-color: #fff;
    padding: 15px 10px;
    border-radius: 20px;
  }
  
  .producto-imagen img {
    width: 100px;
    height: auto;
  }
  
  .producto-info {
    flex: 1;
  }
  
  .producto-titulo {
    margin: 0;
    font-size: 1.2rem;
    color: #1aa6cf;
    font-weight: bold;
  }
  
  .producto-descripcion {
    color: #333;
  }
  
  .boton-info {
    display: inline-block;
    background-color: #e87200;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: background 0.3s;
  }
  
  .boton-info:hover {
    background-color: #003da6;
  }

  .boton-volver {
    display: inline-block;
    background-color: #666666;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 20px;
    font-size: 0.9rem;
    transition: background 0.3s;
  }

/* detalle */











/* Estilo de la galería en formato PC */
.galeria-pc {
    display: flex;
	margin: 0 auto;
    gap: 10px;
}
.galeria-pc img {
    width: 200px;
    height: auto;
    border: 1px solid #ddd;
}

@media (max-width: 767px) {
    /* Ocultar galería PC en formato móvil */
    .galeria-pc {
        display: none;
    }
}

@media (min-width: 768px) {
    /* Ocultar slider en formato PC */
    #sliderGaleria {
        display: none;
    }
}

.img-principal {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

/* spad */
.spad form {
  background-color: rgba(255, 255, 255, 0.9);
  padding:0px;
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: 0px rgba(0,0,0,0);
}
.spad button {
    margin-top: 0px;
}



/* comer */
.marron {
    background-color: #93360d;
    color: #fff;
    padding: 0px 10px;
}
.marron a {
    color: #fff;
    text-decoration: none;
  }

.footer-background {
    background-color: #f1ece8;
    background-image: url('imgs/pie.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 275px;
    display: flex;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

@media (max-width: 768px) {

    .footer-background {
        background-image: url('imgs/pie.png');
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: 125px;
        display: flex;
        color: #fff;
        padding: 20px 0;
        text-align: center;  
    }
	.footer-logo img {
		max-width:360px;
	}
}

.contenedor-establecimientos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.card-establecimiento {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.contenedor-establecimientos .nombre {
    color: #f6931e;
    font-weight: bold;
    margin-bottom: 5px;
}

.contenedor-establecimientos .cif {
    color: #333;
    font-weight: 600;
}

.contenedor-establecimientos .direccion,
.contenedor-establecimientos .telefono,
.contenedor-establecimientos .correo {
    font-size: 0.9rem;
    color: #444;
    margin: 2px 0;
}

.contenedor-establecimientos .correo a {
    color: #0066cc;
    text-decoration: none;
}

.contenedor-establecimientos .puntos {
    background-color: #f6931e;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px 0;
}

.contenedor-establecimientos .referencias.ok {
    color: green;

}

.contenedor-establecimientos .referencias.falta {
    color: red;

}

h2.producto-titulo {
    margin: 0;
    font-size: 2rem;
    color: #1aa6cf;
    font-weight: bold;
  }
  span.premio-canjeado {
    color: #1aa6cf;
  }

.premios-img img {
	max-width: 100px !important;
}


@media (max-width: 768px) {
.premios-img img {
	max-width: 100%;
}
	}
/* super */
.super form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    box-shadow: 0 4px 10px rgba(0,0,0,0);
}
.super form button {
    margin-top: 0px;
}
