.portada {
  background: linear-gradient(rgba(0, 0, 128, 0.6), rgba(0, 0, 128, 0.6)),
              url('https://source.unsplash.com/1600x600/?tourism,travel') no-repeat center center;
  background-size: cover;
  color: white;
  padding: 100px 0;
  text-align: center;
}

.portada h1 {
  font-weight: bold;
}

.card img {
  height: 200px;
  object-fit: cover;
}

.card {
  transition: transform 0.3s ease;
}

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

.modal-content {
  border-radius: 15px;
  border: 2px solid #007bff;
}

.modal-header {
  background-color: #007bff;
  color: white;
  border-bottom: none;
}

.modal-body p {
  margin-bottom: 1rem;
}

.footer {
  background-color: #001f3f;
  font-size: 0.9rem;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}
#transportes .card-title {
    color: #2e7d32;
    font-weight: 600;
  }


/* Card general */
/* Card general */
.vino-card {
  max-width: 350px;
  margin: 20px auto;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-family: "Segoe UI", Tahoma, sans-serif;
}

.vino-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.25);
}

/* Imagen */
.vino-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* Contenido */
.vino-content {
  padding: 20px;
  text-align: center;
}

.vino-content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #2c3e50;
}

.vino-content p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.4;
}

/* Botones */
.vino-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vino-btn {
  display: block;
  padding: 12px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
}

.vino-btn:hover {
  transform: scale(1.05);
}

/* Estilos específicos */
.vino-web {
  background: #e74c3c;
  color: #fff;
}

.vino-web:hover {
  background: #c0392b;
}

.vino-whatsapp {
  background: #25d366;
  color: #fff;
}

.vino-whatsapp:hover {
  background: #1da851;
}

.vino-maps {
  background: #3498db;
  color: #fff;
}

.vino-maps:hover {
  background: #217dbb;
}
