body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #121212;
  color: #f4f4f4;
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

header {
  padding: 1.5rem;
  text-align: center;
  border-bottom: 2px solid #e63946;
  background-image: url(img/portada.jpg);
  background-size: cover;
  background-position: center;
  text-shadow: 
  1px 1px 2px #000,
  -1px -1px 2px #000,
  2px 2px 6px rgba(0, 0, 0, 0.9);
}

.header-logo {
    width: 35%;
    height: auto;
    border-radius: 100%;
}

header h1 {
  font-size: 5rem;
  color: #fca311;
  font-family:'Times New Roman', Times, serif;
  margin-bottom: 0;
}

header p {
  color: #e0e0e0;
  font-style: italic;
  font-size: 1.5rem;
}

.header .tagline {
  margin-top: 0;
}

/* Secciones */
section {
  padding: 3rem 2rem;
  max-width: 1200px;
  margin: auto;
}

h2 {
  font-size: 2rem;
  color: #fca311;
  margin-bottom: 1rem;
  text-align: center;
}

z {
  font-size: 1.5rem;
  color: #fcec11;
  text-align: right;
}

/* Historia */
.historia p {
  max-width: 800px;
  margin: auto;
  font-size: 1.1rem;
  color: #ccc;
  text-align: justify;
}

/* Menú */
.menu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.pizza-card {
  background-color: #1e1e1e;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.pizza-card:hover {
  transform: scale(1.03);
}

.pizza-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.pizza-card h3 {
  margin: 1rem;
  color: #f4a261;
  font-size: 1.4rem;
}

.pizza-card p {
  margin: 0 1rem 1rem;
  color: #eaeaea;
  font-size: 1rem;
}

.pizza-card .precio {
  font-weight: bold;
  color: #ffba08;
  margin: 0 1rem 1rem;
}

/* Animaciones reveal */
.reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.reveal.reveal-active {
  opacity: 1;
  transform: translateY(0);
}

/* Footer */
footer {
  background-color: #1c1c1c;
  color: #888;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 600px) {
  header h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}

.contacto {
  text-align: center;
  padding: 40px 20px;
}

.contacto h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.opciones-contacto {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.opcion {
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  width: 280px;
  border: 3px solid orange;
}

.opcion h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.btn-direccion {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  border: 3px solid rgb(255, 0, 0);
} 

.btn-whatsapp {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
  background-color: #25D366;
} 

.btn-whatsapp:hover {
  background-color: #1ebe5b;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px;
}

nav a {
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  background-color: #ff4500;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

nav a:hover {
  background-color: #ff6347;
}

/* Media query para pantallas chicas */
@media (max-width: 600px) {
  nav {
    flex-direction: column;
    align-items: center;
  }

  nav a {
    width: 90%;
    text-align: center;
    margin: 5px 0;
  }
}

select {
  background-color: #ffe6cc; /* color de fondo del selector */
  color: #000; /* color del texto */
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* En algunos navegadores como Firefox también podés aplicar estilo a las opciones */
select option {
  background-color: #fffbe6; /* color de fondo de cada opción */
  color: #000;
}

.happy-hours {
  background: linear-gradient(135deg, #fa0000, #fcbf49);
  color: #fff;
  text-align: center;
  padding: 25px 15px;
  margin: 0 auto 30px auto;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  max-width: 950px;
  animation: pulse 3s infinite;
}

.happy-hours h2 {
  font-size: 2rem;
  margin-bottom: 12px;
  font-weight: 800;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

.happy-hours p {
  font-size: 1.2rem;
  margin: 6px 0;
  line-height: 1.5;
}

.happy-hours .horario {
  margin-top: 12px;
  font-size: 1.1rem;
  font-weight: bold;
  background: rgba(0,0,0,0.5);
  display: inline-block;
  padding: 8px 14px;
  border-radius: 10px;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.02); }
  100% { transform: scale(1); }
}

#contador {
  font-size: 1.8rem;
  font-weight: bold;
  background: rgba(0,0,0,0.3);
  display: inline-block;
  padding: 0.5rem 1.2rem;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.puntos-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 1rem;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.puntos-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 2rem;
  max-width: 700px;
  width: 100%;
  text-align: center;
  transition: transform 0.2s ease-in-out;
}

.puntos-card:hover {
  transform: translateY(-4px);
}

.puntos-titulo {
  font-size: 1.8rem;
  color: #222;
  margin-bottom: 0.5rem;
}

.puntos-subtitulo {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

/* --- Formulario --- */
.puntos-form {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.puntos-form input {
  padding: 0.7rem 1rem;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 60%;
  font-size: 1rem;
  transition: border 0.2s;
}

.puntos-form input:focus {
  border-color: #0077ff;
  outline: none;
}

.puntos-form button {
  padding: 0.7rem 1.2rem;
  background: #0077ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s ease-in-out;
}

.puntos-form button:hover {
  background: #005bcc;
}

.puntos-resultado {
  margin-top: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #007a33;
}

.puntos-info, 
.puntos-ejemplo, 
.puntos-beneficios {
  margin-top: 2rem;
  text-align: left;
}

.puntos-info h3,
.puntos-ejemplo h3,
.puntos-beneficios h3 {
  font-size: 1.3rem;
  color: #0077ff;
  margin-bottom: 0.5rem;
  border-left: 4px solid #0077ff;
  padding-left: 0.5rem;
}

.puntos-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.puntos-info ul li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #444;
}

.puntos-info ul li::before {
  content: "✔️";
  margin-right: 6px;
}

.puntos-ejemplo p {
  font-size: 1rem;
  color: #333;
  background: #f9f9ff;
  border: 1px dashed #0077ff;
  border-radius: 8px;
  padding: 0.8rem;
}
