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

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

img {
  width: 100%;
}

.cva .button {
  -webkit-animation: anime1 0.6s ease 0s infinite alternate;
          animation: anime1 0.6s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.cva .button img {
  max-width: 95%;
}

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

@-webkit-keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

.copy .nav {
  padding-bottom: 1%;
}

@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.cva .contents {
  position: relative;
}

.cva .contents .button {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 95%;
}

.footer .contents {
   position: relative;
}

.footer .contents .instagram {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 13px;
  left: 220px;
  right: 0;
  margin: auto;
}

.footer .contents .tiktok {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 13px;
  left: 300px;
  right: 0;
  margin: auto;
}

.footer .contents .tel {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 65px;
  left: 20px;
  right: 420px;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */