.paz_nav {
    height: 100px;

}

.py-5 {
    padding-top: 10rem !important;
}

/* CSS para resaltar el activo */
.nav-link.active {
  color: rgb(0, 32, 37) !important;
  position: relative;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #0d6efd;
  border-radius: 2px;
}

.pz_logo {
  font-size: 2.2rem;
}

.pz_slogan {
  font-size: 1rem;
  font-weight: 250 !important;
}


.bg-filtro {

  background-color: rgb(184, 224, 201);
  padding-bottom: 100px !important;

}

.navbar .nav-link {
  position: relative;
  padding-bottom: 6px;
}

.navbar .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0d6efd;
  transition: width 0.25s ease;
}

/* Hover */
.navbar .nav-link:hover::after {
  width: 100%;
}

/* Activo (click o scroll) */
.navbar .nav-link.active::after {
  width: 100%;
}

.card-service {
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background-color: #fff;
}

.card-service:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.pill {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 999px;
  background-color: #eef2ff;
  color: #3730a3;
  align-self: center;
}

.plan-title {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0.5rem 0 0.25rem;
}

.plan-price {
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  color: #111;
}

.plan-price .price-note {
  font-size: 0.9rem;
  font-weight: 500;
  color: #2563eb;
}

.card-service ul {
  padding-left: 1.1rem;
}

.card-service ul li {
  margin-bottom: 0.4rem;
  line-height: 1.4;
}

.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}




