@media (max-width: 750px) {
	.table.directorio tr{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		& td{
			width: 100%;
		}
		& td:first-child{
			text-align: center;
			width: 100%!important;
		}
	}
}
