.table-destacados {
  margin: 0 !important;
  width: 100%;
}

.table-destacados td{
  border: 0.125rem solid gray;    
}

.contenedorDestacado {
  /* height: 7.5rem !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-destacados {
  max-width: 100%;
  max-height: 100%;
}