.servicio-info {
  padding-right: 20px;
}

/* Duración */
.servicio-duracion {
  font-size: 18px;
  font-weight: 700;
  color: #2f6f4e;
  margin-bottom: 10px;
}

/* Condiciones */
.servicio-condicion {
  margin: 10px 0 16px;
  color: #333;
  line-height: 1.6;
  font-size: 14px;
}

.servicio-condicion .fecha-limite {
  display: inline-block;
  margin-top: 6px;
  background: #fff3cd;
  color: #8a6d3b;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
}

/* Precio */
.precio-box {
  background: #f3faf6;
  border-left: 5px solid #2f6f4e;
  padding: 14px 16px;
  margin-bottom: 22px;
}

.precio-label {
  display: block;
  font-size: 14px;
  color: #555;
}

.precio-monto {
  font-size: 36px;
  font-weight: 800;
  color: #2f6f4e;
  margin-top: 2px;
}

/* BOTONES DESCARGA */
.download-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.btn-download {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 14px;
  border-radius: 12px;

  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  color: #fff !important;

  transition: all 0.25s ease;
}

.btn-download img {
  width: 20px;
  height: 20px;
}

/* Word */
.btn-word {
  background: linear-gradient(135deg, #0078d4, #005fa3);
}

/* Flyer */
.btn-flyer {
  background: linear-gradient(135deg, #1f9d55, #15803d);
}

/* Hover */
.btn-download:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .download-buttons {
    flex-direction: column;
  }
}
#zona-reservas {
  margin-top: 10px;
}

.servicio-card {
  padding: 24px 22px;
  background: #ffffff;
  border-radius: 14px;
}

.servicio-duracion,
.servicio-condicion,
.precio-box,
.download-buttons,
#zona-reservas {
  margin-left: 6px;
}

.precio-box {
  background: #f3faf6;
  padding: 14px 18px;
  border-left: 4px solid #2f7d57;
  margin: 18px 0 20px;
}
.precio-label {
  display: block;
  font-size: 13px;
  color: #6b8f7a;
  margin-bottom: 6px;   /* 👈 AQUÍ se separa */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.precio-valor {
  font-size: 34px;
  font-weight: 700;
  color: #2f7d57;
  line-height: 1.1;
}

.download-buttons {
  margin-top: 6px;
  margin-bottom: 26px;
}

#zona-reservas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}


#subheader {
  background: #2f7d57;
  padding: 36px 0 30px;
  text-align: center;
}

.titulo-servicio {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

.titulo-servicio span {
  color: #e6f4ec;
  font-weight: 500;
}

.subtitulo-servicio {
  margin-top: 8px;
  color: #d9efe4;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* ==============================
   MENU VIDATUR - AISLADO POR SCOPE
   Solo afecta dentro de .vd-menu-scope
================================ */

.vd-menu-scope #nav-wrap { width: 100%; }

.vd-menu-scope #main-menu {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;

  display: flex !important;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.vd-menu-scope #main-menu > li {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.vd-menu-scope #main-menu > li > a {
  display: inline-block !important;
  padding: 10px 16px !important;

  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;

  color: #1f6f4a !important;
  background: transparent !important;
  border-radius: 12px;

  transition: background-color .25s ease, color .25s ease, transform .15s ease, box-shadow .15s ease;
}

.vd-menu-scope #main-menu > li > a:hover {
  background: rgba(31, 111, 74, .12) !important;
  color: #145437 !important;
  transform: translateY(-1px);
}

/* Activo: li.current */
.vd-menu-scope #main-menu > li.current > a {
  background: #1f6f4a !important;
  color: #fff !important;
  box-shadow: 0 6px 14px rgba(31, 111, 74, .25);
}

/* ✅ FIX: si tu plantilla mete estilos fuertes en <strong> */
.vd-menu-scope #main-menu strong {
  font-weight: 700;
}

/* Responsive */
@media (max-width: 992px) {
  .vd-menu-scope #main-menu { justify-content: center; }
}
