.restaurants-container {
  max-width: 1000px;
  margin: 10px auto;
  padding: 0 10px;
}

.restaurant {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 20px auto;
  padding: 15px;
  border-bottom: 1px solid #eee;
  max-width: 1200px;
}

.restaurant img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.restaurant-content h2 {
  margin: 5px 0;
  font-size: 1.3rem;
  color: #006699;
}

.restaurant-content .desc {
  font-size: 1rem;
  line-height: 1.4;
  color: #444;
  margin: 5px 0;
}

.restaurant-content .address {
  font-size: 0.9rem;
  color: #666;
}

.restaurant-content {
  flex: 1;
}


.restaurant-content .address a {
  color: #bc0d00;
  text-decoration: none;
}
.restaurant-content .address a:hover {
  text-decoration: underline;
}


.hero-restaurante,
.hero-baruri,
.hero-fastfood {
  position: relative;
  max-width: 1200px;         
  margin: 0 auto 30px;      
  padding: 40px 20px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  min-height: 15vh;
}

.hero-restaurante { background: url('images/hero.jpg') center/cover no-repeat; }
.hero-baruri { background: url('images/baruri.jpg') center/cover no-repeat; }
.hero-fastfood { background: url('images/fastfood.jpg') center/cover no-repeat; }



.hero-restaurante h1,
.hero-baruri h1,
.hero-fastfood h1 {
  font-size: 2rem;
  font-family: "Playfair Display", serif;
  font-style: italic;
  background: rgba(0,0,0,0.5); 
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  margin: 0;
}

.note {
  max-width: 800px;
  margin: 10px auto 10px;
  padding: 10px 15px;
  background: #eee;            
  border-left: 0px solid #006699; 
  border-radius: 6px;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #333;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.note strong {
  color: #006699;
}


.lightbox {
  display: none; 
}

.lightbox:target {
  display: flex; 
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
}




@media (max-width: 991px) {
  .restaurant {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .restaurant img {
    width: 100%;
    height: auto;
  }

  .restaurant-content h2 {
    font-size: 1.1rem;
  }

  .restaurant-content .desc {
    font-size: 0.95rem;
  }

  .hero-restaurante {
    padding: 30px 15px;
    min-height: 20vh;
  }

  .hero-restaurante h1 {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}


@media (max-width: 600px) {
  .restaurant-content h2 {
    font-size: 1rem;
  }

  .restaurant-content .desc {
    font-size: 0.9rem;
  }

  .restaurant-content .address {
    font-size: 0.85rem;
  }

  .hero-restaurante {
    padding: 20px 10px;
    min-height: 18vh;
    border-radius: 0; /* full width */
  }

  .hero-restaurante h1 {
    font-size: 1.3rem;
    padding: 6px 12px;
    line-height: 1.2;
  }
}
@media (max-width: 991px) {
  .hero-restaurante,
  .hero-baruri,
  .hero-fastfood {
    padding: 30px 15px;
    min-height: 20vh;
  }

  .hero-restaurante h1,
  .hero-baruri h1,
  .hero-fastfood h1 {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}
@media (max-width: 600px) {
  .hero-restaurante,
  .hero-baruri,
  .hero-fastfood {
    padding: 20px 10px;
    min-height: 18vh;
    border-radius: 0;
  }

  .hero-restaurante h1,
  .hero-baruri h1,
  .hero-fastfood h1 {
    font-size: 1.3rem;
    padding: 6px 12px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .hero-restaurante,
  .hero-baruri,
  .hero-fastfood {
    padding: 30px 15px;
    min-height: 20vh;
  }

  .hero-restaurante h1,
  .hero-baruri h1,
  .hero-fastfood h1 {
    font-size: 1.6rem;
    padding: 8px 16px;
  }
}


@media (max-width: 600px) {
  .hero-restaurante,
  .hero-baruri,
  .hero-fastfood {
    padding: 20px 10px;
    min-height: 18vh;
    border-radius: 0; /* full width */
  }

  .hero-restaurante h1,
  .hero-baruri h1,
  .hero-fastfood h1 {
    font-size: 1.3rem;
    padding: 6px 12px;
    line-height: 1.2;
  }
}
