/* ERROR 404 Y 500 */
.error-404 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.icon-404 {
  width: 22px !important;
  height: 22px !important;
  margin-left: 2px;
  margin-bottom: 4px;
}

.img-error {
  width: 100%;
}