
.img-fluid {
	max-width: 100%;
	height: auto;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.table-responsive {
  max-width: 100%;
  height: auto;
  display: block;
  overflow-x: hidden; /* o hidden si no quieres scroll dentro de él */
}

* {
  max-width: 100vw;
  box-sizing: border-box;
}
