.matriz-precios {
	padding: 48px 0;
/* 	margin-bottom: 54px; */
}

.matriz-precios .title-switch h2 {
	color: #4E00B2;
	font-family: PlutoBold;
	font-size: 28px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	margin-bottom: 0;
	max-width: 600px;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.matriz-precios .title-switch h2 .subtitle{
	color: #000;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.matriz-precios .title-switch {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 75px;
}

@media (max-width: 650px) {
	.matriz-precios .title-switch {
		padding-left: 0;	
	}
}


.matriz-precios .switch-box {
	display: flex;
	gap: 12px;
	align-items: center;
}

.matriz-precios .switch-box span.period {
	color: #000;
	text-align: center;
	font-family: Roboto;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.matriz-precios .switch-box div.discount {
	height: 100%;
	padding: 3px 12px;
	display: flex;
	align-items: center;
	border-radius: 56px;
	border: 0.5px solid #4E00B2;
	color: #4E00B2;
	text-align: center;
	font-family: Roboto;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.matriz-precios .switch-box .switch {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 24px;
	margin-bottom: 0;
}

.matriz-precios .switch-box .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.matriz-precios .switch-box .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #E5E5E5;
	transition: .4s;
	border-radius: 24px;
}

.matriz-precios .switch-box .slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
}

.matriz-precios .switch-box input:checked + .slider {
	background-color: #4842C1;
}

.matriz-precios .switch-box input:checked + .slider:before {
	transform: translateX(24px);
}

.matriz-precios .table .min-h-100 {
	min-height: 100%;
}
/* 
@media (max-width:1200px) {
	.matriz-precios .table .col-3 {
		flex: ;
	}
} */

.matriz-precios .table .slick-list{
	overflow: unset;
}

.matriz-precios .table .box {
	padding: 42px 24px 16px 24px;
	border-radius: 8px;
	background: #FFF;
	border-right: 1px solid #E4E4E7;
	border-bottom: 1px solid #E4E4E7;
	border-left: 1px solid #E4E4E7;
	height: 100%;
}

.matriz-precios .table .box .requests {
	color: #7b7b89;
	font-family: Roboto;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
	margin-bottom: 20px;
	min-height: 40px;
}

.matriz-precios .table .box.basic {
	border-top: 14px solid #7B80D2;
}

.matriz-precios .table .box.pro {
	border-top: 14px solid #7B80D2;
}

.matriz-precios .table .box.pro {
	border-top: 14px solid #5A54CA;
	border-right: 4px solid #5A54CA;
	border-bottom: 4px solid #5A54CA;
	border-left: 4px solid #5A54CA;
	position: relative;	
}

.matriz-precios .table .box.advanced {
	border-top: 14px solid #1B1851;
}

.matriz-precios .table .box.enterprise {
	border-top: 14px solid #FFE000;
}


.matriz-precios .table .box.pro .featured {
	position: absolute;
	top: -41px;
	width: 100%;
	display: flex;
	background: #5A54CA;
	color: white;
	font-family: Roboto;
	font-size: 17.5px;
	font-style: normal;
	font-weight: 800;
	line-height: 115%;
	align-items: center;
	justify-content: center;
	gap: 7px;
	height: 41px;
	left: -4px;
	width: calc(100% + 8px);
	border-radius: 8px;
}

.matriz-precios .table .box h3 {
	color: #18181B;
	font-family: Roboto;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;	
	margin-bottom: 4px;
	letter-spacing: normal;
}

.matriz-precios .table .box .description {
	color: #18181B;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 24px;
	min-height: 100px;
}

.matriz-precios .table .box .price .label{
	font-family: Roboto;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 115%;
}

.matriz-precios .table .box .price {
	color: #18181B;
	font-family: Roboto;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	margin-bottom: 20px;
}

.matriz-precios .table .box .price .number .year {
	display: none;
}

.matriz-precios .table .box .cta {
	width: 100%;
	color: #1B1851;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	padding: 20px 12px;
	border-radius: 40px;
	border: 1px solid #1B1851;	
	margin-bottom: 38px;
}

.matriz-precios .table .box .cta:hover {
	background: #1B1851;
	color: white;
}

.matriz-precios .table .box .data {
	border-top: 1px solid #000;
	padding-top: 8px;
}

.matriz-precios .table .box.basic .data .last-plan {
	opacity: 0;
}

.matriz-precios .table .box .data .last-plan {
	color: #7B80D2;
	font-family: Roboto;
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 115%;
}

.matriz-precios .table .box .data h4 {
	color: #18181B;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
	min-height: 50px;
	display: flex;
	align-items: center;
	letter-spacing: normal;
}

.matriz-precios .table .box .data ul {
	padding-left: 15px;
}

.matriz-precios .table .box .data li {
	margin-bottom: 8px;
	color: #18181B;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}

.matriz-precios .table .box.enterprise {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.matriz-precios .table .box.enterprise .cta-more {
	text-align: center;
	margin-bottom: 45px;
}
.matriz-precios .table .box.enterprise .cta-more a {
	color: #18181B;
	text-align: center;
	font-family: Roboto;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	text-align: center;
}

















