body {
  width: 100%;
  background-color: #fff;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}

img {
  width: 100%;
}

.cva {
  position: relative;
}
.cva .button {
  position: absolute;
  bottom: 3vh;
  left: 0;
  right: 0;
  margin: auto;
  animation: anime1 0.6s ease 0s infinite alternate;
  transform-origin: center;
}
.cva .button img {
  max-width: 90%;
}

.cva .button {
  animation: anime1 0.6s ease 0s infinite alternate;
  transform-origin: center;
}
.cva .button img {
  max-width: 95%;
}

.element {
  animation: tikatika 1s step-end infinite;
}

@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fotter {
  padding: 3% 6%;
}

.copy {
  background-color: #e6f1f3;
  color: #000;
  font-size: 13px;
  padding: 2%;
  text-align: center;
}
.copy .nav {
  padding-bottom: 1%;
}

@keyframes anime1 {
  from {
    transform: scale(0.95, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}/*# sourceMappingURL=style.css.map */