.section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.section .container {
  width: 100vw;
}

#fullpage {
  position: relative;
  z-index: 0;
}

.section01 .container {
  overflow: hidden;
}

.anchorBar {
  position: fixed;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 99;
}
.anchorBar a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #000000;
  margin: 1.5em auto;
}
.anchorBar a.active {
  background-color: #ffffff;
}

@media screen and (max-width: 768px) {
  .anchorBar {
    display: none;
  }
}
@supports not (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
}
body {
  touch-action: none;
}

.noTouch {
  touch-action: none;
}

.infTxtt {
  position: fixed;
  z-index: 9999999;
  background-color: #fff;
  padding: 2em;
  top: 10%;
  left: 0%;
  border: 1px solid #000000;
}
/*# sourceMappingURL=index.css.map */