@charset "UTF-8";
/*
  Usado para comprobar el ritmo vertical
  Generalmente se aplica a la etiqueta html

  $line-height: separación entre las líneas (en píxeles)
  $offset: ajuste del comienzo de la primera línea (en píxeles)
  $line-color: color de las líneas horizontales
*/
/*
===========================================
==  Paleta de colores  ====================
===========================================
*/
/*
===========================================
==  breakpoints  ==========================
===========================================
*/
/*
===========================================
== fuentes ================================
===========================================
*/
/*
===========================================
==  márgenes  =============================
===========================================
*/
/*
===========================================
==  anchos  =============================
===========================================
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

.fuente_prueba{
  margin: 0;
  font-family: Poppins, Reboto, Corbel, Verdana, sans-serif;
  color: #393d49;
  transition: all 0.3s;
  text-align: left;
  background-color: #fff;
  font-size: 1.1rem;
  line-height: 24px !important;
}


}
/*body {
  margin: 0;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}*/

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .home-club-vouchers__container {
    min-width: 100%;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

*::-moz-selection {
  background: #393d49;
  color: #fff;
}

*::selection {
  background: #393d49;
  color: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

sup {
  top: -10px !important;
}

body {
  margin: 0;
  position: relative;
  min-height: 100%;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  /* stylelint-disable-line */
  -ms-text-size-adjust: 100%;
  /* stylelint-disable-line */
  -webkit-font-smoothing: antialiased;
  color: #393d49;
  font-size: 100%;
  line-height: 22px;
}

@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
  .home-club-vouchers__container-header {
    margin-top: 10% !important;
  }
}

.hidden {
  display: none !important;
}

.fix {
  position: fixed;
}

html {
  overflow: auto;
}

p {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
}

a {
  color: #393d49;
  transition: all 0.3s;
}

a .icon {
  cursor: pointer;
  fill: #393d49;
}

a:hover {
  color: #cd0810;
  text-decoration: none !important;
}

a:hover .icon {
  fill: #cd0810;
}

.nohover:hover {
  color: #393d49 !important;
}

.page img {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

address {
  margin-bottom: 0;
}

small {
  display: inline-block;
}

ol,
ul,
dl {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

figure,
legend,
label,
pre {
  margin: 0;
}

legend {
  font-size: 100%;
  line-height: 22px;
}

.img img {
  width: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

[role='button'] {
  cursor: pointer;
}

a,
area,
button,
[role='button'],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  min-width: inherit;
}

a.btn.btn-vale-socio {
    color: white;
}

table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

/* stylelint-disable */
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select:focus {
  outline: none;
}

/* IE11 */
select::-ms-expand {
  display: none;
}

/* stylelint-enable */
/* stylelint-disable */
input[type='radio']:disabled,
input[type='checkbox']:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

/* stylelint-enable */
textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0 !important;
  border: 0;
}

input[type='search'] {
  /* stylelint-disable-line */
  -webkit-appearance: none;
  /* stylelint-disable-line */
}

input[type='date'] {
  /* stylelint-disable-line */
  -moz-appearance: none;
       appearance: none;
  /* stylelint-disable-line */
  -webkit-appearance: none;
  /* stylelint-disable-line */
}

[hidden] {
  display: none !important;
}

/* stylelint-disable */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* stylelint-enable */
input[type='number'] {
  /* stylelint-disable-line */
  -webkit-appearance: none;
  /* stylelint-disable-line */
  -moz-appearance: none;
  /* stylelint-disable-line */
}

input:focus,
textarea:focus {
  border: 1px solid #b8d4f4 !important;
  border-radius: 0;
  outline: 1px solid #b8d4f4 !important;
}

input[type='checkbox'] {
  /* stylelint-disable-line */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type='radio'] {
  /* stylelint-disable-line */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.ms-webpart-zone,
.ms-webpart-cell-vertical,
.ms-webpart-chrome,
.ms-rte-embedil {
  display: block;
}

.ms-webpartzone-cell {
  margin: auto auto 0;
}

/*@media (max-width: 767px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto {
    position: static !important;
  }
}*/

.highlight {
  background: #eeeded;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 16px;
}

/*
===========================================
== fuentes ================================
===========================================
*/
@font-face {
  font-family: Poppins;
  src: url("../../styles/base/fonts/poppins/Poppins-Regular.woff") format("woff");
}
@font-face {
    font-family: Poppins-Regular;
    src: url(../../styles/base/fonts/poppins/Poppins-Regular.eot);
    src: url(../../styles/base/fonts/poppins/Poppins-Regular.eot?#iefix) format('embedded-opentype'), url(../../styles/base/fonts/poppins/Poppins-Regular.woff) format('woff'), url(../../styles/base/fonts/poppins/Poppins-Regular.ttf) format('truetype');
}
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../../styles/base/fonts/poppins/Poppins-SemiBold.eot);
    src: url(../../styles/base/fonts/poppins/Poppins-SemiBold.eot?#iefix) format('embedded-opentype'), url(../../styles/base/fonts/poppins/Poppins-SemiBold.woff) format('woff'), url(../../styles/base/fonts/poppins/Poppins-SemiBold.ttf) format('truetype');
}
@font-face {
    font-family: Poppins-Bold;
    src: url(../../styles/base/fonts/poppins/Poppins-Bold.eot);
    src: url(../../styles/base/fonts/poppins/Poppins-Bold.eot?#iefix) format('embedded-opentype'), url(../../styles/base/fonts/poppins/Poppins-Bold.woff) format('woff'), url(../../styles/base/fonts/poppins/Poppins-Bold.ttf) format('truetype');
}
@font-face {
    font-family: Poppins-Light;
    src: url(../../styles/base/fonts/poppins/Poppins-Light.eot);
    src: url(../../styles/base/fonts/poppins/Poppins-Light.eot?#iefix) format('embedded-opentype'), url(../../styles/base/fonts/poppins/Poppins-Light.woff) format('woff'), url(../../styles/base/fonts/poppins/Poppins-Light.ttf) format('truetype');
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Reboto/roboto-bold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Reboto/roboto-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Reboto/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("../fonts/Reboto/roboto-thin-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

.home-club-vouchers__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .home-club-vouchers__container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .home-club-vouchers__container {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .dropdown-menu--item.logout {
    display: none;
  }
}

@media (min-width: 992px) {
  .home-club-vouchers__container {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .home-club-vouchers__container {
    max-width: 100%;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}*/

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 85%;
  }
  .col-lg-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1245px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.o-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.o-section .o-section__margin-bottom {
  margin-bottom: 16px;
}

.o-section .o-section__margin-top {
  margin-top: 16px;
}

.o-section--medium {
  padding-top: 24px;
  padding-bottom: 24px;
}

.o-section--medium .o-section__margin-bottom {
  margin-bottom: 24px;
}

.o-section--medium .o-section__margin-top {
  margin-top: 24px;
}

@media (min-width: 992px) {
  .o-section--medium {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .o-section--medium .o-section__margin-bottom {
    margin-bottom: 32px;
  }
  .o-section--medium .o-section__margin-top {
    margin-top: 32px;
  }
}

.o-section--large {
  padding-top: 24px;
  padding-bottom: 24px;
}

.o-section--large .o-section__margin-bottom {
  margin-bottom: 24px;
}

.o-section--large .o-section__margin-top {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .o-section--large {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .o-section--large .o-section__margin-bottom {
    margin-bottom: 32px;
  }
  .o-section--large .o-section__margin-top {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .o-section--large {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .o-section--large .o-section__margin-bottom {
    margin-bottom: 48px;
  }
  .o-section--large .o-section__margin-top {
    margin-top: 48px;
  }
}

@media (max-width: 991px) {
  .o-section--superhero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .o-section--superhero .o-section__margin-bottom {
    margin-bottom: 48px;
  }
  .o-section--superhero .o-section__margin-top {
    margin-top: 48px;
  }
}

@media (min-width: 992px) {
  .o-section--superhero {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .o-section--superhero .o-section__margin-bottom {
    margin-bottom: 64px;
  }
  .o-section--superhero .o-section__margin-top {
    margin-top: 64px;
  }
}

@media (max-width: 991px) {
  .o-section--giant__top {
    padding-top: 64px;
  }
}

@media (min-width: 992px) {
  .o-section--giant__top {
    padding-top: 128px;
  }
}

.o-section--no-padding-top {
  padding-top: 0;
}

.o-section--no-padding-bottom {
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .o-section-padding\@only-mobile-tablet {
    padding: 16px 0 !important;
  }
}

.section--background {
  background: #ededed;
}

.section--background--travel {
  background: #0f69b2;
}

.section--background-img {
  background: #ededed url("/wp-content/themes/eroski/img/background-iconos.png") right top repeat-y;
}

.showcode {
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 4px;
  margin-top: 4px;
}

.highlight {
  padding: 4px;
}

.highlight .language-html {
  font-size: 12px;
}

.outer-container {
  max-width: 1400px !important;
}

.home-club-vouchers__container {
  max-width: 100% !important;
  margin: auto;
  position: relative;
}

.container-inner {
  max-width: 990px !important;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.container-inner__small {
  max-width: 790px !important;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

.icon svg {
  fill: #393d49;
}

.icon__stroke {
  stroke: #393d49;
}

.icon__stroke:hover {
  stroke: #cd0810;
}

.icon-round {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #393d49;
  border-radius: 100%;
}

.icon-round:hover {
  border-color: #cd0810;
}

.icon-gold:hover {
  border-color: #a17946 !important;
  stroke: #a17946 !important;
}

.icon-gold:hover svg {
  stroke: #a17946 !important;
}

.icon-tiny svg {
  width: 8px;
  height: 8px;
}

.icon-small svg {
  width: 12px;
  height: 12px;
}

.icon-medium {
  width: 16px;
  height: 16px;
}

.icon-medium svg {
  width: 16px;
  height: 16px;
}

.icon-xmedium {
  width: 20px;
  height: 20px;
}

.icon-xmedium svg {
  width: 20px;
  height: 20px;
}

.icon-large svg {
  width: 24px;
  height: 24px;
}

.icon-xlarge svg {
  width: 32px;
  height: 32px;
}

.icon-huge svg {
  width: 40px;
  height: 40px;
}

.icon-extrahuge svg {
  width: 64px;
  height: 64px;
}

.icon--brand svg {
  fill: #cd0810 !important;
}

.icon--grey svg {
  fill: #393d49 !important;
}

.go-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon--white svg {
  fill: #fff !important;
}

.icon-activado {
  width: 32px;
  height: 32px;
  background: #367230;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}

.icon-activado svg {
  fill: #fff;
}

.bloque-vale-container__canjeado .icon-activado {
  background: #393d49;
}

.btn {
  padding: 12px 24px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.btn:focus {
  border: 2px solid rgba(0, 0, 0, 0.7);
}

.btn__disable {
  cursor: default !important;
}

.btn-default {
  background: #393d49;
  color: #fff;
  border: 2px solid #393d49;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #262626;
}

.btn-default.btn__disable {
  background: #676767;
  border: 0;
}

.btn-default.btn__disable.hover {
  background: #676767;
}

.btn-default__oro {
  background: #393d49;
  color: #fff;
  border: 2px solid #393d49;
}

.btn-default__oro:hover, .btn-default__oro:active, .btn-default__oro:focus {
  background: #262626;
  color: #a17946;
}

.btn-primary {
  background: #cd0810;
  color: #fff !important;
  border: 2px solid #cd0810;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #9c060c;
}

.btn-primary.btn__disable {
  background: #d6a8ab;
  border: 0;
}

.btn-primary.btn__disable.hover {
  background: #d6a8ab;
}

.btn-oro {
  background: #a17946;
  border: 2px solid #a17946;
  color: #fff !important;
}

.btn-oro:hover {
  background: #5a4427;
  color: #fff !important;
}

.btn-secundary {
  background: transparent;
  border: 2px solid #cd0810;
  color: #cd0810;
}

.btn-secundary:visited {
  color: #cd0810 !important;
}

.btn-secundary:hover, .btn-secundary:active {
  background: #cd0810;
  color: #fff !important;
}

.btn-secundary.btn__black {
  border: 2px solid #222;
  color: #222;
}

.btn-secundary.btn__disable {
  border: 1px solid #d6a8ab;
  color: #d6a8ab;
}

.btn-secundary.btn__disable.hover {
  border: 1px solid #d6a8ab;
}

.btn-secundary.btn-secundary__oro {
  border-color: #a17946;
  color: #a17946;
}

.btn-secundary.btn-secundary__oro:hover {
  background: #a17946;
  color: #fff;
}

.botonera {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.botonera .btn-secundary {
  margin-right: 16px;
}

.botonera__inline {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .botonera__inline {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.divider {
  margin: 48px 0 24px;
  background: #bfbfbf;
  height: 1px;
}

.divider.divider__img {
  margin: 16px 0 0;
  height: 24px;
  border: 0 !important;
  background: url("/wp-content/themes/eroski/img/svg/damero.svg") left top repeat-x;
}

.divider__small {
  margin: 16px 0 32px;
  border: 1px dashed #bfbfbf;
}

.divider__img--v {
  margin: 0;
  width: 12px;
  height: 100%;
  border: 0;
  background: url("/wp-content/themes/eroski/img/svg/damero.svg") left top repeat-y;
  background-size: contain;
}

.divider__square {
  display: block;
  width: 12px;
  height: 12px;
}

.divider__square.brand-color {
  background: #cd0810;
}

.divider__square.brand-gold-color {
  background: #a17946;
}

.bloque-vale-container__canjeado .divider__img--v {
  background: url("/wp-content/themes/eroski/img/svg/damero-vertical-negro.svg") left top repeat-y;
  background-size: contain;
}

.divider {
  margin: 48px 0 24px;
  background: #bfbfbf;
  height: 1px;
}

.divider.divider__img {
  margin: 16px 0 0;
  height: 24px;
  border: 0 !important;
  background: url("/wp-content/themes/eroski/img/svg/damero.svg") left top repeat-x;
}

@media (max-width: 991px) {
  .divider.divider__img {
    margin: 0;
  }
}

.divider__small {
  margin: 16px 0 32px;
  border: 1px dashed #bfbfbf;
}

.divider__img--v {
  margin: 0;
  width: 12px;
  height: 100%;
  border: 0;
  background: url("/wp-content/themes/eroski/img/svg/damero-vertical.svg") left top repeat-y;
  background-size: contain;
}

.divider__square {
  display: block;
  width: 12px;
  height: 12px;
}

.divider__square.brand-color {
  background: #cd0810;
}

.divider__square.brand-gold-color {
  background: #a17946;
}

.bloque-vale-container__canjeado .divider__img--v {
  background: url("/wp-content/themes/eroski/img/svg/damero-vertical-negro.svg") left top repeat-y;
  background-size: contain;
}

.error {
  width: 100%;
  display: block;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: normal;
  color: #cd0810;
}

.form-control:focus {
  border: 1px solid #b8d4f4 !important;
  border-radius: 0;
  outline: 1px solid #b8d4f4 !important;
}

.form-control-block {
  position: relative;
}

.form-group {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form-group .link {
  display: block;
  font-size: 0.875rem;
  line-height: 18px;
}

.form-control {
  width: 100%;
  min-height: 48px;
  position: relative;
  padding: 12px;
  background: transparent;
  font-weight: 300;
  border: 1px solid #bfbfbf;
}

.form-control.has-datepicker {
  cursor: pointer;
  z-index: 1;
  padding: 12px 0 12px 12px;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
}

@media (max-width: 767px) {
  .form-control.has-datepicker {
    min-height: 45px;
  }
}

.form-control:disabled {
  background: #dadada;
}

.form-control.error {
  border: 1px solid #cd0810;
  margin-bottom: 12px;
}

.form-control.radio-group {
  border: 0;
}

.input-select {
  width: 100%;
  padding: 0;
  margin-left: 16px;
  border: 0;
}

.input-select input {
  width: 100%;
  border: 1px solid #bfbfbf;
  position: relative;
  padding: 12px;
  background: transparent;
  font-weight: 300;
  margin-bottom: 12px;
}

.ms-error {
  margin-top: 12px;
  color: #cd0810;
  font-size: 0.875rem;
  line-height: 18px;
}

.select-wrapper {
  width: 100%;
}

.select-wrapper .form-control-block {
  position: relative;
}

.select-wrapper .form-control-block select {
  cursor: pointer !important;
  background: transparent;
  position: relative;
  z-index: 1;
}

.select-wrapper .form-control-block .icon {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 0;
}

.select-wrapper .form-control-block.form-control--compound {
  width: 200px;
  position: relative;
}

@media (max-width: 767px) {
  .select-wrapper .form-control-block.form-control--compound {
    width: 60%;
  }
}

.has-icon .icon {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 2;
}

@media (max-width: 991px) {
  .datepicker-block .icon {
    display: none;
  }
}

.control-label {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 18px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch:focus {
  border: 2px solid #b8d4f4 !important;
}

.slider-switch {
  position: absolute;
  cursor: pointer;
  width: 45px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dadada;
  transition: 0.4s;
}

.slider-switch::before {
  position: absolute;
  content: '';
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 5px;
  background-color: #fff;
  transition: 0.4s;
}

.form-group-switch .volver {
  display: none;
}

input:checked + .slider-switch {
  background-color: #367230;
}

input:focus + .slider-switch {
  box-shadow: 0 0 1px #367230;
}

input:checked + .slider-switch::before {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.form-group-switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.form-group-switch .control-label {
  margin-right: 12px;
  color: #000;
}

@media (max-width: 767px) {
  .form-group-switch .control-label {
    max-width: 250px;
  }
}

.links-cabecera .form-group-switch {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Rounded sliders */
.slider-switch.round {
  border-radius: 34px;
}

.slider-switch.round::before {
  border-radius: 50%;
}

.otros {
  width: 100%;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 18px;
  cursor: pointer;
}

/* The container */
.checkgroup {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  margin-right: 16px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 300;
}

@media (max-width: 767px) {
  .checkgroup {
    display: block;
  }
}

.checkgroup.checkgroup__block {
  display: block;
  margin-bottom: 16px;
}

.checkgroup input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkgroup input:checked ~ .checkmark {
  background-color: #cd0810;
}

.checkgroup.checkbox__gold input:checked ~ .checkmark {
  background-color: #a17946;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -5px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 1px solid #dadada;
}

.checkmark::after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkgroup input:checked ~ .checkmark::after {
  display: block;
}

/* Style the checkmark/indicator */
.checkgroup .checkmark::after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.label--background {
  background-color: #ededed;
  padding: 16px 16px 16px 38px;
  width: 100%;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 18px;
  cursor: pointer;
}

.label--background .checkmark {
  top: 9px;
  left: 5px;
  background: #fff;
}

.radio {
  position: relative;
}

.radio .form-control {
  width: 24px;
  height: 24px !important;
  min-height: 24px !important;
  position: absolute;
  top: 0;
  border-radius: 100px;
  border: 0;
}

.radio .form-control::before {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -1px;
  display: block;
  content: '';
  height: 24px;
  width: 24px;
  border: 1px solid #dadada;
  border-radius: 100px;
  background: #fff;
  padding: 5px;
}

.radio .form-control::after {
  position: absolute;
  cursor: pointer;
  top: 6px;
  left: 5px;
  display: block;
  content: '';
  height: 12px;
  width: 12px;
  border-radius: 100px;
  background: #dadada;
}

.radio .form-control:checked::after {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #cd0810;
  content: '';
  border-radius: 100px;
}

.radio .form-control:checked::before {
  border: 1px solid #cd0810;
  border-radius: 100px;
}

.radio__oro .form-control:checked::after {
  background: #a17946;
  content: '';
  border-radius: 100px;
}

.radio__oro .form-control:checked::before {
  border: 1px solid #a17946;
  border-radius: 100px;
}

.radio-inline {
  display: inline-block;
  margin-right: 12px;
}

.radio-inline .control-label {
  padding-left: 30px;
}

.familia-numerosa-true {
  background: #ededed;
  padding: 16px;
  display: none;
}

.familia-numerosa-true.visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.familia-numerosa-true .form-group:first-child {
  margin-right: 16px;
}

@media (max-width: 767px) {
  .familia-numerosa-true .form-group:first-child {
    margin-right: 0;
  }
}

.familia-numerosa-true .form-control {
  background: #fff;
}

.textarea {
  width: 100%;
  height: 100px;
  padding: 16px;
  border: 1px solid #ededed;
  font-weight: 300;
}

.num-caracteres {
  display: block;
  text-align: right;
  font-size: 0.875rem;
  line-height: 18px;
  padding-right: 12px;
  font-weight: 100;
}

.checkbox--no-utilizo {
  padding: 16px;
  border: 1px solid #ededed;
}

.tabs-block__selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tabs-block__selector-item {
  cursor: pointer;
  background: #fff;
  max-width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  text-align: center;
  padding: 16px;
  color: #a17946;
  border: 1px solid #a17946;
}

.tabs-block__selector-item.active {
  background: #a17946;
  color: #fff !important;
}

.tabs-block__cuota {
  display: none;
  padding: 16px;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-top: 16px;
  font-weight: 300;
}

.tabs-block__cuota.active {
  display: block;
}

.calculadora-resultado {
  text-align: center;
  margin-top: 38px;
  padding: 38px 0;
  border: 1px dashed #a17946;
}

.calculadora-resultado span {
  display: block;
  font-weight: bold;
}

.calculadora-resultado .importe {
  margin-top: 16px;
  font-size: 1.75rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .calculadora-resultado .importe {
    font-size: 2.625rem;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .selector-fechas .form-group {
    max-width: 46%;
  }
}

.link {
  text-decoration: underline;
  color: #cd0810;
  cursor: pointer;
  font-weight: 300;
}

.link:hover {
  color: #000;
  text-decoration: none !important;
}

.link:visited {
  color: #cd0810;
}

.link.link-demi {
  font-weight: normal;
}

.link.link-oro {
  color: #a17946;
}

.icon-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5b5b5b;
  line-height: 1em;
  font-size: 16px;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-weight: 400;
}

.icon-link img {
  width: 35px;
  height: auto;
  margin-right: 16px;
}

.icon-link .icon {
  margin-right: 12px;
}

.icon-link .icon svg {
  fill: #5b5b5b;
}

.icon-link:hover {
  color: #cd0810;
}

.icon-link:hover svg {
  fill: #cd0810 !important;
}

.icon-link:hover .u-text-brand {
  color: #5b5b5b !important;
}

.icon-link:hover .u-text-white {
  color: #bfbfbf !important;
}

.link-negativo {
  color: #fff !important;
  font-weight: bold;
}

.icon-link__oro span {
  font-size: 14px;
  line-height: 18px;
	font-weight: 400;
  color: #5b5b5b;
}



.icon-link--sup {
  display: block;
  text-align: center;
}

.icon-link--sup .icon {
  margin: 0px 12px 12px 12px;
}

.links-cabecera {
  color: #b1040c;
}

@media (max-width: 991px) {
  .links-cabecera {
    margin-top: 24px;
  }
}

.links-cabecera .icon-link {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.link-prev {
  position: relative;
  top: -15px;
  left: 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-bottom: 48px;
}

.link-prev .icon {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .link-prev {
    position: relative;
    top: 0;
    left: 0;
  }
}

.link-prev:hover p {
  color: #393d49 !important;
}

.link-siguente {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-siguente .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.link__mas {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #cd0810 !important;
  font-size: 16px;
  font-weight: bold;
}

.header {
  background: #fff;
}

@media (max-width: 991px) {
  .header {
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
  /*  height: 64px; */
    padding-top: 4px;
  }
}

.menu-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-size: 0.75rem;
  line-height: 16px;
}

@media (max-width: 991px) {
  .menu-top {
    margin-bottom: 0;
  }
}

.menu-top .icon-link-block,
.menu-top .idiomas-link {
  margin: 0 16px 0 0;
}

@media (max-width: 991px) {
  .menu-top .icon-link-block,
  .menu-top .idiomas-link {
    display: none;
  }
  .icon-link-block span{
    float:left;
    width: 60%;
    margin-left: 4%;
    font-size: 16px;
  }
}

.menu-top .main-menu__mobile_ {
  display: none;
}

@media (max-width: 991px) {
  .menu-top .main-menu__mobile_ {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 991px) {
  .menu-top {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9px 12px;
  }
}

.idiomas-link {
  position: relative;
  cursor: pointer;
  width: 50px;
}

.idiomas-link .select-wrapper {
  width: 100%;
  font-size: 12px;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
}

.idiomas-link .select-wrapper .form-control {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  color: #5b5b5b;
  position: relative;
  box-shadow: none;
  z-index: 2;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: auto !important;
  cursor: pointer;
}

.idiomas-link .select-wrapper .form-control:hover {
  color: #cd0810;
}

.idiomas-link .icon {
  position: absolute;
  right: 3px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.idiomas-link .icon svg {
  fill: #5b5b5b;
}

.idiomas-link:hover select {
  color: #cd0810;
}

.idiomas-link:hover svg {
  fill: #cd0810;
}

.block-link {
  background: #cd0810;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 150px;
}

@media (max-width: 991px) {
  .block-link {
    display: none;
  }
}

.block-link a {
  padding: 10px 32px;
  display: block;
  color: #fff;
  font-size: 12px;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
}

.block-link a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.block-link a:hover::after {
  width: 100%;
}

.block-link__item .link {
  display: inline;
  padding: 0;
}

.block-link__item .link:hover {
  color: #fff;
}

.block-link__grey {
  background: #ededed;
  color: #393d49;
}

.block-link__grey a {
  color: #393d49;
}

.block-link__grey a::after {
  content: '';
  background-color: #cd0810;
}

.block-link__saludo {
  width: auto !important;
  background: #fff;
  color: #393d49;
  padding: 10px 32px;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  font-size: 12px;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-weight: 500;
}

@media (max-width: 991px) {
  .block-link__saludo {
    border: 0;
    padding-right: 12px;
    display: block;
  }
}

.block-link__transparent {
  max-width: 52px;
  max-height: 50px;
  background: transparent;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: 150px;
}

.block-link__transparent .block-link__item {
  color: #fff;
}

.block-link__transparent .block-link__item a {
  color: #fff;
}

.block-link__transparent .link-notificaciones {
  padding: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

@media (max-width: 991px) {
  .block-link__transparent {
    border: 0;
  }
  .block-link__transparent a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
  }
}

.num-alert {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: #cd0810;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 12px;
}

.block-link--dropdown {
  width: 375px;
  position: absolute;
  background: #393d49;
  right: 0;
  transition: all 0.5s ease;
  opacity: 0;
  display: none;
  text-transform: initial;
  text-align: left;
  font-size: 0.875rem;
  line-height: 18px;
}

.block-link--dropdown .block-link__item {
  padding: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #676767;
}

.block-link--dropdown .block-link__item .img {
  margin-right: 12px;
}

.block-link--dropdown .block-link__item .icon {
  cursor: pointer;
}

.block-link--dropdown.visible {
  display: block;
  max-width: 500px;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 767px) {
  .block-link--dropdown {
    width: 100%;
    position: fixed;
    top: 40px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all 0.5s ease;
  }
}

.block-grey {
  background-color: #dadada;
  border: 1px solid #393d49;
  margin-right: 12px;
}

.block-grey .block-grey--inner {
  width: 100px;
  height: 56px;
}

.bloque-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .bloque-nav .logo,
  .bloque-nav .icon-link-block {
    display: none;
  }
}

.main-menu_ {
  margin: 0 23px;
}

@media (max-width: 991px) {
  .main-menu_ {
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 2;
    top: 63px;
    left: 0;
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
    transition: all 0.5s ease;
    margin: 0;
  }
  .main-menu_.visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    height: calc(100vh - 62px);
  }
  .main-menu_ .idiomas-link {
    padding: 0;
    width: 100%;
    background: #ededed;
  }
  .main-menu_ .idiomas-link select {
    color: #676767;
  }
  .main-menu_ .idiomas-link .form-control-block {
    background: transparent !important;
  }
  .idiomas-link .select-wrapper{
    width: 95%;
    margin-left: 2%;
    margin-bottom: 0%;
    padding:1%;
  }
  .idiomas-link .select-wrapper .form-control{
    font-size: 16px;
  }
}

.main-menu__list_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .main-menu__list_ {
    display: block;
    width: 100%;
    height: calc(100vh - 62px);
    margin-top: 0;
    padding-bottom: 32px;
    border-top: 1px solid #ededed;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.main-menu__item_ a,
.main-menu__item_ span {
  margin-right: 20px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 18px;
  color: #000;
}

.dropdown-menu .dropdown-menu--item:last-child{
  border-bottom: none;
}

#fuente_prueba:focus{
  color:#cd0810;
}

@media (max-width: 991px) {
  .main-menu__item_ a,
  .main-menu__item_ span {
    font-weight: normal;
  }
}

@media (max-width: 991px) {
  .main-menu__item_.main-menu__item--dropdown{
    padding: 12px;
    padding-right: 0;
    width: 100%;
    padding-left: 0;
  }
  .main-menu__item_.main-menu__item--dropdown a{
    padding-top: 0;
    margin: 0;
  }
  .main-menu__item_ .dropdown-link {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu__item_ .dropdown-link .icon {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.main-menu__item_.activo {
  color: #cd0810;
}

.m-mobile__item_ {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #ededed;
}

.m-mobile__item_ .icon-link-block {
  display: block;
}

@media (min-width: 992px) {
  .m-mobile__item_ .icon-link-block {
    display: none;
  }
}

@media (min-width: 992px) {
  .m-mobile__item_ {
    display: none;
  }
}

.m-mobile__item_ img {
  width: 35px;
  height: auto;
}

.main-menu__item--dropdown {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-menu__item--dropdown svg {
  width: 25px;
  margin-top: 0;
}


.dropdown-menu.visible {
  opacity: 1;
  top: 30px;
  height: auto;
  visibility: visible;
  display: block;
}

.dropdown-menu .dropdown-menu--item {
  padding: 12px 0 12px 12px;
  border-bottom: 1px solid #dadada;
}

.dropdown-menu .dropdown-menu--item a {
  font-size: 100%;
  line-height: 22px;
  font-weight: 300;
  padding: 0;
}

.dropdown-menu .dropdown-menu--item-cerrar {
  display: none;
}

.main-menu__item_.main-menu__item--dropdown ul.dropdown-menu.visible{
  min-width: 200px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
  background: none;
  color:#cd0810;
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu--item-cerrar {
    display: block;
  }
  .dropdown-menu .dropdown-menu--item a{
    border-bottom: 1px solid #dadada;
    width: 100%;
    padding: 3%;
    font-size: 16px;
  }
  .dropdown-menu .dropdown-menu--item{
    padding: 0;
    border-bottom: none;
  }
  .main-menu__item_.main-menu__item--dropdown ul.dropdown-menu.visible{
    margin: 0;
  }
  .main-menu__item--dropdown svg {
    margin-top: 23%;
  }
}

@media (max-width: 991px) {
  /*.dropdown-menu {
    width: 100%;
    z-index: 4;
    opacity: 1;
    left: 1000px;
    top: 0;
  }*/
  .dropdown-menu.visible {
    z-index: 4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
  }
}

.logo svg {
  width: 150px;
  height: 30px;
}

@media (min-width: 1200px) {
  .logo svg {
    width: 200px;
    height: 30px;
  }
}

.logo.logo__mobile {
  margin-left: 16px;
}

.logo.logo__mobile svg {
  width: 30px;
  height: 35px;
}

.block-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.block-flex .icon-link-block {
  margin: 0 78px;
}

@media (max-width: 767px) {
  .block-flex .icon-link-block {
    margin: 0 4px;
    width: 20%;
  }
  .fuente_electro{
     font-size: 16px;
    font-weight: normal;
  }
}

.img__error {
  max-width: 475px;
  margin: 0 auto;
}

.titulo-seccion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.titulo-seccion__title {
  padding: 32px 0 0;
  font-size: 2rem;
  line-height: 36px;
  font-weight: 300;
  padding-bottom: 32px;
}

@media all and (min-width: 768px) {
  .titulo-seccion__title {
    font-size: 3rem;
    line-height: 50px;
  }
}

.titulo-seccion__deco {
  padding: 0 12px;
}

.titulo-seccion__num {
  padding: 32px 0 0;
}

@media (max-width: 767px) {
  .titulo-seccion__num {
    padding: 48px 0 0;
  }
}

.titulo-seccion__num .saldo {
  font-size: 2rem;
  line-height: 36px;
  font-weight: 800;
}

@media all and (min-width: 768px) {
  .titulo-seccion__num .saldo {
    font-size: 3rem;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .titulo-seccion__num .saldo {
    font-size: 1.75rem;
    line-height: 32px;
  }
}

@media all and (max-width: 767px) and (min-width: 768px) {
  .titulo-seccion__num .saldo {
    font-size: 2.625rem;
    line-height: 46px;
  }
}

.titulo-seccion__num .saldo sup {
  font-size: 1.4375rem;
  line-height: 28px;
}

@media all and (min-width: 768px) {
  .titulo-seccion__num .saldo sup {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.titulo-seccion__num .text {
  font-size: 100%;
  line-height: 22px;
}

.titulo-pagina {
  font-size: 1.4375rem;
  line-height: 28px;
}

@media all and (min-width: 768px) {
  .titulo-pagina {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.titulo-home__basic {
  font-weight: 300;
}

sup {
  font-size: 1.4375rem;
  line-height: 28px;
  top: -19px;
}

@media all and (min-width: 768px) {
  sup {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  sup {
    top: -10px;
  }
}

.title__medium {
  font-size: 1.125rem;
  line-height: 24px;
  font-weight: bold;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  width: 100%;
}

.table thead {
  border-bottom: 1px solid #bfbfbf;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: normal;
  color: #393d49;
}

.table thead tr {
  background: #fff !important;
}

.table th,
.table td {
  padding: 12px;
}

@media (max-width: 767px) {
  .table th,
  .table td {
    padding: 8px;
  }
}

.table td {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 100;
}

.table td .ok {
  color: #367230;
  font-weight: bold;
}

@media (max-width: 767px) {
  .table td {
    font-size: 0.75rem;
    line-height: 16px;
  }
}

tfoot {
  background: #fff !important;
}

tfoot td {
  font-size: 1.4375rem;
  line-height: 28px;
  background: #fff !important;
}

@media all and (min-width: 768px) {
  tfoot td {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

tfoot td p {
  font-size: 1.4375rem;
  line-height: 28px;
}

@media all and (min-width: 768px) {
  tfoot td p {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.ticket {
  text-align: right;
}

.num {
  text-align: right;
}

.num.num-color {
  color: #0f69b2;
}

.num span {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 18px;
}

@media (min-width: 992px) {
  .num span {
    font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
    font-size: 16px;
    line-height: 24px;
  }
}

.num__ingreso {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 12px 12px !important;
}

@media (max-width: 767px) {
  .num__ingreso {
    padding: 14px 12px 12px !important;
  }
}

.num__ingreso .icon {
  margin-left: 4px;
}

.detalle__lugar {
  display: block;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  margin-bottom: 12px;
  padding: 0 12px;
}

.ahorro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 24px 12px 12px;
  width: 100%;
  border-top: 1px solid #dadada;
}

@media (max-width: 767px) {
  .ahorro {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 0 12px 12px;
  }
}

.ahorro .img {
  margin-right: 12px;
}

.ahorro .ahorro__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75rem;
  line-height: 16px;
  font-weight: 500;
}

.ahorro .ahorro__title svg {
  width: 33px;
  margin-right: 12px;
}

@media (max-width: 767px) {
  .ahorro .ahorro__title {
    width: 200px;
  }
}

.ahorro .ahorro__num {
  font-size: 100%;
  line-height: 22px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .ahorro .ahorro__num {
    margin-left: 16px;
    width: 100px;
    text-align: right;
  }
}

.enlaces {
  border-top: 1px solid #dadada;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  width: 100%;
}

@media (max-width: 767px) {
  .enlaces {
    width: 95%;
  }
}

.enlaces a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #cd0810;
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .enlaces a {
    font-size: 0.75rem;
    line-height: 16px;
  }
}

.enlaces a .icon {
  margin-left: 8px;
}

.fila-compras {
  cursor: pointer;
}

.fila-compras:hover {
  background: #dadada !important;
}

.fila-compras.activa {
  background: #dadada !important;
}

.fila-compras.activa .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.table--striped tr:nth-of-type(even) {
  background: #ededed;
}

.table--striped-dropdown tr:nth-of-type(4n-1) {
  background: #ededed;
}

.detalle-fila {
  border-top: 1px solid #dadada;
  background: #fff !important;
}

.detalle-fila .detalle-fila__container {
  padding: 24px 0 16px 0;
}

.detalle-fila .detalle-fila__content {
  width: 100% !important;
}

@media (max-width: 767px) {
  .detalle-fila .detalle-fila__content {
    width: 95% !important;
  }
}

.detalle-fila__content-close {
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
}

.paginado {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.paginado__item {
  border-left: 1px solid #dadada;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.paginado__item:first-child {
  border-left: 0;
}

.paginado__item:last-child {
  border-right: 0;
}

.paginado__item a {
  padding: 8px 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.paginado__item a:hover {
  color: #cd0810;
}

.paginado__item a:hover svg {
  fill: #cd0810;
}

.paginado__item.active span {
  padding: 8px 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #393d49;
  color: #fff;
}

.cabecera-seccion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 118px;
}

@media (max-width: 991px) {
  .cabecera-seccion {
    display: block;
  }
}

.section--background--travel .titulo-seccion__title,
.section--background--travel .titulo-seccion__num {
  color: #fff;
}

@media (max-width: 991px) {
  .section--background--travel .titulo-seccion__title {
    max-width: 115px;
  }
}

.logo-cabecera {
  position: relative;
  margin-right: 32px;
}

@media (min-width: 1200px) {
  .logo-cabecera {
    right: 300px;
  }
}

.bloque-datos__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
  font-size: 1.4375rem;
  line-height: 28px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .bloque-datos__title {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.bloque-datos__title .divider__square {
  margin-right: 12px;
}

.bloque-datos__subtitle {
  font-size: 1.125rem;
  line-height: 24px;
}

.bloque-datos__name {
  margin-bottom: 16px;
  font-size: 1.125rem;
  line-height: 24px;
}

.bloque-datos__list li {
  margin-bottom: 4px;
}

.bloque-datos__list li p {
  font-size: 100%;
  line-height: 22px;
}

.bloque-datos__link {
  margin: 16px 0;
}

.bloque-datos__ahorro {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .bloque-datos__ahorro {
    font-size: 2rem;
    line-height: 36px;
  }
}

.bloque-datos__ahorro.u-text-oro {
  font-size: 1.4375rem;
  line-height: 28px;
}

@media all and (min-width: 768px) {
  .bloque-datos__ahorro.u-text-oro {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.bloque-datos__ahorro.u-text-oro sup {
  top: -5px !important;
}

.bloque_usuario {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.bloque_usuario a {
  margin-left: 32px;
}

.bloque-direccion__action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 16px;
}

.bloque-direccion__action a:nth-child(2) {
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #dadada;
}

.bloque-direccion__action a:hover svg {
  fill: #cd0810 !important;
}

.bloque-direccion {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.bloque-direccion__container {
  margin-bottom: 32px;
  margin-right: 48px;
}

@media (max-width: 767px) {
  .bloque-direccion__container {
    margin-right: 24px;
  }
}

.bloque-direccion_datos {
  font-size: 0.875rem;
  line-height: 18px;
  font-weight: 300;
  min-width: auto;
  white-space: nowrap;
}

.bloque-direccion__name {
  font-size: 100%;
  line-height: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

.bloque-form {
  background: #fff;
  padding-bottom: 32px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 20;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.5s ease;
}

.bloque-form.visible {
  padding-bottom: 32px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  height: 100%;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .bloque-form {
    padding-bottom: 48px;
  }
}

.bloque-form form {
  position: relative;
}

.bloque-form__block {
  display: block;
}

@media (max-width: 767px) {
  .form-baja .u-text-right,
  .form-motivos .u-text-right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form-baja .u-text-right .open-motivos,
  .form-baja .u-text-right .open-gracias,
  .form-motivos .u-text-right .open-motivos,
  .form-motivos .u-text-right .open-gracias {
    margin-left: 16px;
  }
}

.form-baja .u-text-right.open-motivos, .form-baja .u-text-right.open-gracias,
.form-motivos .u-text-right.open-motivos,
.form-motivos .u-text-right.open-gracias {
  margin-bottom: 12px;
}

.form-edit-facturacion {
  display: none;
}

.form-edit-facturacion.visible {
  display: block;
}

.vales-layout {
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloque-vale:hover, .bloque-vale:focus {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.bloque-vale-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
}

.bloque-vale-container .divider__img--v {
  height: auto;
}

.bloque-vale-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  width: 100%;
}

.bloque-vale__valor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px 16px 16px;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #cd0810;
  width: 188px;
  height: 188px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media (max-width: 767px) {
  .bloque-vale__valor {
    width: 150px;
  }
}

.bloque-vale__valor p {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
}

.bloque-vale__valor span {
  display: block;
}

.bloque-vale__valor .bloque-vale__fecha {
  font-size: 14px;
  line-height: 18px;
}

.bloque-vale__valor.bloque-vale__gratis {
  padding: 64px 16px 16px;
  font-size: 48px;
}

.bloque-vale__valor.bloque-vale__gratis .bloque-vale__num {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
}

.bloque-vale__num {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-size: 55px;
  line-height: 90px;
  position: relative;
  font-weight: bold;
}

@media (max-width: 991px) {
  .bloque-vale__num {
    font-size: 45px;
  }
  .bloque-vale__num sup {
    font-size: 30px;
  }
  .bloque-vale__num.uno{
    font-size: 65px;
  }
  .bloque-vale__num.uno sup{
    font-size: 35px;
  }
}

.bloque-vale__num.uno{
  font-size: 80px;
}

@media all and (min-width: 768px) {
  .bloque-vale__num {
    font-size: 60px;
    line-height: 96px;
  }
}

.bloque-vale__num sup {
  font-size: 35px;
  line-height: 32px;
}
.bloque-vale__num.uno sup{
    font-size: 40px;
}

@media all and (min-width: 768px) {
  .bloque-vale__num sup {
    font-size: 25px;
    line-height: 36px;
  }
}

.eu .bloque-vale__num span {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.eu .bloque-vale__num .porcentaje {
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

.bloque-vale__num-redu {
  padding: 64px 16px 16px;
}

.bloque-vale__num-redu .bloque-vale__num {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bloque-vale__num-redu .bloque-vale__num {
    font-size: 45px;
    line-height: 45px;
  }
}

.bloque-vale__texto {
  padding: 16px 38px 16px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .bloque-vale__texto {
    padding: 24px 38px 16px 0;
  }
}

.bloque-vale__titulo {
  font-size: 100%;
  line-height: 22px;
  font-weight: normal !important;
}

.bloque-vale__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloque-vale__img img {
  width: auto;
}

.bloque-vale__especial .bloque-vale__valor {
  padding-left: 0;
  padding-right: 32px;
  height: 186px;
}

@media (max-width: 767px) {
  .bloque-vale__especial .bloque-vale__valor {
    padding-right: 16px;
  }
}

.bloque-vale__basico {
  background: #ededed;
  border: 0;
}

.bloque-vale__basico .bloque-vale-content {
  border: 0;
}

.bloque-vale__basico .bloque-vale__valor {
  background: url("/wp-content/themes/eroski/img/svg/damero-rojo.svg") left top repeat-X;
  color: #fff;
  margin-right: 16px;
}

.vale-activado {
  position: relative;
}

.vale-activado .icon-activado {
  position: absolute;
  top: 0;
  right: 0;
}

.bloque-vale-container__canjeado .bloque-vale__valor {
  color: #393d49;
}

.bloque-vale-container__canjeado.bloque-vale__basico .bloque-vale__valor {
  background: url("/wp-content/themes/eroski/img/svg/damero-negro.svg") left top repeat-X;
  color: #fff;
}

.bloque-vale__total {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  margin-left: 8px;
}
.btn-default:hover {
    color: #fff;
}
@media (max-width: 991px) {
  .bloque-vale__total {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .bloque-vale__total {
    width: 45%;
  }
}

@media only screen and (min-width: 1200px) {
  .bloque-vale__total {
    width: 32%;
  }
}

@media only screen and (min-width: 1300px) {
  .bloque-vale__total {
    width: 32%;
  }
}

.detalle-container {
  position: relative;
  width: 100%;
  padding: 4px;
  display: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #bfbfbf;
  transition: all 0.5s ease;
  height: 0;
}

@media (min-width: 768px) {
  .detalle-container {
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .detalle-container {
    padding: 48px 256px;
  }
}

.detalle-container.visible {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media (max-width: 767px) {
  .detalle-container .bloque-vale-content {
    display: block;
  }
  .detalle-container .bloque-vale__texto {
    padding: 12px 16px 0 !important;
  }
  .detalle-container .bloque-vale__valor {
    width: 100%;
    height: auto;
    padding: 24px 16px 16px !important;
  }
}

.bloque-vale__total.active::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  border: solid transparent;
  border-color: rgba(191, 191, 191, 0);
  border-bottom-color: #bfbfbf;
  border-width: 15px;
}

@media (max-width: 991px) {
  .bloque-vale__total.active::after {
    bottom: -26px;
  }
}

.bloque-vale__detalle-visible {
  background: #fff;
  position: relative;
}

.bloque-vale__detalle-visible .bloque-vale-content {
  border: 0;
}

.bloque-vale__detalle-visible .bloque-vale-container {
  max-width: 100%;
}

.bloque-vale__detalle-visible .bloque-vale__titulo {
  font-size: 1.25rem;
  line-height: 24px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .bloque-vale__detalle-visible .bloque-vale__titulo {
    font-size: 100%;
    line-height: 22px;
  }
}

.bloque-vale__detalle-visible .bloque-vale__texto {
  padding: 32px 16px 16px 0;
}

.bloque-vale__detalle-visible .bloque-vale__img {
  display: block;
}

.bloque-vale__detalle-visible .bloque-vale__basico {
  background: #fff;
}

.bloque-vale__info {
  padding: 0 48px 16px;
}

@media (max-width: 767px) {
  .bloque-vale__info {
    padding: 16px;
  }
}

.bloque-vale__info img {
  width: auto;
}

.bloque-vale__close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.listado-vales__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .listado-vales__top {
    display: block;
  }
}

.listado-vales__filtro {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.listado-vales__filtro .num-vales {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 18px;
  color: #cd0810;
}

.listado-vales__filtro .select-wrapper {
  width: 275px;
  margin-left: 12px;
}
.bloque-vale__img .img {
  position: relative;
}
.listado-vales {
    justify-content: center !important;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .listado-vales {
    display: block;
  }
}

.listado-vales .bloque-vale-container {
  margin-bottom: 12px;
}

.listado-vales .botonera {
  margin-bottom: 24px;
}

.etiqueta__vale {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #cd0810;
  position: absolute;
  top: -15px;
  color: #fff;
  font-size: 0.85rem;
  line-height: 16px;
  height: 30px;
  width: 98px;
  padding-left: 0px;
}

.listado__revista--intro {
  text-align: center;
  position: relative;
}

.issue {
  max-width: 600px;
  margin: 0 auto;
}

.listado__revista .bloque-revista__container {
  margin-bottom: 48px;
}

.revista__filtro {
  max-width: 400px;
  margin: auto;
}

.revista__filtro p {
  text-align: left;
  font-size: 0.875rem;
  line-height: 18px;
}

.bloque-revista {
  box-shadow: 0 0 6px 0 #676767;
  padding: 12px 12px 16px;
}

.bloque-revista__month {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 24px;
}

.bloque-revista__actions {
  margin-top: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bloque-revista__actions .bloque-revista__link {
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.bloque-revista__actions .bloque-revista__link:first-child {
  margin-right: 16px;
}

.bloque-revista__actions .bloque-revista__link a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #cd0810;
  text-decoration: underline;
  font-size: 0.875rem;
  line-height: 18px;
}

.listado-ventajas a {
  display: block;
}

.bloque-ventaja {
  position: relative;
  border: 1px solid;
  padding: 16px 16px 24px;
  min-height: 162px;
}

.bloque-ventaja .bloque-ventaja__link {
  position: absolute;
  right: 16px;
  top: 16px;
}

@media (max-width: 991px) {
  .bloque-ventaja {
    margin-bottom: 16px;
  }
}

.bloque-ventaja:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.bloque-ventaja__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bloque-ventaja__content .img {
  width: 64px;
  height: 64px;
  position: relative;
}

.bloque-ventaja__content .img img {
  width: 100%;
}

.bloque-ventaja__titulo {
  font-weight: bold;
  font-size: 100%;
  line-height: 22px;
}

.bloque-ventaja__num .saldo {
  font-size: 1.5rem;
  line-height: 32px;
  font-weight: bold;
}

@media all and (min-width: 768px) {
  .bloque-ventaja__num .saldo {
    font-size: 2rem;
    line-height: 36px;
  }
}

.bloque-ventaja__num .saldo span {
  font-size: 1.125rem;
  line-height: 24px;
}

.bloque-ventaja__num .saldo sup {
  top: -7px !important;
  left: 10px;
}

.bloque-ventaja__num .text {
  font-weight: normal;
}

.bloque-ventaja__saldo {
  background: #fff;
  color: #cd0810;
  border-color: #cd0810;
}

.bloque-ventaja__ahorro {
  background: #cd0810;
  color: #fff;
  border-color: #cd0810;
}

.bloque-ventaja__compras {
  background: #393d49;
  color: #fff;
  border-color: #393d49;
}

.bloque-ventaja__travel {
  background: #0f69b2;
  color: #fff;
  border-color: #0f69b2;
}

.wrapper {
  width: 100%;
}

#custom-legend {
  margin-top: 16px;
  text-align: left;
}

@media (max-width: 767px) {
  #custom-legend {
    width: auto;
    margin: 16px 0 0 32px;
  }
}

/* Avoid datepicker showing a small div at the botton of the page. */
#ui-datepicker-div {
  display: none;
}

.ui-datepicker {
  width: 14.0625rem;
  height: auto;
  background-color: #fff;
  border-width: 0.0625rem;
  border-style: none solid solid;
  border-color: #bfbfbf;
  border-radius: 4px;
  margin-top: 0.75rem;
  z-index: 20 !important;
}

@media (max-width: 767px) {
  .ui-datepicker {
    width: 90%;
    position: fixed !important;
    left: 20px !important;
    top: 20% !important;
  }
}

.ui-datepicker::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-color: #cd0810;
  border-width: 0 0.4375rem 0.4375rem;
  position: absolute;
  top: -0.4375rem;
  left: 0.625rem;
}

@media (max-width: 767px) {
  .ui-datepicker::before {
    display: none;
  }
}

.ui-datepicker table {
  width: auto;
}

@media (max-width: 767px) {
  .ui-datepicker table {
    width: 100%;
  }
}

.ui-datepicker-header {
  background-color: #cd0810;
  border-radius: 0.25rem 0.25rem 0 0;
  font-size: 0.875rem;
  line-height: 18px;
  color: #fff;
  padding: 8px 0;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  font-size: 1rem;
  line-height: 1rem;
  background-color: transparent;
  border: 0.0625rem solid transparent;
  color: #fff;
  padding: 0.25rem;
  outline: none;
}

.ui-datepicker-title select:hover {
  border-radius: 4px;
  border: 0.0625rem solid #fff;
}

.ui-datepicker-title select option {
  background-color: #fff;
  color: #666;
}

.ui-datepicker-title .ui-datepicker-month {
  margin-right: 0.625rem;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  float: left;
  padding: 0 0.625rem;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-next .ui-icon {
  background-position: 0 -53rem;
}

.ui-datepicker-calendar {
  margin-bottom: 0;
}

.ui-datepicker-calendar thead {
  border-bottom: 0.125rem solid #cd0810;
}

.ui-datepicker-calendar th {
  width: 1.4375rem;
  height: 1.4375rem;
  padding: 0.25rem;
  text-align: center;
  border: 0;
  font-size: 12px;
}

.ui-datepicker-calendar td {
  border-bottom: medium none;
  border: 0;
  padding: 0.25rem;
}

.ui-datepicker-calendar td a {
  display: block;
  width: 24px;
  padding-top: 4px;
  font-size: 0.875rem;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}

/* stylelint-disable */
.ui-datepicker-calendar td a.ui-state-active {
  border-radius: 0.25rem;
  background-color: #cd0810;
  color: #fff;
}

.month_year_datepicker .ui-datepicker-calendar {
  display: none;
  opacity: 0;
}

/* stylelint-enable */
.ui-datepicker-buttonpane {
  padding: 16px;
}

.ui-datepicker-current,
.ui-datepicker-close {
  background: none;
  border: 0;
  text-decoration: underline;
}

.ui-datepicker-current:hover,
.ui-datepicker-close:hover {
  color: #cd0810;
}

.ui-datepicker-current {
  border-right: 1px solid #000;
}

.modal-is-open {
  overflow: hidden !important;
}

.modal {
  /* stylelint-disable-line length-zero-no-unit */
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: calc(100vw - 0rem);
  height: calc(100vh - 0rem);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  opacity: 0;
  z-index: 200;
  transition: opacity 0.3s;
}

.modal.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.modal__background {
  /* stylelint-disable-line length-zero-no-unit */
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: calc(100vw - 0rem);
  height: calc(100vh - 0rem);
  background-color: rgba(34, 34, 34, 0.86);
}

.modal__content {
  text-align: center;
}

.modal__card,
.modal__content {
  position: relative;
  width: 100%;
  margin: 0 16px;
  overflow: auto;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  box-shadow: 0 0 40px 6px rgba(0, 0, 0, 0.2);
}

.modal--small .modal__card, .modal--small
.modal__content {
  max-width: 350px;
}

.modal__card,
.modal--medium .modal__card,
.modal__content,
.modal--medium
.modal__content {
  max-width: 550px;
}

.modal--large .modal__card, .modal--large
.modal__content {
  max-width: 750px;
  max-height: 100vh;
  overflow-y: scroll;
}

.modal--large .modal__card-body {
  padding-top: 12px;
}

.modal--large p {
  font-size: 12px;
  margin-bottom: 16px;
}

.modal__card-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  cursor: pointer;
  vertical-align: top;
}

.modal__card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 202;
}

.modal__card-head {
  position: relative;
  padding: 32px 32px 16px;
  background-color: #fff;
}

.modal__card-title {
  color: #cd0810;
  font-weight: 800;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.modal__card-body {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  overflow: auto;
  padding: 0 32px 32px;
}

.modal__card-body.modal__card-body--background {
  background-color: #bfbfbf;
}

.modal__botonera {
  margin-top: 16px;
}

.modal__botonera .btn {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 16px;
}

.mensaje {
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #cd0810;
  border-bottom: 1px solid #cd0810;
}

.mensaje p {
  font-size: 1.125rem;
  line-height: 24px;
}

.ui-tooltip {
  position: relative;
  left: -50%;
  max-width: 300px;
  background: #cd0810;
  padding: 12px;
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.ui-tooltip::after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  border-color: rgba(205, 8, 16, 0);
  border-bottom-color: #cd0810;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip {
  width: 100%;
  height: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tooltip span {
  display: block;
  margin-right: 12px;
}

.tooltip svg {
  width: 20px;
  height: 20px;
  fill: #cd0810;
}

.lista-requisitos li {
  background: url("/wp-content/themes/eroski/img/svg/flecha-lista.svg") left center no-repeat;
  background-size: 12px;
  padding-left: 24px;
  margin-bottom: 4px;
}

.lista-requisitos .no-ok {
  background: url("/wp-content/themes/eroski/img/svg/no-ok.svg") left center no-repeat;
  background-size: 12px;
  color: #cd0810;
}

.lista-requisitos .ok {
  background: url("/wp-content/themes/eroski/img/svg/check-ok.svg") left center no-repeat;
  color: #367230;
}

.barra-seguridad .nivel {
  font-weight: bold;
}

.barra-seguridad .barra {
  width: 100%;
  height: 20px;
  margin-top: 12px;
  position: relative;
}

.barra-seguridad .barra .barra__nivel {
  display: block;
  height: 20px;
  width: 10px;
  background: #fff;
  position: absolute;
  top: 0;
}

.barra-seguridad .barra.barra__bajo {
  background: #fec054;
  background: linear-gradient(to right, #fec054 0%, #f33d21 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fec054', endColorstr='#f33d21', GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fec054', endColorstr='#f33d21', GradientType=1);
}

.barra-seguridad .barra.barra__bajo .barra__nivel {
  left: 20%;
}

.barra-seguridad .barra.barra__medio {
  background: #fec054;
  background: linear-gradient(to right, #fec054 0%, #b0dd48 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fec054', endColorstr='#b0dd48', GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fec054', endColorstr='#b0dd48', GradientType=1);
}

.barra-seguridad .barra.barra__medio .barra__nivel {
  left: 45%;
}

.barra-seguridad .barra.barra__alto {
  background: #b0dd48;
  background: linear-gradient(to right, #b0dd48 0%, #83bb59 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr='#B1DD48', endColorstr='#83BB59', GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient(startColorstr='#B1DD48', endColorstr='#83BB59', GradientType=1);
}

.barra-seguridad .barra.barra__alto .barra__nivel {
  left: 90%;
}

.header-tarjetas {
  min-height: 320px;
  padding: 128px 0;
  background: url("/wp-content/themes/eroski/img/bk-tarjetas.png") center top no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .header-tarjetas {
    padding: 64px 0;
  }
}

.header-tarjetas.header-tarjetas__large {
  padding: 128px 0 64px;
}

@media (max-width: 767px) {
  .header-tarjetas.header-tarjetas__large {
    padding: 32px 0 64px;
  }
}

.header-tarjetas__content {
  text-align: center;
  color: #fff;
}

.header-tarjetas__content p {
  font-size: 1.25rem;
  line-height: 24px;
}

.header-tarjetas__title {
  font-size: 2rem;
  line-height: 36px;
  font-weight: 100;
  margin-bottom: 12px;
}

@media all and (min-width: 768px) {
  .header-tarjetas__title {
    font-size: 3rem;
    line-height: 50px;
  }
}

.img-tarjeta {
  width: auto;
  position: absolute;
  top: -250px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 767px) {
  .img-tarjeta {
    width: 300px;
    top: -145px;
  }
}

.img-tarjeta__oro {
  display: none;
}

@media (max-width: 767px) {
  .img-tarjeta__oro {
    display: block;
  }
}

.bloque-socio {
  min-width: 50%;
}

@media (max-width: 767px) {
  .bloque-socio {
    max-width: 100%;
  }
  .bloque-socio:first-child {
    margin-bottom: 24px;
  }
}

.bloque-tarjeta {
  max-width: 770px;
  border: 1px solid #ededed;
  padding: 24px;
  position: relative;
  margin: 78px auto;
}

@media (max-width: 767px) {
  .bloque-tarjeta {
    max-width: 100%;
  }
}

.bloque-tarjeta .etiqueta {
  position: absolute;
  top: -26px;
}

.legal {
  font-size: 11px;
  font-style: italic;
  margin-top: 32px;
}

.bloque-tarjeta__contenido {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .bloque-tarjeta__contenido {
    display: block;
    max-width: 100%;
  }
}

.etiqueta {
  display: inline-block;
  padding: 4px 12px;
  color: #fff;
  background: #cd0810;
  font-size: 11px;
  font-weight: bold;
}

.etiqueta.oro {
  background: #a17946;
}

@media (max-width: 767px) {
  .etiqueta {
    margin-bottom: 12px;
  }
}

.bloque-etiquetas {
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .bloque-etiquetas {
    margin-bottom: 4px;
  }
}

.bloque-tarjeta__content {
  margin-left: 24px;
}

@media (max-width: 767px) {
  .bloque-tarjeta__content {
    margin-left: 0;
    margin-top: 16px;
  }
}

.bloque-tarjeta__club svg {
  fill: #cd0810;
}

.bloque-tarjeta__oro svg {
  fill: #daa152;
}

.lista-ventajas {
  margin-bottom: 32px;
}

.lista-ventajas__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}

.lista-ventajas__item svg {
  width: 24px;
  margin-right: 12px;
}

.bloque-vale__texto p{
  text-align: left;
}

.botonera .btn{
  border-radius: 0;
}

.header-tarjetas__lista li {
  background: url("/wp-content/themes/eroski/img/svg/check-brand.svg") left top no-repeat;
  background-size: 24px;
  padding-left: 32px;
  margin-bottom: 12px;
  font-weight: 100;
}

.header-tarjetas__lista.lista-oro li {
  background: url("/wp-content/themes/eroski/img/svg/check-oro.svg") left top no-repeat;
  background-size: 24px;
}

.header-tarjetas .header-tarjetas__lista {
  margin-top: 128px;
}

@media (max-width: 991px) {
  .header-tarjetas .header-tarjetas__lista {
    margin-top: 32px;
  }
}

.tarjeta__content .bloque-datos__title {
  margin-bottom: 32px;
}

.tarjeta__content .bloque-socio:first-child {
  margin-right: 24px;
}

@media (max-width: 991px) {
  .tarjeta__content .bloque-socio:first-child {
    margin-right: 0;
  }
}

.tarjeta-oro__content {
  max-width: 50%;
}

@media (max-width: 991px) {
  .tarjeta-oro__content {
    max-width: 100%;
  }
}

.bloque-action__tarjeta {
  position: absolute;
  width: 250px;
  background: #cd0810;
  padding: 64px 24px 24px;
  color: #fff;
  top: 225px;
  right: 15px;
}

@media (max-width: 991px) {
  .bloque-action__tarjeta {
    position: relative;
    top: 80px;
    margin: 0 0 24px 37px;
  }
}

.bloque-action__tarjeta .img-tarjeta_small {
  width: 120px;
  position: absolute;
  top: -50px;
  right: -20px;
}

@media (max-width: 991px) {
  .bloque-action__tarjeta .img-tarjeta_small {
    top: -50px;
    right: -30px;
  }
}

.bloque-action__tarjeta .btn {
  display: block;
}

.bloque-action__tarjeta-oro {
  background: #a17946;
}

.bloque-action__title {
  font-size: 1.4375rem;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media all and (min-width: 768px) {
  .bloque-action__title {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.bloque-action__second {
  width: 250px;
  background: #fff;
  padding: 32px 24px;
}

@media (max-width: 767px) {
  .bloque-action__second {
    width: 270px;
  }
}

.bloque-action__second .bloque-action__title {
  font-size: 1.125rem;
  line-height: 24px;
  color: #393d49;
}

.bloque-action__second .btn {
  display: block;
}

.bloque-asociar {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 991px) {
  .bloque-asociar {
    margin: 0 0 24px 24px;
  }
}

.bloque-action__tarjeta-second {
  position: absolute;
  width: 250px;
  padding: 64px 24px 24px;
  color: #fff;
  top: -100px;
  right: 15px;
}

@media (max-width: 991px) {
  .bloque-action__tarjeta-second {
    width: 100%;
    position: relative;
    top: 50px;
    right: 0;
  }
}

.bloque-action__tarjeta-second .img-tarjeta_small {
  width: 300px;
  position: absolute;
  top: -75px;
  right: -100px;
}

@media (max-width: 991px) {
  .bloque-action__tarjeta-second .img-tarjeta_small {
    top: -100px;
    right: 0;
  }
}

.header-tarjetas .legal {
  padding-left: 24px;
}

.header-tarjetas .bloque-action__tarjeta-second {
  top: 120px;
}

@media (max-width: 767px) {
  .header-tarjetas .bloque-action__tarjeta-second {
    top: 100px;
  }
}

.guide-page {
  padding-bottom: 32px;
}

.header-index {
  margin-bottom: 32px;
  padding: 24px 0;
  border-bottom: 1px solid #393d49;
}

.guide--title {
  margin-bottom: 4px;
  font-size: 28px;
  color: #393d49;
}

.footer {
  min-height: 300px;
  background: #cd0810;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.u-grid-undo-horizontal-margins {
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 576px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 768px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 992px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 1200px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.u-grid-add-horizontal-spacings {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 576px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1200px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.flex-row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.align-items-start {
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important;
}

.align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

@media (min-width: 1245px) {
  .flex-xxl-row {
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1245px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .u-display-block-mobile-large {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .u-display-block-tablet {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .u-display-block-desktop {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .u-display-block-desktop-large {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .u-display-block-only-mobile-small {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .u-display-block-only-mobile {
    display: block !important;
  }
}

@media (max-width: 991px) {
  .u-display-block-only-mobile-tablet {
    display: block !important;
  }
}

@media (max-width: 1199px) {
  .u-display-block-only-down-desktop {
    display: block !important;
  }
}

.u-display-block {
  display: block !important;
}

@media (min-width: 576px) {
  .u-display-inline-mobile-large {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .u-display-inline-tablet {
    display: inline !important;
  }
}

@media (min-width: 992px) {
  .u-display-inline-desktop {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inline-desktop-large {
    display: inline !important;
  }
}

@media (max-width: 575px) {
  .u-display-inline-only-mobile-small {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .u-display-inline-only-mobile {
    display: inline !important;
  }
}

@media (max-width: 991px) {
  .u-display-inline-only-mobile-tablet {
    display: inline !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inline-only-down-desktop {
    display: inline !important;
  }
}

.u-display-inline {
  display: inline !important;
}

@media (min-width: 576px) {
  .u-display-inline-block-mobile-large {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .u-display-inline-block-tablet {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .u-display-inline-block-desktop {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inline-block-desktop-large {
    display: inline-block !important;
  }
}

@media (max-width: 575px) {
  .u-display-inline-block-only-mobile-small {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .u-display-inline-block-only-mobile {
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  .u-display-inline-block-only-mobile-tablet {
    display: inline-block !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inline-block-only-down-desktop {
    display: inline-block !important;
  }
}

.u-display-inline-block {
  display: inline-block !important;
}

@media (min-width: 576px) {
  .u-display-inline-flex-mobile-large {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .u-display-inline-flex-tablet {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .u-display-inline-flex-desktop {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inline-flex-desktop-large {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 575px) {
  .u-display-inline-flex-only-mobile-small {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767px) {
  .u-display-inline-flex-only-mobile {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 991px) {
  .u-display-inline-flex-only-mobile-tablet {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inline-flex-only-down-desktop {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.u-display-inline-flex {
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .u-display-flex-mobile-large {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 768px) {
  .u-display-flex-tablet {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) {
  .u-display-flex-desktop {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .u-display-flex-desktop-large {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 575px) {
  .u-display-flex-only-mobile-small {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 767px) {
  .u-display-flex-only-mobile {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 991px) {
  .u-display-flex-only-mobile-tablet {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1199px) {
  .u-display-flex-only-down-desktop {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.u-display-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .u-display-none-mobile-large {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-display-none-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .u-display-none-desktop {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .u-display-none-desktop-large {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .u-display-none-only-mobile-small {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-display-none-only-mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .u-display-none-only-mobile-tablet {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .u-display-none-only-down-desktop {
    display: none !important;
  }
}

.u-display-none {
  display: none !important;
}

@media (min-width: 576px) {
  .u-display-initial-mobile-large {
    display: initial !important;
  }
}

@media (min-width: 768px) {
  .u-display-initial-tablet {
    display: initial !important;
  }
}

@media (min-width: 992px) {
  .u-display-initial-desktop {
    display: initial !important;
  }
}

@media (min-width: 1200px) {
  .u-display-initial-desktop-large {
    display: initial !important;
  }
}

@media (max-width: 575px) {
  .u-display-initial-only-mobile-small {
    display: initial !important;
  }
}

@media (max-width: 767px) {
  .u-display-initial-only-mobile {
    display: initial !important;
  }
}

@media (max-width: 991px) {
  .u-display-initial-only-mobile-tablet {
    display: initial !important;
  }
}

@media (max-width: 1199px) {
  .u-display-initial-only-down-desktop {
    display: initial !important;
  }
}

.u-display-initial {
  display: initial !important;
}

@media (min-width: 576px) {
  .u-display-inherit-mobile-large {
    display: inherit !important;
  }
}

@media (min-width: 768px) {
  .u-display-inherit-tablet {
    display: inherit !important;
  }
}

@media (min-width: 992px) {
  .u-display-inherit-desktop {
    display: inherit !important;
  }
}

@media (min-width: 1200px) {
  .u-display-inherit-desktop-large {
    display: inherit !important;
  }
}

@media (max-width: 575px) {
  .u-display-inherit-only-mobile-small {
    display: inherit !important;
  }
}

@media (max-width: 767px) {
  .u-display-inherit-only-mobile {
    display: inherit !important;
  }
}

@media (max-width: 991px) {
  .u-display-inherit-only-mobile-tablet {
    display: inherit !important;
  }
}

@media (max-width: 1199px) {
  .u-display-inherit-only-down-desktop {
    display: inherit !important;
  }
}

.u-display-inherit {
  display: inherit !important;
}

@media (min-width: 576px) {
  .u-display-grid-mobile-large {
    display: grid !important;
  }
}

@media (min-width: 768px) {
  .u-display-grid-tablet {
    display: grid !important;
  }
}

@media (min-width: 992px) {
  .u-display-grid-desktop {
    display: grid !important;
  }
}

@media (min-width: 1200px) {
  .u-display-grid-desktop-large {
    display: grid !important;
  }
}

@media (max-width: 575px) {
  .u-display-grid-only-mobile-small {
    display: grid !important;
  }
}

@media (max-width: 767px) {
  .u-display-grid-only-mobile {
    display: grid !important;
  }
}

@media (max-width: 991px) {
  .u-display-grid-only-mobile-tablet {
    display: grid !important;
  }
}

@media (max-width: 1199px) {
  .u-display-grid-only-down-desktop {
    display: grid !important;
  }
}

.u-display-grid {
  display: grid !important;
}

.u-overflow-hidden {
  overflow: hidden !important;
}

.u-full-height {
  height: 100%;
}

.u-full-width {
  width: 100%;
}

.u-max-full-width {
  max-width: 100%;
}

.u-vertical-align-top {
  vertical-align: top;
}

.u-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.u-grid-undo-horizontal-margins {
  margin-left: -12px;
  margin-right: -12px;
}

@media (min-width: 576px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 768px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 992px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (min-width: 1200px) {
  .u-grid-undo-horizontal-margins {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 767px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 767px) and (min-width: 992px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 767px) and (min-width: 1200px) {
  .u-grid-undo-horizontal-margins\@only-mobile {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 991px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 991px) and (min-width: 576px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 991px) and (min-width: 992px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }
}

@media (max-width: 991px) and (min-width: 1200px) {
  .u-grid-undo-horizontal-margins\@only-mobile-tablet {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.u-grid-add-horizontal-spacings {
  padding-left: 12px;
  padding-right: 12px;
}

@media (min-width: 576px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 768px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 992px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (min-width: 1200px) {
  .u-grid-add-horizontal-spacings {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.u-grid-add-horizontal-spacings-medium {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.u-grid-add-horizontal-spacings-large {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 767px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) and (min-width: 768px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) and (min-width: 992px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media (max-width: 767px) and (min-width: 1200px) {
  .u-grid-add-horizontal-spacings\@only-mobile {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.u-img-full-width {
  width: 100%;
}

@media (max-width: 767px) {
  .u-img-full-width\@only-mobile {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .u-position-relative-mobile-large {
    position: relative !important;
  }
}

@media (min-width: 768px) {
  .u-position-relative-tablet {
    position: relative !important;
  }
}

@media (min-width: 992px) {
  .u-position-relative-desktop {
    position: relative !important;
  }
}

@media (min-width: 1200px) {
  .u-position-relative-desktop-large {
    position: relative !important;
  }
}

@media (max-width: 575px) {
  .u-position-relative-only-mobile-small {
    position: relative !important;
  }
}

@media (max-width: 767px) {
  .u-position-relative-only-mobile {
    position: relative !important;
  }
}

@media (max-width: 991px) {
  .u-position-relative-only-mobile-tablet {
    position: relative !important;
  }
}

@media (max-width: 1199px) {
  .u-position-relative-only-down-desktop {
    position: relative !important;
  }
}

.u-position-relative {
  position: relative !important;
}

@media (min-width: 576px) {
  .u-position-absolute-mobile-large {
    position: absolute !important;
  }
}

@media (min-width: 768px) {
  .u-position-absolute-tablet {
    position: absolute !important;
  }
}

@media (min-width: 992px) {
  .u-position-absolute-desktop {
    position: absolute !important;
  }
}

@media (min-width: 1200px) {
  .u-position-absolute-desktop-large {
    position: absolute !important;
  }
}

@media (max-width: 575px) {
  .u-position-absolute-only-mobile-small {
    position: absolute !important;
  }
}

@media (max-width: 767px) {
  .u-position-absolute-only-mobile {
    position: absolute !important;
  }
}

@media (max-width: 991px) {
  .u-position-absolute-only-mobile-tablet {
    position: absolute !important;
  }
}

@media (max-width: 1199px) {
  .u-position-absolute-only-down-desktop {
    position: absolute !important;
  }
}

.u-position-absolute {
  position: absolute !important;
}

/*@media (min-width: 576px) {
  .u-position-static-mobile-large {
    position: static !important;
  }
}

@media (min-width: 768px) {
  .u-position-static-tablet {
    position: static !important;
  }
}

@media (min-width: 992px) {
  .u-position-static-desktop {
    position: static !important;
  }
}

@media (min-width: 1200px) {
  .u-position-static-desktop-large {
    position: static !important;
  }
}

@media (max-width: 575px) {
  .u-position-static-only-mobile-small {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .u-position-static-only-mobile {
    position: static !important;
  }
}

@media (max-width: 991px) {
  .u-position-static-only-mobile-tablet {
    position: static !important;
  }
}

@media (max-width: 1199px) {
  .u-position-static-only-down-desktop {
    position: static !important;
  }
}

.u-position-static {
  position: static !important;
}*/

@media (min-width: 576px) {
  .u-position-fixed-mobile-large {
    position: fixed !important;
  }
}

@media (min-width: 768px) {
  .u-position-fixed-tablet {
    position: fixed !important;
  }
}

@media (min-width: 992px) {
  .u-position-fixed-desktop {
    position: fixed !important;
  }
}

@media (min-width: 1200px) {
  .u-position-fixed-desktop-large {
    position: fixed !important;
  }
}

@media (max-width: 575px) {
  .u-position-fixed-only-mobile-small {
    position: fixed !important;
  }
}

@media (max-width: 767px) {
  .u-position-fixed-only-mobile {
    position: fixed !important;
  }
}

@media (max-width: 991px) {
  .u-position-fixed-only-mobile-tablet {
    position: fixed !important;
  }
}

@media (max-width: 1199px) {
  .u-position-fixed-only-down-desktop {
    position: fixed !important;
  }
}

.u-position-fixed {
  position: fixed !important;
}

@media (min-width: 576px) {
  .u-position-sticky-mobile-large {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 768px) {
  .u-position-sticky-tablet {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 992px) {
  .u-position-sticky-desktop {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (min-width: 1200px) {
  .u-position-sticky-desktop-large {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 575px) {
  .u-position-sticky-only-mobile-small {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 767px) {
  .u-position-sticky-only-mobile {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 991px) {
  .u-position-sticky-only-mobile-tablet {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

@media (max-width: 1199px) {
  .u-position-sticky-only-down-desktop {
    position: -webkit-sticky !important;
    position: sticky !important;
  }
}

.u-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

@media (min-width: 576px) {
  .u-position-inherit-mobile-large {
    position: inherit !important;
  }
}

@media (min-width: 768px) {
  .u-position-inherit-tablet {
    position: inherit !important;
  }
}

@media (min-width: 992px) {
  .u-position-inherit-desktop {
    position: inherit !important;
  }
}

@media (min-width: 1200px) {
  .u-position-inherit-desktop-large {
    position: inherit !important;
  }
}

@media (max-width: 575px) {
  .u-position-inherit-only-mobile-small {
    position: inherit !important;
  }
}

@media (max-width: 767px) {
  .u-position-inherit-only-mobile {
    position: inherit !important;
  }
}

@media (max-width: 991px) {
  .u-position-inherit-only-mobile-tablet {
    position: inherit !important;
  }
}

@media (max-width: 1199px) {
  .u-position-inherit-only-down-desktop {
    position: inherit !important;
  }
}

.u-position-inherit {
  position: inherit !important;
}

@media (min-width: 576px) {
  .u-position-initial-mobile-large {
    position: initial !important;
  }
}

@media (min-width: 768px) {
  .u-position-initial-tablet {
    position: initial !important;
  }
}

@media (min-width: 992px) {
  .u-position-initial-desktop {
    position: initial !important;
  }
}

@media (min-width: 1200px) {
  .u-position-initial-desktop-large {
    position: initial !important;
  }
}

@media (max-width: 575px) {
  .u-position-initial-only-mobile-small {
    position: initial !important;
  }
}

@media (max-width: 767px) {
  .u-position-initial-only-mobile {
    position: initial !important;
  }
}

@media (max-width: 991px) {
  .u-position-initial-only-mobile-tablet {
    position: initial !important;
  }
}

@media (max-width: 1199px) {
  .u-position-initial-only-down-desktop {
    position: initial !important;
  }
}

.u-position-initial {
  position: initial !important;
}

.xtiny {
  font-size: 0.6875rem;
  line-height: 12px;
}

.tiny {
  font-size: 0.75rem;
  line-height: 16px;
}

.small {
  font-size: 0.875rem;
  line-height: 18px;
}

.base {
  font-size: 100%;
  line-height: 22px;
}

.medium {
  font-size: 1.125rem;
  line-height: 24px;
}

.h4 {
  font-size: 1.25rem;
  line-height: 24px;
}

.h3 {
  font-size: 1.4375rem;
  line-height: 28px;
}

@media all and (min-width: 768px) {
  .h3 {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.h2 {
  font-size: 1.5rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .h2 {
    font-size: 2rem;
    line-height: 36px;
  }
}

.h1 {
  font-size: 1.75rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .h1 {
    font-size: 2.625rem;
    line-height: 46px;
  }
}

.hero {
  font-size: 2rem;
  line-height: 36px;
}

@media all and (min-width: 768px) {
  .hero {
    font-size: 3rem;
    line-height: 50px;
  }
}

.especial {
  font-size: 5.3125rem;
  line-height: 90px;
}

@media all and (min-width: 768px) {
  .especial {
    font-size: 6rem;
    line-height: 96px;
  }
}

.u-title-h1 {
  font-size: 1.75rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .u-title-h1 {
    font-size: 2.625rem;
    line-height: 46px;
  }
}

.u-title-h2 {
  font-size: 1.5rem;
  line-height: 32px;
}

@media all and (min-width: 768px) {
  .u-title-h2 {
    font-size: 2rem;
    line-height: 36px;
  }
}

.u-title-h3 {
  font-size: 1.4375rem;
  line-height: 28px;
}

@media all and (min-width: 768px) {
  .u-title-h3 {
    font-size: 1.5625rem;
    line-height: 32px;
  }
}

.u-title-h4 {
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.u-font-large {
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.u-font-base {
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.u-font-small {
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.u-font-tiny {
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.u-font-xtiny {
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-size: 11px;
  line-height: 12px;
}

.u-font-title {
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
}

.u-valign-super {
  vertical-align: super !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-baseline {
  vertical-align: baseline !important;
}

.u-text-transform-uppercase {
  text-transform: uppercase !important;
  font-size: 12px;
  font-family: "Poppins", Reboto, Corbel, Verdana, sans-serif;
  font-weight: 400;
}

.u-text-transform-lowercase {
  text-transform: lowercase !important;
}

.u-text-transform-capitalize {
  text-transform: capitalize !important;
}

.u-screen-reader-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.u-font-bold {
  font-weight: bold !important;
}

.u-font-light {
  font-weight: 300 !important;
}

.u-font-normal {
  font-weight: normal !important;
}

.u-font-italic {
  font-style: italic !important;
}

.u-text-decoration-none {
  text-decoration: none !important;
}

.u-text-decoration-underline {
  text-decoration: underline !important;
}

.u-text-decoration-strike {
  text-decoration: line-through !important;
}

.u-text-center {
  text-align: center !important;
}

@media (max-width: 767px) {
  .u-text-center\@only-mobile {
    text-align: center !important;
  }
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-white-space-nowrap {
  white-space: nowrap;
}

.u-white-space-normal {
  white-space: normal !important;
}

.u-text-brand {
  color: #393d49 !important;
}

.u-text-brand:visited {
  color: #393d49;
}

.u-text-ok {
  color: #367230 !important;
}

.u-text-ok:visited {
  color: #367230;
}

.u-text-white {
  color: #fff;
}

.u-text-oro {
  color: #a17946;
}

.u-opacity-0 {
  opacity: 0;
}

.u-border-all {
  border: solid 1px;
}

.u-border-all--grey-lighter {
  border: solid 1px #ededed;
}

.u-border-top {
  border-top: solid 1px;
}

.u-border-right {
  border-right: solid 1px #dadada;
}

.u-border-right\@desktop {
  border-right: solid 1px #dadada;
}

@media (max-width: 767px) {
  .u-border-right\@desktop {
    border-right: 0;
  }
}

.u-border-bottom {
  border-bottom: solid 1px;
}

.u-border-left {
  border-left: solid 1px;
}

.u-border-none {
  border: 0;
}

.u-border-style-dotted {
  border-style: dotted;
}

.u-border-style-dashed {
  border-style: dashed;
}

.u-border-style-solid {
  border-style: solid;
}

.u-border-style-none {
  border-style: 0;
}

.u-border-radius-0 {
  border-radius: 0;
}

.u-border-round {
  border-radius: 9999px;
}

.u-border-radius-100 {
  border-radius: 100%;
}

.u-border-radius-bottom {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.u-border-radius-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.u-border-radius-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.u-border-radius-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.u-border-radius-img {
  border-radius: 20px;
  background: #fff;
}

.u-border-rounded {
  width: 120px;
  height: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border: 1px solid #dadada;
  border-radius: 100%;
}

.u-margin-top-tiny {
  margin-top: 4px !important;
}

.u-undo-margin-top-tiny {
  margin-top: -4px !important;
}

.u-margin-right-tiny {
  margin-right: 4px !important;
}

.u-undo-margin-right-tiny {
  margin-right: -4px !important;
}

.u-margin-bottom-tiny {
  margin-bottom: 4px !important;
}

.u-undo-margin-bottom-tiny {
  margin-bottom: -4px !important;
}

.u-margin-left-tiny {
  margin-left: 4px !important;
}

.u-undo-margin-left-tiny {
  margin-left: -4px !important;
}

.u-margin-top-extrasmall {
  margin-top: 8px !important;
}

.u-undo-margin-top-extrasmall {
  margin-top: -8px !important;
}

.u-margin-right-extrasmall {
  margin-right: 8px !important;
}

.u-undo-margin-right-extrasmall {
  margin-right: -8px !important;
}

.u-margin-bottom-extrasmall {
  margin-bottom: 8px !important;
}

.u-undo-margin-bottom-extrasmall {
  margin-bottom: -8px !important;
}

.u-margin-left-extrasmall {
  margin-left: 8px !important;
}

.u-undo-margin-left-extrasmall {
  margin-left: -8px !important;
}

.u-margin-top-xsmall {
  margin-top: 10px !important;
}

.u-undo-margin-top-xsmall {
  margin-top: -10px !important;
}

.u-margin-right-xsmall {
  margin-right: 10px !important;
}

.u-undo-margin-right-xsmall {
  margin-right: -10px !important;
}

.u-margin-bottom-xsmall {
  margin-bottom: 10px !important;
}

.u-undo-margin-bottom-xsmall {
  margin-bottom: -10px !important;
}

.u-margin-left-xsmall {
  margin-left: 10px !important;
}

.u-undo-margin-left-xsmall {
  margin-left: -10px !important;
}

.u-margin-top-small {
  margin-top: 12px !important;
}

.u-undo-margin-top-small {
  margin-top: -12px !important;
}

.u-margin-right-small {
  margin-right: 12px !important;
}

.u-undo-margin-right-small {
  margin-right: -12px !important;
}

.u-margin-bottom-small {
  margin-bottom: 12px !important;
}

.u-undo-margin-bottom-small {
  margin-bottom: -12px !important;
}

.u-margin-left-small {
  margin-left: 12px !important;
}

.u-undo-margin-left-small {
  margin-left: -12px !important;
}

.u-margin-top {
  margin-top: 16px !important;
}

.u-undo-margin-top {
  margin-top: -16px !important;
}

.u-margin-right {
  margin-right: 100px !important;
}

.u-undo-margin-right {
  margin-right: -16px !important;
}

.u-margin-bottom {
  margin-bottom: 16px !important;
}

.u-undo-margin-bottom {
  margin-bottom: -16px !important;
}

.u-margin-left {
  margin-left: 16px !important;
}

.u-undo-margin-left {
  margin-left: -16px !important;
}

.u-margin-top-medium {
  margin-top: 24px !important;
}

.u-undo-margin-top-medium {
  margin-top: -24px !important;
}

.u-margin-right-medium {
  margin-right: 24px !important;
}

.u-undo-margin-right-medium {
  margin-right: -24px !important;
}

.u-margin-bottom-medium {
  margin-bottom: 24px !important;
}

.u-undo-margin-bottom-medium {
  margin-bottom: -24px !important;
}

.u-margin-left-medium {
  margin-left: 24px !important;
}

.u-undo-margin-left-medium {
  margin-left: -24px !important;
}

.u-margin-top-large {
  margin-top: 32px !important;
}

.u-undo-margin-top-large {
  margin-top: -32px !important;
}

.u-margin-right-large {
  margin-right: 32px !important;
}

.u-undo-margin-right-large {
  margin-right: -32px !important;
}

.u-margin-bottom-large {
  margin-bottom: 32px !important;
}

.u-undo-margin-bottom-large {
  margin-bottom: -32px !important;
}

.u-margin-left-large {
  margin-left: 32px !important;
}

.u-undo-margin-left-large {
  margin-left: -32px !important;
}

.u-margin-top-xlarge {
  margin-top: 38px !important;
}

.u-undo-margin-top-xlarge {
  margin-top: -38px !important;
}

.u-margin-right-xlarge {
  margin-right: 38px !important;
}

.u-undo-margin-right-xlarge {
  margin-right: -38px !important;
}

.u-margin-bottom-xlarge {
  margin-bottom: 38px !important;
}

.u-undo-margin-bottom-xlarge {
  margin-bottom: -38px !important;
}

.u-margin-left-xlarge {
  margin-left: 38px !important;
}

.u-undo-margin-left-xlarge {
  margin-left: -38px !important;
}

.u-margin-top-huge {
  margin-top: 48px !important;
}

.u-undo-margin-top-huge {
  margin-top: -48px !important;
}

.u-margin-right-huge {
  margin-right: 48px !important;
}

.u-undo-margin-right-huge {
  margin-right: -48px !important;
}

.u-margin-bottom-huge {
  margin-bottom: 48px !important;
}

.u-undo-margin-bottom-huge {
  margin-bottom: -48px !important;
}

.u-margin-left-huge {
  margin-left: 48px !important;
}

.u-undo-margin-left-huge {
  margin-left: -48px !important;
}

.u-margin-top-hero {
  margin-top: 64px !important;
}

.u-undo-margin-top-hero {
  margin-top: -64px !important;
}

.u-margin-right-hero {
  margin-right: 64px !important;
}

.u-undo-margin-right-hero {
  margin-right: -64px !important;
}

.u-margin-bottom-hero {
  margin-bottom: 64px !important;
}

.u-undo-margin-bottom-hero {
  margin-bottom: -64px !important;
}

.u-margin-left-hero {
  margin-left: 64px !important;
}

.u-undo-margin-left-hero {
  margin-left: -64px !important;
}

.u-margin-top-xhero {
  margin-top: 78px !important;
}

.u-undo-margin-top-xhero {
  margin-top: -78px !important;
}

.u-margin-right-xhero {
  margin-right: 78px !important;
}

.u-undo-margin-right-xhero {
  margin-right: -78px !important;
}

.u-margin-bottom-xhero {
  margin-bottom: 78px !important;
}

.u-undo-margin-bottom-xhero {
  margin-bottom: -78px !important;
}

.u-margin-left-xhero {
  margin-left: 78px !important;
}

.u-undo-margin-left-xhero {
  margin-left: -78px !important;
}

.u-margin-top-extrahuge {
  margin-top: 96px !important;
}

.u-undo-margin-top-extrahuge {
  margin-top: -96px !important;
}

.u-margin-right-extrahuge {
  margin-right: 96px !important;
}

.u-undo-margin-right-extrahuge {
  margin-right: -96px !important;
}

.u-margin-bottom-extrahuge {
  margin-bottom: 96px !important;
}

.u-undo-margin-bottom-extrahuge {
  margin-bottom: -96px !important;
}

.u-margin-left-extrahuge {
  margin-left: 96px !important;
}

.u-undo-margin-left-extrahuge {
  margin-left: -96px !important;
}

.u-margin-top-giant {
  margin-top: 128px !important;
}

.u-undo-margin-top-giant {
  margin-top: -128px !important;
}

.u-margin-right-giant {
  margin-right: 128px !important;
}

.u-undo-margin-right-giant {
  margin-right: -128px !important;
}

.u-margin-bottom-giant {
  margin-bottom: 128px !important;
}

.u-undo-margin-bottom-giant {
  margin-bottom: -128px !important;
}

.u-margin-left-giant {
  margin-left: 128px !important;
}

.u-undo-margin-left-giant {
  margin-left: -128px !important;
}

.u-margin-top-extragiant {
  margin-top: 192px !important;
}

.u-undo-margin-top-extragiant {
  margin-top: -192px !important;
}

.u-margin-right-extragiant {
  margin-right: 192px !important;
}

.u-undo-margin-right-extragiant {
  margin-right: -192px !important;
}

.u-margin-bottom-extragiant {
  margin-bottom: 192px !important;
}

.u-undo-margin-bottom-extragiant {
  margin-bottom: -192px !important;
}

.u-margin-left-extragiant {
  margin-left: 192px !important;
}

.u-undo-margin-left-extragiant {
  margin-left: -192px !important;
}

.u-margin-top-superhero {
  margin-top: 256px !important;
}

.u-undo-margin-top-superhero {
  margin-top: -256px !important;
}

.u-margin-right-superhero {
  margin-right: 256px !important;
}

.u-undo-margin-right-superhero {
  margin-right: -256px !important;
}

.u-margin-bottom-superhero {
  margin-bottom: 256px !important;
}

.u-undo-margin-bottom-superhero {
  margin-bottom: -256px !important;
}

.u-margin-left-superhero {
  margin-left: 256px !important;
}

.u-undo-margin-left-superhero {
  margin-left: -256px !important;
}

.u-margin-top-none {
  margin-top: 0 !important;
}

.u-margin-right-none {
  margin-right: 0 !important;
}

.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

.u-margin-left-none {
  margin-left: 0 !important;
}

.icon.icon-tiny#flecha{
  float: right;
  margin-top:8%;
}
@media (max-width: 991px) {
  .u-margin-top-none-only-mobile {
    margin-top: 0 !important;
  }
  .icon.icon-tiny#flecha{
    margin-top:1%;
  }
  .icon.icon-xlarge.icon--brand{
    text-align: center;
  }
  .main-menu__item_ a, .main-menu__item_ span{
    width: 100%;
    float:left;
  }

  .main-menu__item_ a{
    padding: 12px;
    border-bottom: 1px solid #ededed;
  }

  .main-menu__item_ .dropdown-link{
    margin-bottom: 0;
  }
  .main-menu__item--dropdown{
    padding-top: 0;
  }

}

@media (max-width: 767px) {
  .u-margin-right-none-only-mobile {
    margin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .u-margin-bottom-none-only-mobile {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .u-margin-left-none-only-mobile {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .u-margin-bottom-small\@only-mobile {
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-small\@desktop {
    margin-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom\@only-mobile-tablet {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .u-margin-top\@only-mobile {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom\@tablet {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom\@desktop {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-medium\@tablet {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .u-margin-bottom-large\@tablet {
    margin-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .u-margin-bottom\@only-mobile-tablet {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .u-margin-top-superhero\@desktop {
    margin-top: 256px;
  }
}

@media (max-width: 767px) {
  .u-margin-bottom\@only-mobile {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-large\@desktop {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .u-margin-bottom-huge\@desktop {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .u-margin-right-tiny\@desktop {
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .u-margin-right-none\@only-mobile {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .u-margin-right-medium\@desktop {
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  .u-margin-left-medium\@desktop {
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  .u-margin-left\@desktop {
    margin-left: 16px;
  }
}

@media (min-width: 992px) {
  .u-margin-right\@desktop {
    margin-right: 16px;
  }
}

.u-padding-top-tiny {
  padding-top: 4px !important;
}

.u-undo-padding-top-tiny {
  padding-top: -4px !important;
}

.u-padding-right-tiny {
  padding-right: 4px !important;
}

.u-undo-padding-right-tiny {
  padding-right: -4px !important;
}

.u-padding-bottom-tiny {
  padding-bottom: 4px !important;
}

.u-undo-padding-bottom-tiny {
  padding-bottom: -4px !important;
}

.u-padding-left-tiny {
  padding-left: 4px !important;
}

.u-undo-padding-left-tiny {
  padding-left: -4px !important;
}

.u-padding-top-extrasmall {
  padding-top: 8px !important;
}

.u-undo-padding-top-extrasmall {
  padding-top: -8px !important;
}

.u-padding-right-extrasmall {
  padding-right: 8px !important;
}

.u-undo-padding-right-extrasmall {
  padding-right: -8px !important;
}

.u-padding-bottom-extrasmall {
  padding-bottom: 8px !important;
}

.u-undo-padding-bottom-extrasmall {
  padding-bottom: -8px !important;
}

.u-padding-left-extrasmall {
  padding-left: 8px !important;
}

.u-undo-padding-left-extrasmall {
  padding-left: -8px !important;
}

.u-padding-top-xsmall {
  padding-top: 10px !important;
}

.u-undo-padding-top-xsmall {
  padding-top: -10px !important;
}

.u-padding-right-xsmall {
  padding-right: 10px !important;
}

.u-undo-padding-right-xsmall {
  padding-right: -10px !important;
}

.u-padding-bottom-xsmall {
  padding-bottom: 10px !important;
}

.u-undo-padding-bottom-xsmall {
  padding-bottom: -10px !important;
}

.u-padding-left-xsmall {
  padding-left: 10px !important;
}

.u-undo-padding-left-xsmall {
  padding-left: -10px !important;
}

.u-padding-top-small {
  padding-top: 12px !important;
}

.u-undo-padding-top-small {
  padding-top: -12px !important;
}

.u-padding-right-small {
  padding-right: 12px !important;
}

.u-undo-padding-right-small {
  padding-right: -12px !important;
}

.u-padding-bottom-small {
  padding-bottom: 12px !important;
}

.u-undo-padding-bottom-small {
  padding-bottom: -12px !important;
}

.u-padding-left-small {
  padding-left: 12px !important;
}

.u-undo-padding-left-small {
  padding-left: -12px !important;
}

.u-padding-top {
  padding-top: 16px !important;
}

.u-undo-margin-top {
  padding-top: -16px !important;
}

.u-padding-right {
  padding-right: 16px !important;
}

.u-undo-margin-right {
  padding-right: -16px !important;
}

.u-padding-bottom {
  padding-bottom: 16px !important;
}

.u-undo-margin-bottom {
  padding-bottom: -16px !important;
}

.u-padding-left {
  padding-left: 16px !important;
}

.u-undo-margin-left {
  padding-left: -16px !important;
}

.u-padding-top-medium {
  padding-top: 24px !important;
}

.u-undo-padding-top-medium {
  padding-top: -24px !important;
}

.u-padding-right-medium {
  padding-right: 24px !important;
}

.u-undo-padding-right-medium {
  padding-right: -24px !important;
}

.u-padding-bottom-medium {
  padding-bottom: 24px !important;
}

.u-undo-padding-bottom-medium {
  padding-bottom: -24px !important;
}

.u-padding-left-medium {
  padding-left: 24px !important;
}

.u-undo-padding-left-medium {
  padding-left: -24px !important;
}

.u-padding-top-large {
  padding-top: 32px !important;
}

.u-undo-padding-top-large {
  padding-top: -32px !important;
}

.u-padding-right-large {
  padding-right: 32px !important;
}

.u-undo-padding-right-large {
  padding-right: -32px !important;
}

.u-padding-bottom-large {
  padding-bottom: 32px !important;
}

.u-undo-padding-bottom-large {
  padding-bottom: -32px !important;
}

.u-padding-left-large {
  padding-left: 32px !important;
}

.u-undo-padding-left-large {
  padding-left: -32px !important;
}

.u-padding-top-xlarge {
  padding-top: 38px !important;
}

.u-undo-padding-top-xlarge {
  padding-top: -38px !important;
}

.u-padding-right-xlarge {
  padding-right: 38px !important;
}

.u-undo-padding-right-xlarge {
  padding-right: -38px !important;
}

.u-padding-bottom-xlarge {
  padding-bottom: 38px !important;
}

.u-undo-padding-bottom-xlarge {
  padding-bottom: -38px !important;
}

.u-padding-left-xlarge {
  padding-left: 38px !important;
}

.u-undo-padding-left-xlarge {
  padding-left: -38px !important;
}

.u-padding-top-huge {
  padding-top: 48px !important;
}

.u-undo-padding-top-huge {
  padding-top: -48px !important;
}

.u-padding-right-huge {
  padding-right: 48px !important;
}

.u-undo-padding-right-huge {
  padding-right: -48px !important;
}

.u-padding-bottom-huge {
  padding-bottom: 48px !important;
}

.u-undo-padding-bottom-huge {
  padding-bottom: -48px !important;
}

.u-padding-left-huge {
  padding-left: 48px !important;
}

.u-undo-padding-left-huge {
  padding-left: -48px !important;
}

.u-padding-top-hero {
  padding-top: 64px !important;
}

.u-undo-padding-top-hero {
  padding-top: -64px !important;
}

.u-padding-right-hero {
  padding-right: 64px !important;
}

.u-undo-padding-right-hero {
  padding-right: -64px !important;
}

.u-padding-bottom-hero {
  padding-bottom: 64px !important;
}

.u-undo-padding-bottom-hero {
  padding-bottom: -64px !important;
}

.u-padding-left-hero {
  padding-left: 64px !important;
}

.u-undo-padding-left-hero {
  padding-left: -64px !important;
}

.u-padding-top-xhero {
  padding-top: 78px !important;
}

.u-undo-padding-top-xhero {
  padding-top: -78px !important;
}

.u-padding-right-xhero {
  padding-right: 78px !important;
}

.u-undo-padding-right-xhero {
  padding-right: -78px !important;
}

.u-padding-bottom-xhero {
  padding-bottom: 78px !important;
}

.u-undo-padding-bottom-xhero {
  padding-bottom: -78px !important;
}

.u-padding-left-xhero {
  padding-left: 78px !important;
}

.u-undo-padding-left-xhero {
  padding-left: -78px !important;
}

.u-padding-top-extrahuge {
  padding-top: 96px !important;
}

.u-undo-padding-top-extrahuge {
  padding-top: -96px !important;
}

.u-padding-right-extrahuge {
  padding-right: 96px !important;
}

.u-undo-padding-right-extrahuge {
  padding-right: -96px !important;
}

.u-padding-bottom-extrahuge {
  padding-bottom: 96px !important;
}

.u-undo-padding-bottom-extrahuge {
  padding-bottom: -96px !important;
}

.u-padding-left-extrahuge {
  padding-left: 96px !important;
}

.u-undo-padding-left-extrahuge {
  padding-left: -96px !important;
}

.u-padding-top-giant {
  padding-top: 128px !important;
}

.u-undo-padding-top-giant {
  padding-top: -128px !important;
}

.u-padding-right-giant {
  padding-right: 128px !important;
}

.u-undo-padding-right-giant {
  padding-right: -128px !important;
}

.u-padding-bottom-giant {
  padding-bottom: 128px !important;
}

.u-undo-padding-bottom-giant {
  padding-bottom: -128px !important;
}

.u-padding-left-giant {
  padding-left: 128px !important;
}

.u-undo-padding-left-giant {
  padding-left: -128px !important;
}

.u-padding-top-extragiant {
  padding-top: 192px !important;
}

.u-undo-padding-top-extragiant {
  padding-top: -192px !important;
}

.u-padding-right-extragiant {
  padding-right: 192px !important;
}

.u-undo-padding-right-extragiant {
  padding-right: -192px !important;
}

.u-padding-bottom-extragiant {
  padding-bottom: 192px !important;
}

.u-undo-padding-bottom-extragiant {
  padding-bottom: -192px !important;
}

.u-padding-left-extragiant {
  padding-left: 192px !important;
}

.u-undo-padding-left-extragiant {
  padding-left: -192px !important;
}

.u-padding-top-superhero {
  padding-top: 256px !important;
}

.u-undo-padding-top-superhero {
  padding-top: -256px !important;
}

.u-padding-right-superhero {
  padding-right: 256px !important;
}

.u-undo-padding-right-superhero {
  padding-right: -256px !important;
}

.u-padding-bottom-superhero {
  padding-bottom: 256px !important;
}

.u-undo-padding-bottom-superhero {
  padding-bottom: -256px !important;
}

.u-padding-left-superhero {
  padding-left: 256px !important;
}

.u-undo-padding-left-superhero {
  padding-left: -256px !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

.u-padding-right-none {
  padding-right: 0 !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-left-none {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .u-padding-top-none-only-mobile {
    mapaddingrgin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  .u-padding-right-none-only-mobile {
    mapaddingrgin-right: 0 !important;
  }
}

@media (max-width: 767px) {
  .u-padding-bottom-none-only-mobile {
    mapaddingrgin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .u-padding-left-none-only-mobile {
    mapaddingrgin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .u-padding-bottom-small\@only-mobile {
    padding-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-small\@desktop {
    padding-bottom: 12px;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom\@only-mobile-tablet {
    padding-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .u-padding-top\@only-mobile {
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom\@tablet {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom\@desktop {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom-medium\@tablet {
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .u-padding-bottom-large\@tablet {
    padding-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .u-padding-bottom\@only-mobile-tablet {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .u-padding-top-superhero\@desktop {
    padding-top: 256px;
  }
}

@media (max-width: 767px) {
  .u-padding-bottom\@only-mobile {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-large\@desktop {
    padding-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .u-padding-top-medium\@desktop {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .u-padding-bottom-huge\@desktop {
    padding-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .u-padding-right-tiny\@desktop {
    padding-right: 4px;
  }
}

@media (max-width: 767px) {
  .u-padding-right-none\@only-mobile {
    padding-right: none;
  }
}

@media (min-width: 992px) {
  .u-padding-right-medium\@desktop {
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .u-padding-left-medium\@desktop {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .u-padding-left\@desktop {
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .u-padding-right\@desktop {
    padding-right: 16px;
  }
}

.u-padding {
  padding: 16px;
}

.u-background-color-black {
  background-color: #000;
}

.u-text-color-black {
  color: #000;
}

.u-background-color-text {
  background-color: #393d49;
}

.u-text-color-text {
  color: #393d49;
}

.u-background-color-brand {
  background-color: #cd0810;
}

.u-text-color-brand {
  color: #cd0810;
}

.u-background-color-green {
  background-color: #367230;
}

.u-text-color-green {
  color: #367230;
}

.u-background-color-warning {
  background-color: #367230;
}

.u-text-color-warning {
  color: #367230;
}

.u-background-color-error {
  background-color: #cd0810;
}

.u-text-color-error {
  color: #cd0810;
}

.u-text-brand {
  color: #cd0810 !important;
}

.u-flex-grow-1 {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.u-flex-grow-0 {
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.u-flex-wrap {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

.u-flex-1 {
  -webkit-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.u-flex-2 {
  -webkit-flex: 2 !important;
      -ms-flex: 2 !important;
          flex: 2 !important;
}

.u-flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important;
}

.u-flex-direction-column {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.u-flex-direction-row-reverse {
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-flex-wrap-no-wrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.u-align-items-start {
  -webkit-align-items: flex-start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-align-self-start {
  -webkit-align-self: flex-start !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
}

.u-align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
}

.u-align-items-end {
  -webkit-align-items: flex-end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-align-self-end {
  -webkit-align-self: flex-end !important;
      -ms-flex-item-align: end !important;
          align-self: flex-end !important;
}

.u-align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
}

.u-align-items-center {
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important;
}

.u-align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important;
}

.u-align-items-baseline {
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.u-align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
}

.u-align-content-baseline {
  -webkit-align-content: baseline !important;
      -ms-flex-line-pack: baseline !important;
          align-content: baseline !important;
}

.u-align-items-stretch {
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.u-align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
}

.u-align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
}

.u-align-content-space-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
}

.u-align-content-space-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
}

.u-justify-content-start {
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.u-justify-content-end {
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.u-justify-content-center {
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-justify-content-space-between {
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justify-content-space-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
}

.u-justify-content-space-evenly {
  -webkit-justify-content: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

@media (max-width: 767px) {
  .u-flex-order-m1\@only-mobile {
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }


}



.u-flex-order-2 {
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

#idioma {
  text-transform: uppercase !important;
}
/*# sourceMappingURL=style.css.map */

.container.restyling-menu {
    max-width: 1280px!important;
    width: 100%;
}

a.fuente_prueba:hover {
    color: #cd0810;
}

a#fuente_prueba span:hover {
    color: #cd0810;
}

.home-club-card__deco{
    float:left;
  }


  /* VALES MASIVOS */

/* Variables */
/* Mixins */
#vales-destacados-dy .home-club-vouchers__massive-vouchers {
  background-color: #D2D2D2;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers {
    margin-bottom: 30px;
    width: calc(100% + 30px);
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers {
    width: calc(90% + 88px);
    margin: 0 auto 30px !important;
    padding: 25px 25px 30px;
  }
}
@media (min-width: 1200px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers {
    width: calc(96% + 104px);
    max-width: calc(100% + 30px);
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
@media (min-width: 1400px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers {
    max-width: none;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-title {
  font-size: 1.25rem;
  font-family: Poppins-Bold, arial, sans-serif !important;
  margin-bottom: 15px;
  text-align: left;
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-subtitle {
  font-size: 0.9rem;
  text-align: left;
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid {
  display: grid;
  grid-template-columns: 1fr;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 0;
  }
}
@media (min-width: 1200px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo {
    display: flex;
    flex-direction: column;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container {
  background-color: #fff;
  padding: 12px;
  border: 1px dashed #676767;
  border-left: 0;
  border-right: 0;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container {
    flex-grow: 1;
    border: none;
    border-right: 1px dashed #676767;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container {
    padding: 15px 25px;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .voucher-date {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .voucher-date {
    text-align: left;
    padding-left: 25%;
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .voucher-date {
    padding-left: 30%;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail {
  display: flex;
  margin: 5px 0 35px;
  position: relative;
}
@media (min-width: 475px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail {
    justify-content: flex-start;
    margin: 10px 0 20px;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image {
  flex-basis: 78px;
  min-width: 78px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image {
    margin-right: 0;
    padding: 0 15px 0 0;
    min-width: 25%;
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image {
    margin: 0;
    padding: 0 25px 0 10px;
    min-width: 30%;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image .icon {
    width: 100%;
  }
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image .icon-cesta {
    margin-bottom: 21px;
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image .icon-cesta svg {
    max-height: 70px;
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image .icon-fuel svg {
    max-height: 85px;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image svg {
  max-height: 70px;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image svg {
    max-height: none;
    width: 100%;
    height: auto;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-image img {
  width: 100%;
  height: auto;
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-detail {
  color: #ed1c24;
  text-align: left;
  font-size: 1.25rem;
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-detail span {
  font-family: 'Poppins-Bold', arial, sans-serif !important;
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-detail .voucher-detail__price {
  display: block;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-detail .voucher-detail__price {
    margin-bottom: 7.5px;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-detail .voucher-detail .voucher-detail__price span {
  font-size: 2.75rem;
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer {
  padding-left: 88px;
  position: relative;
}
@media (min-width: 475px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer {
    padding-left: 25%;
  }
}
@media (min-width: 992px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer {
    padding-left: 30%;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: auto;
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer p {
  text-align: left;
  font-size: 0.75rem;
}
@media (min-width: 475px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer p {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .bloque-vale__masivo-container .bloque-vale__masivo-footer p {
    text-align: left;
  }
}
#vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .botonera {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo .botonera {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo:nth-child(3) .bloque-vale__masivo-container, #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo:nth-child(5) .bloque-vale__masivo-container {
    border-left: 1px dashed #676767;
  }
}
@media (min-width: 1200px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo:nth-child(3) .bloque-vale__masivo-container, #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo:nth-child(5) .bloque-vale__masivo-container {
    border-left: none;
  }
}
@media (min-width: 1200px) {
  #vales-destacados-dy .home-club-vouchers__massive-vouchers .home-club-vouchers__massive-vouchers-grid .bloque-vale__masivo:nth-child(4) .bloque-vale__masivo-container {
    border-left: 1px dashed #676767;
  }
}

/*# sourceMappingURL=vales-masivos.css.map */


/* END VALES MASIVOS*/

