/* -------------------------------------------------------------------------
 * SASS Normalize
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/****************************************************************************
  checkbox.css
 ***************************************************************************/
body {
  -webkit-animation: bugfix infinite 1s;
  -moz-animation: bugfix infinite 1s;
  -o-animation: bugfix infinite 1s;
  animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-moz-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-o-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
.checkbox-btn,
.radio-btn {
  position: relative;
  padding-left: 20px;
}

.checkbox-btn input[type=checkbox],
.radio-btn input[type=checkbox] {
  cursor: pointer;
  height: 24px !important;
  left: 0;
  margin-left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 24px !important;
  z-index: 2;
}

.checkbox-btn input[type=radio],
.radio-btn input[type=radio] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  width: 24px !important;
  height: 24px !important;
  margin: 0;
  top: 0;
  left: 0;
}

.checkbox-btn label,
.radio-btn label {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 24px;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  user-select: none;
  color: #ffffff;
}

.checkbox-btn label::after,
.radio-btn label::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  margin-left: -18px;
  background-color: var(--color-bkg);
  border: 1px solid var(--color-primary);
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}

.checkbox-btn label::before,
.radio-btn label::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  top: 6px;
  left: 4px;
  margin-left: -18px;
  border: 2px solid var(--color-primary);
  border-top: none;
  border-right: none;
  background: transparent;
  -moz-transform: rotate(-47deg);
  -o-transform: rotate(-47deg);
  -ms-transform: rotate(-47deg);
  -webkit-transform: rotate(-47deg);
  transform: rotate(-47deg);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}

.checkbox-btn label:active::before,
.radio-btn label:active::before {
  opacity: 0.3;
}

.checkbox-btn input[type=checkbox]:checked + label,
.checkbox-btn input[type=radio]:checked + label,
.radio-btn input[type=checkbox]:checked + label,
.radio-btn input[type=radio]:checked + label {
  color: #fff;
}

.checkbox-btn input[type=checkbox]:checked + label::after,
.checkbox-btn input[type=radio]:checked + label::after,
.radio-btn input[type=checkbox]:checked + label::after,
.radio-btn input[type=radio]:checked + label::after {
  border: 1px solid var(--color-primary);
}

.checkbox-btn input[type=checkbox]:checked + label::before,
.checkbox-btn input[type=radio]:checked + label::before,
.radio-btn input[type=checkbox]:checked + label::before,
.radio-btn input[type=radio]:checked + label::before {
  opacity: 1;
}

.checkbox-btn input[type=checkbox]:disabled + label,
.checkbox-btn input[type=radio]:disabled + label,
.radio-btn input[type=checkbox]:disabled + label,
.radio-btn input[type=radio]:disabled + label {
  color: #787878;
  cursor: default;
}

.checkbox-btn input[type=checkbox]:disabled + label::after,
.checkbox-btn input[type=radio]:disabled + label::after,
.radio-btn input[type=checkbox]:disabled + label::after,
.radio-btn input[type=radio]:disabled + label::after {
  border: 2px solid #787878;
  background-color: #ffffff;
}

.checkbox-btn input[type=checkbox]:disabled + label::before,
.radio-btn input[type=checkbox]:disabled + label::before {
  /*    display: none;*/
  border-color: #787878;
}

.checkbox-btn input[type=radio]:disabled + label::before,
.radio-btn input[type=radio]:disabled + label::before {
  /*    display: none;
       background-color: #787878;*/
  background-color: transparent;
  border-color: currentcolor currentcolor #aaa #aaa;
}

.radio-btn label::after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

.radio-btn label::before {
  width: 12px;
  height: 12px;
  border: none;
  top: 6px;
  left: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #000000;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/* -------------------------------------------------------------------------
 * Pandora Styles
 */
/** Mixins y Variables */
/* @prop {String} keys - Keys are identifiers mapped to a given length */
/* @prop {Map} values - Values are actual breakpoints expressed in pixels */
/* 0. Fonts
   ========================================================================== */
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-Normal-c42cac578c1e510cc83d8802f1c944a41ed7733d4c8f2338fbbb8de07e6e24fa.eot);
  src: url(/assets/ArminGrotesk-Normal-c42cac578c1e510cc83d8802f1c944a41ed7733d4c8f2338fbbb8de07e6e24fa.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-Normal-b977d240eb4850b947b03ad3533306ea88a858750acad08da532b569c1c6b581.woff2) format("woff2"), url(/assets/ArminGrotesk-Normal-5fd357c08dff521e0105daae318dadbfbbdf43847c86fc2cc28ec442f42269cc.woff) format("woff"), url(/assets/ArminGrotesk-Normal-1b6c4c5aa3cfb62bd3af3b4ae454f4947dbed079a97fd024de7ac2c909e3735d.svg#ArminGrotesk-Normal) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-SemiBold-bbb30deed5961d3d760e9f368aa046300fbc549c950e7c2beb49b789f59c1518.eot);
  src: url(/assets/ArminGrotesk-SemiBold-bbb30deed5961d3d760e9f368aa046300fbc549c950e7c2beb49b789f59c1518.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-SemiBold-00c8e27956109242340d012f9f40f821da0f675c8cc3a9faa3bdf1a7adfa085e.woff2) format("woff2"), url(/assets/ArminGrotesk-SemiBold-73742eb947268520f13a129d4070ebb76bd4f26fad92b98d5b5a249d5875d3b8.woff) format("woff"), url(/assets/ArminGrotesk-SemiBold-a4b6344a92f9778f1762bba6d2be44bd8a21034b9dd731c7efaf392ea1e948db.svg#ArminGrotesk-SemiBold) format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Armin Grotesk";
  src: url(/assets/ArminGrotesk-Black-ab4b107fa672e70721f6235f7223c06f5ec2fa87f3025aa63412d57942aced09.eot);
  src: url(/assets/ArminGrotesk-Black-ab4b107fa672e70721f6235f7223c06f5ec2fa87f3025aa63412d57942aced09.eot?#iefix) format("embedded-opentype"), url(/assets/ArminGrotesk-Black-aaa1392260a2baa349ff5e9ca544cb1555bc2b78c1574b49733f8c7b19771b08.woff2) format("woff2"), url(/assets/ArminGrotesk-Black-a785c5c860a2c8f3fbfa84e226fb3d715da0928f0814124d6dae018e3bf5535a.woff) format("woff"), url(/assets/ArminGrotesk-Black-ab5e924d0c4ee8412521179212148786724d22c94be2d48ae264ba67efec57c1.svg#ArminGrotesk-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* 01. General
   ========================================================================== */
:root {
  --color-primary: #2BD6D9;
  --color-secondary: #2E1452;
  --color-tertiary: #FFC229;
  --color-bkg: #3836BF;
  --font-text-primary: "Armin Grotesk", sans-serif;
  --font-color-primary: #ffffff;
  --border-radius-xxs: 0.5rem;
  --border-radius-xs: 1rem;
  --border-radius-s: 1.5rem;
  --border-radius-m: 2rem;
  --border-radius-l: 2.5rem;
  --border-radius-xl: 3rem;
  --border-radius-xxl: 3.5rem;
  --border-radius-circle: 50%;
}

html, body {
  font-size: 62.5%;
  height: 100%;
}

body {
  background: var(--color-bkg) none no-repeat fixed center right;
  color: #fff;
  font-family: var(--font-text-primary);
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.25;
  position: relative;
}

@media (min-width: 991px) {
  body {
    background: var(--color-bkg) url(/assets/bkg-7ed0202e9c65226e9d55f199d2d45b950d8d0bc3741c7bfe580c43bc7d31e5de.png) no-repeat fixed center right;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::-moz-selection {
  background-color: var(--color-secondary);
  color: #FFF;
}

*::selection {
  background-color: var(--color-secondary);
  color: #FFF;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #fff;
  margin: 0 0 1rem;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1rem;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], textarea, select {
  background-color: #FFFFFF;
  border: 0.1rem solid #ccc;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  color: #222;
  font-size: 1.5rem;
  padding: 1.2rem 1.6rem;
  width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 0.1rem solid var(--color-primary);
  outline: 0;
}

input:focus,
input:active,
a:focus,
a:active {
  outline: 0;
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #999;
}

label a {
  color: #fff;
}

label a:hover {
  color: var(--color-primary);
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }
}
/* 02. Layout
   ========================================================================== */
/* 02.0 General **/
body.open .l-footer {
  display: none;
}

/* 02.1. Page **/
.l-container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

body > .l-container::after {
  clear: both;
  content: "";
  display: block;
  height: 20.2rem;
}

.l-container::before {
  background-color: rgba(56, 54, 191, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  body > .l-container::after {
    height: 7rem;
  }
}
/* 02.2 Header **/
.l-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
  padding: 1.2rem 0;
  position: relative;
  width: 100%;
}

.l-header img {
  max-width: 14rem;
  width: 100%;
}

.l-header .c-btn {
  border-radius: 3.5rem 0 0 3.5rem;
}

@media (min-width: 768px) {
  .l-header {
    padding: 1.5rem 0;
  }
  .l-header img {
    max-width: 18rem;
  }
}
@media (min-width: 1480px) {
  .l-container::before {
    display: none;
  }
}
/* 02.3 Main **/
.l-page {
  overflow: hidden;
  padding: 0 0 2rem;
  position: relative;
  width: 100%;
}

.l-page__container {
  overflow: hidden;
  margin: 0 auto;
  max-width: 120rem;
  width: 92%;
}

.l-page h1 {
  color: #FFF;
  font-size: 3.8rem;
  font-weight: 600;
}

/*.l-page p :not(.c-modal p b) {
  color: #FFF;
  font-size: 1.7rem;
}*/
.l-page a.c-button, .l-page a.c-button:focus {
  background-color: #ff0f64;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  outline: 0 none;
  padding: 1.4rem 4.6rem 1.4rem;
  text-decoration: none;
}

.l-page a.c-button:hover {
  background-color: #000;
}

p > a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

p > a:hover {
  color: #ccc;
  font-size: 1.4rem;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-page {
    padding-top: 1.5rem;
  }
  .l-page h1 {
    font-size: 4.2rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
  /*.l-page p :not(.c-modal p b) {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }*/
  .l-page__container {
    margin: 0;
    max-width: 62rem;
  }
  .l-page .l-page__container {
    padding-left: 12rem;
  }
}
.l-page__description {
  padding-top: 0;
  overflow: hidden;
  width: 100%;
}

.l-page__description p {
  max-width: 46rem;
}

/* 02.4 Footer */
.l-footer {
  background-color: transparent;
  margin-top: -20rem;
  min-height: 20rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media (min-width: 768px) {
  .l-footer {
    margin-top: -7rem;
    min-height: 7rem;
  }
}
.l-footer ul {
  margin: 0;
  overflow: hidden;
  padding: 2.5rem 0;
  text-align: left;
  width: 100%;
}

.l-footer ul li {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}

.l-footer ul li:last-child::before {
  display: none;
}

.l-footer a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 1rem;
  text-decoration: none;
}

.l-footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .l-footer .l-page__container {
    padding-left: 10rem;
    max-width: 120rem;
  }
  .l-footer ul li {
    display: inline-block;
    padding: 0 3rem 0 0;
  }
  .l-footer a {
    padding: 0;
  }
}
/* 03. Components
   ========================================================================== */
/* 03.1 Buttton **/
.c-btn {
  background-color: var(--color-primary);
  border: 0.2rem solid var(--color-primary);
  -webkit-border-radius: 3.5rem;
  border-radius: 3.5rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 2rem 3rem 1.6rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.c-btn:hover {
  background-color: var(--color-secondary);
  border: 0.2rem solid var(--color-secondary);
  color: #FFF;
  text-decoration: none;
}

.c-btn--link {
  background-color: transparent;
  border-color: transparent;
  color: var(--color-primary);
  text-decoration: underline;
}

.c-btn--link:hover {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
  text-decoration: underline;
}

/* 03.2 Modal **/
.c-modal {
  background-color: rgba(0, 0, 0, 0.8);
  flex-flow: column;
  justify-content: center;
  display: none;
  height: 100%;
  left: 0;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.c-modal.show {
  display: flex;
}

.c-modal__content {
  background-color: var(--color-secondary);
  -webkit-border-radius: 3.5rem;
  border-radius: 3.5rem;
  margin: 0 auto;
  max-width: 60rem;
  overflow-y: auto;
  padding: 3rem;
  width: 92%;
}

.c-modal--big .c-modal__content {
  max-width: 94rem;
}

.c-modal__close {
  overflow: hidden;
  padding: 0 0 1.5rem;
  text-align: right;
  width: 100%;
}
.c-modal__close button {
  background-color: transparent;
  border: 0 none;
  color: var(--color-primary);
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 900;
}

.c-modal__close span {
  color: var(--color-primary);
  cursor: pointer;
  font-size: 2.2rem;
  font-weight: 900;
}

.c-modal__body {
  overflow: hidden;
  padding: 1.5rem 0 2.5rem;
  width: 100%;
}

.c-modal__body h2,
.c-modal__body h3 {
  margin: 0 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
}

.c-modal__body h3 {
  font-weight: 600;
}

/* 03.3 Instructions **/
.c-instructions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 1rem;
}

.c-instructions li {
  padding: 2.5rem 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.c-instructions li::before {
  background-color: var(--color-tertiary);
  bottom: 0;
  content: "";
  height: 0.3rem;
  left: 15%;
  position: absolute;
  width: 70%;
}

.c-instructions li:nth-child(3)::before {
  display: none;
}

.c-instructions__image {
  background-color: var(--color-secondary);
  margin: 0 auto 5rem;
  max-width: 14rem;
  padding: 0 1rem;
  position: relative;
  width: 100%;
}

.c-instructions li img {
  display: block;
  margin: 0 auto;
  width: 5.4rem;
}

.c-instructions__description {
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  .c-instructions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: 3rem;
  }
  .c-instructions li {
    width: 33.33%;
  }
  .c-instructions li::before {
    bottom: auto;
    display: block;
    left: 0;
    position: absolute;
    top: 4.2rem;
    width: 100%;
  }
  .c-instructions li:nth-child(1):before {
    left: auto;
    right: 0;
    width: 50%;
  }
  .c-instructions li:nth-child(3):before {
    display: block;
    width: 50%;
  }
}
.l-page__description .c-instructions {
  padding: 1.5rem 0 3rem;
}

.l-page__description .c-instructions li {
  padding: 1.5rem 0;
}

.l-page__description .c-instructions li::before {
  left: 0;
}

.l-page__description .c-instructions__image {
  background-color: transparent;
  margin: 0 0 2rem;
  max-width: 8rem;
  padding: 0;
}

.l-page__description .c-instructions li img,
.l-page__description .c-instructions li svg {
  color: var(--color-secondary);
  margin: 0;
  width: 4.3rem;
}

.l-page__description .c-instructions h2,
.l-page__description .c-instructions h3 {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .l-page__description .c-instructions li {
    padding: 1.5rem;
  }
  .l-page__description .c-instructions li::before {
    left: auto;
    right: 2rem;
    top: 3rem;
    width: 6rem;
  }
  .l-page__description .c-instructions li:nth-child(2)::before {
    left: auto;
    right: 2rem;
  }
  .l-page__description .c-instructions li:nth-child(3)::before {
    display: none;
  }
}
/* 03.4 Form */
.c-form {
  overflow: hidden;
  width: 100%;
}

.c-form > form {
  margin: 0 auto;
  max-width: 40rem;
  overflow: hidden;
  padding-top: 1.5rem;
  width: 100%;
}

.c-form > form > h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.c-form > form > p {
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  text-align: center;
  max-width: 40rem;
}

.c-form__section {
  margin: 0 0 1rem;
  overflow: hidden;
  width: 100%;
}

.c-form__section label {
  color: var(--color-primary);
  display: block;
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.c-form__section input {
  width: 100%;
}

.c-form__section--dni input {
  max-width: 20rem;
}

.c-form__checkbox {
  margin: 0 0 1.5rem;
  overflow: hidden;
  width: 100%;
}

.c-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem 0;
  text-align: center;
}

.c-form__button .c-btn {
  font-size: 1.4rem;
  min-width: 20rem;
  padding: 1.5rem;
}

.c-form__button .c-btn--link {
  margin-top: 1.5rem;
}

.c-form__button .c-btn:hover {
  background-color: var(--color-bkg);
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.c-form__button .c-btn--link:hover {
  border-color: transparent;
  color: #fff;
}

.c-form__error,
.c-form__info {
  overflow: hidden;
  width: 100%;
}

.c-form__error > p,
.c-form__info > p {
  color: #ff4242;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 1rem 0 0;
}

.c-form__error > p:first-letter {
  text-transform: uppercase;
}

.c-form__file {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.c-form__file span {
  background-color: #C0B8CB;
  border: 4px dashed #fff;
  -webkit-border-radius: 1.5rem;
  border-radius: 1.5rem;
  color: #fff;
  position: relative;
  display: block;
  padding: 4rem 0;
  text-align: center;
  width: 100%;
}

.c-form__file input {
  cursor: pointer;
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.c-form--end h2,
.c-form--end p {
  margin-bottom: 3rem;
}

.c-form--end h3 {
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

/* 03.5 Cookie */
[id=cookie-law] {
  background-color: rgba(0, 0, 0, 0.95);
  border: 0 none;
  bottom: 0;
  color: #fff;
  font-family: var(--font-family);
  font-size: 1.5rem;
  left: 0;
  margin: 0 auto;
  padding: 3rem;
  position: fixed;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
[id=cookie-law] .text-cookie-banner > h2 {
  color: var(--color-primary);
  text-align: center;
}
[id=cookie-law] p {
  color: #ffffff;
  font-size: 1.7rem;
}
[id=cookie-law] p a {
  color: var(--color-primary);
  font-weight: bold;
  text-decoration: none;
}
[id=cookie-law] p a:hover {
  text-decoration: underline;
}

/* Base */
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-Black-9e85b50fbc4647acb3595ff094dcba0e9d32484dac698ac43c68a53a4a6f8b98.eot);
  src: url(/assets/DINPro-Black-9e85b50fbc4647acb3595ff094dcba0e9d32484dac698ac43c68a53a4a6f8b98.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-Black-fffb1348e377a0806c3f083df30689a2819360b6da13ead0ecac0c362034a2f5.woff2) format("woff2"), url(/assets/DINPro-Black-648d50f9cf3310e64085f5e8341edd6e0eb3c68a93105f945f03ca023cb1c291.woff) format("woff"), url(/assets/DINPro-Black-8e7896d9f8ca2b083a5370ddc99c836ae88147564eb19a495b95cf4b75791da5.ttf) format("truetype"), url(/assets/DINPro-Black-5e0e95434a03082b3dd685e55ffc292de1036eedde6adbed7bf6ea9b1ed7b67b.svg#DINPro-Black) format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-BlackItalic-3c6f47dfe1cd8967d60dc8be306b8a25c5cd662e2ede3eddce76cc9536a127de.eot);
  src: url(/assets/DINPro-BlackItalic-3c6f47dfe1cd8967d60dc8be306b8a25c5cd662e2ede3eddce76cc9536a127de.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-BlackItalic-fdb5212978b06203929770d0f08b70c11a9bfa6391c114f2c75f3572ca1476ac.woff2) format("woff2"), url(/assets/DINPro-BlackItalic-61b8db5d7ff661c65ae8e6f3d120b102f1cf6c4feee45f3e321ca0d54afbad21.woff) format("woff"), url(/assets/DINPro-BlackItalic-c3edf6741b0117c458e2566721cec3a37160d187326470c1ae82db496be147ce.ttf) format("truetype"), url(/assets/DINPro-BlackItalic-6a0e6410d1f0637e96958219fa1c2eb88bddb9abcf565ad87f8721321b2aa45d.svg#DINPro-BlackItalic) format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-Bold-97625877f4026a7879c732666ea80658bcfa4ec2ec4ea0967399eab79356d548.eot);
  src: url(/assets/DINPro-Bold-97625877f4026a7879c732666ea80658bcfa4ec2ec4ea0967399eab79356d548.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-Bold-3ceebae04e57864ce4945c90c314e45190456cdef86b282cadc271e4490ef762.woff2) format("woff2"), url(/assets/DINPro-Bold-efc644ac0bf8efd4d29eabcc9c46362dc4e32c6ee2b900aada6b832b2ebc9365.woff) format("woff"), url(/assets/DINPro-Bold-2ccd3cd98c85b34dce83c97567479949b6f601243e6e9b8eb138a59e560c34c7.ttf) format("truetype"), url(/assets/DINPro-Bold-83c96933fc109d86a29970be4d0cd07f13898d261bfa8a35ed5d02ed4a7b38ea.svg#DINPro-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-BoldItalic-974a953262483e7e17800125d21d9dbd42f86d7e20f221c56804c08e765247d7.eot);
  src: url(/assets/DINPro-BoldItalic-974a953262483e7e17800125d21d9dbd42f86d7e20f221c56804c08e765247d7.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-BoldItalic-10629c59c8b2d9d4d15398571c87ca98383237877a2b0f1428fa49e27fa80ee1.woff2) format("woff2"), url(/assets/DINPro-BoldItalic-1af324760b761309fa75e1b367c29b1484c80fabe3b6ee420dd4c0d469b09c67.woff) format("woff"), url(/assets/DINPro-BoldItalic-eb0adf03d1b5fb68e38a1972d1e2ef95821acd0c8ce525ac952b6fcb1ac29721.ttf) format("truetype"), url(/assets/DINPro-BoldItalic-ff10c051fb438ed1a2381d6f3a3a294f574e5db693b1716481583692127d51c4.svg#DINPro-BoldItalic) format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-Italic-5eda573c5cd9df9f60c9fc82676acfe94187c098b78dba005b80cf70e9cf25b4.eot);
  src: url(/assets/DINPro-Italic-5eda573c5cd9df9f60c9fc82676acfe94187c098b78dba005b80cf70e9cf25b4.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-Italic-e0ee4c1eaad327141b1d08426609e06feab662e2b2dc1616f74e77c9aa3d4245.woff2) format("woff2"), url(/assets/DINPro-Italic-e67878615742994c901ef5f6be7e33ef3df1d39f7e5bc7914d876cb292cd71aa.woff) format("woff"), url(/assets/DINPro-Italic-8f042183dfb5a8ae5abc49b5e4693deda2f7c294e720b6a7a435f25fe0ca629a.ttf) format("truetype"), url(/assets/DINPro-Italic-724161dbd9e3a6011bb11ef81eb95c3a1d34072cda5dd5e6dc7c4caf5c59ea3a.svg#DINPro-Italic) format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-Light-1355b337408ee548be4996955cc0ef4bf2401a1ed3bcb38f3d0898c7df0ff99f.eot);
  src: url(/assets/DINPro-Light-1355b337408ee548be4996955cc0ef4bf2401a1ed3bcb38f3d0898c7df0ff99f.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-Light-4ffb380b8cd6b03f031fcdefb5061a93f572bda3f58b488ecf2694f222216183.woff2) format("woff2"), url(/assets/DINPro-Light-172658b99fdb5abbda49b8b265bef2c5e09b4eee9814f2a477aa53553ee62fc1.woff) format("woff"), url(/assets/DINPro-Light-53cab38b2ff11c4a8010df05dc62fcedcd441541bf238308ef20a46d47458438.ttf) format("truetype"), url(/assets/DINPro-Light-b98602ede7195852456373b00fe59f16802aaffb31f5c4d6280e279c1dcc4243.svg#DINPro-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-LightItalic-909d3a7facfbc3101cf9225a8eeda9771aafda6d63459d132696bceda67cf085.eot);
  src: url(/assets/DINPro-LightItalic-909d3a7facfbc3101cf9225a8eeda9771aafda6d63459d132696bceda67cf085.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-LightItalic-4d7c9b4ced351e3b645fcb1ce7ea3f64039f48ea4ee903ab67b6a60d5c359341.woff2) format("woff2"), url(/assets/DINPro-LightItalic-2e22f52c2bdf0aab45c89ec3cea120a4fd8043c4359cee0c721ba4cd24af4ae3.woff) format("woff"), url(/assets/DINPro-LightItalic-82a7d1b37ba2654a2da148fec8b6469fe2ed8e44cfd27f590e2f75d000ca4cbc.ttf) format("truetype"), url(/assets/DINPro-LightItalic-6f6990ff7f0b7bdbb69f5bb810d5be17ab6f5d006c75f6af0c3bcca1545aaa49.svg#DINPro-LightItalic) format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DINPro";
  src: url(/assets/DINPro-Medium-aa081fd6e28540f09a92ad8ed355a5122ce59f85cdd490e5a080061d17863c84.eot);
  src: url(/assets/DINPro-Medium-aa081fd6e28540f09a92ad8ed355a5122ce59f85cdd490e5a080061d17863c84.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-Medium-71c65776745e0b86743a1d8f3b9d747b5fce8932667600ffef44409ef3861b1c.woff2) format("woff2"), url(/assets/DINPro-Medium-49e72826c29a587d9689e5b5329b8a13c9e827baade5abc8dfec3257cc7e0d8e.woff) format("woff"), url(/assets/DINPro-Medium-f4f0e1171e679e6309b86e7838b2199f7d48a3f4239ce4d63e4e9838cdc99c9e.ttf) format("truetype"), url(/assets/DINPro-Medium-1a5e04c4b24b5e77c5c2f98d4c2ac1774cb3b59247f79ab21dd99c96630580d6.svg#DINPro-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-MediumItalic-9810be76d1408baf36a45ed9554e0e26d11e0c2d610e3db5cf00fcc44312d74f.eot);
  src: url(/assets/DINPro-MediumItalic-9810be76d1408baf36a45ed9554e0e26d11e0c2d610e3db5cf00fcc44312d74f.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-MediumItalic-30e38c36b95adaa275af398797462589bd3d658f7678e90c84ecf66a8e6b1c67.woff2) format("woff2"), url(/assets/DINPro-MediumItalic-99f4ae2748257c673f1a081ca2be0c8f41339e20033d71f97e0724c86a4ab332.woff) format("woff"), url(/assets/DINPro-MediumItalic-2b5fa2e43f78c67cfb1fb107b130a8481e5ccc6adb34f748af4166b81ecd7959.ttf) format("truetype"), url(/assets/DINPro-MediumItalic-aad1c18d50ec34fa52c0bbdbc4f01cd131789e45ba1793dce09a974c0132d8db.svg#DINPro-MediumItalic) format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DIN Pro";
  src: url(/assets/DINPro-d2f7e91fad304ac8fab0820adb5c56d8cbd474570d8bbd57f90405410ea3604b.eot);
  src: url(/assets/DINPro-d2f7e91fad304ac8fab0820adb5c56d8cbd474570d8bbd57f90405410ea3604b.eot?#iefix) format("embedded-opentype"), url(/assets/DINPro-90b8b99b7a97ccef0e38a686e9c8ac0d12f602bbb12585ec1c68aec847480bde.woff2) format("woff2"), url(/assets/DINPro-ce0eb9ceecc7fc12b18fddc088861c3e4af0a35a4de79880ed3a77ccb3792c46.woff) format("woff"), url(/assets/DINPro-80d48957e8f94665dae2be51ea524485ef51002ee010e7007d4cb23b512f9603.ttf) format("truetype"), url(/assets/DINPro-ee08189c0e0f8f62097c155ec24b35708680956f3dfc2fc9467ea7c083dad447.svg#DINPro) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --Brand-color: #001E78;
  --Brand-color-2: #007CC1;
  --Brand-color-3: #001E78;
  --Brand-color-4: #2295d2;
  --Brand-color-bg: #FDF9F8;
  --Escala-de-grises-Greyscale-100: #1E1E1EFF;
  --Escala-de-grises-Greyscale-200: #3D3D38FF;
  --Escala-de-grises-Greyscale-300: #787875FF;
  --Escala-de-grises-Greyscale-400: #B2B2B2FF;
  --Escala-de-grises-Greyscale-500: #E5E5E1FF;
  --Escala-de-grises-Greyscale-600: #F7F7F2FF;
  --Escala-de-grises-Greyscale-700: #FFFFFF;
  --Title: "DIN Pro", sans-serif;
  --Content: "DIN Pro", sans-serif;
  --Generales-Backgrounds-BG-Light: var(--Escala-de-grises-Greyscale-700);
  --Generales-Backgrounds-BG-Medium: var(--Brand-color);
  --Generales-Backgrounds-BG-Invert: var(--Brand-color-2);
  --Input-Label: var(--Escala-de-grises-Greyscale-700);
  --Input-Placeholder: var(--Escala-de-grises-Greyscale-700);
  --Input-BG: #fafafa89;
  --Input-BG-Hover: #fafafa89;
  --Input-Border-Main: var(--Escala-de-grises-Greyscale-700);
  --Input-Border-Secondary: var(--Escala-de-grises-Greyscale-700);
  --Footer-BG: var(--Generales-Backgrounds-BG-Medium);
  --Footer-Menu-Item: var(--Escala-de-grises-Greyscale-700);
  --color-primary: var(--Brand-color-2);
  --color-secondary: var(--Brand-color);
  --color-bkg: var(--Brand-color-3);
  --font-color: var(--Brand-color);
  --font-color-secondary: var(--Escala-de-grises-Greyscale-700);
  --font-text-primary: var(--Content);
  --font-text-second: var(--Title);
}

*::-moz-selection {
  background-color: var(--color-primary);
  color: var(--Escala-de-grises-Greyscale-700);
}

*::selection {
  background-color: var(--Escala-de-grises-Greyscale-700);
  color: var(--color-primary);
}

b, strong {
  font-weight: 600;
}

html, body {
  font-size: 100%;
}

*::placeholder {
  color: var(--Input-Placeholder);
  opacity: 1 !important;
}

/** General */
body {
  background: var(--Brand-color-bg) url(/assets/elveranazodealdi.aldi.es/bkg-6f87764dcbf56f536cc470ad9914dc51c5bf6c8f1f704bffc40393d05abe498f.jpg) no-repeat scroll top center;
  background-size: cover;
  display: flex;
  flex-flow: column;
  height: auto;
  min-height: 100vh;
}
body > .l-container::after {
  content: none;
}

body.home {
  background: var(--Brand-color-bg) url(/assets/elveranazodealdi.aldi.es/bkg_home-responsive-d35786c875ab8d81dbef4a0a0da722b887f4437531a5f4dd7578875441103774.jpg) no-repeat scroll top center;
  background-size: cover;
}
@media screen and (min-width: 480px) {
  body.home {
    background: var(--Brand-color-bg) url(/assets/elveranazodealdi.aldi.es/bkg_home-responsive-d35786c875ab8d81dbef4a0a0da722b887f4437531a5f4dd7578875441103774.jpg) no-repeat scroll center center;
    background-size: cover;
  }
}
@media screen and (min-width: 991px) {
  body.home {
    background: var(--Brand-color-bg) url(/assets/elveranazodealdi.aldi.es/bkg_home-a2d3c6890540aa5d4c46807bf69236f2eac61d717dd877abe5f5bdf343540e46.jpg) no-repeat scroll right bottom;
    background-size: cover;
  }
}

.l-container {
  display: flex;
  flex-flow: column;
  flex: 1;
  min-height: 80vh;
}
@media screen and (min-width: 768px) {
  .l-container {
    min-height: auto;
  }
}
.l-container::before {
  display: none;
}

/* Header */
.l-header {
  background-color: transparent;
  margin: 0;
  padding: 0.75rem 0 0.125rem 2vw;
}
@media screen and (min-width: 768px) {
  .l-header {
    margin: 0;
    padding: 1.25rem 0 1.25rem 2vw;
  }
}
.l-header img {
  max-width: 3.125rem;
}
@media screen and (min-width: 991px) {
  .l-header img {
    max-width: 4.375rem;
  }
}
.l-header .c-btn {
  background-color: var(--Brand-color);
  border: none;
  border-radius: 3.125rem 0 0 3.125rem;
  color: #fff;
  font-family: var(--font-text-primary);
  font-size: 0.875rem;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-header .c-btn {
    font-size: 1rem;
  }
}
.l-header .c-btn:hover {
  background-color: var(--Brand-color-2);
  border: none;
  color: #fff;
}

.c-instructions li::before {
  height: 0.125rem;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-instructions li::before {
    top: 1.375rem;
  }
}

/** Modal */
.c-modal--big .c-modal__content {
  max-width: 58.75rem;
}
.c-modal__content {
  background-color: var(--Escala-de-grises-Greyscale-700);
  border-radius: var(--border-radius-s);
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-modal__content {
    padding: 1.875rem;
  }
}
.c-modal .c-instructions {
  gap: 0.3125rem;
  margin: auto;
  padding-top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions {
    gap: 0;
    max-width: 48.75rem;
  }
}
.c-modal .c-instructions li {
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li {
    width: 32%;
  }
}
.c-modal .c-instructions li::before {
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li::before {
    height: 0rem;
    left: auto;
    right: 17%;
    top: 1.875rem;
    width: 5.625rem;
  }
}
.c-modal .c-instructions li:last-child::before {
  display: none;
}
.c-modal .c-instructions__image {
  color: var(--font-color);
  margin: 0 0 0.9375rem;
  max-width: max-content;
  padding: 0;
}
.c-modal__body {
  padding: 0.9375rem 0 1.5625rem;
}
.c-modal__body h2, .c-modal__body h3, .c-modal__body p {
  color: var(--Brand-color);
  text-align: center;
}
.c-modal__body h2 {
  color: var(--Brand-color);
  font-family: var(--font-text-second);
  font-size: clamp(1.875rem, 3.5vw, 2.5rem);
  margin: auto auto 1.5625rem;
  text-align: center;
}
.c-modal__body h3 {
  font-family: var(--font-text-primary);
  font-size: 1rem !important;
  color: var(--Brand-color);
  margin-bottom: 0.9375rem;
  position: relative;
  text-align: center;
}
.c-modal__body p {
  font-size: 0.9375rem;
  color: var(--Brand-color);
  font-weight: 400;
  text-align: center;
}
.c-modal__body p a {
  color: var(--Brand-color);
  font-size: 0.9375rem;
  text-decoration: underline;
  font-weight: bold;
  word-break: break-word;
}
.c-modal__body p a:hover {
  color: var(--Brand-color);
}
.c-modal__body svg {
  color: var(--Brand-color-2);
  height: 3.125rem;
  width: 3.125rem;
}
.c-modal__close {
  padding: 0;
}
.c-modal__close button {
  border-radius: var(--border-radius-circle);
  border: 2px solid;
  color: var(--Brand-color);
  font-size: 1rem;
  height: 2.1875rem;
  width: 2.1875rem;
}
.c-modal__close button:hover {
  color: var(--Brand-color);
}
.c-modal__close-icon {
  width: 2.25rem;
  height: 2.25rem;
}
.c-modal__close-icon:hover {
  opacity: 0.8;
}
.c-modal__button {
  display: flex;
  justify-content: center;
}

/** Page */
.l-page {
  display: flex;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  overflow: initial;
  padding: 0;
}
@media screen and (min-width: 991px) {
  .l-page {
    justify-content: center;
    padding: 0 38% 1.25rem 0;
  }
}
@media screen and (min-aspect-ratio: 16/9) and (max-aspect-ratio: 16/9) {
  .l-page {
    padding-right: 34%;
  }
}
@media screen and (min-aspect-ratio: 4/3) and (max-aspect-ratio: 4/3) {
  .l-page {
    padding-right: 44%;
  }
}
.l-page__bkg {
  display: block;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .l-page__bkg {
    display: none;
  }
}
.l-page__title-img {
  margin: 0 auto;
  max-width: 12.5rem;
  width: 100%;
}
@media screen and (min-width: 480px) {
  .l-page__title-img {
    max-width: 15.625rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page__title-img {
    max-width: 17.5rem;
  }
}
@media screen and (min-width: 991px) {
  .l-page__title-img {
    max-width: 20rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-page__title-img {
    max-width: 25rem;
  }
}
.l-page .l-page__container {
  flex: 1;
  display: flex;
  flex-flow: column;
}
@media screen and (min-width: 768px) {
  .l-page .l-page__container {
    max-width: none;
    margin: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 991px) {
  .l-page .l-page__container {
    margin: 0;
    margin-bottom: auto;
    max-width: 34.375rem;
    padding: 0 1vw 0 5vw;
    width: 100%;
  }
}
.l-page .l-page__container > div {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.l-page .l-page__container .c-modal p a {
  color: var(--Brand-color);
  font-size: 1rem;
}
.l-page .l-page__container .c-modal p a:hover {
  color: var(--Brand-color);
}
.l-page__description {
  flex: 1;
  background-color: transparent;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
  border-radius: var(--border-radius-s);
  overflow: visible;
  padding: 0.5rem 0.125rem 1.25rem;
}
@media screen and (min-width: 991px) {
  .l-page__description {
    justify-content: center;
    align-items: center;
    padding: 0.625rem 1.25rem 4vh;
  }
}
.l-page__description > p {
  color: var(--Brand-color);
  font-weight: 600;
  font-size: clamp(0.875rem, 3vw, 0.9375rem);
  max-width: 25.25rem;
}
.l-page__description > p strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}
.l-page__description h1, .l-page__description h2 {
  color: var(--Brand-color);
}
.l-page__description p {
  color: var(--Brand-color);
}
.l-page__description .c-form__error p {
  color: #F1565E;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: left;
  margin-top: 0.5rem;
}
.l-page__description .c-instructions {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2%;
  padding: 0 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions {
    padding: 1rem 0;
  }
}
.l-page__description .c-instructions h3 {
  width: 100%;
  margin-bottom: 0.125rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions h3 {
    margin-bottom: 0.625rem;
    text-align: center;
  }
}
.l-page__description .c-instructions li {
  border: none;
  display: flex;
  flex-flow: row;
  gap: 0.9375rem;
  margin: 0 0 0.625rem;
  padding: 0.125rem 0;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li {
    border-bottom: 2px solid var(--color-primary);
    padding: 0.9375rem 0;
  }
}
.l-page__description .c-instructions li:last-child {
  border-bottom: 0 none;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li {
    border-bottom: 0 none;
    flex-flow: column;
    gap: 0;
    margin: 0;
    padding: 0;
    width: 32%;
  }
}
.l-page__description .c-instructions li::before {
  background-color: var(--color-secondary);
  display: none;
  top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li::before {
    display: block;
    right: 0.625rem;
    width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions li:nth-child(2)::before {
    right: 0.625rem;
  }
}
.l-page__description .c-instructions li svg {
  height: 3.125rem;
  width: 3.125rem;
  color: var(--Brand-color-2);
}
.l-page__description .c-instructions h2 {
  align-items: flex-start;
  color: var(--color-primary);
  display: flex;
  flex-flow: row;
  font-family: var(--font-text-primary);
  font-size: 1rem;
  font-weight: bold;
  gap: 0.625rem;
  margin: 0;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions h2 {
    margin: 0.9375rem 0;
  }
}
.l-page__description .c-instructions h2 span {
  background-color: var(--color-secondary);
  border-radius: 0.3125rem;
  color: #fff;
  min-width: 1.875rem;
  padding: 0.3125rem 0.5rem;
  text-align: center;
}
.l-page__description .c-instructions__image {
  margin: 0 0 0.3125rem;
  max-width: none;
  text-align: left;
  width: auto;
}
@media screen and (min-width: 768px) {
  .l-page__description .c-instructions__image {
    display: flex;
    justify-content: center;
    margin: 0 0 1.5625rem;
    max-width: unset;
    width: 100%;
  }
}
.l-page__description .c-instructions__description {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.l-page h1 {
  color: var(--Brand-color);
  font-family: var(--font-text-second);
  font-size: clamp(2.8125rem, 5vw, 3.4375rem);
  margin: 0 auto 0.9375rem;
}
.l-page h1 img {
  display: block;
  width: 100%;
}
.l-page p {
  font-size: 1.125rem;
  max-width: none;
  text-align: left;
}
.l-page .c-modal h2 {
  font-family: var(--font-text-second);
  font-size: clamp(1.25rem, 4vw, 1.875rem);
}
.l-page .c-modal p {
  font-size: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-page .c-modal p {
    text-align: center;
  }
}

/** Form */
.c-form {
  background-color: transparent;
  border-radius: 0.625rem;
  padding: 2vw;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  .c-form {
    padding: 0.625rem;
  }
}
.c-form > form {
  padding-top: 0;
}
.c-form > form > h2 {
  font-family: var(--font-text-second);
  color: var(--color-secondary);
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  margin: 0.625rem auto;
  max-width: 20rem;
}
.c-form > form > p {
  color: var(--Brand-color);
  font-size: 1.125rem;
  max-width: 23.75rem;
  font-weight: 400;
}
.c-form > form .c-form__step {
  color: var(--Brand-color-2);
}
.c-form__section {
  margin: 0 auto 0.125rem;
  max-width: 25rem;
}
.c-form__section label {
  color: var(--Brand-color);
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  margin: 0 0 0.25rem;
}
.c-form__section--upload label {
  color: var(--Escala-de-grises-Greyscale-200);
  max-width: 90%;
}
.c-form__section--dni input {
  max-width: unset;
}
.c-form__button {
  gap: 0.625rem;
  justify-content: space-between;
  max-width: 25rem;
  margin: 0 auto;
  padding: 0.9375rem 0;
  width: 100%;
}
.c-form__button .c-btn {
  font-size: 1rem;
  min-width: auto;
  padding: 0.9375rem 1.5625rem;
}
.c-form__button .c-btn:hover {
  background-color: var(--Brand-color-4);
  border: none;
  color: #fff;
}
.c-form__button .c-btn--link {
  color: var(--Brand-color);
  text-decoration: underline;
  margin: 0;
  border: none;
  padding: 0.9375rem 1.5625rem;
}
.c-form__button .c-btn--link:hover {
  background-color: transparent;
  border-color: none;
  text-decoration: underline;
  color: var(--Brand-color-2);
}
.c-form__file > span {
  background-color: none;
  border-radius: 0;
  border: none;
  color: var(--Escala-de-grises-Greyscale-300);
  font-weight: 500;
  padding: 0;
  text-align: center;
}
.c-form__file > span span, .c-form__file > span em {
  color: var(--Escala-de-grises-Greyscale-300);
  background-color: var(--Escala-de-grises-Greyscale-500);
  border-radius: 0;
  border: 2px dashed var(--Escala-de-grises-Greyscale-300);
  padding: 3rem 0;
}
.c-form__file [data-file-size-target=fileName] {
  margin: 0;
}
.c-form__file [data-file-size-target=fileName]:empty {
  display: none;
}
.c-form__file [data-file-size-target=fileName]:not(:empty) ~ .c-form__file-label {
  display: none;
}
.c-form__file [data-file-size-target=fileName] em {
  display: block;
  background-color: var(--Brand-color-2);
  color: var(--Escala-de-grises-Greyscale-700);
  font-style: normal;
  text-align: center;
  border: 2px solid var(--Brand-color-2);
  word-break: break-word;
}
.c-form--end {
  padding: 2.5rem 1.25rem 1.25rem;
}
@media screen and (min-width: 991px) {
  .c-form--end {
    padding: 4vw 2vw 2vw;
  }
}
.c-form--end h2, .c-form--end h3, .c-form--end p {
  color: var(--font-color);
  margin: 0 auto 1.25rem;
  font-weight: 500;
  max-width: unset;
  text-align: center;
}
.c-form--end h2 {
  color: var(--color-secondary);
  font-weight: bold;
  font-family: var(--font-text-primary);
}
.c-form--end h3 {
  display: none;
}
.c-form--end .c-form__image {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
.c-form--end .c-form__image img {
  max-width: 18.75rem;
  width: 100%;
}
.c-form--end .c-form__button {
  justify-content: center;
}
.c-form__checkbox {
  margin: 0 auto 0.9375rem;
  max-width: unset;
}
.c-form__checkbox--marketing {
  display: none;
}
.c-form__info > p {
  color: var(--Escala-de-grises-Greyscale-300);
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.3125rem;
  text-align: left;
}
.c-form__reminder p {
  color: var(--Brand-color);
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 2rem 0;
  text-align: left;
}

.tickets.new .c-form > form > p {
  font-size: 1.125rem;
  font-weight: 500;
}
.tickets .l-page {
  padding: 0;
}
.tickets .l-page__container {
  overflow: visible;
  max-width: 56.25rem;
  margin-inline: auto;
  padding: 0 0 5vw;
}
.tickets .l-page__description {
  flex: unset;
  background-color: var(--Escala-de-grises-Greyscale-700);
  border-radius: var(--border-radius-s);
  margin: auto;
  max-width: unset;
  padding: 0.375rem 0.375rem 1rem;
  width: 100%;
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .tickets .l-page__description {
    max-height: unset;
    padding: 0.375rem;
    overflow: visible;
  }
}
.tickets .c-form > form {
  max-width: unset;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .tickets .c-form > form {
    padding: 2rem;
  }
}
.tickets .c-form > form > p, .tickets .c-form > form > h2 {
  max-width: unset;
}
.tickets .c-form__section {
  max-width: unset;
}
.tickets .c-form__section--full {
  grid-column: span 1;
}
@media screen and (min-width: 768px) {
  .tickets .c-form__section--full {
    grid-column: span 2;
  }
}
.tickets .c-form__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .tickets .c-form__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.tickets .c-form__button {
  max-width: unset;
}

input[type=text], input[type=password], input[type=email], input[type=tel], textarea, select {
  background-color: var(--Escala-de-grises-Greyscale-500);
  border-color: var(--Brand-color);
  border-radius: 3rem;
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: 0.875rem;
  padding: 1rem 1.25rem;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder, select::placeholder {
  color: var(--Escala-de-grises-Greyscale-400);
  opacity: 1 !important;
}

.checkbox-btn label, .radio-btn label {
  color: var(--Escala-de-grises-Greyscale-200);
  font-size: 0.875rem;
  font-weight: 500;
}
.checkbox-btn label a, .radio-btn label a {
  color: var(--Brand-color);
  font-weight: bold;
}
.checkbox-btn label a:hover, .radio-btn label a:hover {
  color: var(--Brand-color);
}
.checkbox-btn label::after, .radio-btn label::after {
  background-color: var(--Brand-color-bg);
}

.checkbox-btn input[type=checkbox]:checked + label {
  color: var(--Escala-de-grises-Greyscale-300);
}

/** Button */
.c-home__button {
  display: flex;
  flex-flow: row;
  gap: 0.9375rem;
  justify-content: center;
}

.c-btn {
  color: var(--Escala-de-grises-Greyscale-700);
  background-color: var(--Brand-color);
  border: none;
  font-family: var(--font-text-primary);
  font-size: 1rem;
  font-weight: 600;
  padding: 0.875rem 1.125rem;
  text-transform: none;
}
.c-btn:hover {
  background-color: var(--Brand-color-4);
  border: none;
  color: #fff;
}
.c-btn--link {
  background-color: var(--Escala-de-grises-Greyscale-700);
  border: 1px solid var(--Brand-color);
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  text-decoration: none;
}
.c-btn--link:hover {
  color: var(--Escala-de-grises-Greyscale-700);
  background-color: var(--Brand-color);
  border: 1px solid var(--Brand-color);
  text-decoration: none;
}

/** Footer */
.l-footer {
  background-color: var(--Footer-BG);
  border-top: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  margin-top: 0;
  min-height: max-content;
  overflow: visible;
  position: relative;
}
@media screen and (min-width: 991px) {
  .l-footer {
    justify-content: center;
  }
}
.l-footer::before {
  background-image: repeating-linear-gradient(to right, #E30613 0, #E30613 2.5rem, #F7AF8B 2.5rem, #F7AF8B 5rem);
  content: "";
  display: block;
  height: 0.625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-footer ul {
  margin-inline: auto;
  padding: 2.1875rem 1.25rem 1.5625rem 1.25rem;
  max-width: 75rem;
  display: flex;
  flex-flow: column;
  gap: 1.25rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer ul {
    padding: 2.1875rem 2.5rem 1.5625rem 1.25rem;
    flex-flow: row wrap;
  }
}
.l-footer ul li {
  padding: 0;
}
.l-footer a {
  color: var(--Footer-Menu-Item);
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0;
  text-align: center;
}
.l-footer a:hover {
  color: var(--Footer-Menu-Item);
  text-decoration: underline;
}
.l-footer__cookies-btn {
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 0.25rem;
  bottom: 0.5rem;
  color: var(--Footer-Menu-Item);
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  line-height: 0;
  padding: 0.25rem;
  position: absolute;
  right: 0.5rem;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-footer__cookies-btn {
    bottom: auto;
    right: 1rem;
    top: 55%;
    transform: translateY(-50%) rotate(0deg);
  }
}
.l-footer__cookies-btn:hover, .l-footer__cookies-btn:focus-visible {
  transform: rotate(25deg);
}
@media screen and (min-width: 768px) {
  .l-footer__cookies-btn:hover, .l-footer__cookies-btn:focus-visible {
    transform: translateY(-50%) rotate(15deg);
  }
}
.l-footer__cookies-btn:focus-visible {
  outline: 2px solid var(--Footer-Menu-Item);
  outline-offset: 2px;
}
.l-footer__cookies-icon {
  height: 1.25rem;
  width: 1.25rem;
}

input[name="ticket[accept_marketing]"],
label[for=ticket_accept_marketing] {
  display: none;
}

/** Promotion */
.no_promotion .l-page__description {
  max-width: 25rem;
}
.no_promotion .l-page__description h2 {
  color: var(--font-color);
}

/** Prizes */
body.static_pages.prizes {
  background: var(--Brand-color-bg);
  background-size: auto;
}
body.static_pages.prizes .l-page {
  padding: 0;
}
@media screen and (min-width: 991px) {
  body.static_pages.prizes .l-page {
    padding: 0;
  }
}
body.static_pages.prizes .l-page .l-page__container {
  max-width: 80rem;
  margin-inline: auto;
  margin-inline: auto;
  padding: 0 clamp(1rem, 4vw, 1.5rem) 2rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  body.static_pages.prizes .l-page .l-page__container {
    padding: 0 clamp(1rem, 4vw, 2.5rem) 2.5rem;
  }
}

.c-prizes {
  display: flex;
  flex-flow: column;
  gap: clamp(1.75rem, 5vw, 3rem);
  width: 100%;
}
.c-prizes__header {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 1.25rem;
}
.c-prizes h1.c-prizes__title {
  max-width: unset;
  margin: 0;
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}
@media screen and (min-width: 768px) {
  .c-prizes h1.c-prizes__title {
    text-align: left;
  }
}
.c-prizes__back {
  color: var(--Brand-color);
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: var(--font-text-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.c-prizes__back:hover {
  color: var(--Brand-color-2);
  text-decoration: underline;
}
.c-prizes__back-chevron {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1;
}
.c-prizes__title {
  color: var(--Brand-color);
  font-family: var(--font-text-second);
  font-size: clamp(2.125rem, 5vw, 3rem);
  margin: 0;
}
.c-prizes__grid {
  display: grid;
  gap: clamp(1.75rem, 5vw, 5rem);
  grid-template-columns: minmax(0, 1fr);
}
@media screen and (min-width: 991px) {
  .c-prizes__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    align-items: start;
  }
}
.c-prizes__section-title {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
}
.c-prizes__section-text {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: clamp(0.875rem, 1.6vw, 1rem);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 1.25rem;
  max-width: 33.75rem;
}
.c-prizes__trip {
  display: flex;
  flex-flow: column;
}
.c-prizes__trip-image {
  border-radius: var(--border-radius-s);
  overflow: hidden;
  width: 100%;
}
.c-prizes__trip-image img {
  width: 100%;
  max-width: 31.25rem;
  margin-inline: auto;
}
.c-prizes__products {
  display: flex;
  flex-flow: column;
}
.c-prizes__products-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 480px) {
  .c-prizes__products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .c-prizes__products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.c-prizes__product {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0;
  text-align: center;
}
.c-prizes__product::before {
  content: none;
}
.c-prizes__product-image {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.c-prizes__product-image img {
  width: 100%;
  max-width: 120px;
}
.c-prizes p.c-prizes__product-name {
  font-size: 0.875rem;
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  text-align: center;
  font-weight: 500;
  margin: 0;
}
.c-prizes__experiences {
  display: flex;
  flex-flow: column;
}
.c-prizes__experiences-grid {
  display: grid;
  gap: clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: minmax(0, 1fr);
  list-style: none;
  margin: 0;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-prizes__experiences-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 768px) and (min-width: 991px) {
  .c-prizes__experiences-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.c-prizes__experience {
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
  padding: 0;
}
.c-prizes__experience::before {
  content: none;
}
.c-prizes__experience-image {
  border-radius: var(--border-radius-s);
  overflow: hidden;
  width: 100%;
}
.c-prizes__experience-image img {
  width: 100%;
  max-width: 25rem;
  margin-inline: auto;
}
.c-prizes__experience-title {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: 1.1875rem;
  font-weight: 700;
  margin: 0.375rem 0 0;
}
.c-prizes__experience-text {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: clamp(0.875rem, 1.6vw, 0.9375rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.c-prizes__cta {
  display: flex;
  justify-content: center;
  padding: clamp(0.75rem, 2vw, 1.25rem) 0;
}
.c-prizes__cta .c-btn {
  border-radius: 3.125rem;
  min-width: 13.75rem;
  padding: 1rem 2rem;
}

.c-form__data em::before {
  content: "Imagen cargada:";
  display: block;
  font-weight: bold;
  position: relative;
}

body.static_pages.faqs,
body.static_pages.legals,
body.static_pages.terms,
body.static_pages.cookie_policy,
body.static_pages.privacy {
  background: var(--Brand-color-bg);
  background-size: auto;
}
body.static_pages.faqs .l-page,
body.static_pages.legals .l-page,
body.static_pages.terms .l-page,
body.static_pages.cookie_policy .l-page,
body.static_pages.privacy .l-page {
  padding: 0;
}
@media screen and (min-width: 991px) {
  body.static_pages.faqs .l-page,
  body.static_pages.legals .l-page,
  body.static_pages.terms .l-page,
  body.static_pages.cookie_policy .l-page,
  body.static_pages.privacy .l-page {
    padding: 0;
  }
}
body.static_pages.faqs .l-page .l-page__container,
body.static_pages.legals .l-page .l-page__container,
body.static_pages.terms .l-page .l-page__container,
body.static_pages.cookie_policy .l-page .l-page__container,
body.static_pages.privacy .l-page .l-page__container {
  max-width: 80rem;
  margin-inline: auto;
  margin-inline: auto;
  padding: 0 clamp(1rem, 4vw, 1.5rem) 2rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  body.static_pages.faqs .l-page .l-page__container,
  body.static_pages.legals .l-page .l-page__container,
  body.static_pages.terms .l-page .l-page__container,
  body.static_pages.cookie_policy .l-page .l-page__container,
  body.static_pages.privacy .l-page .l-page__container {
    padding: 0 clamp(1rem, 4vw, 2.5rem) 2.5rem;
  }
}

.c-legal {
  display: flex;
  flex-flow: column;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  width: 100%;
}
.c-legal__header {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding-top: 1.25rem;
}
.c-legal__back {
  color: var(--Brand-color);
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-family: var(--font-text-primary);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}
.c-legal__back:hover {
  color: var(--Brand-color-2);
  text-decoration: underline;
}
.c-legal__back-chevron {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1;
}
.c-legal h1.c-legal__title {
  color: var(--Brand-color);
  font-family: var(--font-text-second);
  font-size: clamp(2.125rem, 5vw, 3rem);
  margin: 0;
  max-width: unset;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-legal h1.c-legal__title {
    text-align: left;
  }
}
.c-legal__subtitle {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: clamp(0.9375rem, 1.6vw, 1.0625rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 45rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-legal__subtitle {
    text-align: left;
  }
}
.c-legal__content {
  color: var(--Escala-de-grises-Greyscale-200);
  display: flex;
  flex-flow: column;
  font-family: var(--font-text-primary);
  font-size: 0.9375rem;
  gap: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.6;
}
.c-legal__section {
  display: flex;
  flex-flow: column;
  gap: 0.625rem;
}
.c-legal__section-title {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  font-weight: 700;
  margin: 0;
}
.c-legal__section-body {
  color: var(--Escala-de-grises-Greyscale-200);
  font-size: 0.9375rem;
  line-height: 1.6;
}
.c-legal__section-body > *:first-child {
  margin-top: 0;
}
.c-legal__section-body > *:last-child {
  margin-bottom: 0;
}
.c-legal__section-body p {
  color: var(--Escala-de-grises-Greyscale-200);
  font-size: 0.9375rem;
  margin: 0 0 0.75rem;
  text-align: left;
}
.c-legal__section-body h3 {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}
.c-legal__section-body h4 {
  color: var(--Brand-color);
  font-family: var(--font-text-primary);
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 0.75rem 0 0.375rem;
}
.c-legal__section-body strong, .c-legal__section-body b {
  color: var(--Escala-de-grises-Greyscale-100);
  font-weight: 700;
}
.c-legal__section-body ul, .c-legal__section-body ol {
  margin: 0 0 0.75rem;
  padding-left: 1.375rem;
}
.c-legal__section-body ul li, .c-legal__section-body ol li {
  color: var(--Escala-de-grises-Greyscale-200);
  font-size: 0.9375rem;
  margin-bottom: 0.375rem;
  list-style: disc;
  padding: 0;
}
.c-legal__section-body ul li::before, .c-legal__section-body ol li::before {
  content: none;
}
.c-legal__section-body ul li:last-child, .c-legal__section-body ol li:last-child {
  margin-bottom: 0;
}
.c-legal__section-body a {
  color: var(--Brand-color);
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline;
  word-break: break-word;
}
.c-legal__section-body a:hover {
  color: var(--Brand-color-2);
  font-size: inherit;
}
.c-legal__section-body .c-legal__table-wrap {
  -webkit-overflow-scrolling: touch;
  margin: 0.5rem 0 0.75rem;
  overflow-x: auto;
}
.c-legal__section-body table {
  border-collapse: collapse;
  font-size: 0.875rem;
  min-width: 26.25rem;
  width: 100%;
}
.c-legal__section-body table caption {
  caption-side: top;
  color: var(--Brand-color);
  font-weight: 700;
  padding: 0.5rem 0;
  text-align: left;
}
.c-legal__section-body table thead {
  background-color: var(--Brand-color);
}
.c-legal__section-body table thead th {
  color: var(--Escala-de-grises-Greyscale-700);
  font-weight: 700;
  padding: 0.625rem 0.75rem;
  text-align: left;
}
.c-legal__section-body table tbody tr {
  border-bottom: 1px solid var(--Escala-de-grises-Greyscale-500);
}
.c-legal__section-body table tbody tr:nth-child(even) {
  background-color: var(--Brand-color-bg);
}
.c-legal__section-body table tbody tr:last-child {
  border-bottom: none;
}
.c-legal__section-body table tbody td {
  color: var(--Escala-de-grises-Greyscale-200);
  padding: 0.625rem 0.75rem;
  vertical-align: top;
}
.c-legal__cta {
  display: flex;
  justify-content: center;
  padding: clamp(0.5rem, 2vw, 1rem) 0 0.5rem;
}
.c-legal__cta .c-btn {
  border-radius: 3.125rem;
  min-width: 13.75rem;
  padding: 1rem 2rem;
}

/** FAQs accordion (used inside .c-legal) */
.c-faqs {
  display: flex;
  flex-flow: column;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-faqs__item {
  padding: 0;
}
.c-faqs__item::before {
  content: none;
}
.c-faqs__entry {
  background-color: var(--Escala-de-grises-Greyscale-700);
  border: 1px solid var(--Escala-de-grises-Greyscale-500);
  border-radius: var(--border-radius-s);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.c-faqs__entry[open] {
  border-color: var(--Brand-color-2);
  box-shadow: 0 0.25rem 1rem rgba(0, 30, 120, 0.08);
}
.c-faqs__entry[open] .c-faqs__question-icon {
  transform: rotate(45deg);
}
.c-faqs__question {
  align-items: center;
  color: var(--Brand-color);
  cursor: pointer;
  display: flex;
  font-family: var(--font-text-primary);
  font-size: clamp(0.9375rem, 1.8vw, 1.0625rem);
  font-weight: 700;
  gap: 1rem;
  justify-content: space-between;
  list-style: none;
  padding: 1.125rem 1.25rem;
  transition: background-color 0.2s ease;
}
.c-faqs__question::-webkit-details-marker {
  display: none;
}
.c-faqs__question:hover {
  background-color: var(--Brand-color-bg);
}
.c-faqs__question:focus-visible {
  outline: 2px solid var(--Brand-color-2);
  outline-offset: -2px;
}
.c-faqs__question-text {
  flex: 1;
  line-height: 1.4;
}
.c-faqs__question-icon {
  align-items: center;
  background-color: var(--Brand-color-2);
  border-radius: 50%;
  color: var(--Escala-de-grises-Greyscale-700);
  display: inline-flex;
  flex-shrink: 0;
  height: 1.75rem;
  justify-content: center;
  position: relative;
  transition: transform 0.25s ease;
  width: 1.75rem;
}
.c-faqs__question-icon::before, .c-faqs__question-icon::after {
  background-color: currentColor;
  content: "";
  position: absolute;
}
.c-faqs__question-icon::before {
  height: 0.125rem;
  left: 0.4375rem;
  right: 0.4375rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-faqs__question-icon::after {
  bottom: 0.4375rem;
  left: 50%;
  top: 0.4375rem;
  transform: translateX(-50%);
  width: 0.125rem;
}
.c-faqs__answer {
  border-top: 1px solid var(--Escala-de-grises-Greyscale-500);
  color: var(--Escala-de-grises-Greyscale-200);
  font-family: var(--font-text-primary);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 1.125rem 1.25rem 1.25rem;
}
.c-faqs__answer p {
  color: var(--Escala-de-grises-Greyscale-200);
  font-size: 0.9375rem;
  margin: 0 0 0.75rem;
  text-align: left;
}
.c-faqs__answer p:last-child {
  margin-bottom: 0;
}
.c-faqs__answer a {
  color: var(--Brand-color);
  font-size: inherit;
  font-weight: 600;
  text-decoration: underline;
  word-break: break-word;
}
.c-faqs__answer a:hover {
  font-size: inherit;
  color: var(--Brand-color-2);
}
