
/**** Start Ours Plans ADS Section ****/

.container_our_plans-ads {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
}

.our_plans-ads-bg {
	background-color: #f3f8ff;
	width: 100%;
	position: relative;
}

.our_plans-ads-bg::before {
	content: "";
	position: absolute;
	z-index: 0;
	/*background-color: #132a49;*/
	width: 100%;
	height: 48rem;
	top: 0;
	left: 0;
}

.plans_header {
	position: relative;
}

.plans_header h2 {
	/* font-size: 5.6rem;
    line-height: 6.8rem; */
	font-size: 32px;
	line-height: 39px;
	font-weight: 900;
	text-align: center;
	padding-top: 4rem;
	/* color: #1e4578; */
	color: #fff;
}

.our_plans_ads-body {
	position: relative;
}

.our_plans_ads-tabs {
	display: flex;
	place-content: center;
	gap: 1rem;
}

.our_plans_ads-tabs.nav-tabs {
	border: none;
	padding: 2.4rem 0;
	overflow-x: auto;
	overflow-y: hidden;
}

.our_plans_ads-tabs > li,
.our_plans_ads-tabs > li a {
	/* min-width: 32rem;
	max-width: 32rem; */
	min-width: 12rem;
	max-width: 12rem;
	min-height: 6.1rem;
	max-height: 6.1rem;
	border-radius: 1.2rem;
	border: none !important;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(21, 117, 211, 0.0592493);
}

.our_plans_ads-tabs > li a {
	display: flex;
	place-content: center;
	place-items: center;
	gap: 2rem;
	font-size: 1.5rem;
	line-height: 1.9rem;
	/* font-size: 1.7rem;
	line-height: 2.1rem; */
	font-weight: 700;
	transition: all 0.4s ease-in;
}

.our_plans_ads-tabs > li.active a,
.our_plans_ads-tabs > li a:hover,
.our_plans_ads-tabs > li a:active,
.our_plans_ads-tabs > li a:focus {
	transition: all 0.2s ease-out;
	background-color: #0879e3 !important;
}

.our_plans_ads-tabs > li a span {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
	color: #0879e3;
}

.our_plans_ads-tabs > li a:hover span,
.our_plans_ads-tabs > li a:focus span,
.our_plans_ads-tabs > li a:active span,
.our_plans_ads-tabs > li.active a span {
	filter: brightness(0) invert(1);
}

.tabs_whatsapp-body .tab_body {
	margin: 1.2rem 2rem;
	background-color: #f3f8ff;
	border-radius: 1.2rem;
	padding: 2.4rem 2rem;
}

.plans_body {
	display: flex;
	/* max-width: 120rem; */
	max-width: 128rem;
	overflow-y: hidden;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	margin: 0 auto;
	padding-bottom: 4rem;
}

article.plans_body-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	scroll-snap-align: center;
	border-radius: 1.5rem;
	background-color: #fff;
	min-width: 38rem;
	max-width: 38rem;
	margin: 14rem 0 2rem;
	transition: transform 0.4s ease-in;
	box-shadow: 0px 2px 68px rgba(8, 121, 227, 0.148274);
}

article.plans_body-card:nth-child(2) {
	/* padding: 6rem 1.2rem 2rem; */
	/* margin: 6rem 0 2rem; */
	position: relative;
	top: -6rem;
}

/* article.plans_body-card:hover {
    transform: scale(1.04);
    transition: transform .6s ease-in-out;
} */

.plans_card-header {
	display: flex;
	justify-content: space-between;
	/* flex-direction: column; */
	/* background-color: #fff; */
	padding: 2.8rem 2rem 0;
	border-radius: 1.5rem 1.5rem 0 0;
}

.plans_card-header .plans_card-header-price {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	position: relative;
	width: 17.9rem;
	height: 15.1rem;
	/* top: 0;
    right: 2rem; */
}

.plans_card-header .plans_card-header-info span {
	font-size: 2.4rem;
	line-height: 1.8rem;
	font-weight: 700;
	padding-left: 2rem;
	color: #284f85;
}

.plans_card-header-price .plans_card-header-price-descuento {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
	position: relative;
	width: 15.9rem;
	height: 15.1rem;
	top: -6rem;
	right: 1rem;
	z-index: 99;
}

.plans_card-header-price .plans_card-header-price-descuento h3 {
	font-size: 3rem;
	line-height: 3.7rem;
	font-weight: 900;
	color: #ffffff;
}

.plans_card-header-price .plans_card-header-price-descuento span {
	font-size: 1.9rem;
	line-height: 1.5rem;
	font-weight: 900;
	text-decoration-line: line-through;
	color: #ffffff;
}

.plans_body-card:nth-child(2) .plans_card-header-price-descuento h3,
.plans_body-card:nth-child(2) .plans_card-header-price-descuento span {
	color: #ffffff;
}

.plans_card-header .plans_card-header-price::before {
	content: "";
	position: absolute;
	background: url(https://lapieza32.com/bf_tag_blue_plan.svg) no-repeat;
	width: 17.9rem;
	height: 15.1rem;
	top: -6rem;
	right: 2rem;
}

.plans_body-card:nth-child(2)
	.plans_card-header
	.plans_card-header-price:before {
	background: url(https://lapieza32.com/bg_tag_green_plan.svg) no-repeat;
}

.plans_card-body {
	display: flex;
	flex-direction: column;
	place-items: center;
	/* background-color: #Fff; */
	padding: 0 2rem 1.2rem;
	position: relative;
	top: -4rem;
}

.blackfriday-more-popular {
    display: none !important;
}

.plans_card-body h3 {
	font-size: 3.3rem;
	line-height: 4rem;
}

.plans_card-body span {
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-decoration-line: line-through;
}

.plans_card-body h3,
.plans_card-body span {
	font-weight: 900;
	text-align: center;
	color: #041c76;
}

.plans_card-body ul {
	list-style: none;
	padding: 2rem 0 0;
	max-width: 80%;
	margin: 0 auto;
}

.plans_card-body ul li {
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 600;
	color: #8f8f8f;
	padding: 0.4rem 0;
	position: relative;
}

.plans_card-body ul li::before {
	content: "";
	background: url(https://lapieza32.com/check_iconplanes.svg) no-repeat;
	position: absolute;
	left: -2rem;
	width: 1.4rem;
	height: 1.5rem;
}

.plans_card-footer {
	display: flex;
	flex-direction: column;
	place-items: center;
	/* background-color: #Fff; */
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 1.2rem 2rem 0;
	position: relative;
	top: -4rem;
}

.plans_card-footer p {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 600;
	color: #041c76;
	padding: 0.6rem 2.4rem;
}

.plans_card-footer p > b {
	font-weight: 900;
	color: #0879e3;
}

.plans_card-footer span.card_footer-vip {
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 900;
	color: #0879e3;
}

.plans_card-footer a {
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 800;
	display: inline-block;
	padding: 1.6rem 4rem;
	margin: 1.8rem 0 0;
	border-radius: 0.4rem;
	background-color: #ff8201;
	color: #fff;
}

.plans_card-footer span.card_footer-legal {
	font-size: 1.1rem;
	line-height: 1.3rem;
	font-weight: 600;
	color: #7a7a7a;
}

.plans_card-footer p,
.plans_card-footer span,
.plans_card-footer a {
	text-align: center;
}

/**** End Ours Plans ADS Section ****/


@media (min-width: 1200px) {

	article.plans_body-card {
		min-width: 40rem;
		max-width: 40rem;
	}

	.plans_body {
		/* place-content: center; */
	}
}




