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

	.tabla-hechos-01 thead {
		display: block;
	}

	.tabla-hechos-01 tbody {
		display: block;
	}

	.tabla-hechos-01 th {
		display: block;
	}

	.tabla-hechos-01 td {
		display: block;
	}

	.tabla-hechos-01 tr {
		display: block;
	}

	.tabla-hechos-01 thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.tabla-hechos-01 tr {
		margin: 0 0 1rem 0;
	}

	.tabla-hechos-01 tr:nth-child(odd) {
		background: #ccc;
	}

	.tabla-hechos-01 td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
	}

	.tabla-hechos-01 td:before {
		position: absolute;
		top: 0;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}

	.tabla-hechos-01 td:nth-of-type(1):before {
		content: "Categoría:";
		color: #763085;
		font-weight: 800;
	}

	.tabla-hechos-01 td:nth-of-type(2):before {
		content: "Tipo:";
		color: #763085;
		font-weight: 800;
	}

	.tabla-hechos-01 td:nth-of-type(3):before {
		content: "Fecha Hecho Relevante:";
		color: #763085;
		font-weight: 800;
	}

	.tabla-hechos-01 td:nth-of-type(4):before {
		content: "Descripción:";
		color: #763085;
		font-weight: 800;
	}

	.tabla-hechos-01 tbody tr:nth-of-type(odd) td {
		background: #EDEEF4 !important;
	}

	.tabla-hechos-01 tbody tr:nth-of-type(odd) td:first-child {
		border-top-left-radius: 0;
	}

	.tabla-hechos-01 tbody tr:nth-of-type(odd) td:last-child {
		border-top-right-radius: 0;
	}

	.tabla-hechos-01 tbody tr:nth-of-type(odd) td:first-child {
		border-bottom-left-radius: 0;
	}

	.tabla-hechos-01 tbody tr:nth-of-type(odd) td:last-child {
		border-bottom-right-radius: 0;
	}

}