.pricing-footer {
  text-align: center;
}
.titulo-desc {
  color: #504f4f;
}
.pricing_table_detail {
  font-size: 1rem;
  color: #28087B;
  line-height: 1rem;
  padding-bottom: 20px;
}

.aclaracion {
font-size: 14px;
font-weight: 200;

}
.pricing-table-light {

  display: flex;
  justify-content: center;
  font-family: 'Segoe UI', sans-serif;
  padding: 20px 4px 40px 22px;

}

.pricing-card {

  background: #ffffff;
  border-radius: 12px;
  padding: 10px 12px;
  width: 340px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  color: #2a2a2a;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;

}

.pricing-card.featured {

  border: 2px solid #28087B;
  box-shadow: 0 0 25px rgba(28, 129, 183, 0.3);

}

.badge-featured {

  background-color: #28087B;
  color: white;
  font-size: 0.75rem;
  padding: 4px 12px;
  border-radius: 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);

}

.pricing-header h3 {

  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #28087B;

}

.plan-price {

  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 0.8em;
  color: #504f4f;

}

.plan-price .h-discount-tag {
	background-color:#28087B;
	border-radius: 12px;
	color:#ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	margin-bottom: 1px;
	padding: 2px 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
.plan-price .h-discount-savings {
	padding: 4px 8px;
	border-radius: 10px;
	width: max-content;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	height: 24px;
	position: relative;
	z-index: 5;
	background-color: #fcfcfc;
	border: 1px solid #4d3e59;
	color: #363636;
	font-weight: 700;
	font-size: 14px;
}

/* Triangulito hacia arriba */
.plan-price .h-discount-savings::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #4d3e59; /* mismo color que el fondo */
}

/* Bordecito para que el triangulito se vea delimitado */
.plan-price .h-discount-savings::after {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #4d3e59; /* mismo color que el borde */
	z-index: -1;
}

.plan-price .origiFnal-amount {
	color: rgb(54, 54, 54);
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	margin-right: 10px;
	text-decoration: line-through;
	vertical-align: bottom;
}
.plan-price .duration {
	color: rgb(54, 54, 54);
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	padding-bottom: 12px;
}
.plan-price .duration-m {
	color: rgb(54, 54, 54);
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 12px;
}
.plan-price .currency {

  font-size: 1rem;
  color: #504f4f;
  vertical-align: middle;
  margin-right: 4px;

}

.plan-price .per {

  font-size: 0.9rem;
  color: #504f4f;
  display: block;

}

.plan-price .holder {
  color: #504f4f;
  line-height: 1.5rem;
}
.plan-price .duration {
  font-size: 0.8rem;
}

.features {

  list-style: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;

}

.features i {
  font-size: 1rem;
}

.whmpress_order_button {
	background: #28087B;
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 30px;
	text-decoration: none;
	display: inline-block;
	transition: background 0.3s,color 0.3s;
}

.whmpress_order_button:hover {

  background: #28087B ;
  color: white;

}

.features li {

  margin-bottom: 10px;
  font-size: .80rem;
  display: flex;
  align-items: center;
  gap: 2px;
  line-height: 1rem;

}

.features li.visible {

  display: flex;
  /* mostramos solo los visibles */
    line-height: 1rem;

}

.info-icon {

  color: #504f4f;

}

.fa-check-circle {

  color: #8f2be2;

}

.fa-times-circle {

  color: #8f2be2;

}

.desc-feature-not {
  text-decoration: line-through;
  color: #cccccc;
}

.ver-todas {

  background: transparent !important;
  border: 0px;
  font-size: 0.80rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
  color: #504f4f!important;

}

.ul {
  padding: initial;
}

.feature-group {
  position: relative;
}

.desc-feature {
  position: relative;
}

.feature-with-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
  text-decoration: underline dotted;
}

.tooltip-box {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #504F4F;
  color: #ffffff;
  padding: 8px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  z-index: 10;
}

.desc-feature:hover .tooltip-box {
  opacity: 1;
  visibility: visible;
}

.feature-with-tooltip:hover .tooltip-box {
  position: relative;
  display: block;
}
/* --- Badge de PROMO --- */
.badge-promo {
position: absolute;
  top: 20px;
  width: 70px;
  height: 70px;
  z-index: 10;
  left:74%;
  pointer-events: none;
  border-radius: 16px;
}
.badge-promo-wp {
	position: absolute;
	top: 30px;
	width: 80px;
	height: 70px;
	z-index: 10;
	left: 66%;
	pointer-events: none;
	border-radius: 16px;
}
.promo {
  fill: #28087B;
  opacity: 0.9;
}

.texto-promo {
  fill: white;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
@media (max-width: 600px) {
  .badge-promo {
    top: 30px;
    left: auto;
    right: 0px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
  }
  .badge-promo-wp {
    top: 30px;
    left: auto;
    right: 0px;
    width: 55px;
    height: 55px;
    border-radius: 12px;
  }
  .texto-promo {
    font-size: 16px;
    letter-spacing: 2px;
  }
}