@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: #3d2561;
}

h2 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: italic;
}
h2 strong {
  font-size: 1.25em;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
  color: #3d2561;
}

form {
  padding: 10px 10%;
  text-align: center;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  clear: both;
}
form label {
  font-size: 0.8em;
  color: #2f1a4d;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  line-height: 1em;
  font-weight: 700;
}
.confirmation-area form label {
  color: white;
}
form input {
  -webkit-appearance: none;
  appearance: none;
  border: 0 solid #F0F0F0;
  border-bottom: 2px solid #2f1a4d;
  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: #2f1a4d;
  background-color: transparent;
}
form input::placeholder {
  color: #2f1a4d;
  opacity: 1;
}
form input:focus {
  border-bottom: 2px solid #3d2561;
}
form button {
  background-color: #ff733d;
  width: 100%;
  color: #fff;
  border: 0 solid transparent;
  height: 55px;
  outline: 0;
  border-radius: 3px;
  font-size: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-bottom: 5px solid #c74918;
  border-top: 1px solid #ffbda4;
  cursor: pointer;
}
form button.btn-sm {
  font-size: 16px;
}
form button.btn-2 {
  background-color: #3d2561;
  border-bottom: 5px solid #2f1a4d;
}
form .gif-arrow {
  max-width: 60px;
  margin-top: 30px;
}

* {
  box-sizing: border-box;
  /*** Margin **/
  /*** Width **/
  /*** Height **/
  /*** Centering ***/
}
* .m-auto {
  margin: auto;
}
* .mb-1 {
  margin-bottom: 1vh;
}
* .mb-5 {
  margin-bottom: 5vh !important;
}
* .pb-5 {
  padding-bottom: 8vh;
}
* .w-80 {
  width: 80%;
}
* .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: #e8e8e8;
}
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;
  position: relative;
  background-color: white;
  min-height: 100vh;
}
html body .main-logo {
  max-width: 80px;
  margin: auto;
  display: block;
  position: relative;
}
html body.desktop {
  background-color: #2f1a4d;
  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-2.jpg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.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;
}

.middle-section {
  /*min-height: 40vh;
  background-color: white;*/
  padding: 10px 0;
}
.middle-section .cta {
  color: #3d2561;
  text-align: center;
  width: 70%;
  margin: auto;
  padding-bottom: 12px;
}
.middle-section .cta h2 {
  margin-top: 0;
}
.middle-section .prize-text {
  color: #ff733d;
  font-weight: 700;
  text-align: center;
  font-size: 1.3em;
  margin: auto;
  display: block;
  line-height: 1.1em;
  margin-top: 12px;
}
.middle-section .prize-text strong {
  display: block;
  font-size: 1.3em;
}
.middle-section .prize-text span {
  text-transform: none;
  display: block;
}
.middle-section .prize-text .aditional-text {
  font-size: 13px;
  line-height: 1.1em;
  color: #2f1a4d;
  margin-bottom: 10px;
}

.bottom-section {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.bottom-section .fixed-bottom {
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}
.bottom-section .terms {
  font-size: 11px;
  line-height: 1.4em;
  padding: 0 0 25px 0;
  color: #2f1a4d;
  text-align: center;
  width: 80%;
  margin: auto;
}
.bottom-section .terms strong {
  font-size: 11px;
  font-weight: 700;
}
.bottom-section .terms a {
  color: #2f1a4d;
}

.confirmation-area {
  color: white;
  width: 100%;
  position: relative;
  padding: 30px;
  background-color: #3d2561;
  background: linear-gradient(194deg, #020b8c 0%, #8b32cc 100%);
}
.confirmation-area:before {
  content: " ";
  background: url(../img/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.1;
  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: #3d2561;
}
.confirmation-area .text-area h2 strong {
  color: white;
}
.confirmation-area .text-area p {
  margin-top: 0;
}
.confirmation-area form {
  position: relative;
}

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