body {
    font-family: 'Poppins', sans-serif;
    background: #0F172A;
    font-size: 14px;
    color: #F59E0B;
}

.bg-custom-dark {
  background-color: #212529;
}

.navbar-brand {
  letter-spacing: 1px;
  font-size: 1.2rem;
}

.nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  color: #ffffff;
}

.nav-link:hover {
  color: #F59E0B;
}

.dropdown-menu {
  border-radius: 10px;
  font-size: 0.9rem;
}

h5 {
    font-size: 1rem;
    border-left: 4px solid #F59E0B;
    padding-left: 10px;
}

h6 {
  color: #F59E0B;
}

.match {
    padding: 12px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.match i {
    margin-right: 5px;
    color: #F59E0B;
    font-size: 0.9rem;
}

.team {
    font-weight: 600;
    font-size: 1rem;
}

.presentado {
  background-color: #F59E0B;
  color: #ffffff;
  margin: -12px -12px 10px -12px;
  padding: 8px 12px;
}

.presentado i {
  color: #ffffff;
}

.presentado img {
  max-width: 25px;
  max-height: 25px;
  border-radius: 50%;
  object-fit: cover;
}

.scroll-box {
  max-height: 69vh;
  overflow-y: auto;
}

.card-body i {
  color: #F59E0B;
  margin-right: 5px;
}

.card {
  border-radius: 10px;
}

.card img {
  height: 180px;
  object-fit: cover;
}

.bar-card-pro {
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  color: #000;
  max-width: 350px;
  width: 100%;
  position: relative;
}

/* PORTADA */
.bar-cover img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

/* LOGO FLOTANTE */
.bar-logo {
  position: absolute;
  top: 110px;
  left: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  background: #fff;
}

.bar-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENIDO */
.bar-content {
  padding: 50px 15px 15px 15px;
}

.bar-title {
  font-weight: 700;
  margin-bottom: 5px;
}

.bar-desc {
  font-size: 0.85rem;
  color: #555;
}

/* FEATURES */
.bar-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.feature {
  display: flex;
  gap: 8px;
  align-items: center;
  background: #f8f9fa;
  padding: 8px;
  border-radius: 8px;
}

.feature i {
  font-size: 18px;
  color: #F59E0B;
}

/* BOTONES */
.bar-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.bar-actions .btn {
  font-size: 0.85rem;
  padding: 8px;
}

/* HOVER */
.bar-card-pro:hover {
  transform: translateY(-5px);
  transition: 0.25s;
}

#sports-bars-acapulco, #sports-bars-puebla, #sports-bars-queretaro {
  display: none;
}

.modal-content {
  border-radius: 12px;
}

.modal input {
  background: #1E293B;
  border: none;
  color: #ffffff;
}

.modal input::placeholder {
  color: #94A3B8;
}

.modal-content {
  border-radius: 12px;
  background: #0F172A;
}

#citySelectModal {
  background: #1E293B;
  color: #ffffff;
  border: none;
}

.footer-box {
  width: 100%;
  max-width: 280px; /* 🔥 clave para centrar en móvil */
}

.footer-link {
  color: inherit; /* usa tu color global */
  text-decoration: none;
  transition: all 0.2s ease;
  color: #ffffff;
}

.footer-link:hover {
  opacity: 0.7;
  color: #F59E0B;
}
