@charset "UTF-8";
/* CSS Document */

body {
  font-size: 30px;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  background-color: #000;
  color: #fff;
}
.contenedor {
  height: auto;
  text-align: center;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
}

.servicio {
  display: inline-block;
  height: auto;
}

img.hero {
  background-color: rgba(0, 0, 0);
  opacity: 0.6;
}

.optincard {
  position: fixed;
  left: 10%;
  transform: translate(-6%, 0);
  top: 20%;
  margin: 10px;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  border: 2px solid #24e12a;
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.1em;
}

.optincard > a {
  text-decoration-line: none;
}

.pre-action-text {
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}

.post-action-text {
  font-size: 12px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}

.price-recurrence-text {
  font-size: 10px;
  color: #fff;
  padding: 0 20px;
  text-align: center;
}

.action {
  width: 90%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #07b10c;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
  text-shadow: #000 3px 3px 10px;
  font-family: "Noto Sans", sans-serif;
  border-radius: 15px;
  animation: bom 4s ease-in-out forwards 1s;
  transform: scale(1);
}

.closure {
  display: inline-block;
  margin-top: 70%;
  max-width: 1080px;
  height: auto;
}

@media only screen and (max-width: 320px) {
  body {
    font-size: 1em;
  }
}

@media only screen and (min-device-width: 768px) {
  .optincard {
    left: 50%;
    transform: translate(-50%, 0);
  }
}

.tyc {
  height: auto;
  background-color: #fff;
  color: #000;
  padding: 30px;
  font-size: 12px;
}

@keyframes bom {
  10% {
    transform: scale(0.9);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(0.9);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(0.9);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

img {
  width: 100%;
  position: relative;
}

input[type="submit"] {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: small;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: small;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: small;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: small;
}
