/* Seção: Início */
#inicio {
  position: relative;
  min-height: 75vh;
  overflow: hidden;
  scroll-margin-top: 0;
}

#inicio > video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
