@charset "UTF-8";
p, ul, ol {
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  p, ul, ol {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  p, ul, ol {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  p, ul, ol {
    font-size: 18px;
  }
}

h1 {
  font-size: 26px;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 640px) {
  h1 {
    font-size: 26px;
  }
}
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 26px;
  }
}
h1 span {
  color: #de0e07;
}

h2 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.02;
}
h2 strong {
  font-size: 1.15em;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  line-height: 1.2em;
}

form {
  width: 100%;
  margin: 0 0 20px;
  box-sizing: border-box;
  position: relative;
}
form label {
  font-size: 0.8em;
  color: #F4F4F4;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
}
.confirmation-area form label {
  color: white;
}
form input {
  -webkit-appearance: none;
  appearance: none;
  border: 0 solid #F0F0F0;
  border-bottom: 2px solid #F4F4F4;
  box-sizing: border-box;
  display: block;
  outline: 0;
  width: 100%;
  font-size: 18px;
  height: 5vh;
  margin-bottom: 20px;
  line-height: 1.7em;
  padding: 20px;
  text-align: center;
  color: #F4F4F4;
  background-color: transparent;
}
form input::placeholder {
  color: #F4F4F4;
  opacity: 0.6;
}
.confirmation-area form input {
  border-bottom: 2px solid white;
  color: white;
}
.confirmation-area form input::placeholder {
  color: #F4F4F4;
}
.confirmation-area form input:focus {
  border-bottom: 2px solid #00a800;
}
form button {
  background-color: #00a800;
  color: #fff;
  border: 0 solid transparent;
  height: auto;
  outline: 0;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 17px 0;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
form button span {
  display: block;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 2px;
}
form button.btn-2 {
  background-color: #00a800;
}
form .gif-arrow {
  max-width: 60px;
  margin-top: 30px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-1px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
* {
  box-sizing: border-box;
  /*** Margin **/
  /*** Width **/
  /*** Height **/
  /*** Centering ***/
}
* .m-auto {
  margin: auto;
}
* .mt-3 {
  margin-top: 15px !important;
}
* .mb-1 {
  margin-bottom: 1vh;
}
* .mb-5 {
  margin-bottom: 5vh !important;
}
* .pb-5 {
  padding-bottom: 8vh;
}
* .w-80 {
  width: 80%;
}
* .w-90 {
  width: 90%;
  margin: auto;
}
* .h-100 {
  height: 100%;
}
* .vh-100 {
  height: 100vh;
}
* .center-v {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

html {
  min-height: 100vh;
  font-family: acumin-pro, sans-serif;
  position: relative;
  background-color: #000;
}
html body {
  padding: 0;
  margin: 0;
}
html body img {
  max-width: 100%;
}
html body .content-lp {
  height: auto;
  width: 100%;
  max-width: 360px;
  margin: auto;
  background-color: #000;
  color: #fff;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.07);
}
html body .main-logo {
  max-width: 80px;
  margin: auto;
  display: block;
  position: relative;
}
html body.desktop {
  position: relative;
  height: 100vh;
}
html body.desktop .content-lp {
  opacity: 0;
  display: none;
}
html body.desktop:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-confirm.jpg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}
html body.desktop:after {
  content: "¡LO SENTIMOS! No tenemos habilitada esta opción de suscripción. Intenta nuevamente desde tu teléfono móvil.";
  width: 60%;
  max-width: 500px;
  height: auto;
  position: fixed;
  background-color: transparent;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
  color: #fff;
}

.top-section {
  color: white;
  height: 100%;
  width: 100%;
  position: relative;
}
.top-section .cta-title {
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 20px 30px;
  color: #fff;
  width: 100%;
  margin: 0;
}

.middle-section {
  padding: 10px 0 5px;
  text-align: center;
  max-width: 300px;
  margin: auto;
}
.middle-section .cta {
  color: #3b5998;
  text-align: center;
  width: 70%;
  margin: auto;
  padding-bottom: 10px;
}
.middle-section .cta h2 {
  margin-top: 0;
}

.bottom-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.bottom-section .terms {
  font-size: 10px;
  line-height: 1.4em;
  padding: 0 0 10px 0;
  color: #fff;
  text-align: center;
  width: 80%;
  margin: auto;
}
.bottom-section .terms a {
  color: #fff;
}

.confirmation-area {
  color: white;
  width: 100%;
  position: relative;
  padding: 30px;
}
.confirmation-area:before {
  content: " ";
  background-color: #000;
  background-image: url(../img/bg-confirm.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.confirmation-area .text-area {
  text-align: center;
  position: relative;
  color: white;
  width: 100%;
  margin: auto;
  padding-top: 3vh;
}
.confirmation-area .text-area h2 {
  margin-bottom: 20px;
  margin-top: 2vh;
}
.confirmation-area .text-area h2 span {
  color: #de0e07;
}
.confirmation-area .text-area p {
  margin-top: 0;
}
.confirmation-area form {
  position: relative;
}

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