body {
  background-color: #000000 !important;

  font-family: Arial, sans-serif;


  /** user-select: none; ***/
}



/*********TEXTO HEADER*********/
.header-content {
  margin-top: 400px !important;



  text-align: center;
}


.title {
  font-family: "Arial", sans-serif;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  margin-top: 20px;
}

.lead {
  font-size: 1.25rem;
  color: #fff;
  margin-top: 10px;
  font-style: italic;
}

/**************************/
/*************busqueda producto*************/
/**************************/
#searchInput {
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 25px;
  border: 1px solid #ddd;
  background-color: #f8f9fa;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

#searchInput:focus {
  outline: none;
  border-color: #ffa500;
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
}

.input-group {
  display: flex;
  justify-content: center;
}


@media (max-width: 768px) {
  #searchInput {
    max-width: 90%;
    font-size: 1rem;
    padding: 10px 15px;
  }

  .container {
    margin-top: 20px;
  }
}

/********************************/
/********************************/
/*******boton arriba*/
/********************************/
/********************************/
.btn-primary.back-to-top {
  position: fixed;
  bottom: 120px;
  left: 20px;
  background-color: #ffa500;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn-primary.back-to-top:hover {
  background-color: #007bff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.btn-primary.back-to-top i {
  color: black;
  font-size: 20px;
}



/* ==============================
   FOOTER ORIGINAL - CORREGIDO
   ============================== */
#footer {
  background-color: black;
  color: white;
  border: 2px solid white;
  padding: 40px 0;
}

#footer .footer-about,
#footer .footer-hours {
  margin-bottom: 30px;
}

#footer h4 {
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

/* ICONOS: ESPACIO CORRECTO + COLOR BLANCO */
#footer i {
  color: #ffc451 !important;
  font-size: 18px;
  margin-right: 10px !important;
  min-width: 20px;
}

/* ENLACES: SIN AZUL, COLOR BLANCO, SIN SUBRAYADO */
#footer a {
  color: white !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  transition: color 0.3s;
}

#footer a:hover {
  color: #f39c12 !important;
}

/* HORARIOS */
#footer .footer-hours ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-hours li {
  color: white;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

/* COPYRIGHT */
#footer .copyright p,
#footer .credits {
  color: white;
  font-size: 0.9rem;
  margin: 0;
}

#footer .credits {
  font-size: 0.8rem;
  margin-top: 8px;
}

/* ENLACES EN LÍNEA */
#footer .footer-links {
  margin-top: 15px;
}

#footer .footer-link {
  color: white !important;
  text-decoration: none !important;
  font-size: 0.9rem;
  margin: 0 12px;
  transition: color 0.3s;
}

#footer .footer-link:hover {
  color: #f39c12 !important;
}

#footer hr {
  border-color: white;
  margin: 20px 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  #footer .row>div {
    margin-bottom: 25px;
    text-align: center;
  }

  #footer i {
    margin-right: 8px !important;
  }

  #footer .footer-links {
    display: block;
  }

  #footer .footer-link {
    display: inline-block;
    margin: 0 8px;
  }
}


/*************/
/***panel Header***/
/*****************/



#panel-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* alinea h3 y p a la izquierda */
  position: relative;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}

#panel-header h3 {
  margin: 0;
  font-size: 1.2em;
}

.panel-subtext {
  margin: 2px 0 0 0;
  font-size: 0.85em;
  color: #666;
}



#close-panel-btn {
  position: absolute;
  top: 10px;
  right: 50px;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  line-height: 1;
}


/* Cards de tiendas */

/* Horario */
.panel .horario h3 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.panel .horario p {
  color: #f0f0f0;
  margin-bottom: 5px;
}

.rest {
  text-align: center;
  padding: 20px;
  margin: 20px auto;
  border: 3px solid orange;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
}

.demos {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: white;
}

.rest p {
  font-size: 1rem;
  line-height: 1.6;
  text-transform: none;
  margin: 0 0 15px;
}

.rest ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  display: inline-block;
}

.rest li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
}

.rest li::before {
  content: "●";
  color: orange;
  font-size: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
}




/******************************************/

.logo {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 0;
  box-shadow: none;
}

.logo-container {
  width: 180px;
  height: auto;
  margin: 10px auto 0;
  background-color: orange;
  border: 4px solid black;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.auth-alert {
  position: fixed;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  background-color: brown;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  z-index: 1060;
  max-width: 90%;
  width: fit-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
}