/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif, Apple Color Emoji, Segoe UI Emoji;
  margin: 0;
}
hr {
  color: inherit;
  height: 0;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo,
    monospace;
  font-size: 1em;
}
small {
  font-size: 12px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
:root,
[data-bs-theme="light"] {
  --mo-blue: #0d6efd;
  --mo-indigo: #6610f2;
  --mo-purple: #6f42c1;
  --mo-pink: #d63384;
  --mo-red: #dc3545;
  --mo-orange: #fd7e14;
  --mo-yellow: #ffc107;
  --mo-green: #198754;
  --mo-teal: #20c997;
  --mo-cyan: #0dcaf0;
  --mo-black: #000;
  --mo-white: #fff;
  --mo-gray: #6c757d;
  --mo-gray-dark: #343a40;
  --mo-gray-100: #f8f9fa;
  --mo-gray-200: #e9ecef;
  --mo-gray-300: #dee2e6;
  --mo-gray-400: #ced4da;
  --mo-gray-500: #adb5bd;
  --mo-gray-600: #6c757d;
  --mo-gray-700: #495057;
  --mo-gray-800: #343a40;
  --mo-gray-900: #212529;
  --mo-primary: #900;
  --mo-secondary: #6c757d;
  --mo-success: #198754;
  --mo-info: #0dcaf0;
  --mo-warning: #ffc107;
  --mo-danger: #dc3545;
  --mo-light: #f8f9fa;
  --mo-dark: #212529;
  --mo-primary-rgb: 153, 0, 0;
  --mo-secondary-rgb: 108, 117, 125;
  --mo-success-rgb: 25, 135, 84;
  --mo-info-rgb: 13, 202, 240;
  --mo-warning-rgb: 255, 193, 7;
  --mo-danger-rgb: 220, 53, 69;
  --mo-light-rgb: 248, 249, 250;
  --mo-dark-rgb: 33, 37, 41;
  --mo-primary-text-emphasis: #3d0000;
  --mo-secondary-text-emphasis: #2b2f32;
  --mo-success-text-emphasis: #0a3622;
  --mo-info-text-emphasis: #055160;
  --mo-warning-text-emphasis: #664d03;
  --mo-danger-text-emphasis: #58151c;
  --mo-light-text-emphasis: #495057;
  --mo-dark-text-emphasis: #495057;
  --mo-primary-bg-subtle: #ebcccc;
  --mo-secondary-bg-subtle: #e2e3e5;
  --mo-success-bg-subtle: #d1e7dd;
  --mo-info-bg-subtle: #cff4fc;
  --mo-warning-bg-subtle: #fff3cd;
  --mo-danger-bg-subtle: #f8d7da;
  --mo-light-bg-subtle: #fcfcfd;
  --mo-dark-bg-subtle: #ced4da;
  --mo-primary-border-subtle: #d69999;
  --mo-secondary-border-subtle: #c4c8cb;
  --mo-success-border-subtle: #a3cfbb;
  --mo-info-border-subtle: #9eeaf9;
  --mo-warning-border-subtle: #ffe69c;
  --mo-danger-border-subtle: #f1aeb5;
  --mo-light-border-subtle: #e9ecef;
  --mo-dark-border-subtle: #adb5bd;
  --mo-white-rgb: 255, 255, 255;
  --mo-black-rgb: 0, 0, 0;
  --mo-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --mo-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --mo-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --mo-body-font-family: var(--mo-font-sans-serif);
  --mo-body-font-size: 1rem;
  --mo-body-font-weight: 400;
  --mo-body-line-height: 1.5;
  --mo-body-color: #212529;
  --mo-body-color-rgb: 33, 37, 41;
  --mo-body-bg: #fff;
  --mo-body-bg-rgb: 255, 255, 255;
  --mo-emphasis-color: #000;
  --mo-emphasis-color-rgb: 0, 0, 0;
  --mo-secondary-color: rgba(33, 37, 41, 0.75);
  --mo-secondary-color-rgb: 33, 37, 41;
  --mo-secondary-bg: #e9ecef;
  --mo-secondary-bg-rgb: 233, 236, 239;
  --mo-tertiary-color: rgba(33, 37, 41, 0.5);
  --mo-tertiary-color-rgb: 33, 37, 41;
  --mo-tertiary-bg: #f8f9fa;
  --mo-tertiary-bg-rgb: 248, 249, 250;
  --mo-link-color: #900;
  --mo-link-color-rgb: 153, 0, 0;
  --mo-link-decoration: underline;
  --mo-link-hover-color: #7a0000;
  --mo-link-hover-color-rgb: 122, 0, 0;
  --mo-code-color: #d63384;
  --mo-highlight-bg: #fff3cd;
  --mo-border-width: 1px;
  --mo-border-style: solid;
  --mo-border-color: #dee2e6;
  --mo-border-color-translucent: rgba(0, 0, 0, 0.175);
  --mo-border-radius: 0.375rem;
  --mo-border-radius-sm: 0.25rem;
  --mo-border-radius-lg: 0.5rem;
  --mo-border-radius-xl: 1rem;
  --mo-border-radius-xxl: 2rem;
  --mo-border-radius-2xl: var(--mo-border-radius-xxl);
  --mo-border-radius-pill: 50rem;
  --mo-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --mo-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --mo-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --mo-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --mo-focus-ring-width: 0.25rem;
  --mo-focus-ring-opacity: 0.25;
  --mo-focus-ring-color: rgba(153, 0, 0, 0.25);
  --mo-form-valid-color: #198754;
  --mo-form-valid-border-color: #198754;
  --mo-form-invalid-color: #dc3545;
  --mo-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
  --mo-body-color: #adb5bd;
  --mo-body-color-rgb: 173, 181, 189;
  --mo-body-bg: #212529;
  --mo-body-bg-rgb: 33, 37, 41;
  --mo-emphasis-color: #fff;
  --mo-emphasis-color-rgb: 255, 255, 255;
  --mo-secondary-color: rgba(173, 181, 189, 0.75);
  --mo-secondary-color-rgb: 173, 181, 189;
  --mo-secondary-bg: #343a40;
  --mo-secondary-bg-rgb: 52, 58, 64;
  --mo-tertiary-color: rgba(173, 181, 189, 0.5);
  --mo-tertiary-color-rgb: 173, 181, 189;
  --mo-tertiary-bg: #2b3035;
  --mo-tertiary-bg-rgb: 43, 48, 53;
  --mo-primary-text-emphasis: #c26666;
  --mo-secondary-text-emphasis: #a7acb1;
  --mo-success-text-emphasis: #75b798;
  --mo-info-text-emphasis: #6edff6;
  --mo-warning-text-emphasis: #ffda6a;
  --mo-danger-text-emphasis: #ea868f;
  --mo-light-text-emphasis: #f8f9fa;
  --mo-dark-text-emphasis: #dee2e6;
  --mo-primary-bg-subtle: #1f0000;
  --mo-secondary-bg-subtle: #161719;
  --mo-success-bg-subtle: #051b11;
  --mo-info-bg-subtle: #032830;
  --mo-warning-bg-subtle: #332701;
  --mo-danger-bg-subtle: #2c0b0e;
  --mo-light-bg-subtle: #343a40;
  --mo-dark-bg-subtle: #1a1d20;
  --mo-primary-border-subtle: #5c0000;
  --mo-secondary-border-subtle: #41464b;
  --mo-success-border-subtle: #0f5132;
  --mo-info-border-subtle: #087990;
  --mo-warning-border-subtle: #997404;
  --mo-danger-border-subtle: #842029;
  --mo-light-border-subtle: #495057;
  --mo-dark-border-subtle: #343a40;
  --mo-link-color: #c26666;
  --mo-link-hover-color: #ce8585;
  --mo-link-color-rgb: 194, 102, 102;
  --mo-link-hover-color-rgb: 206, 133, 133;
  --mo-code-color: #e685b5;
  --mo-border-color: #495057;
  --mo-border-color-translucent: hsla(0, 0%, 100%, 0.15);
  --mo-form-valid-color: #75b798;
  --mo-form-valid-border-color: #75b798;
  --mo-form-invalid-color: #ea868f;
  --mo-form-invalid-border-color: #ea868f;
  color-scheme: dark;
}
:root {
  --mo-breakpoint-xs: 0;
  --mo-breakpoint-sm: 576px;
  --mo-breakpoint-md: 768px;
  --mo-breakpoint-lg: 992px;
  --mo-breakpoint-xl: 1200px;
  --mo-breakpoint-xxl: 1400px;
}
.row {
  --mo-gutter-x: 1.5rem;
  --mo-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--mo-gutter-x) * -0.5);
  margin-right: calc(var(--mo-gutter-x) * -0.5);
  margin-top: calc(var(--mo-gutter-y) * -1);
}
.row > * {
  flex-shrink: 0;
  margin-top: var(--mo-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--mo-gutter-x) * 0.5);
  padding-right: calc(var(--mo-gutter-x) * 0.5);
  width: 100%;
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --mo-gutter-x: 0;
}
.g-0,
.gy-0 {
  --mo-gutter-y: 0;
}
.g-1,
.gx-1 {
  --mo-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --mo-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --mo-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --mo-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --mo-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --mo-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --mo-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --mo-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --mo-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --mo-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --mo-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --mo-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --mo-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --mo-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --mo-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --mo-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --mo-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --mo-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --mo-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --mo-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --mo-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --mo-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-6.ambiente {
    width: 49%;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --mo-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --mo-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --mo-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --mo-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --mo-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --mo-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --mo-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --mo-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --mo-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --mo-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --mo-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --mo-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --mo-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --mo-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --mo-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --mo-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --mo-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --mo-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --mo-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --mo-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --mo-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --mo-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --mo-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --mo-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --mo-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --mo-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --mo-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --mo-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --mo-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --mo-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --mo-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --mo-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --mo-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --mo-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --mo-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --mo-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --mo-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --mo-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --mo-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --mo-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --mo-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --mo-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --mo-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --mo-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --mo-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --mo-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --mo-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --mo-gutter-y: 3rem;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --mo-focus-ring-color: rgba(
    var(--mo-primary-rgb),
    var(--mo-focus-ring-opacity)
  );
}
.focus-ring-secondary {
  --mo-focus-ring-color: rgba(
    var(--mo-secondary-rgb),
    var(--mo-focus-ring-opacity)
  );
}
.focus-ring-success {
  --mo-focus-ring-color: rgba(
    var(--mo-success-rgb),
    var(--mo-focus-ring-opacity)
  );
}
.focus-ring-info {
  --mo-focus-ring-color: rgba(var(--mo-info-rgb), var(--mo-focus-ring-opacity));
}
.focus-ring-warning {
  --mo-focus-ring-color: rgba(
    var(--mo-warning-rgb),
    var(--mo-focus-ring-opacity)
  );
}
.focus-ring-danger {
  --mo-focus-ring-color: rgba(
    var(--mo-danger-rgb),
    var(--mo-focus-ring-opacity)
  );
}
.focus-ring-light {
  --mo-focus-ring-color: rgba(
    var(--mo-light-rgb),
    var(--mo-focus-ring-opacity)
  );
}
.focus-ring-dark {
  --mo-focus-ring-color: rgba(var(--mo-dark-rgb), var(--mo-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--mo-border-width) var(--mo-border-style) var(--mo-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--mo-border-width) var(--mo-border-style)
    var(--mo-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--mo-border-width) var(--mo-border-style)
    var(--mo-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--mo-border-width) var(--mo-border-style)
    var(--mo-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--mo-border-width) var(--mo-border-style)
    var(--mo-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --mo-border-opacity: 1;
  border-color: rgba(
    var(--mo-primary-rgb),
    var(--mo-border-opacity)
  ) !important;
}
.border-secondary {
  --mo-border-opacity: 1;
  border-color: rgba(
    var(--mo-secondary-rgb),
    var(--mo-border-opacity)
  ) !important;
}
.border-success {
  --mo-border-opacity: 1;
  border-color: rgba(
    var(--mo-success-rgb),
    var(--mo-border-opacity)
  ) !important;
}
.border-info {
  --mo-border-opacity: 1;
  border-color: rgba(var(--mo-info-rgb), var(--mo-border-opacity)) !important;
}
.border-warning {
  --mo-border-opacity: 1;
  border-color: rgba(
    var(--mo-warning-rgb),
    var(--mo-border-opacity)
  ) !important;
}
.border-danger {
  --mo-border-opacity: 1;
  border-color: rgba(var(--mo-danger-rgb), var(--mo-border-opacity)) !important;
}
.border-light {
  --mo-border-opacity: 1;
  border-color: rgba(var(--mo-light-rgb), var(--mo-border-opacity)) !important;
}
.border-dark {
  --mo-border-opacity: 1;
  border-color: rgba(var(--mo-dark-rgb), var(--mo-border-opacity)) !important;
}
.border-black {
  --mo-border-opacity: 1;
  border-color: rgba(var(--mo-black-rgb), var(--mo-border-opacity)) !important;
}
.border-white {
  --mo-border-opacity: 1;
  border-color: rgba(var(--mo-white-rgb), var(--mo-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--mo-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--mo-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--mo-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--mo-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--mo-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--mo-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--mo-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--mo-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --mo-border-opacity: 0.1;
}
.border-opacity-25 {
  --mo-border-opacity: 0.25;
}
.border-opacity-50 {
  --mo-border-opacity: 0.5;
}
.border-opacity-75 {
  --mo-border-opacity: 0.75;
}
.border-opacity-100 {
  --mo-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--mo-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-primary-rgb), var(--mo-text-opacity)) !important;
}
.text-secondary {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-secondary-rgb), var(--mo-text-opacity)) !important;
}
.text-success {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-success-rgb), var(--mo-text-opacity)) !important;
}
.text-info {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-info-rgb), var(--mo-text-opacity)) !important;
}
.text-warning {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-warning-rgb), var(--mo-text-opacity)) !important;
}
.text-danger {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-danger-rgb), var(--mo-text-opacity)) !important;
}
.text-light {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-light-rgb), var(--mo-text-opacity)) !important;
}
.text-dark {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-dark-rgb), var(--mo-text-opacity)) !important;
}
.text-black {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-black-rgb), var(--mo-text-opacity)) !important;
}
.text-white {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-white-rgb), var(--mo-text-opacity)) !important;
}
.text-body {
  --mo-text-opacity: 1;
  color: rgba(var(--mo-body-color-rgb), var(--mo-text-opacity)) !important;
}
.text-muted {
  --mo-text-opacity: 1;
  color: #767676 !important;
  opacity: 1;
}
.text-black-50 {
  --mo-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --mo-text-opacity: 1;
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-body-secondary {
  --mo-text-opacity: 1;
  color: var(--mo-secondary-color) !important;
}
.text-body-tertiary {
  --mo-text-opacity: 1;
  color: var(--mo-tertiary-color) !important;
}
.text-body-emphasis {
  --mo-text-opacity: 1;
  color: var(--mo-emphasis-color) !important;
}
.text-reset {
  --mo-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --mo-text-opacity: 0.25;
}
.text-opacity-50 {
  --mo-text-opacity: 0.5;
}
.text-opacity-75 {
  --mo-text-opacity: 0.75;
}
.text-opacity-100 {
  --mo-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--mo-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--mo-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--mo-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--mo-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--mo-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--mo-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--mo-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--mo-dark-text-emphasis) !important;
}
.link-opacity-10,
.link-opacity-10-hover:hover {
  --mo-link-opacity: 0.1;
}
.link-opacity-25,
.link-opacity-25-hover:hover {
  --mo-link-opacity: 0.25;
}
.link-opacity-50,
.link-opacity-50-hover:hover {
  --mo-link-opacity: 0.5;
}
.link-opacity-75,
.link-opacity-75-hover:hover {
  --mo-link-opacity: 0.75;
}
.link-opacity-100,
.link-opacity-100-hover:hover {
  --mo-link-opacity: 1;
}
.link-offset-1,
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2,
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3,
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-primary-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline-secondary {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-secondary-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline-success {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-success-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline-info {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-info-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline-warning {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-warning-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline-danger {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-danger-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline-light {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-light-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline-dark {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-dark-rgb),
    var(--mo-link-underline-opacity)
  ) !important;
}
.link-underline {
  --mo-link-underline-opacity: 1;
  text-decoration-color: rgba(
    var(--mo-link-color-rgb),
    var(--mo-link-underline-opacity, 1)
  ) !important;
}
.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
  --mo-link-underline-opacity: 0;
}
.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
  --mo-link-underline-opacity: 0.1;
}
.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
  --mo-link-underline-opacity: 0.25;
}
.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
  --mo-link-underline-opacity: 0.5;
}
.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
  --mo-link-underline-opacity: 0.75;
}
.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
  --mo-link-underline-opacity: 1;
}
.bg-primary {
  --mo-bg-opacity: 1;
  background-color: rgba(
    var(--mo-primary-rgb),
    var(--mo-bg-opacity)
  ) !important;
}
.bg-secondary {
  --mo-bg-opacity: 1;
  background-color: rgba(
    var(--mo-secondary-rgb),
    var(--mo-bg-opacity)
  ) !important;
}
.bg-success {
  --mo-bg-opacity: 1;
  background-color: rgba(
    var(--mo-success-rgb),
    var(--mo-bg-opacity)
  ) !important;
}
.bg-info {
  --mo-bg-opacity: 1;
  background-color: rgba(var(--mo-info-rgb), var(--mo-bg-opacity)) !important;
}
.bg-warning {
  --mo-bg-opacity: 1;
  background-color: rgba(
    var(--mo-warning-rgb),
    var(--mo-bg-opacity)
  ) !important;
}
.bg-danger {
  --mo-bg-opacity: 1;
  background-color: rgba(var(--mo-danger-rgb), var(--mo-bg-opacity)) !important;
}
.bg-light {
  --mo-bg-opacity: 1;
  background-color: rgba(var(--mo-light-rgb), var(--mo-bg-opacity)) !important;
}
.bg-dark {
  --mo-bg-opacity: 1;
  background-color: rgba(var(--mo-dark-rgb), var(--mo-bg-opacity)) !important;
}
.bg-black {
  --mo-bg-opacity: 1;
  background-color: rgba(var(--mo-black-rgb), var(--mo-bg-opacity)) !important;
}
.bg-white {
  --mo-bg-opacity: 1;
  background-color: rgba(var(--mo-white-rgb), var(--mo-bg-opacity)) !important;
}
.bg-body {
  --mo-bg-opacity: 1;
  background-color: rgba(
    var(--mo-body-bg-rgb),
    var(--mo-bg-opacity)
  ) !important;
}
.bg-transparent {
  --mo-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --mo-bg-opacity: 1;
  background-color: rgba(
    var(--mo-secondary-bg-rgb),
    var(--mo-bg-opacity)
  ) !important;
}
.bg-body-tertiary {
  --mo-bg-opacity: 1;
  background-color: rgba(
    var(--mo-tertiary-bg-rgb),
    var(--mo-bg-opacity)
  ) !important;
}
.bg-opacity-10 {
  --mo-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --mo-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --mo-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --mo-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --mo-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--mo-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--mo-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--mo-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--mo-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--mo-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--mo-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--mo-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--mo-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--mo-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--mo-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--mo-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--mo-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--mo-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--mo-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--mo-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--mo-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--mo-border-radius) !important;
  border-top-right-radius: var(--mo-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--mo-border-radius-sm) !important;
  border-top-right-radius: var(--mo-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--mo-border-radius) !important;
  border-top-right-radius: var(--mo-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--mo-border-radius-lg) !important;
  border-top-right-radius: var(--mo-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--mo-border-radius-xl) !important;
  border-top-right-radius: var(--mo-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--mo-border-radius-xxl) !important;
  border-top-right-radius: var(--mo-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--mo-border-radius-pill) !important;
  border-top-right-radius: var(--mo-border-radius-pill) !important;
}
.rounded-end {
  border-bottom-right-radius: var(--mo-border-radius) !important;
  border-top-right-radius: var(--mo-border-radius) !important;
}
.rounded-end-0 {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-end-1 {
  border-bottom-right-radius: var(--mo-border-radius-sm) !important;
  border-top-right-radius: var(--mo-border-radius-sm) !important;
}
.rounded-end-2 {
  border-bottom-right-radius: var(--mo-border-radius) !important;
  border-top-right-radius: var(--mo-border-radius) !important;
}
.rounded-end-3 {
  border-bottom-right-radius: var(--mo-border-radius-lg) !important;
  border-top-right-radius: var(--mo-border-radius-lg) !important;
}
.rounded-end-4 {
  border-bottom-right-radius: var(--mo-border-radius-xl) !important;
  border-top-right-radius: var(--mo-border-radius-xl) !important;
}
.rounded-end-5 {
  border-bottom-right-radius: var(--mo-border-radius-xxl) !important;
  border-top-right-radius: var(--mo-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-bottom-right-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-end-pill {
  border-bottom-right-radius: var(--mo-border-radius-pill) !important;
  border-top-right-radius: var(--mo-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-left-radius: var(--mo-border-radius) !important;
  border-bottom-right-radius: var(--mo-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-left-radius: var(--mo-border-radius-sm) !important;
  border-bottom-right-radius: var(--mo-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-left-radius: var(--mo-border-radius) !important;
  border-bottom-right-radius: var(--mo-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-left-radius: var(--mo-border-radius-lg) !important;
  border-bottom-right-radius: var(--mo-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-left-radius: var(--mo-border-radius-xl) !important;
  border-bottom-right-radius: var(--mo-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-left-radius: var(--mo-border-radius-xxl) !important;
  border-bottom-right-radius: var(--mo-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-left-radius: var(--mo-border-radius-pill) !important;
  border-bottom-right-radius: var(--mo-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--mo-border-radius) !important;
  border-top-left-radius: var(--mo-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--mo-border-radius-sm) !important;
  border-top-left-radius: var(--mo-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--mo-border-radius) !important;
  border-top-left-radius: var(--mo-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--mo-border-radius-lg) !important;
  border-top-left-radius: var(--mo-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--mo-border-radius-xl) !important;
  border-top-left-radius: var(--mo-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--mo-border-radius-xxl) !important;
  border-top-left-radius: var(--mo-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--mo-border-radius-pill) !important;
  border-top-left-radius: var(--mo-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
  background-color: #f7f1ea;
}
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  background-color: #191919;
}
@media (max-width: 768px) {
  * {
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
  ::-webkit-scrollbar {
    width: 1px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-track,
  ::-webkit-scrollbar-track:active,
  ::-webkit-scrollbar-track:hover {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb:active,
  ::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .titular-hogares-lufe h2 {
    font-size: 18px;
    text-align: left !important;
  }
  .hogares-lufe h2 {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 30px;
    text-align: left !important;
  }
}
.contenedor-maximo {
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
}
@media (max-width: 768px) {
  .contenedor-maximo {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.swiper-dots-outside {
  position: absolute !important;
}
* {
  scrollbar-color: #000 #fff;
  scrollbar-width: thin;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background-color: #f7f1ea;
  border-radius: 0;
}
::-webkit-scrollbar-track:active,
::-webkit-scrollbar-track:hover {
  background-color: #f7f1ea;
}
::-webkit-scrollbar-thumb {
  background-color: #191919;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  background-color: #191919;
}
@media (max-width: 768px) {
  * {
    scrollbar-color: transparent transparent;
    scrollbar-width: thin;
  }
  ::-webkit-scrollbar {
    width: 1px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
  }
  ::-webkit-scrollbar-track,
  ::-webkit-scrollbar-track:hover {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-track:active {
    background-color: transparent;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb:active,
  ::-webkit-scrollbar-thumb:hover {
    background-color: transparent;
  }
}
.font-19 {
  font-family: SharpGroteskBook19, sans-serif;
}
.font-20 {
  font-family: SharpGroteskBook20, sans-serif;
}
.font-23 {
  font-family: SharpGroteskBook23, sans-serif;
}
.font-25 {
  font-family: SharpGroteskBook25, sans-serif;
}
.font-medium {
  font-family: SharpGroteskMedium20, sans-serif;
}
.enlace p,
a.enlace {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
a.enlace {
  font-size: 1rem;
}
.white,
.white a {
  color: #fff !important;
}
.fit-content {
  margin: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.enlace p:after,
a.enlace:after {
  content: "";
  display: inline-block;
  height: 0.2px;
  position: relative;
  top: -10px;
  width: 100%;
}
a.enlace:after {
  background-color: #f7f1ea;
}
a.enlace.negro:after {
  background-color: #000;
}
.enlace.extra-right p:after {
  width: 110%;
}
@media (max-width: 768px) {
  .titular-hogares-lufe {
    margin-top: -20px;
  }
}
.titular-hogares-lufe h2 {
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 46px;
}
@media (max-width: 768px) {
  .titular-hogares-lufe h2 {
    font-size: 18px;
    text-align: left !important;
  }
  .hogares-lufe h2 {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 30px;
    text-align: left !important;
  }
}
.f1,
.f1 p {
  font-size: 1rem;
}
.btn {
  border: 1px solid #191919;
  border-radius: 27px;
}
.btn.btn-blanco {
  background: #fff;
  border: 2px solid #191919;
  border-radius: 0;
  color: #191919;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 19px;
  text-transform: uppercase;
  width: 100%;
}
.btn.btn-blanco:hover {
  background-color: #191919;
  color: #fff;
}
a.btn.btn-blanco.crear-cuenta {
  width: 100% !important;
}
a.btn.btn-blanco.crear-cuenta:after {
  content: none !important;
}
.w-10 {
  width: 10%;
}
@media (max-width: 768px) {
  .w-10 {
    width: 100%;
  }
}
.w-20 {
  width: 20%;
}
@media (max-width: 768px) {
  .w-20 {
    width: 100%;
  }
}
.w-30 {
  width: 30%;
}
@media (max-width: 768px) {
  .w-30 {
    width: 100%;
  }
}
.w-40 {
  width: 40%;
}
@media (max-width: 768px) {
  .w-40 {
    width: 100%;
  }
}
.w-60 {
  width: 60%;
}
@media (max-width: 768px) {
  .w-60 {
    width: 100%;
  }
}
.w-70 {
  width: 70%;
}
@media (max-width: 768px) {
  .w-70 {
    width: 100%;
  }
}
.w-80 {
  width: 80%;
}
@media (max-width: 768px) {
  .w-80 {
    width: 100%;
  }
}
.w-90 {
  width: 90%;
}
@media (max-width: 768px) {
  .w-90 {
    width: 100%;
  }
}
@font-face {
  font-family: SharpGroteskBook19;
  src: url(../fonts/SharpGroteskBook19.otf) format("woff2");
}
@font-face {
  font-family: SharpGroteskBook20;
  src: url(../fonts/SharpGroteskBook20.otf) format("woff2");
}
@font-face {
  font-family: SharpGroteskBook23;
  src: url(../fonts/SharpGroteskBook23.otf) format("woff2");
}
@font-face {
  font-family: SharpGroteskBook25;
  src: url(../fonts/SharpGroteskBook25.otf) format("woff2");
}
@font-face {
  font-family: SharpGroteskMedium20;
  src: url(../fonts/SharpGroteskMedium20.otf) format("woff2");
}
input::-moz-placeholder {
  font-family: SharpGroteskBook20, sans-serif;
}
body,
input,
input::placeholder {
  font-family: SharpGroteskBook20, sans-serif;
}
.mt-25 {
  margin-top: 0.38rem !important;
}
a:link:not(.nav-link):not(.btn),
a:visited:not(.nav-link):not(.btn) {
  color: #191919;
}
#wrapper .breadcrumb {
  margin-bottom: 0;
}
#wrapper .breadcrumb span {
  color: #191919;
}
#wrapper #inner-wrapper.container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .p-responsive-0 {
    padding-left: 0;
    padding-right: 0;
  }
}
header#header {
  background-color: #f7f1ea;
}
@media (max-width: 768px) {
  header#header .js-m-nav-btn-menu {
    padding: 0;
    position: relative;
    right: 10px;
    top: 6px;
    z-index: 99;
  }
  header#header .js-m-nav-btn-menu svg {
    margin-right: 0;
    margin-top: 0;
  }
}
header#header #iqitmegamenu-mobile .btn {
  border: none;
}
header#header a:link:not(.nav-link):not(.btn),
header#header a:visited:not(.nav-link):not(.btn) {
  text-transform: uppercase;
}
header#header .block-iqitlinksmanager.d-inline-block ul {
  margin-top: 4px;
}
header#header .block-iqitlinksmanager.d-inline-block a {
  font: normal normal normal 12px/16px SharpGroteskBook20, sans-serif;
}
@media (max-width: 1445px) {
  header#header .block-iqitlinksmanager.d-inline-block a {
    font-size: 11px;
  }
  header#header .block-iqitlinksmanager.d-inline-block a :after {
    display: block;
  }
}
header#header nav.header-nav {
  background-color: #454545;
  color: #fefefe;
}
header#header nav.header-nav p {
  margin-bottom: 0;
}
header#header nav.header-nav p:after {
  background-color: #fefefe;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
header#header #mobile-header,
header#header #mobile-header #mobile-header-sticky {
  background-color: #f7f1ea;
}
header#header .mobile-main-bar {
  height: 63.47px;
  padding-bottom: 0.8rem;
  padding-top: 0.6rem;
}
header#header .block-links-inline ul > li:after {
  background-color: currentColor;
  content: " ";
  display: inline-block;
  height: 1.5em;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.2;
  vertical-align: middle;
  width: 0;
}
header#header #mobile-cart-products-count {
  background-color: #986551;
  display: inline-block !important;
  padding: 0 4px;
  right: 7px;
  top: -7px;
}
header#header .botones .col-auto {
  padding-left: 4px;
  padding-right: 4px;
}
header#header .botones .pimerboton {
  padding-left: 10px;
  padding-right: 10px;
}
header#header .container {
  padding: 0;
}
header#header :not(.dropdown-menu-custom).dropdown-menu {
  opacity: 1;
  -webkit-transform: 0;
  visibility: inherit;
}
header#header #mobile-btn-search {
  margin-top: 4px;
  width: 95%;
}
@media (min-width: 768px) and (max-width: 1162px) {
  header#header #mobile-btn-search {
    display: none;
  }
}
@media (min-width: 1163px) and (max-width: 1276px) {
  header#header #mobile-btn-search .search-btn {
    display: none;
  }
}
header#header #mobile-btn-search.show .search-widget.d-md-block.d-none {
  display: block !important;
}
header#header #search-widget-mobile .form-search-control {
  border-radius: 25px;
  padding: 0.8rem 0 0.8rem 1rem;
}
header#header #search-widget-mobile .form-search-control:focus {
  background: #fff;
  border-color: #fff;
}
header#header .input-buscar::-moz-placeholder {
  color: #ababab;
  font-size: 12px;
}
header#header .input-buscar::placeholder {
  color: #ababab;
  font-size: 12px;
}
header#header .input-buscar {
  color: #191919;
  font: normal normal normal 16px/18px SharpGroteskMedium20, sans-serif;
}
header#header .contenedor-cabecera {
  align-items: center;
}
header#header .menu-bur {
  margin-top: 10px;
}
header#header .col-mobile-btn-menu {
  min-width: 84px;
  text-align: center;
}
@media (max-width: 768px) {
  header#header .col-mobile-btn-menu {
    margin-left: 10px;
    max-width: 60px;
    min-width: 60px;
    width: 60px;
  }
}
header#header .col-mobile-logo {
  margin-left: 0;
  padding-left: 0;
  padding-right: 25px;
}
@media (min-width: 768px) and (max-width: 1162px) {
  header#header .col-mobile-logo {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  header#header .col-mobile-logo {
    width: 100px;
  }
  header#header .menu-bur {
    margin-right: 13px;
    margin-top: 3px;
  }
  header#header #svg-logo {
    height: 19px;
  }
  header#header .pe-xs-0 {
    padding-right: 0;
  }
  header#header .col-mobile-logo {
    margin-left: -15px;
  }
  header#header .mobile-main-bar {
    display: flex;
  }
  header#header #search-widget-mobile {
    position: absolute;
    top: -500px;
  }
  header#header div.botones {
    max-width: 125px;
  }
  header#header .columna-logos {
    min-width: calc(100% - 125px);
    padding-right: 0 !important;
  }
  header#header #mobile-btn-search a.m-nav-btn {
    float: right;
    left: 4px;
    position: relative;
    top: -2px;
  }
}
body.jolisearch-on #fondo-busqueda {
  background-color: #000;
  display: block !important;
  height: calc(100vh + 50px);
  opacity: 0.8;
  position: fixed;
  top: -50px;
  width: 100vw;
  z-index: 99;
}
.ui-menu.ui-jolisearch {
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 96px !important;
}
#jolisearch_mobile_header .h1 {
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 22px;
  margin-left: 10px;
  text-align: center;
}
.ui-menu.ui-jolisearch .jolisearch-body aside[role="complementary"] li {
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .ui-menu.ui-jolisearch .jolisearch-body aside[role="complementary"] li {
    background-color: transparent !important;
    background: transparent;
    border: 0.5px solid #d5d5d5;
    border-radius: 27px !important;
    margin-right: 10px;
    padding: 2px 30px;
  }
}
.ui-menu.ui-jolisearch .jolisearch-body {
  max-width: 840px;
}
.ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .product {
  padding: 0;
}
@media (max-width: 768px) {
  .ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .product {
    padding: 2px;
  }
}
.ps17.ui-menu.ui-jolisearch .jolisearch-body aside[role="complementary"] a {
  color: #191919;
  font: normal normal normal 16px/40px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
}
.ui-menu.ui-jolisearch .jolisearch-body aside[role="complementary"] li:hover,
.ui-menu.ui-jolisearch .jolisearch-body section[role="main"] .product:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.ui-jolisearch.ps17 {
  max-width: 840px;
}
.jolisearch-body {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 840px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .jolisearch-body {
    padding-right: 0 !important;
  }
}
.jolisearch-body .items-count,
.jolisearch-body h4 {
  display: none;
}
.jolisearch-body .more-results {
  border-top: 0.5px solid #d5d5d5;
  margin-top: 30px;
  padding: 0 !important;
  text-align: left !important;
}
.jolisearch-body .more-results a {
  color: #191919;
  display: inline-block;
  font-size: 1rem;
  font-weight: 100;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-align: left;
}
.jolisearch-body .more-results a:hover {
  background-color: transparent !important;
  border: initial !important;
}
.jolisearch-body .more-results a:after {
  background-color: #191919;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.jolisearch-body .jolisearch-filter__content {
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .jolisearch-body .jolisearch-filter__content {
    padding-left: 0;
  }
}
.jolisearch-body .jolisearch-content {
  padding-top: 0 !important;
}
.jolisearch-body .jolisearch-filter {
  padding-bottom: 0 !important;
  width: 100% !important;
}
.jolisearch-body .jolisearch-products__list {
  margin-left: -8px;
}
.jolisearch-body .jolisearch-products__list li .jolisearch-product {
  color: #191919;
  text-align: left;
}
.jolisearch-body
  .jolisearch-products__list
  li
  .jolisearch-product
  .product-name {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  text-align: left;
}
.jolisearch-body
  .jolisearch-products__list
  li
  .jolisearch-product
  .product-price {
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 14px;
  text-align: left;
}
.jolisearch-body
  .jolisearch-products__list
  li
  .jolisearch-product
  .product-category,
.jolisearch-widget__icon {
  display: none;
}
@media (min-width: 768px) {
  .ui-jolisearch .col-lg-9-12 {
    width: 100%;
  }
}
.btn-filtro {
  border: 0.5px solid #d3d3d3;
  border-radius: 27px;
  font-size: 12px;
  padding: 5px 20px;
}
.btn-filtro .fa-times:before {
  color: #191919;
}
.btn-filtro i {
  margin-top: -1px;
}
.active_filters .filter-block-all {
  border-left: none;
}
.active_filters .filter-block-all a.btn {
  border: none;
}
#content-wrapper h1.page-title {
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #content-wrapper h1.page-title {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#search_filters .facet:last-child {
  display: none;
}
body#module-ambjolisearch-jolisearch #wrapper .d-md-none.n-productos {
  display: block !important;
}
body#module-ambjolisearch-jolisearch #wrapper #border-cat {
  display: none;
}
body#module-ambjolisearch-jolisearch #wrapper #js-product-list-header {
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
body#module-ambjolisearch-jolisearch #wrapper #js-product-list-header span {
  font-size: 1.5rem;
}
body#module-ambjolisearch-jolisearch #wrapper #js-product-list .products.row {
  border: 1px solid rgba(214, 22, 22, 0);
  margin: auto 74px;
  max-width: 1744px;
}
@media (min-width: 1920px) {
  body#module-ambjolisearch-jolisearch #wrapper #js-product-list .products.row {
    margin: auto auto 74px;
  }
}
@media (max-width: 768px) {
  body#module-ambjolisearch-jolisearch #wrapper #js-product-list .products.row {
    margin-left: 0;
    margin-right: 0;
  }
}
body#module-ambjolisearch-jolisearch #wrapper #js-product-list .ambiente {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body#module-ambjolisearch-jolisearch #wrapper #js-product-list .ambiente {
    margin-bottom: 30px;
  }
}
body#module-ambjolisearch-jolisearch #wrapper #js-product-list .n-productos {
  color: #a3a3a3;
  font-weight: 200;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .products.row
  > [class*="soloProducto"] {
  margin-bottom: 60px;
  padding-left: calc(var(--mo-gutter-x) * 0.5);
  padding-right: calc(var(--mo-gutter-x) * 0.5);
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .product-description {
  padding: 20px 0 0;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  span.product-price {
  font-family: SharpGroteskBook20, sans-serif;
  font-weight: 600;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .iqitreviews-simple,
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .products-variants {
  margin-bottom: 0;
  padding-bottom: 0;
}
body#module-ambjolisearch-jolisearch #wrapper #js-product-list .iqitreviews-nb {
  color: #a3a3a3;
  display: block;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: lowercase;
}

body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .mas-opciones.active {
  display: flex !important;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .activa-mas-opciones {
  display: flex;
  flex-direction: column;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .activa-mas-opciones:after {
  background-color: #767676;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .activa-mas-opciones,
body#module-ambjolisearch-jolisearch #wrapper #js-product-list .mas-opciones {
  color: #767676;
  font-size: 12px;
  transition: 0.2s;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .activa-mas-opciones.noActive {
  display: none;
  transition: 0.2s;
}
body#module-ambjolisearch-jolisearch
  #wrapper
  #js-product-list
  .miniatura-variaciones {
  border-radius: 50%;
  height: 12px;
  margin-top: 2px;
  width: 12px;
}
@media (max-width: 768px) {
  body#module-ambjolisearch-jolisearch #wrapper #js-product-list {
    margin-top: 10px;
    padding-top: 20px;
  }
  body#module-ambjolisearch-jolisearch #wrapper #js-product-list div.ambiente {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#module-ambjolisearch-jolisearch
    #wrapper
    #js-product-list
    .products.row
    div.resto0 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
  }
  body#module-ambjolisearch-jolisearch
    #wrapper
    #js-product-list
    .products.row
    div.resto1 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
body#category .category-description,
body#category h1.h1 {
  margin-top: 20px;
  text-align: center;
}
body#category .page-title {
  padding-bottom: 0;
}
body#category .breadcrumb a,
body#category .breadcrumb li {
  color: #191919;
  font: normal normal normal 12px/16px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
}
body#category nav.breadcrumb {
  margin: auto 74px;
  max-width: 1744px;
  padding-bottom: 0;
  padding-top: 0;
}
body#category .contenedor-descripcion-categoria {
  margin: auto;
  max-width: 870px;
  padding-bottom: 20px;
}
body#category .contenedor-descripcion-categoria p {
  color: #191919;
  font: normal normal normal 16px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  body#category .contenedor-descripcion-categoria p {
    font-size: 11px;
    line-height: 18px;
  }
}
body#category #border-cat {
  border-bottom: 0.5px solid #d3d3d3;
  border-top: 0.5px solid #d3d3d3;
}
body#category .barra-categorias {
  margin: auto;
  max-width: 1920px;
  padding-left: 65px;
  padding-right: 110px;
}
@media (max-width: 768px) {
  body#category .barra-categorias {
    padding-left: 0;
    padding-right: 0;
  }
}
body#category .barra-categorias h5.block-title {
  display: none;
}
body#category .barra-categorias .facet-dropdown.dropdown a {
  font-size: 12px;
}
body#category .barra-categorias ul.category-sub-menu {
  padding-bottom: 10px;
  padding-top: 10px;
}
body#category .barra-categorias ul.category-sub-menu span.collapse-icons {
  display: none;
  z-index: -1;
}
body#category .barra-categorias ul.category-sub-menu li {
  display: inline-block;
  list-style: none;
  padding: 10px 20px;
  text-transform: uppercase;
}
body#category .barra-categorias ul.category-sub-menu li a {
  font-size: 12px;
  padding-left: 0;
}
body#category .barra-categorias ul.category-sub-menu li a:before {
  content: none;
}
body#category .barra-categorias ul.category-sub-menu li.current {
  background-color: #454545;
  border-radius: 27px;
}
body#category .barra-categorias ul.category-sub-menu li.current a {
  color: #fff;
  line-height: 12px;
}
body#category .ver-filtros {
  color: #191919;
  cursor: pointer;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
}
body#category #js-product-list {
  margin-top: 40px;
}
body#category #js-product-list .products.row {
  border: 1px solid rgba(214, 22, 22, 0);
  margin: auto 74px;
  max-width: 1744px;
}
@media (min-width: 1920px) {
  body#category #js-product-list .products.row {
    margin: auto auto 74px;
  }
}
@media (max-width: 768px) {
  body#category #js-product-list .products.row {
    margin-left: 0;
    margin-right: 0;
  }
}
body#category #js-product-list .ambiente {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body#category #js-product-list .ambiente {
    margin-bottom: 30px;
  }
  body#category #js-product-list .min-h-20,
  body#category #js-product-list .products-variants {
    display: none;
  }
}
body#category #js-product-list .n-productos {
  color: #a3a3a3;
  font-weight: 200;
}
body#category #js-product-list .products.row > [class*="soloProducto"] {
  margin-bottom: 60px;
  padding-left: calc(var(--mo-gutter-x) * 0.5);
  padding-right: calc(var(--mo-gutter-x) * 0.5);
}
body#category #js-product-list .product-description {
  padding: 20px 0 0;
}
body#category #js-product-list span.product-price {
  font-family: SharpGroteskBook20, sans-serif;
  font-weight: 600;
}
body#category #js-product-list .iqitreviews-simple,
body#category #js-product-list .products-variants {
  margin-bottom: 0;
  padding-bottom: 0;
}
body#category #js-product-list .iqitreviews-nb {
  color: #a3a3a3;
  display: block;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-transform: lowercase;
}
body#category #js-product-list .mas-opciones.active {
  display: flex !important;
}
body#category #js-product-list .activa-mas-opciones {
  display: flex;
  flex-direction: column;
}
body#category #js-product-list .activa-mas-opciones:after {
  background-color: #767676;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}
body#category #js-product-list .activa-mas-opciones,
body#category #js-product-list .mas-opciones {
  color: #767676;
  font-size: 12px;
  transition: 0.2s;
}
body#category #js-product-list .activa-mas-opciones.noActive {
  display: none;
  transition: 0.2s;
}
body#category #js-product-list .miniatura-variaciones {
  border-radius: 50%;
  height: 12px;
  margin-top: 2px;
  width: 12px;
}
@media (max-width: 768px) {
  body#category #js-product-list {
    margin-top: 10px;
    padding-top: 20px;
  }
  body#category #js-product-list div.ambiente {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body#category #js-product-list .products.row div.resto0 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
  }
  body#category #js-product-list .products.row div.resto1 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
body#category #js-active-search-filters {
  padding-left: 10px;
}
@media (min-width: 768px) {
  body#category #js-active-search-filters {
    margin: auto;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 110px;
  }
}
body#category #search_filters .facet > ul {
  padding-bottom: 0;
}
body#category li.current {
  order: 1;
}
@media (max-width: 768px) {
  body#category #los-filtros {
    margin-top: 20px;
  }
  body#category ::-webkit-scrollbar {
    width: 0.1em;
  }
  body#category #border-cat {
    border-bottom: none;
    height: inherit;
    padding-top: 12px;
  }
  body#category .bloque-filtros {
    border-bottom: 0.5px solid #d3d3d3;
    border-top: 0.5px solid #d3d3d3;
    display: block;
    margin-top: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: center;
  }
  body#category .contenedor-descripcion-categoria {
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  body#category .barra-categorias {
    display: block !important;
    width: 100%;
  }
  body#category nav.breadcrumb {
    display: none;
  }
  body#category .page-title {
    margin-top: 20px;
  }
  body#category .dropdown-menua {
    background-color: #f8f8f8;
    background-color: #fff;
    border: 1px solid #a3a3a3;
    border-radius: 15px;
    padding: 5px 20px;
  }
  body#category .contenedor-categorias div.category-top-menu {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  body#category .contenedor-categorias div.category-top-menu ul {
    display: flex;
    margin-left: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: -moz-max-content;
    width: max-content;
  }
  body#category .contenedor-categorias div.category-top-menu ul li {
    background-color: #f8f8f8;
    border: 1px solid #a3a3a3;
    border-radius: 27px;
    margin-right: 10px;
    order: 2;
    padding: 3px 12px;
  }
  body#category .contenedor-categorias div.category-top-menu ul li a {
    padding-left: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body#category .contenedor-categorias div.category-top-menu ul li {
    line-height: 12px;
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  body#category .contenedor-categorias div.category-top-menu ul li.current {
    background-color: #454545;
    order: 1;
  }
}
@keyframes slideCustomLeft {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 768px) {
  @keyframes mymove {
    0% {
      background-color: transparent;
    }
    to {
      background-color: rgba(0, 0, 0, 0.5);
    }
  }
  .col-mobile-menu-push.show #mobile_menu_click_overlay {
    animation: mymove 0.7s;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    background-color: #f7f1ea;
    height: calc(100vh + 60px);
    left: 0;
    max-width: inherit;
    min-width: inherit;
    overflow-x: hidden;
    position: fixed;
    top: -60px;
    transform: translate3d(-115%, 0, 0);
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    width: inherit;
    z-index: 5005;
  }
  .col-mobile-menu-push .mobile-menu__submenu.w-100 {
    animation: none !important;
    background-color: #f7f1ea;
    left: 50%;
    padding-left: 0 !important;
    transition: 0 !important;
    width: 50% !important;
  }
  .col-mobile-menu-push #iqitmegamenu-mobile {
    background-color: #f7f1ea;
    padding-top: 50px;
    transition: all 0.6s;
    width: 30vw;
  }
  .col-mobile-menu-push #iqitmegamenu-mobile ul > li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .col-mobile-menu-push ul li a span {
    animation: all 0.8s;
    font-size: 18px;
  }
  .col-mobile-menu-push #iqitmegamenu-mobile.mobile-menu--active {
    transition: all 0.8s;
    width: 60vw;
  }
  .col-mobile-menu-push
    #iqitmegamenu-mobile.mobile-menu--active
    .mobile-menu__scroller {
    overflow: scroll;
  }
  .col-mobile-menu-push #iqitmegamenu-mobile.mobile-menu--active ul > li,
  .col-mobile-menu-push
    #iqitmegamenu-mobile.mobile-menu--active
    ul
    > li
    > ul
    > li {
    width: -moz-fit-content;
    width: fit-content;
  }
  .col-mobile-menu-push .mobile-menu__arrow {
    display: none;
    padding-right: 20px;
  }
  .col-mobile-menu-push .mobile-menu__header-wrapper {
    background-color: #f7f1ea;
    height: 60px;
  }
  .col-mobile-menu-push .mobile-menu__tab {
    border-bottom: none;
    min-height: 2rem;
  }
  .col-mobile-menu-push .mobile-menu__link {
    line-height: 50px;
    margin-left: 75px;
    padding-bottom: 0;
    padding-top: 0;
    text-transform: none;
  }
  .col-mobile-menu-push .mobile-menu__link span {
    font-size: 16px;
    line-height: 40px;
  }
  .col-mobile-menu-push .mobile-menu__back-btn {
    display: none !important;
  }
  .col-mobile-menu-push #iqitmegamenu-mobile #separador {
    display: none;
    height: 100vh;
    opacity: 0;
    padding-bottom: 50px;
    padding-top: 50px;
    position: absolute;
    top: 60px;
    width: 1.2px;
    z-index: 9999;
  }
  .col-mobile-menu-push #iqitmegamenu-mobile.mobile-menu--active #separador {
    display: block;
    left: 50%;
    opacity: 1;
    transition: all 0.6s;
  }
  .col-mobile-menu-push #contenedor-separator {
    background-color: #a3a3a3;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
  .col-mobile-menu-push ul > li.pulsado > a > span {
    opacity: 0.4;
  }
  .col-mobile-menu-push ul li ul li.pulsado a span {
    color: #191919;
    opacity: 1;
  }
  .col-mobile-menu-push ul li > a > span:after {
    content: "";
    opacity: 0;
  }
  .col-mobile-menu-push ul li.active > a > span,
  .col-mobile-menu-push ul li:hover > a > span {
    opacity: 1;
  }
  .col-mobile-menu-push ul li.active > a > span:after,
  .col-mobile-menu-push ul li:hover > a > span:after {
    background-color: #191919;
    content: "";
    display: block;
    height: 1px;
    opacity: 1;
    position: relative;
    top: -15px;
    transition: all 0.6s;
    width: 100%;
  }
  .col-mobile-menu-push ul li > a > span:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 1px;
    opacity: 1;
    width: 100%;
  }
  .mobile-menu__content {
    container-type: normal;
    container-name: contenedormenu;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .col-mobile-menu-push .mobile-menu__link {
    margin-left: 5px;
  }
  #iqitmegamenu-mobile .block-iqitlinksmanager li a {
    padding-left: 5px !important;
  }
}
@media (min-width: 768px) {
  @container contenedormenu (min-height: 400px) {
    #iqitmegamenu-mobile.mobile-menu--active .mobile-menu__scroller {
      display: flex;
      flex-direction: column;
      max-height: 100vh;
      overflow: scroll;
    }
  }
}
@media (min-width: 768px) and (min-height: 500px) {
  #iqitmegamenu-mobile.mobile-menu--active .mobile-menu__scroller {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    overflow: scroll;
  }
}
@media (max-width: 768px) and (min-height: 500px) {
  #iqitmegamenu-mobile .block-iqitlinksmanager {
    margin-top: auto !important;
  }
  .mm-panel__scroller.mobile-menu__scroller {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    overflow: scroll;
  }
  .mm-panel__scroller.mobile-menu__scroller li.d-flex {
    display: inline-block;
    min-height: 40px;
  }
  .mm-panel__scroller.mobile-menu__scroller li.d-flex a,
  .mm-panel__scroller.mobile-menu__scroller li.d-flex > span {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    transform: translate3d(115%, 0, 0);
    transition: transform 0s;
    width: 100%;
  }
  .col-mobile-menu-push .mobile-menu__title {
    display: none;
  }
  .col-mobile-menu-push #iqitmegamenu-mobile,
  .col-mobile-menu-push .mobile-menu__header-wrapper,
  .col-mobile-menu-push .mobile-menu__submenu.w-100 {
    background-color: #f7f1ea;
  }
  .col-mobile-menu-push .mobile-menu__tab {
    border-bottom: none;
  }
}
footer#footer {
  background-color: transparent;
}
footer#footer .block-iqitcontactpage {
  min-width: 25%;
}
footer#footer #footer-container-first {
  background-color: #fff;
  color: #191919;
  padding-bottom: 0;
}
footer#footer #footer-container-first .bloque-nl-opiniones {
  background: linear-gradient(90deg, #f7f1ea, #f7f1ea 50%, #fbfbfb 0, #fbfbfb);
}
@media (max-width: 768px) {
  footer#footer #footer-container-first .bloque-nl-opiniones {
    background: #f7f1ea;
  }
}
footer#footer #footer-container-first .container {
  padding: 0;
}
footer#footer #footer-container-first .ps-emailsubscription-block {
  max-width: 768px;
}
@media (max-width: 768px) {
  footer#footer #footer-container-first {
    border-top: none;
    margin-top: -2px;
    padding-top: 0;
  }
}
footer#footer .contact-rich,
footer#footer .contact-rich .part .data {
  color: #f7f1ea;
  font: normal normal normal 14px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  opacity: 1;
  text-align: left;
}
footer#footer .contact-rich .part .data strong,
footer#footer .contact-rich strong {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  footer#footer .contact-rich,
  footer#footer .contact-rich .part .data {
    font-size: 11px;
  }
}
footer#footer .block-newsletter {
  background-color: #f7f1ea;
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  margin-bottom: auto;
  margin-top: auto;
}
footer#footer .block-newsletter p {
  max-width: 50%;
}
footer#footer .block-newsletter h5 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
}
footer#footer .block-newsletter .input-group.newsletter-input-group {
  border-radius: 27px;
}
footer#footer
  .block-newsletter
  .input-group.newsletter-input-group
  input:focus {
  background-color: #fff;
  border-radius: 27px;
}
footer#footer
  .block-newsletter
  .input-group.newsletter-input-group
  input::-moz-placeholder {
  opacity: 0.7;
}
footer#footer
  .block-newsletter
  .input-group.newsletter-input-group
  input::placeholder {
  opacity: 0.7;
}
footer#footer .block-newsletter .btn-subscribe {
  background-color: #454545;
  border: initial;
  border-radius: 27px;
  color: #f7f1ea !important;
  font-size: 12px;
  font-weight: 400;
  height: 47px;
  letter-spacing: 0;
  margin: auto 2px auto auto;
  padding: 10px 50px;
}
footer#footer .block-newsletter .psgdpr_consent_message {
  align-items: flex-end;
  display: flex;
}
@media (max-width: 768px) {
  footer#footer .block-newsletter .psgdpr_consent_message {
    align-items: flex-start;
  }
}
footer#footer .block-newsletter .psgdpr_consent_message span {
  color: #191919;
  font-size: 12px;
}
@media (max-width: 768px) {
  footer#footer .block-newsletter {
    margin-top: -1px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  footer#footer .block-newsletter p {
    max-width: 100%;
  }
  footer#footer .block-newsletter .btn-subscribe {
    margin-left: 0;
  }
  footer#footer .block-newsletter .col.block-iqitcontactpage {
    float: auto;
    width: 100%;
  }
}
footer#footer .bloque-opiniones-verificadas {
  background-color: #fbfbfb;
  padding-left: 50px;
}
footer#footer .contenedor-maximo-opiniones {
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
}
@media (max-width: 768px) {
  footer#footer .contenedor-maximo-opiniones {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer#footer .contenedor-maximo-opiniones .block-newsletter {
    padding-left: 32px;
    padding-right: 32px;
  }
}
footer#footer .contenedor-maximo-opiniones .bloque-opiniones-verificadas {
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
footer#footer .contenedor-maximo-opiniones .bloque-opiniones-verificadas p {
  font-size: 16px;
}
@media (max-width: 768px) {
  footer#footer .contenedor-maximo-opiniones .bloque-opiniones-verificadas p {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  footer#footer .contenedor-maximo-opiniones .bloque-opiniones-verificadas {
    padding-bottom: 30px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
footer#footer #footer-container-main {
  background-color: #454545;
  padding-bottom: 2.5rem;
}
footer#footer #footer-container-main .color-white {
  color: #f7f1ea;
}
footer#footer #footer-container-main .container {
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
}
footer#footer #footer-container-main h5.block-title {
  border-bottom: none;
  color: #f7f1ea;
  font-size: 0.875rem;
  font-weight: 100;
  margin-bottom: 2.5rem;
}
footer#footer #footer-container-main h5.block-title span {
  color: #f7f1ea;
  font: normal normal normal 14px/24px SharpGroteskMedium20, sans-serif;
  letter-spacing: 0;
  line-height: 24px;
}
@media (max-width: 768px) {
  footer#footer #footer-container-main h5.block-title span {
    font-size: 11px;
  }
}
footer#footer #footer-container-main h5.block-title:before {
  content: none;
}
footer#footer #footer-container-main .block-links ul > li {
  list-style: none;
}
footer#footer #footer-container-main .block-links ul > li a {
  color: #f7f1ea;
  font-size: 0.875rem;
  font-weight: 100;
  font: normal normal normal 14px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  opacity: 1;
  padding-left: 0;
  text-align: left;
}
@media (max-width: 768px) {
  footer#footer #footer-container-main .block-links ul > li a {
    font-size: 11px;
  }
}
footer#footer #footer-container-main .block-links ul > li a:before {
  content: none;
}
footer#footer #footer-container-main .social-links li {
  display: block;
}
footer#footer #footer-container-main .social-links li span.nombre-rrss {
  display: inline-block !important;
}
footer#footer #footer-container-main .social-links a {
  color: #f7f1ea !important;
}
footer#footer #footer-container-main .block-iqitcontactpage {
  color: #f7f1ea;
  font-size: 0.875rem;
  font-weight: 400;
}
footer#footer #footer-container-main .block-iqitcontactpage a {
  color: #f7f1ea;
}
footer#footer #footer-container-main .block-iqitcontactpage .part.telefonos {
  padding-bottom: 20px;
  padding-top: 20px;
}
footer#footer
  #footer-container-main
  .block-iqitcontactpage
  .part.contenido-extra {
  opacity: 1;
}
footer#footer #footer-container-main .block-iqitcontactpage .icon {
  display: none;
}
footer#footer #footer-container-main .block-iqitcontactpage strong {
  font-weight: 100;
}
footer#footer #footer-container-main .block-iqitcontactpage hr {
  display: none;
}
@media (max-width: 768px) {
  footer#footer #footer-container-main .col.block-iqitcontactpage {
    flex: auto;
    margin-bottom: 10px;
    width: 100%;
  }
  footer#footer #footer-container-main .col.block-iqitlinksmanager {
    flex: auto;
    margin-top: 2rem;
    width: 50%;
  }
  footer#footer #footer-container-main .block-title.social {
    display: none;
  }
  footer#footer #footer-container-main .social-links li {
    display: inline-block;
  }
  footer#footer #footer-container-main .social-links li a {
    font-size: 1.8rem !important;
  }
  footer#footer #footer-container-main .selector-idiomas {
    justify-content: flex-end;
    margin-right: 30px;
  }
  footer#footer #footer-container-main .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  footer#footer #footer-container-main .social-links li span.nombre-rrrss {
    display: block !important;
  }
}
footer#footer #footer-copyrights {
  padding-bottom: 0;
}
footer#footer #footer-copyrights .container {
  padding: 0.5rem 83px 0.5rem 44px;
}
@media (max-width: 768px) {
  footer#footer #footer-copyrights .container {
    padding: 0;
  }
}
footer#footer #footer-copyrights .container a,
footer#footer #footer-copyrights .container p {
  color: #a3a3a3;
  font-size: 11px;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer#footer #footer-copyrights .container a,
  footer#footer #footer-copyrights .container p {
    font-size: 10px;
  }
}
footer#footer #footer-copyrights .container h5.block-title {
  display: none !important;
}
footer#footer #footer-copyrights .container .block-links ul > li a:before {
  content: none;
  display: none;
}
footer#footer #footer-copyrights .container .block-links ul > li {
  display: inline-block;
}
@media (max-width: 768px) {
  footer#footer #footer-copyrights .container div.contenido-copy {
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer#footer #footer-copyrights .container .contenido-copy .col-md-4 {
    width: 100%;
  }
  footer#footer #footer-copyrights .container .contenido-copy .logos {
    order: 1;
    padding: 0 !important;
    text-align: center;
  }
  footer#footer #footer-copyrights .container .contenido-copy .logos div {
    justify-content: center !important;
    padding: 0 !important;
  }
  footer#footer #footer-copyrights .container .contenido-copy .el-menu {
    margin-bottom: 5px;
    margin-top: 15px;
    order: 2;
    padding: 0 !important;
    text-align: center;
  }
  footer#footer #footer-copyrights .container .contenido-copy .el-menu div {
    padding: 0 !important;
  }
  footer#footer #footer-copyrights .container .contenido-copy .breaking {
    margin-bottom: 15px;
    order: 3;
    text-align: center;
  }
}
.ambiente {
  display: flex;
  min-height: 500px;
}
.ambiente .ambiente-fondo {
  background-size: cover;
  width: 100%;
}
.ambiente .ambiente-enlace {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 31px;
  bottom: 50px;
  display: flex;
  height: 49px;
  padding-left: 10px;
  padding-right: 25px;
  position: absolute;
}
.ambiente .ambiente-enlace a {
  align-content: center;
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  justify-content: center;
}
.ambiente .ambiente-enlace a span.icono {
  background-color: #f7f1ea;
  border-radius: 31px;
  display: inline-block;
  height: 34px;
  padding-right: 2px;
  padding-top: 7px;
  text-align: center;
  width: 34px;
}
.ambiente .ambiente-enlace a span.texto {
  color: #fff !important;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 768px) {
  .ambiente .ambiente-enlace a span.texto {
    font-size: 11px;
  }
}
.ambiente .ambiente-enlace.posicion-1 {
  right: 30px;
}
.ambiente .ambiente-enlace.posicion-2 {
  left: 30px;
}
@media (max-width: 768px) {
  .ambiente {
    min-height: auto;
  }
  .ambiente .ambiente-fondo {
    background: none !important;
  }
  .ambiente .ambiente-enlace.posicion-1,
  .ambiente .ambiente-enlace.posicion-2 {
    bottom: 20px;
    left: 20px;
    right: inherit;
  }
}
html body #rev_slider_1_2_wrapper .zeus .tp-bullet,
html body #rev_slider_2_1_wrapper .zeus .tp-bullet {
  border: 1px solid #fff;
}
html body #slider-2-slide-3-layer-1,
html body #slider-2-slide-4-layer-1 {
  padding: 20px !important;
}
html body .tp-bullet-image,
html body .tp-bullet-imageoverlay,
html body .tp-bullet-title {
  display: none !important;
}
@media (max-width: 768px) {
  .elementor-icon-box-wrapper {
    display: flex;
  }
  .elementor-icon-box-wrapper .elementor-icon,
  .elementor-icon-box-wrapper .elementor-icon-box-icon {
    height: 50px;
    width: 50px;
  }
  .elementor-icon-box-wrapper .elementor-icon i,
  .elementor-icon-box-wrapper .elementor-icon-box-icon i {
    display: block !important;
    height: 50px;
    position: relative;
    width: 50px;
  }
  .elementor-icon-box-wrapper .elementor-icon i:before,
  .elementor-icon-box-wrapper .elementor-icon-box-icon i:before {
    display: block;
    height: 50px;
    left: -27px;
    scale: 50%;
    top: -33px !important;
    width: 50px;
  }
  .elementor-icon-box-wrapper .elementor-icon-box-content {
    max-width: 300px;
    text-align: left;
  }
  .elementor-icon-box-wrapper .elementor-icon-box-content h3 {
    margin-bottom: 5px !important;
  }
  .elementor-icon-box-wrapper .elementor-icon-box-content h3 span {
    font-family: SharpGroteskBook20, sans-serif;
    font-size: 12px;
  }
  .elementor-icon-box-wrapper .elementor-icon-box-content p {
    font-size: 11px;
  }
  .elementor-widget-wrap
    .elementor-widget-icon-box
    .elementor-widget-container {
    margin-top: 10px !important;
  }
}
@media (min-width: 1920px) { 
  div.elementor-element-4dj9ziy,
  div.elementor-element-ozdi4sl,
  div.elementor-element-qkk0y8q {
    margin: auto auto 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  div.elementor-element-4dj9ziy,
  div.elementor-element-ozdi4sl,
  div.elementor-element-qkk0y8q {
    margin: auto 80px !important;
    max-width: 1920px !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .pseudo-slide .elementor-container {
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .pseudo-slide .elementor-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: -moz-max-content;
    width: max-content;
  }
  .pseudo-slide .elementor-row .elementor-widget-image {
    margin-right: 10px;
    width: 200px;
  }
  .elementor-element-4dj9ziy,
  .elementor-element-ozdi4sl,
  .elementor-element-qkk0y8q {
    padding: 0 15px !important;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .elementor-element-4dj9ziy,
  .elementor-element-ozdi4sl,
  .elementor-element-qkk0y8q {
    margin-right: 0;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .elementor-element-4dj9ziy .elementor-container,
  .elementor-element-ozdi4sl .elementor-container,
  .elementor-element-qkk0y8q .elementor-container {
    display: inline-block;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .elementor-element-4dj9ziy .elementor-row,
  .elementor-element-ozdi4sl .elementor-row,
  .elementor-element-qkk0y8q .elementor-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: -moz-max-content;
    width: max-content;
  }
  .elementor-element-4dj9ziy .elementor-row .elementor-widget-image,
  .elementor-element-ozdi4sl .elementor-row .elementor-widget-image,
  .elementor-element-qkk0y8q .elementor-row .elementor-widget-image {
    margin-right: 10px;
    width: 260px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .elementor-element-4dj9ziy .elementor-row,
  .elementor-element-ozdi4sl .elementor-row,
  .elementor-element-qkk0y8q .elementor-row  {
    margin-left: 22px;
  }
}
.animation-scale-img,
.animation-scale-img img {
  overflow: hidden;
  transition: 0.8s;
}
.animation-scale-img div {
  overflow: hidden;
}
.animation-scale-img:hover img {
  scale: 110%;
  transition: 0.8s;
}
.link-underline a:after {
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}
.link-underline.color-beige a:after {
  background-color: #f7f1ea;
}
.color-beige a {
  color: #f7f1ea !important;
  display: inline-block;
}
div.product-description {
  container-type: inline-size;
  container-name: descripcion;
}
@container descripcion (max-width: 320px) {
  .d-md-flex-listado {
    display: flex !important;
  }
  .products-variants {
    float: right;
    margin-top: -2px;
  }
  .min-h-20 {
    min-height: 20px;
  }
}

body#index .titulo-pre-slide {
  color: #fff;
  font: normal normal normal 20px/25px SharpGroteskBook20, sans-serif;
  left: 86px;
  letter-spacing: 0;
  opacity: 1;
  position: absolute;
  top: 160px;
  width: 320px;
  z-index: 4;
}

body#index .titulo-pre-slide h1 {
  color: #fff;
  font: normal normal normal 20px/25px SharpGroteskBook20, sans-serif;
  left: 86px;
  letter-spacing: 0;
  opacity: 1;
}

body#index h2 {
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 768px) {
  body#index h2 {
    font-size: 14px;
  }
}
body#index .product-availability.d-block {
  display: none !important;
}
@media (min-width: 769px) {
  body#index rs-mask-wrap {
    margin-left: 84px;
  }
  body#index rs-bullets {
    margin-left: 84px;
    top: 80vh !important;
  }
  body#index .d-md-flex-listado {
    display: flex !important;
  }
  body#index .products-variants {
    float: right;
    margin-top: -5px;
  }
  body#index .min-h-20 {
    min-height: 20px;
  }
}
body#index .products-grid .product-miniature-layout-1 .product-description {
  padding: 0;
}
body#index .categoria-home-h2 h2 {
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 50px;
}
@media (max-width: 768px) {
  body#index .categoria-home-h2 h2 {
    font-size: 20px;
  }
}
body#index a.enlace {
  font-family: SharpGroteskMedium20, sans-serif;
}
body#index .user-insta p {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 12px;
}
body#index .hoja .fa-truck:before {
  content: url(../img/hoja.svg);
  position: relative;
  top: -50px;
}
body#index .camion .fa-truck:before {
  content: url(../img/camion.svg);
  position: relative;
  top: -50px;
}
body#index .bombilla .fa-truck:before {
  content: url(../img/bombilla.svg);
  position: relative;
  top: -50px;
}
body#index .paquete .fa-truck:before {
  content: url(../img/paquete.svg);
  position: relative;
  top: -50px;
}
/*
body#index .h3.product-title {
  line-height: 17px;
  margin-bottom: 5px;
  padding-top: 0;
}
body#index .h3.product-title a span {
  line-height: 10px;
  margin-bottom: 5px;
}
  */
body#index .bombilla .fa-truck,
body#index .camion .fa-truck,
body#index .hoja .fa-truck,
body#index .paquete .fa-truck {
  display: contents;
}
body#index .elementor-widget-icon-box .elementor-icon-box-title {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
body#index .elementor-widget-icon-box .elementor-icon-box-description {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
.hoja .fa-truck:before {
  content: url(../img/hoja.svg);
  position: relative;
  top: -50px;
}
.camion .fa-truck:before {
  content: url(../img/camion.svg);
  position: relative;
  top: -50px;
}
.bombilla .fa-truck:before {
  content: url(../img/bombilla.svg);
  position: relative;
  top: -50px;
}
.paquete .fa-truck:before {
  content: url(../img/paquete.svg);
  position: relative;
  top: -50px;
}
.h3.product-title {
  margin-bottom: 0;
  padding-top: 0;
  text-transform: lowercase;
}
.h3.product-title:first-letter {
  text-transform: uppercase;
}
.hoja .fa-truck,
.camion .fa-truck,
.bombilla .fa-truck,
.paquete .fa-truck,
.edificio .fa-truck,
.pfec .fa-truck,
.lapiz-regla .fa-truck  {
    display: contents;
}
.elementor-widget-icon-box .elementor-icon-box-title {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}
.elementor-widget-icon-box .elementor-icon-box-description {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
}
.mas-opciones.active {
  display: flex !important;
}
.activa-mas-opciones {
  display: flex;
  flex-direction: column;
}
.activa-mas-opciones:after {
  background-color: #767676;
  content: "";
  display: block;
  height: 1px;
  position: relative;
  width: 100%;
}
.activa-mas-opciones,
.mas-opciones {
  color: #767676;
  font-size: 12px;
  transition: 0.2s;
}
.activa-mas-opciones.noActive {
  display: none;
  transition: 0.2s;
}

.miniatura-variaciones {
  border-radius: 50%;
  height: 12px;
  margin-top: 2px;
  width: 12px;
}
.slide-txt-01,
.slide-txt-01 p {
  font-family: SharpGroteskBook20, sans-serif !important;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 25px;
}
.slide-txt-02 {
  font-family: SharpGroteskBook25, sans-serif !important;
}
.btn-slide {
  font-family: SharpGroteskBook20, sans-serif !important;
}
.pefc {
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .pefc {
    position: relative !important;
  }
}
.swiper-slide {
  padding-right: 10px;
}
@media (max-width: 768px) {
  .swiper-slide {
    padding-right: 0;
  }
}
.swiper-slide .product-description {
  margin-top: inherit !important;
  padding: 1.4285714286rem 0 0 !important;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  background-color: #fff;
  border-radius: 50%;
  content: url(../img/prev.svg);
  display: block;
  height: 42px;
  width: 42px;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  background-color: #fff;
  border-radius: 50%;
  content: url(../img/next.svg);
  display: block;
  height: 42px;
  width: 42px;
}
.slick.swiper-button-next:after,
.swiper-container-rtl .slick.swiper-button-prev:after {
  background-color: #fff;
  border-radius: 50%;
  content: url(../img/next64.svg);
  display: block;
  height: 64px;
  width: 64px;
}
.slick.swiper-button-prev:after,
.swiper-container-rtl .slick.swiper-button-next:after {
  background-color: #fff;
  border-radius: 50%;
  content: url(../img/prev64.svg);
  display: block;
  height: 64px;
  width: 64px;
}
.swiper-button-next,
.swiper-button-prev {
  background: transparent;
}
.slick.swiper-button-next {
  left: auto !important;
  opacity: 1;
  right: 42px !important;
  top: calc(50% - 40px) !important;
}
.slick.swiper-button-prev {
  left: 42px !important;
  opacity: 1;
  right: auto !important;
  top: calc(50% - 40px) !important;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: -30px;
  top: calc(50% - 40px);
}
.slick-maderas.swiper-button-next:after,
.swiper-container-rtl .slick.swiper-button-prev:after {
  background-color: transparent;
  border-radius: 50%;
  content: url(../img/next64madera.png);
  display: block;
  height: 64px;
  width: 64px;
}
@media (max-width: 768px) {
  .slick-maderas.swiper-button-next:after,
  .swiper-container-rtl .slick.swiper-button-prev:after {
    content: url(../img/next32madera.png);
  }
}
.slick-maderas.swiper-button-prev:after,
.swiper-container-rtl .slick.swiper-button-next:after {
  background-color: transparent;
  border-radius: 50%;
  content: url(../img/prev64madera.png);
  display: block;
  height: 64px;
  width: 64px;
}
@media (max-width: 768px) {
  .slick-maderas.swiper-button-prev:after,
  .swiper-container-rtl .slick.swiper-button-next:after {
    content: url(../img/prev32madera.png);
  }
}
.slick-maderas.swiper-button-next {
  left: auto !important;
  opacity: 1;
  right: 42px !important;
  top: 160px !important;
}
@media (max-width: 768px) {
  .slick-maderas.swiper-button-next {
    right: 5px !important;
    top: 50px !important;
  }
}
.slick-maderas.swiper-button-prev {
  left: 42px !important;
  opacity: 1;
  right: auto !important;
  top: 160px !important;
}
@media (max-width: 768px) {
  .slick-maderas.swiper-button-prev {
    left: 5px !important;
    top: 50px !important;
  }
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -30px;
  right: auto;
  top: calc(50% - 40px);
}
body#product #productdaas-accordion {
  margin-top: 20px;
}
body#product #productdaas-accordion li.pdf {
  line-height: 24px;
  margin-bottom: 0.5em;
  padding-left: 26px;
  position: relative;
}
body#product #productdaas-accordion li.pdf a {
  color: #191919;
  font: normal normal normal 12px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
body#product #productdaas-accordion li.pdf:before {
  background-image: url(../img/pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 13px;
}
body#product #productdaas-accordion li.youtube {
  line-height: 24px;
  margin-bottom: 0.5em;
  padding-left: 26px;
  position: relative;
}
body#product #productdaas-accordion li.youtube a {
  color: #191919;
  font: normal normal normal 12px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
body#product #productdaas-accordion li.youtube:before {
  background-image: url(../img/play.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 13px;
}
body#product #productdaas-accordion .extratabs2 .gridContainer {
  display: block;
}
body#product #productdaas-accordion .extratabs2 .gridContainer .col {
  padding-left: 0;
  padding-right: 0;
}
body#product #productdaas-accordion .extratabs2 .gridContainer .col p strong {
  color: #191919;
  font: normal normal normal 12px/24px SharpGroteskMedium20, sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
  text-align: left;
}
@media (max-width: 768px) {
  body#product #productdaas-accordion .extratabs2 .gridContainer .col p strong {
    font-size: 12px;
  }
}
body#product #productdaas-accordion .extratabs2 .gridContainer .col p {
  color: #191919;
  font: normal normal normal 12px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 768px) {
  body#product #productdaas-accordion .extratabs2 .gridContainer .col p {
    font-size: 12px;
  }
}
body#product #productdaas-accordion .extratabs2 p {
  color: #191919;
  font: normal normal normal 12px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 768px) {
  body#product #productdaas-accordion .extratabs2 p {
    font-size: 12px;
  }
}

body#product #productdaas-accordion .extratabs2 h2 {
  color: #191919;
  font: normal normal normal 12px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 768px) {
  body#product #productdaas-accordion .extratabs2 h2 {
    font-size: 12px;
  }
}

body#product #productdaas-accordion .extratabs1 .gridContainer p strong {
  color: #191919;
  font: normal normal normal 14px/24px SharpGroteskMedium20, sans-serif;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
  text-align: left;
}
body#product #productdaas-accordion .extratabs1 .gridContainer p strong:after {
  border: 0.5px solid #a3a3a3;
  content: "";
  display: block;
  height: 1px;
  opacity: 0.4;
  width: 80%;
}
@media (max-width: 768px) {
  body#product
    #productdaas-accordion
    .extratabs1
    .gridContainer
    p
    strong:after {
    width: 100%;
  }
  body#product #productdaas-accordion .extratabs1 .gridContainer p strong {
    font-size: 12px;
  }
}
body#product #productdaas-accordion .extratabs1 p {
  color: #191919;
  font: normal normal normal 14px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 768px) {
  body#product #productdaas-accordion .extratabs1 p {
    font-size: 11px;
  }
}
body#product #productdaas-accordion .extratabs1 h2 {
  color: #191919;
  font: normal normal normal 14px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 768px) {
  body#product #productdaas-accordion .extratabs1 h2 {
    font-size: 11px;
  }
}
body#product #productdaas-accordion .extratabs1 .content {
  border-bottom: none;
}
body#product .swiper-button-next,
body#product .swiper-container-rtl .swiper-button-prev {
  left: auto;
  right: -9px;
  top: calc(50% - 70px);
}
body#product .swiper-button-prev,
body#product .swiper-container-rtl .swiper-button-next {
  left: -9px;
  right: auto;
  top: calc(50% - 70px);
}
.category-products.block.block-section .product-accessories.block.block-section,
.viewed-products.block.block-section {
  position: relative;
  z-index: 0;
}
.category-products .swiper-button-prev,
.no-controls .swiper-button-prev,
.product-accessories .swiper-button-prev,
.viewed-products .swiper-button-prev {
  display: none !important;
}
html body#index .no-controls .swiper-button-prev,
html body#index .no-controls .swiper-button-next {
  display: block !important;
}
@media (max-width: 768px) {
  .category-products .swiper-button-prev,
  .no-controls .swiper-button-prev,
  .product-accessories .swiper-button-prev,
  .viewed-products .swiper-button-prev {
    display: block !important;
    left: -24px;
  }
}
.category-products .swiper-button-next,
.no-controls .swiper-button-next,
.product-accessories .swiper-button-next,
.viewed-products .swiper-button-next {
  display: none !important;
}
@media (max-width: 768px) {
  .category-products .swiper-button-next,
  .no-controls .swiper-button-next,
  .product-accessories .swiper-button-next,
  .viewed-products .swiper-button-next {
    display: block !important;
    right: -4px;
  }
}
.category-products .swiper-pagination,
.no-controls .swiper-pagination,
.product-accessories .swiper-pagination,
.viewed-products .swiper-pagination {
  display: none !important;
}
.category-products:hover .swiper-button-next,
.category-products:hover .swiper-button-prev,
.no-controls:hover .swiper-button-next,
.no-controls:hover .swiper-button-prev,
.product-accessories:hover .swiper-button-next,
.product-accessories:hover .swiper-button-prev,
.viewed-products:hover .swiper-button-next,
.viewed-products:hover .swiper-button-prev {
  display: block !important;
}
.category-products:hover .swiper-pagination,
.no-controls:hover .swiper-pagination,
.product-accessories:hover .swiper-pagination,
.viewed-products:hover .swiper-pagination {
  display: none !important;
}
.no-padding .elementor-column-wrap {
  padding: 0;
}

#_mobile_blockcart-content .input-group.bootstrap-touchspin {
  margin-left: 10px;
}
.cart-item .bootstrap-touchspin {
  margin: inherit;
  max-width: 180px;
}
.cart-item .bootstrap-touchspin input.form-control {
  border: none !important;
}
.input-group.bootstrap-touchspin {
  border: 1px solid #a3a3a3;
  border-radius: 27px;
  height: 54px;
  margin-right: 20px;
  width: 108px;
}
.input-group.bootstrap-touchspin input {
  background-color: transparent;
  color: #191919;
  font: normal normal normal 16px/16px SharpGroteskMedium20, sans-serif;
  letter-spacing: 0;
  margin-left: 29px;
  margin-right: 29px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
  z-index: 1;
}
.input-group.bootstrap-touchspin button.btn.btn-touchspin {
  background-color: transparent;
  position: absolute;
  width: 40px;
  height: 54px;
  top: 0px;
  padding: 0px;
}
.input-group.bootstrap-touchspin button.btn.btn-touchspin i:before {
  color: #fff;
}
.input-group.bootstrap-touchspin .btn.bootstrap-touchspin-down {
  left: 0px;
  top: 12px;
}
.input-group.bootstrap-touchspin .btn.bootstrap-touchspin-up {
  right: -10px;
  top: 16px;
}
body#product .bloque-producto-nuevo #bloque-informacion-producto .product-add-to-cart .product-quantity .col-add-qty .qty div.input-group.bootstrap-touchspin button.btn-touchspin {
  right: 20px;
}
.input-group.bootstrap-touchspin .input-group-btn-vertical {
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 108px;
  z-index: 0;
}
.input-group.bootstrap-touchspin .fa-angle-down:before {
  content: url(../img/menos.svg);
  opacity: 0.4;
}
.input-group.bootstrap-touchspin .fa-angle-up:before {
  content: url(../img/mas.svg);
  opacity: 0.6;
}
body#product #carruselMedidas {
  margin: auto;
  max-width: 70%;
}
body#product .slick-slide {
  margin-right: 20px;
}
@media (max-width: 768px) {
  body#product .slick-slide {
    margin-right: 0;
  }
}
body#product .slick-slide .slide-primero {
  margin-left: 86px;
}
@media (max-width: 768px) {
  body#product .slick-slide .slide-primero {
    margin-left: 0;
  }
}
body#product .slick-slide .slide-primero.arrancado {
  margin-left: 0;
}
body#product ul.puntos {
  position: relative;
  text-align: center;
  top: -30px;
}
body#product ul.puntos li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
body#product ul.puntos li,
body#product ul.puntos li button {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
body#product ul.puntos li button {
  color: transparent;
  opacity: 0;
}
body#product ul.puntos li.slick-active {
  background-color: #fff;
}
body#product .product-flags {
  left: auto;
  right: 2rem;
  top: 1rem;
}
@media (max-width: 768px) {
  body#product .product-flags {
    left: 10px;
    right: auto;
  }
}
body#product .product-flags .discount,
body#product .product-flags .on-sale {
  background-color: #869c81;
}
body#product .product-add-to-cart {
  margin-top: 20px;
  padding-left: 6px;
}
@media (max-width: 767px) {
  body#product #main-product-wrapper .product-add-to-cart {
    left: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
    z-index: 999999999;
  }
  body#product #main-product-wrapper .product-add-to-cart .col-add-qty {
    width: 25%;
  }
  body#product #main-product-wrapper .product-add-to-cart .col-add-btn {
    margin-left: 20px;
    margin-right: 0;
    width: 75%;
  }
  body#product #main-product-wrapper .product-add-to-cart .btn.add-to-cart {
    border-radius: 0;
    width: 99%;
  }
  body#product
    #main-product-wrapper
    .product-actions.stick
    .product-add-to-cart {
    background: #fff;
    bottom: 0;
    left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10px;
    position: fixed;
    transition: 0.2s;
    width: 100%;
    z-index: 999999999;
  }
  body#product
    #main-product-wrapper
    .product-actions.stick
    .product-add-to-cart
    .product-quantity {
    justify-content: center;
  }
  body#product
    #main-product-wrapper
    .product-actions.stick
    .product-add-to-cart
    .col-add-qty {
    width: auto;
  }
  body#product
    #main-product-wrapper
    .product-actions.stick
    .product-add-to-cart
    .col-add-btn {
    margin-left: 20px;
    margin-right: 10px;
    width: auto;
  }
  body#product
    #main-product-wrapper
    .product-actions.stick
    .product-add-to-cart
    .btn.add-to-cart {
    border-radius: 0;
    font-size: inherit;
    width: 99%;
  }
  body#product
    #main-product-wrapper
    .product-actions.stick
    .product-add-to-cart.variantes {
    bottom: 80px;
  }
  body#product #main-product-wrapper .product-actions.stick .product_p_price_container {
    margin-bottom: 240px
  }
}
@media (max-width: 768px) {
  body#product .iqitreviews-simple {
    display: none !important;
  }
}
body#product h1.page-title {
  font: normal normal normal 18px/24px SharpGroteskBook20, sans-serif;
  margin-bottom: 0 !important;
  margin-top: 10px;
  text-transform: lowercase;
}
body#product h1.page-title:first-letter {
  text-transform: uppercase;
}
body#product .iqit-review-star {
  color: #191919;
  font-size: 10px;
}
body#product .iqitreviews-nb {
  font-size: 10px;
  margin-top: 2px;
}
body#product h4.section-title {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  body#product h4.section-title {
    margin-top: 10px;
  }
}
body#product h4.section-title:after {
  content: none;
}
body#product .category-products,
body#product .product-accessories,
body#product .viewed-products {
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
}
@media (max-width: 768px) {
  body#product .category-products,
  body#product .product-accessories,
  body#product .viewed-products {
    padding-left: 22px;
    padding-right: 22px;
  }
}
body#product .bloque-madera {
  background-color: #f7f1ea;
  padding-bottom: 84px;
  padding-left: 84px;
  padding-right: 84px;
}
@media (max-width: 768px) {
  body#product .bloque-madera {
    padding-bottom: 40px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
body#product .bloque-madera h2 {
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 46px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  body#product .bloque-madera h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-top: 40px;
  }
}
body#product .bloque-madera h3 {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body#product .bloque-madera h3 {
    display: none;
  }
}
body#product .bloque-madera .apartado-madera-contenido-contenido {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  max-width: 80%;
}
@media (max-width: 768px) {
  body#product .bloque-madera .apartado-madera-contenido-contenido {
    max-width: 100%;
  }
}
body#product .bloque-madera .apartado-madera {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 70px;
}
@media (max-width: 768px) {
  body#product .bloque-madera .apartado-madera {
    left: -12px;
    margin-top: 10px;
    position: relative;
  }
  body#product .bloque-madera .madera-imagen svg {
    height: 50px;
    width: 50px;
  }
}
body#product .contendor-extra-tabs {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 70px;
}
body#product .contendor-extra-tabs .extratabs1 {
  width: 53%;
}
@media (max-width: 768px) {
  body#product .contendor-extra-tabs .extratabs1 {
    order: 2;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
  }
}
body#product .contendor-extra-tabs .extratabs2 {
  padding-left: 38px;
  padding-right: 75px;
  width: 44%;
}
@media (max-width: 768px) {
  body#product .contendor-extra-tabs .extratabs2 {
    order: 1;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
body#product .contendor-extra-tabs .extratabs2 div.card:last-of-type {
  border-bottom: 0.5px solid #a3a3a3;
}
body#product .contendor-extra-tabs .title {
  border-bottom: none;
  padding: 14px 0;
}
body#product .contendor-extra-tabs .title a {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  line-height: 24px;
}
body#product .contendor-extra-tabs .contenidotab {
  border-bottom: none;
}
body#product .contendor-extra-tabs .acordeon {
  border-top: 0.5px solid #a3a3a3;
}
@media (max-width: 768px) {
  body#product .contendor-extra-tabs {
    background-color: #fff;
  }
}
body#product .contendor-extra-tabs .product-description-in-tab {
  margin-bottom: 52px;
}
body#product .contendor-extra-tabs .product-description-in-tab p {
  line-height: 24px;
}
body#product .contendor-extra-tabs .titulo-tabs {
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  body#product .contendor-extra-tabs .titulo-tabs {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
body#product .contendor-extra-tabs img {
  height: auto;
  max-width: 100% !important;
}
body#product .contendor-extra-tabs .gridContainer {
  display: flex;
}
@media (max-width: 200px) {
  body#product .contendor-extra-tabs .gridContainer {
    display: block;
  }
}
@media (max-width: 768px) {
  body#product .contendor-extra-tabs .gridContainer {
    display: block;
  }
}
body#product #wrapper {
  padding-top: 0;
}
body#product #product-images-large {
  background-position: 50%;
  background-size: cover;
  height: calc(100vh - 96px);
  width: 100%;
}
body#product
  .elementor
  .elementor-column-gap-default
  .elementor-element-populated {
  margin-left: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body#product
    .elementor
    .elementor-column-gap-default
    .elementor-element-populated
    .swiper-wrapper {
    padding-left: 32px;
  }
}
body#product #bloque-informacion-producto {
  padding-left: 70px;
  padding-right: 70px;
  top: 0;
  width: 53%;
}
body#product #bloque-informacion-producto #col-product-info {
  position: relative;
}
@media (max-width: 768px) {
  body#product #bloque-informacion-producto {
    padding-left: 34px;
    padding-right: 34px;
    top: 0;
    width: 100% !important;
  }
  body#product #bloque-informacion-producto .breadcrumb {
    display: none;
  }
}
body#product #bloque-imagen-producto {
  background-color: #f7f7f7;
  display: block;
  height: calc(100vh - 96px);
  overflow: inherit;
  width: 44%;
}
@media (max-width: 768px) {
  body#product #bloque-imagen-producto {
    height: 55vh;
    width: 100% !important;
  }
}
body#product #bloque-imagen-producto .images-container {
  height: inherit;
  margin-bottom: 0;
}
body#product #bloque-imagen-producto .product-cover {
  height: inherit;
}
body#product #bloque-imagen-producto #product-images-large {
  container-type: inline-size;
  container-name: contendorimagen;
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: center;
}
@media (min-width: 1300px) {
  body#product #bloque-imagen-producto .imagen-portada {
    height: calc(100vh - 96px) !important;
  }
}
@media (min-width: 1300px) and (max-width: 768px) {
  body#product #bloque-imagen-producto .imagen-portada {
    height: auto !important;
  }
}
@media (max-width: 768px) {
  body#product #bloque-imagen-producto .imagen-portada {
    height: 55vh !important;
    max-height: 2000px;
  }
}
body#product .product_header_container {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
body#product .product-additional-info,
body#product .product_p_price_container {
  border-top: none;
}
body#product .product-variants {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  body#product .product-variants {
    display: block;
  }
}
body#product .product-variants .product-variants-item {
  margin-right: 20px;
  width: auto;
}
@media (max-width: 768px) {
  body#product .product-variants .product-variants-item {
    width: 100%;
  }
}
body#product .product-variants .product-variants-item .custom-select2 {
  background-color: #fff;
  border: 1px solid #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 38px;
  max-width: 100%;
  width: 100%;
}
body#product .product-variants .product-variants-item .custom-select2 select {
  color: #191919;
  font: normal normal normal 14px/30px SharpGroteskBook20, sans-serif;
  height: 38px;
  letter-spacing: 0;
  line-height: 16px;
}
body#product
  .product-variants
  .product-variants-item
  .custom-select2
  select
  option {
  color: #191919;
}
body#product
  .product-variants
  .product-variants-item
  .input-radio:checked
  + span.radio-label {
  border: 2px solid #191919 !important;
}
body#product .product-variants .product-variants-item .radio-label {
  border: 1px solid #707070;
  color: #191919;
  font: normal normal normal 14px/30px SharpGroteskMedium20, sans-serif;
  height: 38px;
  letter-spacing: 0;
  opacity: 1;
  outline: initial;
  padding: 4px 15px;
  text-align: center;
}
body#product .product-variants .product-variants-item .radio-label :hover {
  border: 1px solid #191919;
}
body#product .product-variants .product-variants-item .color,
body#product .product-variants .product-variants-item .input-color {
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
}
body#product .product-variants .product-variants-item.mobile .color {
  border-radius: 50%;
  height: 2rem;
  width: 2rem;
}
body#product .product-variants .product-variants-item.mobile .custom-select2 {
  border: none;
  text-align: center;
}
body#product
  .product-variants
  .product-variants-item.mobile
  .custom-select2
  select {
  word-wrap: break-word;
  font-size: 12px;
  height: auto;
  margin: 0;
  min-height: 30px;
  padding: 0;
  -moz-text-align-last: center;
  text-align-last: center;
  white-space: normal;
}
body#product
  .product-variants
  .product-variants-item.mobile
  .custom-select2:after {
  content: none;
}
body#product .product-discount .regular-price {
  color: #767676;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
}
body#product .current-price .product-price {
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 2rem;
  line-height: 30px;
}
body#product .etiqueta-atributo {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
body#product .etiqueta-atributo:after {
  background-color: #a3a3a3;
  content: "";
  display: block;
  height: 0.25px;
  margin-bottom: 15px;
  margin-top: 4px;
  opacity: 0.3;
  width: 100%;
}
@media (max-width: 768px) {
  body#product .etiqueta-atributo:after {
    margin-bottom: 0;
  }
}
body#product .product-description-short {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  body#product .product-description-short {
    margin-bottom: 1rem;
  }
}
body#product .product-description-short p {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
body#product h1 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 2.25rem;
  line-height: 46px;
}
body#product .breadcrumb {
  padding-bottom: 10px;
  padding-top: 25px;
}
body#product .breadcrumb .container {
  padding-left: 0;
}
body#product .breadcrumb .container a,
body#product .breadcrumb .container span {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 11px;
}
body#product .btn.add-to-cart {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 27px;
  color: #f7f1ea;
  font: normal normal normal 14px/16px SharpGroteskBook20, sans-serif;
  height: 54px;
  letter-spacing: 0;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  width: 343px;
}
body#product .btn.add-to-cart:hover {
  background-color: #fff;
  border: 1px solid #191919;
  color: #191919;
}
body#product .col-add-qty {
  margin-right: 10px;
}
body#product .product-quantity .qty {
  height: 54px;
  width: 108px;
}
body#product .product-description {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  body#product .product-description {
    margin-top: 0;
  }
}
body#product .product-description ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}
body#product .product-description ul li {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  list-style: none;
  margin-bottom: 5px;
}
body#product .product-description ul li:before {
  content: url(../img/listamas.svg);
  margin-right: 8px;
}
.btn.btn-primary.form-control-submit {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
.btn.btn-primary.form-control-submit:hover {
  background-color: #fff;
  color: #191919;
}
.bloque-info-cliente {
  border-bottom: 0.5px solid #a3a3a3;
  border-top: 0.5px solid #a3a3a3;
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 200px;
}
@media (max-width: 768px) {
  .bloque-info-cliente {
    margin-top: 50px;
    overflow: overlay;
  }
  .bloque-info-cliente .bloque-info-cliente-contenedor {
    width: -moz-fit-content;
    width: fit-content;
  }
  .bloque-info-cliente .bloque-info-cliente-contenido {
    width: 250px;
  }
}
.bloque-info-cliente .bloque-info-cliente-contenido-titulo {
  font-size: 0.875rem;
  line-height: 30px;
}
.bloque-info-cliente p {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding-right: 20%;
}
#info-account {
  background-color: hsla(0, 0%, 81%, 0.12);
  border: 1px solid #707070;
  margin-top: 20px;
  padding: 52px 27px 42px;
}
#info-account .info-account-apartado {
  margin-bottom: 15px;
  margin-top: 15px;
}
#info-account .info-account-titulo {
  color: #191919;
  font: normal normal normal 12px/18px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
}
#info-account .info-account-titulo:after {
  background-color: #a3a3a3;
  content: "";
  display: block;
  height: 0.5px;
  margin-top: 10px;
  width: 100%;
}
#info-account p {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 21px;
  margin-bottom: 0;
}
body#checkout .bloque-info-cliente a {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body#checkout .bloque-info-cliente a:after {
  background-color: #191919;
  content: "";
  display: inline-block;
  height: 0.5px;
  position: relative;
  top: -14px;
  width: 100%;
}
body#checkout #wrapper {
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
}
body#checkout #wrapper .diferente-direccion {
  display: block;
  width: auto;
}
body#checkout #wrapper .diferente-direccion:after {
  content: none;
}
body#checkout #wrapper #cesta_movil {
  background-color: #fbfbfb;
  left: -25%;
  padding: 1px 25%;
  position: relative;
  top: -17px;
  width: 150%;
}
body#checkout #wrapper #cesta_movil a:after {
  content: none !important;
}
body#checkout #wrapper #cesta_movil .card.cart-summary.js-cart {
  margin-bottom: 0;
  top: 0;
}
@media (max-width: 768px) {
  body#checkout #wrapper .cart-grid-right {
    padding-left: 10px;
    padding-right: 10px;
  }
  body#checkout #wrapper .cart-grid-right .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
body#checkout #wrapper p.add-address a {
  background: #fff;
  border: 2px solid #191919;
  border-radius: 0;
  color: #191919;
  font-size: 0.875rem;
  padding: 5px;
  text-transform: uppercase;
}
body#checkout #wrapper p.add-address a:hover {
  background-color: #191919;
  color: #fff;
}
body#checkout #wrapper p.add-address a:after {
  content: none !important;
}
body#checkout #wrapper article.js-address-item {
  background-color: #f8f8f8;
  border: none;
  padding: 10px;
}
body#checkout #wrapper article.js-address-item header .address-alias {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
body#checkout #wrapper article.js-address-item .address {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
}
body#checkout #wrapper article.js-address-item a:after {
  top: -9px !important;
}
body#checkout #wrapper article.js-address-item .address-footer {
  text-align: right;
}
body#checkout #wrapper .-unreachable {
  display: none !important;
}
body#checkout #wrapper section.checkout-step h1 {
  display: none;
}
body#checkout #wrapper section.checkout-step.js-current-step h1 {
  cursor: inherit;
  display: block;
}
body#checkout #wrapper section.checkout-step.js-current-step h1 span.cursor {
  cursor: pointer;
}
body#checkout #wrapper a {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body#checkout #wrapper a:after {
  background-color: #191919;
  content: "";
  display: inline-block;
  height: 0.5px;
  position: relative;
  top: -14px;
  width: 100%;
}
body#checkout #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#checkout #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#checkout #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#checkout #wrapper .btn.btn-block.btn-lg,
body#checkout #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 54px;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px;
  text-transform: none;
  width: 100%;

}
body#checkout #wrapper .btn.btn-block.btn-lg:hover,
body#checkout #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #454545;
  color: #ffffff;
}
body#checkout #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#checkout #wrapper .form-control-select,
body#checkout #wrapper .lufe-control,
body#checkout #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
}
body#checkout #wrapper .form-control-select:focus,
body#checkout #wrapper .lufe-control:focus,
body#checkout #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#checkout #wrapper .form-input-label__label {
  color: #767676;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}
body#checkout #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 11px;
  line-height: 12px;
  opacity: 1;
  padding: 0 3px;
  top: -3.5px;
  z-index: 3;
}
body#checkout #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#checkout
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#checkout
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#checkout
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#checkout #wrapper .custom-select2,
body#checkout #wrapper .custom-select2 option {
  background-color: transparent;
}
@media (max-width: 768px) {
  body#checkout #wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  body#checkout #wrapper .principal-checkout {
    margin-top: -10px;
  }
  body#checkout #wrapper h1.step-title {
    padding-bottom: 0;
  }
}
body#checkout #wrapper section.checkout-step {
  border: none;
  opacity: 1;
  padding: 0;
}
body#checkout #wrapper section.checkout-step .content {
  padding: 0;
}
body#checkout #wrapper .titular-checkout {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body#checkout #wrapper .titular-checkout {
    margin-bottom: 10px;
  }
}
body#checkout #wrapper .titular-checkout h1,
body#checkout #wrapper .titular-checkout p {
  margin: 0;
  padding: 0;
}
body#checkout #wrapper .titulo-checkout {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 60px;
}
body#checkout #wrapper .mini-enlace {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 30px;
}
body#checkout #wrapper .mini-enlace :after {
  content: none;
}
body#checkout #wrapper #personal-information-step-login {
  background-color: transparent;
  border: 1px solid #a3a3a3;
}
body#checkout #wrapper .bloque-info-cliente a {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body#checkout #wrapper .bloque-info-cliente a:after {
  background-color: #191919;
  content: "";
  display: inline-block;
  height: 0.5px;
  position: relative;
  top: -14px;
  width: 100%;
}
body#checkout #wrapper span.step-number {
  color: #767676;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 60px;
  opacity: 1;
}
@media (max-width: 1000px) {
  body#checkout #wrapper span.step-number {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  body#checkout #wrapper span.step-number {
    font-size: 1.5rem;
  }
}

body#checkout #wrapper span.step-number.paso-activo {
  color: #191919;
}
body#checkout #wrapper .step-separator {
  background-color: #767676;
  display: inline-block;
  height: 0.5px;
  margin-left: 5px;
  margin-right: 5px;
  opacity: 1;
  vertical-align: middle;
  width: 53px;
}

body#checkout #wrapper .step-separator.paso-activo {
  opacity: 1;
}
body#checkout #wrapper .js-address-form .form-fields {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#checkout #wrapper .js-address-form .form-fields .form-group {
  margin-bottom: 12px;
  margin-top: 10px;
  width: 51%;
}
@media (max-width: 768px) {
  body#checkout #wrapper .js-address-form .form-fields .form-group {
    width: 105%;
  }
}
body#checkout #wrapper .js-address-form .form-fields .form-group.checkbox {
  width: 100%;
}
body#checkout #wrapper section.checkout-step.-current .step-title {
  border-bottom: none;
  overflow: initial;
}
@media (max-width: 768px) {
  body#checkout #wrapper section.checkout-step.-current .step-title {
    overflow: scroll;
  }
}
body#checkout #wrapper section.checkout-step.-current .step-title div {
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 768px) {
  body#checkout #wrapper section.checkout-step.-current .step-title div {
    width: -moz-max-content;
    width: max-content;
  }
}
body#checkout #wrapper #checkout-delivery-step .form-fields {
  border-top: 1px solid #a3a3a3;
}
body#checkout #wrapper section.checkout-step .delivery-option {
  align-items: start !important;
  background: #fff;
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 2rem 0;
}
body#checkout #wrapper section.checkout-step .delivery-option .h6.carrier-name {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
body#checkout #wrapper section.checkout-step .delivery-option .carrier-price {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  top: -13px;
}
body#checkout #wrapper section.checkout-step .delivery-option .carrier-delay {
  color: #191919;
  display: block;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  body#checkout #wrapper section.checkout-step .delivery-option .row.row-mobil {
    display: block;
  }
  body#checkout
    #wrapper
    section.checkout-step
    .delivery-option
    .row.row-mobil
    .pull-right {
    float: left;
    margin-top: 20px;
    padding-left: calc(var(--mo-gutter-x) * 0.5);
    padding-right: calc(var(--mo-gutter-x) * 0.5);
    text-align: left;
  }
  body#checkout
    #wrapper
    section.checkout-step
    .delivery-option
    .row.row-mobil
    .col-xs-12 {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
  }
  body#checkout
    #wrapper
    section.checkout-step
    .delivery-option
    .row.row-mobil
    .carrier-delay {
    font-size: 1rem;
    margin-top: 5px;
  }
  body#checkout #wrapper section.checkout-step .delivery-option {
    padding: 10px 0 0;
  }
}
body#checkout #wrapper .js-terms a:after {
  content: none !important;
}
body#checkout #wrapper .contenido-checkout-payment-step {
  border-top: 1px solid #a3a3a3;
}
body#checkout #wrapper .payment-options {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
}
body#checkout #wrapper .payment-options .payment-option {
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 0;
}
body#checkout #wrapper .payment-options .payment-option label {
  font-size: 1.125rem;
  line-height: 30px;
  max-width: 100%;
}
body#checkout #wrapper .payment-options .payment-option .logo_pago {
  align-items: center;
  background-color: #f7f1ea;
  display: flex;
  height: 117px;
  justify-content: center;
  min-width: 117px;
  width: 117px !important;
}
body#checkout
  #wrapper
  .payment-options
  .payment-option
  .additional-information {
  font-size: 12px;
  margin-left: 0;
}
@media (max-width: 768px) {
  body#checkout #wrapper .payment-options .payment-option {
    -webkit-padding-after: 1rem;
    justify-content: space-between;
    padding-block-end: 1rem;
    padding-top: 1rem;
  }
  body#checkout #wrapper .payment-options .payment-option .logo_pago {
    height: 60px !important;
    min-width: 60px !important;
    order: 5;
    width: 60px !important;
  }
  body#checkout #wrapper .payment-options .payment-option .logo_pago img {
    width: 30px;
  }
  body#checkout #wrapper .payment-options .payment-option .contenedor-radio {
    padding-left: 0 !important;
  }
}
body#registration #wrapper a {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body#registration #wrapper a:after {
  background-color: #191919;
  content: "";
  display: inline-block;
  height: 0.5px;
  position: relative;
  top: -14px;
  width: 100%;
}
body#registration #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#registration #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#registration #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#registration #wrapper .btn.btn-block.btn-lg,
body#registration #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
body#registration #wrapper .btn.btn-block.btn-lg:hover,
body#registration #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #fff;
  color: #191919;
}
body#registration #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#registration #wrapper .form-control-select,
body#registration #wrapper .lufe-control,
body#registration #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
  color: #191919;
}
body#registration #wrapper .form-control-select:focus,
body#registration #wrapper .lufe-control:focus,
body#registration #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#registration #wrapper .form-input-label__label {
  color: #767676;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}

body#registration #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 12px;
  line-height: 11px;
  opacity: 1;
  padding: 0 4px;
  top: -3.5px;
  z-index: 3;
}
body#registration #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#registration
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#registration
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#registration
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#registration #wrapper .custom-select2,
body#registration #wrapper .custom-select2 option {
  background-color: transparent;
}
body#registration #wrapper .page-content,
body#registration #wrapper .page-header {
  border: none;
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
  padding-top: 0;
}
@media (max-width: 768px) {
  body#registration #wrapper .page-content,
  body#registration #wrapper .page-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}
body#registration #wrapper .titular-checkout {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body#registration #wrapper .titular-checkout {
    margin-bottom: 10px;
  }
}
body#registration #wrapper .titular-checkout h1,
body#registration #wrapper .titular-checkout p {
  margin: 0;
  padding: 0;
}
body#registration #wrapper .titulo-checkout {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 60px;
}
body#registration #wrapper .mini-enlace {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 30px;
}
body#registration #wrapper .mini-enlace :after {
  content: none;
}
body#authentication #wrapper a {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body#authentication #wrapper a:after {
  background-color: #191919;
  content: "";
  display: inline-block;
  height: 0.5px;
  position: relative;
  top: -14px;
  width: 100%;
}
body#authentication #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#authentication #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#authentication #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#authentication #wrapper .btn.btn-block.btn-lg,
body#authentication #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
body#authentication #wrapper .btn.btn-block.btn-lg:hover,
body#authentication #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #fff;
  color: #191919;
}
body#authentication #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#authentication #wrapper .form-control-select,
body#authentication #wrapper .lufe-control,
body#authentication #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
}
body#authentication #wrapper .form-control-select:focus,
body#authentication #wrapper .lufe-control:focus,
body#authentication #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#authentication #wrapper .form-input-label__label {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 0.4;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}
body#authentication #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 10px;
  line-height: 10px;
  opacity: 1;
  padding: 0 3px;
  top: -3.5px;
  z-index: 3;
}
body#authentication #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#authentication
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#authentication
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#authentication
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#authentication #wrapper .custom-select2,
body#authentication #wrapper .custom-select2 option {
  background-color: transparent;
}
body#authentication #wrapper .page-content,
body#authentication #wrapper .page-header {
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
}
@media (max-width: 768px) {
  body#authentication #wrapper .page-content,
  body#authentication #wrapper .page-header {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
  }
}
body#authentication #wrapper #content {
  border: none;
}
body#authentication #wrapper #content .no-account {
  background-color: #f7f7f7;
  padding: 25px;
  text-align: left;
}
@media (max-width: 768px) {
  body#authentication #wrapper #content .no-account {
    margin-bottom: 25px;
    margin-top: -20px;
    padding: 15px;
  }
  body#authentication #wrapper #content .mb-5.cliente {
    margin-bottom: 0 !important;
  }
}
body#authentication #wrapper h1 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 60px;
}
body#authentication #wrapper h3 {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}
#js-checkout-summary {
  border: none;
  margin-bottom: 5rem;
  top: 77px;
}
#js-checkout-summary h3,
#js-checkout-summary h2,
#js-checkout-summary h2.h3 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
}
#js-checkout-summary .art-totales {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
}
#js-checkout-summary ul li a:after {
  content: none !important;
}
#js-checkout-summary a.text-muted:after {
  top: -9px !important;
}
#js-checkout-summary a.product-name {
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
}
#js-checkout-summary p.precio a.product-name {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
}
#js-checkout-summary p.txt-referencia {
  color: #767676;
}
#js-checkout-summary p.txt-referencia,
#js-checkout-summary p.txt-unidades {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
#js-checkout-summary p.txt-unidades {
  color: #191919;
}
#js-checkout-summary ul.media-list {
  border-bottom: 1px solid hsla(0, 0%, 63%, 0.25);
}
#js-checkout-summary .js-cart-summary-subtotals-container,
#js-checkout-summary .js-cart-summary-totals,
#js-checkout-summary .js-cart-voucher {
  padding: 0.25rem 1.25rem;
}
#js-checkout-summary .cart-summary-subtotals {
  color: #191919;
  font-weight: 100;
  line-height: 24px;
}
#js-checkout-summary .cart-summary-subtotals .label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
}
#js-checkout-summary .cart-summary-subtotals .value {
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 0.875rem;
}
#js-checkout-summary .cart-total {
  color: #191919;
  font-weight: 400;
}
#js-checkout-summary .cart-total .label {
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 1.125rem;
}
#js-checkout-summary .cart-total .value {
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 1.375rem;
}
#order-confirmation {
  font-family: SharpGroteskBook20, sans-serif;
}
#order-confirmation #wrapper {
  margin: 0;
  padding-top: 0;
}
#order-confirmation p {
  color: #191919;
  font-size: 0.875rem;
  line-height: 24px;
}
#order-confirmation #content-hook_order_confirmation {
  padding: 0;
}
#order-confirmation #content-hook_order_confirmation h1 {
  background-color: #b0c8a9;
  color: #fff;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
  padding: 46px 0;
  text-align: center;
}
#order-confirmation #order-detalles,
#order-confirmation .footer-contenido,
#order-confirmation .mail-sent-info {
  margin: auto;
  max-width: 616px;
  padding-left: 20px;
  padding-right: 20px;
}
#order-confirmation .footer-contenido {
  text-align: center;
}
#order-confirmation #content-hook_payment_return {
  background-color: #fbfbfb;
  border-radius: 7px;
  margin: auto;
  max-width: 800px;
  padding: 20px;
  text-align: center;
}
#order-confirmation #content-hook_payment_return dl {
  justify-content: center;
}
#order-confirmation .bloque-info-cliente {
  margin-top: 100px;
}
#order-confirmation #order-detalles ul {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#order-confirmation #order-detalles ul li {
  border-bottom: 1px solid #a3a3a3;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
}
#order-confirmation #order-detalles ul li span {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
#order-confirmation #order-detalles ul li .span1 {
  font-family: SharpGroteskMedium20, sans-serif;
}
#_mobile_blockcart-content #blockcart-content {
  padding-bottom: 20px !important;
  padding-left: 0;
  padding-right: 0;
  width: 33%;
}
#_mobile_blockcart-content #blockcart-content .btn.btn-carrito {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 27px;
  color: #fff;
  margin-top: 20px;
  width: 100%;
}
#_mobile_blockcart-content #blockcart-content .btn.btn-carrito:hover {
  background-color: #fff;
  border: 1px solid #191919;
  color: #191919;
}
@media (max-width: 768px) {
  #_mobile_blockcart-content #blockcart-content .ppseguro {
    margin-top: 10px;
    order: 9;
  }
}
#_mobile_blockcart-content #blockcart-content .pago-seguro {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 11px;
}
#_mobile_blockcart-content #blockcart-content .product-image.media-middle {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 140px;
  max-width: 100%;
  width: 140px;
}
#_mobile_blockcart-content #blockcart-content .product-image.media-middle a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  #_mobile_blockcart-content #blockcart-content .product-image.media-middle {
    height: 70px;
    width: 70px;
  }
}
#_mobile_blockcart-content #blockcart-content .cart-title {
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  #_mobile_blockcart-content #blockcart-content .cart-title {
    padding-left: 10px;
    padding-right: 20px;
  }
  #_mobile_blockcart-content #blockcart-content .cart-title #js-cart-close {
    margin-top: 0;
  }
}
#_mobile_blockcart-content #blockcart-content .todos_totales {
  box-shadow: 0 -2px 12px hsla(0, 0%, 62%, 0.161);
  padding: 15px;
}
#_mobile_blockcart-content #blockcart-content .todos_totales .cart-subtotals {
  border-top: none;
  color: #191919;
  font-size: 12px;
  line-height: 24px;
  padding-bottom: 0;
}
#_mobile_blockcart-content
  #blockcart-content
  .todos_totales
  .cart-subtotals
  .label {
  font-family: SharpGroteskBook20, sans-serif;
}
#_mobile_blockcart-content
  #blockcart-content
  .todos_totales
  .cart-subtotals
  .value {
  font-family: SharpGroteskMedium20, sans-serif;
}
#_mobile_blockcart-content #blockcart-content .todos_totales .cart-totals {
  border-top: none;
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  line-height: 24px;
  padding-bottom: 0;
  padding-top: 0;
}
#_mobile_blockcart-content
  #blockcart-content
  .todos_totales
  .cart-totals
  .label {
  font-size: 12px;
}
#_mobile_blockcart-content
  #blockcart-content
  .todos_totales
  .cart-totals
  .value {
  font-size: 16px;
}
#_mobile_blockcart-content #blockcart-content .cart-products {
  overflow-x: hidden;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 768px) {
  #_mobile_blockcart-content #blockcart-content .cart-products {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#_mobile_blockcart-content #blockcart-content .cart-products li {
  border-bottom: 1px solid #e4e4e4;
}
#_mobile_blockcart-content #blockcart-content .cart-products li > div.row {
  align-items: inherit !important;
  margin-right: 10px;
  padding-right: 1px;
}
#_mobile_blockcart-content #blockcart-content .cart-products .col-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#_mobile_blockcart-content
  #blockcart-content
  .cart-products
  .col-info
  .nombre-producto {
  color: #191919;
  display: block;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 400;
  max-width: 260px;
  text-transform: lowercase;
}
#_mobile_blockcart-content
  #blockcart-content
  .cart-products
  .col-info
  .nombre-producto:first-letter {
  text-transform: uppercase;
}
#_mobile_blockcart-content
  #blockcart-content
  .cart-products
  .col-info
  .product-line-info {
  color: #a3a3a3;
}
@media (max-width: 768px) {
  #_mobile_blockcart-content #blockcart-content {
    width: 340px;
  }
}
body#cart #wrapper h1.page-title {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
}
body#cart #wrapper a {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body#cart #wrapper a:after {
  background-color: #191919;
  content: "";
  display: inline-block;
  height: 0.5px;
  position: relative;
  top: -14px;
  width: 100%;
}
body#cart #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#cart #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#cart #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#cart #wrapper .btn.btn-block.btn-lg,
body#cart #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
body#cart #wrapper .btn.btn-block.btn-lg:hover,
body#cart #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #fff;
  color: #191919;
}
body#cart #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#cart #wrapper .form-control-select,
body#cart #wrapper .lufe-control,
body#cart #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
}
body#cart #wrapper .form-control-select:focus,
body#cart #wrapper .lufe-control:focus,
body#cart #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#cart #wrapper .form-input-label__label {
  color: #767676;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}
body#cart #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 10px;
  line-height: 10px;
  opacity: 1;
  padding: 0 3px;
  top: -3.5px;
  z-index: 3;
}
body#cart #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#cart #wrapper .custom-checkbox input[type="checkbox"] + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#cart
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#cart
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#cart #wrapper .custom-select2,
body#cart #wrapper .custom-select2 option {
  background-color: transparent;
}
body#cart #wrapper #main {
  border: none;
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
  padding-top: 0;
}
@media (max-width: 768px) {
  body#cart #wrapper #main {
    padding-left: 0;
    padding-right: 0;
  }
}
body#cart #wrapper .cart-items {
  overflow-x: hidden;
}
body#cart #wrapper .cart-items li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5rem 0;
}
body#cart #wrapper .cart-items li .row.align-items-center {
  align-content: flex-start !important;
  align-items: flex-start !important;
}
@media (max-width: 768px) {
  body#cart #wrapper .cart-items li .row.align-items-center {
    align-items: flex-start !important;
  }
}
body#cart #wrapper .cart-items .cart-item .product-image img {
  max-width: 125px;
}
body#cart #wrapper .cart-items .product-price {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
body#cart #wrapper .cart-items li > div.row {
  align-items: inherit !important;
  margin-right: 10px;
  padding-right: 1px;
}
@media (max-width: 768px) {
  body#cart #wrapper .cart-items li > div.row {
    margin-right: 0;
    padding-right: 0;
  }
}
body#cart #wrapper .cart-items .col.product-image a:after {
  content: none;
}
@media (max-width: 768px) {
  body#cart #wrapper .cart-items .col.product-image {
    max-width: 25%;
    padding-top: 7px;
  }
  body#cart #wrapper .cart-items .col.product-image img {
    max-width: 70px;
  }
}
body#cart #wrapper .cart-items .flex-precio {
  align-items: end;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 186px;
}
body#cart #wrapper .cart-items .flex-precio a:after {
  content: none;
}
body#cart #wrapper .cart-items .col-info {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 186px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  body#cart #wrapper .cart-items .col-info {
    max-width: 75%;
    overflow: scroll;
    padding-left: 30px;
    padding-top: 5px;
  }
}
body#cart #wrapper .cart-items .col-info .nombre-producto {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
body#cart #wrapper .cart-items .col-info .referencia {
  color: #767676;
  font-size: 12px;
}
body#cart #wrapper .cart-items .col-info .lineas-info {
  margin-bottom: 6px;
  margin-top: 6px;
}
body#cart #wrapper .cart-items .col-info .product-line-info {
  color: #191919 !important;
  font-size: 12px;
  line-height: 17px;
}
body#cart #wrapper .cart-items .col-info a:after {
  content: none;
}
@media (max-width: 768px) {
  body#cart #wrapper {
    padding-left: 30px;
    padding-right: 24px;
    width: 100%;
  }
}
body#cart #wrapper .cart-items a :after {
  content: none;
}
body#cart .card.cart-summary {
  background-color: #fbfbfb;
  border: none;
  padding: 2.5rem;
}
@media (max-width: 768px) {
  body#cart .card.cart-summary {
    background-color: transparent !important;
    padding: 0;
  }
  body#cart .card.cart-summary .logos div.d-flex {
    justify-content: space-between !important;
  }
}
body#cart .card.cart-summary .cart-detailed-subtotals .cart-summary-line {
  color: #191919;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 5px;
}
body#cart .card.cart-summary .cart-detailed-subtotals .cart-summary-line label {
  font-family: SharpGroteskBook20, sans-serif;
}
body#cart
  .card.cart-summary
  .cart-detailed-subtotals
  .cart-summary-line
  .value {
  font-family: SharpGroteskMedium20, sans-serif;
}
body#cart .card.cart-summary .cart-summary-totals {
  margin-bottom: 0.5rem;
}
body#cart .card.cart-summary .cart-summary-totals .cart-summary-line {
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  line-height: 24px;
  margin-bottom: 5px;
}
body#cart .card.cart-summary .cart-summary-totals .cart-summary-line .label {
  font-size: 12px;
}
body#cart .card.cart-summary .cart-summary-totals .cart-summary-line .value {
  font-size: 16px;
}
body#cart a.btn-block:after {
  content: none !important;
}
body#cart a.btn-block {
  border-radius: 27px !important;
}
@media (max-width: 768px) {
  body#cart a.btn-block {
    bottom: 5px;
    left: 20px;
    margin: auto;
    position: fixed !important;
    width: calc(100vw - 40px) !important;
    z-index: 999;
  }
}
body#cart a.gris {
  color: #191919;
}
.block-promo .cart-voucher-area {
  background-color: transparent;
  padding: 15px 0;
}
.block-promo .cart-voucher-area .btn-blanco {
  border: 1px solid #191919;
  padding: 0 15px;
  width: auto;
}
.cesta-vacia {
  text-align: center;
}
.cesta-vacia h2 {
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 24px;
  font-weight: 100;
  line-height: 46px;
}
.cesta-vacia p {
  color: #a3a3a3;
  font-size: 14px;
  line-height: 24px;
}
.cesta-vacia svg {
  fill: #a3a3a3;
  color: #a3a3a3;
  width: 150px;
}
body#contact h1.page-title {
  margin-bottom: 2rem !important;
}
body#contact .btn.btn-primary {
  background-color: #191919;
  border: 1px solid #191919;
}
body#contact .btn.btn-primary:hover {
  background-color: #fff;
  color: #191919;
}
body#address #wrapper,
body#addresses #wrapper,
body#contact #wrapper,
body#discount #wrapper,
body#history #wrapper,
body#identity #wrapper,
body#module-iqitwishlist-view #wrapper,
body#module-paytpv-account #wrapper,
body#module-ps_emailalerts-account #wrapper,
body#module-psgdpr-gdpr #wrapper,
body#my-account #wrapper,
body#order-slip #wrapper,
body#order-detail #wrapper,
body#password #wrapper {
  color: #000;
  font-family: SharpGroteskBook20, sans-serif;
}
body#address #wrapper h1.page-title,
body#addresses #wrapper h1.page-title,
body#contact #wrapper h1.page-title,
body#discount #wrapper h1.page-title,
body#history #wrapper h1.page-title,
body#identity #wrapper h1.page-title,
body#module-iqitwishlist-view #wrapper h1.page-title,
body#module-paytpv-account #wrapper h1.page-title,
body#module-ps_emailalerts-account #wrapper h1.page-title,
body#module-psgdpr-gdpr #wrapper h1.page-title,
body#my-account #wrapper h1.page-title,
body#order-slip #wrapper h1.page-title,
body#order-detail #wrapper h1.page-title,
body#password #wrapper h1.page-title {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
}
body#address #wrapper .contact-form textarea.form-control,
body#addresses #wrapper .contact-form textarea.form-control,
body#contact #wrapper .contact-form textarea.form-control,
body#discount #wrapper .contact-form textarea.form-control,
body#history #wrapper .contact-form textarea.form-control,
body#identity #wrapper .contact-form textarea.form-control,
body#module-iqitwishlist-view #wrapper .contact-form textarea.form-control,
body#module-paytpv-account #wrapper .contact-form textarea.form-control,
body#module-ps_emailalerts-account #wrapper .contact-form textarea.form-control,
body#module-psgdpr-gdpr #wrapper .contact-form textarea.form-control,
body#my-account #wrapper .contact-form textarea.form-control,
body#order-slip #wrapper .contact-form textarea.form-control,
body#order-detail #wrapper .contact-form textarea.form-control,
body#password #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#address #wrapper textarea.form-control,
body#addresses #wrapper textarea.form-control,
body#contact #wrapper textarea.form-control,
body#discount #wrapper textarea.form-control,
body#history #wrapper textarea.form-control,
body#identity #wrapper textarea.form-control,
body#module-iqitwishlist-view #wrapper textarea.form-control,
body#module-paytpv-account #wrapper textarea.form-control,
body#module-ps_emailalerts-account #wrapper textarea.form-control,
body#module-psgdpr-gdpr #wrapper textarea.form-control,
body#my-account #wrapper textarea.form-control,
body#order-slip #wrapper textarea.form-control,
body#order-detail #wrapper textarea.form-control,
body#password #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#address #wrapper .btn.btn-outline-secondary,
body#addresses #wrapper .btn.btn-outline-secondary,
body#contact #wrapper .btn.btn-outline-secondary,
body#discount #wrapper .btn.btn-outline-secondary,
body#history #wrapper .btn.btn-outline-secondary,
body#identity #wrapper .btn.btn-outline-secondary,
body#module-iqitwishlist-view #wrapper .btn.btn-outline-secondary,
body#module-paytpv-account #wrapper .btn.btn-outline-secondary,
body#module-ps_emailalerts-account #wrapper .btn.btn-outline-secondary,
body#module-psgdpr-gdpr #wrapper .btn.btn-outline-secondary,
body#my-account #wrapper .btn.btn-outline-secondary,
body#order-slip #wrapper .btn.btn-outline-secondary,
body#order-detail #wrapper .btn.btn-outline-secondary,
body#password #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#address #wrapper .btn.btn-block.btn-lg,
body#address #wrapper .btn.btn-primary.pull-xs-right,
body#addresses #wrapper .btn.btn-block.btn-lg,
body#addresses #wrapper .btn.btn-primary.pull-xs-right,
body#contact #wrapper .btn.btn-block.btn-lg,
body#contact #wrapper .btn.btn-primary.pull-xs-right,
body#discount #wrapper .btn.btn-block.btn-lg,
body#discount #wrapper .btn.btn-primary.pull-xs-right,
body#history #wrapper .btn.btn-block.btn-lg,
body#history #wrapper .btn.btn-primary.pull-xs-right,
body#identity #wrapper .btn.btn-block.btn-lg,
body#identity #wrapper .btn.btn-primary.pull-xs-right,
body#module-iqitwishlist-view #wrapper .btn.btn-block.btn-lg,
body#module-iqitwishlist-view #wrapper .btn.btn-primary.pull-xs-right,
body#module-paytpv-account #wrapper .btn.btn-block.btn-lg,
body#module-paytpv-account #wrapper .btn.btn-primary.pull-xs-right,
body#module-ps_emailalerts-account #wrapper .btn.btn-block.btn-lg,
body#module-ps_emailalerts-account #wrapper .btn.btn-primary.pull-xs-right,
body#module-psgdpr-gdpr #wrapper .btn.btn-block.btn-lg,
body#module-psgdpr-gdpr #wrapper .btn.btn-primary.pull-xs-right,
body#my-account #wrapper .btn.btn-block.btn-lg,
body#my-account #wrapper .btn.btn-primary.pull-xs-right,
body#order-slip #wrapper .btn.btn-block.btn-lg,
body#order-slip #wrapper .btn.btn-primary.pull-xs-right,
body#order-detail #wrapper .btn.btn-block.btn-lg,
body#order-detail #wrapper .btn.btn-primary.pull-xs-right,
body#password #wrapper .btn.btn-block.btn-lg,
body#password #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
body#address #wrapper .btn.btn-block.btn-lg:hover,
body#address #wrapper .btn.btn-primary.pull-xs-right:hover,
body#addresses #wrapper .btn.btn-block.btn-lg:hover,
body#addresses #wrapper .btn.btn-primary.pull-xs-right:hover,
body#contact #wrapper .btn.btn-block.btn-lg:hover,
body#contact #wrapper .btn.btn-primary.pull-xs-right:hover,
body#discount #wrapper .btn.btn-block.btn-lg:hover,
body#discount #wrapper .btn.btn-primary.pull-xs-right:hover,
body#history #wrapper .btn.btn-block.btn-lg:hover,
body#history #wrapper .btn.btn-primary.pull-xs-right:hover,
body#identity #wrapper .btn.btn-block.btn-lg:hover,
body#identity #wrapper .btn.btn-primary.pull-xs-right:hover,
body#module-iqitwishlist-view #wrapper .btn.btn-block.btn-lg:hover,
body#module-iqitwishlist-view #wrapper .btn.btn-primary.pull-xs-right:hover,
body#module-paytpv-account #wrapper .btn.btn-block.btn-lg:hover,
body#module-paytpv-account #wrapper .btn.btn-primary.pull-xs-right:hover,
body#module-ps_emailalerts-account #wrapper .btn.btn-block.btn-lg:hover,
body#module-ps_emailalerts-account
  #wrapper
  .btn.btn-primary.pull-xs-right:hover,
body#module-psgdpr-gdpr #wrapper .btn.btn-block.btn-lg:hover,
body#module-psgdpr-gdpr #wrapper .btn.btn-primary.pull-xs-right:hover,
body#my-account #wrapper .btn.btn-block.btn-lg:hover,
body#my-account #wrapper .btn.btn-primary.pull-xs-right:hover,
body#order-slip #wrapper .btn.btn-block.btn-lg:hover,
body#order-slip #wrapper .btn.btn-primary.pull-xs-right:hover,
body#order-detail #wrapper .btn.btn-block.btn-lg:hover,
body#order-detail #wrapper .btn.btn-primary.pull-xs-right:hover,
body#password #wrapper .btn.btn-block.btn-lg:hover,
body#password #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #fff;
  color: #191919;
}
body#address #wrapper .input[type="text"],
body#addresses #wrapper .input[type="text"],
body#contact #wrapper .input[type="text"],
body#discount #wrapper .input[type="text"],
body#history #wrapper .input[type="text"],
body#identity #wrapper .input[type="text"],
body#module-iqitwishlist-view #wrapper .input[type="text"],
body#module-paytpv-account #wrapper .input[type="text"],
body#module-ps_emailalerts-account #wrapper .input[type="text"],
body#module-psgdpr-gdpr #wrapper .input[type="text"],
body#my-account #wrapper .input[type="text"],
body#order-slip #wrapper .input[type="text"],
body#order-detail #wrapper .input[type="text"],
body#password #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#address #wrapper .form-control-select,
body#address #wrapper .lufe-control,
body#address #wrapper input.form-control,
body#addresses #wrapper .form-control-select,
body#addresses #wrapper .lufe-control,
body#addresses #wrapper input.form-control,
body#contact #wrapper .form-control-select,
body#contact #wrapper .lufe-control,
body#contact #wrapper input.form-control,
body#discount #wrapper .form-control-select,
body#discount #wrapper .lufe-control,
body#discount #wrapper input.form-control,
body#history #wrapper .form-control-select,
body#history #wrapper .lufe-control,
body#history #wrapper input.form-control,
body#identity #wrapper .form-control-select,
body#identity #wrapper .lufe-control,
body#identity #wrapper input.form-control,
body#module-iqitwishlist-view #wrapper .form-control-select,
body#module-iqitwishlist-view #wrapper .lufe-control,
body#module-iqitwishlist-view #wrapper input.form-control,
body#module-paytpv-account #wrapper .form-control-select,
body#module-paytpv-account #wrapper .lufe-control,
body#module-paytpv-account #wrapper input.form-control,
body#module-ps_emailalerts-account #wrapper .form-control-select,
body#module-ps_emailalerts-account #wrapper .lufe-control,
body#module-ps_emailalerts-account #wrapper input.form-control,
body#module-psgdpr-gdpr #wrapper .form-control-select,
body#module-psgdpr-gdpr #wrapper .lufe-control,
body#module-psgdpr-gdpr #wrapper input.form-control,
body#my-account #wrapper .form-control-select,
body#my-account #wrapper .lufe-control,
body#my-account #wrapper input.form-control,
body#order-slip #wrapper .form-control-select,
body#order-slip #wrapper .lufe-control,
body#order-slip #wrapper input.form-control,
body#order-detail #wrapper .form-control-select,
body#order-detail #wrapper .lufe-control,
body#order-detail #wrapper input.form-control,
body#password #wrapper .form-control-select,
body#password #wrapper .lufe-control,
body#password #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
}
body#address #wrapper .form-control-select:focus,
body#address #wrapper .lufe-control:focus,
body#address #wrapper input.form-control:focus,
body#addresses #wrapper .form-control-select:focus,
body#addresses #wrapper .lufe-control:focus,
body#addresses #wrapper input.form-control:focus,
body#contact #wrapper .form-control-select:focus,
body#contact #wrapper .lufe-control:focus,
body#contact #wrapper input.form-control:focus,
body#discount #wrapper .form-control-select:focus,
body#discount #wrapper .lufe-control:focus,
body#discount #wrapper input.form-control:focus,
body#history #wrapper .form-control-select:focus,
body#history #wrapper .lufe-control:focus,
body#history #wrapper input.form-control:focus,
body#identity #wrapper .form-control-select:focus,
body#identity #wrapper .lufe-control:focus,
body#identity #wrapper input.form-control:focus,
body#module-iqitwishlist-view #wrapper .form-control-select:focus,
body#module-iqitwishlist-view #wrapper .lufe-control:focus,
body#module-iqitwishlist-view #wrapper input.form-control:focus,
body#module-paytpv-account #wrapper .form-control-select:focus,
body#module-paytpv-account #wrapper .lufe-control:focus,
body#module-paytpv-account #wrapper input.form-control:focus,
body#module-ps_emailalerts-account #wrapper .form-control-select:focus,
body#module-ps_emailalerts-account #wrapper .lufe-control:focus,
body#module-ps_emailalerts-account #wrapper input.form-control:focus,
body#module-psgdpr-gdpr #wrapper .form-control-select:focus,
body#module-psgdpr-gdpr #wrapper .lufe-control:focus,
body#module-psgdpr-gdpr #wrapper input.form-control:focus,
body#my-account #wrapper .form-control-select:focus,
body#my-account #wrapper .lufe-control:focus,
body#my-account #wrapper input.form-control:focus,
body#order-slip #wrapper .form-control-select:focus,
body#order-slip #wrapper .lufe-control:focus,
body#order-slip #wrapper input.form-control:focus,
body#order-detail #wrapper .form-control-select:focus,
body#order-detail #wrapper .lufe-control:focus,
body#order-detail #wrapper input.form-control:focus,
body#password #wrapper .form-control-select:focus,
body#password #wrapper .lufe-control:focus,
body#password #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#address #wrapper .form-input-label__label,
body#addresses #wrapper .form-input-label__label,
body#contact #wrapper .form-input-label__label,
body#discount #wrapper .form-input-label__label,
body#history #wrapper .form-input-label__label,
body#identity #wrapper .form-input-label__label,
body#module-iqitwishlist-view #wrapper .form-input-label__label,
body#module-paytpv-account #wrapper .form-input-label__label,
body#module-ps_emailalerts-account #wrapper .form-input-label__label,
body#module-psgdpr-gdpr #wrapper .form-input-label__label,
body#my-account #wrapper .form-input-label__label,
body#order-slip #wrapper .form-input-label__label,
body#order-detail #wrapper .form-input-label__label,
body#password #wrapper .form-input-label__label {
  color: #767676;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}
body#address #wrapper .form-input-label__label.focus,
body#addresses #wrapper .form-input-label__label.focus,
body#contact #wrapper .form-input-label__label.focus,
body#discount #wrapper .form-input-label__label.focus,
body#history #wrapper .form-input-label__label.focus,
body#identity #wrapper .form-input-label__label.focus,
body#module-iqitwishlist-view #wrapper .form-input-label__label.focus,
body#module-paytpv-account #wrapper .form-input-label__label.focus,
body#module-ps_emailalerts-account #wrapper .form-input-label__label.focus,
body#module-psgdpr-gdpr #wrapper .form-input-label__label.focus,
body#my-account #wrapper .form-input-label__label.focus,
body#order-slip #wrapper .form-input-label__label.focus,
body#order-detail #wrapper .form-input-label__label.focus,
body#password #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 11px;
  line-height: 10px;
  opacity: 1;
  padding: 0 3px;
  top: -3.5px;
  z-index: 3;
}

body#address #wrapper .custom-checkbox label,
body#addresses #wrapper .custom-checkbox label,
body#contact #wrapper .custom-checkbox label,
body#discount #wrapper .custom-checkbox label,
body#history #wrapper .custom-checkbox label,
body#identity #wrapper .custom-checkbox label,
body#module-iqitwishlist-view #wrapper .custom-checkbox label,
body#module-paytpv-account #wrapper .custom-checkbox label,
body#module-ps_emailalerts-account #wrapper .custom-checkbox label,
body#module-psgdpr-gdpr #wrapper .custom-checkbox label,
body#my-account #wrapper .custom-checkbox label,
body#order-slip #wrapper .custom-checkbox label,
body#order-detail #wrapper .custom-checkbox label,
body#password #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#address
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#addresses
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#contact
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#discount
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#history
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#identity
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#module-iqitwishlist-view
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#module-paytpv-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#module-ps_emailalerts-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#module-psgdpr-gdpr
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#my-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#order-slip
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#order-detail
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#password
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#address
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#addresses
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#contact
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#discount
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#history
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#identity
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#module-iqitwishlist-view
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#module-paytpv-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#module-ps_emailalerts-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#module-psgdpr-gdpr
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#my-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#order-slip
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#order-detail
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#password
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#address
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#addresses
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#contact
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#discount
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#history
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#identity
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#module-iqitwishlist-view
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#module-paytpv-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#module-ps_emailalerts-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#module-psgdpr-gdpr
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#my-account
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#order-slip
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#order-detail
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#password
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#address #wrapper .custom-select2,
body#address #wrapper .custom-select2 option,
body#addresses #wrapper .custom-select2,
body#addresses #wrapper .custom-select2 option,
body#contact #wrapper .custom-select2,
body#contact #wrapper .custom-select2 option,
body#discount #wrapper .custom-select2,
body#discount #wrapper .custom-select2 option,
body#history #wrapper .custom-select2,
body#history #wrapper .custom-select2 option,
body#identity #wrapper .custom-select2,
body#identity #wrapper .custom-select2 option,
body#module-iqitwishlist-view #wrapper .custom-select2,
body#module-iqitwishlist-view #wrapper .custom-select2 option,
body#module-paytpv-account #wrapper .custom-select2,
body#module-paytpv-account #wrapper .custom-select2 option,
body#module-ps_emailalerts-account #wrapper .custom-select2,
body#module-ps_emailalerts-account #wrapper .custom-select2 option,
body#module-psgdpr-gdpr #wrapper .custom-select2,
body#module-psgdpr-gdpr #wrapper .custom-select2 option,
body#my-account #wrapper .custom-select2,
body#my-account #wrapper .custom-select2 option,
body#order-slip #wrapper .custom-select2,
body#order-slip #wrapper .custom-select2 option,
body#order-detail #wrapper .custom-select2,
body#order-detail #wrapper .custom-select2 option,
body#password #wrapper .custom-select2,
body#password #wrapper .custom-select2 option {
  background-color: transparent;
}
body#address #wrapper #main,
body#addresses #wrapper #main,
body#contact #wrapper #main,
body#discount #wrapper #main,
body#history #wrapper #main,
body#identity #wrapper #main,
body#module-iqitwishlist-view #wrapper #main,
body#module-paytpv-account #wrapper #main,
body#module-ps_emailalerts-account #wrapper #main,
body#module-psgdpr-gdpr #wrapper #main,
body#my-account #wrapper #main,
body#order-slip #wrapper #main,
body#order-detail #wrapper #main,
body#password #wrapper #main {
  border: none;
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
  padding-top: 0;
}
@media (max-width: 768px) {
  body#address #wrapper #main,
  body#addresses #wrapper #main,
  body#contact #wrapper #main,
  body#discount #wrapper #main,
  body#history #wrapper #main,
  body#identity #wrapper #main,
  body#module-iqitwishlist-view #wrapper #main,
  body#module-paytpv-account #wrapper #main,
  body#module-ps_emailalerts-account #wrapper #main,
  body#module-psgdpr-gdpr #wrapper #main,
  body#my-account #wrapper #main,
  body#order-slip #wrapper #main,
  body#order-detail #wrapper #main,
  body#password #wrapper #main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#address #wrapper #main .name-cliente,
body#addresses #wrapper #main .name-cliente,
body#contact #wrapper #main .name-cliente,
body#discount #wrapper #main .name-cliente,
body#history #wrapper #main .name-cliente,
body#identity #wrapper #main .name-cliente,
body#module-iqitwishlist-view #wrapper #main .name-cliente,
body#module-paytpv-account #wrapper #main .name-cliente,
body#module-ps_emailalerts-account #wrapper #main .name-cliente,
body#module-psgdpr-gdpr #wrapper #main .name-cliente,
body#my-account #wrapper #main .name-cliente,
body#order-slip #wrapper #main .name-cliente,
body#order-detail #wrapper #main .name-cliente,
body#password #wrapper #main .name-cliente {
  color: #767676;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.125rem;
  line-height: 60px;
  margin-top: -25px;
}
body#address #wrapper #main .my-account-page-content-wrapper,
body#address #wrapper #main .page-authentication #content,
body#address #wrapper #main .page-customer-account #content,
body#addresses #wrapper #main .my-account-page-content-wrapper,
body#addresses #wrapper #main .page-authentication #content,
body#addresses #wrapper #main .page-customer-account #content,
body#contact #wrapper #main .my-account-page-content-wrapper,
body#contact #wrapper #main .page-authentication #content,
body#contact #wrapper #main .page-customer-account #content,
body#discount #wrapper #main .my-account-page-content-wrapper,
body#discount #wrapper #main .page-authentication #content,
body#discount #wrapper #main .page-customer-account #content,
body#history #wrapper #main .my-account-page-content-wrapper,
body#history #wrapper #main .page-authentication #content,
body#history #wrapper #main .page-customer-account #content,
body#identity #wrapper #main .my-account-page-content-wrapper,
body#identity #wrapper #main .page-authentication #content,
body#identity #wrapper #main .page-customer-account #content,
body#module-iqitwishlist-view #wrapper #main .my-account-page-content-wrapper,
body#module-iqitwishlist-view #wrapper #main .page-authentication #content,
body#module-iqitwishlist-view #wrapper #main .page-customer-account #content,
body#module-paytpv-account #wrapper #main .my-account-page-content-wrapper,
body#module-paytpv-account #wrapper #main .page-authentication #content,
body#module-paytpv-account #wrapper #main .page-customer-account #content,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .my-account-page-content-wrapper,
body#module-ps_emailalerts-account #wrapper #main .page-authentication #content,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .page-customer-account
  #content,
body#module-psgdpr-gdpr #wrapper #main .my-account-page-content-wrapper,
body#module-psgdpr-gdpr #wrapper #main .page-authentication #content,
body#module-psgdpr-gdpr #wrapper #main .page-customer-account #content,
body#my-account #wrapper #main .my-account-page-content-wrapper,
body#my-account #wrapper #main .page-authentication #content,
body#my-account #wrapper #main .page-customer-account #content,
body#order-slip #wrapper #main .my-account-page-content-wrapper,
body#order-slip #wrapper #main .page-authentication #content,
body#order-slip #wrapper #main .page-customer-account #content,
body#order-detail #wrapper #main .my-account-page-content-wrapper,
body#order-detail #wrapper #main .page-authentication #content,
body#order-detail #wrapper #main .page-customer-account #content,
body#password #wrapper #main .my-account-page-content-wrapper,
body#password #wrapper #main .page-authentication #content,
body#password #wrapper #main .page-customer-account #content {
  border: none;
  padding-left: 7px;
}
body#address #wrapper #main .cerrar-sesion a,
body#address
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#addresses #wrapper #main .cerrar-sesion a,
body#addresses
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#contact #wrapper #main .cerrar-sesion a,
body#contact
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#discount #wrapper #main .cerrar-sesion a,
body#discount
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#history #wrapper #main .cerrar-sesion a,
body#history
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#identity #wrapper #main .cerrar-sesion a,
body#identity
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#module-iqitwishlist-view #wrapper #main .cerrar-sesion a,
body#module-iqitwishlist-view
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#module-paytpv-account #wrapper #main .cerrar-sesion a,
body#module-paytpv-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#module-ps_emailalerts-account #wrapper #main .cerrar-sesion a,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#module-psgdpr-gdpr #wrapper #main .cerrar-sesion a,
body#module-psgdpr-gdpr
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#my-account #wrapper #main .cerrar-sesion a,
body#my-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#order-slip #wrapper #main .cerrar-sesion a,
body#order-slip
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#order-detail #wrapper #main .cerrar-sesion a,
body#order-detail
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#password #wrapper #main .cerrar-sesion a,
body#password
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a {
  border-bottom: none;
  font-size: 0.875rem;
  line-height: 36px;
  padding: 0;
}
body#address #wrapper #main .cerrar-sesion a i,
body#address
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#addresses #wrapper #main .cerrar-sesion a i,
body#addresses
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#contact #wrapper #main .cerrar-sesion a i,
body#contact
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#discount #wrapper #main .cerrar-sesion a i,
body#discount
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#history #wrapper #main .cerrar-sesion a i,
body#history
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#identity #wrapper #main .cerrar-sesion a i,
body#identity
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#module-iqitwishlist-view #wrapper #main .cerrar-sesion a i,
body#module-iqitwishlist-view
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#module-paytpv-account #wrapper #main .cerrar-sesion a i,
body#module-paytpv-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#module-ps_emailalerts-account #wrapper #main .cerrar-sesion a i,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#module-psgdpr-gdpr #wrapper #main .cerrar-sesion a i,
body#module-psgdpr-gdpr
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#my-account #wrapper #main .cerrar-sesion a i,
body#my-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#order-slip #wrapper #main .cerrar-sesion a i,
body#order-slip
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#order-detail #wrapper #main .cerrar-sesion a i,
body#order-detail
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#password #wrapper #main .cerrar-sesion a i,
body#password
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i {
  height: 32px;
  width: 32px;
}
body#address #wrapper #main .cerrar-sesion a i:before,
body#address
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#addresses #wrapper #main .cerrar-sesion a i:before,
body#addresses
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#contact #wrapper #main .cerrar-sesion a i:before,
body#contact
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#discount #wrapper #main .cerrar-sesion a i:before,
body#discount
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#history #wrapper #main .cerrar-sesion a i:before,
body#history
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#identity #wrapper #main .cerrar-sesion a i:before,
body#identity
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#module-iqitwishlist-view #wrapper #main .cerrar-sesion a i:before,
body#module-iqitwishlist-view
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#module-paytpv-account #wrapper #main .cerrar-sesion a i:before,
body#module-paytpv-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#module-ps_emailalerts-account #wrapper #main .cerrar-sesion a i:before,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#module-psgdpr-gdpr #wrapper #main .cerrar-sesion a i:before,
body#module-psgdpr-gdpr
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#my-account #wrapper #main .cerrar-sesion a i:before,
body#my-account
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#order-slip #wrapper #main .cerrar-sesion a i:before,
body#order-slip
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#order-detail #wrapper #main .cerrar-sesion a i:before,
body#order-detail
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#password #wrapper #main .cerrar-sesion a i:before,
body#password
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before {
  font-size: 17px;
  position: relative;
  top: 1px;
}
@media (max-width: 768px) {
  body#address #wrapper #main .cerrar-sesion a i:before,
  body#address
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#addresses #wrapper #main .cerrar-sesion a i:before,
  body#addresses
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#contact #wrapper #main .cerrar-sesion a i:before,
  body#contact
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#discount #wrapper #main .cerrar-sesion a i:before,
  body#discount
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#history #wrapper #main .cerrar-sesion a i:before,
  body#history
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#identity #wrapper #main .cerrar-sesion a i:before,
  body#identity
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#module-iqitwishlist-view #wrapper #main .cerrar-sesion a i:before,
  body#module-iqitwishlist-view
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#module-paytpv-account #wrapper #main .cerrar-sesion a i:before,
  body#module-paytpv-account
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#module-ps_emailalerts-account #wrapper #main .cerrar-sesion a i:before,
  body#module-ps_emailalerts-account
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#module-psgdpr-gdpr #wrapper #main .cerrar-sesion a i:before,
  body#module-psgdpr-gdpr
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#my-account #wrapper #main .cerrar-sesion a i:before,
  body#my-account
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#order-slip #wrapper #main .cerrar-sesion a i:before,
  body#order-slip
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#order-detail #wrapper #main .cerrar-sesion a i:before,
  body#order-detail
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#password #wrapper #main .cerrar-sesion a i:before,
  body#password
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before {
    top: 5px;
  }
}
body#address #wrapper #main .my-account-side-links.col-sm-3,
body#addresses #wrapper #main .my-account-side-links.col-sm-3,
body#contact #wrapper #main .my-account-side-links.col-sm-3,
body#discount #wrapper #main .my-account-side-links.col-sm-3,
body#history #wrapper #main .my-account-side-links.col-sm-3,
body#identity #wrapper #main .my-account-side-links.col-sm-3,
body#module-iqitwishlist-view #wrapper #main .my-account-side-links.col-sm-3,
body#module-paytpv-account #wrapper #main .my-account-side-links.col-sm-3,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .my-account-side-links.col-sm-3,
body#module-psgdpr-gdpr #wrapper #main .my-account-side-links.col-sm-3,
body#my-account #wrapper #main .my-account-side-links.col-sm-3,
body#order-slip #wrapper #main .my-account-side-links.col-sm-3,
body#order-detail #wrapper #main .my-account-side-links.col-sm-3,
body#password #wrapper #main .my-account-side-links.col-sm-3 {
  border-right: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  body#address #wrapper #main .my-account-side-links.col-sm-3,
  body#addresses #wrapper #main .my-account-side-links.col-sm-3,
  body#contact #wrapper #main .my-account-side-links.col-sm-3,
  body#discount #wrapper #main .my-account-side-links.col-sm-3,
  body#history #wrapper #main .my-account-side-links.col-sm-3,
  body#identity #wrapper #main .my-account-side-links.col-sm-3,
  body#module-iqitwishlist-view #wrapper #main .my-account-side-links.col-sm-3,
  body#module-paytpv-account #wrapper #main .my-account-side-links.col-sm-3,
  body#module-ps_emailalerts-account
    #wrapper
    #main
    .my-account-side-links.col-sm-3,
  body#module-psgdpr-gdpr #wrapper #main .my-account-side-links.col-sm-3,
  body#my-account #wrapper #main .my-account-side-links.col-sm-3,
  body#order-slip #wrapper #main .my-account-side-links.col-sm-3,
  body#order-detail #wrapper #main .my-account-side-links.col-sm-3,
  body#password #wrapper #main .my-account-side-links.col-sm-3 {
    display: flex;
    overflow: scroll;
    width: -moz-max-content;
    width: max-content;
  }
  body#address #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#addresses #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#contact #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#discount #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#history #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#identity #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#module-iqitwishlist-view
    #wrapper
    #main
    .my-account-side-links.col-sm-3
    a
    span,
  body#module-paytpv-account
    #wrapper
    #main
    .my-account-side-links.col-sm-3
    a
    span,
  body#module-ps_emailalerts-account
    #wrapper
    #main
    .my-account-side-links.col-sm-3
    a
    span,
  body#module-psgdpr-gdpr #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#my-account #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#order-slip #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#order-detail #wrapper #main .my-account-side-links.col-sm-3 a span,
  body#password #wrapper #main .my-account-side-links.col-sm-3 a span {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    line-height: normal;
    margin-right: 15px;
    min-width: 100px;
  }
}
body#address #wrapper #main .accesos-rapido a,
body#addresses #wrapper #main .accesos-rapido a,
body#contact #wrapper #main .accesos-rapido a,
body#discount #wrapper #main .accesos-rapido a,
body#history #wrapper #main .accesos-rapido a,
body#identity #wrapper #main .accesos-rapido a,
body#module-iqitwishlist-view #wrapper #main .accesos-rapido a,
body#module-paytpv-account #wrapper #main .accesos-rapido a,
body#module-ps_emailalerts-account #wrapper #main .accesos-rapido a,
body#module-psgdpr-gdpr #wrapper #main .accesos-rapido a,
body#my-account #wrapper #main .accesos-rapido a,
body#order-slip #wrapper #main .accesos-rapido a,
body#order-detail #wrapper #main .accesos-rapido a,
body#password #wrapper #main .accesos-rapido a {
  text-transform: uppercase;
}
body#address
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#addresses
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#contact
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#discount
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#history
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#identity
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#module-iqitwishlist-view
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#module-paytpv-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#module-psgdpr-gdpr
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#my-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#order-slip
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#order-detail
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#password
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  background-color: #f8f8f8;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 277px;
  justify-content: center;
  margin: 1rem;
  text-align: center;
  width: 22%;
}
@media (max-width: 768px) {
  body#address
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#addresses
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#contact
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#discount
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#history
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#identity
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#module-iqitwishlist-view
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#module-paytpv-account
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#module-ps_emailalerts-account
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#module-psgdpr-gdpr
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#my-account
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#order-slip
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#order-detail
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#password
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    margin: 9px 6px !important;
    width: 100% !important;
  }
}
body#address
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#addresses
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#contact
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#discount
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#history
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#identity
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#module-iqitwishlist-view
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#module-paytpv-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#module-psgdpr-gdpr
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#my-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#order-slip
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#order-detail
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#password
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i {
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 120px;
  justify-content: center;
  margin: auto;
  width: 100%;
}
body#address
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#addresses
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#contact
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#discount
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#history
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#identity
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#module-iqitwishlist-view
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#module-paytpv-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#module-psgdpr-gdpr
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#my-account
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#order-slip
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#order-detail
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#password
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before {
  font-size: 5rem;
  font-weight: 100;
  text-align: center;
}
body#address #wrapper #main .accesos-rapido .acceso-rapido,
body#addresses #wrapper #main .accesos-rapido .acceso-rapido,
body#contact #wrapper #main .accesos-rapido .acceso-rapido,
body#discount #wrapper #main .accesos-rapido .acceso-rapido,
body#history #wrapper #main .accesos-rapido .acceso-rapido,
body#identity #wrapper #main .accesos-rapido .acceso-rapido,
body#module-iqitwishlist-view #wrapper #main .accesos-rapido .acceso-rapido,
body#module-paytpv-account #wrapper #main .accesos-rapido .acceso-rapido,
body#module-ps_emailalerts-account
  #wrapper
  #main
  .accesos-rapido
  .acceso-rapido,
body#module-psgdpr-gdpr #wrapper #main .accesos-rapido .acceso-rapido,
body#my-account #wrapper #main .accesos-rapido .acceso-rapido,
body#order-slip #wrapper #main .accesos-rapido .acceso-rapido,
body#order-detail #wrapper #main .accesos-rapido .acceso-rapido,
body#password #wrapper #main .accesos-rapido .acceso-rapido {
  background-color: #f8f8f8;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 277px;
  justify-content: center;
  margin: 1rem;
  text-align: center;
  width: 22%;
}
@media (max-width: 768px) {
  body#address #wrapper #main .accesos-rapido .acceso-rapido a,
  body#addresses #wrapper #main .accesos-rapido .acceso-rapido a,
  body#contact #wrapper #main .accesos-rapido .acceso-rapido a,
  body#discount #wrapper #main .accesos-rapido .acceso-rapido a,
  body#history #wrapper #main .accesos-rapido .acceso-rapido a,
  body#identity #wrapper #main .accesos-rapido .acceso-rapido a,
  body#module-iqitwishlist-view #wrapper #main .accesos-rapido .acceso-rapido a,
  body#module-paytpv-account #wrapper #main .accesos-rapido .acceso-rapido a,
  body#module-ps_emailalerts-account
    #wrapper
    #main
    .accesos-rapido
    .acceso-rapido
    a,
  body#module-psgdpr-gdpr #wrapper #main .accesos-rapido .acceso-rapido a,
  body#my-account #wrapper #main .accesos-rapido .acceso-rapido a,
  body#order-slip #wrapper #main .accesos-rapido .acceso-rapido a,
  body#order-detail #wrapper #main .accesos-rapido .acceso-rapido a,
  body#password #wrapper #main .accesos-rapido .acceso-rapido a {
    margin: 0 auto;
    padding: 0 !important;
  }
  body#address #wrapper #main .accesos-rapido .acceso-rapido,
  body#addresses #wrapper #main .accesos-rapido .acceso-rapido,
  body#contact #wrapper #main .accesos-rapido .acceso-rapido,
  body#discount #wrapper #main .accesos-rapido .acceso-rapido,
  body#history #wrapper #main .accesos-rapido .acceso-rapido,
  body#identity #wrapper #main .accesos-rapido .acceso-rapido,
  body#module-iqitwishlist-view #wrapper #main .accesos-rapido .acceso-rapido,
  body#module-paytpv-account #wrapper #main .accesos-rapido .acceso-rapido,
  body#module-ps_emailalerts-account
    #wrapper
    #main
    .accesos-rapido
    .acceso-rapido,
  body#module-psgdpr-gdpr #wrapper #main .accesos-rapido .acceso-rapido,
  body#my-account #wrapper #main .accesos-rapido .acceso-rapido,
  body#order-slip #wrapper #main .accesos-rapido .acceso-rapido,
  body#order-detail #wrapper #main .accesos-rapido .acceso-rapido,
  body#password #wrapper #main .accesos-rapido .acceso-rapido {
    margin: 9px 6px !important;
    width: 100% !important;
  }
}
body#address #wrapper #main article.address,
body#addresses #wrapper #main article.address,
body#contact #wrapper #main article.address,
body#discount #wrapper #main article.address,
body#history #wrapper #main article.address,
body#identity #wrapper #main article.address,
body#module-iqitwishlist-view #wrapper #main article.address,
body#module-paytpv-account #wrapper #main article.address,
body#module-ps_emailalerts-account #wrapper #main article.address,
body#module-psgdpr-gdpr #wrapper #main article.address,
body#my-account #wrapper #main article.address,
body#order-slip #wrapper #main article.address,
body#order-detail #wrapper #main article.address,
body#password #wrapper #main article.address {
  background-color: #f8f8f8;
  border: none;
  padding: 10px;
}
body#address #wrapper #main article.address .address-body,
body#addresses #wrapper #main article.address .address-body,
body#contact #wrapper #main article.address .address-body,
body#discount #wrapper #main article.address .address-body,
body#history #wrapper #main article.address .address-body,
body#identity #wrapper #main article.address .address-body,
body#module-iqitwishlist-view #wrapper #main article.address .address-body,
body#module-paytpv-account #wrapper #main article.address .address-body,
body#module-ps_emailalerts-account #wrapper #main article.address .address-body,
body#module-psgdpr-gdpr #wrapper #main article.address .address-body,
body#my-account #wrapper #main article.address .address-body,
body#order-slip #wrapper #main article.address .address-body,
body#order-detail #wrapper #main article.address .address-body,
body#password #wrapper #main article.address .address-body {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
body#address #wrapper #main article.address .address-body h4,
body#addresses #wrapper #main article.address .address-body h4,
body#address #wrapper #main article.address .address-body h2.h4,
body#addresses #wrapper #main article.address .address-body h2.h4,
body#contact #wrapper #main article.address .address-body h4,
body#discount #wrapper #main article.address .address-body h4,
body#history #wrapper #main article.address .address-body h4,
body#identity #wrapper #main article.address .address-body h4,
body#module-iqitwishlist-view #wrapper #main article.address .address-body h4,
body#module-paytpv-account #wrapper #main article.address .address-body h4,
body#module-ps_emailalerts-account
  #wrapper
  #main
  article.address
  .address-body
  h4,
body#module-psgdpr-gdpr #wrapper #main article.address .address-body h4,
body#my-account #wrapper #main article.address .address-body h4,
body#order-slip #wrapper #main article.address .address-body h4,
body#order-detail #wrapper #main article.address .address-body h4,
body#password #wrapper #main article.address .address-body h4 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
html body .address-body h2.h4 {
  font-weight: normal;
}
body#address #wrapper #main article.address a:after,
body#addresses #wrapper #main article.address a:after,
body#contact #wrapper #main article.address a:after,
body#discount #wrapper #main article.address a:after,
body#history #wrapper #main article.address a:after,
body#identity #wrapper #main article.address a:after,
body#module-iqitwishlist-view #wrapper #main article.address a:after,
body#module-paytpv-account #wrapper #main article.address a:after,
body#module-ps_emailalerts-account #wrapper #main article.address a:after,
body#module-psgdpr-gdpr #wrapper #main article.address a:after,
body#my-account #wrapper #main article.address a:after,
body#order-slip #wrapper #main article.address a:after,
body#order-detail #wrapper #main article.address a:after,
body#password #wrapper #main article.address a:after {
  top: -9px !important;
}
body#address #wrapper #main article.address .address-footer,
body#addresses #wrapper #main article.address .address-footer,
body#contact #wrapper #main article.address .address-footer,
body#discount #wrapper #main article.address .address-footer,
body#history #wrapper #main article.address .address-footer,
body#identity #wrapper #main article.address .address-footer,
body#module-iqitwishlist-view #wrapper #main article.address .address-footer,
body#module-paytpv-account #wrapper #main article.address .address-footer,
body#module-ps_emailalerts-account
  #wrapper
  #main
  article.address
  .address-footer,
body#module-psgdpr-gdpr #wrapper #main article.address .address-footer,
body#my-account #wrapper #main article.address .address-footer,
body#order-slip #wrapper #main article.address .address-footer,
body#order-detail #wrapper #main article.address .address-footer,
body#password #wrapper #main article.address .address-footer {
  border-top: none;
  text-align: right;
}
body#address #wrapper #main article.address .address-footer a,
body#addresses #wrapper #main article.address .address-footer a,
body#contact #wrapper #main article.address .address-footer a,
body#discount #wrapper #main article.address .address-footer a,
body#history #wrapper #main article.address .address-footer a,
body#identity #wrapper #main article.address .address-footer a,
body#module-iqitwishlist-view #wrapper #main article.address .address-footer a,
body#module-paytpv-account #wrapper #main article.address .address-footer a,
body#module-ps_emailalerts-account
  #wrapper
  #main
  article.address
  .address-footer
  a,
body#module-psgdpr-gdpr #wrapper #main article.address .address-footer a,
body#my-account #wrapper #main article.address .address-footer a,
body#order-slip #wrapper #main article.address .address-footer a,
body#order-detail #wrapper #main article.address .address-footer a,
body#password #wrapper #main article.address .address-footer a {
  color: #191919;
}
body#address #wrapper #main article.address .address-footer a i,
body#addresses #wrapper #main article.address .address-footer a i,
body#contact #wrapper #main article.address .address-footer a i,
body#discount #wrapper #main article.address .address-footer a i,
body#history #wrapper #main article.address .address-footer a i,
body#identity #wrapper #main article.address .address-footer a i,
body#module-iqitwishlist-view
  #wrapper
  #main
  article.address
  .address-footer
  a
  i,
body#module-paytpv-account #wrapper #main article.address .address-footer a i,
body#module-ps_emailalerts-account
  #wrapper
  #main
  article.address
  .address-footer
  a
  i,
body#module-psgdpr-gdpr #wrapper #main article.address .address-footer a i,
body#my-account #wrapper #main article.address .address-footer a i,
body#order-slip #wrapper #main article.address .address-footer a i,
body#order-detail #wrapper #main article.address .address-footer a i,
body#password #wrapper #main article.address .address-footer a i {
  color: #191919;
}
body#address #wrapper #main table,
body#addresses #wrapper #main table,
body#contact #wrapper #main table,
body#discount #wrapper #main table,
body#history #wrapper #main table,
body#identity #wrapper #main table,
body#module-iqitwishlist-view #wrapper #main table,
body#module-paytpv-account #wrapper #main table,
body#module-ps_emailalerts-account #wrapper #main table,
body#module-psgdpr-gdpr #wrapper #main table,
body#my-account #wrapper #main table,
body#order-slip #wrapper #main table,
body#order-detail #wrapper #main table,
body#password #wrapper #main table {
  border: none;
}
body#address #wrapper #main thead tr th:first-child,
body#addresses #wrapper #main thead tr th:first-child,
body#contact #wrapper #main thead tr th:first-child,
body#discount #wrapper #main thead tr th:first-child,
body#history #wrapper #main thead tr th:first-child,
body#identity #wrapper #main thead tr th:first-child,
body#module-iqitwishlist-view #wrapper #main thead tr th:first-child,
body#module-paytpv-account #wrapper #main thead tr th:first-child,
body#module-ps_emailalerts-account #wrapper #main thead tr th:first-child,
body#module-psgdpr-gdpr #wrapper #main thead tr th:first-child,
body#my-account #wrapper #main thead tr th:first-child,
body#order-slip #wrapper #main thead tr th:first-child,
body#order-detail #wrapper #main thead tr th:first-child,
body#password #wrapper #main thead tr th:first-child {
  border-left: 1px solid #454545;
}
body#address #wrapper #main thead tr th,
body#addresses #wrapper #main thead tr th,
body#contact #wrapper #main thead tr th,
body#discount #wrapper #main thead tr th,
body#history #wrapper #main thead tr th,
body#identity #wrapper #main thead tr th,
body#module-iqitwishlist-view #wrapper #main thead tr th,
body#module-paytpv-account #wrapper #main thead tr th,
body#module-ps_emailalerts-account #wrapper #main thead tr th,
body#module-psgdpr-gdpr #wrapper #main thead tr th,
body#my-account #wrapper #main thead tr th,
body#order-slip #wrapper #main thead tr th,
body#order-detail #wrapper #main thead tr th,
body#password #wrapper #main thead tr th {
  background-color: #454545;
  border: none;
  border-left: 0.5px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 0.875rem;
  padding: 15px 10px;
  text-align: left !important;
}
body#address #wrapper #main tbody tr td,
body#address #wrapper #main tbody tr th,
body#addresses #wrapper #main tbody tr td,
body#addresses #wrapper #main tbody tr th,
body#contact #wrapper #main tbody tr td,
body#contact #wrapper #main tbody tr th,
body#discount #wrapper #main tbody tr td,
body#discount #wrapper #main tbody tr th,
body#history #wrapper #main tbody tr td,
body#history #wrapper #main tbody tr th,
body#identity #wrapper #main tbody tr td,
body#identity #wrapper #main tbody tr th,
body#module-iqitwishlist-view #wrapper #main tbody tr td,
body#module-iqitwishlist-view #wrapper #main tbody tr th,
body#module-paytpv-account #wrapper #main tbody tr td,
body#module-paytpv-account #wrapper #main tbody tr th,
body#module-ps_emailalerts-account #wrapper #main tbody tr td,
body#module-ps_emailalerts-account #wrapper #main tbody tr th,
body#module-psgdpr-gdpr #wrapper #main tbody tr td,
body#module-psgdpr-gdpr #wrapper #main tbody tr th,
body#my-account #wrapper #main tbody tr td,
body#my-account #wrapper #main tbody tr th,
body#order-slip #wrapper #main tbody tr td,
body#order-slip #wrapper #main tbody tr th,
body#order-detail #wrapper #main tbody tr td,
body#order-detail #wrapper #main tbody tr th,
body#password #wrapper #main tbody tr td,
body#password #wrapper #main tbody tr th {
  border: none;
  font-size: 0.875rem;
  font-weight: 100 !important;
  text-align: left !important;
}
body#address #wrapper #main td.order-actions a,
body#addresses #wrapper #main td.order-actions a,
body#contact #wrapper #main td.order-actions a,
body#discount #wrapper #main td.order-actions a,
body#history #wrapper #main td.order-actions a,
body#identity #wrapper #main td.order-actions a,
body#module-iqitwishlist-view #wrapper #main td.order-actions a,
body#module-paytpv-account #wrapper #main td.order-actions a,
body#module-ps_emailalerts-account #wrapper #main td.order-actions a,
body#module-psgdpr-gdpr #wrapper #main td.order-actions a,
body#my-account #wrapper #main td.order-actions a,
body#order-slip #wrapper #main td.order-actions a,
body#order-detail #wrapper #main td.order-actions a,
body#password #wrapper #main td.order-actions a {
  padding-right: 10px;
}
body#address #wrapper #main .btn.psgdprgetdatabtn17,
body#addresses #wrapper #main .btn.psgdprgetdatabtn17,
body#contact #wrapper #main .btn.psgdprgetdatabtn17,
body#discount #wrapper #main .btn.psgdprgetdatabtn17,
body#history #wrapper #main .btn.psgdprgetdatabtn17,
body#identity #wrapper #main .btn.psgdprgetdatabtn17,
body#module-iqitwishlist-view #wrapper #main .btn.psgdprgetdatabtn17,
body#module-paytpv-account #wrapper #main .btn.psgdprgetdatabtn17,
body#module-ps_emailalerts-account #wrapper #main .btn.psgdprgetdatabtn17,
body#module-psgdpr-gdpr #wrapper #main .btn.psgdprgetdatabtn17,
body#my-account #wrapper #main .btn.psgdprgetdatabtn17,
body#order-slip #wrapper #main .btn.psgdprgetdatabtn17,
body#order-detail #wrapper #main .btn.psgdprgetdatabtn17,
body#password #wrapper #main .btn.psgdprgetdatabtn17 {
  background-color: #191919;
  border: 1px solid #191919;
}
body#address #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#addresses #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#contact #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#discount #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#history #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#identity #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#module-iqitwishlist-view #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#module-paytpv-account #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#module-ps_emailalerts-account #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#module-psgdpr-gdpr #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#my-account #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#order-slip #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#order-detail #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#password #wrapper #main .btn.psgdprgetdatabtn17:hover {
  background-color: #fff;
  color: #191919;
}
body#address #wrapper #main .container,
body#addresses #wrapper #main .container,
body#contact #wrapper #main .container,
body#discount #wrapper #main .container,
body#history #wrapper #main .container,
body#identity #wrapper #main .container,
body#module-iqitwishlist-view #wrapper #main .container,
body#module-paytpv-account #wrapper #main .container,
body#module-ps_emailalerts-account #wrapper #main .container,
body#module-psgdpr-gdpr #wrapper #main .container,
body#my-account #wrapper #main .container,
body#order-slip #wrapper #main .container,
body#order-detail #wrapper #main .container,
body#password #wrapper #main .container {
  padding-left: 0;
}
body#pagenotfound #wrapper {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  margin-bottom: -30px;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  z-index: 9;
}
body#pagenotfound #wrapper h1.page-title {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
}
body#pagenotfound #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#pagenotfound #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#pagenotfound #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#pagenotfound #wrapper .btn.btn-block.btn-lg,
body#pagenotfound #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
body#pagenotfound #wrapper .btn.btn-block.btn-lg:hover,
body#pagenotfound #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #fff;
  color: #191919;
}
body#pagenotfound #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#pagenotfound #wrapper .form-control-select,
body#pagenotfound #wrapper .lufe-control,
body#pagenotfound #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
}
body#pagenotfound #wrapper .form-control-select:focus,
body#pagenotfound #wrapper .lufe-control:focus,
body#pagenotfound #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#pagenotfound #wrapper .form-input-label__label {
  color: #767676;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}
body#pagenotfound #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 10px;
  line-height: 10px;
  opacity: 1;
  padding: 0 3px;
  top: -3.5px;
  z-index: 3;
}
body#pagenotfound #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#pagenotfound
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#pagenotfound
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#pagenotfound
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#pagenotfound #wrapper .custom-select2,
body#pagenotfound #wrapper .custom-select2 option {
  background-color: transparent;
}
body#pagenotfound #wrapper #main {
  border: none;
  padding-top: 0;
}
body#pagenotfound #wrapper #main .bloque-404 {
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
body#pagenotfound #wrapper #main .bloque1 {
  padding: 0 15rem;
  top: -40px;
}
@media (max-width: 768px) {
  body#pagenotfound #wrapper #main .bloque1 {
    padding: 100px 30px 0;
  }
}
body#pagenotfound #wrapper #main .bloque1 h1 {
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 50px;
}
@media (max-width: 768px) {
  body#pagenotfound #wrapper #main .bloque1 h1 {
    font-size: 30px;
  }
}
body#pagenotfound #wrapper #main .bloque1 p {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
}
body#pagenotfound #wrapper #main .bloque1 p.error {
  font-size: 18px;
  font-weight: 100;
  text-transform: uppercase;
}
body#pagenotfound #wrapper #main .bloque1 a {
  display: inline-block;
}
body#pagenotfound #wrapper #main .bloque1 a:after {
  background-color: #191919;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
body#cms.header-cms-category-1,
body#cms.header-cms-category-3,
body#cms.header-cms-category-4,
body#cms.header-cms-category-5,
body#cms.header-cms-category-6,
body#cms.header-cms-category-7 {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
}
body#cms.header-cms-category-1 .breadcrumb,
body#cms.header-cms-category-3 .breadcrumb,
body#cms.header-cms-category-4 .breadcrumb,
body#cms.header-cms-category-5 .breadcrumb,
body#cms.header-cms-category-6 .breadcrumb,
body#cms.header-cms-category-7 .breadcrumb {
  display: block;
  margin-left: 72px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  body#cms.header-cms-category-1 .breadcrumb,
  body#cms.header-cms-category-3 .breadcrumb,
  body#cms.header-cms-category-4 .breadcrumb,
  body#cms.header-cms-category-5 .breadcrumb,
  body#cms.header-cms-category-6 .breadcrumb,
  body#cms.header-cms-category-7 .breadcrumb {
    display: none;
    margin-left: 10px;
    margin-top: 0;
  }
}
body#cms.header-cms-category-1 h2,
body#cms.header-cms-category-3 h2,
body#cms.header-cms-category-4 h2,
body#cms.header-cms-category-5 h2,
body#cms.header-cms-category-6 h2,
body#cms.header-cms-category-7 h2 {
  max-width: 100%;
}
body#cms.header-cms-category-1 p a,
body#cms.header-cms-category-3 p a,
body#cms.header-cms-category-4 p a,
body#cms.header-cms-category-5 p a,
body#cms.header-cms-category-6 p a,
body#cms.header-cms-category-7 p a {
  font-weight: 600;
  text-decoration: underline;
}
body#cms.header-cms-category-1 .rte-content {
  margin: auto;
  max-width: 1172px;
  padding-left: 24px;
  padding-right: 24px;
}
body#cms.header-cms-category-1 .rte-content p {
  color: #191919;
  font-size: 1rem;
  font-weight: 100;
  line-height: 24px;
}
body#cms.header-cms-category-1 .rte-content h1 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  font-weight: 400;
  margin-bottom: 4rem;
  margin-top: 2.5rem;
  text-align: center;
}
body#cms.header-cms-category-1 .rte-content h2 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.41575em;
  line-height: 30px;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  max-width: 100%;
}
body#cms.header-cms-category-1 .rte-content h3 {
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
body#cms.header-cms-category-1 .rte-content h4 {
  color: #191919;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
body#cms.categoria-cms .listado-cms-categories {
  margin: auto;
  max-width: 1172px;
  padding-left: 24px;
  padding-right: 24px;
}
body#cms.categoria-cms .listado-cms-categories p {
  color: #191919;
  font-size: 1rem;
  font-weight: 100;
  line-height: 24px;
}
body#cms.categoria-cms .listado-cms-categories h1 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  font-weight: 400;
  margin-bottom: 4rem;
  margin-top: 2.5rem;
  text-align: center;
}
body#cms.categoria-cms .listado-cms-categories h2 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.41575em;
  line-height: 30px;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  max-width: 100%;
}
body#cms.categoria-cms .listado-cms-categories h3 {
  color: #191919;
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
body#cms.categoria-cms .listado-cms-categories h4 {
  color: #191919;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  margin-top: 1.2rem;
}
@media (max-width: 768px) {
  body#cms.categoria-cms .breadcrumb {
    display: none !important;
  }
}
.breadcrumb-category {
  margin-left: 70px;
}
@media (max-width: 768px) {
  .breadcrumb-category {
    margin-left: 10px;
  }
}
.elementor-iqit-banner .elementor-iqit-banner-description {
  display: none !important;
}
.elementor-iqit-banner h2 {
  color: #fff !important;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.75rem !important;
  line-height: 50px !important;
  margin-bottom: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
.elementor-iqit-banner .elementor-button-link,
.elementor-iqit-banner .elementor-button-link:active,
.elementor-iqit-banner .elementor-button-link:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.elementor-iqit-banner .elementor-button-text {
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 1rem !important;
  font-weight: 100 !important;
  line-height: 30px !important;
}
.elementor-iqit-banner .elementor-button-text:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.elementor-iqit-banner figure {
  transform: scale(100%);
  transition: 0.8s;
}
.elementor-iqit-banner:hover figure {
  transform: scale(120%);
  transition: 0.8s;
}
#iqitmegamenu-mobile .block-iqitlinksmanager {
  margin-top: 100px;
}
#iqitmegamenu-mobile .block-iqitlinksmanager li {
  display: block;
}
#iqitmegamenu-mobile .block-iqitlinksmanager li a {
  color: #191919 !important;
  font: normal normal normal 12px/24px SharpGroteskBook20, sans-serif;
  font-family: SharpGroteskBook20, sans-serif;
  line-height: 24px;
  padding-left: 75px;
  text-transform: none !important;
}
@media (max-width: 768px) {
  #iqitmegamenu-mobile .block-iqitlinksmanager li a {
    padding-left: 0;
  }
}
a.mobile-menu__link {
  text-transform: none !important;
}
.acordeon-faqs .elementor-accordion .elementor-accordion-item {
  border: none;
  border-bottom: 0.5px solid #d5d5d5;
}
.acordeon-faqs .elementor-accordion .elementor-accordion-content {
  border-top: none;
  color: #191919;
  font: normal normal normal 14px/24px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  margin-bottom: 30px;
  padding: 30px;
  text-align: left;
}
.acordeon-faqs .elementor-accordion .elementor-accordion-title {
  height: 60px;
  padding: 0;
}
.acordeon-faqs .elementor-accordion .elementor-accordion-title span {
  color: #191919;
  font: normal normal normal 16px/60px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .acordeon-faqs .elementor-accordion .elementor-accordion-title span {
    font: normal normal normal 12px/20px SharpGroteskBook20, sans-serif;
  }
}
.acordeon-faqs
  .elementor-accordion
  .elementor-accordion-title.active
  .elementor-accordion-icon
  .fa:before {
  content: url(../img/arrow.svg);
  display: block;
  transform: rotate(180deg);
}
.acordeon-faqs
  .elementor-accordion
  .elementor-accordion-title
  .elementor-accordion-icon
  .fa:before {
  content: url(../img/arrow.svg);
  display: block;
  transform: rotate(1turn);
}
.null-max-width h2 {
  max-width: 100% !important;
}
@media (max-width: 768px) {
  .null-max-width h2 {
    margin-bottom: 0 !important;
  }
}
.h3-sabias-que h3 a {
  color: #191919;
  display: flex;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 60px;
  width: 100%;
}
@media (max-width: 768px) {
  .h3-sabias-que h3 a {
    align-items: center;
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
.h3-sabias-que h3 a:after {
  content: url(../img/flecha_menu.svg);
  display: inline-block;
  transform: rotate(1deg);
}
.h3-sabias-que h3:after {
  border-top: 0.5px solid #191919;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
}
.border-elemento .elementor-divider span.elementor-divider-separator {
  background-color: #191919;
  border-top: 0 #191919;
  height: 0.5px;
}
.montaje {
  padding-left: 55px;
  padding-right: 55px;
}
.montaje .elementor-column-gap-wider .elementor-element-populated {
  padding: 0 30px 10px;
}
.montaje .elementor-widget-heading h2.elementor-heading-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .montaje {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
.montaje-titulo {
  cursor: pointer;
}
.montaje-titulo h3 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0 !important;
  width: 100%;
}
.montaje-titulo h3 span {
  color: #191919;
  opacity: 1;
  text-align: left;
}
.montaje-titulo h3 span,
.montaje-titulo h3 span span {
  font-weight: 400;
  letter-spacing: 0;
}
.montaje-titulo h3:after {
  content: url(../img/mas-montaje.svg);
  display: inline-block;
}
.montaje-titulo.show h3:after {
  content: url(../img/menos-montaje.svg);
  display: inline-block;
}
.apartado-montaje h2 span {
  color: #191919;
  font: normal normal normal 24px/30px SharpGroteskBook25, sans-serif;
  letter-spacing: 0;
  opacity: 1;
}
.montaje-tab {
  background-color: hsla(0, 0%, 81%, 0.14);
  transition: 0.7s;
}
.montaje-tab h3 {
  color: #191919;
  font: normal normal normal 16px/24px SharpGroteskMedium20, sans-serif;
  font-weight: 100;
  letter-spacing: 0;
  opacity: 1;
  text-align: left;
  text-transform: uppercase;
}
.montaje-tab h3 span,
.montaje-tab h4 {
  font-family: SharpGroteskMedium20, sans-serif;
  font-weight: 100;
}
.montaje-tab h4 {
  font-size: 16px;
  line-height: 24px;
}
.montaje-tab h4 span.subtitulo {
  display: block;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 16px;
  font-weight: 100;
  margin-top: 5px;
}
.link-instrucciones a {
  color: #191919;
  display: flex;
  font: normal normal normal 12px/34px SharpGroteskBook20, sans-serif;
  font-weight: 400 !important;
  letter-spacing: 0;
  text-decoration: none !important;
}
.link-instrucciones a span.span1:after {
  background-color: #191919;
  content: "";
  display: block;
  font-weight: 400;
  height: 1px;
  position: relative;
  top: -8px;
  width: 100%;
}
.link-instrucciones a span.span2 {
  font-weight: 400;
  left: 5px;
  position: relative;
  top: 0;
}
li.instagram a span.nombre-rrrss:before {
  content: url(../img/instagram.svg);
}
li.facebook a span.nombre-rrrss:before {
  content: url(../img/facebook.svg);
}
li.tiktok a span.nombre-rrrss:before {
  content: url(../img/tiktok.svg);
}
li.youtube a span.nombre-rrrss:before {
  content: url(../img/youtube.svg);
}
li.pinterest a span.nombre-rrrss:before {
  content: url(../img/pinterest.svg);
}
footer#footer #footer-container-main .social-links li.facebook a,
footer#footer #footer-container-main .social-links li.instagram a,
footer#footer #footer-container-main .social-links li.pinterest a,
footer#footer #footer-container-main .social-links li.tiktok a,
footer#footer #footer-container-main .social-links li.youtube a {
  display: flex !important;
}
footer#footer #footer-container-main .social-links a span.nombre-rrrss:before {
  display: inline-block;
  text-align: center;
  width: 40px;
}
@media (max-width: 768px) {
  footer#footer
    #footer-container-main
    .social-links
    a
    span.nombre-rrrss:before {
    width: 24px;
  }
}
.product-flags {
  margin-left: 10px;
  margin-top: 15px;
}
.product-flags .product-flag {
  border-radius: 3px;
  color: #191919;
  display: inline-block;
  font: normal normal normal 11px/16px SharpGroteskBook20, sans-serif;
  letter-spacing: 1.2px !important;
  opacity: 1;
  padding: 5px 11px 5px;
  text-align: center;
  text-transform: uppercase;
  height: 25px;
  vertical-align: middle;
  margin-top: 0 !important;
  margin-bottom: 0.3rem;
}
.product-flags .product-flag.descuentos {
  background: #ffffff 0 0 no-repeat padding-box;
}
.product-flags .product-flag.novedad {
  background: #ffffff 0 0 no-repeat padding-box;
}
.product-flags .product-flag.top-ventas {
  background: #ffffff 0 0 no-repeat padding-box;
}
li.product-flag.top-ventas:before {
  background-color: #ddc27b;
}
li.product-flag.descuentos:before {
  background-color: #90b779;
}
li.product-flag.novedad:before {
  background-color: #e88558;
}
li.product-flag:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  margin-right: 5px;
  vertical-align: middle;
}
.lufe-icon-box h3 {
  font-family: SharpGroteskMedium20, sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.texto-slide-text {
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
}
.texto-slide-text p {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.texto-slide-text p:first-of-type {
  font-family: SharpGroteskMedium20, sans-serif;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .texto-slide-text {
    max-width: 90vw;
  }
}
ul.puntos {
  position: relative;
  text-align: center;
  top: -30px;
}
ul.puntos li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
ul.puntos li,
ul.puntos li button {
  border: 1px solid #fff;
  border-radius: 50%;
  height: 13px;
  width: 13px;
}
ul.puntos li button {
  color: transparent;
  opacity: 0;
}
ul.puntos li.slick-active {
  background-color: #fff;
}
.home-look {
  margin-top: 50px;
  overflow: overlay;
}
@media (max-width: 768px) {
  .home-look {
    margin-top: 10px;
  }
  .home-look .col-12 {
    max-width: 60%;
    padding-left: 0;
    padding-right: 15px;
  }
}
.text-descuento-listados {
  color: #767676 !important;
  font: normal normal normal 14px/30px SharpGroteskMedium20, sans-serif;
  letter-spacing: 0.2px;
  opacity: 1 !important;
}
.home-empresa p {
  max-width: 372px;
}
@media (max-width: 768px) {
  .home-empresa p {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .btn-icon.mobile-menu__close {
    padding-right: 36px;
    padding-top: 60px;
    z-index: 999999;
  }
}
.filter-block-all a {
  font-family: SharpGroteskMedium20, sans-serif;
}
.price-countdown-wrapper {
  display: none;
}
.quiza-interesa {
  color: #191919;
  font: normal normal normal 16px/30px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.bloque-cesta-vacia {
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}
.bloque-cesta-vacia .cesta-vacia-2 .h3.product-title a,
.bloque-cesta-vacia .cesta-vacia-2 h2 {
  color: #191919;
  font: normal normal normal 14px/18px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
  line-height: 18px !important;
  text-align: left;
  text-transform: lowercase !important;
}
.bloque-cesta-vacia .cesta-vacia-2 .h3.product-title a {
  margin-bottom: 0 !important;
}
.bloque-cesta-vacia .cesta-vacia-2 .h3.product-title a:first-letter {
  text-transform: uppercase !important;
}
.bloque-cesta-vacia .cesta-vacia-2 .product-miniature-grid .product-price {
  font-size: 14px;
}
body#product .viewed-products.productos-carrito-vacio {
  padding-left: 0;
  padding-right: 0;
}
a.underline {
  display: inline-block;
}
a.underline:after {
  background-color: #191919;
  content: "";
  display: block;
  height: 0.5px;
  width: 100%;
}
.product-cover:hover .product-flags {
  opacity: 1;
  visibility: initial;
}
html body .fa-eye-slash:before,
html body .fa-eye:before {
  content: url(../img/icon-pass.svg);
  position: relative;
  top: 3px;
}
.field-password-policy #field-password {
  font-size: 30px;
}
.field-password-policy .btn.btn-outline-secondary {
  border: 1px solid #a3a3a3;
  border-left: none;
}
.field-password-policy .btn.btn-outline-secondary:hover {
  background: initial;
}
.col-sm-11-lufe {
  flex: 0 0 auto;
  width: 97%;
}
.col-sm-1-lufe {
  flex: 0 0 auto;
  width: 3%;
}
html body .custom-radio {
  border-color: #000;
  height: 20px;
  width: 20px;
}
html body .custom-radio input[type="radio"]:checked + span {
  height: 10px;
  width: 10px;
}
#product-availability {
  display: none;
}
@media (max-width: 768px) {
  .enlaces-description {
    display: none;
  }
}
.subnombre {
  display: block;
  text-transform: uppercase;
}
.subnombre.listado {
  font-weight: 700;
}
.subnombre.ficha {
  color: #191919;
  font: normal normal normal 24px/36px SharpGroteskBook25, sans-serif;
  letter-spacing: 0;
}
.subnombre.incart {
  font-weight: 700;
}
#footer
  .ps-emailsubscription-block
  .newsletter-input-group
  .input-subscription {
  color: #191919;
  opacity: 0.44;
  padding-left: 20px;
}
html body .fa-angle-up:before {
  content: url(../img/menos_acordeon.svg);
}
html body .fa-angle-down:before {
  content: url(../img/mas_acordeon.svg);
}
@media (min-width: 768px) {
  .swiper-wrapper-lufe img {
    height: 90vh;
    max-height: 1280px;
    width: auto !important;
  }
}
@media (max-width: 768px) {
  .swiper-wrapper-lufe img {
    height: auto !important;
    width: 100%;
  }
}
body#password #wrapper a {
  display: inline-block;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
body#password #wrapper a:after {
  background-color: #191919;
  content: "";
  display: inline-block;
  height: 0.5px;
  position: relative;
  top: -14px;
  width: 100%;
}
body#password #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#password #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#password #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#password #wrapper .btn.btn-block.btn-lg,
body#password #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
body#password #wrapper .btn.btn-block.btn-lg:hover,
body#password #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #fff;
  color: #191919;
}
body#password #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#password #wrapper .form-control-select,
body#password #wrapper .lufe-control,
body#password #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
}
body#password #wrapper .form-control-select:focus,
body#password #wrapper .lufe-control:focus,
body#password #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#password #wrapper .form-input-label__label {
  color: #767676;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}
body#password #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 10px;
  line-height: 10px;
  opacity: 1;
  padding: 0 3px;
  top: -3.5px;
  z-index: 3;
}
body#password #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#password
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#password
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#password
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#password #wrapper .custom-select2,
body#password #wrapper .custom-select2 option {
  background-color: transparent;
}
@media (max-width: 768px) {
  body#password #wrapper .page-content,
  body#password #wrapper .page-header {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
  }
}
body#password #wrapper #content {
  border: none;
  padding: 0;
}
body#password #wrapper #content .no-account {
  background-color: #f7f7f7;
  padding: 25px;
  text-align: left;
}
@media (max-width: 768px) {
  body#password #wrapper #content .no-account {
    margin-bottom: 25px;
    margin-top: -20px;
    padding: 15px;
  }
  body#password #wrapper #content .mb-5.cliente {
    margin-bottom: 0 !important;
  }
}
body#password #wrapper h1 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 60px;
  text-align: center;
}
body#password #wrapper h3 {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 30px;
}
body#password .plantilla-contrasena {
  margin: auto;
  max-width: 1920px;
  max-width: 650px;
  padding-left: 86px;
  padding-right: 86px;
}
@media (max-width: 768px) {
  body#password .plantilla-contrasena {
    padding-left: 0;
    padding-right: 0;
  }
}
body#password .alert-success-password {
  background-color: #b1c8a9;
  color: #fff;
  left: unset;
  position: relative;
  text-align: center;
  top: unset;
  width: 100%;
}
body#password .alert-success-password h1.mensaje {
  color: #fff !important;
  margin-top: 60px;
  justify-content: center;
}
body#password .alert-success-password p {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 14px;
  font-weight: 100 !important;
  line-height: 20px;
  margin: auto;
  max-width: 576px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  body#password .footer-authentication-mensaje {
    margin-top: unset;
  }
}
div.has-error > div {
  display: flex;
  flex-direction: column-reverse;
}
div.has-error > div label {
  display: none;
}
div.has-error > div input {
  background-color: #f7f1ea !important;
}
div.has-error > div .help-block li {
  color: #c40100;
  font: normal normal normal 10px/18px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
}
aside article.alert.alert-danger li,
aside#notifications article,
div.has-error > div .help-block li {
  background-color: #fff;
  border: none;
  opacity: 1;
  padding: 0 0 5px;
}
aside article.alert.alert-danger li {
  color: #c40100;
  font: normal normal normal 10px/18px SharpGroteskBook20, sans-serif;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #jolisearch_mobile_modal {
    padding: 60px 0 0;
  }
  #jolisearch_mobile_modal .h1 {
    display: none;
  }
  #jolisearch_mobile_modal #jolisearch_mobile_header {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
  }
  #jolisearch_mobile_modal #jolisearch_mobile_header .jolisearch-widget__form {
    display: flex;
  }
  #jolisearch_mobile_modal #jolisearch_mobile_header .jolisearch-widget__input {
    background: #f7f1ea 0 0 no-repeat padding-box;
    border-radius: 35px;
    display: inline-block;
    margin: auto;
    min-width: auto;
    opacity: 1;
    padding-left: 20px;
    width: 80%;
  }
  #jolisearch_mobile_modal
    #jolisearch_mobile_header
    .jolisearch-widget__submit {
    display: inline-block;
    left: auto;
    position: relative;
    right: 18%;
    top: auto;
    top: 0;
  }
  #jolisearch_mobile_modal .jolisearch-filter__content {
    display: block;
    padding-left: 8px;
  }
  #jolisearch_mobile_modal .jolisearch-filter__content > li + li {
    margin-left: 0;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch {
    padding-left: 0;
    padding-right: 0;
  }
  #jolisearch_mobile_modal
    .ui-menu.ui-jolisearch
    .jolisearch-body
    aside[role="complementary"]
    li {
    border: none;
    border-radius: none;
    display: block;
    padding: 0;
  }
  #jolisearch_mobile_modal
    .ui-menu.ui-jolisearch
    .jolisearch-body
    aside[role="complementary"]
    li
    a {
    font-family: SharpGroteskBook20, sans-serif;
    font-size: 14px;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch .fit-content {
    flex-wrap: nowrap;
    padding-left: 5px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch li.product {
    display: block;
    width: 75vw;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch li.product .product-name {
    color: #191919;
    font: normal normal normal 11px/30px SharpGroteskBook20, sans-serif;
    letter-spacing: 0;
    line-height: 12px;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch li.product .product-price {
    font-family: SharpGroteskMedium20, sans-serif;
    font-size: 12px;
    position: relative;
    top: 0;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch .jolisearch-content {
    overflow: overlay;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch .more-results {
    border-top: none;
    margin-top: 0 !important;
    padding: 0 !important;
  }
  #jolisearch_mobile_modal .ui-menu.ui-jolisearch .more-results a {
    padding-top: 0;
  }
}
.precio-stick {
  display: none;
}
@media (max-width: 768px) {
  .product-actions form {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .product-actions form .product_p_price_container {
    order: 1;
  }
  .product-actions form .product-add-to-cart {
    order: 2;
  }
  .product-actions form .product-variants {
    order: 3;
  }
}
.product-actions.stick .precio-stick {
  display: inline-block;
  font-family: SharpGroteskMedium20, sans-serif;
}
.product-actions.stick .product-variants {
  display: flex !important;
  margin-top: -29px;
  text-align: center;
}
@media (max-width: 768px) {
  .product-actions.stick .product-variants {
    background-color: #fff;
    bottom: 0;
    height: 98px;
    left: 0;
    position: fixed;
    transition: 0.2s;
    width: 100%;
    z-index: 999999999;
  }
  .product-actions.stick .product-variants span.form-control-label {
    display: flex;
    flex-direction: column;
    height: 52px;
    justify-content: flex-end;
    line-height: 10px !important;
  }
}
.product-actions.stick .product-variants .product-variants-item .flex-stick {
  display: flex !important;
  justify-content: center;
}
.product-actions.stick .product-variants .product-variants-item .color {
  border-radius: 50% !important;
  height: 2rem !important;
  width: 2rem !important;
}
.product-actions.stick
  .product-variants
  .product-variants-item
  .custom-select2 {
  border: none !important;
  text-align: center !important;
}
.product-actions.stick
  .product-variants
  .product-variants-item
  .custom-select2
  select {
  word-wrap: break-word !important;
  font-size: 12px !important;
  height: auto !important;
  margin: 0 !important;
  min-height: 30px !important;
  padding: 0 !important;
  -moz-text-align-last: center !important;
  text-align-last: center !important;
  white-space: normal !important;
}
.product-actions.stick
  .product-variants
  .product-variants-item
  .custom-select2:after {
  content: none !important;
}
.showroon div .swiper-section-button {
  display: none;
}
.showroon div .swiper-section-button.elementor-swiper-button {
  display: block;
}
.showroon
  div
  .swiper-section-button.elementor-swiper-button.elementor-swiper-button-prev {
  background-color: #fff;
  border-radius: 50%;
  content: url(../img/prev.svg);
  display: block;
  height: 42px;
  width: 42px;
}
.showroon .swiper-button-prev:after,
.showroon .swiper-container-rtl .swiper-button-next:after {
  background-color: transparent;
  border-radius: 50%;
  content: url(../img/prev-white.svg);
  display: block;
  height: 42px;
  width: 42px;
}
@media (max-width: 768px) {
  .showroon .swiper-button-prev:after,
  .showroon .swiper-container-rtl .swiper-button-next:after {
    left: -20px;
    position: relative;
    top: -80px;
  }
}
.showroon .swiper-button-next:after,
.showroon .swiper-container-rtl .swiper-button-prev:after {
  background-color: transparent;
  border-radius: 50%;
  color: #fff;
  content: url(../img/next-white.svg);
  display: block;
  height: 42px;
  width: 42px;
}
@media (max-width: 768px) {
  .showroon .swiper-button-next:after,
  .showroon .swiper-container-rtl .swiper-button-prev:after {
    position: relative;
    right: -20px;
    top: -80px;
  }
}
.showroon .swiper-button-next.swiper-button-disabled,
.showroon .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.mm-panel__scroller.mobile-menu__scroller,
.mobile-menu__submenu.mobile-menu__submenu--panel {
  padding-top: 0 !important;
}
.category-products .swiper-container,
.product-accessories.uno .swiper-container {
  z-index: 0;
}
.contenedor-video .elementor-widget-video,
.contenedor-video .elementor-widget-video .elementor-widget-container,
.contenedor-video
  .elementor-widget-video
  .elementor-widget-container
  .elementor-video-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.contenedor-video video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 768px) {
  .contenedor-video video {
    height: auto;
    max-height: 400px;
    -o-object-fit: initial;
    object-fit: fill;
    -o-object-position: initial;
    object-position: initial;
    position: relative;
    width: 100%;
  }
  body#checkout section.checkout-step .address-selector {
    display: block;
  }
  #js-checkout-summary .media.cart-summary-product {
    overflow: scroll;
  }
}
.video-filosofia {
  height: 100%;
  left: 0;
  top: 15px;
  width: 100%;
}
.video-filosofia .elementor-container,
.video-filosofia .elementor-row,
.video-filosofia .elementor-widget-video,
.video-filosofia .elementor-widget-video .elementor-widget-container,
.video-filosofia
  .elementor-widget-video
  .elementor-widget-container
  .elementor-video-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.video-filosofia video {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.zindex1 {
  z-index: 2;
}
@media (min-width: 1200px) and (min-height: 700px) {
  .video-home-contenedor > .elementor-container > .elementor-row {
    height: 100vh;
  }
  .flex-lufe {
    align-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 710px;
  }
}
.flex-lufe > div {
  height: 100%;
  position: relative;
}
@media (min-width: 1200px) and (min-height: 700px) {
  .flex-lufe > div > .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
#facets-loader-icon,
#infinity-loader-icon {
  display: none !important;
}
#iqitmegamenu-mobile .fa-angle-right:before {
  content: url(../img/flecha_menu.svg) !important;
  display: inline-block;
  transform: rotate(1deg);
}
#iqitmegamenu-mobile .fa-angle-left:before {
  content: url(../img/flecha_menu.svg) !important;
  display: inline-block;
  transform: rotate(180deg);
}
.selector-footer {
  background-color: #565656;
  border-radius: 7px;
  top: -50px;
  width: 150px;
}
.selector-footer li {
  margin-bottom: 0 !important;
  padding-left: 5px;
}
ul.mobile-menu__scroller > li.mobile-menu__tab:nth-child(3) a {
  color: #de6232 !important;
  font-weight: 600;
}
ul.mobile-menu__scroller
  > li.mobile-menu__tab:nth-of-type(3):hover
  a
  span:after {
  background-color: #de6232 !important;
}
.Sequra__PromotionalWidget {
  height: 30px !important;
}
@media (max-width: 768px) {
  .Sequra__PromotionalWidget {
    height: 45px !important;
  }
}
.activarpago {
  display: inline-block;
  z-index: 9999 !important;
}
#tienda-actual-selector {
  cursor: pointer;
}
#storingStep_account button {
  margin-bottom: 10px;
}
body#module-paytpv-urlko h1,
body#module-redsys-errorpayment h1 {
  font-family: SharpGroteskBook20, sans-serif;
  font-weight: 400;
  text-transform: none;
}
body#module-paytpv-urlko #wrapper,
body#module-redsys-errorpayment #wrapper {
  color: #000;
  font-family: SharpGroteskBook20, sans-serif;
}
body#module-paytpv-urlko #wrapper h1.page-title,
body#module-redsys-errorpayment #wrapper h1.page-title {
  margin-bottom: 0;
  margin-top: 10px;
  padding-bottom: 10px;
}
body#module-paytpv-urlko #wrapper .contact-form textarea.form-control,
body#module-redsys-errorpayment #wrapper .contact-form textarea.form-control {
  background: transparent;
  border: 1px solid #a3a3a3;
  height: 120px;
}
body#module-paytpv-urlko #wrapper textarea.form-control,
body#module-redsys-errorpayment #wrapper textarea.form-control {
  background: #fff;
  border: 1px solid #a3a3a3;
}
body#module-paytpv-urlko #wrapper .btn.btn-outline-secondary,
body#module-redsys-errorpayment #wrapper .btn.btn-outline-secondary {
  border-radius: 0 !important;
}
body#module-paytpv-urlko #wrapper .btn.btn-block.btn-lg,
body#module-paytpv-urlko #wrapper .btn.btn-primary.pull-xs-right,
body#module-redsys-errorpayment #wrapper .btn.btn-block.btn-lg,
body#module-redsys-errorpayment #wrapper .btn.btn-primary.pull-xs-right {
  background-color: #191919;
  border: 1px solid #191919;
  border-radius: 0;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 16px;
  padding: 21px;
  text-transform: uppercase;
  width: 100%;
}
body#module-paytpv-urlko #wrapper .btn.btn-block.btn-lg:hover,
body#module-paytpv-urlko #wrapper .btn.btn-primary.pull-xs-right:hover,
body#module-redsys-errorpayment #wrapper .btn.btn-block.btn-lg:hover,
body#module-redsys-errorpayment #wrapper .btn.btn-primary.pull-xs-right:hover {
  background-color: #fff;
  color: #191919;
}
body#module-paytpv-urlko #wrapper .input[type="text"],
body#module-redsys-errorpayment #wrapper .input[type="text"] {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  line-height: 18px;
}
body#module-paytpv-urlko #wrapper .form-control-select,
body#module-paytpv-urlko #wrapper .lufe-control,
body#module-paytpv-urlko #wrapper input.form-control,
body#module-redsys-errorpayment #wrapper .form-control-select,
body#module-redsys-errorpayment #wrapper .lufe-control,
body#module-redsys-errorpayment #wrapper input.form-control {
  background-color: transparent;
  border: 1px solid #a3a3a3;
  height: 54px;
  position: relative;
  z-index: 1;
}
body#module-paytpv-urlko #wrapper .form-control-select:focus,
body#module-paytpv-urlko #wrapper .lufe-control:focus,
body#module-paytpv-urlko #wrapper input.form-control:focus,
body#module-redsys-errorpayment #wrapper .form-control-select:focus,
body#module-redsys-errorpayment #wrapper .lufe-control:focus,
body#module-redsys-errorpayment #wrapper input.form-control:focus {
  background-color: transparent !important;
  border-color: #a3a3a3;
}
body#module-paytpv-urlko #wrapper .form-input-label__label,
body#module-redsys-errorpayment #wrapper .form-input-label__label {
  color: #767676;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  left: 25px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 18px;
  transition-duration: 0.2s;
  white-space: nowrap;
}
body#module-paytpv-urlko #wrapper .form-input-label__label.focus,
body#module-redsys-errorpayment #wrapper .form-input-label__label.focus {
  background-color: #fff;
  font-size: 10px;
  line-height: 10px;
  opacity: 1;
  padding: 0 3px;
  top: -3.5px;
  z-index: 3;
}
body#module-paytpv-urlko #wrapper .custom-checkbox label,
body#module-redsys-errorpayment #wrapper .custom-checkbox label {
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 0;
  padding-top: 3px;
}
body#module-paytpv-urlko
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color),
body#module-redsys-errorpayment
  #wrapper
  .custom-checkbox
  input[type="checkbox"]
  + span:not(.color) {
  height: 20px;
  width: 20px;
}
body#module-paytpv-urlko
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color),
body#module-redsys-errorpayment
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span:not(.color) {
  background-color: #191919;
  color: #fff;
}
body#module-paytpv-urlko
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before,
body#module-redsys-errorpayment
  #wrapper
  .custom-checkbox
  input[type="checkbox"]:checked
  + span
  i.fa-check:before {
  color: #fff;
  font-size: 13px;
}
body#module-paytpv-urlko #wrapper .custom-select2,
body#module-paytpv-urlko #wrapper .custom-select2 option,
body#module-redsys-errorpayment #wrapper .custom-select2,
body#module-redsys-errorpayment #wrapper .custom-select2 option {
  background-color: transparent;
}
body#module-paytpv-urlko #wrapper #main,
body#module-redsys-errorpayment #wrapper #main {
  border: none;
  margin: auto;
  max-width: 1920px;
  padding-left: 86px;
  padding-right: 86px;
  padding-top: 0;
}
@media (max-width: 768px) {
  body#module-paytpv-urlko #wrapper #main,
  body#module-redsys-errorpayment #wrapper #main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body#module-paytpv-urlko #wrapper #main .name-cliente,
body#module-redsys-errorpayment #wrapper #main .name-cliente {
  color: #a3a3a3;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.125rem;
  line-height: 60px;
  margin-top: -25px;
}
body#module-paytpv-urlko #wrapper #main .my-account-page-content-wrapper,
body#module-paytpv-urlko #wrapper #main .page-authentication #content,
body#module-paytpv-urlko #wrapper #main .page-customer-account #content,
body#module-redsys-errorpayment #wrapper #main .my-account-page-content-wrapper,
body#module-redsys-errorpayment #wrapper #main .page-authentication #content,
body#module-redsys-errorpayment #wrapper #main .page-customer-account #content {
  border: none;
  padding-left: 7px;
}
body#module-paytpv-urlko #wrapper #main .cerrar-sesion a,
body#module-paytpv-urlko
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a,
body#module-redsys-errorpayment #wrapper #main .cerrar-sesion a,
body#module-redsys-errorpayment
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a {
  border-bottom: none;
  font-size: 0.875rem;
  line-height: 36px;
  padding: 0;
}
body#module-paytpv-urlko #wrapper #main .cerrar-sesion a i,
body#module-paytpv-urlko
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i,
body#module-redsys-errorpayment #wrapper #main .cerrar-sesion a i,
body#module-redsys-errorpayment
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i {
  height: 32px;
  width: 32px;
}
body#module-paytpv-urlko #wrapper #main .cerrar-sesion a i:before,
body#module-paytpv-urlko
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before,
body#module-redsys-errorpayment #wrapper #main .cerrar-sesion a i:before,
body#module-redsys-errorpayment
  #wrapper
  #main
  .my-account-page-content-wrapper
  .my-account-side-links
  > a
  i:before {
  font-size: 17px;
  position: relative;
  top: 1px;
}
@media (max-width: 768px) {
  body#module-paytpv-urlko #wrapper #main .cerrar-sesion a i:before,
  body#module-paytpv-urlko
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before,
  body#module-redsys-errorpayment #wrapper #main .cerrar-sesion a i:before,
  body#module-redsys-errorpayment
    #wrapper
    #main
    .my-account-page-content-wrapper
    .my-account-side-links
    > a
    i:before {
    top: 5px;
  }
}
body#module-paytpv-urlko #wrapper #main .my-account-side-links.col-sm-3,
body#module-redsys-errorpayment #wrapper #main .my-account-side-links.col-sm-3 {
  border-right: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  body#module-paytpv-urlko #wrapper #main .my-account-side-links.col-sm-3,
  body#module-redsys-errorpayment
    #wrapper
    #main
    .my-account-side-links.col-sm-3 {
    display: flex;
    overflow: scroll;
    width: -moz-max-content;
    width: max-content;
  }
  body#module-paytpv-urlko
    #wrapper
    #main
    .my-account-side-links.col-sm-3
    a
    span,
  body#module-redsys-errorpayment
    #wrapper
    #main
    .my-account-side-links.col-sm-3
    a
    span {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    line-height: normal;
    margin-right: 15px;
    min-width: 100px;
  }
}
body#module-paytpv-urlko #wrapper #main .accesos-rapido a,
body#module-redsys-errorpayment #wrapper #main .accesos-rapido a {
  text-transform: uppercase;
}
body#module-paytpv-urlko
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12,
body#module-redsys-errorpayment
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
  background-color: #f8f8f8;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 277px;
  justify-content: center;
  margin: 1rem;
  text-align: center;
  width: 22%;
}
@media (max-width: 768px) {
  body#module-paytpv-urlko
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12,
  body#module-redsys-errorpayment
    #wrapper
    #main
    .accesos-rapido
    .col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    margin: 9px 6px !important;
    width: 100% !important;
  }
}
body#module-paytpv-urlko
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i,
body#module-redsys-errorpayment
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i {
  align-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 120px;
  justify-content: center;
  margin: auto;
  width: 100%;
}
body#module-paytpv-urlko
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before,
body#module-redsys-errorpayment
  #wrapper
  #main
  .accesos-rapido
  .col-lg-4.col-md-6.col-sm-6.col-xs-12
  i:before {
  font-size: 5rem;
  font-weight: 100;
  text-align: center;
}
body#module-paytpv-urlko #wrapper #main .accesos-rapido .acceso-rapido,
body#module-redsys-errorpayment #wrapper #main .accesos-rapido .acceso-rapido {
  background-color: #f8f8f8;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 277px;
  justify-content: center;
  margin: 1rem;
  text-align: center;
  width: 22%;
}
@media (max-width: 768px) {
  body#module-paytpv-urlko #wrapper #main .accesos-rapido .acceso-rapido a,
  body#module-redsys-errorpayment
    #wrapper
    #main
    .accesos-rapido
    .acceso-rapido
    a {
    margin: 0 auto;
    padding: 0 !important;
  }
  body#module-paytpv-urlko #wrapper #main .accesos-rapido .acceso-rapido,
  body#module-redsys-errorpayment
    #wrapper
    #main
    .accesos-rapido
    .acceso-rapido {
    margin: 9px 6px !important;
    width: 100% !important;
  }
}
body#module-paytpv-urlko #wrapper #main article.address,
body#module-redsys-errorpayment #wrapper #main article.address {
  background-color: #f8f8f8;
  border: none;
  padding: 10px;
}
body#module-paytpv-urlko #wrapper #main article.address .address-body,
body#module-redsys-errorpayment #wrapper #main article.address .address-body {
  color: #191919;
  font-family: SharpGroteskBook20, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
}
body#module-paytpv-urlko #wrapper #main article.address .address-body h4,
body#module-redsys-errorpayment
  #wrapper
  #main
  article.address
  .address-body
  h4 {
  color: #191919;
  font-family: SharpGroteskBook25, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
body#module-paytpv-urlko #wrapper #main article.address a:after,
body#module-redsys-errorpayment #wrapper #main article.address a:after {
  top: -9px !important;
}
body#module-paytpv-urlko #wrapper #main article.address .address-footer,
body#module-redsys-errorpayment #wrapper #main article.address .address-footer {
  border-top: none;
  text-align: right;
}
body#module-paytpv-urlko #wrapper #main article.address .address-footer a,
body#module-redsys-errorpayment
  #wrapper
  #main
  article.address
  .address-footer
  a {
  color: #191919;
}
body#module-paytpv-urlko #wrapper #main article.address .address-footer a i,
body#module-redsys-errorpayment
  #wrapper
  #main
  article.address
  .address-footer
  a
  i {
  color: #191919;
}
body#module-paytpv-urlko #wrapper #main table,
body#module-redsys-errorpayment #wrapper #main table {
  border: none;
}
body#module-paytpv-urlko #wrapper #main thead tr th:first-child,
body#module-redsys-errorpayment #wrapper #main thead tr th:first-child {
  border-left: 1px solid #454545;
}
body#module-paytpv-urlko #wrapper #main thead tr th,
body#module-redsys-errorpayment #wrapper #main thead tr th {
  background-color: #454545;
  border: none;
  border-left: 0.5px solid #fff;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 0.875rem;
  padding: 15px 10px;
  text-align: left !important;
}
body#module-paytpv-urlko #wrapper #main tbody tr td,
body#module-paytpv-urlko #wrapper #main tbody tr th,
body#module-redsys-errorpayment #wrapper #main tbody tr td,
body#module-redsys-errorpayment #wrapper #main tbody tr th {
  border: none;
  font-size: 0.875rem;
  font-weight: 100 !important;
  text-align: left !important;
}
body#module-paytpv-urlko #wrapper #main td.order-actions a,
body#module-redsys-errorpayment #wrapper #main td.order-actions a {
  padding-right: 10px;
}
body#module-paytpv-urlko #wrapper #main .btn.psgdprgetdatabtn17,
body#module-redsys-errorpayment #wrapper #main .btn.psgdprgetdatabtn17 {
  background-color: #191919;
  border: 1px solid #191919;
}
body#module-paytpv-urlko #wrapper #main .btn.psgdprgetdatabtn17:hover,
body#module-redsys-errorpayment #wrapper #main .btn.psgdprgetdatabtn17:hover {
  background-color: #fff;
  color: #191919;
}
body#module-paytpv-urlko #wrapper #main .container,
body#module-redsys-errorpayment #wrapper #main .container {
  padding-left: 0;
}
.my-account-page-content .svg-txiki {
  display: none;
}
.my-account-page-content .svg-handi {
  display: block;
}
.my-account-side-links .svg-handi {
  display: none !important;
}
.my-account-side-links .svg-txiki {
  display: inline-block !important;
  margin-right: 0 !important;
  min-width: auto !important;
}
.custom-select2:after {
  content: url(../img/selector.svg);
  font: initial;
  top: -8px;
}
@media (max-width: 768px) {
  body#module-incidences-contact #wrapper {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
}


    .edificio .fa-truck:before {
        content:
         url(../img/edificio.svg);
         top: -50px;
        position: relative;
    }
    .pfec .fa-truck:before {
        content:
         url(../img/pfec.svg);
         top: -50px;
        position: relative;
    }
    .lapiz-regla .fa-truck:before {
        content:
         url(../img/lapiz-regla.svg);
         top: -50px;
        position: relative;
    }