/*--------------------------------------------------------------
  ##  Pricing
  --------------------------------------------------------------*/

.pricings-two-page {
	padding: 45px 0 90px;
}

@media (max-width: 991px) {
	.pricings-two-page {
		padding: 75px 0 50px;
	}
}

.pricings-two-page .section-heading.style-two .subtitle {
	color: #1abf68;
}

.pricings-two-page .section-heading.style-two .section-title {
	font-size: 30px;
}

.pricings-two-page .section-heading.style-two .section-title:before,
.pricings-two-page .section-heading.style-two .section-title:after {
	background: #1abf68;
}

.pricings-two-page {
	background: #ffffff;
}

.pricings-two-page .gp-btn {
	width: auto;
	margin-top: 15px;
	padding: 10px;
	border-radius: 10px;
}

.pricings-two-page .gp-btn.color-four {
	background-color: #f8b137;
	color: #ffffff;
}

.pricings-two-page .gp-btn.color-three {
	background-color: var(--btn-green-color);
	color: #ffffff;
}

.pricings-two-page .avanzado-btn {
	background: #b43141;
	border: 0px;
	color: #fff;
}

/*** pricing-plan **/
.pricing-plan.style-two.feature-item .gp-btn {
	background: #1abf68;
	border-color: #1abf68;
}

.pricing-plan.style-two .gp-btn:hover {
	color: #fff;
	border-color: #1abf68;
}

/***** pricing-marquee *****/
.pricing-plan {
	text-align: center;
	padding: 5px;
}

@media (max-width: 498px) {
	.pricing-plan {
		max-width: 380px;
		margin: 0 auto 30px;
	}
}

@media (min-width: 500px) and (max-width: 768px) {
	.pricing-plan {
		max-width: 500px;
		margin: 0 auto 30px;
	}
}

@media (min-width: 576px) and (max-width: 768px) {
	.pricing-plan {
		padding: 55px 25px;
	}
}

@media (max-width: 420px) {
	.pricing-plan {
		padding: 35px 30px;
	}
}

/***.pricing-plan.style-two {
	background: transparent;
	position: relative;
}***/

.pricing-plan .price-header {
	position: relative;
	padding: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid silver;
	min-height: 180px;
	max-height: 180px;
}

.pricing-plan .price-header-empty {
	min-height: 182px;
	max-height: 182px;
	margin-bottom: 2px;
	border-bottom: 1px solid silver;
}

.pricing-plan.color-recomendada .price-period .period {
	color: #1abf68;
}

.pricing-plan .price-header .price-period {
	margin-bottom: 10px;
}

.pricing-plan .price-header .price2 {
	color: #646677;
	margin-top: 5px;
	font-size: 15px;
	font-weight: 400;
}

.pricing-plan .price-header .price-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	letter-spacing: 1px;
}

.pricing-plan.color-one .price-header .price-title,
.pricing-plan.color-one .price-header .price {
	color: #f3b806;
}

.pricing-plan.color-recomendada .price-header .price-title,
.pricing-plan.color-recomendada .price-header .price {
	color: #1abf68;
}

.pricing-plan.color-two .price-header .price-title,
.pricing-plan.color-two .price-header .price {
	color: #6fa4e8;
}

.pricing-plan .price-period .price {
	margin-bottom: 0;
	color: #343e5d;
	font-size: 32px;
	font-weight: 600;
}

.pricing-plan .price-period .price span {
	font-size: 14px;
	margin-left: 5px;
	color: #949aa9;
	font-weight: 400;
}

.pricing-plan .price-period .price2 span {
	font-size: 10px;
	margin-left: 5px;
	color: #949aa9;
	font-weight: 400;
}

.pricing-plan .price-header .note {
	color: #a0a3ac;
	font-size: 15px;
	font-weight: 500;
	display: block;
	line-height: 21px;
}

.pricing-plan.color-recomendada div.price-tag {
	position: absolute;
	right: 5px;
	top: -38px;
	width: 150px;
	height: 30px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	/*background-color: #1abf68;*/
	background-image: linear-gradient(90deg, #2fcd70, #a8d2b9);
	color: white;
	font-size: 15px;
	font-weight: 500;
	padding-top: 5px;
}

.pricing-plan.color-two div.price-tag {
	position: absolute;
	right: 5px;
	top: -38px;
	width: 100px;
	height: 30px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	/* background-color: #6fa4e8; */
	background-image: linear-gradient(90deg, #4eb3df, #b5dee2);
	color: white;
	font-size: 14px;
	padding-top: 5px;
}

@media (max-width: 468px) {

	.pricing-plan.color-recomendada div.price-tag,
	.pricing-plan.color-two div.price-tag {
		top: -40px;
	}
}

@media (min-width: 469px) and (max-width: 700px) {

	.pricing-plan.color-recomendada div.price-tag,
	.pricing-plan.color-two div.price-tag {
		top: -38px;
	}
}

.pricing-plan .plan-features {
	padding-top: 15px;
}

.pricing-plan .plan-feature-item,
.pricing-plan .plan-feature-label {
	text-align: center;
	padding: 5px 3px;
	font-size: 14px;
	color: #a0a3ac;
	line-height: 20px;
	min-height: 40px;
}

.pricing-plan .plan-feature-item span {
	font-size: 10px;
}

.pricing-plan .plan-feature-item .feature-sp {
	font-size: 120%;
	display: none;
}

@media (max-width: 600px) {
	.pricing-plan .plan-feature-item .feature-sp {
		display: inline;
		margin-right: 10px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media (min-width: 601px) and (max-width: 998px) {

	.pricing-plan .plan-feature-item .feature-sp {
		display: block;
		margin-right: 10px;
		font-weight: 500;
		border-bottom: 1px dotted silver;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.pricing-plan .price-header h3.price-title {
		font-size: 20px;
	}

	.pricing-plan .price-header h2.price {
		font-size: 45px;
	}

	.pricing-plan .price-header h3.price2 {
		font-size: 25px;
	}

	.pricing-plan .price-header .note {
		font-size: 20px;
	}
}

.pricing-plan .plan-feature-label {
	text-align: right;
	font-weight: 600;
}

.pricing-plan .plan-feature-doble-altura {
	min-height: 55px;
}