/* -------------------------------------------------------------------------
 * 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;
}

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: "ContinentalStagSansW";
  src: url(/assets/ContinentalStagSansW-Medium-28e298bf23bc5656d92cf397f82eb2289f855bd0d5d07395d6d5419fa8704d89.eot);
  src: url(/assets/ContinentalStagSansW-Medium-28e298bf23bc5656d92cf397f82eb2289f855bd0d5d07395d6d5419fa8704d89.eot?#iefix) format("embedded-opentype"), url(/assets/ContinentalStagSansW-Medium-ff7e12bc5f7406fe57a5349d9d0d198cee0c5084c81205148f7a1553b9ecf59e.woff2) format("woff2"), url(/assets/ContinentalStagSansW-Medium-b98bb43e95dfdab2a068ffd7ea016b76c48e5ec8a7f0ef6f58a43f5f09b3a556.woff) format("woff"), url(/assets/ContinentalStagSansW-Medium-88049d88ffdaecd8c79352619e29615e931a8e2107e6d7906348afa1f37cb50a.ttf) format("truetype"), url(/assets/ContinentalStagSansW-Medium-88a3ad79d1ee15d14957997945c2b6e9e6bf408715f842caf5b6213e9802c6a1.svg#ContinentalStagSansW-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ContinentalStagSansW";
  src: url(/assets/ContinentalStagSansW-Light-a01207e8c21fe126522a5f29b54e0852efbe80af9e9513f7b7c8c5e79a13a3ac.eot);
  src: url(/assets/ContinentalStagSansW-Light-a01207e8c21fe126522a5f29b54e0852efbe80af9e9513f7b7c8c5e79a13a3ac.eot?#iefix) format("embedded-opentype"), url(/assets/ContinentalStagSansW-Light-7c3a13537ace546d9dedf782a2a87c82966b6df450890af175427d91a8afcadb.woff2) format("woff2"), url(/assets/ContinentalStagSansW-Light-8f974e33bf73e292a23ac9ce36577f7c163512f51d752333fb7b6b24a51a769b.woff) format("woff"), url(/assets/ContinentalStagSansW-Light-daf29a8fffffd623825502f4bceaee9413a1788bf5153a0e87f1262912d39df9.ttf) format("truetype"), url(/assets/ContinentalStagSansW-Light-bf8088f630b015f396ac39d508890fee946b6493469ca8ccd9d07fce3abb93da.svg#ContinentalStagSansW-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ContinentalStagSansW Book";
  src: url(/assets/ContinentalStagSansW-Book-f79902fb51a1033022f4409a4db2eca5497790bc74ce226c329ccb317d81436d.eot);
  src: url(/assets/ContinentalStagSansW-Book-f79902fb51a1033022f4409a4db2eca5497790bc74ce226c329ccb317d81436d.eot?#iefix) format("embedded-opentype"), url(/assets/ContinentalStagSansW-Book-d62c5743953d467b6e627e5f9775799dbe8d603dad04aa72afe412471be1dd75.woff2) format("woff2"), url(/assets/ContinentalStagSansW-Book-e037ae9623b375d28513bdc36266bfc697ea01d7af7956089ebd0a01fb3581d8.woff) format("woff"), url(/assets/ContinentalStagSansW-Book-42aee631f8aab9ad68af8866e95646adafeb8aa93fcb321a4618953b4825881c.ttf) format("truetype"), url(/assets/ContinentalStagSansW-Book-bef9c03fdec842923b1d7c7b10d142a93406c6bcdf5f2c3b9805ffaafffaea1d.svg#ContinentalStagSansW-Book) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-primary: #F7A600;
  --color-secondary: #000000;
  --color-tertiary: #f2f2f2;
  --color-bkg: #ffffff;
  --font-color: #000;
  --font-text-primary: "ContinentalStagSansW", serif;
  --font-text-second: "ContinentalStagSansW Book", serif;
}

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

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

input[type=text], input[type=password], input[type=email], textarea, select {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-text-first);
  font-weight: 500;
}

label a {
  color: var(--color-primary);
  text-decoration: none;
}
label a:hover {
  text-decoration: underline;
}

/** Checkbox */
.checkbox-btn label,
.radio-btn label,
.checkbox-btn input[type=checkbox]:checked + label {
  color: var(--font-color);
}

/** General */
body {
  background: var(--color-bkg) none no-repeat fixed bottom right;
}

.l-container {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-container::before {
  background-color: rgba(255, 255, 254, 0.75);
}

.l-container::before {
  background-attachment: fixed;
  background-color: var(--color-bkg);
  background-image: url(/assets/www.porserdecontinental.com/bkg-d8854615a57668f2aee6156f0b420322b2c353d1a5bbfbb767272d15e9d27444.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
}

@media (min-width: 991px) {
  body {
    background: var(--color-bkg) none no-repeat fixed bottom right;
  }
  .l-container::before {
    background-attachment: fixed, fixed;
    background-color: transparent, var(--color-bkg);
    background-image: url(/assets/www.porserdecontinental.com/bkg_left-7c5be63e9bca655679f9f3ee681e24cba6c2cad3d12bfce009ed7b584a175dc8.png), url(/assets/www.porserdecontinental.com/bkg-d8854615a57668f2aee6156f0b420322b2c353d1a5bbfbb767272d15e9d27444.jpg);
    background-position: bottom left, bottom right;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    display: block;
    opacity: 1;
  }
}
/** Header */
.l-header {
  padding: 0;
}
.l-header img {
  margin: 0 0 1vh 4vw;
  max-width: 16rem;
}
@media screen and (min-width: 991px) {
  .l-header img {
    margin: 0 0 1vh 4vw;
    max-width: 21.7rem;
  }
}
.l-header .c-btn {
  background-attachment: scroll;
  background-color: var(--color-primary);
  background-image: url(/assets/www.porserdecontinental.com/icono-contacto-6036661b643736312a5c6cd27bec7040bf57b8c7910455eec510205807294dee.png);
  background-position: 2rem center;
  background-repeat: no-repeat;
  border-radius: 3.5rem;
  color: var(--color-secondary);
  margin: 1rem 1rem 0 0;
  padding: 2rem 3rem 2rem 6rem;
}
.l-header .c-btn:hover {
  background-color: var(--color-secondary);
  background-image: url(/assets/www.porserdecontinental.com/icono-contacto-hover-01fccbfbb4a3854f27a7b146623fd886b20c28f75c32c85b6a84d9a491fb4a10.png);
  color: #fff;
}

/** Page */
.l-page .l-page__container {
  padding-left: 4vw;
}
.l-page h1 {
  color: var(--font-color);
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .l-page h1 {
    font-size: 4.2rem;
  }
}
.l-page h2, .l-page h3 {
  color: var(--font-color);
}
.l-page p {
  color: var(--font-color);
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .l-page p {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-page .c-modal__body p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.l-page__description--legal h1 {
  font-size: 2.4rem;
}
.l-page__description--legal p {
  font-size: 1.6rem;
  max-width: none;
}
.l-page__info {
  align-items: flex-start;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 1.5rem;
}
.l-page__info h2 {
  font-size: 2.6rem;
}
.l-page__info img {
  width: 10rem;
}
@media screen and (min-width: 768px) {
  .l-page__info img {
    width: 18.2rem;
  }
}

.c-btn {
  background-color: #fff;
  border-color: var(--color-primary);
  border-radius: 0;
  color: var(--color-primary);
  padding: 1.5rem 3rem 1.5rem;
  text-transform: none;
}
.c-btn--link {
  background-color: transparent;
  border: 0 none;
  text-decoration: none;
}
.c-btn--link:hover {
  border: 0 none;
  color: var(--font-color);
}

.c-instructions__image {
  background: #fff;
}
.c-instructions__image img {
  height: auto;
  width: auto;
}
.c-instructions li::before {
  background-color: var(--color-primary);
}

.l-page__description .c-instructions h3 {
  font-family: var(--font-text-second);
  font-size: 1.7rem;
  font-weight: normal;
  text-transform: none;
}

.l-page__description .c-instructions li img {
  width: auto;
}

@media (min-width: 768px) {
  .l-page__description .c-instructions li::before {
    top: 4rem;
  }
}
@media (min-width: 768px) {
  .l-page p :not(.c-modal p b) {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}
/** Form */
.c-form > form {
  margin: 0;
}
.c-form > form > p, .c-form > form h2 {
  text-align: left;
}
.c-form > form input, .c-form > form select {
  background-color: #f5f5f5;
  border-radius: 0;
  color: var(--font-color);
}
.c-form > form input::placeholder, .c-form > form select::placeholder {
  color: #999;
}
.c-form__button .c-btn {
  background-color: var(--color-primary);
  color: #fff;
}
.c-form__button .c-btn--link {
  background-color: transparent;
  color: var(--color-primary);
  margin-top: 0;
}
.c-form__button .c-btn--link:hover {
  color: var(--font-color);
}
.c-form__data em {
  color: var(--color-primary) !important;
  font-size: 1.3rem !important;
}
.c-form--end h3 {
  font-size: 2.2rem;
  text-align: left;
}
.c-form--end .c-form__button {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.c-form--end .c-form__button .c-btn--link {
  min-width: auto;
  padding: 1.5rem 0;
}

.c-form__section label {
  font-weight: 600;
}

.c-form__button .c-btn--link {
  text-transform: uppercase;
}

.c-form__error > p {
  color: #ff0000;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 1rem 0 0;
}

.c-form__info > p {
  color: var(--color-primary);
  font-size: 1.2rem;
  font-weight: 400;
  margin: 1rem 0 0;
}

.c-form__file span {
  background-color: #efefef;
  border: 0.3rem dashed var(--font-color);
  color: var(--font-color);
}

/** Footer */
.l-footer {
  background-color: rgba(0, 0, 0, 0.05);
}
.l-footer .l-page__container {
  padding-left: 4vw;
}
.l-footer ul {
  padding: 1.5rem 0;
}
.l-footer a {
  color: var(--font-color);
  padding: 1rem 0;
}
.l-footer a:hover {
  color: var(--font-color);
}

/** Home */
.c-home__button .c-btn:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.c-home__button .c-btn--link:hover {
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}

/** Modal */
.c-modal__content {
  background-color: #fff;
  border-radius: 0;
}
.c-modal__body {
  padding: 0;
}
.c-modal__body h2, .c-modal__body h3, .c-modal__body p {
  text-align: left;
}
.c-modal__body h3 {
  text-transform: none;
}
.c-modal .c-instructions {
  padding-top: 0;
}
.c-modal .c-instructions li {
  padding: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-modal .c-instructions li {
    width: 50%;
    padding: 2.5rem 1.5rem;
  }
}
.c-modal .c-instructions li::before {
  display: none;
}
.c-modal .c-instructions__image {
  margin: 0 0 3rem;
  max-width: none;
  padding: 0;
}
.c-modal .c-instructions__image img {
  height: 5.5rem;
  margin: 0;
  width: auto;
}

/** Static pages */
.static_pages.no_promotion .l-page {
  padding: 10vw 0;
}
.static_pages.no_promotion .l-page__container {
  padding-left: 4vw;
}
.static_pages.no_promotion .l-page h2 {
  font-size: 2.5rem;
  max-width: 36rem;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .static_pages.no_promotion .l-page h2 {
    font-size: 3rem;
  }
}
.static_pages.no_promotion .l-page__description p {
  display: none;
}

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