@import url(https://fonts.googleapis.com/css?family=Hammersmith+One|Montserrat:400,700&display=swap);
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: Montserrat, sans-serif;
  color: #fff;
}
strong {
  font-weight: 600;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: none;
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  appearance: none;
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button,
html,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body,
html {
  max-width: 100%;
  overflow-x: hidden;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  appearance: none;
  -moz-appearance: textfield;
}
input[type="number"]:focus,
input[type="number"]:hover {
  appearance: none;
  -moz-appearance: number-input;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header {
  background: linear-gradient(180deg, #002644 73.77%, #001423 100%);
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
  z-index: 2;
}
.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 25px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::after,
.menu__btn > span::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
  transition-duration: 0.25s;
}
.menu__btn > span::before {
  content: "";
  top: -10px;
}
.menu__btn > span::after {
  content: "";
  top: 10px;
}
.menu__box {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 82px;
  right: -100%;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  transition-duration: 0.25s;
}
.menu__item {
  display: block;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  transition-duration: 0.25s;
}
.menu__item:hover {
  color: #e54c83;
}
.menu__hr {
  background: #b9bbbb;
  width: 85%;
  height: 3px;
  border-radius: 100px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.anuncio__pic {
  display: block;
  width: 100%;
  height: 576px;
}
.main__wrapper,
.main__wrapper-step2 {
  background: #96b7de;
  border: 4px solid rgba(78, 74, 74, 0.6);
  border-radius: 10px;
}
.content__winner {
  background: #e64c83;
  border: 4px solid #98204b;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 16px;
  margin-bottom: 40px;
}
.winner_text,
.winner_text-movil {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
}
.img-responsive {
  height: 100%;
}
.form-group {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
#formulario,
#formulario-2 {
  display: grid;
}
#formulario .form-group,
#formulario-2 .form-group {
  position: relative;
  margin-bottom: 3%;
  font-size: 14px;
}
#formulario .form-group + .form-group,
#formulario-2 .form-group + .form-group {
  margin-top: 10px;
}
#formulario .form-label,
#formulario-2 .form-label {
  position: absolute;
  left: 20px;
  top: 12px;
  color: #999;
  background-color: #fff;
  padding-top: 2px;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
#calle::placeholder,
#tc::placeholder {
  color: #999;
  font-family: Montserrat, sans-serif;
}
.form__fecha {
  left: 12% !important;
  top: 3px !important;
}
#formulario .focused .form-label,
#formulario-2 .focused .form-label {
  transform: translateY(-125%);
  font-size: 1.1em;
  padding: 0 5px;
}
#formulario .form-input,
#formulario-2 .form-input {
  position: relative;
  width: 100%;
  border: solid 1px #d6d6d6 !important;
  color: #666;
  height: 40px;
  outline: 0;
  background: #fff;
  font-size: 16px;
  box-shadow: none;
  line-height: 18px;
  padding: 10px 30px;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  transition: box-shadow 150ms ease-out;
}
#formulario .form-input:focus,
#formulario-2 .form-input:focus {
  border: solid 1px #d6d6d6 !important;
}
#formulario button:focus,
#formulario-2 button:focus {
  background-color: #e64c83 !important;
  outline-color: #e64c83;
  outline: 0;
  border: solid 1px #e64c83 !important;
}
#formulario .form-input.filled,
#formulario-2 .form-input.filled {
  border: solid 1px #90ee90;
}
.formulario__btn-wrapper {
  padding: 8px;
  border: 0;
  border-radius: 100px;
  background-color: #ff108a;
}
.formulario__btn {
  position: relative;
  background: #ff37ab;
  border: 3px solid #fff;
  border-radius: 100px;
  background-size: cover;
  width: 100%;
  font-weight: 800;
  text-align: center;
  color: #fff;
  text-shadow: 1px 4px 10px rgba(0, 0, 0, 0.5);
}
.form-btn__wrapper {
  background: #fff;
  height: 90px;
  padding: 0 20px;
}
.formulario__bday {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  margin-bottom: 10px;
}
.address-cp,
.formulario__bday > .focused:first-child {
  margin-top: 10px;
}
.formulario__address {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
  grid-column-gap: 20px;
  margin-bottom: 20px;
}
.address-cp {
  grid-column: span 5;
}
.address-calle {
  grid-column: span 13;
}
.address-next {
  grid-column: span 6;
}
.wrong::-webkit-input-placeholder {
  color: red;
}
.legal__text {
  color: #000;
  font-size: 12px;
}
.legal a {
  color: #000;
}
.legal label {
  position: relative;
  top: -4px;
}
#legal-check,
#legal-check2,
#legal-check3 {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 20;
  padding-top: 5%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 6px;
}
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  opacity: 0.2;
}
.modal p {
  color: #000 !important;
  margin-bottom: 20px;
  line-height: 28px !important;
  font-size: 13px !important;
  float: none;
}
#aceptoall {
  padding: 5px 39px;
  line-height: 26px;
  border: 2px solid #23c787;
  border-radius: 4px;
  background: #23c787;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
#noaceptoall {
  padding: 4px 14px;
  font-size: 14px;
  border-color: #a3a3a3;
  background: #a3a3a3;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  border-radius: 4px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
#nom {
  color: #000;
}
#formulario-2 .form-group label,
#formulario-2 h3,
#formulario-2 p,
#pais_label {
  display: block;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1em;
  color: #000;
}
#formulario-2 h3 {
  margin-bottom: 0;
}
.hijos {
  text-align: center;
  background: #fff;
  padding: 10px;
  border: solid 1px #d6d6d6;
  font-size: 16px;
  font-weight: 700;
  color: #666;
  border-radius: 4px;
  line-height: 1.42857143;
}
.wrapper__hijos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
}
#decesos {
  margin-bottom: 20px;
}
.main-home {
  padding: 35px 30px;
}
.main-home__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 45px;
}
.main-home__product {
  border: 4px solid #e0a8bc;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  position: relative;
}
.home__time {
  padding: 15px 10px;
  width: 155px;
}
.home__time {
  background-color: #004aa0;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 5px;
  display: flex;
  z-index: 10;
  position: relative;
}
.home-time__img {
  margin-right: 10px;
}
.home-time__time {
  font-size: 18px;
}
.home-time__time {
  position: relative;
  font-weight: 600;
  text-align: center;
}
.home-time__time div {
  display: inline-block;
  line-height: 1;
}
.home__product-pic {
  display: block;
  z-index: 2;
  width: 100%;
  height: auto;
  margin-top: -50px;
  margin-bottom: 30px;
}
.home-description__wrapper {
  background-color: #fff;
  display: grid;
}
.home-product__title {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}
.home-benefit {
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: #98204b;
  margin: 0 auto;
  margin-bottom: 30px;
}
.home-benefit::before {
  content: "";
  display: block;
  background: url(../img/svg/home_benefit.svg) no-repeat;
  width: 16px;
  height: 16px;
  float: left;
  margin: 0 14px 0 0;
}
.home-btn {
  position: relative;
  background: #fff;
  background-image: url(../img/png/home_btn.png);
  border: 0;
  background-size: cover;
  max-width: 214px;
  width: 100%;
  height: 57px;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  margin-bottom: 25px;
}
.home__hr {
  border: 5px solid #b9bbbb;
  width: 100%;
  border-radius: 5px;
  margin: 45px 0;
}
.time__img,
.time__img-movil {
  margin-right: 10px;
}
.time-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.time {
  background-color: #004aa0;
  border-top-left-radius: 7px;
  border-bottom-right-radius: 10px;
  display: flex;
}
.time__time {
  position: relative;
  font-weight: 600;
  text-align: center;
}
.time__time div {
  display: inline-block;
  line-height: 1;
}
.time__time span {
  display: block;
  font-size: 13px;
  color: #fff;
}
.daysTimer {
  display: none !important;
}
.time-info__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #002644;
}
.time-info__units {
  background: #004aa0;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 10px;
}
.time__unidades,
.time__unidades-u {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  position: relative;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
.owl-theme .owl-dots .owl-dot span {
  background: #869791;
}
.home__slider-pic {
  height: auto !important;
}
.bottom_info:hover {
  color: #64b3f4;
}
.ir-arriba {
  display: none;
  background-repeat: no-repeat;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.fa-stack {
  position: relative;
  display: inline-block;
  line-height: 2em;
  vertical-align: middle;
}
.fa-arrow-circle-up:before {
  content: "";
  display: block;
  background: url(../img/png/arrow-top.png) no-repeat;
  width: 75px;
  height: 75px;
  background-size: cover;
}
#out {
  display: none;
}
.animation__wrapper {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999999;
  position: absolute;
  top: 0;
  left: 0;
}
.animation__title {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-top: 60px;
  padding-top: 40px;
  text-align: center;
}
.animation__marcas-text {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  margin-top: 30px;
  text-align: center;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.main-thk {
  padding: 50px 120px;
}
.wrapper-thk {
  display: grid;
  grid-template-rows: repeat(1, 1fr);
}
.thk__pendientes-title,
.thk__title {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #98204b;
  margin-bottom: 20px;
}
.thk__wrapper-codigo {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 20px;
}
.thk__codigo {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #98204b;
}
.thk__alert-text {
  font-size: 24px;
  line-height: 29px;
  color: #000;
  margin: 0 auto;
  margin-bottom: 20px;
}
.thk__alert-text strong {
  color: #000;
  font-weight: 600;
}
.thk__alert-text:before {
  content: "";
  display: block;
  background: url(../img/png/alert.png) no-repeat;
  width: 32px;
  height: 32px;
  float: left;
  margin: 0 14px 0 0;
}
.thk__btn {
  position: relative;
  background: #96b7de;
  background-image: url(../img/png/tnk-ir_tienda.png);
  border: 1px solid #ff108a;
  background-size: cover;
  max-width: 502px;
  width: 100%;
  height: 72px;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 4px 10px rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.thk__btn:hover {
  opacity: 90%;
  border: 2px solid #000;
}
.thk__pendientes-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.thk__pic {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.wrapper__instructions {
  padding: 0 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 120px;
}
.wrapper__instructions p {
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
@media (max-width: 767px) {
  .anuncio,
  .content,
  .header__back-pic-desk,
  .header__title,
  .header_logo-pic-desktop,
  .ventajas__pic {
    display: none;
  }
  #product img {
    width: 100%;
    margin: 20px 0;
  }
  .header__back-link {
    margin-right: 10px;
    display: inline-block;
  }
  .header_logo-link {
    margin-left: 20%;
  }
  .home_logo-link {
    margin-left: 0;
  }
  .header__block-movil {
    background-color: #e54c83;
    height: 34px;
  }
  .header__title-movil {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    padding: 9px 0;
  }
  .header_logo-pic-movil {
    height: 31px;
    width: 102px;
  }
  .menu__btn {
    top: 24px;
    width: 32px;
  }
  .menu__box {
    width: 100%;
  }
  .menu__item {
    padding: 5px 50px;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
  }
  .menu__box li:first-child {
    padding-top: 2px;
  }
  .menu__box li:last-child {
    padding-bottom: 2px;
  }
  .menu__box hr {
    height: 4px;
  }
  .header {
    margin-bottom: 34px;
  }
  .hamburger-menu {
    margin-bottom: -5px;
  }
  .main {
    padding: 20px 25px 30px 25px;
  }
  .main__wrapper-step2 {
    padding: 20px 25px;
  }
  .main__wrapper,
  .main__wrapper-step2 {
    border: 2px solid rgba(78, 74, 74, 0.6);
  }
  .winner_text-movil {
    font-size: 20px;
  }
  .benefits__step2,
  .content-desc__wrapper,
  .content__description-product,
  .content__description-title,
  .content__hr,
  .winner_text {
    display: none;
  }
  .content__winner {
    padding: 12px 0;
    border: 2px solid #98204b;
  }
  #formulario {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60%, 1fr));
    margin-top: 12px;
  }
  .formulario__address {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .address-cp {
    grid-column: span 2;
  }
  .address-calle {
    grid-column: span 4;
  }
  .address-next {
    grid-column: span 2;
  }
  .formulario__bday {
    grid-column-gap: 10px;
  }
  #formulario .focused .form-label {
    padding: 0;
  }
  #formulario .form-input,
  #formulario-2 .form-input {
    font-size: 14px;
    padding: 0 10px;
  }
  #year {
    padding: 4px !important;
  }
  .legal__text {
    line-height: 14px;
  }
  .legal label {
    top: -5px;
  }
  #formulario .form-label,
  #formulario-2 .form-label {
    left: 8px;
  }
  .main-home {
    padding: 20px 17px;
  }
  .main-home__wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 35px;
  }
  .home__hr {
    border: 1px solid #fff;
    width: 100%;
    margin: 18px 0;
  }
  .time-info {
    margin-bottom: 12px;
    border: 3px solid #002644;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #004aa0;
  }
  .time {
    padding: 7px 10px;
    background-color: #004aa0;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 10px;
  }
  .time__time {
    top: 2px;
    font-size: 18px;
    line-height: 22px;
  }
  .time-info__hr,
  .time-info__title,
  .time__img {
    display: none;
  }
  .time-info__units {
    padding: 10px;
  }
  .time__unidades,
  .time__unidades-u {
    font-size: 18px;
    line-height: 11px;
    top: 2px;
  }
  .content-movil_wrepper {
    padding: 0 25px;
  }
  .content-movil__title {
    font-weight: 800;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 12px;
  }
  .content-movil_btn {
    position: relative;
    background: #96b7de;
    background-image: url(../img/png/btn-conseguir.png);
    border: 0;
    background-size: cover;
    min-width: 255px;
    width: 100%;
    height: 50px;
    font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
  }
  .modal-content {
    width: 80%;
    left: 10%;
  }
  .formulario__btn {
    font-size: 18px;
    line-height: 22px;
    padding: 7px 0;
  }
  .form-btn-movil {
    font-size: 14px;
    line-height: 17px;
  }
  .form-btn__wrapper-movil {
    background: #fff;
    height: 70px;
    padding: 0 20px;
  }
  .form__fecha {
    left: 25% !important;
  }
  .owl-item {
    width: 328px;
    margin-right: 10px;
  }
  .owl-dots {
    position: relative;
    margin-top: -25px !important;
    z-index: 5;
    margin-bottom: 25px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
  }
  .owl-theme .owl-dots .owl-dot span {
    background: #869791;
  }
  .benefits {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 15px;
    padding: 0 25px;
    margin-bottom: 15px;
  }
  .benefits_card-text {
    font-size: 13px;
    line-height: 16px;
    color: #001423;
  }
  .benefits_card-text::before {
    content: "";
    display: block;
    background: url(../img/svg/check_movil.svg) no-repeat;
    width: 17px;
    height: 17px;
    float: left;
    margin: 0 14px 0 0;
  }
  .benefits_card-text a {
    font-weight: 600;
    color: #001423;
    text-decoration: underline;
  }
  .content__form-movil {
    padding: 0 25px;
    margin-bottom: 25px;
  }
  .content__form-title {
    padding: 10px 0;
    background-color: #002644;
  }
  .content__form-product {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
  }
  .content__form-description,
  .content__form-description-step2 {
    padding: 10px 22px 20px 22px;
    background-color: #fff;
  }
  .content__form-description-step2 {
    border-radius: 0 0 5px 5px;
  }
  .content__form-description p,
  .content__form-description-step2 p {
    font-size: 12px;
    line-height: 15px;
    color: #2e2727;
  }
  .form-description__p1 {
    margin-bottom: 20px;
  }
  .form-description__p2 {
    font-weight: 600;
  }
  .content-step2 {
    margin-bottom: 30px;
  }
  .benefits__step2-movil {
    padding: 0;
  }
  .hijos {
    padding: 10px 5px;
    white-space: nowrap;
  }
  .information {
    padding: 0 25px;
  }
  .information-step2-movil {
    padding: 25px;
  }
  .accordion {
    background-color: #2e2727;
    color: #fff;
    cursor: pointer;
    padding: 11px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 14px;
    line-height: 17px;
    transition: 0.4s;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .accordion:after {
    content: "";
    display: block;
    background: url(../img/svg/arrow-down-mobile.svg) no-repeat;
    width: 28px;
    height: 15px;
    float: right;
    margin-top: 2px;
  }
  .active:after {
    display: block;
    background: url(../img/svg/arrow-down-mobile.svg) no-repeat;
    width: 28px;
    height: 15px;
    float: right;
    transform: rotate(180deg);
    margin-right: 8px;
    margin-top: -2px;
  }
  .panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -40px;
    transition: max-height 0.2s ease-out;
  }
  .accordion__text {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 40px 15px;
    color: #000;
  }
  .accordion__text strong {
    font-weight: 600;
    color: #000;
    font-size: 15px;
  }
  .ventajas {
    padding: 30px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-row-gap: 30px;
    background-color: #002644;
  }
  .ventajas__desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
  }
  .ventajas__desc strong {
    font-weight: 600;
    position: relative;
    top: 15px;
    margin-bottom: -3px;
    display: block;
  }
  .ventajas__desc::before {
    content: "";
    display: block;
    width: 66px;
    height: 66px;
    float: left;
    margin: 0 10px 0 0;
  }
  .ventaja__line {
    width: 88px;
    height: 6px;
    background: #fff;
    border-radius: 100px;
    margin-bottom: -10px;
    margin-top: 30px;
  }
  .ventaja-premio::before {
    background: url(../img/png/premio_movil.png) no-repeat;
  }
  .ventaja-cesta::before {
    background: url(../img/png/cesta_movil.png) no-repeat;
  }
  .ventaja-marca::before {
    background: url(../img/png/marca_movil.png) no-repeat;
  }
  .trusted {
    padding: 30px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    justify-items: center;
    grid-row-gap: 5px;
  }
  .trusted__pic {
    grid-row: span 1;
    width: 255px;
    display: block;
    height: 93px;
  }
  .trusted__pic:last-child {
    margin-top: -5px;
  }
  .footer {
    background-color: #4e4a4a;
    padding: 45px 0;
  }
  .footer__blocks:first-child {
    display: grid;
  }
  .top_info {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin: 0 auto;
  }
  .top_info:first-child {
    margin-bottom: 30px;
  }
  .top_info:first-child::before {
    content: "";
    display: block;
    width: 23px;
    height: 16px;
    float: left;
    margin: 0 10px 0 0;
    background: url(../img/png/sobre.png) no-repeat;
  }
  .top_info:last-child {
    margin-bottom: 50px;
  }
  .bottom_info {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
  }
  .footer__hr {
    width: 252px;
    border: 1px solid #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .desk-info {
    display: none;
  }
  .fa-arrow-circle-up:before {
    width: 50px;
    height: 50px;
  }
  .main-thk {
    padding: 30px;
  }
  .wrapper-thk {
    display: flex;
    flex-direction: column;
  }
  .thk__pendientes-title,
  .thk__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .thk__wrapper-codigo {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 18px;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .thk__codigo {
    font-size: 18px;
    line-height: 22px;
  }
  .thk__alert-text,
  .thk__btn {
    display: none;
  }
  .thk__alert-text-movil {
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
  }
  .thk__alert-text-movil strong {
    color: #000;
    font-weight: 600;
  }
  .thk__alert-text-movil:before {
    content: "";
    display: block;
    background: url(../img/png/alert.png) no-repeat;
    width: 32px;
    height: 32px;
    margin: 0 auto;
  }
  .thk__btn-movil {
    position: relative;
    background: #96b7de;
    background-image: url(../img/png/thk_ir_tienda-movil.png);
    border: 0;
    background-size: cover;
    width: 109%;
    height: 72px;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 4px 10px rgb(0 0 0 / 50%);
    border-radius: 100px;
    margin-left: -4%;
    margin-bottom: 30px;
  }
  .thk__btn:hover {
    opacity: 90%;
    border: 2px solid #000;
  }
  .thk__pendientes-title {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .thk__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .wrapper__instructions {
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .wrapper__instructions p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
  }
}
@media (min-width: 375px) {
  .ventajas__desc::before {
    margin: 0 20px 0 0 !important;
  }
  .content-movil_btn {
    height: 53px;
  }
}
@media (min-width: 414px) {
  .ventajas__desc::before {
    margin: 0 35px 0 0 !important;
  }
  .thk__btn-movil {
    height: 86px;
  }
  .content-movil_btn {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .content-movil,
  .content__form-movil,
  .header__back-pic-movil,
  .header__block-movil,
  .header_logo-pic-movil,
  .thk__alert-text-movil,
  .thk__btn-movil,
  .time__img-movil,
  .ventaja__line {
    display: none;
  }
  .benefits__step2-movil {
    display: none !important;
  }

  .main__wrapper-step2 {
    padding: 45px 0;
  }
  .header__back-link {
    margin-right: 10px;
    display: inline-block;
  }
  .header__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
  }
  .header__title {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-left: 33%;
  }
  .menu__btn {
    top: 28px;
    width: 35px;
  }
  .menu__box {
    width: 250px;
  }
  .menu__item {
    padding: 12px 24px;
    font-size: 20px;
    margin-left: 20%;
  }
  .main {
    padding: 45px;
  }
  .winner_text-movil {
    display: none;
  }
  .time-info {
    margin-bottom: 45px;
  }
  .time {
    padding: 15px 20px;
    border: 4px solid #002644;
    width: 235px;
  }
  .time__time {
    top: 7px;
    font-size: 24px;
    line-height: 29px;
  }
  .time-info__hr {
    background: #002644;
    border-radius: 100px;
    height: 5px;
    width: 20%;
  }
  .time-info__units {
    border: 4px solid #002644;
    padding: 15px 20px 22px 20px;
  }
  .time__unidades,
  .time__unidades-u {
    font-size: 24px;
    line-height: 29px;
    top: 5px;
  }
  .wrapper__content {
    padding: 32px;
  }
  .content,
  .content-step2 {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-gap: 50px;
    margin-bottom: 36px;
    background: linear-gradient(97deg, #6CF 24.54%, #FC3271 100%);
  }
  .content__description {
    grid-column: span 11;
  }
  .content__form {
    grid-column: span 9;
  }
  .content__description-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    height: 60px;
    background-color: #fff;
  }
  .content-desc__wrapper {
    border-radius: 0 0 5px 5px;
  }
  .content__description-pic {
    height: auto;
    max-width: 100%;
    margin-top: 25px;
  }
  .content__hr {
    width: 10%;
    border: 3px solid #004aa0;
    background-color: #004aa0;
    margin: 0;
  }
  .content__description-product {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    width: 455px;
  }
  .content__form-title {
    padding: 16px 0;
    background-color: #002644;
  }
  .content__form-product {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #fff;
  }
  .content__form-description,
  .content__form-description-step2 {
    padding: 24px 26px 24px 54px;
    background-color: #fff;
  }
  .content__form-description {
    min-height: 181px;
  }
  .content__form-description-step2 {
    border-radius: 0 0 5px 5px;
  }
  .content__form-description p,
  .content__form-description-step2 p {
    font-size: 18px;
    line-height: 22px;
    color: #2e2727;
  }
  .form-description__p1 {
    margin-bottom: 25px;
  }
  .form-description__p2 {
    font-weight: 600;
  }
  .formulario__btn-wrapper {
    padding: 8px;
    border: 0;
    border-radius: 100px;
    background-color: #ff108a;
  }
  .home-product__title {
    height: 32px;
  }
  .formulario__btn {
    font-size: 24px;
    line-height: 29px;
    padding: 10px 0;
  }
  .formulario__btn:hover {
    opacity: 90%;
    border: 2px solid #000;
    border-radius: 100px;
  }
  .modal-content {
    width: 40%;
  }
  .owl-stage {
    transform: translate3d(-2366px, 0, 0);
    transition: all 0s ease 0s;
    width: 6422px;
  }
  .owl-theme .owl-dots .owl-dot.active span,
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #004aa0;
  }
  .owl-dots {
    margin-top: 2px !important;
  }
  .owl-carousel .owl-item img {
    height: 272px;
    max-width: 100%;
  }
  .benefits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 80px;
    margin-bottom: 40px;
  }
  .benefits__step2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
    grid-row-gap: 47px;
    padding-top: 60px;
  }
  .benefits_card-text {
    font-size: 18px;
    line-height: 22px;
    color: #001423;
  }
  .benefits_card-text::before {
    content: "";
    display: block;
    background: url(../img/svg/check.svg) no-repeat;
    width: 25px;
    height: 22px;
    float: left;
    margin: 0 14px 0 0;
  }
  .benefits_card-text a {
    font-weight: 600;
    color: #001423;
    text-decoration: underline;
  }
  .accordion {
    background-color: #2e2727;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 24px;
    line-height: 29px;
    transition: 0.4s;
    margin-bottom: 40px;
    font-weight: 600;
  }
  .accordion:after {
    content: "";
    display: block;
    background: url(../img/svg/arrow-down-desktop.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 5px;
  }
  .active:after {
    display: block;
    background: url(../img/svg/arrow-down-desktop.svg) no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    transform: rotate(180deg);
    margin-right: 0px;
    margin-top: -5px;
  }
  .panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: -40px;
    transition: max-height 0.2s ease-out;
  }
  .accordion__text {
    font-size: 14px;
    line-height: 1.42857143;
    padding: 40px 15px;
    color: #000;
  }
  .accordion__text strong {
    font-weight: 600;
    color: #000;
    font-size: 15px;
  }
  .information-step2-movil {
    padding: 0 25px;
  }
  .ventajas {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background-color: #002644;
    justify-items: center;
  }
  .ventajas__pic {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .ventajas__desc {
    font-weight: 400;
    font-size: 24px;
    line-height: 46px;
    text-align: center;
  }
  .ventajas__desc strong {
    font-weight: 600;
  }
  .ventaja__line {
    width: 88px;
    height: 6px;
    background: #fff;
    border-radius: 100px;
    margin-bottom: -10px;
    margin-top: 30px;
  }
  .trusted {
    padding: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  .trusted__pic {
    grid-column: span 1;
    width: 300px;
  }
  .footer {
    background-color: #4e4a4a;
    padding: 45px 0;
  }
  .footer__blocks:first-child {
    display: grid;
  }
  .footer__blocks:last-child {
    display: flex;
    justify-content: center;
  }
  .top_info {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    display: block;
    margin: 0 auto;
  }
  .top_info:first-child {
    margin-bottom: 30px;
  }
  .top_info:first-child::before {
    content: "";
    display: block;
    width: 23px;
    height: 16px;
    float: left;
    margin: 0 10px 0 0;
    background: url(../img/png/sobre.png) no-repeat;
  }
  .top_info:last-child {
    margin-bottom: 50px;
  }
  .bottom_info {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
  }
  .bottom_info::after {
    content: " | ";
    margin-right: 5px;
  }
  a:last-child > p::after {
    content: " ";
  }
  .footer__hr,
  .movil-info {
    display: none;
  }
}
@media (min-width: 1500px) {
  .content__description-img {
    width: 100%;
  }
}
