:root {
      --primary-color: #801a1a;
      --secondary-color: #ffcc00;
      --text-color: #333;
      --card-bg: #fff8f0;
    }
    @font-face {
  font-family: 'Chunkfive Ex';
  src: url('public/fonts/Chunkfive\ Ex.ttf') format('truetype');
}
* {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    html {
  scroll-behavior: smooth;
}

  body {
  font-family: 'Segoe UI', sans-serif;
  color: var(--text-color);
  background:#500302;
  
}
      /*! Hamburguesa */
.menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    z-index: 1000;
    transition: background-color 0.3s ease;
    transition: opacity 0.3s ease;
    visibility: 0.3s ease;
  }
  
.menu-toggle.hidden {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
  
  .menu-toggle:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  
  .menu-toggle .bar {
    width: 1.5rem;
    height: 0.2rem;
    background-color: white;
    margin: 4px 0;
    transition: 0.4s;
  }
  
  /*! Animación hamburguesa a cruz */
  .menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
  
  /*! Menú lateral mejorado */
.side-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-right: 1px solid rgba(255,255,255,0.15);
    padding-top: 80px;
    transition: left 0.4s ease, opacity 0.3s ease;
    z-index: 900;
    box-shadow: 5px 0 20px rgba(0,0,0,0.5);
    opacity: 0;
  }
  
  .side-menu.open {
    left: 0;
    opacity: 1;
  }
  
  .side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .side-menu ul li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .side-menu ul li:last-child {
    border-bottom: none;
  }
  
  .side-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 18px 25px;
    display: flex;
    align-items: center;
    transition: background 0.3s ease, padding-left 0.3s ease;
  }
  
  .side-menu ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    padding-left: 35px;
    border-radius: 4px;
  }
  .oculto{
    display: none;
  }
  

  /*! Opcional: íconos */
  .side-menu ul li a i {
    margin-right: 12px;
    font-size: 1.2rem;
  }

  /* !ICONO DE WHATSAPP */
  
  .btn-wsp {
    background-color: #25D366;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    margin-top: 10px;
    animation: pulse 2s infinite;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
  }
  
  .btn-wsp i {
    font-size: 36px;
  }
  
  .btn-wsp:hover {
    background-color: #1a8544;
    transform: scale(1.1);
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    }
    50% {
      box-shadow: 0 0 12px rgba(255, 255, 255, 0.7);
    }
    100% {
      box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
    }
  }
/* !DELIVERY */
.hero-delivery {
  margin: 12px 0;
  background: #ffc107;
  color: #000;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
  animation: pulse-delivery 1.5s infinite;
}

@keyframes pulse-delivery {
  0% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 16px rgba(0,0,0,0.4);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
  }
}
/* !HERO */
.badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  }
.badges span {
  background: rgba(255 255 255 / 0.15);
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  user-select: none;
  transition: background-color 0.3s ease;
}

.badges span:hover {
  background: rgba(255 255 255 / 0.3);
}

.badges span {
  background: rgba(0,0,0,0.6);
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
}
.hero h1 {
  animation: fadeInDown 1s ease-out;
}

       .hero {
      background-size: cover;
      background-position: center;
      height: 100vh;
      color: #9e1e0f;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .hero::before {
  content: "";
  background-image: url('public/fondohero.jpg');
  background-size: cover;
  background-position: center;
  filter: blur(6px);
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
    .hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 60%,
    #500302 100%
  );
    }
    .brand-name {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.logo-fire {
  width: 46px;       /* Ajustá el tamaño como más te guste */
  height: 46px;
  object-fit: contain;
  margin-left: -12px;
}

    .hero-content {
      position: relative;
      z-index: 2;
      padding: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 30px;
      max-width: 600px;
      margin: 0 15px;
    }
    .hero h1 {
      font-size: 4rem;
      margin-bottom:0px;
      text-shadow:0 0 10px rgba(0,0,0,0.8); /* glow sutil */
      font-weight: 900;
      letter-spacing: 2px;
      font-weight: bold;
      animation: fadeInDown 1s ease-out;
      font-family: 'Chunkfive Ex'
    }
    .hero p {
      color: #fff;
      font-size:1.8rem;
      margin: 0px;
      animation: fadeInDown 1s ease-out;
    }
    .cta-button {
      padding: 15px 30px;
      font-size: 1rem;
      color: #fff;
      background-color: #bb1919;
      border: none;
      border-radius: 6px;
      font-weight: 600;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
      animation: fadeInDown 1s ease-out;
    }
    .cta-button:hover {
      background-color: #d62828;
    }

    .description {
    color: var(--text-color);
   font-size: 0.95rem;
   line-height: 1.3;
   margin-bottom: 0.5rem;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   }
   .genial {
      background: rgba(255, 255, 255, 0.3); /* blanco con transparencia */
  border: 2.5px solid rgba(8, 6, 0, 0.6); /* bordeado sutil */
  border-radius: 12px;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px); /* efecto blur de fondo */
  -webkit-backdrop-filter: blur(10px); /* soporte para Safari */
   color: rgb(21, 20, 20);
    }
    .options {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.7rem;
  justify-content: center;
  margin-top: 0.5rem;
}

.option {
  position: relative;
 border-radius: 8px;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
  min-width: 100px; /* esto les devuelve un ancho decente */
  color: rgb(21, 20, 20);
   background: rgba(247, 246, 244, 0.353); /* blanco con transparencia */
   border: 1px solid rgba(255, 255, 255, 0.3); /* bordeado sutil */
   padding: 0.5rem;
   font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }


.option:nth-child(3) {
  grid-column: span 2;
  justify-self: center;
}

  header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: transform 0.3s ease;
}
header.oculto {
  transform: translateY(-100%);
} 

    
     

    .option:hover {
      background-color: #f4ececb9;
      transform: scale(1.05);
    }

    .price {
      margin-top: 0.3rem;
      font-weight: bold;
    }
    .incluye {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.5rem 0;
  border-radius: 8px;
  font-weight: bold;
  color: #ffcc00;
  display: flex;
  justify-content: center;
  align-items: center;
} 
  .burger-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  object-fit: cover;
  max-height: 220px;
   transition: transform 0.3s ease, opacity 0.5s ease;
  opacity: 0;
}
.burger-img.loaded {
  opacity: 1;
  transform: scale(1);
}

.card:hover .burger-img {
  transform: scale(1.02);
}

  

    .card {
      background: rgba(255, 255, 255, 0.30); /* blanco con transparencia */
  border: 2.5px solid rgba(255, 255, 255, 0.3); /* bordeado sutil */
  border-radius: 12px;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px); /* efecto blur de fondo */
  -webkit-backdrop-filter: blur(10px); /* soporte para Safari */
  min-height: 420px;
  max-width: 350px;
  animation: fadeInDown 1s ease-out;
   margin: 0 auto ;
  
    }
    @keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
    
    
    .card img {
  opacity: 0;
  transition: opacity 0.5s ease;
  width: 100%;
   max-height: 220px;
  
  
}

.card img.loaded {
  opacity: 1;
}

    .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
      
    }
    
    .card h2 {
      color: #f5f5f5;
      font-size: 1.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      text-shadow:
    0 0 5px #c2a7a7,   /* brillo tenue rojo */
    0 0 10px #b0a45487,  /* brillo más difuso */
    -1px -1px 0 #000,  /* borde negro */
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
    }
    /* !COMBOS */
.combos-para-dos {
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
}

.combos-para-dos h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.combo-cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem;
  justify-content: center;
}

.combo-card {
  background-color: #222;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
  animation: fadeInDown 1s ease-out;
  transition: transform 0.3s ease;
  cursor: pointer;
  min-height: 420px;
  max-width:350px ;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.combo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.combo-imgs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 15px;
}

.combo-imgs img {
  width: 100%;
  border-radius: 8px;
}

.combo-card h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.combo-card p {
  font-size: 16px;
  margin-bottom: 12px;
}

.combo-option {
  display: flex;
  gap: 10px;
}

.ilustrativo {
  color: #9e1e0f;
  font-size: 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ilustrativo{
  color: #9e1e0f;
  font-size: 5px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 
}

/* !papas seccion */
.card-otro{
    background: rgba(255, 255, 255, 0.30); /* blanco con transparencia */
  border: 2.5px solid rgba(255, 255, 255, 0.3); /* bordeado sutil */
  border-radius: 12px;
  padding: 1rem;
  display: grid;
  gap: 0.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
  backdrop-filter: blur(10px); /* efecto blur de fondo */
  -webkit-backdrop-filter: blur(10px); /* soporte para Safari */
  min-height: 420px;
  max-width: 600px;
  animation: fadeInDown 1s ease-out;
  margin: 25px auto;
}



.papas-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.papas-image img {
  max-width: 270px;
  border-radius: 16px;
  transition: transform 0.3s ease;
    -webkit-tap-highlight-color: transparent;
  
}

.papas-image img:hover {
  transform: scale(1.03);
}

.papas-text {
  text-align: center;
  max-width: 500px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
  
}


.papas-text h2 {
  font-size: 2rem;
  margin-bottom: 0.8rem;
  color: #f5f5f5;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.papas-text p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #e0e0e0;
}
.extras-section {
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto 3rem auto;
}

.extras-section h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: 800;
  text-align: center;
  line-height: 1.3;
  text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.extras-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}
/* !pan */
.pan{
  margin-top: 70px
}

.menu-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  max-width: 1200px;
  margin: 3rem auto 0 auto;
  padding: 0 1rem;
}


.btn-agregar {
  background-color: #c1121f;
  color: #fff;
  border: none;
  padding: 0.6rem 1.2rem;
  margin-top: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.3s;
  position: relative;
}

.btn-agregar:hover {
  background-color: #ff3232;
  box-shadow: 0 0 8px rgba(255,50,50,0.6);
}
.contador {
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  right: -8px;
  display: none;
}
.producto {
  position: relative;
  display: inline-block;
  margin: 10px;
}
.eliminar-item {
  background: none;
  border: none;
  color: rgb(6, 2, 2);
  font-size: 10px;
  cursor: pointer;
  margin-left: 8px;
}
.eliminar-item:hover {
  color: #ff3232;
}
.btn-quitar{
  position: absolute;
  top:1px;
  right: 90px; /* a la izquierda del contador */
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 9px;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.btn-burger{
  position: absolute;
  top:8px;
  right: 120px; /* a la izquierda del contador */
  background: red;
  color: white;
  border: none;
  border-radius: 50%;
  padding: 2px 5px;
  font-size: 9px;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.combo-option{
  position: relative;
  display: inline-block;
}

.prev, .next {
  position: absolute;
  top: 45%;
  background-color: rgba(255, 255, 255, 0.5);
   border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  user-select: none;
  transition: background-color 0.3s;
}
.prev:hover, .next:hover {
  background-color: rgba(255,255,255,0.8);
}
.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.active {
  display: flex;
}
/*! FOOTER */
.footer {
  background-color: #1a1a1a;
  color: #eee;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  padding: 25px 20px 15px;
  font-size: 0.9rem;
  text-align: center;
}

.footer__container {
  max-width: 900px;
  margin: 0 auto;
}

.footer__about-contact h3 {
  margin-bottom: 0.3rem;
  font-size: 1.3rem;
  color: #e63946;
}

.footer__about-contact p {
  margin: 0.25rem 0;
  line-height: 1.3;
}

.footer__socials {
  margin-top: 10px;
  font-size: 1.3rem;
}

.footer__socials a {
  margin: 0 8px;
  color: #a8dadc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__socials a:hover,
.footer__socials a:focus {
  color: #e63946;
  outline: none;
}

.footer__bottom {
  margin-top: 20px;
  border-top: 1px solid #333;
  padding-top: 10px;
  color: #777;
  font-size: 0.8rem;
}
/* !COMENTARIOS */
.testimonios-section {
  padding: 3rem 1rem;
  text-align: center;
   
}

.testimonios-section h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #f5f5f5;
   text-shadow:
    -1px -1px 0 #000,
     1px -1px 0 #000,
    -1px  1px 0 #000,
     1px  1px 0 #000;
}

.testimonios-carousel {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding: 0 50px;
  gap: 1rem;
  padding: 1rem;
  scrollbar-width: none; /* para ocultar barra en Firefox */
  scroll-behavior: smooth;
}
.testimonios-carousel::-webkit-scrollbar {
  display: none; /* para ocultar barra en Chrome */
}

.testimonio-card {
  background: linear-gradient(135deg, #d2bbbb, #dc7878);
  border: 2.5px solid #f7c709bb;
  padding: 1.5rem;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  box-shadow: 0.3s ease;
  min-width: 250px;
 animation: fadeInDown 1s ease-out;
  scroll-snap-align: center;
  position: relative;
}

.testimonio-card::before {
  content: "❝";
  font-size: 5rem;
  color: #f7c709bb;
  position: absolute;
  top: -25px;
  right: -1px;
  line-height: 1;
}




.testimonio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

.testimonio-card p {
  font-size: 1.1rem;
  font-style: italic;
  color: #242424;
  margin-bottom: 1rem;
}

.testimonio-card h4 {
  font-size: 1rem;
  color: #9e1e0f;
  margin: 0;
  font-family: 'Pacifico', cursive;
}
.testimonio-avatar {
  font-size: 2rem;
  background: #e4cf9a;
  color: #9e1e0f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}
.btn-comentario {
  display: inline-block;
  margin-top: 1.5rem;
  padding: 0.6rem 1.2rem;
  background: #a91515;
  color: #ccc;
  font-weight: bold;
  border-radius: 2rem;
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.btn-comentario:hover {
  background: #d62828;
  color: #ccc;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
/* !FORMULARIO */
input[type="text"],
textarea,
select {
  transition: box-shadow 0.3s, border-color 0.3s;
}

/* Cuando pasa el mouse encima */
input[type="text"]:hover,
textarea:hover,
select:hover {
  border-color: #d91900;
  box-shadow: 0 0 5px rgba(203, 34, 8, 0.4);
}

/* Cuando se hace clic y está enfocado */
input[type="text"]:focus,
textarea:focus,
select:focus {
  border-color: #d91900;
  box-shadow: 0 0 8px rgba(186, 176, 171, 0.4);
  outline: none;
}
.campo-formulario {
  margin-bottom: 15px;
}

.campo-formulario label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ede6e5;
}

.select-personalizado {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  background-color: #fff5f0;
  color: #333;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='%239e1e0f' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 24px;
}


.error {
  color: #ff4040;
  font-size: 13px;
  margin-bottom: 8px;
  display: block;
}
#formulario-pedido {
  padding: 20px;
  background-color: #222;
  border-radius: 10px;
  margin: 30px 10px;
  color: #ffffff;
}
#formulario-pedido h2 {
  color: #ffffff;
}

#formulario-pedido input, 
#formulario-pedido textarea {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#pedidoDetalle p {
  margin: 5px 0;
  color: #ffffff;
}


#formulario-pedido button {
  background-color: #c1121f;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

#formulario-pedido button:hover {
  background-color: #e63946;
}
.total-compra {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #f8f2f2;
  border-top: 2px dashed #9e1e0f;
  padding-top: 10px;
}
.valores {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  
}

.valores li {
  font-size: 1rem;
  color: #f5f5f5;
  margin: 0.5rem 0;
}

.frase-final {
  font-size: 1.2rem;
  color: #f7c709;
  font-style: italic;
  margin-top: 1.5rem;
}

/*! HERO DELIVERY */
 .hero-delivery { margin: 12px 0; background: #ffc107; color: #000; display: inline-block; padding: 8px 16px; border-radius: 30px; font-weight: 600; font-size: 16px; animation: pulse-dd 1.5s infinite; }

@keyframes pulse-dd { 0% { transform: scale(1); box-shadow: 0 0 8px rgba(0,0,0,0.2); } 50% { transform: scale(1.05); box-shadow: 0 0 16px rgba(0,0,0,0.4); } 100% { transform: scale(1); box-shadow: 0 0 8px rgba(0,0,0,0.2); } }


/*!Responsive */
@media (max-width: 480px) {
  .footer__about-contact h3 {
    font-size: 1.1rem;
  }
  .footer__socials {
    font-size: 1.1rem;
  }
  .carousel-bebidas {
    max-width: 90%;
  }
}
/* !Responsive */
@media (max-width: 768px) {
  .footer__container {
    flex-direction: column;
    gap: 1.5rem;
  }
   .burger-img {
    max-height: 160px;
  }
}
@media(min-width: 768px) {
  .papas-content {
    flex-direction: row;
    justify-content: center;
    text-align: left;
    
  }
   .carousel-bebidas {
    max-width: 600px;
  }
   #bebidas {
    text-align: center;
  }

  .papas-text {
    text-align: left;
  }
}
/* 📱📲 Pantallas desde 600px (tablets chicas o teléfonos grandes en horizontal) */
@media(min-width: 600px) {
  .menu-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 💻 Desde 1024px en adelante */
@media(min-width: 1024px) {
  .menu-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 420px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  .hero p {
    font-size: 1.2rem;
  }

  .cta-button {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .card {
    padding: 0.8rem;
  }

  .option {
    min-width: 80px;
    padding: 0.5rem 0.8rem;
  }

  .price {
    font-size: 0.9rem;
  }
  #formulario-pedido {
    padding: 15px;
  }
}

@media (max-width: 600px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  .card img {
    max-width: 90%;
  }
}
