.only-desktop{
  display: block;
}
.only-mobile{
  display: none;
}

.header{
  color: #1c1c1c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header img{
  width: 100%;
  height: auto;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.full{
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
}

.logo-centrado{

  width: 50vw;
  height: auto;
  margin: 0 auto;
}

.logo-centrado img{

}

.instagram{
  position: fixed;
  z-index: 100;
  bottom: 25px;
  right: 25px;
}