@charset "UTF-8";
/* BASICS */
.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

@font-face {
  font-family: "icomoon";
  src: url("../assets/lib/font/icomoon.eot?8mpcgr");
  src: url("../assets/lib/font/icomoon.eot?8mpcgr#iefix") format("embedded-opentype"), url("../assets/lib/font/icomoon.ttf?8mpcgr") format("truetype"), url("../assets/lib/font/icomoon.woff?8mpcgr") format("woff"), url("../assets/lib/font/icomoon.svg?8mpcgr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

.icon-majesticons_chevron-down:before {
  content: "\e906";
}

.icon-majesticons_chevron-left-line:before {
  content: "\e907";
}

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

.icon-majesticons_chevron-up-line:before {
  content: "\e909";
}

.icon-meteor-icons_circle-check:before {
  content: "\e90f";
}

.icon-meteor-icons_circle-xmark:before {
  content: "\e911";
}

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

.icon-ci_hamburger-md:before {
  content: "\e901";
}

.icon-fluent_gift-card-16-regular:before {
  content: "\e902";
}

.icon-fluent_image-off-48-regular:before {
  content: "\e903";
}

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

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

.icon-majesticons_info-circle-line:before {
  content: "\e90a";
}

.icon-majesticons_question-circle-line:before {
  content: "\e90b";
}

.icon-material-symbols_delete-outline-rounded:before {
  content: "\e90c";
}

.icon-material-symbols_error-outline-rounded:before {
  content: "\e90d";
}

.icon-material-symbols_shopping-cart-outline-rounded:before {
  content: "\e90e";
}

.icon-meteor-icons_circle-exclamation:before {
  content: "\e910";
}

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

.icon-streamline-pixel_coding-apps-websites-404-error:before {
  content: "\e913";
}

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

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

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

/* LAYOUT */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1rem;
}

main {
  padding-bottom: 1.75rem;
}

footer {
  padding: 1rem 0.67rem;
  text-align: center;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/*Utilities*/
.p-0 {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

/*Utilities END*/
.mt-0 {
  margin-top: 0 !important;
}

.pt-100 {
  padding: var(--space-17) 0px;
}

/*Color clases*/
.primary {
  color: #2F3A5B;
}

.bg-primary {
  background-color: #2F3A5B;
}

.secondary {
  color: #007DB7;
}

.bg-secondary {
  background-color: #007DB7;
}

.tertiary {
  color: #666666;
}

.bg-tertiary {
  background-color: #666666;
}

.warning {
  color: unset;
}

.bg-warning {
  background-color: unset;
}

.danger {
  color: #B91414;
}

.bg-danger {
  background-color: #B91414;
}

.success {
  color: #00BE16;
}

.bg-success {
  background-color: #00BE16;
}

.base-color {
  color: #1a1a1a;
}

.blue-fmkt {
  color: #2F3A5B;
}

.blue-elements {
  color: #007DB7;
}

.grey-base {
  color: #666666;
}

.grey-light {
  color: #8c8c8c;
}

.white-base {
  color: #FFFFFF;
}

.green-base {
  color: #00BE16;
}

.red-error {
  color: #B91414;
}

.primari400 {
  background: var(--colorPrimario-400);
}

.secondary400 {
  background-color: var(--colorSecondary-400);
}

.neutral100 {
  background-color: var(--colorNeutral-100);
}

.grey400 {
  background-color: var(--colorGrey-400);
}

.dark400 {
  background-color: var(--colorDark-400);
}

.error400 {
  background-color: var(--colorError-400);
}

.success400 {
  background-color: var(--colorSuccess-400);
}

.alert400 {
  background-color: var(--colorAlert-400);
}

.d-none {
  display: none !important;
}

/*Color clases END*/
/*Tipografía base*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", sans-serif;
  color: var(--colorSecondary-400) !important;
}

h1 {
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-bold);
  margin: 0px !important;
}

h2 {
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-bold);
  margin: 0px !important;
}

h3 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-bold);
  margin: 0px !important;
}

h4 {
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-bold);
  margin: 0px !important;
}

h5 {
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-bold);
  margin: 0px !important;
}

h6 {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-bold);
  margin: 0px !important;
}

p {
  color: var(--colorDark-400);
  font-size: var(--font-size-18);
}
p.small {
  font-size: var(--font-size-16);
}
p.xs {
  font-size: var(--font-size-14);
}
p.xxs {
  font-size: var(--font-size-12);
}
p.xxxs {
  font-size: var(--font-size-10);
}

small {
  font-size: var(--font-size-8);
}

label {
  color: var(--colorDark-400) !important;
  font-weight: var(--font-weight-bold);
}
label.inputLabel {
  font-size: var(--font-size-14) !important;
}

a {
  color: var(--colorPrimario-400);
  font-size: var(--font-size-18);
}
a:hover {
  color: var(--colorPrimario-600);
}

.f-medium {
  font-weight: 500;
}

.f-bold {
  font-weight: 600;
}

.f-small {
  font-size: 14px;
}

.f-small-medium {
  font-size: 14px;
  font-weight: 500;
}

.f-small-bold {
  font-size: 14px;
  font-weight: 600;
}

.f-xsmall {
  font-size: 12px;
}

.f-xsmall-bold {
  font-size: 12px;
  font-weight: 600;
}

/*Tipografía base END*/
/*Parrafos*/
.text-center {
  text-align: center;
}

/*Parrafos END*/
/*Efectos graficos base*/
.circled {
  border-radius: 100%;
}

/*Efectos graficos END*/
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1320px;
  }
}
p {
  color: var(--colorDark-400);
}

a {
  color: var(--colorPrimario-400);
}
a:hover {
  color: var(--colorPrimario-600);
}

.alerta-Error {
  background: var(--colorError-300);
  padding: var(--space-4);
  display: flex;
  box-shadow: var(--elevation-3);
  border-radius: var(--border-size-4);
  gap: var(--space-5);
  align-items: center;
}
.alerta-Error i {
  font-size: var(--space-10);
  color: var(--colorError-400) !important;
}
.alerta-Error .mensaje h6 {
  color: var(--colorError-400) !important;
  margin-top: 0;
  margin-bottom: var(--space-2) !important;
  font-weight: var(--font-weight-light) !important;
}
.alerta-Error .mensaje p {
  color: var(--colorError-400);
  margin: 0;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-light);
}

.alerta-Success {
  background: var(--colorSuccess-300);
  padding: var(--space-4);
  display: flex;
  box-shadow: var(--elevation-3);
  border-radius: var(--border-size-4);
  gap: var(--space-5);
  align-items: center;
}
.alerta-Success i {
  font-size: var(--space-10);
  color: var(--colorSuccess-400) !important;
}
.alerta-Success .mensaje h6 {
  color: var(--colorSuccess-400) !important;
  margin-top: 0;
  margin-bottom: var(--space-2) !important;
  font-weight: var(--font-weight-light) !important;
}
.alerta-Success .mensaje p {
  color: var(--colorSuccess-400);
  margin: 0;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-light);
}

.alerta-Info {
  background: var(--colorPrimario-300);
  padding: var(--space-4);
  display: flex;
  box-shadow: var(--elevation-3);
  border-radius: var(--border-size-4);
  gap: var(--space-5);
  align-items: center;
}
.alerta-Info i {
  font-size: var(--space-10);
  color: var(--colorPrimario-400) !important;
}
.alerta-Info .mensaje h6 {
  color: var(--colorPrimario-400) !important;
  margin-top: 0;
  margin-bottom: var(--space-2) !important;
  font-weight: var(--font-weight-light) !important;
}
.alerta-Info .mensaje p {
  color: var(--colorPrimario-400);
  margin: 0;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-light);
}

.alerta-Alert {
  background: var(--colorAlert-300);
  padding: var(--space-4);
  display: flex;
  box-shadow: var(--elevation-3);
  border-radius: var(--border-size-4);
  gap: var(--space-5);
  align-items: center;
}
.alerta-Alert i {
  font-size: var(--space-10);
  color: var(--colorAlert-700) !important;
}
.alerta-Alert .mensaje h6 {
  color: var(--colorAlert-700) !important;
  margin-top: 0;
  margin-bottom: var(--space-2) !important;
  font-weight: var(--font-weight-light) !important;
}
.alerta-Alert .mensaje p {
  color: var(--colorAlert-700);
  margin: 0;
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-light);
}

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

.m-tb-32 {
  margin-top: var(--space-12);
  margin-bottom: var(--space-12);
}

.autorizoCookies {
  display: flex;
  align-items: center;
  margin-top: var(--space-8);
  justify-content: flex-end;
}
.autorizoCookies button {
  width: 30% !important;
}

.tituloContent {
  margin: var(--space-12) auto;
  background: var(--colorNeutral-100);
}
.tituloContent .container .titulo h3 {
  display: flex;
  align-items: center;
  gap: var(--space-9);
}
.tituloContent .container .titulo h3::before {
  content: "";
  width: 5px;
  height: 54px;
  background: var(--colorPrimario-400);
}

@media (max-width: 768px) {
  .m-lr-20 {
    margin-left: var(--space-9);
    margin-right: var(--space-9);
  }
  .autorizoCookies {
    display: flex;
    align-items: center;
    margin-top: var(--space-8);
    justify-content: flex-end;
  }
  .autorizoCookies button {
    width: 100% !important;
  }
  .tituloContent {
    margin: var(--space-12) auto;
    background: var(--colorNeutral-100);
  }
  .tituloContent .container .titulo {
    padding: 0 var(--space-9);
  }
  .tituloContent .container .titulo h3 {
    display: flex;
    align-items: center;
    gap: var(--space-9);
    font-size: var(--font-size-h6) !important;
  }
  .tituloContent .container .titulo h3::before {
    content: "";
    width: 5px;
    height: 54px;
    background: var(--colorPrimario-400);
  }
}
.contentProductos {
  margin: var(--space-12);
}

.gridProductos {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  justify-content: center;
  gap: var(--space-7);
  width: 100%;
  height: 100%;
}
/* 2 columnas en tablets */
/* 1 columna en móvil */
.gridProductos {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
}

@media (max-width: 1200px) {
  .gridProductos {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}
@media (max-width: 900px) {
  .gridProductos {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}
.gridProductos.con-carrito {
  grid-template-columns: repeat(2, minmax(220px, max-content));
  justify-content: center;
}

.gridProductos.con-carrito {
  grid-template-columns: repeat(2, minmax(220px, max-content));
  justify-content: center;
}

@media (max-width: 500px) {
  .gridProductos {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .gridProductos {
    grid-template-columns: 1fr;
  }
}
.paginador {
  list-style: none;
  display: flex;
  justify-content: start;
  gap: var(--space-4);
  padding: 0;
  border-radius: var(--border-size-2);
  align-items: center;
}
.paginador li {
  background: var(--colorPrimario-100);
  padding: var(--space-2);
  width: var(--space-12);
  height: var(--space-12);
  text-align: center;
  align-content: center;
}
.paginador li a {
  text-decoration: none;
  font-size: var(--font-size-16);
}
.paginador li a i {
  font-size: var(--font-size-18);
  color: var(--colorDark-400);
}
.paginador li:hover {
  background: var(--colorPrimario-200);
}
.paginador .active {
  background: var(--colorPrimario-300);
}
.paginador .disabled {
  background: var(--colorGrey-300);
  color: var(--colorNeutral-500);
  pointer-events: none; /* No permite clic */
  opacity: 0.5; /* Se ve deshabilitado */
  cursor: no-drop; /* Cursor normal */
  text-decoration: none;
}

@media (max-width: 575px) {
  .contenPaginador {
    margin: 0 var(--space-9);
  }
  .contentProductos {
    margin: var(--space-12) var(--space-9);
  }
}
.toast {
  display: flex;
  width: 100%;
  align-items: center;
  gap: var(--space-5);
  padding: var(--space-4) var(--border-size-5);
  margin-top: var(--space-5);
}
.toast .iconToast i {
  font-size: var(--space-12);
}
.toast .mensajeToast p {
  margin: 5px 0;
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-normal);
  display: block;
}
.toast .mensajeToast p span {
  font-size: var(--font-size-14);
}
.toast.success {
  color: var(--colorSuccess-400);
}
.toast.success::before {
  content: "";
  display: block;
  width: 5px;
  height: 80px;
  background: var(--colorSuccess-400);
}
.toast.error {
  color: var(--colorError-400);
}
.toast.error::before {
  content: "";
  display: block;
  width: 5px;
  height: 80px;
  background: var(--colorError-400);
}
.toast.infoToast {
  color: var(--colorPrimario-400);
}
.toast.infoToast::before {
  content: "";
  display: block;
  width: 5px;
  height: 80px;
  background: var(--colorPrimario-400);
}
.toast.warningToast {
  color: var(--colorAlert-400);
}
.toast.warningToast::before {
  content: "";
  display: block;
  width: 5px;
  height: 80px;
  background: var(--colorAlert-400);
}

.CatalogoRow {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 300px;
}

.flexDesktop .card {
  flex: 1 1 calc(24% - 16px) !important;
}

.flexTablet .card {
  flex: 1 1 calc(33% - 16px) !important;
}

.flexMovile .card {
  flex: 1 1 calc(100% - 16px) !important;
}

@media (max-width: 992px) {
  .CatalogoRow .gridProductos {
    order: 2;
  }
  .CatalogoRow .carritoVista {
    order: 1;
  }
  .pt-100 {
    padding: var(--space-17) 0px var(--space-12) 0px;
  }
  .gridProductos.con-carrito {
    grid-template-columns: repeat(1, minmax(220px, max-content));
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .contentCar .contentElemtens .producto {
    display: flex;
    flex-wrap: nowrap !important;
    gap: var(--space-5);
    align-items: center;
    border-bottom: solid var(--colorGrey-300) var(--border-size-1);
    padding-bottom: var(--space-4);
    margin-bottom: var(--space-5);
    justify-content: space-between;
  }
}
@media (max-width: 600px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: var(--font-size-h6) !important;
  }
  .contentCar .contentElemtens .producto .imgProducto {
    width: 100%;
  }
  .gridProductos .card {
    flex: 1 1 calc(100% - 16px);
  }
}
@media (max-width: 500px) {
  .contentCar .contentElemtens .producto {
    display: flex;
    flex-wrap: wrap !important;
    gap: var(--space-5);
    align-items: center;
    border-bottom: solid var(--colorGrey-300) var(--border-size-1);
    padding-bottom: var(--space-4);
    margin-bottom: var(--space-5);
    justify-content: space-between;
  }
  .contentCar .contentElemtens .producto .imgProducto {
    max-width: 100% !important;
  }
}
.titleDescripcion p {
  color: var(--colorPrimario-400);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-18);
}

.recaptchaGoogle {
  margin-top: var(--space-7);
}

.lds-dual-ring {
  /* change color here */
  color: var(--colorPrimario-400);
}

.lds-dual-ring,
.lds-dual-ring:after {
  box-sizing: border-box;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-page {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgb(255, 255, 255); /* color del fondo */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.contenidoSinR {
  background: var(--colorNeutral-100);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-9);
}
.contenidoSinR img {
  margin: 20px auto;
  width: 100%;
  max-width: 700px;
}
.contenidoSinR h3 {
  margin: var(--space-12) 0 !important;
  max-width: 900px;
  text-align: center;
  line-height: 150%;
}
.contenidoSinR .razon ul li {
  margin: var(--space-2) 0;
}
.contenidoSinR .razon p {
  max-width: 990px;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-normal);
  text-align: center;
}

@media (max-width: 575px) {
  .pt-100 {
    padding: var(--space-15) 0px var(--space-12) 0px;
  }
}
.copyButton {
  font-size: 16px;
  color: var(--colorPrimario-400);
  background: transparent;
  border: none;
}
.copyButton img {
  display: block;
}

.warningText {
  background: var(--colorAlert-100);
  padding: var(--space-4);
  border-radius: var(--border-size-4);
}
.warningText p {
  margin: 0;
  font-size: var(--font-size-14);
  color: var(--colorAlert-700);
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
.warningText p i {
  font-size: var(--space-10);
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

/* Sistema de diseño WL */
.dswl {
  /*layout*/
}
.dswl p {
  align-self: flex-start;
  margin: 0.67em 0;
}
.dswl .dswl-row {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.dswl .dswl-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.dswl .dswl-col.dswl-col-1 {
  flex: 1 0 8.33%;
}
.dswl .dswl-col.dswl-col-2 {
  flex: 1 0 16.66%;
}
.dswl .dswl-col.dswl-col-3 {
  flex: 1 0 25%;
}
.dswl .dswl-col.dswl-col-4 {
  flex: 1 0 33.33%;
}
.dswl .dswl-col.dswl-col-5 {
  flex: 1 0 41.66%;
}
.dswl .dswl-col.dswl-col-6 {
  flex: 1 0 50%;
}
.dswl .dswl-col.dswl-col-7 {
  flex: 1 0 58.33%;
}
.dswl .dswl-col.dswl-col-8 {
  flex: 1 0 66.66%;
}
.dswl .dswl-col.dswl-col-9 {
  flex: 1 0 75%;
}
.dswl .dswl-col.dswl-col-10 {
  flex: 1 0 83.33%;
}
.dswl .dswl-col.dswl-col-11 {
  flex: 1 0 91.66%;
}
.dswl .dswl-col.dswl-col-12 {
  flex: 1 0 100%;
}
.dswl {
  /*elements*/
}
.dswl .colors-circles {
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.dswl .colors-circles.color-circles-bordered {
  border: 1px solid #1a1a1a;
}

@media (min-width: 576px) {
  .dswl-col {
    display: flex;
  }
}
@media (min-width: 768px) {
  .dswl .dswl-col {
    display: flex;
  }
  .dswl .dswl-col.dswl-col-md-1 {
    flex: 1 0 8.33%;
  }
  .dswl .dswl-col.dswl-col-md-2 {
    flex: 1 0 16.66%;
  }
  .dswl .dswl-col.dswl-col-md-3 {
    flex: 1 0 25%;
  }
  .dswl .dswl-col.dswl-col-md-4 {
    flex: 1 0 33.33%;
  }
  .dswl .dswl-col.dswl-col-md-5 {
    flex: 1 0 41.66%;
  }
  .dswl .dswl-col.dswl-col-md-6 {
    flex: 1 0 50%;
  }
  .dswl .dswl-col.dswl-col-md-7 {
    flex: 1 0 58.33%;
  }
  .dswl .dswl-col.dswl-col-md-8 {
    flex: 1 0 66.66%;
  }
  .dswl .dswl-col.dswl-col-md-9 {
    flex: 1 0 75%;
  }
  .dswl .dswl-col.dswl-col-md-10 {
    flex: 1 0 83.33%;
  }
  .dswl .dswl-col.dswl-col-md-11 {
    flex: 1 0 91.66%;
  }
  .dswl .dswl-col.dswl-col-md-12 {
    flex: 1 0 100%;
  }
}
/* Sistema de diseño WL END */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

input[type=text],
input[type=password],
input[type=date],
input[type=email],
input[type=tel],
input[type=number],
input[type=search],
input[type=url],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
select {
  width: 100%;
  display: block !important;
  padding: var(--space-5) var(--space-8);
  font-size: var(--font-size-14);
  display: inline-block;
  position: relative;
  border: var(--border-size-1) solid var(--colorGrey-400);
  border-radius: var(--border-size-4);
  box-sizing: border-box;
  resize: none;
  color: #2F3A5B;
  min-height: 49px !important;
}
input[type=text].requiered, input[type=text].required,
input[type=password].requiered,
input[type=password].required,
input[type=date].requiered,
input[type=date].required,
input[type=email].requiered,
input[type=email].required,
input[type=tel].requiered,
input[type=tel].required,
input[type=number].requiered,
input[type=number].required,
input[type=search].requiered,
input[type=search].required,
input[type=url].requiered,
input[type=url].required,
input[type=datetime-local].requiered,
input[type=datetime-local].required,
input[type=month].requiered,
input[type=month].required,
input[type=time].requiered,
input[type=time].required,
input[type=week].requiered,
input[type=week].required,
select.requiered,
select.required {
  border-color: #B91414;
}
input[type=text]:disabled, input[type=text].disabled,
input[type=password]:disabled,
input[type=password].disabled,
input[type=date]:disabled,
input[type=date].disabled,
input[type=email]:disabled,
input[type=email].disabled,
input[type=tel]:disabled,
input[type=tel].disabled,
input[type=number]:disabled,
input[type=number].disabled,
input[type=search]:disabled,
input[type=search].disabled,
input[type=url]:disabled,
input[type=url].disabled,
input[type=datetime-local]:disabled,
input[type=datetime-local].disabled,
input[type=month]:disabled,
input[type=month].disabled,
input[type=time]:disabled,
input[type=time].disabled,
input[type=week]:disabled,
input[type=week].disabled,
select:disabled,
select.disabled {
  background-color: #F0F0F0;
  border-color: #8c8c8c;
  color: #8c8c8c;
}
input[type=text]:focus, input[type=text]:focus,
input[type=password]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=url]:focus,
input[type=datetime-local]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=week]:focus,
select:focus,
select:focus {
  outline: solid 3px rgba(102, 102, 102, 0.4);
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=month]::-moz-placeholder, input[type=time]::-moz-placeholder, input[type=week]::-moz-placeholder, select::-moz-placeholder {
  color: var(--colorGris-400) !important;
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-500) !important;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
select::placeholder {
  color: var(--colorGris-400) !important;
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-500) !important;
}

input[type=date].--noCalendar::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.verificationCode--inputs {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
.verificationCode--inputs > input {
  text-align: center;
  padding-left: 0.15rem;
  padding-right: 0px;
  width: 2rem;
}

.inputHint {
  color: #666666;
  font-size: 0.8rem;
}

.form-error .inputLabel,
.form-error label.error {
  color: #B91414;
}
.form-error label.error {
  font-size: 0.8rem;
}
.form-error input[type],
.form-error textarea {
  border-color: #B91414;
  color: #B91414;
}

.form-disabled {
  pointer-events: none;
}
.form-disabled .inputLabel {
  color: #8c8c8c;
}
.form-disabled input[type],
.form-disabled textarea {
  background-color: #F0F0F0;
  border-color: #8c8c8c;
  color: #8c8c8c;
}
.form-disabled.checkboxContainer input ~ .checkmark {
  background-color: #8c8c8c !important;
  border-color: #666666;
}
.form-disabled.checkboxContainer input ~ .checkmark:after {
  border-color: #FFFFFF;
}
.form-disabled.radioContainer input ~ .checkmark--radio {
  background-color: #8c8c8c !important;
  border-color: #666666;
}
.form-disabled.radioContainer input ~ .checkmark--radio:after {
  background-color: #FFFFFF;
}

.form-icon {
  position: relative;
}
.form-icon > .inputIcon {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(50%, -50%);
}

textarea {
  border-radius: 15px;
}

select {
  margin-top: 8px;
}

/* #region checkbox, radio*/
/* #region checkbox*/
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 1.45;
}
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: var(--colorPrimario-400);
  border: 1px solid #2F3A5B;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(0.1) rotate(40deg);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.checkmark-disabled {
  background: var(--colorGrey-300) !important;
  color: var(--colorGrey-400);
}

.checkboxContainer:hover input ~ .checkmark {
  background-color: #FFFFFF;
}

.checkboxContainer input:checked ~ .checkmark {
  background-color: #FFFFFF;
}

.checkboxContainer input:checked ~ .checkmark:after {
  opacity: 1;
  transform: rotate(45deg);
}

.checkboxContainer .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #2F3A5B;
  border-width: 0 3px 3px 0;
}

/* #endregion*/
/* #region radio */
.radioContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 1.45;
}
.radioContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark--radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #FFFFFF;
  border: 1px solid #2F3A5B;
  border-radius: 50%;
}
.checkmark--radio:after {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(0.1);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.radioContainer:hover input ~ .checkmark--radio {
  background-color: #FFFFFF;
}

.radioContainer input:checked ~ .checkmark--radio {
  background-color: #FFFFFF;
}

.radioContainer input:checked ~ .checkmark--radio:after {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.radioContainer .checkmark--radio:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2F3A5B;
}

/* #endregion */
/* #endregion*/
/* #region select*/
.selectContainer {
  position: relative;
}
.selectContainer select {
  display: none;
  margin-top: 0;
}

.option--selected {
  background-color: #FFFFFF;
}

/*arrow select element:*/
.option--selected:after {
  position: absolute;
  content: "";
  top: 43%;
  right: 16px;
  height: 10px;
  width: 10px;
  border-top: solid 0px transparent;
  border-right: solid 0px transparent;
  border-bottom: solid 2px #2F3A5B;
  border-left: solid 2px #2F3A5B;
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.3s ease-in-out;
}

/*arrow select (active):*/
.option--selected.select-arrow-active:after {
  top: 51%;
  border-bottom: solid 0px transparent;
  border-left: solid 0px transparent;
  border-top: solid 2px #2F3A5B;
  border-right: solid 2px #2F3A5B;
}

/*items (options selected)*/
.option--selected {
  padding: 12px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #666666;
  border-radius: 10px;
  box-sizing: border-box;
  color: #2F3A5B;
  background-color: #FFFFFF;
}

.option--items div {
  padding: 12px 20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #666666;
  box-sizing: border-box;
  color: #2F3A5B;
}
.option--items div:first-of-type {
  border-radius: 10px 10px 0 0;
}
.option--items div:last-of-type {
  border-radius: 0 0 10px 10px;
}

/*style items (options):*/
.option--items {
  position: absolute;
  border-radius: 10px;
  background-color: #FFFFFF;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  transform-origin: top center;
  transform: scaleY(1);
  opacity: 1;
  transition: all 0.25s ease-out;
}

.select-hide {
  display: none;
}

.option--items div:hover,
.same-as-selected {
  background-color: rgba(47, 58, 91, 0.25);
}

/* #endregion */
/* #region buttons */
/*buttons*/
.btn-default {
  color: #FFFFFF;
  background-color: var(--colorPrimario-400);
  border-color: #2F3A5B;
  font-weight: 500;
  font-size: 1.25rem;
}
.btn-default:hover {
  color: #2F3A5B;
  background-color: unset;
  font-weight: 500;
  border-color: #2F3A5B;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
.btn-default:disabled {
  color: #666666;
  background-color: #F0F0F0;
  font-weight: 500;
  border-color: #8c8c8c;
  box-shadow: 0 0 0 transparent;
}

.btn {
  width: 100%;
  display: block;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--space-4);
  border: var(--border-size-2) solid var(--colorPrimario-400) !important;
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-100) !important;
  font-weight: 400 !important;
  line-height: var(--line-height150);
  box-shadow: var(--elevation-3);
  background: var(--colorPrimario-400);
}
.btn:hover {
  background: var(--colorPrimario-500) !important;
  border: var(--border-size-2) solid var(--colorPrimario-500) !important;
  box-shadow: var(--elevation-4);
}
.btn:active {
  background: var(--colorPrimario-600);
  border: var(--border-size-2) solid var(--colorPrimario-600) !important;
}
.btn.btnFloat {
  width: 100%;
  display: block;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--space-4);
  border: var(--border-size-2) solid var(--colorPrimario-400) !important;
  background: var(--colorNeutral-100);
  color: var(--colorPrimario-400) !important;
}
.btn.btnFloat:hover {
  background: var(--colorNeutral-100) !important;
  border: var(--border-size-2) solid var(--colorPrimario-500) !important;
  color: var(--colorPrimario-500);
}
.btn.btnFloat:active {
  background: var(--colorNeutral-100) !important;
  border: var(--border-size-2) solid var(--colorPrimario-600) !important;
  color: var(--colorPrimario-600);
}
.btn.btnFloat {
  width: 100%;
  display: block;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--space-4);
  border: var(--border-size-2) solid var(--colorPrimario-400) !important;
  background: var(--colorNeutral-100);
  color: var(--colorPrimario-400) !important;
}
.btn.btnFloat:hover {
  background: var(--colorNeutral-100) !important;
  border: var(--border-size-2) solid var(--colorPrimario-500) !important;
  color: var(--colorPrimario-500);
}
.btn.btnFloat:active {
  background: var(--colorNeutral-100) !important;
  border: var(--border-size-2) solid var(--colorPrimario-600) !important;
  color: var(--colorPrimario-600);
}
.btn.btnDisabled {
  width: 100%;
  display: block;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--space-4);
  border: var(--border-size-2) solid var(--colorGrey-400) !important;
  background: var(--colorGrey-200);
  color: var(--colorNeutral-500) !important;
  cursor: not-allowed;
}
.btn.btnDisabled:hover {
  background: var(--colorGrey-200) !important;
  border: var(--border-size-2) solid var(--colorGrey-400) !important;
  color: var(--colorNeutral-500);
}
.btn.btnDisabled:active {
  background: var(--colorGrey-200) !important;
  border: var(--border-size-2) solid var(--colorGrey-400) !important;
  color: var(--colorNeutral-500);
}
.btn.btnGhost {
  width: 100%;
  display: block;
  padding: var(--space-6) var(--space-12);
  border-radius: var(--space-4);
  border: none !important;
  background: transparent;
  color: var(--colorPrimario-400) !important;
  box-shadow: none !important;
}
.btn.btnGhost:hover {
  background: transparent !important;
  border: var(--border-size-2) solid var(--colorPrimario-400) !important;
  color: var(--colorNeutral-500);
  box-shadow: var(--elevation-3);
}
.btn.btnGhost:active {
  background: transparent !important;
  border: none !important;
  color: var(--colorPrimario-600);
  box-shadow: var(--elevation-3);
}
.btn.btn-md {
  font-size: var(--font-size-12) !important;
  padding: var(--space-3) var(--space-8);
  min-width: 200px;
  max-width: 200px;
}
.btn.btn-lg {
  font-size: var(--font-size-14) !important;
  padding: var(--space-8) var(--space-15);
}

button {
  cursor: pointer;
}

.chscklist {
  display: flex;
  gap: var(--space-5);
  margin-top: var(--space-10);
}
.chscklist input[type=checkbox] {
  accent-color: var(--colorSecondary-400);
  color: var(--colorNeutral-100);
  width: 60px !important;
  height: 40px;
}
.chscklist label {
  font-size: 12px;
  font-weight: var(--font-weight-medium);
}

.errorcheck {
  display: flex;
  gap: var(--space-5);
  margin-top: var(--space-10);
}
.errorcheck input[type=checkbox] {
  accent-color: var(--colorSecondary-400);
  color: var(--colorNeutral-100);
  width: 60px !important;
  min-width: 24px !important;
  height: 40px;
  z-index: 9;
}
.errorcheck .box {
  width: 24px;
  height: 24px;
  border: 2px solid red;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
  left: 30px;
}
.errorcheck label {
  color: var(--colorError-400) !important;
}

/* #endregion*/
.shimmerBG {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #f7f7f7;
  background: linear-gradient(to right, hsl(0, 0%, 90%) 8%, hsl(0, 0%, 95%) 18%, hsl(0, 0%, 90%) 33%);
  background-size: 1200px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
.slideContent {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  gap: 0px 0px;
}

.slideOuterLink, .slideCopy, .slideOverlay, .slideImg {
  grid-area: 1/1/2/2;
}

.slideOuterLink {
  z-index: 4;
}

.slideCopy {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.slideOverlay {
  z-index: 2;
  background-color: rgba(47, 58, 91, 0.4);
}

.slideImg {
  z-index: 1;
}

.slideImg > * {
  width: 100%;
}

.sinSesion {
  display: flex;
  list-style: none;
  padding-left: 10px;
}
.sinSesion li a {
  text-decoration: none;
}

div[class^=vSpace-], div[class^=hSpace-] {
  display: block;
}
div[class^=vSpace-][class*="32"], div[class^=hSpace-][class*="32"] {
  height: 32px;
}
div[class^=vSpace-][class*="42"], div[class^=hSpace-][class*="42"] {
  height: 42px;
}
div[class^=vSpace-][class*="52"], div[class^=hSpace-][class*="52"] {
  height: 52px;
}
div[class^=vSpace-][class*="72"], div[class^=hSpace-][class*="72"] {
  height: 72px;
}
div[class^=vSpace-][class*="30v"], div[class^=hSpace-][class*="30v"] {
  height: 20dvh;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.card {
  background: var(--colorNeutral-100);
  border-radius: var(--space-9);
  border: solid 0.5px var(--colorNeutral-400);
  padding: var(--space-1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
}
.card .contentCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card .contentCard .imagenDat {
  position: relative;
}
.card .contentCard .imagenDat .temporad {
  background: var(--colorPrimario-400);
  padding: var(--space-1) var(--space-9);
  border-radius: 0 0 var(--space-9) var(--space-9);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid var(--border-size-1) var(--colorNeutral-100);
  border-bottom: solid var(--border-size-1) var(--colorNeutral-100);
  border-right: solid var(--border-size-1) var(--colorNeutral-100);
}
.card .contentCard .imagenDat .temporad p {
  color: var(--colorNeutral-100);
  margin: 0;
}
.card .contentCard .imagenDat .point {
  background: var(--colorNeutral-200);
  padding: var(--space-1) var(--space-9);
  border-radius: var(--space-9) var(--space-9) 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid var(--border-size-1) var(--colorNeutral-100);
  border-top: solid var(--border-size-1) var(--colorNeutral-100);
  border-right: solid var(--border-size-1) var(--colorNeutral-100);
  bottom: 0;
}
.card .contentCard .imagenDat .point p {
  color: var(--colorDark-400);
  margin: 0;
  line-height: normal;
}
.card .contentCard .imagenDat .point p span {
  font-size: var(--font-size-10);
  margin: 0;
  line-height: normal;
}
.card .contentCard .imagenDat .image img {
  width: 100%;
  display: block;
  border-radius: var(--space-7);
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

.descripcionConten {
  margin: var(--space-4) var(--space-2);
}
.descripcionConten .titleCard {
  background: var(--colorPrimario-100);
  padding: var(--space-2);
  border-radius: var(--border-size-20);
}
.descripcionConten .titleCard p {
  font-weight: var(--font-weight-bold);
  line-height: normal;
  color: var(--colorDark-400);
  font-size: var(--font-size-18);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: var(--space-2) 0;
}
.descripcionConten .titleCard p span {
  line-height: normal;
  font-size: var(--font-size-12);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.descripcionConten .bntAction {
  width: 100%;
  display: block;
  margin-top: var(--space-4);
}

.CatalogoRow.sin-carrito {
  grid-template-columns: 1fr;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.bgLogin {
  height: 90vh;
  width: 100%;
  display: block;
}

.loginContent {
  background: rgba(255, 255, 255, 0.7);
  padding: var(--space-14) var(--space-12);
  max-width: 500px;
  border-radius: var(--border-size-4);
  align-content: center;
  margin: 0 auto;
  box-shadow: var(--elevation-5);
}
.loginContent h4 {
  text-align: center;
  display: block;
  margin-bottom: var(--space-5) !important;
}

.form-input {
  margin: var(--space-5) 0;
  display: inline-block;
  width: 100%;
}
.form-input span {
  margin-top: var(--space-2);
  margin-bottom: var(--space-2);
  display: inline-block;
}

.groupForm button {
  margin: var(--space-5) 0;
}

@media (max-width: 575px) {
  .loginContent {
    padding: var(--space-9) var(--space-7);
    max-width: 500px;
    border-radius: var(--border-size-4);
    align-content: center;
    margin: 0 var(--space-7);
    box-shadow: var(--elevation-5);
  }
  .recaptcha-container {
    width: 100%; /* Ajusta el contenedor al 100% */
    display: flex; /* Asegura que el contenido se ajuste */
    justify-content: start; /* Centra el reCAPTCHA si es necesario */
  }
  .g-recaptcha {
    transform: scale(0.8); /* Ajusta el tamaño si es necesario */
    transform-origin: left; /* Mantiene el centro al escalar */
  }
  .logo img {
    height: 40px !important;
  }
}
.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  height: 90dvh;
  width: 100%;
  z-index: 1;
}

.formLog {
  width: 100%;
  position: absolute;
  top: 35%;
  left: 7%;
  z-index: 1;
  max-width: 500px;
}

.blocker {
  z-index: 9;
}

@media (max-width: 991px) {
  .formLog {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .formLog {
    position: absolute;
    top: 30%;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.card {
  background: var(--colorNeutral-100);
  border-radius: var(--space-9);
  border: solid 0.5px var(--colorNeutral-400);
  padding: var(--space-1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-4);
}
.card .contentCard {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card .contentCard .imagenDat {
  position: relative;
}
.card .contentCard .imagenDat .temporad {
  background: var(--colorPrimario-400);
  padding: var(--space-1) var(--space-9);
  border-radius: 0 0 var(--space-9) var(--space-9);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid var(--border-size-1) var(--colorNeutral-100);
  border-bottom: solid var(--border-size-1) var(--colorNeutral-100);
  border-right: solid var(--border-size-1) var(--colorNeutral-100);
}
.card .contentCard .imagenDat .temporad p {
  color: var(--colorNeutral-100);
  margin: 0;
}
.card .contentCard .imagenDat .point {
  background: var(--colorNeutral-200);
  padding: var(--space-1) var(--space-9);
  border-radius: var(--space-9) var(--space-9) 0 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-left: solid var(--border-size-1) var(--colorNeutral-100);
  border-top: solid var(--border-size-1) var(--colorNeutral-100);
  border-right: solid var(--border-size-1) var(--colorNeutral-100);
  bottom: 0;
}
.card .contentCard .imagenDat .point p {
  color: var(--colorDark-400);
  margin: 0;
  line-height: normal;
}
.card .contentCard .imagenDat .point p span {
  font-size: var(--font-size-10);
  margin: 0;
  line-height: normal;
}
.card .contentCard .imagenDat .image img {
  width: 100%;
  display: block;
  border-radius: var(--space-7);
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}

.descripcionConten {
  margin: var(--space-4) var(--space-2);
}
.descripcionConten .titleCard {
  background: var(--colorPrimario-100);
  padding: var(--space-2);
  border-radius: var(--border-size-20);
}
.descripcionConten .titleCard p {
  font-weight: var(--font-weight-bold);
  line-height: normal;
  color: var(--colorDark-400);
  font-size: var(--font-size-18);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: var(--space-2) 0;
}
.descripcionConten .titleCard p span {
  line-height: normal;
  font-size: var(--font-size-12);
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.descripcionConten .bntAction {
  width: 100%;
  display: block;
  margin-top: var(--space-4);
}

.CatalogoRow.sin-carrito {
  grid-template-columns: 1fr;
}

.modal {
  background: var(--colorNeutral-100);
  max-width: 600px;
  padding: var(--space-5) var(--space-0) !important;
}

.titleClose {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-5) var(--space-10);
  border-bottom: solid var(--border-size-1) var(--colorNeutral-400);
}
.titleClose a {
  text-decoration: none;
  color: var(--colorDark-400);
  margin: 0;
}
.titleClose a i {
  font-size: var(--font-size-20);
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: none !important;
}

.terminos {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.terminos a {
  color: var(--colorDark-400) !important;
}
.terminos i {
  font-size: var(--font-size-h4);
}

.terminos-content {
  display: flex;
  justify-content: space-between;
  padding: var(--space-12) var(--space-10);
  align-items: center;
}

.info {
  display: block;
  padding: var(--space-12) var(--space-10);
}
.info p {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-14);
}
.info a {
  font-weight: var(--font-weight-light);
  font-size: var(--font-size-14);
}

.subTitle {
  padding: var(--space-5) var(--space-10);
}

.pieModal {
  padding: var(--space-8) 0;
  display: flex;
  justify-content: flex-end;
  border-top: solid var(--border-size-1) var(--colorNeutral-400);
  padding: var(--space-8) var(--space-10);
  gap: var(--space-7);
}
.pieModal button {
  width: 50%;
}
.pieModal .btnDisabled {
  width: 50%;
}
.pieModal .btnGhost {
  width: 50%;
}
.pieModal .btnFloat {
  width: 50%;
}

.termino p {
  margin: 0;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-light);
}
.termino small {
  font-size: var(--font-size-10);
  font-weight: var(--font-weight-light);
}

.pGeneral {
  padding-top: var(--space-5) !important;
  padding-bottom: var(--space-5) !important;
}

@media (max-width: 600px) {
  .pieModal {
    padding: var(--space-8) 0;
    display: flex;
    justify-content: flex-end;
    border-top: solid var(--border-size-1) var(--colorNeutral-400);
    padding: var(--space-8) var(--space-10);
    gap: var(--space-7);
    flex-direction: column;
  }
  .pieModal button {
    width: 100%;
  }
  .pieModal .btnDisabled {
    width: 100%;
  }
  .pieModal .btnGhost {
    width: 100%;
  }
  .pieModal .btnFloat {
    width: 100%;
  }
}
.productosCarrito .producto {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-5);
  align-items: center;
  border-bottom: solid var(--colorGrey-300) var(--border-size-1);
  padding-bottom: var(--space-4);
  margin-bottom: var(--space-5);
}
.productosCarrito .producto .imgProducto {
  max-width: 200px;
}
.productosCarrito .producto .imgProducto img {
  width: 100%;
}
.productosCarrito .producto .detalleProductoCar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex-direction: column;
  height: -webkit-fill-available;
}
.productosCarrito .producto .detalleProductoCar .detalletext p {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--colorSecondary-400);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin: 0 0 var(--space-2) 0;
}
.productosCarrito .producto .detalleProductoCar .detalletext .pointCar {
  margin-top: var(--space-2);
}
.productosCarrito .producto .detalleProductoCar .detalletext .pointCar p {
  color: var(--colorPrimario-400);
  font-size: var(--font-size-h6);
}
.productosCarrito .producto .detalleProductoCar .detalletext .pointCar p span {
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-light);
}

@media (max-width: 575px) {
  .productosCarrito .producto {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-5);
    align-items: center;
    border-bottom: solid var(--colorGrey-300) var(--border-size-1);
    padding-bottom: var(--space-4);
    margin-bottom: var(--space-5);
    justify-content: space-between;
  }
  .productosCarrito .producto .imgProducto {
    display: contents;
    max-width: 100%;
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.mainAsideTemplate {
  margin-top: 2.5em;
  display: flex;
  gap: 2rem;
  background-color: var(--colorNeutral-100);
}
.mainAsideTemplate .hide-on-desktop-pc {
  display: grid !important;
}
.mainAsideTemplate .hide-on-mobile-pc {
  display: none !important;
}
.mainAsideTemplate {
  /* h1{
      font-weight: 600;
      font-size: 24px;
  } */
}
.mainAsideTemplate .item_content {
  max-width: 100%;
  /* color: #00866c; */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  /*  font-family: $font-robot-regular; */
}
.mainAsideTemplate .item_content table {
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: auto;
  overflow: auto;
}
.mainAsideTemplate .item_content b, .mainAsideTemplate .item_content strong {
  font-weight: 600;
}
@media (max-width: 768px) {
  .mainAsideTemplate {
    margin-top: 2em;
  }
}

main.mainAsideTemplate--account {
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}
main.mainAsideTemplate--account h2 {
  color: var(--colorNeutral-100);
  margin: 0 0.5rem 0 0;
}
main.mainAsideTemplate--account .aside {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 1rem;
  height: 100%;
  background: #003B5C;
  max-width: initial;
}
main.mainAsideTemplate--account .aside a {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  background: transparent;
  padding: 0.5rem;
  margin: 0.3rem;
  color: var(--colorNeutral-100);
}
main.mainAsideTemplate--account .aside a img {
  height: auto;
  width: 25px;
  margin-right: 0;
}
main.mainAsideTemplate--account .aside a:hover {
  background: rgba(var(--colorNeutral-100), 0.3);
  text-decoration: none;
}
main.mainAsideTemplate--account .aside a span {
  display: none;
}
main.mainAsideTemplate--account .aside a.active {
  background: rgba(var(--colorNeutral-100), 0.25);
  text-decoration: none;
}
main.mainAsideTemplate--account .main {
  padding: 2rem;
  grid-area: 1;
  width: 100%;
}
main.mainAsideTemplate--account .spacer {
  display: none;
}
@media screen and (min-width: 768px) {
  main.mainAsideTemplate--account {
    display: grid;
    grid-template-columns: 265px 2fr;
    gap: 0;
  }
  main.mainAsideTemplate--account h2 {
    margin: 0 0 2.5rem 0;
  }
  main.mainAsideTemplate--account .aside {
    display: block;
    padding: 2rem;
    height: 100%;
    grid-area: 1/1/2/2;
    width: 100%;
    max-width: 250px;
  }
  main.mainAsideTemplate--account .aside a {
    display: flex;
    padding: 0.5rem 1rem;
  }
  main.mainAsideTemplate--account .aside a img {
    margin-right: 1rem;
  }
  main.mainAsideTemplate--account .aside a span {
    display: inline;
  }
  main.mainAsideTemplate--account .main {
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1281px) {
  main.mainAsideTemplate--account {
    margin: 3rem auto;
  }
  main.mainAsideTemplate--account .aside {
    border-radius: 1rem;
  }
}

main.mainAsideTemplate--my-account .spacer {
  display: none;
}
@media screen and (min-width: 768px) {
  main.mainAsideTemplate--my-account {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
  }
  main.mainAsideTemplate--my-account .aside {
    height: 100%;
  }
}
@media screen and (min-width: 1281px) {
  main.mainAsideTemplate--my-account {
    grid-template-rows: auto 1fr;
    margin: 3rem auto;
  }
  main.mainAsideTemplate--my-account .aside {
    height: auto;
    align-self: stretch;
    width: 250px;
  }
  main.mainAsideTemplate--my-account .container {
    min-height: auto;
  }
  main.mainAsideTemplate--my-account .spacer {
    display: block;
  }
}

.aside a {
  display: flex;
}
.aside .container_menu {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  background-color: var(--colorPrimario-400);
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
  color: var(--colorDark-400);
  text-align: center;
}
.aside .content_menu_movil {
  width: 95%;
  min-height: 35px;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  margin: 8px auto;
  border-bottom: revert;
  border-radius: 8px;
  background-color: var(--colorPrimario-400);
  color: var(--colorNeutral-100);
  font-size: 14px;
}
.aside .content_menu_movil p {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.aside .content_menu_movil:hover {
  text-decoration: none;
  background-color: var(--colorPrimario-400);
  border-radius: 8px;
}
.aside .content_menu_movil_disable {
  width: 95%;
  min-height: 35px;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 10px auto;
  background-color: transparent;
  color: var(--colorNeutral-100);
}
.aside .content_menu_movil_disable p {
  margin: 0;
  padding: 0;
  line-height: normal;
}
.aside .content_menu_movil_disable:hover {
  text-decoration: none;
  background-color: var(--colorPrimario-400);
  border-radius: 8px;
}

.aside .container_menu .content_menu_movil:hover {
  text-decoration: none;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .aside .container_menu {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    background-color: var(--colorPrimario);
    border-radius: 12px;
    text-align: center;
    font-size: 14px;
    color: var(--colorDark-400);
    text-align: center;
    padding: 0 10px;
  }
  .aside .content_menu_movil {
    width: 50%;
    /* min-height: 35px;
    align-content: center;
    justify-content: center;
    align-items: center; 
    padding: 0 5px;
    margin: 5px;
    border-bottom: revert;
    border-radius: 8px;
    background-color: var(--colorPrimario-400);
    color: var(--colorNeutral-100);
    font-size: 14px;
    p{
        margin: 0;
        padding: 0;
        line-height: normal;
    } */
  }
  .aside .content_menu_movil_disable {
    width: 50%;
    min-height: 35px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 8px;
    background-color: transparent;
    color: var(--colorNeutral-100);
  }
  .aside .content_menu_movil_disable p {
    margin: 0;
    padding: 0;
    line-height: normal;
  }
  .aside .content_menu_movil_disable:hover {
    text-decoration: none;
  }
  .aside .container_menu .content_menu_movil:hover {
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .mainAsideTemplate {
    display: grid !important;
    grid-auto-flow: column;
    grid-auto-rows: 1fr;
    justify-content: center;
    align-content: center;
    justify-items: flex-start;
    align-items: flex-start;
    -moz-column-gap: 52px;
         column-gap: 52px;
  }
  .mainAsideTemplate.--reverse {
    grid-template-columns: 9fr 3fr;
  }
  .mainAsideTemplate.--reverse .aside {
    grid-area: 1/2/2/3;
    width: 100%;
    max-width: 250px;
    display: flex;
    justify-self: center;
    /*  border-radius: $border-radius-medium; */
  }
  .mainAsideTemplate.--reverse .main {
    grid-area: 1/1/2/2;
    width: 100%;
  }
  .mainAsideTemplate .hide-on-desktop-pc {
    display: none !important;
  }
  .mainAsideTemplate .hide-on-mobile-pc {
    display: grid !important;
  }
  .aside {
    grid-area: 1/1/2/2;
    width: 100%;
    max-width: 250px;
  }
  .aside .container_menu {
    display: none;
  }
  .main {
    grid-area: 1/2/2/3;
    width: 100%;
  }
}
.sidebarLinkContainer {
  display: flex;
  flex-direction: column;
}
.sidebarLinkContainer .sidebarLink {
  display: flex;
  flex-direction: row;
  gap: var(--space-7);
  padding: 18px 0;
  border-bottom: 1px solid #2F3A5B;
  color: #2F3A5B;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
.sidebarLinkContainer .sidebarLink:last-of-type {
  border-bottom: 0px transparent;
}
.sidebarLinkContainer .sidebarLink.active {
  color: #007DB7;
  font-size: 16px;
  font-weight: 600;
}
.sidebarLinkContainer .sidebarLink:hover {
  text-decoration: none;
  color: #007DB7;
}
.sidebarLinkContainer .sidebarLink i {
  font-size: var(--font-size-h5);
  text-align: center;
}

.list-legal > li {
  line-height: 1.75;
}

.icon.ico-legal {
  background-image: url("../img/svg/document-inactive-icon.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  width: 18px;
  display: block;
}
.icon.ico-legal.active {
  background-image: url("../img/svg/document-active-icon.svg");
}

.legalesConten {
  display: block;
  width: 100%;
}

@media (max-width: 575px) {
  .legalesConten {
    display: block;
    width: 100%;
    padding-left: var(--space-7);
    padding-right: var(--space-7);
  }
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.slideImagen .container_ {
  top: 15%;
  max-width: 500px;
  position: absolute;
  left: 7%;
}
.slideImagen .container_ .titleSlideCat {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
  text-align: left;
}
.slideImagen .container_ .titleSlideCat h2 {
  font-weight: var(--font-weight-light) !important;
  color: var(--colorNeutral-100) !important;
}
.slideImagen .container_ .titleSlideCat {
  text-align: center !important;
}

.swiper-wrapper a {
  text-decoration: none;
}

.centeText {
  align-content: center;
}

.imageUno {
  padding: var(--space-17) 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
}

.imageUno:nth-child(2) {
  padding: var(--space-17) 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
}

.imageUno:nth-child(3) {
  padding: var(--space-17) 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
}

.swiper-pagination-bullet {
  background: var(--colorPrimario-400) !important;
  border: solid 3px #e6f1fa;
}

.swiper-pagination-bullet-active {
  border: solid 3px #e6f1fa;
  box-shadow: 0px 0px 0dvb 1px #006fcf;
}

.imgMobile {
  display: none;
}

@media (max-width: 991px) {
  .slideImagen .container_ {
    top: 15%;
    max-width: 500px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .titleSlideCat h2 {
    font-size: var(--font-size-h4);
  }
  .titleSlideCat h1 {
    font-size: var(--font-size-h3);
  }
  .imgDesktop {
    display: none;
  }
  .imgMobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .imageUno {
    padding: var(--space-14) 0;
  }
  .imageUno:nth-child(2) {
    padding: var(--space-14) 0;
  }
  .imageUno:nth-child(3) {
    padding: var(--space-14) 0;
  }
  .slideImagen .container_ {
    top: 10%;
    max-width: 500px;
    position: absolute;
    width: 90%;
  }
  .slideImagen .container_ .titleSlideCat {
    max-width: 700px;
    display: flex;
    flex-direction: column;
    gap: var(--space-7);
    text-align: left;
  }
  .slideImagen .container_ .titleSlideCat h2 {
    font-size: var(--font-size-h4) !important;
    font-weight: var(--font-weight-light) !important;
    color: var(--colorNeutral-100) !important;
  }
  .slideImagen .container_ .titleSlideCat {
    text-align: center !important;
  }
}
@media (max-width: 475px) {
  .imageUno {
    padding: var(--space-9) 0;
  }
  .imageUno:nth-child(2) {
    padding: var(--space-9) 0;
  }
  .imageUno:nth-child(3) {
    padding: var(--space-9) 0;
  }
}
.textModTitle {
  max-width: 800px !important;
}
.textModTitle h1 {
  font-weight: var(--font-weight-light) !important;
  font-size: 56px !important;
  color: var(--colorNeutral-100) !important;
}

.imageUnoCat {
  height: 100%;
  padding-top: var(--space-9);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
}

.imageUnoCat:nth-child(2) {
  height: 100%;
  padding-top: var(--space-9);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
}

.imageUnoCat:nth-child(3) {
  height: 100%;
  padding-top: var(--space-9);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  align-content: center;
}

@media (max-width: 475px) {
  .imageUnoCat {
    padding: var(--space-9) 0;
  }
  .imageUnoCat:nth-child(2) {
    padding: var(--space-9) 0;
  }
  .imageUnoCat:nth-child(3) {
    padding: var(--space-9) 0;
  }
}
.slideCatH {
  height: 70vh;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.filtros {
  display: block;
  background: var(--colorPrimario-400);
  padding: var(--space-11) 0;
}
.filtros .container .filtrosBusquieda {
  display: flex;
  width: 50%;
  gap: var(--space-4);
  align-items: center;
}
.filtros .container .filtrosBusquieda .inputGroup {
  width: 33.33%;
}

.select2 {
  width: 100% !important;
  min-height: 49px !important;
}

.form-icon {
  position: relative;
}
.form-icon i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.filtersInputs, .select2-selection, .select2-selection__rendered {
  width: 100%;
  height: auto !important;
  border: solid 1px var(--colorGris-400) !important;
  margin: 0px !important;
}

input[type=search]:focus + i {
  opacity: 0;
  pointer-events: none;
}

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

.select2-container--default .select2-search--inline .select2-search__field {
  line-height: 49px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 45px !important;
  margin-top: 0 !important;
  padding-left: 20px !important;
  margin-left: 0 !important;
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
  color: var(--colorGris-400) !important;
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-500) !important;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: var(--colorGris-400) !important;
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-500) !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("img/majesticons_chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right 15px center; /* ← mover flecha */
  background-size: 14px; /* tamaño */
  padding-right: 40px;
}
select::-moz-placeholder {
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-500) !important;
}
select::placeholder {
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-500) !important;
}
select:option[disabled] {
  font-size: var(--font-size-14) !important;
  color: var(--colorNeutral-500) !important;
}

select:has(option[value=""][selected]) {
  color: var(--colorNeutral-500) !important; /* color del placeholder */
}

@media (max-width: 991px) {
  .filtros .container .filtrosBusquieda {
    display: flex;
    width: 100%;
    gap: var(--space-4);
    align-items: center;
  }
}
@media (max-width: 575px) {
  .filtros .container .filtrosBusquieda {
    display: flex;
    width: 93%;
    gap: var(--space-4);
    align-items: center;
    flex-direction: column;
    margin: 0 var(--space-9) !important;
  }
  .filtros .container .filtrosBusquieda .inputGroup {
    width: 90%;
  }
}
.form-input {
  margin: 0 !important;
  display: inline-block;
  width: 100%;
}

.select2-selection__choice {
  background: var(--colorPrimario-300) !important;
  padding: var(--space-1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 20px !important;
  padding-right: 5px !important;
  border: none !important;
  color: var(--colorPrimario-400) !important;
  font-weight: var(--font-weight-light);
  vertical-align: middle !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--colorDark-400) !important;
  font-size: var(--font-size-18) !important;
  height: 100% !important;
  vertical-align: middle !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none !important;
  height: 30px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--colorPrimario-400) !important;
  color: white;
  padding: 10px 10px !important;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.contentCar {
  background: var(--colorNeutral-100);
  border-radius: var(--border-size-8);
  box-shadow: var(--elevation-5);
  padding: var(--space-9) var(--space-7);
  border: 1px solid #007DB7;
}
.contentCar .tituloCar {
  margin: var(--space-5) 0;
}
.contentCar .tituloCar h4 {
  line-height: 150%;
}
.contentCar .contentElemtens {
  margin-top: var(--space-5);
}
.contentCar .contentElemtens .producto {
  display: flex;
  gap: var(--space-5);
  align-items: center;
  border-bottom: solid var(--colorGrey-300) var(--border-size-1);
  padding-bottom: var(--space-4);
  margin-bottom: var(--space-5);
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentCar .contentElemtens .producto .imgProducto {
  max-width: 200px;
}
.contentCar .contentElemtens .producto .imgProducto img {
  width: 100%;
}
.contentCar .contentElemtens .producto .detalleProductoCar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  flex-direction: column;
  gap: var(--space-2);
}
.contentCar .contentElemtens .producto .detalleProductoCar .detalletext p {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--colorSecondary-400);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin: 0 0 var(--space-2) 0;
}
.contentCar .contentElemtens .producto .detalleProductoCar .detalletext .pointCar {
  margin-top: var(--space-2);
}
.contentCar .contentElemtens .producto .detalleProductoCar .detalletext .pointCar p {
  color: var(--colorPrimario-400);
  font-size: var(--font-size-h6);
}
.contentCar .contentElemtens .producto .detalleProductoCar .detalletext .pointCar p span {
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-light);
}
.contentCar .contentElemtens .producto .addydelete {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contentCar .contentElemtens .producto .addydelete .add ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  margin: 0;
}
.contentCar .contentElemtens .producto .addydelete .add ul li {
  width: 32px;
  height: 32px;
}
.contentCar .contentElemtens .producto .addydelete .add ul li p {
  align-content: center;
  text-align: center;
  margin: 0;
  height: 100%;
}
.contentCar .contentElemtens .producto .addydelete .delete button {
  border: none;
  background: none;
  color: var(--colorError-400);
  font-size: var(--font-size-10);
  cursor: pointer;
  align-content: center;
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
.contentCar .contentElemtens .producto .addydelete .delete button:hover {
  color: var(--colorError-500);
}
.contentCar .contentElemtens .producto .addydelete .delete button i {
  font-size: var(--font-size-h5);
}

.pagoCard .totalcarrito .totalProducto {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-7);
}
.pagoCard .totalcarrito .totalProducto p {
  color: var(--colorSecondary-400);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-18);
  margin: 0;
}
.pagoCard .totalcarrito .totalMoney {
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-7);
}
.pagoCard .totalcarrito .totalMoney p {
  color: var(--colorSecondary-400);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-18);
  margin: 0;
}
.pagoCard .totalcarrito .totalMoney .cantidadTotl p {
  font-size: var(--font-size-12);
  font-weight: var(--font-weight-medium);
}
.pagoCard .totalcarrito .totalMoney .cantidadTotl p span {
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-bold);
}
.pagoCard .dividerCarrito {
  border-top: solid var(--colorGrey-300) var(--border-size-1);
  margin: var(--space-7) 0;
  display: inline-block;
  width: 100%;
}

.btnDisabled-Restar {
  width: 100%;
  height: 32px;
  border: none;
  color: var(--colorNeutral-500);
  background: var(--colorGrey-300);
  font-size: var(--font-size-h5);
  padding: 0;
  cursor: not-allowed;
  align-content: center;
}

.btnDisabled-Sumar {
  width: 100%;
  height: 32px;
  border: none;
  color: var(--colorDark-400);
  background: var(--colorGrey-300);
  font-size: var(--font-size-h5);
  padding: 0;
  cursor: pointer;
  align-content: center;
}
.btnDisabled-Sumar:hover {
  background: var(--colorGrey-200);
  box-shadow: var(--elevation-3);
}

@media (min-width: 1024px) {
  .contentCar {
    max-width: 541px;
  }
  .contentCar .contentElemtens .producto {
    display: flex;
    gap: var(--space-5);
    align-items: center;
    border-bottom: solid var(--colorGrey-300) var(--border-size-1);
    padding-bottom: var(--space-4);
    margin-bottom: var(--space-5);
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.carritoVacio {
  display: flex;
  margin: var(--space-7) auto;
  background: var(--colorNeutral-100);
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: var(--space-7);
}
.carritoVacio img {
  max-width: 150px;
}
.carritoVacio p {
  text-align: center;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.contenteDetalle .coldetail {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: var(--space-7);
  justify-content: space-between;
  width: 100%;
}
.contenteDetalle .coldetail .slideProducroDetails {
  width: 50%;
}
.contenteDetalle .coldetail .slideProducroDetails .swiper {
  height: auto;
}
.contenteDetalle .coldetail .slideProducroDetails .slideProductoDetalle {
  border-radius: var(--border-size-8) !important;
}
.contenteDetalle .coldetail .slideProducroDetails .slideProductoDetalle .swiper-wrapper .swiper-slide img {
  width: 100%;
  max-height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contenteDetalle .coldetail .slideProducroDetails .slideProductoDetalle .swiper-pagination {
  position: absolute;
}

.textDetalle {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
  width: 50%;
}
.textDetalle .tituloDetalle {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}
.textDetalle .tituloDetalle p {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-light);
  margin: 0;
}
.textDetalle .tituloDetalle h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.textDetalle .puntosDetail p {
  font-size: var(--font-size-h2);
  color: var(--colorSecondary-400);
  font-weight: var(--font-weight-bold);
  margin: var(--space-9) 0 var(--space-6) 0;
}
.textDetalle .puntosDetail p span {
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-light);
}
.textDetalle .descripcionDetalles p {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-light);
}
.textDetalle .accionesDetalles {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}
.textDetalle .accionesDetalles .addydelete {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.textDetalle .accionesDetalles .addydelete .add ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  margin: 0;
}
.textDetalle .accionesDetalles .addydelete .add ul li {
  width: 32px;
  height: 32px;
}
.textDetalle .accionesDetalles .addydelete .add ul li p {
  align-content: center;
  text-align: center;
  margin: 0;
  height: 100%;
}
.textDetalle .accionesDetalles .addydelete .delete button {
  border: none;
  background: none;
  color: var(--colorError-400);
  font-size: var(--font-size-10);
  cursor: pointer;
  align-content: center;
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
.textDetalle .accionesDetalles .addydelete .delete button:hover {
  color: var(--colorError-500);
}
.textDetalle .accionesDetalles .addydelete .delete button i {
  font-size: var(--font-size-h5);
}
.textDetalle .terminosProducto p {
  font-size: var(--space-5);
  font-weight: var(--font-weight-light);
}
.textDetalle .btnAcciones {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}

.selectContainer {
  max-width: 320px;
}

.demo-grid p {
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-bold);
}

.swiper-slide .card {
  width: 100%;
}

.RecomenConten {
  margin: var(--space-12) 0 var(--space-16) 0;
  position: relative;
}
.RecomenConten .swiper {
  height: auto;
}

.contendetalleRespon {
  display: flex;
}

.addRowCard {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--space-7);
  justify-content: space-around;
}
.addRowCard .coldetail {
  flex-wrap: wrap;
  flex-direction: column;
  width: 50%;
}
.addRowCard .coldetail .slideProducroDetails {
  width: 100%;
  overflow: hidden;
  border-radius: var(--space-3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.addRowCard .coldetail .slideProducroDetails .slideProductoDetalle .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.addRowCard .coldetail .slideProducroDetails .slideProductoDetalle .swiper-pagination {
  position: absolute;
}

@media (max-width: 991px) {
  .contenteDetalle .coldetail {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: var(--space-7);
    justify-content: space-between;
    width: 100%;
  }
  .contenteDetalle .coldetail .slideProducroDetails {
    width: 100%;
    overflow: hidden;
    border-radius: var(--space-3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenteDetalle .coldetail .slideProducroDetails .slideProductoDetalle {
    border-radius: var(--border-size-8);
  }
  .contenteDetalle .coldetail .slideProducroDetails .slideProductoDetalle .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .contenteDetalle .coldetail .slideProducroDetails .slideProductoDetalle .swiper-pagination {
    position: absolute;
  }
  .contenteDetalle .coldetail .textDetalle {
    width: 100%;
  }
  .addRowCard {
    display: flex;
    flex-wrap: wrap;
    gap: var(--space-7);
  }
  .addRowCard .coldetail {
    order: 2;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
  }
  .addRowCard .coldetail .slideProducroDetails {
    width: 100%;
    overflow: hidden;
    border-radius: var(--space-3);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .addRowCard .coldetail .slideProducroDetails .slideProductoDetalle .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .addRowCard .coldetail .slideProducroDetails .slideProductoDetalle .swiper-pagination {
    position: absolute;
  }
  .carritoVista {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .contenteDetalle {
    padding: 0 var(--space-7);
  }
  .RecomenConten {
    padding: 0 var(--space-7);
  }
  .d-none {
    display: none;
  }
}
.addRowCard .coldetail .textDetalle {
  width: 100%;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../../assets/lib/font/HelveticaNeue-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  letter-spacing: var(--line-height150);
}
:root {
  /* colorPrimario */
  --colorPrimario-100: #e6f7fa;
  --colorPrimario-200: #d9f2f8;
  --colorPrimario-300: #b0e5f0;
  --colorPrimario-400: #00abd0;
  --colorPrimario-500: #009abb;
  --colorPrimario-600: #0089a6;
  --colorPrimario-700: #00809c;
  --colorPrimario-800: #00677d;
  --colorPrimario-900: #004d5e;
  --colorPrimario-1000: #003c49;
  /* colorSecondary */
  --colorSecondary-100: #e6f1f5;
  --colorSecondary-200: #d9eaf0;
  --colorSecondary-300: #b0d5df;
  --colorSecondary-400: #007698;
  --colorSecondary-500: #006a89;
  --colorSecondary-600: #005e7a;
  --colorSecondary-700: #005972;
  --colorSecondary-800: #00475b;
  --colorSecondary-900: #003544;
  --colorSecondary-1000: #002935;
  /* colorNeutral */
  --colorNeutral-100: #FFFFFF;
  --colorNeutral-200: #E6E6E6;
  --colorNeutral-300: #CCCCCC;
  --colorNeutral-400: #BFBFBF;
  --colorNeutral-500: #999999;
  --colorNeutral-600: #737373;
  --colorNeutral-700: #595959;
  /* colorGrises */
  --colorGrey-100: #EEEEEF;
  --colorGrey-200: #E5E6E6;
  --colorGrey-300: #CACBCC;
  --colorGrey-400: #53565A;
  --colorGrey-500: #4B4D51;
  --colorGrey-600: #424548;
  --colorGrey-700: #3E4144;
  --colorGrey-800: #323436;
  --colorGrey-900: #252728;
  --colorGrey-1000: #1D1E1F;
  /* colorDark */
  --colorDark-100: #E8E8E8;
  --colorDark-200: #DDDDDD;
  --colorDark-300: #B8B8B8;
  --colorDark-400: #1B1B1B;
  --colorDark-500: #181818;
  --colorDark-600: #161616;
  --colorDark-700: #141414;
  --colorDark-800: #101010;
  --colorDark-900: #0C0C0C;
  --colorDark-1000: #090909;
  /* colorError */
  --colorError-100: #F8EAE6;
  --colorError-200: #F4DFD9;
  --colorError-300: #E8BEB0;
  --colorError-400: #B42C01;
  --colorError-500: #A22801;
  --colorError-600: #902301;
  --colorError-700: #872101;
  --colorError-800: #6C1A01;
  --colorError-900: #511400;
  --colorError-1000: #3F0F00;
  /* colorSuccess */
  --colorSuccess-100: #E6F3F0;
  --colorSuccess-200: #D9EDE8;
  --colorSuccess-300: #B0DAD0;
  --colorSuccess-400: #008767;
  --colorSuccess-500: #007A5D;
  --colorSuccess-600: #006C52;
  --colorSuccess-700: #00654D;
  --colorSuccess-800: #00513E;
  --colorSuccess-900: #003D2E;
  --colorSuccess-1000: #002F24;
  /* colorAlert */
  --colorAlert-100: #FAFAE6;
  --colorAlert-200: #F8F7D9;
  --colorAlert-300: #F0EEB0;
  --colorAlert-400: #CFC800;
  --colorAlert-500: #BAB400;
  --colorAlert-600: #A6A000;
  --colorAlert-700: #9B9600;
  --colorAlert-800: #7C7800;
  --colorAlert-900: #5D5A00;
  --colorAlert-1000: #484600;
  --font-size-h1: 4.875rem;
  --font-size-h2: 2.875rem;
  --font-size-h3: 2.25rem;
  --font-size-h4: 1.875rem;
  --font-size-h5: 1.5rem;
  --font-size-h6: 1.25rem;
  --font-size-18: 1.125rem;
  --font-size-16: 1rem;
  --font-size-14: 0.875rem;
  --font-size-12: 0.75rem;
  --font-size-10: 0.625rem;
  --font-size-8: 0.5rem;
  --line-height150: 150%;
  --border-size-1:1px;
  --border-size-2:2px;
  --border-size-3:3px;
  --border-size-4:4px;
  --border-size-5:5px;
  --border-size-6:6px;
  --border-size-7:7px;
  --border-size-8:8px;
  --border-size-9:9px;
  --border-size-10:10px;
  --border-size-15:15px;
  --border-size-20:20px;
  --space-0: 0;
  --space-1: 4px;
  --space-2: 6px;
  --space-3: 8px;
  --space-4: 10px;
  --space-5: 12px;
  --space-6: 14px;
  --space-7: 16px;
  --space-8: 18px;
  --space-9: 20px;
  --space-10: 24px;
  --space-11: 28px;
  --space-12: 32px;
  --space-13: 38px;
  --space-14: 40px;
  --space-15: 56px;
  --space-16: 60px;
  --space-17: 100px;
  --space-18: 300px;
  --elevation-0: 0px -3px 4px 0px #E5E6E6;
  --elevation-1: 0px 3px 4px 0px #E5E6E6;
  --elevation-2: 0px 2px 6px 2px rgba(0,0,0, 0.15);
  --elevation-3: 0px 1px 3px 0px rgba(0,0,0, 0.3);
  --elevation-4: 0px 2px 3px 0px rgba(0,0,0, 0.3);
  --elevation-5: 0px 4px 4px 0px rgba(0,0,0, 0.3);
  --font-weight-bold:700;
  --font-weight-medium:500;
  --font-weight-regular:400;
  --font-weight-light:300;
  --font-weight-thin:100;
}

.contentRedencion {
  margin: var(--space-12) 0;
  display: flex;
  gap: var(--space-7);
}
.contentRedencion .redencionImg {
  width: 50%;
}
.contentRedencion .redencionImg img {
  width: 100%;
  height: 450px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contentRedencion .redencionInfo {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}
.contentRedencion .redencionInfo p {
  line-height: normal;
  margin: 0;
}
.contentRedencion .redencionInfo h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* número de líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contentRedencion .redencionInfo .redencionterminos {
  display: flex;
  flex-direction: column;
  gap: var(--space-7);
}
.contentRedencion .redencionInfo .redencionterminos p {
  font-size: var(--font-size-10);
}

.btnAccion {
  display: flex;
  margin: var(--space-12) 0;
  flex-direction: column;
  justify-content: flex-end;
  align-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
}
.btnAccion button {
  width: auto;
  max-width: 250px;
}

.exitosa {
  margin: var(--space-12) 0;
  border-bottom: solid var(--border-size-1) var(--colorGrey-300);
}

.erronea {
  margin: var(--space-12) 0;
  border-bottom: solid var(--border-size-1) var(--colorGrey-300);
}

@media (max-width: 991px) {
  .contentRedencion {
    margin: var(--space-12) 0;
    display: flex;
    gap: var(--space-7);
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  .contentRedencion .redencionImg {
    width: 100%;
  }
  .contentRedencion .redencionInfo {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--space-7);
  }
  .btnAccion {
    display: flex;
    margin: var(--space-12) 0;
    flex-direction: row;
    justify-content: flex-end;
  }
  .btnAccion button {
    width: 30%;
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .contentRedencion {
    padding: 0 var(--space-7);
  }
  .btnAccion {
    display: flex;
    margin: var(--space-12) 0;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0 var(--space-7);
  }
  .btnAccion button {
    width: 100%;
    max-width: 250px;
  }
  .titleDescripcion {
    padding: 0 var(--space-7);
  }
}
.folioRedencion {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 20px;
}
.folioRedencion span {
  font-weight: var(--font-weight-bold);
}

/* MODULES */
/* ===== NAVBAR ===== */
.navbar {
  background: rgba(255, 255, 255, 0.2);
  padding: var(--space-5) var(--space-15) var(--space-5) var(--space-15);
  padding: var(--space-5) var(--space-15) var(--space-5) var(--space-15);
  border-bottom: var(--border-size-1) solid var(--colorSecondary-400);
  position: absolute;
  z-index: 99;
  inset: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.contenNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: var(--space-0) var(--space-0);
}

/* LOGO */
.logo img {
  height: 80px;
}

/* BOTON HAMBURGUESA*/
.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.navItem ul {
  display: flex;
  gap: var(--space-15);
  list-style: none;
}
.navItem ul li {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
.navItem ul li a {
  text-decoration: none;
  font-weight: var(--font-weight-medium);
  color: var(--colorPrimario-400);
  font-size: var(--font-size-16);
  vertical-align: middle;
  display: flex;
  align-items: center;
  gap: var(--space-1);
}
.navItem ul li a i {
  font-size: var(--space-10);
}
.navItem ul li a:hover {
  color: var(--colorPrimario-400);
}

.inicioSesion {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  z-index: 1;
}
.inicioSesion .sesion-inactiva {
  position: absolute !important;
  right: 0;
}
.inicioSesion .navSesionOn {
  display: flex;
  gap: var(--space-6);
  align-items: center;
}
.inicioSesion .navSesionOn .itemSess {
  padding: var(--space-2);
  border-radius: var(--space-18);
  border: solid var(--border-size-1) var(--colorPrimario-400);
  max-width: var(--space-11);
  max-height: var(--space-11);
  width: 20%;
  height: var(--space-11);
  box-shadow: var(--elevation-3);
}
.inicioSesion .navSesionOn .itemSess a {
  text-decoration: none;
  margin: 0;
  max-width: var(--space-11);
  max-height: var(--space-11);
  width: var(--space-11);
  height: var(--space-11);
  text-align: center;
  display: block;
  align-content: center;
  color: var(--colorPrimario-400);
}
.inicioSesion .navSesionOn .itemSess:hover {
  background: var(--colorPrimario-400);
  color: var(--colorNeutral-100) !important;
}
.inicioSesion .navSesionOn .itemSess:hover a {
  color: var(--colorNeutral-100) !important;
}

.userSesion {
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.iconUser {
  background: var(--colorPrimario-400);
  padding: var(--space-4);
  width: var(--space-15);
  height: var(--space-15) !important;
  align-content: center;
  margin: 0 auto;
  border-radius: 999px;
  display: block;
  align-content: center;
  border: solid var(--border-size-1) var(--colorPrimario-400);
  box-shadow: var(--elevation-3);
}
.iconUser i {
  text-align: center;
  font-size: var(--space-12);
  display: block;
  color: var(--colorNeutral-100);
}

.nameUser p {
  font-size: var(--font-size-16);
  color: var(--colorPrimario-400);
  line-height: auto !important;
  margin: 0;
}
.nameUser p span {
  line-height: auto !important;
  margin: 0;
}

.pointsUser p {
  font-size: var(--font-size-16);
  color: var(--colorPrimario-400);
  font-weight: var(--font-weight-medium);
  line-height: auto !important;
  margin: 0;
}
.pointsUser p span {
  line-height: auto !important;
  margin: 0;
  font-size: var(--font-size-10);
  color: var(--colorPrimario-400);
  font-weight: var(--font-weight-medium);
}

.UserDate {
  display: flex;
  flex-direction: column;
}

.dividerV {
  width: 1px;
  height: 76px;
  background: var(--colorPrimario-400);
  display: block;
  margin: 0 var(--space-10);
}

.logout {
  background: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.logout i {
  font-size: var(--font-size-h4);
  color: var(--colorPrimario-400);
}

.iniciarSessionBtn {
  display: flex;
  gap: var(--space-10);
}

.navMd-none {
  display: none;
}

.navResItem {
  margin-top: 10px;
}
.navResItem ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px !important;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.navResItem ul li {
  padding: var(--space-6) var(--space-8);
  border-top: solid var(--colorDark-400) var(--border-size-1);
}
.navResItem ul li a {
  text-decoration: none;
  font-size: var(--font-size-14);
  display: flex;
  align-items: center;
  gap: var(--space-2);
}
.navResItem ul li:hover {
  background: var(--colorPrimario-500);
}
.navResItem ul li:hover a {
  color: var(--colorNeutral-100);
}

/* =====================
      RESPONSIVE DEL. NAVAR
====================== */
@media (max-width: 991px) {
  .navbar {
    background: rgba(255, 255, 255, 0.2);
    padding: var(--space-5) var(--space-12) var(--space-5) var(--space-12);
  }
  .navMd-none {
    display: block;
  }
  .menu-toggle {
    display: block;
  }
  #navMenu {
    display: none;
    position: absolute;
    top: 70px;
    right: 20px;
    background: white;
    padding: var(--space-4) 0px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  #navMenu.active {
    display: block;
    max-width: 220px;
    z-index: 9 !important;
  }
  .md-dnone {
    display: none !important;
  }
  .iconUser {
    background: var(--colorPrimario-400);
    padding: var(--space-4);
    width: var(--space-15);
    height: var(--space-15) !important;
    align-content: center;
    margin: 0;
    border-radius: 999px;
    display: block;
    align-content: center;
    border: solid var(--border-size-1) var(--colorPrimario-400);
    box-shadow: var(--elevation-3);
  }
  .userSesion {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding-left: var(--space-6);
  }
}
.btnLogin {
  background: var(--colorPrimario-400);
  border-radius: 999px 0px 0px 999px;
  border: solid 1px var(--colorPrimario-400);
  padding: var(--space-4) var(--space-5);
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--colorNeutral-100);
  min-width: 150px;
}
.btnLogin i {
  background: var(--colorNeutral-100);
  display: flex;
  padding: 5px;
  color: var(--colorPrimario-400);
  font-size: var(--font-size-h5);
  border-radius: 999px;
}

.navLog {
  position: absolute;
  left: 0;
  z-index: 9;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}

.sessionCat .navSesionOn {
  position: relative;
}

@media (max-width: 575px) {
  .slideCatH {
    height: 40vh;
  }
  .textModTitle {
    padding: 0 var(--space-7);
  }
  .textModTitle h1 {
    font-weight: var(--font-weight-light) !important;
    font-size: var(--font-size-h3) !important;
    color: var(--colorNeutral-100) !important;
    text-align: center;
  }
}
footer {
  border-top: solid var(--border-size-5) var(--colorPrimario-400);
}

.footerConten {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.footerConten .terminosyCon {
  display: flex;
  gap: var(--space-9);
}
.footerConten .terminosyCon a {
  text-decoration: none;
}

@media (max-width: 575px) {
  .footerConten {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: var(--space-9);
  }
  .terminosyCon {
    display: flex;
    flex-direction: column;
    gap: var(--space-9);
  }
  .terminosyCon a {
    text-decoration: none;
  }
}
/*Dev Styles*/
.tip-text {
  font-size: 0.85rem;
  padding: 1rem 1.5rem;
  background-color: silver;
}/*# sourceMappingURL=main.css.map */