.split-section {
  display: flex;
  width: 100vw;
  min-height: 100vh;
}

.firstsplit {
  width: 5vw;
  background: white;
  text-align: right;
  padding: 10px;
  min-height: 100vh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.secondsplit {
  padding-left: 10vw;
}

.header-menu {
  display: none;
}

.h-1,
.h-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h-3 {
  padding-top: 20px;
}

.img-lo {
  width: 50px;
  height: 50px;
  padding: 10px;
}

.bar-log {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-bottom: 30px;
  text-align: right;
}
