@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|PT+Serif:700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** The new CSS Reset - version 1.4.5 (last updated 13.1.2022) ***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
 - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.w100 {
  width: 100%;
  height: auto;
  display: block;
}

.w100b15 {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
  margin: 20px auto;
}

.a-center {
  text-align: center;
}

.w-content {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 30px 15px;
}
@media only screen and (min-width: 360px) {
  .w-content {
    padding: 30px;
  }
}
.w-content + .w-content {
  padding-top: 0px;
}
@media only screen and (min-width: 360px) {
  .w-content + .w-content {
    padding-top: 0px;
  }
}

.green-rounded {
  border: 4px solid #4A4A4A;
  width: 84px;
  height: 84px;
  border-radius: 70px;
  position: relative;
}
.green-rounded::before {
  font-size: 50px;
  color: #4A4A4A;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes autofill {
  to {
    color: #FFFFFF;
    background: transparent;
  }
}
.pagines.basic-main .w-content {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 15px 15px 0px 0px;
}
.pagines.basic-main .w-content p {
  color: #1D1D26;
}
.pagines.basic-main .headline {
  color: #1D1D26;
}

.text-white,
.h1.text-white,
.h2.text-white,
.h3.text-white,
.h4.text-white,
.h5.text-white,
.p.text-white {
  color: #FFFFFF;
}

.text-primary,
.h1.text-primary,
.h2.text-primary,
.h3.text-primary,
.h4.text-primary,
.h5.text-primary,
.p.text-primary {
  color: #E27E26;
}

sub, sup {
  font-size: 0.65em;
}

.text-center {
  text-align: center;
}

.plus-circle {
  width: 46px;
  height: 46px;
  font-size: 30px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E27E26;
  color: #FFFFFF;
  border-radius: 100%;
}

@font-face {
  font-family: "icomoon";
  src: url("../webfonts/icomoon.eot?n2w2fe");
  src: url("../webfonts/icomoon.eot?n2w2fe#iefix") format("embedded-opentype"), url("../webfonts/icomoon.ttf?n2w2fe") format("truetype"), url("../webfonts/icomoon.woff?n2w2fe") format("woff"), url("../webfonts/icomoon.svg?n2w2fe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans Bold";
  src: url("../webfonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../webfonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../webfonts/icomoon.eot?m8r6t0");
  src: url("../webfonts/icomoon.eot?m8r6t0#iefix") format("embedded-opentype"), url("../webfonts/icomoon.ttf?m8r6t0") format("truetype"), url("../webfonts/icomoon.woff?m8r6t0") format("woff"), url("../webfonts/icomoon.svg?m8r6t0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-double-arrow:before {
  content: "\e901";
}

.icon-bell:before {
  content: "\e902";
}

.icon-notification:before {
  content: "\e926";
}

.icon-birthday-cake:before {
  content: "\e903";
}

.icon-workdate:before {
  content: "\e922";
}

.icon-check:before {
  content: "\e904";
}

.icon-chrono:before {
  content: "\e905";
}

.icon-credit-card:before {
  content: "\e906";
}

.icon-email:before {
  content: "\e907";
}

.icon-facebook:before {
  content: "\e908";
}

.icon-flag:before {
  content: "\e909";
}

.icon-forgot-password:before {
  content: "\e90a";
}

.icon-home:before {
  content: "\e90b";
}

.icon-loc:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-password:before {
  content: "\e90e";
}

.icon-photo-camera:before {
  content: "\e90f";
}

.icon-camera:before {
  content: "\e910";
}

.icon-profile:before {
  content: "\e911";
}

.icon-team:before {
  content: "\e912";
}

.icon-delegation:before {
  content: "\e925";
}

.icon-responsability:before {
  content: "\e923";
}

.icon-department:before {
  content: "\e924";
}

.icon-puzzle:before {
  content: "\e913";
}

.icon-settings:before {
  content: "\e914";
}

.icon-guide:before {
  content: "\e92b";
}

.icon-learn:before {
  content: "\e92c";
}

.icon-trophy:before {
  content: "\e915";
}

.icon-trophy2:before {
  content: "\e927";
}

.icon-moon:before {
  content: "\e916";
}

.icon-sun:before {
  content: "\e917";
}

.icon-saturn:before {
  content: "\e918";
}

.icon-star:before {
  content: "\e919";
}

.icon-key:before {
  content: "\e91a";
}

.icon-close:before {
  content: "\e91b";
}

.icon-menu-close:before {
  content: "\e91c";
}

.icon-lang:before {
  content: "\e91d";
}

.icon-plus:before {
  content: "\e929";
}

.icon-upload:before {
  content: "\e91e";
}

.icon-play:before {
  content: "\e91f";
}

.icon-padlock-open:before {
  content: "\e920";
}

.icon-padlock-closed:before {
  content: "\e921";
}

.icon-extra:before {
  content: "\e928";
}

.icon-bonus:before {
  content: "\e92a";
}

.icon-graph:before {
  content: "\e92d";
}

.icon-notepad-play:before {
  content: "\e92e";
}

h1, .h1 {
  font-size: 3rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  color: #1D1D26;
  line-height: 3.5625rem;
}

h2, .h2 {
  font-size: 2.25rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  color: #1D1D26;
  line-height: 2.875rem;
}

h3, .h3 {
  font-size: 1.5rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 2.25rem;
}

h4, .h4 {
  font-size: 1.125rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.625rem;
}

h5, .h5 {
  font-size: 0.8125rem;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.1875rem;
}

p, .p {
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.375rem;
  font-weight: 400;
}

label, .label {
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.25rem;
}

a, .a {
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #E27E26;
  line-height: 1.375rem;
}

b, strong {
  font-weight: 600;
}

i {
  font-style: italic;
}

.h-dark {
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.blue {
  color: #E27E26;
}

.small, small, p small {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

.q-header {
  color: #9AA6AA;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 22px;
  text-align: center;
}

.s-header {
  color: #4A4A4A;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.small-text p, .small-text a {
  font-size: 12px;
  font-weight: 300;
  line-height: 17px;
}

/* required snapPuzzle styles */
.snappuzzle-wrap {
  position: relative;
  display: block;
}

.snappuzzle-pile {
  position: relative;
}

.snappuzzle-piece {
  cursor: move;
}

.snappuzzle-slot {
  position: absolute;
  background: #fafafa;
  opacity: 1;
}

.snappuzzle-slot-hover {
  background: #eee;
}

.stars_holder {
  display: inline-block;
}

.rated, .unrated {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}

.star {
  cursor: pointer;
}

.readonly-holder {
  pointer-events: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.select2-container--default .select2-selection--single.select2--white {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #FFFFFF;
  border-radius: 0px;
  padding-bottom: 10px;
}

.select2-container--default .select2-selection--single.select2--white .select2-selection__placeholder {
  color: #FFFFFF;
}

.select2-container--default .select2-selection--single.select2--white .select2-selection__rendered {
  color: #FFFFFF;
  line-height: 23px;
  font-size: 14px;
  padding-left: 32px;
}

.select2-container--default .select2-selection--single.select2--white .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
}

.select2-container--default .select2-selection--single.select2--black {
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #1D1D26;
  border-radius: 0px;
  padding-bottom: 10px;
}

.select2-container--default .select2-selection--single.select2--black .select2-selection__rendered {
  color: #1D1D26;
  line-height: 28px;
  font-size: 14px;
  padding-left: 32px;
}

.select2-container--default .select2-selection--single.select2--black .select2-selection__arrow b {
  border-color: #1D1D26 transparent transparent transparent;
}

.slider-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
}
.slider-overlay.active {
  display: block;
}

#swiper-home {
  --swiper-navigation-size: 34px;
  height: 100%;
}
#swiper-home .swiper-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#swiper-home .swiper-button-disabled {
  pointer-events: initial;
}
#swiper-home .swiper-button-next,
#swiper-home .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
  top: 19px;
}
#swiper-home .swiper-button-next:after,
#swiper-home .swiper-button-prev:after {
  color: #E8A417;
}
#swiper-home .swiper-button-next.swiper-button-disabled,
#swiper-home .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
}
#swiper-home .swiper-pagination {
  position: relative;
  margin: 0px 10px;
  padding: 2px 0px;
  display: inline-block;
}
#swiper-home .swiper-pagination-bullet {
  background-color: #00D1E8;
  width: 24px;
  height: 24px;
  margin: 5px;
  opacity: 1;
}
#swiper-home .swiper-pagination-bullet-active {
  background-color: #008c9b;
  border-color: #008c9b;
}
#swiper-home .swiper-slide {
  background-color: #FFFFFF;
}

span.jq-dte {
  display: block;
  position: relative;
  padding: 2px;
  margin: 1px;
  background-color: transparent;
  border-bottom: 1px solid #4A4A4A;
  border-radius: 3px;
}

span.jq-dte-inner {
  border: none;
  padding: 1px;
  margin: 1px;
  white-space: nowrap;
  background-color: transparent;
}

span.jq-dte input {
  border: none;
  background-color: transparent;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}

span.jq-dte input.error {
  background-color: transparent;
  color: #FF0032;
}

span.jq-dte.readonly,
span.jq-dte.readonly span.jq-dte-inner,
span.jq-dte.readonly input {
  background-color: #f2f2f2;
  color: #666666;
}

span.jq-dte input.hint {
  color: #000000;
}

span.jq-dte span.separator {
  color: #000000;
}

span.jq-dte span.jq-dte-tooltip {
  display: inline-block;
  font-family: sans-serif;
  font-size: 14px;
  background-color: #E27E26;
  color: #FFFFFF;
  margin: 0;
  padding: 1px 3px;
  line-height: 125%;
  z-index: 99;
}

span.jq-dte span.jq-dte-errorbox {
  display: none;
}

button {
  background-color: transparent;
  border: 0px;
}

.a-button--start, .a-button--fb-blue, .a-button--bluecc, .a-button--ubicacion, .a-button--stripe, .a-button--credit-card, .a-button--paypal, .a-button--youtube, .a-button--resolved, .a-button--to-resolve, .a-button--red, .a-button--podium,
.a-button--reset, .a-button--grey, .a-button--rules, .a-button--radio-button,
.a-button--photo-close,
.a-button--penalty,
.a-button--pause, .a-button--outline--primary, .a-button--secondary,
.a-button--ranking, .a-button--recommended,
.a-button--free-game,
.a-button--photofinish,
.a-button--save-photo,
.a-button--account,
.a-button--finish-step,
.a-button--my-games,
.a-button--upload-photo,
.a-button--document,
.a-button--primary,
.a-button--primary-hidden {
  display: inline-block;
  padding: 11px 0px;
  border: 1px solid;
  border-radius: 5px;
  width: 100%;
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
}
.small.a-button--start, .small.a-button--fb-blue, .small.a-button--bluecc, .small.a-button--ubicacion, .small.a-button--stripe, .small.a-button--credit-card, .small.a-button--paypal, .small.a-button--youtube, .small.a-button--resolved, .small.a-button--to-resolve, .small.a-button--red, .small.a-button--podium,
.small.a-button--reset, .small.a-button--grey, .small.a-button--rules, .small.a-button--radio-button,
.small.a-button--photo-close,
.small.a-button--penalty,
.small.a-button--pause, .small.a-button--outline--primary, .small.a-button--secondary,
.small.a-button--ranking, .small.a-button--recommended,
.small.a-button--free-game,
.small.a-button--photofinish,
.small.a-button--save-photo,
.small.a-button--account,
.small.a-button--finish-step,
.small.a-button--my-games,
.small.a-button--upload-photo,
.small.a-button--document,
.small.a-button--primary,
.small.a-button--primary-hidden {
  padding: 10px 0px;
  font-size: 11px;
}
.small.a-button--start i, .small.a-button--fb-blue i, .small.a-button--bluecc i, .small.a-button--ubicacion i, .small.a-button--stripe i, .small.a-button--credit-card i, .small.a-button--paypal i, .small.a-button--youtube i, .small.a-button--resolved i, .small.a-button--to-resolve i, .small.a-button--red i, .small.a-button--podium i,
.small.a-button--reset i, .small.a-button--grey i, .small.a-button--rules i, .small.a-button--radio-button i,
.small.a-button--photo-close i,
.small.a-button--penalty i,
.small.a-button--pause i, .small.a-button--outline--primary i, .small.a-button--secondary i,
.small.a-button--ranking i, .small.a-button--recommended i,
.small.a-button--free-game i,
.small.a-button--photofinish i,
.small.a-button--save-photo i,
.small.a-button--account i,
.small.a-button--finish-step i,
.small.a-button--my-games i,
.small.a-button--upload-photo i,
.small.a-button--document i,
.small.a-button--primary i,
.small.a-button--primary-hidden i {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
}

.a-button--recommended,
.a-button--free-game,
.a-button--photofinish,
.a-button--save-photo,
.a-button--account,
.a-button--finish-step,
.a-button--my-games,
.a-button--upload-photo,
.a-button--document,
.a-button--primary,
.a-button--primary-hidden {
  border-color: transparent;
  background: #E27E26;
  color: #FFFFFF;
}

.a-button--secondary,
.a-button--ranking {
  border-color: transparent;
  background: #02205F;
  color: #FFFFFF;
}

.a-button--outline--primary {
  border-color: #E27E26;
  background: transparent;
  color: #E27E26;
}

.a-button--primary-hidden {
  display: none;
}

.a-button--radio-button,
.a-button--photo-close,
.a-button--penalty,
.a-button--pause {
  border-color: #02205F;
  background-color: #02205F;
  color: #FFFFFF;
}

.a-button--rules {
  border-color: #74AB0C;
  background-color: #74AB0C;
  color: #FFFFFF;
}

.a-button--grey {
  border-color: #4A4A4A;
  background-color: #4A4A4A;
  color: #FFFFFF;
}

.a-button--podium,
.a-button--reset {
  border-color: #02205F;
  background-color: #02205F;
  color: #FFFFFF;
}

.a-button--red {
  border-color: #FF0032;
  background-color: #FF0032;
  color: #FFFFFF;
}

.a-button--to-resolve {
  border-color: #E27E26;
  background-color: #E27E26;
  color: #FFFFFF;
  font-size: 13px;
}

.a-button--resolved {
  border-color: #E27E26;
  background-color: #E27E26;
  color: #FFFFFF;
  font-size: 13px;
}

.a-button--youtube {
  max-width: 70px;
  border-color: #FF0032;
  background-color: #FF0032;
  color: #FFFFFF;
  display: block;
  margin: 0 auto;
}

.a-button--paypal {
  border-color: #F5C65E;
  background-color: #F5C65E;
  margin-bottom: 10px;
  background-image: url("../img/svg/paypal.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 72% center;
  color: #253B80;
  font-weight: 600;
  font-size: 15px;
  padding-right: 60px;
}

.a-button--credit-card {
  border-color: #4A90E2;
  background-color: #4A90E2;
  margin-bottom: 10px;
  background-image: url("../img/svg/credit-card.svg");
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 10% center;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  padding-left: 25px;
}

.a-button--stripe {
  border-color: #32325D;
  background-color: #32325D;
  margin-bottom: 10px;
  background-image: url("../img/svg/stripe.svg");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: 72% center;
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding-right: 60px;
}

.a-button--map {
  padding: 0px;
}
.a-button--map img {
  width: 24px;
}

.a-button--back::before {
  content: "\e900";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 21px;
}

.a-button--next {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.a-button--next::before {
  content: "\e900";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 21px;
}

.a-button--padlock-open {
  display: inline-block;
}
.a-button--padlock-open::before {
  content: "\e920";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 21px;
}

.a-button--padlock-close {
  display: inline-block;
}
.a-button--padlock-close::before {
  content: "\e921";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 21px;
}

.a-button--more {
  background-color: #E27E26;
  width: 36px;
  height: 36px;
  border-radius: 25px;
  position: relative;
}
.a-button--more::before {
  content: "+";
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 29px;
  line-height: 1px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.a-button--burger::before {
  content: "\e90d";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #E27E26;
  font-size: 21px;
}

.a-button--camera::before {
  content: "\e910";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 21px;
}

#next-penalty-button {
  display: none;
}
#next-penalty-button.active {
  display: block;
}

.a-button--ubicacion {
  border-color: #E27E26;
  background-color: #E27E26;
  color: #FFFFFF;
  width: 100%;
  height: 50px;
}
.a-button--ubicacion.correct {
  border-color: #E27E26;
  background-color: #E27E26;
  padding: 8px 0px;
}
.a-button--ubicacion.correct::before {
  content: "\e904";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 17px;
  vertical-align: -3px;
  margin-right: 5px;
}

.a-button--bluecc {
  border-color: #4A90E2;
  background-color: #4A90E2;
  color: #FFFFFF;
}
.a-button--bluecc::before {
  content: "\e906";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 17px;
}

.a-button--fb-blue {
  border-color: #3A559F;
  background-color: #3A559F;
  color: #FFFFFF;
  font-size: 18px;
  padding: 8px 0px;
  max-width: 264px;
}
.a-button--fb-blue::before {
  content: "\e908";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 26px;
  vertical-align: -5px;
}

.a-button--start {
  border-color: transparent;
  background: #E27E26;
  color: #FFFFFF;
}
.a-button--start::before {
  content: "\e905";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
  font-size: 17px;
  vertical-align: -3px;
  margin-right: 5px;
}
.a-button--start:disabled {
  border-color: #E5E5E5;
  background-color: #E5E5E5;
}

.a-button--pistes {
  background-color: #02205F;
  height: 50px;
  min-width: 74px;
  border-radius: 25px;
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 5px 3px 31px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 5px 3px 31px 0 rgba(0, 0, 0, 0.5);
}

.a-button--choose::before {
  font-size: 30vw;
  color: rgba(226, 126, 38, 0.8);
}
.a-button--choose:hover, .a-button--choose:active {
  color: #e27e26;
}

.a-button--photo-fin {
  text-decoration: none;
  text-align: center;
}
.a-button--photo-fin .icon-photo-camera::before {
  font-size: 60px;
  color: #1D1D26;
}

.divider-dashed {
  margin: 20px 0px;
  border-top: 1px dashed black;
}

.a-object-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.a-object-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: contain; object-position: center;";
}

.a-opt--white--opac, .a-opt--grey, .a-opt--blue, .a-opt--red {
  display: inline-block;
  border-radius: 25px;
  padding: 3px 6px 5px;
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
}

.a-opt--red {
  background-color: #FF0032;
}

.a-opt--blue {
  background-color: #E27E26;
}

.a-opt--grey {
  background-color: #4A4A4A;
}

.a-opt--white--opac {
  background-color: rgba(255, 255, 255, 0.26);
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 41px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #E27E26;
}
.switch input:checked + .slider::before {
  -webkit-transform: translateX(18px);
          transform: translateX(18px);
  background-color: #FFFFFF;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DEDEDE;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  /* Rounded sliders */
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: #9AA6AA;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 30px;
}
.switch .slider.round:before {
  border-radius: 50%;
}

.a-input--city, .a-input--enterprise_code, .a-input--country, .a-input--birthday, .a-input--password, .a-input--email, .a-input--name, .a-input--work_birthday--grey, .a-input--enterprise_code--grey, .a-input--birthday--grey, .a-input--password--grey, .a-input--email--grey, .a-input--name--grey, .a-input--grouptype--grey, .a-input--group--grey {
  position: relative;
}
.a-input--city:before, .a-input--enterprise_code:before, .a-input--country:before, .a-input--birthday:before, .a-input--password:before, .a-input--email:before, .a-input--name:before, .a-input--work_birthday--grey:before, .a-input--enterprise_code--grey:before, .a-input--birthday--grey:before, .a-input--password--grey:before, .a-input--email--grey:before, .a-input--name--grey:before, .a-input--grouptype--grey:before, .a-input--group--grey:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #A6A7B0;
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 0px;
}
.a-input--city input, .a-input--enterprise_code input, .a-input--country input, .a-input--birthday input, .a-input--password input, .a-input--email input, .a-input--name input, .a-input--work_birthday--grey input, .a-input--enterprise_code--grey input, .a-input--birthday--grey input, .a-input--password--grey input, .a-input--email--grey input, .a-input--name--grey input, .a-input--grouptype--grey input, .a-input--group--grey input {
  padding: 10px 10px 10px 30px;
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 14px;
  border: 0px;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  background-color: transparent !important;
  margin-bottom: 10px;
  max-width: 768px;
}
.a-input--city input::-webkit-input-placeholder, .a-input--enterprise_code input::-webkit-input-placeholder, .a-input--country input::-webkit-input-placeholder, .a-input--birthday input::-webkit-input-placeholder, .a-input--password input::-webkit-input-placeholder, .a-input--email input::-webkit-input-placeholder, .a-input--name input::-webkit-input-placeholder, .a-input--work_birthday--grey input::-webkit-input-placeholder, .a-input--enterprise_code--grey input::-webkit-input-placeholder, .a-input--birthday--grey input::-webkit-input-placeholder, .a-input--password--grey input::-webkit-input-placeholder, .a-input--email--grey input::-webkit-input-placeholder, .a-input--name--grey input::-webkit-input-placeholder, .a-input--grouptype--grey input::-webkit-input-placeholder, .a-input--group--grey input::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 14px;
}
.a-input--city input::-moz-placeholder, .a-input--enterprise_code input::-moz-placeholder, .a-input--country input::-moz-placeholder, .a-input--birthday input::-moz-placeholder, .a-input--password input::-moz-placeholder, .a-input--email input::-moz-placeholder, .a-input--name input::-moz-placeholder, .a-input--work_birthday--grey input::-moz-placeholder, .a-input--enterprise_code--grey input::-moz-placeholder, .a-input--birthday--grey input::-moz-placeholder, .a-input--password--grey input::-moz-placeholder, .a-input--email--grey input::-moz-placeholder, .a-input--name--grey input::-moz-placeholder, .a-input--grouptype--grey input::-moz-placeholder, .a-input--group--grey input::-moz-placeholder {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 14px;
}
.a-input--city input:-ms-input-placeholder, .a-input--enterprise_code input:-ms-input-placeholder, .a-input--country input:-ms-input-placeholder, .a-input--birthday input:-ms-input-placeholder, .a-input--password input:-ms-input-placeholder, .a-input--email input:-ms-input-placeholder, .a-input--name input:-ms-input-placeholder, .a-input--work_birthday--grey input:-ms-input-placeholder, .a-input--enterprise_code--grey input:-ms-input-placeholder, .a-input--birthday--grey input:-ms-input-placeholder, .a-input--password--grey input:-ms-input-placeholder, .a-input--email--grey input:-ms-input-placeholder, .a-input--name--grey input:-ms-input-placeholder, .a-input--grouptype--grey input:-ms-input-placeholder, .a-input--group--grey input:-ms-input-placeholder {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 14px;
}
.a-input--city input::-ms-input-placeholder, .a-input--enterprise_code input::-ms-input-placeholder, .a-input--country input::-ms-input-placeholder, .a-input--birthday input::-ms-input-placeholder, .a-input--password input::-ms-input-placeholder, .a-input--email input::-ms-input-placeholder, .a-input--name input::-ms-input-placeholder, .a-input--work_birthday--grey input::-ms-input-placeholder, .a-input--enterprise_code--grey input::-ms-input-placeholder, .a-input--birthday--grey input::-ms-input-placeholder, .a-input--password--grey input::-ms-input-placeholder, .a-input--email--grey input::-ms-input-placeholder, .a-input--name--grey input::-ms-input-placeholder, .a-input--grouptype--grey input::-ms-input-placeholder, .a-input--group--grey input::-ms-input-placeholder {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 14px;
}
.a-input--city input::placeholder, .a-input--enterprise_code input::placeholder, .a-input--country input::placeholder, .a-input--birthday input::placeholder, .a-input--password input::placeholder, .a-input--email input::placeholder, .a-input--name input::placeholder, .a-input--work_birthday--grey input::placeholder, .a-input--enterprise_code--grey input::placeholder, .a-input--birthday--grey input::placeholder, .a-input--password--grey input::placeholder, .a-input--email--grey input::placeholder, .a-input--name--grey input::placeholder, .a-input--grouptype--grey input::placeholder, .a-input--group--grey input::placeholder {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 14px;
}
.a-input--city input:-webkit-autofill, .a-input--enterprise_code input:-webkit-autofill, .a-input--country input:-webkit-autofill, .a-input--birthday input:-webkit-autofill, .a-input--password input:-webkit-autofill, .a-input--email input:-webkit-autofill, .a-input--name input:-webkit-autofill, .a-input--work_birthday--grey input:-webkit-autofill, .a-input--enterprise_code--grey input:-webkit-autofill, .a-input--birthday--grey input:-webkit-autofill, .a-input--password--grey input:-webkit-autofill, .a-input--email--grey input:-webkit-autofill, .a-input--name--grey input:-webkit-autofill, .a-input--grouptype--grey input:-webkit-autofill, .a-input--group--grey input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

span.error,
label.error {
  color: palevioletred;
  display: none;
  font-size: 12px;
}
span.error.active,
label.error.active {
  display: block;
}

.a-input--work_birthday--grey:before, .a-input--enterprise_code--grey:before, .a-input--birthday--grey:before, .a-input--password--grey:before, .a-input--email--grey:before, .a-input--name--grey:before, .a-input--grouptype--grey:before, .a-input--group--grey:before {
  color: #A6A7B0;
}
.a-input--work_birthday--grey input, .a-input--enterprise_code--grey input, .a-input--birthday--grey input, .a-input--password--grey input, .a-input--email--grey input, .a-input--name--grey input, .a-input--grouptype--grey input, .a-input--group--grey input {
  color: #1D1D26;
  border-bottom: 1px solid #1D1D26;
}
.a-input--work_birthday--grey input::-webkit-input-placeholder, .a-input--enterprise_code--grey input::-webkit-input-placeholder, .a-input--birthday--grey input::-webkit-input-placeholder, .a-input--password--grey input::-webkit-input-placeholder, .a-input--email--grey input::-webkit-input-placeholder, .a-input--name--grey input::-webkit-input-placeholder, .a-input--grouptype--grey input::-webkit-input-placeholder, .a-input--group--grey input::-webkit-input-placeholder {
  color: rgba(29, 29, 38, 0.6);
}
.a-input--work_birthday--grey input::-moz-placeholder, .a-input--enterprise_code--grey input::-moz-placeholder, .a-input--birthday--grey input::-moz-placeholder, .a-input--password--grey input::-moz-placeholder, .a-input--email--grey input::-moz-placeholder, .a-input--name--grey input::-moz-placeholder, .a-input--grouptype--grey input::-moz-placeholder, .a-input--group--grey input::-moz-placeholder {
  color: rgba(29, 29, 38, 0.6);
}
.a-input--work_birthday--grey input:-ms-input-placeholder, .a-input--enterprise_code--grey input:-ms-input-placeholder, .a-input--birthday--grey input:-ms-input-placeholder, .a-input--password--grey input:-ms-input-placeholder, .a-input--email--grey input:-ms-input-placeholder, .a-input--name--grey input:-ms-input-placeholder, .a-input--grouptype--grey input:-ms-input-placeholder, .a-input--group--grey input:-ms-input-placeholder {
  color: rgba(29, 29, 38, 0.6);
}
.a-input--work_birthday--grey input::-ms-input-placeholder, .a-input--enterprise_code--grey input::-ms-input-placeholder, .a-input--birthday--grey input::-ms-input-placeholder, .a-input--password--grey input::-ms-input-placeholder, .a-input--email--grey input::-ms-input-placeholder, .a-input--name--grey input::-ms-input-placeholder, .a-input--grouptype--grey input::-ms-input-placeholder, .a-input--group--grey input::-ms-input-placeholder {
  color: rgba(29, 29, 38, 0.6);
}
.a-input--work_birthday--grey input::placeholder, .a-input--enterprise_code--grey input::placeholder, .a-input--birthday--grey input::placeholder, .a-input--password--grey input::placeholder, .a-input--email--grey input::placeholder, .a-input--name--grey input::placeholder, .a-input--grouptype--grey input::placeholder, .a-input--group--grey input::placeholder {
  color: rgba(29, 29, 38, 0.6);
}
.a-input--work_birthday--grey input:-webkit-autofill, .a-input--enterprise_code--grey input:-webkit-autofill, .a-input--birthday--grey input:-webkit-autofill, .a-input--password--grey input:-webkit-autofill, .a-input--email--grey input:-webkit-autofill, .a-input--name--grey input:-webkit-autofill, .a-input--grouptype--grey input:-webkit-autofill, .a-input--group--grey input:-webkit-autofill {
  -webkit-text-fill-color: #1D1D26;
}

.a-select--language, .a-input--responsability--grey, .a-input--department--grey, .a-input--delegation--grey {
  position: relative;
  margin-top: 10px;
}
.a-select--language:before, .a-input--responsability--grey:before, .a-input--department--grey:before, .a-input--delegation--grey:before {
  content: "";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #A6A7B0;
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.a-input--responsability--grey:before, .a-input--department--grey:before, .a-input--delegation--grey:before {
  color: #A6A7B0;
}

.boxed-input {
  padding: 10px;
  border: 1px solid #D4E1E8;
  background-color: #F3F7F9;
  color: rgba(29, 29, 38, 0.8);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  text-align: center;
}
.boxed-input::-webkit-input-placeholder {
  color: rgba(154, 166, 170, 0.8);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.boxed-input::-moz-placeholder {
  color: rgba(154, 166, 170, 0.8);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.boxed-input:-ms-input-placeholder {
  color: rgba(154, 166, 170, 0.8);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.boxed-input::-ms-input-placeholder {
  color: rgba(154, 166, 170, 0.8);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.boxed-input::placeholder {
  color: rgba(154, 166, 170, 0.8);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.a-input--name:before {
  content: "\e911";
}

.a-input--email:before {
  content: "\e907";
}

.a-input--password:before {
  content: "\e90e";
}

.a-input--birthday span.jq-dte {
  border-bottom-color: #FFFFFF;
}
.a-input--birthday span.jq-dte input.hint,
.a-input--birthday span.jq-dte span.separator {
  color: #FFFFFF;
}
.a-input--birthday:before {
  content: "\e903";
  top: 0px;
}

.a-input--country:before {
  top: 0;
  content: "\e909";
}

.a-input--enterprise_code:before {
  content: "\e91a";
}

.a-input--city:before {
  content: "\e90c";
}
.a-input--city:not(.active) {
  width: 0px;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.a-input--city.es {
  margin-top: 15px;
}
.a-input--city.es:before {
  top: 0px;
}

.a-input--group--grey:before {
  content: "\e912";
}

.a-input--grouptype--grey:before {
  content: "\e912";
  top: 0px;
}

.a-input--name--grey:before {
  content: "\e911";
}

.a-input--email--grey:before {
  content: "\e907";
}

.a-input--password--grey:before {
  content: "\e90e";
}

.a-input--birthday--grey:before {
  content: "\e903";
  top: 0px;
}

.a-input--enterprise_code--grey:before {
  content: "\e91a";
}

.a-select--language:before {
  content: "\e91d";
}

.a-select--language--grey select {
  border: 0px;
  border-radius: 0px;
  border-bottom: 1px solid #4A4A4A;
}

.a-select--language--grey:before {
  content: "\e91d";
}

.a-input--delegation--grey:before {
  content: "\e925";
}

.a-input--department--grey:before {
  content: "\e924";
}

.a-input--responsability--grey:before {
  content: "\e923";
}

.a-input--work_birthday--grey span.jq-dte {
  border-bottom-color: #4A4A4A;
}
.a-input--work_birthday--grey span.jq-dte input.hint,
.a-input--work_birthday--grey span.jq-dte span.separator {
  color: #4A4A4A;
}
.a-input--work_birthday--grey:before {
  content: "\e922";
  top: 0px;
}

.a-checkbox--green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #E9E9E9;
  padding: 5px;
}
.a-checkbox--green input[type=checkbox] {
  display: none;
}
.a-checkbox--green input[type=checkbox]:checked + .acg-check span {
  border: 2px solid #618055;
  background: #618055;
}
.a-checkbox--green input[type=checkbox]:checked + .acg-check span::before {
  display: block;
}
.a-checkbox--green input[type=checkbox] + .acg-check {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-checkbox--green input[type=checkbox] + .acg-check span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #cbcbcb;
  vertical-align: middle;
  position: relative;
}
.a-checkbox--green input[type=checkbox] + .acg-check span::before {
  content: "\e904";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: none;
  left: 1px;
  bottom: 1px;
  color: #FFFFFF;
  font-size: 12px;
}
.a-checkbox--green .acg-text {
  width: calc(100% - 30px);
}
.a-checkbox--green .acg-text p {
  color: #4A4A4A;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.a-checkbox--green.white {
  border: 0px;
  padding: 10px 0px;
}
.a-checkbox--green.white .acg-text p {
  color: #FFFFFF;
}

.a-choose-img {
  display: inline-block;
  width: calc(29% - 4px);
  margin: 2%;
}
.a-choose-img.c2 {
  width: calc(46% - 4px);
  margin: 2%;
}
.a-choose-img.c3 {
  width: calc(29% - 4px);
  margin: 2%;
}
.a-choose-img.c4 {
  width: calc(21% - 4px);
  margin: 2%;
}
.a-choose-img input[type=checkbox],
.a-choose-img input[type=radio] {
  display: none;
  padding: 0px;
}
.a-choose-img input[type=checkbox]:checked + span img,
.a-choose-img input[type=radio]:checked + span img {
  border: 2px solid #E27E26;
  opacity: 1;
}
.a-choose-img input[type=checkbox] + span img,
.a-choose-img input[type=radio] + span img {
  border: 2px solid transparent;
  opacity: 0.5;
}

.a-choose-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6px;
}
.a-choose-text input[type=checkbox],
.a-choose-text input[type=radio] {
  display: none;
  padding: 0px;
}
.a-choose-text input[type=checkbox]:checked + .act-check span::before,
.a-choose-text input[type=radio]:checked + .act-check span::before {
  background: #E27E26;
  width: 8px;
  height: 8px;
}
.a-choose-text input[type=checkbox] + .act-check,
.a-choose-text input[type=radio] + .act-check {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a-choose-text input[type=checkbox] + .act-check span,
.a-choose-text input[type=radio] + .act-check span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #E27E26;
  border-radius: 18px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px;
}
.a-choose-text input[type=checkbox] + .act-check span::before,
.a-choose-text input[type=radio] + .act-check span::before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  display: block;
  background-color: #E27E26;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

input.coupon {
  padding: 10px;
  background-color: #F3F7F9;
  font-size: 18px;
  font-weight: bold;
  border: 0px;
  color: #333333;
  text-transform: uppercase;
}

input.coupon::-webkit-input-placeholder, input.email::-webkit-input-placeholder { /* Edge */
  color: #CFCFD3;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}

input.coupon:-ms-input-placeholder, input.email::-webkit-input-placeholder { /* Internet Explorer 10-11 */
  color: #CFCFD3;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}

input.coupon::-webkit-input-placeholder {
  color: #CFCFD3;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}

input.coupon::placeholder, input.email::-webkit-input-placeholder {
  color: #CFCFD3;
  font-weight: normal;
  font-size: 14px;
  text-transform: none;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.no-js .inputfile + label {
  display: none;
}

.inputfile + label .icon-upload {
  vertical-align: middle;
  color: currentColor;
}

.a-input--radio-button {
  display: block;
  margin: 10px 0px;
  cursor: pointer;
}
.a-input--radio-button input[type=checkbox],
.a-input--radio-button input[type=radio] {
  display: none;
  padding: 0px;
}
.a-input--radio-button input[type=checkbox]:checked + .button,
.a-input--radio-button input[type=radio]:checked + .button {
  opacity: 1;
}
.a-input--radio-button input[type=checkbox] + .button,
.a-input--radio-button input[type=radio] + .button {
  opacity: 0.6;
}

.a-no-thanks-link {
  display: block;
  color: #4A4A4A;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: 14px;
  text-decoration: none;
  padding: 10px 0px;
}
.a-no-thanks-link:hover {
  text-decoration: underline;
}

.a-list-classic li {
  font-size: 0.875rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 1.375rem;
  font-weight: 400;
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.mg-10 {
  margin: 10px;
}

.mgt-10 {
  margin-top: 10px;
}

.mgr-10 {
  margin-right: 10px;
}

.mgb-10 {
  margin-bottom: 10px;
}

.mgl-10 {
  margin-left: 10px;
}

.mg-20 {
  margin: 20px;
}

.mgt-20 {
  margin-top: 20px;
}

.mgr-20 {
  margin-right: 20px;
}

.mgb-20 {
  margin-bottom: 20px;
}

.mgl-20 {
  margin-left: 20px;
}

.mg-30 {
  margin: 30px;
}

.mgt-30 {
  margin-top: 30px;
}

.mgr-30 {
  margin-right: 30px;
}

.mgb-30 {
  margin-bottom: 30px;
}

.mgl-30 {
  margin-left: 30px;
}

.mg-40 {
  margin: 40px;
}

.mgt-40 {
  margin-top: 40px;
}

.mgr-40 {
  margin-right: 40px;
}

.mgb-40 {
  margin-bottom: 40px;
}

.mgl-40 {
  margin-left: 40px;
}

.mg-50 {
  margin: 50px;
}

.mgt-50 {
  margin-top: 50px;
}

.mgr-50 {
  margin-right: 50px;
}

.mgb-50 {
  margin-bottom: 50px;
}

.mgl-50 {
  margin-left: 50px;
}

.mg-60 {
  margin: 60px;
}

.mgt-60 {
  margin-top: 60px;
}

.mgr-60 {
  margin-right: 60px;
}

.mgb-60 {
  margin-bottom: 60px;
}

.mgl-60 {
  margin-left: 60px;
}

.mg-70 {
  margin: 70px;
}

.mgt-70 {
  margin-top: 70px;
}

.mgr-70 {
  margin-right: 70px;
}

.mgb-70 {
  margin-bottom: 70px;
}

.mgl-70 {
  margin-left: 70px;
}

.mg-80 {
  margin: 80px;
}

.mgt-80 {
  margin-top: 80px;
}

.mgr-80 {
  margin-right: 80px;
}

.mgb-80 {
  margin-bottom: 80px;
}

.mgl-80 {
  margin-left: 80px;
}

.mg-90 {
  margin: 90px;
}

.mgt-90 {
  margin-top: 90px;
}

.mgr-90 {
  margin-right: 90px;
}

.mgb-90 {
  margin-bottom: 90px;
}

.mgl-90 {
  margin-left: 90px;
}

.mgt-auto {
  margin-top: auto;
}

.mgt-auto {
  margin-right: auto;
}

.mgb-auto {
  margin-bottom: auto;
}

.mgl-auto {
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .mg-md-10 {
    margin: 10px;
  }
  .mgt-md-10 {
    margin-top: 10px;
  }
  .mgr-md-10 {
    margin-right: 10px;
  }
  .mgb-md-10 {
    margin-bottom: 10px;
  }
  .mgl-md-10 {
    margin-left: 10px;
  }
  .mg-md-20 {
    margin: 20px;
  }
  .mgt-md-20 {
    margin-top: 20px;
  }
  .mgr-md-20 {
    margin-right: 20px;
  }
  .mgb-md-20 {
    margin-bottom: 20px;
  }
  .mgl-md-20 {
    margin-left: 20px;
  }
  .mg-md-30 {
    margin: 30px;
  }
  .mgt-md-30 {
    margin-top: 30px;
  }
  .mgr-md-30 {
    margin-right: 30px;
  }
  .mgb-md-30 {
    margin-bottom: 30px;
  }
  .mgl-md-30 {
    margin-left: 30px;
  }
  .mg-md-40 {
    margin: 40px;
  }
  .mgt-md-40 {
    margin-top: 40px;
  }
  .mgr-md-40 {
    margin-right: 40px;
  }
  .mgb-md-40 {
    margin-bottom: 40px;
  }
  .mgl-md-40 {
    margin-left: 40px;
  }
  .mg-md-50 {
    margin: 50px;
  }
  .mgt-md-50 {
    margin-top: 50px;
  }
  .mgr-md-50 {
    margin-right: 50px;
  }
  .mgb-md-50 {
    margin-bottom: 50px;
  }
  .mgl-md-50 {
    margin-left: 50px;
  }
  .mg-md-60 {
    margin: 60px;
  }
  .mgt-md-60 {
    margin-top: 60px;
  }
  .mgr-md-60 {
    margin-right: 60px;
  }
  .mgb-md-60 {
    margin-bottom: 60px;
  }
  .mgl-md-60 {
    margin-left: 60px;
  }
  .mg-md-70 {
    margin: 70px;
  }
  .mgt-md-70 {
    margin-top: 70px;
  }
  .mgr-md-70 {
    margin-right: 70px;
  }
  .mgb-md-70 {
    margin-bottom: 70px;
  }
  .mgl-md-70 {
    margin-left: 70px;
  }
  .mg-md-80 {
    margin: 80px;
  }
  .mgt-md-80 {
    margin-top: 80px;
  }
  .mgr-md-80 {
    margin-right: 80px;
  }
  .mgb-md-80 {
    margin-bottom: 80px;
  }
  .mgl-md-80 {
    margin-left: 80px;
  }
  .mg-md-90 {
    margin: 90px;
  }
  .mgt-md-90 {
    margin-top: 90px;
  }
  .mgr-md-90 {
    margin-right: 90px;
  }
  .mgb-md-90 {
    margin-bottom: 90px;
  }
  .mgl-md-90 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .mg-lg-10 {
    margin: 10px;
  }
  .mgt-lg-10 {
    margin-top: 10px;
  }
  .mgr-lg-10 {
    margin-right: 10px;
  }
  .mgb-lg-10 {
    margin-bottom: 10px;
  }
  .mgl-lg-10 {
    margin-left: 10px;
  }
  .mg-lg-20 {
    margin: 20px;
  }
  .mgt-lg-20 {
    margin-top: 20px;
  }
  .mgr-lg-20 {
    margin-right: 20px;
  }
  .mgb-lg-20 {
    margin-bottom: 20px;
  }
  .mgl-lg-20 {
    margin-left: 20px;
  }
  .mg-lg-30 {
    margin: 30px;
  }
  .mgt-lg-30 {
    margin-top: 30px;
  }
  .mgr-lg-30 {
    margin-right: 30px;
  }
  .mgb-lg-30 {
    margin-bottom: 30px;
  }
  .mgl-lg-30 {
    margin-left: 30px;
  }
  .mg-lg-40 {
    margin: 40px;
  }
  .mgt-lg-40 {
    margin-top: 40px;
  }
  .mgr-lg-40 {
    margin-right: 40px;
  }
  .mgb-lg-40 {
    margin-bottom: 40px;
  }
  .mgl-lg-40 {
    margin-left: 40px;
  }
  .mg-lg-50 {
    margin: 50px;
  }
  .mgt-lg-50 {
    margin-top: 50px;
  }
  .mgr-lg-50 {
    margin-right: 50px;
  }
  .mgb-lg-50 {
    margin-bottom: 50px;
  }
  .mgl-lg-50 {
    margin-left: 50px;
  }
  .mg-lg-60 {
    margin: 60px;
  }
  .mgt-lg-60 {
    margin-top: 60px;
  }
  .mgr-lg-60 {
    margin-right: 60px;
  }
  .mgb-lg-60 {
    margin-bottom: 60px;
  }
  .mgl-lg-60 {
    margin-left: 60px;
  }
  .mg-lg-70 {
    margin: 70px;
  }
  .mgt-lg-70 {
    margin-top: 70px;
  }
  .mgr-lg-70 {
    margin-right: 70px;
  }
  .mgb-lg-70 {
    margin-bottom: 70px;
  }
  .mgl-lg-70 {
    margin-left: 70px;
  }
  .mg-lg-80 {
    margin: 80px;
  }
  .mgt-lg-80 {
    margin-top: 80px;
  }
  .mgr-lg-80 {
    margin-right: 80px;
  }
  .mgb-lg-80 {
    margin-bottom: 80px;
  }
  .mgl-lg-80 {
    margin-left: 80px;
  }
  .mg-lg-90 {
    margin: 90px;
  }
  .mgt-lg-90 {
    margin-top: 90px;
  }
  .mgr-lg-90 {
    margin-right: 90px;
  }
  .mgb-lg-90 {
    margin-bottom: 90px;
  }
  .mgl-lg-90 {
    margin-left: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .mg-xl-10 {
    margin: 10px;
  }
  .mgt-xl-10 {
    margin-top: 10px;
  }
  .mgr-xl-10 {
    margin-right: 10px;
  }
  .mgb-xl-10 {
    margin-bottom: 10px;
  }
  .mgl-xl-10 {
    margin-left: 10px;
  }
  .mg-xl-20 {
    margin: 20px;
  }
  .mgt-xl-20 {
    margin-top: 20px;
  }
  .mgr-xl-20 {
    margin-right: 20px;
  }
  .mgb-xl-20 {
    margin-bottom: 20px;
  }
  .mgl-xl-20 {
    margin-left: 20px;
  }
  .mg-xl-30 {
    margin: 30px;
  }
  .mgt-xl-30 {
    margin-top: 30px;
  }
  .mgr-xl-30 {
    margin-right: 30px;
  }
  .mgb-xl-30 {
    margin-bottom: 30px;
  }
  .mgl-xl-30 {
    margin-left: 30px;
  }
  .mg-xl-40 {
    margin: 40px;
  }
  .mgt-xl-40 {
    margin-top: 40px;
  }
  .mgr-xl-40 {
    margin-right: 40px;
  }
  .mgb-xl-40 {
    margin-bottom: 40px;
  }
  .mgl-xl-40 {
    margin-left: 40px;
  }
  .mg-xl-50 {
    margin: 50px;
  }
  .mgt-xl-50 {
    margin-top: 50px;
  }
  .mgr-xl-50 {
    margin-right: 50px;
  }
  .mgb-xl-50 {
    margin-bottom: 50px;
  }
  .mgl-xl-50 {
    margin-left: 50px;
  }
  .mg-xl-60 {
    margin: 60px;
  }
  .mgt-xl-60 {
    margin-top: 60px;
  }
  .mgr-xl-60 {
    margin-right: 60px;
  }
  .mgb-xl-60 {
    margin-bottom: 60px;
  }
  .mgl-xl-60 {
    margin-left: 60px;
  }
  .mg-xl-70 {
    margin: 70px;
  }
  .mgt-xl-70 {
    margin-top: 70px;
  }
  .mgr-xl-70 {
    margin-right: 70px;
  }
  .mgb-xl-70 {
    margin-bottom: 70px;
  }
  .mgl-xl-70 {
    margin-left: 70px;
  }
  .mg-xl-80 {
    margin: 80px;
  }
  .mgt-xl-80 {
    margin-top: 80px;
  }
  .mgr-xl-80 {
    margin-right: 80px;
  }
  .mgb-xl-80 {
    margin-bottom: 80px;
  }
  .mgl-xl-80 {
    margin-left: 80px;
  }
  .mg-xl-90 {
    margin: 90px;
  }
  .mgt-xl-90 {
    margin-top: 90px;
  }
  .mgr-xl-90 {
    margin-right: 90px;
  }
  .mgb-xl-90 {
    margin-bottom: 90px;
  }
  .mgl-xl-90 {
    margin-left: 90px;
  }
}
.pd-10 {
  padding: 10px;
}

.pdt-10 {
  padding-top: 10px;
}

.pdr-10 {
  padding-right: 10px;
}

.pdb-10 {
  padding-bottom: 10px;
}

.pdl-10 {
  padding-left: 10px;
}

.pd-20 {
  padding: 20px;
}

.pdt-20 {
  padding-top: 20px;
}

.pdr-20 {
  padding-right: 20px;
}

.pdb-20 {
  padding-bottom: 20px;
}

.pdl-20 {
  padding-left: 20px;
}

.pd-30 {
  padding: 30px;
}

.pdt-30 {
  padding-top: 30px;
}

.pdr-30 {
  padding-right: 30px;
}

.pdb-30 {
  padding-bottom: 30px;
}

.pdl-30 {
  padding-left: 30px;
}

.pd-40 {
  padding: 40px;
}

.pdt-40 {
  padding-top: 40px;
}

.pdr-40 {
  padding-right: 40px;
}

.pdb-40 {
  padding-bottom: 40px;
}

.pdl-40 {
  padding-left: 40px;
}

.pd-50 {
  padding: 50px;
}

.pdt-50 {
  padding-top: 50px;
}

.pdr-50 {
  padding-right: 50px;
}

.pdb-50 {
  padding-bottom: 50px;
}

.pdl-50 {
  padding-left: 50px;
}

.pd-60 {
  padding: 60px;
}

.pdt-60 {
  padding-top: 60px;
}

.pdr-60 {
  padding-right: 60px;
}

.pdb-60 {
  padding-bottom: 60px;
}

.pdl-60 {
  padding-left: 60px;
}

.pd-70 {
  padding: 70px;
}

.pdt-70 {
  padding-top: 70px;
}

.pdr-70 {
  padding-right: 70px;
}

.pdb-70 {
  padding-bottom: 70px;
}

.pdl-70 {
  padding-left: 70px;
}

.pd-80 {
  padding: 80px;
}

.pdt-80 {
  padding-top: 80px;
}

.pdr-80 {
  padding-right: 80px;
}

.pdb-80 {
  padding-bottom: 80px;
}

.pdl-80 {
  padding-left: 80px;
}

.pd-90 {
  padding: 90px;
}

.pdt-90 {
  padding-top: 90px;
}

.pdr-90 {
  padding-right: 90px;
}

.pdb-90 {
  padding-bottom: 90px;
}

.pdl-90 {
  padding-left: 90px;
}

@media only screen and (min-width: 768px) {
  .pd-md-10 {
    padding: 10px;
  }
  .pdt-md-10 {
    padding-top: 10px;
  }
  .pdr-md-10 {
    padding-right: 10px;
  }
  .pdb-md-10 {
    padding-bottom: 10px;
  }
  .pdl-md-10 {
    padding-left: 10px;
  }
  .pd-md-20 {
    padding: 20px;
  }
  .pdt-md-20 {
    padding-top: 20px;
  }
  .pdr-md-20 {
    padding-right: 20px;
  }
  .pdb-md-20 {
    padding-bottom: 20px;
  }
  .pdl-md-20 {
    padding-left: 20px;
  }
  .pd-md-30 {
    padding: 30px;
  }
  .pdt-md-30 {
    padding-top: 30px;
  }
  .pdr-md-30 {
    padding-right: 30px;
  }
  .pdb-md-30 {
    padding-bottom: 30px;
  }
  .pdl-md-30 {
    padding-left: 30px;
  }
  .pd-md-40 {
    padding: 40px;
  }
  .pdt-md-40 {
    padding-top: 40px;
  }
  .pdr-md-40 {
    padding-right: 40px;
  }
  .pdb-md-40 {
    padding-bottom: 40px;
  }
  .pdl-md-40 {
    padding-left: 40px;
  }
  .pd-md-50 {
    padding: 50px;
  }
  .pdt-md-50 {
    padding-top: 50px;
  }
  .pdr-md-50 {
    padding-right: 50px;
  }
  .pdb-md-50 {
    padding-bottom: 50px;
  }
  .pdl-md-50 {
    padding-left: 50px;
  }
  .pd-md-60 {
    padding: 60px;
  }
  .pdt-md-60 {
    padding-top: 60px;
  }
  .pdr-md-60 {
    padding-right: 60px;
  }
  .pdb-md-60 {
    padding-bottom: 60px;
  }
  .pdl-md-60 {
    padding-left: 60px;
  }
  .pd-md-70 {
    padding: 70px;
  }
  .pdt-md-70 {
    padding-top: 70px;
  }
  .pdr-md-70 {
    padding-right: 70px;
  }
  .pdb-md-70 {
    padding-bottom: 70px;
  }
  .pdl-md-70 {
    padding-left: 70px;
  }
  .pd-md-80 {
    padding: 80px;
  }
  .pdt-md-80 {
    padding-top: 80px;
  }
  .pdr-md-80 {
    padding-right: 80px;
  }
  .pdb-md-80 {
    padding-bottom: 80px;
  }
  .pdl-md-80 {
    padding-left: 80px;
  }
  .pd-md-90 {
    padding: 90px;
  }
  .pdt-md-90 {
    padding-top: 90px;
  }
  .pdr-md-90 {
    padding-right: 90px;
  }
  .pdb-md-90 {
    padding-bottom: 90px;
  }
  .pdl-md-90 {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .pd-lg-10 {
    padding: 10px;
  }
  .pdt-lg-10 {
    padding-top: 10px;
  }
  .pdr-lg-10 {
    padding-right: 10px;
  }
  .pdb-lg-10 {
    padding-bottom: 10px;
  }
  .pdl-lg-10 {
    padding-left: 10px;
  }
  .pd-lg-20 {
    padding: 20px;
  }
  .pdt-lg-20 {
    padding-top: 20px;
  }
  .pdr-lg-20 {
    padding-right: 20px;
  }
  .pdb-lg-20 {
    padding-bottom: 20px;
  }
  .pdl-lg-20 {
    padding-left: 20px;
  }
  .pd-lg-30 {
    padding: 30px;
  }
  .pdt-lg-30 {
    padding-top: 30px;
  }
  .pdr-lg-30 {
    padding-right: 30px;
  }
  .pdb-lg-30 {
    padding-bottom: 30px;
  }
  .pdl-lg-30 {
    padding-left: 30px;
  }
  .pd-lg-40 {
    padding: 40px;
  }
  .pdt-lg-40 {
    padding-top: 40px;
  }
  .pdr-lg-40 {
    padding-right: 40px;
  }
  .pdb-lg-40 {
    padding-bottom: 40px;
  }
  .pdl-lg-40 {
    padding-left: 40px;
  }
  .pd-lg-50 {
    padding: 50px;
  }
  .pdt-lg-50 {
    padding-top: 50px;
  }
  .pdr-lg-50 {
    padding-right: 50px;
  }
  .pdb-lg-50 {
    padding-bottom: 50px;
  }
  .pdl-lg-50 {
    padding-left: 50px;
  }
  .pd-lg-60 {
    padding: 60px;
  }
  .pdt-lg-60 {
    padding-top: 60px;
  }
  .pdr-lg-60 {
    padding-right: 60px;
  }
  .pdb-lg-60 {
    padding-bottom: 60px;
  }
  .pdl-lg-60 {
    padding-left: 60px;
  }
  .pd-lg-70 {
    padding: 70px;
  }
  .pdt-lg-70 {
    padding-top: 70px;
  }
  .pdr-lg-70 {
    padding-right: 70px;
  }
  .pdb-lg-70 {
    padding-bottom: 70px;
  }
  .pdl-lg-70 {
    padding-left: 70px;
  }
  .pd-lg-80 {
    padding: 80px;
  }
  .pdt-lg-80 {
    padding-top: 80px;
  }
  .pdr-lg-80 {
    padding-right: 80px;
  }
  .pdb-lg-80 {
    padding-bottom: 80px;
  }
  .pdl-lg-80 {
    padding-left: 80px;
  }
  .pd-lg-90 {
    padding: 90px;
  }
  .pdt-lg-90 {
    padding-top: 90px;
  }
  .pdr-lg-90 {
    padding-right: 90px;
  }
  .pdb-lg-90 {
    padding-bottom: 90px;
  }
  .pdl-lg-90 {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .pd-xl-10 {
    padding: 10px;
  }
  .pdt-xl-10 {
    padding-top: 10px;
  }
  .pdr-xl-10 {
    padding-right: 10px;
  }
  .pdb-xl-10 {
    padding-bottom: 10px;
  }
  .pdl-xl-10 {
    padding-left: 10px;
  }
  .pd-xl-20 {
    padding: 20px;
  }
  .pdt-xl-20 {
    padding-top: 20px;
  }
  .pdr-xl-20 {
    padding-right: 20px;
  }
  .pdb-xl-20 {
    padding-bottom: 20px;
  }
  .pdl-xl-20 {
    padding-left: 20px;
  }
  .pd-xl-30 {
    padding: 30px;
  }
  .pdt-xl-30 {
    padding-top: 30px;
  }
  .pdr-xl-30 {
    padding-right: 30px;
  }
  .pdb-xl-30 {
    padding-bottom: 30px;
  }
  .pdl-xl-30 {
    padding-left: 30px;
  }
  .pd-xl-40 {
    padding: 40px;
  }
  .pdt-xl-40 {
    padding-top: 40px;
  }
  .pdr-xl-40 {
    padding-right: 40px;
  }
  .pdb-xl-40 {
    padding-bottom: 40px;
  }
  .pdl-xl-40 {
    padding-left: 40px;
  }
  .pd-xl-50 {
    padding: 50px;
  }
  .pdt-xl-50 {
    padding-top: 50px;
  }
  .pdr-xl-50 {
    padding-right: 50px;
  }
  .pdb-xl-50 {
    padding-bottom: 50px;
  }
  .pdl-xl-50 {
    padding-left: 50px;
  }
  .pd-xl-60 {
    padding: 60px;
  }
  .pdt-xl-60 {
    padding-top: 60px;
  }
  .pdr-xl-60 {
    padding-right: 60px;
  }
  .pdb-xl-60 {
    padding-bottom: 60px;
  }
  .pdl-xl-60 {
    padding-left: 60px;
  }
  .pd-xl-70 {
    padding: 70px;
  }
  .pdt-xl-70 {
    padding-top: 70px;
  }
  .pdr-xl-70 {
    padding-right: 70px;
  }
  .pdb-xl-70 {
    padding-bottom: 70px;
  }
  .pdl-xl-70 {
    padding-left: 70px;
  }
  .pd-xl-80 {
    padding: 80px;
  }
  .pdt-xl-80 {
    padding-top: 80px;
  }
  .pdr-xl-80 {
    padding-right: 80px;
  }
  .pdb-xl-80 {
    padding-bottom: 80px;
  }
  .pdl-xl-80 {
    padding-left: 80px;
  }
  .pd-xl-90 {
    padding: 90px;
  }
  .pdt-xl-90 {
    padding-top: 90px;
  }
  .pdr-xl-90 {
    padding-right: 90px;
  }
  .pdb-xl-90 {
    padding-bottom: 90px;
  }
  .pdl-xl-90 {
    padding-left: 90px;
  }
}
.m-menu--principal {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  height: 60px;
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.m-menu--principal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 60px;
}
.m-menu--principal li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-menu--principal li .mmp-option {
  display: block;
  height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(29, 29, 38, 0.7);
}
.m-menu--principal li .mmp-option i::before {
  font-size: 25px;
}
.m-menu--principal li .mmp-option .text {
  font-size: 9px;
  line-height: 1.2em;
  margin-top: 0.5em;
}
.m-menu--principal li a.inactive {
  opacity: 0.5;
}
.m-menu--principal li a.active {
  color: #E27E26;
}

.m-menu--primary--mobile li {
  list-style: none;
}
.m-menu--primary--mobile a {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  display: block;
}

.m-menu--header {
  background-color: transparent;
}
.m-menu--header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-menu--header li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-menu--header li .mmh-option {
  display: block;
  height: 30px;
  color: #E27E26;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 11px;
  text-align: center;
  padding: 8px;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
}
.m-menu--header li .mmh-option.active {
  border-bottom: 3px solid rgba(226, 126, 38, 0.6);
}

/* MENU PER MULTICULONES NO AFEGIR CAP ESTIL MÉS A PART DE AIXÒ */
.m-menu--multi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 1.5%;
     -moz-column-gap: 1.5%;
          column-gap: 1.5%;
}
.m-menu--multi li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.m-menu--multi li [class^=a-button-], .m-menu--multi li [class*=" a-button-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-menu--multi--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2px 1fr 2px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2px;
}
.m-menu--multi--grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.m-menu--multi--grid li [class^=a-button-], .m-menu--multi--grid li [class*=" a-button-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-configuration-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px solid rgba(29, 29, 38, 0.05);
}
.m-configuration-item .mci-content {
  width: calc(100% - 70px);
  padding: 25px;
}
.m-configuration-item .mci-content .mci-header {
  color: #1D1D26;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.m-configuration-item .mci-content .mci-message {
  color: rgba(29, 29, 38, 0.6);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}
.m-configuration-item .mci-switch {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m-games-item--game, .m-games-item--type {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 130px;
  border-radius: 5px;
  overflow: hidden;
}
.m-games-item--game .mgi-wrapper, .m-games-item--type .mgi-wrapper {
  display: block;
  text-decoration: none;
  background-color: rgba(29, 29, 38, 0.44);
  height: 100%;
  min-height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 10px 20px;
}
.m-games-item--game .mgi-content, .m-games-item--type .mgi-content {
  width: 100%;
  position: relative;
}
.m-games-item--game .mgi-content .extra-badge, .m-games-item--type .mgi-content .extra-badge {
  margin-top: -50px;
  color: #FF0032;
  font-size: 40px;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
}
.m-games-item--game .mgi-content .mgi-header, .m-games-item--type .mgi-content .mgi-header {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 7px;
}
.m-games-item--game .mgi-content .mgi-header br, .m-games-item--type .mgi-content .mgi-header br {
  display: none;
}
.m-games-item--game .mgi-content h1.mgi-header, .m-games-item--type .mgi-content h1.mgi-header {
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
}
.m-games-item--game .mgi-content .a-button--next, .m-games-item--type .mgi-content .a-button--next {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -15px;
}
.m-games-item--game .mgi-content .a-button--padlock-open, .m-games-item--type .mgi-content .a-button--padlock-open,
.m-games-item--game .mgi-content .a-button--padlock-close,
.m-games-item--type .mgi-content .a-button--padlock-close {
  position: absolute;
  top: 0%;
  right: 0px;
  margin-top: -70px;
}

.m-games-item--type {
  min-height: 70px;
}
.m-games-item--type .mgi-wrapper {
  min-height: 60px;
  padding: 10px;
  margin: 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-games-item--type .mgi-wrapper .mgi-header {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.m-games-item--empty {
  max-width: 320px;
  margin: 30px auto;
  padding: 0px 30px;
}
.m-games-item--empty .mgie-no-game-img {
  width: 60%;
  margin: 0 auto;
}
.m-games-item--empty .mgie-header {
  color: #BBBBBB;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}
.m-games-item--empty .mgie-body {
  color: #BBBBBB;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  margin-top: 5px;
}

.drag-and-drop-item .a-choose-img {
  width: calc(29% - 4px);
}

.m-info-icons-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
}
.m-info-icons-item .info-icon-item {
  max-width: 30%;
}

.info-icon-item {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}
.info-icon-item .icon {
  height: 100%;
  margin-right: 2px;
}
.info-icon-item .icon img {
  height: 100%;
  width: auto;
}
.info-icon-item p {
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}

.m-info-icons-and-date-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-info-icons-and-date-item .m-info-icons-item {
  -webkit-box-flex: 55%;
      -ms-flex: 55%;
          flex: 55%;
}
.m-info-icons-and-date-item .m-info-icons-item .info-icon-item {
  max-width: 50%;
}
.m-info-icons-and-date-item .m-info-date {
  -webkit-box-flex: 45%;
      -ms-flex: 45%;
          flex: 45%;
  padding: 9px 0px;
}
.m-info-icons-and-date-item .m-info-date .date {
  display: inline-block;
  padding: 4px;
  background-color: #EAEFF2;
  border-radius: 5px;
  font-size: 12px;
  float: right;
}

.m-notification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 21px 0px 30px;
  border-bottom: 2px solid rgba(29, 29, 38, 0.05);
}
.m-notification-item .mni-bullet {
  width: 50px;
}
.m-notification-item .mni-bullet::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #DEDEDE;
}
.m-notification-item.active .mni-bullet::before {
  background-color: #618055;
}
.m-notification-item .mni-content {
  width: calc(100% - 50px);
  padding-right: 10px;
}
.m-notification-item .mni-content .mni-header {
  color: #1D1D26;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
}
.m-notification-item .mni-content .mni-message {
  color: rgba(29, 29, 38, 0.6);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-notification-item .mni-date {
  width: 75px;
  padding-left: 5px;
  font-size: 11px;
}

.m-photo-item {
  min-height: calc(100% - 92px);
}
.m-photo-item .w-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.m-photo-item #myFileWrapper #myFileUpload {
  min-height: 120px;
  background-image: url("../img/svg/camera.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100px auto;
}
.m-photo-item #myFileWrapper #myFileUpload img[src=""] {
  display: none;
}
.m-photo-item .a-checkbox--green,
.m-photo-item .a-center {
  margin: 20px 0px;
}
.m-photo-item .hastags {
  color: #E27E26;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.m-photo-item .hastags span {
  display: block;
}
.m-photo-item #myFileInput {
  opacity: 0;
  height: 0px;
}
.m-photo-item .green-rounded {
  margin: 0 auto 20px;
}
.m-photo-item .a-button--fb-blue {
  margin: 0 auto 20px;
}
.m-photo-item .h-dark,
.m-photo-item p {
  text-align: center;
}
.m-photo-item #spinner {
  max-width: 60px;
  margin: 0 auto;
}

.m-pista-item {
  background-color: #EAEFF2;
  position: relative;
  z-index: 100;
  padding: 20px;
  -webkit-box-shadow: 0 17px 13px 0 rgba(0, 0, 0, 0.17);
          box-shadow: 0 17px 13px 0 rgba(0, 0, 0, 0.17);
  color: #1D1D26;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 15px;
}
.m-pista-item::before {
  content: " ";
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #EAEFF2;
  border-width: 10px;
  margin-left: -10px;
}
.m-pista-item .close::before {
  content: "X";
  width: 20px;
  height: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  top: 1px;
  left: 1px;
}

.m-ranking-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #1D1D26;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  padding: 5px 0px;
}
.m-ranking-item .mri-position {
  width: 30px;
}
.m-ranking-item .mri-image {
  width: 60px;
}
.m-ranking-item .mri-image .img {
  width: 45px;
  height: 45px;
  background-size: cover;
  background-position: center;
  border-radius: 100%;
}
.m-ranking-item .mri-name {
  width: calc(100% - 250px);
}
.m-ranking-item .mri-medal {
  width: 15px;
}
.m-ranking-item .mri-time {
  width: 140px;
}

.m-success-item .msi-img {
  width: 50%;
  margin: 20px auto;
}
.m-success-item .s-header {
  color: #E27E26;
}
.m-success-item .msi-content {
  text-align: center;
  margin-bottom: 20px;
}
.m-success-item .msi-content p {
  text-align: center;
  color: #1D1D26;
  margin-bottom: 20px;
}
.m-success-item .msi-content .h-dark {
  text-align: center;
  color: #1D1D26;
}
.m-success-item .msi-interest {
  padding-bottom: 20px;
}
.m-success-item .msi-interest h5 {
  color: #E27E26;
  font-weight: bold;
  padding-bottom: 10px;
}
.m-success-item .msi-buttons {
  text-align: center;
}
.m-success-item .msi-buttons [class^=a-button-], .m-success-item .msi-buttons [class*=a-button-] {
  margin-bottom: 10px;
}

.m-youtube-video-item.exist {
  width: 100%;
  aspect-ratio: 16/9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  border-radius: 6px;
}

.m-info-item, .m-award-item {
  --var-padding: 12px;
  --var-width: 80px;
  width: 100%;
  min-height: calc(var(--var-width) + var(--var-padding) * 2);
  padding: var(--var-padding);
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .m-info-item, .m-award-item {
    --var-padding: 20px;
  }
}
.m-info-item.blue, .blue.m-award-item {
  background-color: #02205F;
}
.m-info-item.pale-grey, .pale-grey.m-award-item {
  background-color: #EAEFF2;
}
.m-info-item.pink, .pink.m-award-item {
  background-color: #f3e4f9;
}
.m-info-item.light-blue, .light-blue.m-award-item {
  background-color: #e1e6eb;
}
.m-info-item.column, .column.m-award-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-info-item.center, .center.m-award-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-info-item .icon, .m-award-item .icon {
  width: var(--var-width);
  min-height: var(--var-width);
  border-radius: 100%;
  padding: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-info-item .icon.inside, .m-award-item .icon.inside {
  background-color: transparent;
}
.m-info-item .icon.inside i, .m-award-item .icon.inside i {
  font-size: var(--var-width);
  color: #E27E26;
}
.m-info-item .icon.big, .m-award-item .icon.big {
  --var-width: 120px;
}
.m-info-item .icon.image img, .m-award-item .icon.image img {
  width: 100%;
}
.m-info-item .content, .m-award-item .content {
  text-align: center;
  width: calc(100% - (var(--var-width) + 10px));
}
.m-info-item .content p, .m-award-item .content p {
  font-size: 11px;
  line-height: 1.2em;
}
.m-info-item.blue .content p, .blue.m-award-item .content p {
  color: #FFFFFF;
}
.m-info-item.left .content h1, .left.m-award-item .content h1 {
  text-align: left;
  padding: 5px 0px 0px 20px;
}

.m-award-item {
  --var-width: 80px;
}
.m-award-item .icon {
  border-radius: 0%;
}

.m-choose-avatar-item {
  background-color: #EAEFF2;
  padding: 10px;
}
.m-choose-avatar-item .title {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.m-progress-item {
  padding: 10px;
  border-radius: 5px;
}
.m-progress-item.small {
  padding: 5px;
}
.m-progress-item.small .progress-bar {
  margin: 4px 0px;
}
.m-progress-item.grey {
  background-color: #AAB6BA;
}
.m-progress-item.pale-grey {
  background-color: #EAEFF2;
}
.m-progress-item .progress-bar {
  margin: 10px 0px;
  width: 100%;
  height: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #EAEFF2;
}
.m-progress-item .progress-bar--percent {
  height: 100%;
  background-color: #4A4A4A;
}

.m-spin-wheel-item .wheel-wrapper {
  aspect-ratio: 1;
  position: relative;
}
.m-spin-wheel-item .wheel-wrapper.active {
  opacity: 0.5;
}
.m-spin-wheel-item .wheel-wrapper.active::after, .m-spin-wheel-item .wheel-wrapper.spinned::after {
  content: "";
  display: block;
  inset: 0 0 0 0;
  position: absolute;
}
.m-spin-wheel-item .wheel-wrapper .wheel-item {
  width: 100%;
  height: 100%;
}
.m-spin-wheel-item .wheel-wrapper .arrow {
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0px;
  left: calc(50% - 15px);
}
.m-spin-wheel-item .wheel-wrapper .arrow::before,
.m-spin-wheel-item .wheel-wrapper .arrow::after {
  content: "";
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  background: #fff;
  clip-path: polygon(0 10px, calc(100% - 15px) 10px, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, calc(100% - 15px) calc(100% - 10px), 0 calc(100% - 10px));
  -webkit-animation: a5 1s infinite;
          animation: a5 1s infinite;
  -webkit-transform: translate(calc(0% + var(--s, 0%)));
          transform: translate(calc(0% + var(--s, 0%)));
}

#formcomprar .block-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
#formcomprar .block-coupon #coupon {
  width: 75%;
}
#formcomprar .block-coupon .a-button--primary, #formcomprar .block-coupon .a-button--primary-hidden {
  width: auto;
  padding: 14px 10px;
  width: 25%;
  font-size: 14px;
}
#formcomprar #total {
  font-weight: bold;
}
#formcomprar div#sms.success {
  color: #00cc00;
  margin-bottom: 25px;
}
#formcomprar div#sms.success.alert {
  color: red;
  margin-bottom: 25px;
}

.m-modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow-y: auto;
}
.m-modal .modal-wrapper {
  border-radius: 9px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 24px 44px 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 24px 44px 10px rgba(0, 0, 0, 0.11);
  padding: 10px;
  top: 0%;
  margin: auto;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .m-modal .modal-wrapper {
    width: 710px;
  }
}
.m-modal .modal-wrapper .modal-content {
  border: 1px solid #aaa9af;
  padding: 10px 10px;
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .m-modal .modal-wrapper .modal-content {
    padding: 50px 40px;
  }
}
.m-modal .modal-wrapper .modal-content .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 30px;
  color: #1D1D26;
  text-decoration: none;
  z-index: 300;
}
.m-modal .modal-wrapper .modal-content h2 {
  color: #9AA6AA;
  font-size: 25px;
  line-height: 29px;
  text-transform: uppercase;
}
.m-modal .modal-wrapper .modal-content h1, .m-modal .modal-wrapper .modal-content h2, .m-modal .modal-wrapper .modal-content h3, .m-modal .modal-wrapper .modal-content h4 {
  text-align: center;
  margin-bottom: 10px 0px;
}
.m-modal .modal-wrapper .modal-content .message {
  color: #1D1D26;
  font-size: 18px;
  padding: 10px 0px 0px;
}
.m-modal .modal-wrapper .modal-content .schedule {
  color: #9AA6AA;
  font-size: 15px;
  padding: 10px 0px;
}
.m-modal .modal-wrapper .modal-content form {
  max-width: 280px;
  margin: 20px auto 0px;
}
.m-modal .modal-wrapper .modal-content form input[type=text] {
  margin-bottom: 10px;
}
.m-modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: safe center;
      -ms-flex-align: safe center;
          align-items: safe center;
  -webkit-box-pack: safe center;
      -ms-flex-pack: safe center;
          justify-content: safe center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  min-height: 100vh;
  padding: 20px;
  -webkit-animation: fadeInModalBg 0.3s forwards ease-in-out;
          animation: fadeInModalBg 0.3s forwards ease-in-out;
}
.m-modal.open .modal-wrapper {
  -webkit-animation: openModal 0.3s forwards ease-in-out;
          animation: openModal 0.3s forwards ease-in-out;
}
@media only screen and (min-width: 750px) {
  .m-modal.open .modal-wrapper {
    -webkit-animation: openModal 0.3s forwards ease-in-out;
            animation: openModal 0.3s forwards ease-in-out;
  }
}
.m-modal.close {
  display: block;
  -webkit-animation: fadeOutModalBg 0.3s forwards ease-in-out;
          animation: fadeOutModalBg 0.3s forwards ease-in-out;
}
.m-modal.close .modal-wrapper {
  -webkit-animation: closeModal 0.3s forwards ease-in-out;
          animation: closeModal 0.3s forwards ease-in-out;
}

.m-modal.politica .modal-content,
.m-modal.modal-contact .modal-content {
  padding: 30px 20px;
}
.m-modal.politica .modal-content h3,
.m-modal.modal-contact .modal-content h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}
.m-modal.politica .modal-content h4,
.m-modal.modal-contact .modal-content h4 {
  font-size: 13px;
  line-height: 18px;
  color: black;
  margin-bottom: 5px;
  text-align: center;
}
.m-modal.politica .modal-content h5,
.m-modal.modal-contact .modal-content h5 {
  font-size: 12px;
  line-height: 18px;
  color: black;
  margin-bottom: 5px;
  text-align: center;
}
.m-modal.politica .modal-content p, .m-modal.politica .modal-content a,
.m-modal.modal-contact .modal-content p,
.m-modal.modal-contact .modal-content a {
  font-size: 11px;
  line-height: 16px;
  color: black;
  margin-bottom: 5px;
  text-align: center;
}
.m-modal.politica .modal-content a,
.m-modal.modal-contact .modal-content a {
  text-decoration: underline;
}
.m-modal.politica.open,
.m-modal.modal-contact.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-modal.politica.close,
.m-modal.modal-contact.close {
  display: block;
  -webkit-animation: fadeOutModalBg 0.3s forwards ease-in-out;
          animation: fadeOutModalBg 0.3s forwards ease-in-out;
}
.m-modal.politica.close .modal-wrapper,
.m-modal.modal-contact.close .modal-wrapper {
  -webkit-animation: closeModal 0.3s forwards ease-in-out;
          animation: closeModal 0.3s forwards ease-in-out;
}

.m-modal.publicitat .modal-wrapper {
  width: auto;
  max-width: 710px;
}
.m-modal.publicitat .modal-content {
  padding: 0px;
  text-align: center;
}
.m-modal.publicitat img {
  margin: 0 auto;
}
.m-modal.publicitat .w-size {
  max-width: 100vw;
}
.m-modal.publicitat .h-size {
  max-height: 100vh;
}

.m-modal.my-map .modal-content {
  padding: 0%;
}
.m-modal.my-map .modal-content .icon-close {
  right: 50%;
  margin-right: -25px;
  top: 8px;
}
.m-modal.my-map .modal-content .icon-close::before {
  color: #FFFFFF;
}
.m-modal.my-map .map-wrapper {
  width: 100%;
  padding-bottom: calc(90vh - 30px);
  position: relative;
}
.m-modal.my-map .map-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

.m-modal.youtube-modal .modal-content {
  padding: 0%;
}
.m-modal.youtube-modal .modal-content .icon-close {
  right: -9px;
  top: -9px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.m-modal.youtube-modal .m-video-responsive {
  width: 100%;
  padding-bottom: 56.8%;
  position: relative;
}
.m-modal.youtube-modal .m-video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes openModal {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes openModal {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes closeModal {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes closeModal {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  70% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes fadeInModalBg {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  40% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@keyframes fadeInModalBg {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  40% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes fadeOutModalBg {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
@keyframes fadeOutModalBg {
  0% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  50% {
    background-color: rgba(0, 0, 0, 0.5);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
.m-steps--white {
  background-color: rgba(255, 255, 255, 0.33);
  width: 56px;
  padding: 5px 0px 4px;
  border-radius: 50px;
  text-align: center;
}
.m-steps--white span {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.m-steps--white span.current {
  font-size: 16px;
  font-weight: 600;
}
.m-steps--white span.divider, .m-steps--white span.total {
  font-size: 10px;
}
.m-steps--white span.step {
  display: none;
}
.m-steps--white span.step.active {
  display: inline;
}

.m-steps--game {
  background-color: rgba(255, 255, 255, 0.33);
  width: 56px;
  padding: 5px 0px 4px;
  border-radius: 50px;
  text-align: center;
}
.m-steps--game span {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
.m-steps--game span.current {
  font-size: 13px;
  font-weight: 600;
  width: 26px;
  text-align: right;
  display: inline-block;
}
.m-steps--game span.divider, .m-steps--game span.total {
  font-size: 10px;
}

.m-chrome-message h5 {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
.m-chrome-message a {
  display: block;
  max-width: 200px;
  margin: 10px auto;
}

.o-ranking-container .m-ranking-item:nth-of-type(1) .mri-medal,
.o-ranking-container .m-ranking-item:nth-of-type(2) .mri-medal,
.o-ranking-container .m-ranking-item:nth-of-type(3) .mri-medal {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-ranking-container .m-ranking-item:nth-of-type(1) .mri-medal:before,
.o-ranking-container .m-ranking-item:nth-of-type(2) .mri-medal:before,
.o-ranking-container .m-ranking-item:nth-of-type(3) .mri-medal:before {
  content: "\e915";
  font-size: 12px;
}
.o-ranking-container .m-ranking-item:nth-of-type(1) .mri-medal:before {
  color: gold;
}
.o-ranking-container .m-ranking-item:nth-of-type(2) .mri-medal:before {
  color: silver;
}
.o-ranking-container .m-ranking-item:nth-of-type(3) .mri-medal:before {
  color: #E4A010;
}

.o-ranking--simplified .mri-user {
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-ranking--simplified .mri-user .mri-position {
  min-width: 30px;
}
.o-ranking--simplified .mri-user .mri-name {
  margin-right: auto;
}
.o-ranking--simplified .mri-user .mri-medal {
  min-width: 20px;
  padding-left: 2%;
}
.o-ranking--simplified .m-raking-s-item.me .mri-user {
  font-weight: bold;
}
.o-ranking--simplified .m-raking-s-item:nth-of-type(1) .mri-medal,
.o-ranking--simplified .m-raking-s-item:nth-of-type(2) .mri-medal,
.o-ranking--simplified .m-raking-s-item:nth-of-type(3) .mri-medal {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.o-ranking--simplified .m-raking-s-item:nth-of-type(1) .mri-medal:before,
.o-ranking--simplified .m-raking-s-item:nth-of-type(2) .mri-medal:before,
.o-ranking--simplified .m-raking-s-item:nth-of-type(3) .mri-medal:before {
  content: "\e927";
  font-size: 13px;
}
.o-ranking--simplified .m-raking-s-item:nth-of-type(1) .mri-medal:before {
  color: gold;
}
.o-ranking--simplified .m-raking-s-item:nth-of-type(2) .mri-medal:before {
  color: silver;
}
.o-ranking--simplified .m-raking-s-item:nth-of-type(3) .mri-medal:before {
  color: #E4A010;
}

.o-games-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0px;
}
.o-games-container .m-games-item {
  width: 100%;
  margin: 5px 10px;
}
.o-games-container .m-games-item--game, .o-games-container .m-games-item--type {
  width: 100%;
  min-height: 160px;
}
.o-games-container .m-games-item--type {
  min-height: auto;
  margin: 4px 10px;
}

.o-game-module {
  height: calc(100% - 123px);
  position: relative;
}
.o-game-module .ogm-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 225px;
}
.o-game-module .ogm-question {
  overflow-y: auto;
  padding-bottom: 300px;
  display: none;
}
.o-game-module .ogm-question .question {
  padding-top: 10px;
}
.o-game-module .ogm-question .question p {
  color: #1D1D26;
  font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
}
.o-game-module .ogm-answer {
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: calc(100% - 60px);
  left: 0;
  width: 100%;
  -webkit-transition: top 0.45s ease-in-out;
  transition: top 0.45s ease-in-out;
  z-index: 100;
  -webkit-box-shadow: 0 -7px 7px -7px #CCDCE4;
          box-shadow: 0 -7px 7px -7px #CCDCE4;
  border-top: 2px solid rgba(204, 220, 228, 0.23);
  display: none;
}
.o-game-module .ogm-answer .ogm-wrapper {
  position: relative;
  padding-top: 15px;
  height: 100%;
}
.o-game-module .ogm-answer .q-header {
  margin-top: 15px;
}
.o-game-module .a-button--answer {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 50%;
  top: -25px;
  margin-left: -25px;
  border-radius: 100px;
  border: 2px solid #CCDCE4;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-game-module .a-button--answer .icon-double-arrow::before {
  font-size: 22px;
  color: #CCDCE4;
}
.o-game-module .a-button--pistes {
  display: none;
  position: absolute;
  right: 15px;
  top: -25px;
}
.o-game-module .o-pista-container {
  display: none;
  position: absolute;
  right: 15px;
  top: 35px;
  width: 185px;
}
.o-game-module .rating-game {
  text-align: center;
}
.o-game-module.question-active {
  overflow: hidden;
}
.o-game-module.question-active .ogm-description {
  display: none;
}
.o-game-module.question-active .ogm-question,
.o-game-module.question-active .ogm-answer {
  display: block;
}
.o-game-module.active {
  overflow: visible;
}
.o-game-module.active .ogm-question {
  opacity: 0;
}
.o-game-module.active .m-question-item {
  margin-bottom: 30px;
}
.o-game-module.active .ogm-answer {
  top: 40px;
  bottom: 0px;
}
.o-game-module.active .ogm-answer .icon-double-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.o-game-module.active .a-button--pistes,
.o-game-module.active .o-pista-container {
  display: inline-block;
}

#puzzle-containment .snappuzzle-piece {
  z-index: 100 !important;
}
#puzzle-containment .snappuzzle-piece.correct {
  z-index: 10 !important;
}

.o-home-info-module {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.o-home-info-module .ohim-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-home-info-module .ohim-title,
.o-home-info-module .ohim-title a {
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.o-home-info-module .m-home-info-item {
  width: 90px;
}
.o-home-info-module .m-home-info-item .mhii-img {
  width: 70px;
  margin: 5px auto;
  padding: 5px;
}
.o-home-info-module .m-home-info-item img {
  width: 100%;
}
.o-home-info-module .m-home-info-item p {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
}

.grid-row {
  *zoom: 1;
}
.grid-row:before, .grid-row:after {
  content: " ";
  display: table;
}
.grid-row:after {
  clear: both;
}

.grid-xs-1 {
  float: left;
  width: 8.3333333333%;
}

.grid-xs-2 {
  float: left;
  width: 16.6666666667%;
}

.grid-xs-3 {
  float: left;
  width: 25%;
}

.grid-xs-4 {
  float: left;
  width: 33.3333333333%;
}

.grid-xs-5 {
  float: left;
  width: 41.6666666667%;
}

.grid-xs-6 {
  float: left;
  width: 50%;
}

.grid-xs-7 {
  float: left;
  width: 58.3333333333%;
}

.grid-xs-8 {
  float: left;
  width: 66.6666666667%;
}

.grid-xs-9 {
  float: left;
  width: 75%;
}

.grid-xs-10 {
  float: left;
  width: 83.3333333333%;
}

.grid-xs-11 {
  float: left;
  width: 91.6666666667%;
}

.grid-xs-12 {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 320px) {
  .grid-sm-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-sm-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-sm-3 {
    float: left;
    width: 25%;
  }
  .grid-sm-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-sm-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-sm-6 {
    float: left;
    width: 50%;
  }
  .grid-sm-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-sm-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-sm-9 {
    float: left;
    width: 75%;
  }
  .grid-sm-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-sm-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-sm-12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-md-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-md-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-md-3 {
    float: left;
    width: 25%;
  }
  .grid-md-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-md-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-md-6 {
    float: left;
    width: 50%;
  }
  .grid-md-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-md-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-md-9 {
    float: left;
    width: 75%;
  }
  .grid-md-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-md-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-md-12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .grid-lg-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-lg-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-lg-3 {
    float: left;
    width: 25%;
  }
  .grid-lg-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-lg-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-lg-6 {
    float: left;
    width: 50%;
  }
  .grid-lg-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-lg-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-lg-9 {
    float: left;
    width: 75%;
  }
  .grid-lg-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-lg-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-lg-12 {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .grid-xl-1 {
    float: left;
    width: 8.3333333333%;
  }
  .grid-xl-2 {
    float: left;
    width: 16.6666666667%;
  }
  .grid-xl-3 {
    float: left;
    width: 25%;
  }
  .grid-xl-4 {
    float: left;
    width: 33.3333333333%;
  }
  .grid-xl-5 {
    float: left;
    width: 41.6666666667%;
  }
  .grid-xl-6 {
    float: left;
    width: 50%;
  }
  .grid-xl-7 {
    float: left;
    width: 58.3333333333%;
  }
  .grid-xl-8 {
    float: left;
    width: 66.6666666667%;
  }
  .grid-xl-9 {
    float: left;
    width: 75%;
  }
  .grid-xl-10 {
    float: left;
    width: 83.3333333333%;
  }
  .grid-xl-11 {
    float: left;
    width: 91.6666666667%;
  }
  .grid-xl-12 {
    float: left;
    width: 100%;
  }
}
.o-menu-mobile {
  background-color: #333;
  display: none;
}
.o-menu-mobile.menu-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
}
.o-menu-mobile .wrap {
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.o-menu-mobile .a-button--close-menu {
  position: absolute;
  top: 20px;
  left: 10px;
  color: #FFFFFF;
  font-size: 20px;
}

table {
  border-bottom: 2px solid #333;
  margin-bottom: 20px;
  width: 100%;
}
table tr:last-child td {
  font-weight: bold;
}
table tr td {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
table tr td .price-table {
  font-size: 15px;
  color: #111111;
  font-family: "Montserrat";
  text-align: right;
  border: 0;
  max-width: 120px;
  width: 100%;
}
table tr td:nth-child(even) {
  text-align: right;
}

.o-header--img, .o-header--game, .o-header--gradient {
  position: relative;
  border-bottom: 2px solid rgba(2, 32, 95, 0.1);
}
.o-header--img .action, .o-header--game .action, .o-header--gradient .action {
  width: 40px;
  height: 40px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  left: 5px;
}
.o-header--img .action-2, .o-header--game .action-2, .o-header--gradient .action-2 {
  width: 20px;
  height: 20px;
  padding: 0px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  right: 10px;
}
.o-header--img .action-right, .o-header--game .action-right, .o-header--gradient .action-right {
  width: 70px;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0px;
  bottom: 0px;
  padding: 12px 0px 12px;
  right: 5px;
}
.o-header--img .oh-title, .o-header--game .oh-title, .o-header--gradient .oh-title,
.o-header--img .oh-title-finish,
.o-header--game .oh-title-finish,
.o-header--gradient .oh-title-finish {
  color: #4A4A4A;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 21px;
  text-align: center;
  padding: 15px 70px;
}
.o-header--img .oh-title .subtitle, .o-header--game .oh-title .subtitle, .o-header--gradient .oh-title .subtitle,
.o-header--img .oh-title-finish .subtitle,
.o-header--game .oh-title-finish .subtitle,
.o-header--gradient .oh-title-finish .subtitle {
  font-size: 16px;
}
.o-header--img .oh-title-timer, .o-header--game .oh-title-timer, .o-header--gradient .oh-title-timer {
  text-align: center;
  padding-top: 5px;
}
.o-header--img .oh-title-timer #resulta, .o-header--game .oh-title-timer #resulta, .o-header--gradient .oh-title-timer #resulta {
  min-width: 50px;
  text-align: center;
  display: inline-block;
  background-color: black;
  border-radius: 3px;
  padding: 1px 4px 2px;
  font-size: 24px;
  font-family: "Digital-7", sans-serif;
  letter-spacing: 0.025em;
}

.o-header--gradient {
  width: 100%;
  min-height: 63px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-header--gradient .a-button--notification {
  font-size: 30px;
  color: #E27E26;
  position: relative;
}
.o-header--gradient .a-button--notification .active::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  right: 4px;
  background-color: #FF0032;
  -webkit-animation: fade-in 1.3s linear infinite;
          animation: fade-in 1.3s linear infinite;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.o-header--game {
  width: 100%;
  min-height: 63px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.o-header--game .oh-steps {
  height: 46px;
  padding-top: 10px;
  text-align: center;
}
.o-header--game .oh-steps .m-steps--white {
  margin: 0 auto;
}

.o-header--img {
  width: 100%;
  height: 185px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.o-header--img .ohi-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #FFFFFF;
  padding: 30px;
  height: 100%;
}
.o-header--img .ohi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.o-header--img .ohi-container .ohi-title {
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.o-header--img .ohi-container .ohi-title h1 {
  color: #4A4A4A;
  font-size: 21px;
  line-height: 26px;
  font-weight: bold;
}
.o-header--img .ohi-container .ohi-title h2 {
  color: #4A4A4A;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 26px;
  font-weight: normal;
}
.o-header--img .ohi-container .ohi-options {
  display: inline-block;
}
.o-header--img .ohi-container .ohi-options div {
  margin-bottom: 8px;
}
.o-header--img .ohi-container .ohi-options [class^=a-opt--], .o-header--img .ohi-container .ohi-options [class*=a-opt--] {
  margin-right: 4px;
}

.p-menu-page {
  padding-bottom: 60px;
}
.p-menu-page .email {
  background-color: #F3F7F9;
  padding: 12px 14px;
  border: 0px;
  margin: 10px 0;
  width: 100%;
  font-size: 15px;
}
.p-menu-page .buttons {
  margin-bottom: 20px;
}
.p-menu-page .buttons [class^=a-button], .p-menu-page .buttons [class*=" a-button"] {
  margin-bottom: 10px;
  display: block;
}

.p-normal-page {
  width: 100%;
  min-height: 100%;
}

.p-game-page--start {
  height: 100%;
}
.p-game-page--start p {
  margin-bottom: 20px;
}
.p-game-page--start [class^=a-button-], .p-game-page--start [class*=a-button-] {
  margin: 10px auto;
  display: block;
}
.p-game-page--start .a-input--group--grey {
  margin-bottom: 20px;
}
.p-game-page--start .ubication-start {
  margin: 20px 0px;
}
.p-game-page--start .ubication-start .small {
  text-align: center;
}

.p-game-page--question {
  height: 100%;
}

.p-init-screen-page {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-y: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-init-screen-page .logo {
  width: 30%;
  max-width: 80px;
}
.p-init-screen-page .pisp-header {
  min-height: 63px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-init-screen-page .pisp-header .a-button--back {
  position: absolute;
  top: 10px;
  left: 5px;
}
.p-init-screen-page .pisp-subheader {
  text-align: center;
  margin-top: 40px;
}
.p-init-screen-page .pisp-subheader h1 {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 35px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 35px;
}
.p-init-screen-page .pisp-subheader .m-steps--white {
  margin: 10px auto;
}
.p-init-screen-page .pisp-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-init-screen-page .pisp-bottom .w-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.p-init-screen-page .pisp-bottom .a-button--primary, .p-init-screen-page .pisp-bottom .a-button--primary-hidden {
  margin: 10px 0px 20px;
}
.p-init-screen-page .pisp-bottom .login-page-header,
.p-init-screen-page .pisp-bottom .register-page-header {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
  display: block;
}
.p-init-screen-page .psip-reg-access {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
}
.p-init-screen-page .psip-reg-access a {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 13px;
  text-decoration: none;
}
.p-init-screen-page .psip-reg-access a:hover {
  text-decoration: underline;
}
.p-init-screen-page .pisp-top {
  border-bottom: 2px solid #02205F;
}
.p-init-screen-page .cover-page {
  background-color: #FFFFFF;
  padding: 20px;
  position: absolute;
  inset: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fadeout 1.2s ease-out 2s forwards;
          animation: fadeout 1.2s ease-out 2s forwards;
}
.p-init-screen-page .cover-page img {
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
  -webkit-animation: fadeout 1.1s ease-out 1.9s forwards;
          animation: fadeout 1.1s ease-out 1.9s forwards;
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    width: 0px;
    height: 0px;
  }
}
.p-init-register-form .step {
  display: none;
}
.p-init-register-form .step.active {
  display: block;
}
.p-init-register-form .headline {
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 30px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.p-init-register-form .register-page-header,
.p-init-register-form #infoMessage {
  color: #4A4A4A;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
  display: block;
}
.p-init-register-form.full {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-init-register-form .grid-images {
  display: -ms-grid;
  display: grid;
}
.p-init-register-form .grid-images.cols-2 {
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.p-init-register-form .grid-images.cols-3 {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.p-init-register-form .grid-images.cols-4 {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.p-init-register-form .grid-images.cols-5 {
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.p-init-register-form .grid-images .a-input--radio-button {
  margin: 0px;
}
.p-init-register-form .grid-images .a-input--radio-button .button-image {
  background: #02205F;
  border: 2px solid #02205F;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-init-register-form .grid-images .a-input--radio-button .button-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-rouleta-page .rouleta-content.closed {
  height: 0px;
  overflow: hidden;
}
.p-rouleta-page .rouleta-smiles li {
  padding: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-rouleta-page .rouleta-smiles li .a-smile-img input[type=radio] {
  display: none;
  padding: 0px;
}
.p-rouleta-page .rouleta-smiles li .a-smile-img input[type=radio] + span {
  opacity: 0.5;
}
.p-rouleta-page .rouleta-smiles li .a-smile-img input[type=radio] + span img {
  width: 30px;
}
.p-rouleta-page .rouleta-smiles li .a-smile-img input[type=radio]:checked + span {
  opacity: 1;
}