.listado-tabla-precios{
	display: grid;
	grid-gap: 25px;
	list-style: none;
	padding-inline-start: 0;
	padding-top: 75px;
	margin-top: 0;
}
.listado-tabla-precios .item-tabla-precio .interior-tabla-precio{
	padding: 18px 21px;
	border: 2px solid;
	border-radius: 9px;
	height: calc(100% - 65px);
}
.listado-tabla-precios .item-tabla-precio .pie-item-tabla-precio{
	margin-top: 15px;
}
.listado-tabla-precios .cabecera-item-tabla-precio{
	position: relative;
	min-height: 170px;
}
.listado-tabla-precios .cabecera-item-tabla-precio .banda{
	position: absolute;
	z-index: 1;
	top: -28px;
	right: -29px;
	width: 90px;
	height: 108px;
	background-image: url('https://metricool.com/wp-content/themes/metricool/blocks/tabla-precios/banda.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.listado-tabla-precios .cabecera-item-tabla-precio .top{
	position: absolute;
	z-index: 0;
	top: -20px;
	left: -23px;
	right: -23px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 10px;
	background-color: var(--azul);
}
.listado-tabla-precios .cabecera-item-tabla-precio .banda > span{
	display: inline-block;
	transform: rotate(50deg);
	font-weight: 700;
	font-size: 12px;
	color: var(--blanco);
	position: absolute;
	top: 34px;
	right: -8px;
}
.listado-tabla-precios .cabecera-item-tabla-precio .titulo{
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}
.listado-tabla-precios .cabecera-item-tabla-precio .precio{
	font-weight: 500;
	font-size: 24px;
	line-height: 180%;
	letter-spacing: -0.019em;
}
.listado-tabla-precios .cabecera-item-tabla-precio .leyenda{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: -0.019em;
	margin-bottom: 15px;
}
.listado-tabla-precios .cabecera-item-tabla-precio .descripcion{
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 20px;
}
.listado-tabla-precios .caracteristicas{
	list-style: none;
	padding-inline-start: 0;
}
.listado-tabla-precios .caracteristicas li{
	position: relative;
	margin-bottom: 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	padding-left: 19px;
}
.listado-tabla-precios .caracteristicas li::before{
	position: absolute;
	left: 0;
 	content: '\2713';
}
.listado-tabla-precios .cuerpo-item-tabla-precio{
	border-top: 2px solid;
	padding-top: 17px;
}
.listado-tabla-precios .item-tabla-precio .pie-item-tabla-precio a{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-right: 19px;
}
.listado-tabla-precios .item-tabla-precio .pie-item-tabla-precio a.btn-cta-negro::after{
	display: none;
}
.secciones-pestanas .txt-pestana{
	display: none;
}
.secciones-pestanas .txt-pestana.activo{
	display: block;
}
.page-id-102593 .interior-tabla-precios .contenido-pestanas .pestanas{
	display: none !important;
}
.contenido-pestanas .pestanas{
	display: flex;
	justify-content: center;
	align-items: center;
}
.contenido-pestanas .btn-pestana{
	position: relative;
	display: flex;
	margin: 0 14px;
	cursor: pointer;
}
.contenido-pestanas .btn-pestana > span{
	padding: 16px 32px;
	background-color: var(--gris-4);
	color: var(--negro);
	border: 1px solid var(--negro);
	border-radius: 8px;
	font-family: 'Inter';
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
}
.contenido-pestanas .btn-pestana.activo > span,
.contenido-pestanas .btn-pestana:hover > span{
	background-color: var(--negro);
	color: var(--blanco);
}
.contenido-pestanas .btn-pestana.activo::before,
.contenido-pestanas .btn-pestana:hover::before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 4px;
	left: 4px;
	background: linear-gradient(180deg, #589CBC 0%, #EE5B91 49.48%, #F5CA32 98.96%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
	padding: 2px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}


.cuerpo-item-tabla-precio .titulo-segundo-bloque{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding: 13px 0 20px;
}
.interior-tabla-precio{
	display: grid;
	grid-template-rows: min-content auto;
}

.cuerpo-item-tabla-precio{
	display: grid;
	grid-template-rows: auto min-content min-content;
}

.notas-footer{
	padding-top: 20px;
	margin-top: 50px;
	min-height: 120px;
}

.notas-footer p {
	font-size: 12px;
	color: #101828;
	opacity: .5;
	line-height: 1.2;
}

[data-tooltip] {
	position: relative;
	cursor: help;
	text-decoration: underline;
	display: inline-flex;
}
[data-tooltip]:hover::before {
	transform: translate(0);
	opacity: 1;
}
[data-tooltip]::before {
	content: attr(data-tooltip);
	position: absolute;
	width: 150px;
	display: block;
	background: #FFF;
	padding: 10px;
	top: -50px;
	box-shadow: 0px 2px 5px #0000008c;
	border-radius: 3px;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	left: 0;
	z-index: 110;
	opacity: 0;
	pointer-events: none;
	transform: translateY(20px);
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

/* Pantallas pequeñas */
@media only screen and (max-width: 1270px){
	.secciones-pestanas .listado-tabla-precios{
		grid-template-columns: repeat(1, minmax(auto, 1fr)) !important;
		grid-gap: 20px;
	}
	.listado-tabla-precios .item-tabla-precio .interior-tabla-precio{
		height: 100%;
	}
	.listado-tabla-precios .cabecera-item-tabla-precio{
		display: grid;
		grid-template-columns: repeat(2, minmax(auto, 1fr));
	}
	.listado-tabla-precios .cabecera-item-tabla-precio .precio{
		grid-column: 1 / 2;
		line-height: 100%;
	}
	.listado-tabla-precios .cabecera-item-tabla-precio .descripcion{
		grid-column: 2 / 3;
		grid-row: 1 / 4;
		height: 100%;
		margin-bottom: 0;
		padding-top: 35px;
	}
	.listado-tabla-precios .cabecera-item-tabla-precio .leyenda{
		grid-row: 3;
	}
	.listado-tabla-precios .cabecera-item-tabla-precio,
	.listado-tabla-precios .cuerpo-item-tabla-precio{
		padding: 20px;
	}
	.cuerpo-item-tabla-precio .botonera{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cuerpo-item-tabla-precio .botonera .btn-cta-negro{
		width: 100%;
		text-align: center;
	}
	.listado-tabla-precios .item-tabla-precio .interior-tabla-precio{
		padding: 0;
	}
	.listado-tabla-precios .cabecera-item-tabla-precio .top {
		top: 0;
		left: 0;
		right: 0;
	}
	.listado-tabla-precios .cabecera-item-tabla-precio .banda {
		top: -10px;
		right: -10px;
	}

	.notas-footer{
		min-height: unset;
	}
}
