.header-layout123 {
    position: relative;
    background-color: #ffffff;
    /* Medium devices */
    /* Large devices */
  }

  .third-bar2 {
    position: absolute;
    top: 0;
    left: -100px;
    /* right: 10px; */ /* Terceira barra */
    width: 15px;
    height: 100%;
    background: red; /* Cor da terceira barra */
    transform: skewX(18deg);
    z-index: 6;
  }

  .fourth-bar2 {
    position: absolute;
    top: 0;
    right: -25px; /* Terceira barra */
    width: 15px;
    height: 100%;
    background: white; /* Cor da terceira barra */
    transform: skewX(18deg);
    z-index: 5;
  }
  .fifth-bar2 {
    position: absolute;
    top: 0;
    right: -40px; /* Terceira barra */
    width: 15px;
    height: 100%;
    background: black; /* Cor da terceira barra */
    transform: skewX(18deg);
    z-index: 2;
  }