.table-tarifas-prizes {
	--c-ttp-white: #fff;
	--c-ttp-black: #000;
	--c-ttp-accent: #387599;
	--c-ttp-hover: #f0918e;

	overflow: hidden;
}

	/* Compensamos el Elementor */
	.table-tarifas-prizes > table { margin: 0; padding: 0; }

	.table-tarifas-prizes > table th,
	.table-tarifas-prizes > table td { border: 0 none; vertical-align: middle; }

	.table-tarifas-prizes > table caption+thead tr:first-child td,
	.table-tarifas-prizes > table caption+thead tr:first-child th,
	.table-tarifas-prizes > table colgroup+thead tr:first-child td,
	.table-tarifas-prizes > table colgroup+thead tr:first-child th,
	.table-tarifas-prizes > table thead:first-child tr:first-child td,
	.table-tarifas-prizes > table thead:first-child tr:first-child th { border-top: 0 none; }

	.table-tarifas-prizes > table tbody>tr:nth-child(odd)>td,
	.table-tarifas-prizes > table tbody>tr:nth-child(odd)>th { background-color: transparent; }

	/* Datos del Widget */
	.table-tarifas-prizes > table { --sep: 15px; width: calc( 100% + ( 2 * var(--sep) ) ); border-collapse: separate; border-spacing: var(--sep); margin: 0 calc( -1 * var(--sep) ); }

		.table-tarifas-prizes > table > tbody { }
			.table-tarifas-prizes > table > tbody > tr {  }
				.table-tarifas-prizes > table > tbody > tr > th,
				.table-tarifas-prizes > table > tbody > tr:nth-child(odd) > th,
				.table-tarifas-prizes > table > tbody > tr:nth-child(even) > th { text-align: center; background-color: var(--c-ttp-accent); border-radius: 10px; }

					.table-tarifas-prizes > table > tbody > tr > th { color: var(--c-ttp-white); }

					.table-tarifas-prizes > table > tbody > tr > th select { margin: 5px 0 0; border: 0 none; background-color: var(--c-ttp-white); border-radius: 10px; }

				.table-tarifas-prizes > table > tbody > tr > th.th-legend { display: none; }

				.table-tarifas-prizes > table > tbody > tr > td,
				.table-tarifas-prizes > table > tbody > tr:nth-child(odd) > td,
				.table-tarifas-prizes > table > tbody > tr:nth-child(even) > td { text-align: center; width: 15%; background-color: #eef9ff; border-radius: 10px; }

					.table-tarifas-prizes > table > tbody > tr > td a.td-btn { display: none; }

		.table-tarifas-prizes > table > tfoot { }
			.table-tarifas-prizes > table > tfoot > tr { }
				.table-tarifas-prizes > table > tfoot > tr > th,
				.table-tarifas-prizes > table > tfoot > tr:nth-child(odd) > th,
				.table-tarifas-prizes > table > tfoot > tr:nth-child(even) > th { text-align: center; border-bottom: 2px solid var(--c-ttp-accent); }

					.table-tarifas-prizes > table > tfoot > tr > th.th-legend { padding: 0 0 15px; }

				.table-tarifas-prizes > table > tfoot > tr > td,
				.table-tarifas-prizes > table > tfoot > tr:nth-child(odd) > td,
				.table-tarifas-prizes > table > tfoot > tr:nth-child(even) > td { padding: 0 0 15px; text-align: center; width: 15%; border-bottom: 2px solid var(--c-ttp-accent); }

	/* Fuentes */

	.table-tarifas-prizes .td-btn { border: 1px solid var(--c-ttp-accent); border-radius: 10px; background-color: var(--c-ttp-white); color: var(--c-ttp-accent); padding: 10px 0; display: block; white-space: nowrap; cursor: pointer; }
		.table-tarifas-prizes .td-btn:hover { border-color: var(--c-ttp-hover); background-color: var(--c-ttp-hover); color: var(--c-ttp-white); }

	.table-tarifas-prizes .td-precio { color: var(--c-ttp-accent); }
		.table-tarifas-prizes .td-precio small { font-size: 14px; }
	.table-tarifas-prizes .td-legend { white-space: nowrap; }
		.table-tarifas-prizes .td-legend span { display: inline-block; vertical-align: middle; }
		.table-tarifas-prizes .td-legend span.data-1afila,
		.table-tarifas-prizes .td-legend span.data-2afila { font-weight: bolder; }

	/* .table-tarifas-prizes .th-selector { font-weight: 600; font-size: 20px; line-height: 130%; }
		.table-tarifas-prizes .th-selector select {}

	.table-tarifas-prizes .td-name { font-weight: 700; font-size: 16px; line-height: 110%; }
	.table-tarifas-prizes .td-precio { font-weight: 600; font-size: 20px; line-height: 150%; }
	.table-tarifas-prizes .td-legend { font-weight: 400; font-size: 12px; line-height: 150%; }

	.table-tarifas-prizes .th-legend { font-weight: 400; font-size: 16px; line-height: 120%; }

	/* Iconos */
	.table-tarifas-prizes .icov1 { display: inline-block; width: 48px; height: 48px; border-radius: 50%; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); background: var(--c-ttp-white) no-repeat center center; background-size: 70%; }

		.table-tarifas-prizes .icov1-user { background-image: url(../images/tarifas/user.svg?20230203); background-size: 17px 17px; }

		.table-tarifas-prizes .icov1-gratuito { background-image: url(../images/tarifas/gratuito.svg?20230203); background-size: 27px 17px; }
		.table-tarifas-prizes .icov1-inicial { background-image: url(../images/tarifas/inicial.svg?20230203); background-size: 18px 27px; }
		.table-tarifas-prizes .icov1-basico { background-image: url(../images/tarifas/basico.svg?20230203); background-size: 19px 27px; }
		.table-tarifas-prizes .icov1-avanzado { background-image: url(../images/tarifas/avanzado.svg?20230203); background-size: 15px 27px; }
		.table-tarifas-prizes .icov1-adjuntos { background-image: url(../images/tarifas/adjuntos.svg?20230203); background-size: 26px 28px; }
		.table-tarifas-prizes .icov1-profesional { background-image: url(../images/tarifas/profesional.svg?20230203); background-size: 19px 27px; }

		.table-tarifas-prizes .icov1-small { background: none; color: var(--c-ttp-blackblack); padding: 0; width: 10px; }


	.table-tarifas-prizes .icov2 { display: inline-block; width: 14px; height: 14px; background: no-repeat center center; vertical-align: middle; line-height: 1; }
		.table-tarifas-prizes .icov2-user { background-image: url(../images/tarifas/user.svg?20230203); background-size: contain; }
		.table-tarifas-prizes .icov2-envio { background-image: url(../images/tarifas/sobre.svg?20230203); background-size: contain; }


	.table-tarifas-prizes .xs-hide { display: inline-block !important; }
	.table-tarifas-prizes .xs-show { display: none !important; }

	@media only screen and (max-width: 768px) {
		.table-tarifas-prizes .xs-hide { display: none !important; }
		.table-tarifas-prizes .xs-show { display: inline-block !important; }
	}




@media only screen and (max-width: 768px) {

	.table-tarifas-prizes > table > tbody > tr { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 8px; }

		.table-tarifas-prizes > table > tbody > tr > th { flex: 1 0 100%; max-width: 100%; margin-bottom: 15px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
			.table-tarifas-prizes > table > tbody > tr > th.th-selector { padding: 8px; margin-bottom: 0; }
			.table-tarifas-prizes > table > tbody > tr > th > i { margin-right: 15px; }
				.table-tarifas-prizes > table > tbody > tr > th > i.icov1 { width: 30px; height: 30px; background-size: 15px 15px; }
			.table-tarifas-prizes > table > tbody > tr > th > div { flex: 1 0 0; text-align: right; }
			.table-tarifas-prizes > table > tbody > tr > th > select { flex: 0 0 auto; width: auto; margin: 0 0 0 10px; }
		.table-tarifas-prizes > table > tbody > tr > th.th-legend { order: 99; display: block; flex: 1 0 100%; max-width: 100%; margin-bottom: 0; background-color: transparent; color: var(--c-ttp-black) }
		.table-tarifas-prizes > table > tbody > tr > td { flex: 1 0 100%; max-width: 100%; margin-bottom: 0; display: flex; align-items: center; justify-content: space-between; padding: 8px 10px; gap: 12px; transform: background-color 0.3s ease-in-out; }
			.table-tarifas-prizes > table > tbody > tr > td.prize-selected { background-color: #A0DDFF; }
			.table-tarifas-prizes > table > tbody > tr > td a.td-btn { display: block; margin-top: 15px; display: none; }
			.table-tarifas-prizes > table > tbody > tr > td .icov1 { display: none; }
			.table-tarifas-prizes > table > tbody > tr > td .td-name { flex: 0 0 80px; text-align: left; }
			.table-tarifas-prizes > table > tbody > tr > td .td-precio { flex: 1 0 0; width: 100%; text-align: right; }
			.table-tarifas-prizes > table > tbody > tr > td .td-legend { flex: 1 0 0; width: 100%; text-align: right; }
				.table-tarifas-prizes > table > tbody > tr > td .td-legend .icov2 { margin-left: 5px; width: 16px; height: 16px; }

	.table-tarifas-prizes > table > tfoot > tr { display: none; flex-direction: row; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }

		.table-tarifas-prizes > table > tfoot > tr > th { flex: 1 0 100%; max-width: 100%; margin-bottom: 15px; }
		.table-tarifas-prizes > table > tfoot > tr > td { flex: 1 0 23%; max-width: 23%; margin-bottom: 15px; }

}
