.col-sm.centralizar{
  max-width: fit-content;
  margin-inline: auto;
}
.col-sm.fit{
  max-width: fit-content;
}

div.container.home{
  margin-top:2.5em;
  max-width: 97%;
}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}