body {
  overflow: hidden;
}

main {
  padding-top: 0rem !important;
}

footer {
  display: none;
}

label > span, label > span::before, nav label > span::after {
  background-color: white !important;
}

.menu_item {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-animation: animateX 800ms forwards var(--delay, 0ms);
          animation: animateX 800ms forwards var(--delay, 0ms);
}

.menu_item:nth-child(1) {
  -webkit-animation-delay: var(--delay, 666ms);
          animation-delay: var(--delay, 666ms);
}

.menu_item:nth-child(2) {
  -webkit-animation-delay: var(--delay, 766ms);
          animation-delay: var(--delay, 766ms);
}

.menu_item:nth-child(3) {
  -webkit-animation-delay: var(--delay, 866ms);
          animation-delay: var(--delay, 866ms);
}

.menu_item:nth-child(4) {
  -webkit-animation-delay: var(--delay, 966ms);
          animation-delay: var(--delay, 966ms);
}

nav ul li a {
    color: #dedede !important;
}
nav ul li a:before {
    background: #dedede !important;
}

.sva {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: all 500ms ease !important;
}

.indexHead {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  position: relative;
  color: white;
  letter-spacing: .2ch;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indexHead video {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo_sva, .marquee {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #fafafa;
}

.logo_sva {
  height: auto;
  position: relative;
  -webkit-animation: opacidad 500ms forwards var(--delay, 0ms);
          animation: opacidad 500ms forwards var(--delay, 0ms);
}

.logo_sva svg {
  margin: 0 auto;
  opacity: 0.80;
}

.indexMain {
  width: 60%;
  height: 60vh;
  margin: auto;
  position: absolute;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

h1.sva_oficina {
  border-top: 2px solid #fafafa;
  font-weight: 600;
}

p.sva_oficina {
    width: 80%;
}

.indexMain .sva_oficina {
  font-size: 1rem;
  line-height: 2rem;
  margin: 0 auto;
}

.marquee {
  position: absolute;
  bottom: 2rem;
  left: 0;
  height: 30px;
  width: 100%;
  overflow: hidden;
}

.original {
  position: relative !important;
}

.item, .track {
  height: 100%;
  display: flex;
}

.track {
  position: relative;
  top: 0;
  left: 0;
}

.item {
  align-items: center;
  will-change: transform;
}

.item span, .item p {
  display: block;
  white-space: pre;
  font-size: 18px;
  font-weight: 400;
}

.item span:nth-child(even) {
  margin: 0 20px;
  --icon-size: 0.6em;
}

.original {
  position: relative !important;
}

@media (max-width: 1000px) {
  .indexHead {
    height: 100vh;
  }
  .indexHead video {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100vw;
    height: 100vh;
    -o-object-position: 88% 0;
       object-position: 88% 0;
  }
  .marquee {
    bottom: 4rem;
  }
  .item span, .item p {
  font-size: 14px;
      
  }
  .indexMain {
  width: 100%;
  }
  .indexMain .sva_oficina {
  font-size: 0.8rem;
  }
  .logo_sva svg {
    transform: scale(1);
  }
}
