/*~~~~~~ FONTS ~~~~~~*/
@font-face {
  font-family: 'Druk';
  src: url('../fonts/druk-condsuper-webfont.woff2') format('woff2'), url('../fonts/druk-condsuper-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Druk';
  src: url('../fonts/druktextwide-medium-webfont.woff2') format('woff2'), url('../fonts/druktextwide-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ECI';
  src: url('../fonts/ecifont-light-webfont.woff2') format('woff2'), url('../fonts/ecifont-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'ECI';
  src: url('../fonts/ecifont-medium-webfont.woff2') format('woff2'), url('../fonts/ecifont-medium-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ECI';
  src: url('../fonts/ecifont-regular-webfont.woff2') format('woff2'), url('../fonts/ecifont-regular-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
/*~~~~~~ RUTAS Y COLORES ~~~~~~*/
/*~~~~~~ BREAKPOINTS ~~~~~~*/
/*~~~~~~ CLASES LESS ~~~~~~*/
/*~~~~~~ RESETS ~~~~~~*/
html {
  scroll-behavior: smooth;
}
html,
body {
  min-height: 100%;
}
html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  -webkit-text-size-adjust: none;
  z-index: 4;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #242424;
  font-family: 'ECI';
  font-weight: 300;
  font-style: inherit;
  vertical-align: baseline;
}
@media (min-width: 992px) and (max-width: 1280px) {
  html,
  body,
  div,
  applet,
  object,
  iframe,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  a,
  abbr,
  acronym,
  address,
  big,
  cite,
  code,
  del,
  dfn,
  font,
  img,
  ins,
  kbd,
  q,
  s,
  samp,
  small,
  strike,
  sub,
  tt,
  var,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td {
    font-size: 14px;
  }
}
:focus {
  outline: 0;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th,
td {
  text-align: left;
  font-weight: normal;
}
img,
iframe {
  border: none;
  text-decoration: none;
}
ol,
ul {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
}
sup {
  font-size: 0.7rem;
}
.mb-6 {
  margin-bottom: 6rem!important;
}
@media screen and (max-width: 720px) {
  .mb-6 {
    margin-bottom: 5rem!important;
  }
}
@media screen and (max-width: 720px) {
  .container {
    padding-inline: 24px;
  }
}
.btn {
  padding: 20px 40px;
  border-radius: 4px;
  border: 1px solid #242424;
  background-color: #242424;
  font-weight: 400;
  color: #FFF;
  font-size: 16px;
  font-family: 'ECI';
  line-height: 20px;
}
.btn:hover {
  background-color: transparent;
  /*background-color: #FFF !important;*/
  border: 1px solid #242424;
}
.btn.btn-primary {
  border: 1px solid #242424;
  background-color: #242424;
  color: #FFF;
}
.btn.btn-primary:hover {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #242424;
}
.btn.btn-secondary {
  border: 1px solid #FFF;
  background-color: #FFF;
  color: #242424;
}
.btn.btn-secondary:hover {
  border: 1px solid #FFF;
  background-color: #242424;
  color: #FFF;
}
.btn.btn-terciary {
  border: 1px solid #242424;
  background-color: #242424;
  color: #FFF;
}
.btn.btn-terciary:hover {
  border: 1px solid #242424;
  background-color: #FFF;
  color: #242424;
}
h1,
.pase-vip h2 {
  font-weight: 900;
  color: #242424;
  font-size: 150px;
  font-family: 'Druk';
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  h1,
  .pase-vip h2 {
    font-size: 70px;
    line-height: 66px;
  }
}
.pase-vip {
  background-color: #DDF199;
  padding-top: 90px;
  padding-bottom: 35px;
  margin-top: -70px;
}
.pase-vip p {
  font-weight: 400;
  color: #242424;
  font-size: 1.5rem;
  font-family: 'ECI';
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 720px) {
  .pase-vip p {
    font-size: 20px;
    line-height: 27px;
    margin-top: 26px;
    margin-bottom: 0;
  }
}
.pase-vip p strong {
  font-weight: 700;
}
@media screen and (max-width: 720px) {
  .pase-vip a {
    margin-top: 1.5rem;
  }
}
.slide .tarjeta {
  position: absolute;
  bottom: -270px;
  right: 0;
  z-index: 9;
}
.franja {
  background-color: #242424;
  padding-top: 80px;
  padding-bottom: 80px;
}
.franja h3 {
  font-weight: 500;
  color: #FFF;
  font-size: 40px;
  font-family: 'ECI';
  line-height: 119%;
}
@media screen and (max-width: 720px) {
  .franja {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .franja h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.content {
  padding-top: 6rem;
}
.content h3 {
  font-weight: 500;
  color: #242424;
  font-size: 2.5rem;
  font-family: 'ECI';
  line-height: 119%;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .content h3 {
    font-size: 24px;
  }
}
.content h2 {
  font-weight: 900;
  color: #242424;
  font-size: 4rem;
  font-family: 'Druk';
  line-height: 89%;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 720px) {
  .content h2 {
    font-size: 68px;
    margin-bottom: 2.5rem;
  }
}
.content h5 {
  font-weight: 500;
  color: #242424;
  font-size: 1rem;
  font-family: 'Druk';
  line-height: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .content h5 {
    margin-top: 2.5rem;
  }
}
.content p {
  font-weight: 400;
  color: #242424;
  font-size: 1.5rem;
  font-family: 'ECI';
  line-height: 2rem;
  margin-top: 1rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 720px) {
  .content p {
    font-size: 20px;
  }
}
.content ul li {
  font-weight: 300;
  color: #242424;
  font-size: 20px;
  font-family: 'ECI';
  line-height: 27px;
  padding-left: 40px;
  margin-bottom: 1.5rem;
  position: relative;
}
.content ul li:before {
  background: url('../images/picto.svg') top left no-repeat transparent;
  background-size: cover;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 2px;
}
.franja-verde {
  background: url('../images/tarjeta-el-corte-ingles.png') center right no-repeat #DDF199;
  background-size: 400px;
  padding-top: 7.9rem;
  padding-bottom: 7rem;
}
.franja-verde h3 {
  font-weight: 900;
  color: #242424;
  font-size: 90px;
  font-family: 'Druk';
  line-height: 89%;
  text-transform: uppercase;
}
@media screen and (max-width: 720px) {
  .franja-verde {
    background: #DDF199;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .franja-verde h3 {
    font-size: 68px;
  }
}
.participar {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 720px) {
  .participar {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.participar h2 {
  font-weight: 500;
  color: #242424;
  font-size: 40px;
  font-family: 'ECI';
  line-height: 119%;
}
@media screen and (max-width: 720px) {
  .participar h2 {
    margin-top: 36px;
    font-size: 25px;
  }
}
.participar ol {
  counter-reset: item;
  margin-bottom: 2.5rem;
}
.participar ol li {
  position: relative;
  padding-left: 57px;
  margin-top: 3rem;
}
.participar ol li:before {
  content: counter(item);
  counter-increment: item;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 41px;
  height: 41px;
  background-color: #242424;
  font-size: 12px;
  color: #FFF;
}
.participar p {
  font-weight: 300;
  color: #242424;
  font-size: 15px;
  font-family: 'ECI';
  line-height: 1.5rem;
}
.participar p a {
  font-weight: 500;
  text-decoration: underline;
}
.legal {
  background-color: #CCD0D3;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.legal p {
  font-weight: 300;
  color: #242424;
  font-size: 12px;
  font-family: 'ECI';
  line-height: normal;
  margin-bottom: 0.5rem;
}
.legal ol {
  counter-reset: item;
}
.legal ol li {
  font-weight: 300;
  color: #242424;
  font-size: 12px;
  font-family: 'ECI';
  line-height: normal;
  margin-bottom: 1rem;
  margin-left: 2rem;
}
.legal ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  display: inline-block;
  width: 2rem;
  margin-left: -2rem;
}
header {
  background-color: #242424;
  padding-top: 3rem;
  padding-bottom: 2.25rem;
  margin-bottom: 74px;
  position: relative;
}
header a {
  font-weight: 400;
  color: #FFF;
  font-size: 16px;
  font-family: 'ECI';
  line-height: normal;
  margin-inline: 1.5rem;
}
header:after {
  content: '';
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: -50px;
  border-right: 98vw solid #242424;
  border-bottom: 50px solid transparent;
}
@media screen and (max-width: 720px) {
  header:after {
    height: 14px;
    bottom: -14px;
    border-bottom-width: 14px;
  }
}
@media screen and (max-width: 720px) {
  header {
    margin-bottom: 2rem;
  }
}
footer {
  background-color: #242424;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer p {
  font-weight: 300;
  color: #FFF;
  font-size: 12px;
  font-family: 'ECI';
  line-height: normal;
}
