/** Shopify CDN: Minification failed

Line 1447:27 Expected ")" to end URL token
Line 5097:66 Expected ")" to end URL token
Line 6330:27 Expected ")" to end URL token
Line 6658:27 Expected ")" to end URL token
Line 6668:27 Expected ")" to end URL token
Line 6976:27 Expected ")" to end URL token
Line 7307:0 Unexpected ".4botones"
Line 7317:0 Unexpected ".3botones"
Line 7327:0 Unexpected ".7botones"
Line 7369:27 Expected ")" to end URL token
... and 1 more hidden warnings

**/
:root {
  --base-color-neutral--black: black;
  --base-color-neutral--neutral: #666;
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-neutral--white: white;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-darker: #222;
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --border-radius--medium: .5rem;
  --base-color-neutral--neutral-lightest: #eee;
  --border-radius--small: .25rem;
  --accessible-components-dark-grey\<deleted\|variable-c4d8099c\>: #9b9b9b;
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --background-color--background-primary: var(--base-color-neutral--black);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green-dark: #17660f;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #9b1313;
  --base-color-system--focus-state: #2d62ff;
  --background-color--background-secondary: var(--base-color-brand--blue);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --border-color--border-secondary: var(--base-color-brand--blue);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --border-radius--large: 1rem;
  --link-color--link-primary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --link-color--color: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}



.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--base-color-neutral--black);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 400;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-medium {
  padding: 2rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-checkbox {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.form-checkbox-icon {
  border: 1px solid #000;
  border-radius: .125rem;
  flex: none;
  width: .875rem;
  height: .875rem;
  margin: .2rem .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.form_form {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  color: red;
  font-family: Open Sans, sans-serif;
  text-decoration: line-through;
}

.li-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  width: 100%;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.li-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-grey {
  color: var(--base-color-neutral--neutral);
}

.li-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.li-styleguide_2-col.is-align-start {
  align-items: start;
}

.heading-style-h3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.text-rich-text h4 {
  color: #0478e1;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.text-rich-text h5 {
  color: #0478e1;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.text-rich-text h6 {
  color: #0478e1;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text.max-width-large {
  color: #101828;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.padding-section-small {
  padding-bottom: 3rem;
}

.padding-global.padding-section-small.info {
  padding-bottom: 0;
}

.padding-global.padding-section-small.reducir {
  padding-top: 1rem;
}

.padding-global.padding-section-medium {
  color: #000;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global.padding-section-medium.top-small {
  padding-top: 2rem;
}

.padding-global.padding-section-medium.top-small.new {
  width: 90rem;
  max-width: 75rem;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-color-white {
  color: var(--text-color--text-alternate);
}

.text-color-white.text-style-link {
  color: var(--base-color-neutral--white);
}

.li-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--base-color-neutral--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-size-tiny.text-color-grey.text-style-link {
  cursor: pointer;
}

.li-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.li-styleguide_heading-medium {
  font-size: 4rem;
}

.text-size-regular {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.text-size-regular.text-style-link {
  color: #727272;
}

.text-size-regular.text-style-strikethrough.text-style-muted {
  color: red;
  font-size: 1.1rem;
}

.text-size-regular.text-style-strikethrough.rojo {
  color: red;
  font-size: 1rem;
}

.text-size-regular.white, .text-size-regular.white-text {
  color: #fff;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.li-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 80%;
}

.li-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.form_field-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  color: #101828;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.heading-style-h4 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4.text-weight-normal {
  font-weight: 400;
}

.field-label {
  font-family: Open Sans, sans-serif;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form-input {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  background-color: #0000;
  border-radius: 10px;
  width: 100%;
  min-width: 300px;
  min-height: 3rem;
  margin-bottom: 1rem;
  padding: .3rem 1rem;
  font-family: Open Sans, sans-serif;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-white {
  background-color: var(--base-color-neutral--neutral-darker);
  color: var(--base-color-neutral--white);
}

.form-input.is-select-input {
  color: var(--text-color--text-secondary);
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.small-pad {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.text-size-large.text-weight-bold {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
}

.heading-style-h2 {
  color: #101828;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.page-wrapper {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.li-styleguide_label {
  color: #fff;
  background-color: #0478e1;
  border-radius: 100px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.3rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
}

.li-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.main-wrapper {
  flex-direction: column;
  display: flex;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  border: 1px none var(--base-color-neutral--black);
  color: var(--text-color--text-alternate);
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button.is-secondary {
  border: 1px solid var(--base-color-neutral--black);
  color: #000;
  background-color: #0000;
}

.button.is-secondary.max-width-full.pointer-events-off {
  border-color: var(--base-color-neutral--neutral-lighter);
}

.button.is-secondary.pointer-events-off.max-width-full.sin-stock {
  background-color: #aaa;
}

.button.is-outline {
  color: #111;
  background-color: #0000;
  border: 1px solid #111;
  transition: color .2s, background-color .2s;
}

.grid_item-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr); /* Se define exactamente 6 columnas */
    grid-column-gap: 20px; /* Espaciado entre columnas */
    grid-row-gap: 20px; /* Espaciado entre filas */
    text-align: center;
    margin-top: 30px;
}

.button.is-outline:hover {
  color: #fff;
  background-color: #111;
}

.button.is-outline.max-width-full.cancelar {
  background-color: #b2b2b2;
}

.button.max-width-full {
  color: #fff;
  background-color: #0478e1;
  border-style: none;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
}


.button.pre-registro {
  color: #fff;
  background-color: #0478e1;
  border-style: none;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  max-width: 200px;
}

.button.max-width-full.cuadrado {
  border-radius: 0;
}

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  color: var(--base-color-neutral--white);
  background-color: #0478e1;
  border-radius: 100px;
  padding: 1rem 1.5rem;
  font-family: Open Sans, sans-serif;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.li-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.1rem;
}

.li-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.li-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.hide {
  flex: 1;
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section_navbar {
  z-index: 100;
  position: sticky;
  top: 0;
}

.section_footer {
  color: var(--base-color-neutral--white);
  background-color: #0000;
  margin-top: auto;
}

.cart_grid-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.cart_table {
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--white);
}

.cart_table.outline-solid-1 {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  width: 100%;
  margin-top: 20px;
}

.cart_grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 10rem;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 1.5rem;
  display: grid;
}

.cart_grid.is-header {
  color: var(--base-color-neutral--neutral-lighter);
  border-bottom: 1px solid #0000001a;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.cart_grid.is-header.azul {
  color: var(--base-color-neutral--white);
  background-color: #001a4e;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-family: Open Sans, sans-serif;
}

.cart_table-header {
  white-space: nowrap;
  flex-basis: 20%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cart_wrapper-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.cart_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 1rem 1.5rem;
  display: flex;
}

.cart_wrapper {
  border-bottom: 1px solid #1111111a;
  padding-top: .7em;
}

.cart_details-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .6em;
  display: flex;
}

.cart_action {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.cart_empty {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cart_image {
  border: 1px none var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--neutral-lightest);
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.cart_info-order {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  margin-left: 1.5rem;
  display: flex;
}

.cart_price {
  margin-right: 5px;
}

.cart_price.away {
  text-decoration: line-through;
}

.cart_table-item {
  flex-basis: 20%;
  display: flex;
}

.cart_table-item.anzahl {
  flex-direction: column;
}

.cart_quantity-wrapper {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  color: #000;
  background-color: #eeeeee6b;
  border-radius: 1.6em;
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: .7rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.cart_quantity {
  background-color: #0000;
  border: 1px #1111111a;
  border-left-style: solid;
  border-radius: 0 .3em .3em 0;
  width: 3.3em;
  margin-bottom: 0;
  margin-left: 1em;
  padding: 6px .3em 6px 1em;
}

.cart_quantity::placeholder {
  color: #111;
}

.collections_item {
  border-radius: .4rem;
  align-items: flex-end;
  width: 100%;
  height: 19.6rem;
  padding: 2.5rem 2.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.collections_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.collections_title {
  position: relative;
}

.default_globe-wrapper {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.blog_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_item-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog_tags-wrapper {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.blog_img {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--neutral-lightest);
  width: 100%;
  height: 18.6rem;
}

.blog_tags {
  margin-bottom: 1rem;
  margin-left: 1rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog_tag {
  color: #fff;
  background-color: #000;
  border-radius: .3rem;
  margin-top: .5rem;
  margin-right: .5rem;
  padding: .2rem .6rem .3rem;
  font-size: .9rem;
  display: inline-block;
}

.blog_info-wrapper {
  text-align: left;
}

.section_weitere-links {
  position: relative;
}

.headline-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.gift_wrapper {
  perspective: 549px;
  width: 100%;
  transform: perspective(431px);
}

.gift_card {
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--white);
  text-align: left;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 32.9rem;
  height: 18.9rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1rem;
  display: flex;
}

.gift_card-text {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.account_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.account_single-cart-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  padding: 1.5rem;
  display: grid;
}

.account_single-cart-line {
  justify-content: space-between;
  display: flex;
}

.addresses_account-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.5rem;
  display: grid;
}

.customer-name {
  align-items: flex-start;
  margin-right: .3em;
  font-weight: 700;
  display: flex;
}

.addresses_wrapper-default {
  font-style: normal;
}

.section_account-nav {
  overflow: hidden;
}

.account-tabs_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  grid-template-rows: auto;
  grid-template-columns: auto auto auto 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  display: grid;
}

.account-tabs_link {
  padding-bottom: 1rem;
  font-size: 1rem;
  text-decoration: none;
}

.account-tabs_link.w--current {
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 700;
}

.addresses_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.addresses_wrapper {
  border-style: solid;
  border-width: 1px;
  border-color: #9b9b9b29 #9b9b9b29 var(--base-color-neutral--neutral-lightest);
  border-radius: var(--border-radius--small);
  padding: 0;
}

.addresses_wrapper.is-new {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.addresses_wrapper.is-new:hover {
  background-color: #00000003;
}

.addresses_padding {
  padding: 1rem;
}

.addresses_padding.is-header {
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--neutral-lighter);
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.addresses_edit {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.addresses_modal {
  z-index: 10000;
  background-color: #0000001a;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.addresses_modal-close {
  position: absolute;
  inset: 0%;
}

.addresses_form {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3rem;
  position: relative;
}

.addresses_form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.addresses_delete-button {
  background-color: #0000;
  background-image: url({{ 'trash.svg' | asset_url }});
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  display: block;
}

.addresses_plus {
  width: 2rem;
  height: 2rem;
}

.addresses_opener {
  position: absolute;
  inset: 0%;
}

.addresses_opener.azul {
  background-color: #eff9fb80;
}

.login_hinweis-kachel {
  background-color: #8900021a;
  border: 1px solid #890002;
  border-radius: .3rem;
  margin-top: 1rem;
  padding: 1.1rem 1.6rem;
}

.order_line {
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  justify-content: space-between;
  padding: 1rem 1.5rem;
  display: flex;
}

.order_wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.login_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  min-height: 100vh;
  display: grid;
}

.login_left {
  margin-left: 2rem;
  margin-right: 2rem;
}

.login_tabs {
  width: 100%;
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.login_tabs.is-password {
  max-width: 450px;
}

.login_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  margin-bottom: 0;
  padding: 2.5rem 5rem;
  display: flex;
}

.login_form2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0px solid var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  margin-bottom: 0;
  padding: 2.5rem 5rem;
  display: flex;
}

.login_form.no {
  border-style: none;
  width: 100%;
  padding: 0 0 1rem;
}

.position-relativ {
  position: relative;
}

.login_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.login_tab-link {
  color: #111;
  text-align: center;
  background-color: #fff;
  flex: 1;
  width: 100%;
  padding: .8em .5em;
  text-decoration: none;
}

.login_tab-link.w--current {
  box-shadow: none;
  color: #111;
  background-color: #0000;
  font-weight: 400;
  display: none;
}

.section_newsletter {
  position: relative;
}

.mini-cart_component {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  align-items: stretch;
  width: 28rem;
  height: 100vh;
  max-height: 100vh;
  display: flex;
}

.li-component_holder {
  background-color: #0073e61a;
  border: 1px dashed #0073e6;
  min-width: 3rem;
  padding: 1rem;
  position: relative;
}

.li-component_holder.is-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.li-component_holder.is-components {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mini-cart_header {
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.mini-cart_footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  flex-direction: column;
  margin-top: auto;
  padding: 1.5rem;
  display: flex;
}

.mini-cart_line-item {
  flex: 1;
  max-height: 80vh;
  padding: 1.5rem;
  overflow: scroll;
}

.mini-cart_close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.mini-cart_line-item_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 0;
  display: flex;
}

.mini-cart_line-item_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.mini-cart_line-item_img {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--neutral-lightest);
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.mini-cart_full {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-height: 100vh;
  display: flex;
}

.mini-cart_empty {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.mini-cart_line-item_quantity {
  border-style: solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--black) black black;
  justify-content: space-between;
  display: flex;
}

.mini-cart_line-item_quantity-adjust {
  text-align: center;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.mini-cart_line-item_product-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.mini-cart_footer_total {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mini-cart_line-item_price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.product-item_component {
  flex-direction: column;
  height: 100%;
  padding: 0;
  display: flex;
}

.product-item_image-link {
  display: block;
  position: relative;
}

.product-item_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-item_image {
  border: 1px none var(--base-color-neutral--neutral-lighter);
  object-fit: contain;
  background-color: #0000;
  border-radius: 9rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-item_text-link {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.product-item_left {
  margin-right: 0;
}

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

.product-item_tag_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.nav_component {
  background-color: #0000;
  border-bottom: 1px solid #3232321a;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.nav_container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  align-items: center;
  display: flex;
  position: static;
}

.nav_menu.is-page-height-tablet {
  position: relative;
}

.nav_menu-dropdown {
  align-items: stretch;
  height: 5rem;
  display: flex;
}

.nav_dropdown-toggle {
  align-items: center;
  padding: .5rem 2.5rem .5rem 1rem;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav_dropdown-list {
  background-color: var(--base-color-neutral--white);
}

.nav_dropdown-list.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--white);
  flex-wrap: wrap;
  align-content: stretch;
  max-height: 80vh;
  display: flex;
  position: fixed;
  inset: 5rem 0% auto;
  overflow: scroll;
}

.nav_dropdown-link {
  padding: .5rem 0;
  font-weight: 700;
}

.nav_dropdown-link.w--current {
  color: var(--base-color-neutral--black);
}

.nav_menu-button {
  padding: 0;
}

.nav_dropdown-link_child {
  padding: .2rem 0;
  font-size: .8rem;
}

.nav_dropdown-link_child.w--current {
  color: var(--base-color-neutral--black);
}

.nav_shop-icons {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav_shop-icon {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  position: relative;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}


.nav_shop-quantity {
  color: var(--base-color-neutral--white);
  background-color: #1d49ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: .7rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.nav_mini-cart-holder {
  z-index: 10000;
  background-color: #0006;
  justify-content: flex-start;
  width: 100vw;
  position: fixed;
  inset: 0%;
}

.nav_mini-cart-holder.w--open {
  display: flex;
}

.nav_mini-cart-close {
  flex: 1;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_form-block {
  width: 100%;
  margin-bottom: 0;
}

.footer_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.success-message {
  background-color: #0000;
  padding: 1.5rem;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.footer_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer_payment-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.footer_payment-img {
  width: 2.5rem;
}

.cart_details-price {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.filter_product-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_product-header {
  position: relative;
}

.product-header_price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
  position: relative;
}

.product-header_option-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: none;
  overflow: visible;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.swiper.is-product-gallery {
  flex: 1;
  height: auto;
  overflow: hidden;
}

.swiper.is-product-thumbnail {
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.is-product-gallery {
  height: auto;
}

.swiper-wrapper.is-product-thumbnail {
  width: 100%;
}

.swiper-wrapper.is-product-gallery {
  width: 100%;
  height: auto;
}

.swiper-slide {
  flex: none;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.swiper-slide.is-product-gallery {
  width: 100%;
}

.swiper-slide.is-product-thumbnail {
  width: 5rem;
  height: 5rem;
}

.swiper-slide.is-product-thumbnail {
  background-color: #f2f0f0;
  border-radius: 8px;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.swiper-slide.is-product-thumbnail.is-active {
  border: 1px solid #9b9b9b;
}

.swiper_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.swiper_button-wrapper.is-product-slider {
  justify-content: space-between;
  position: absolute;
  inset: 0%;
}

.swiper_button-icon {
  color: #1d1d1b;
  width: 30%;
  height: 55%;
}

.swiper_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.header_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header_overlay-layer {
  z-index: 90;
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.header_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-color-red {
  color: var(--text-color--text-error);
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xsmall.is-grow {
  flex: 1;
}

.spacer-small {
  width: 100%;
  padding-top: .2rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 1rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.predictive-search_holder {
  z-index: 101;
  background-color: #fff;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  display: flex;
  overflow: hidden;
}

.predictive-search_form {
  flex-direction: column;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.predictive-search_form-component {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.predictive-search_input-holder {
  background-color: #f9f9f9;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 3.5rem;
  padding-right: 1rem;
  display: flex;
}

.predictive-search_overflow {
  flex: 0 auto;
  max-height: 88vh;
  padding-bottom: 4rem;
  overflow: scroll;
}

.predictive-search_topic {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.predictive-search_headline {
  border-bottom: 1px solid #85858533;
  align-self: stretch;
  padding-bottom: .4rem;
}

.predictive-search_list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column wrap;
  display: flex;
}

.predictive-search_link {
  padding-top: .1rem;
  padding-bottom: .1rem;
}

.predictive-search_product-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-self: stretch;
  align-items: flex-start;
  margin-top: 1rem;
  display: flex;
}

.predictive-search_produt-item {
  align-self: stretch;
  margin-bottom: .4rem;
}

.predictive-search_line-item {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: .4rem;
  display: flex;
}

.predictive-search_image-wrapper {
  background-color: #f6f6f6;
  border-radius: .2rem;
  margin-right: 1rem;
  padding: .5rem;
}

.predictive-search_image {
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.predictive-search_product-info {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.predictive-search_component {
  background-color: var(--base-color-neutral--white);
  flex-direction: column;
  align-items: stretch;
  width: 28rem;
  height: 100vh;
  display: flex;
}

.predictive-search_header {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.predictive-search_close {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.predictive-search_input {
  background-color: #0000;
  border: 0 #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 1rem;
}

.nav_predictive-search-holder {
  z-index: 10000;
  background-color: #0006;
  justify-content: flex-start;
  width: 100vw;
}

.nav_predictive-search-holder.w--open {
  display: flex;
  position: fixed;
  inset: 0%;
}

.nav_predictive-search-close {
  flex: 1;
}

.product-header_ad-to-cart-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.nav_logo-img {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.3125rem;
  height: 3.125rem;
  display: flex;
}

.product-item_price {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.product-item_price.up {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product_list-item {
  flex: none;
}

.swiper-container {
  height: 100%;
}

.swiper-container.is-product-gallery {
  height: auto;
  padding-right: 4rem;
  font-family: Open Sans, sans-serif;
  position: sticky;
  top: 100px;
}

.footer_member-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_member {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #ffffff1a;
  flex-direction: column;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.footer_grid-payment {
  grid-column-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.footer_grid-payment.is-inprint {
  grid-template-columns: auto 1fr;
  align-items: center;
}

.payment-icons {
  margin-top: .6em;
  display: flex;
}

.payment-icons.is-social {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1em;
}

.footer_payment-icon {
  object-fit: contain;
  width: 3rem;
  margin-right: .8rem;
}

.inprint-links {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inprint-links.is-inprint {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wg-dropdown-2 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.language-selector {
  color: #fff;
  text-transform: uppercase;
  background-color: #111;
  border: 1px solid #ffffff45;
  border-radius: .4em;
  padding: .5em .7em .5em 1.2em;
  display: flex;
}

.language-selector.w--open {
  z-index: 1;
}

.dropdown-aarow {
  filter: invert();
  margin-left: .4em;
}

.wg-dd-2-list {
  transform-origin: 100% 0;
  text-transform: uppercase;
  background-color: #111;
  border: 1px solid #ffffff45;
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
  inset: -.5rem auto auto 0%;
  overflow: hidden;
}

.wg-dd-2-list.w--open {
  color: #fff;
  background-color: #111;
  border: 1px solid #ffffff45;
  border-top-left-radius: .4em;
  border-top-right-radius: .4em;
  padding-top: .3rem;
  padding-bottom: .7rem;
  inset: auto 0% 80%;
}

.wg-dropdown-2-link {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.wg-dropdown-2-link:hover {
  text-decoration: underline;
}

.footer_logo {
  color: var(--base-color-neutral--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.3125rem;
  height: 3.1875rem;
  display: flex;
}

.product-header_radio {
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--neutral-lightest);
  padding: .4rem 1rem .3rem;
  font-weight: 600;
  position: relative;
}

.product-header_radio-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.product-header_radio-button {
  border-width: 0;
  border-color: var(--base-color-neutral--black);
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.product-header_radio-button.w--redirected-checked {
  border-width: 1px;
  border-color: var(--base-color-neutral--black);
}

.product-header_lieferzeit-wrapper {
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
}

.product-header_lieferzeit-icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.section_content-header {
  position: relative;
}

.product-header_slider-wrapper {
  margin-top: 1rem;
  position: relative;
}

.nav_dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.footer_trennlinie {
  background-color: #ffffff1a;
  height: 1px;
}

.product-item_tag {
  background-color: var(--base-color-neutral--black);
  color: var(--base-color-neutral--white);
  border-radius: 100px;
  padding: .3rem 1rem;
  font-family: Open Sans, sans-serif;
  font-size: .85rem;
  font-weight: 500;
}

.product-item_tag.is-red {
  color: #fff;
  background-color: #dd2727;
  font-weight: 400;
}

.product-header_tag-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: min-content min-content;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-item_form-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-direction: column;
  display: flex;
}

.section-product-nav {
  z-index: 90;
  border-bottom: 1px solid var(--base-color-neutral--neutral-lightest);
  background-color: #fff;
  position: sticky;
  top: 4.9rem;
}

.cart_price-info {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.section_contact.new {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.filter_form-field-wrapper {
  position: relative;
}

.success-text {
  font-weight: 600;
}

.error-text {
  color: #e23939;
}

.filter_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filter_filters-wrapper {
  max-width: 19rem;
  position: sticky;
  top: 10vh;
}

.filter_form_component {
  margin-bottom: 0;
}

.filter_form {
  background-color: #0000;
  min-width: 15rem;
}

.filter_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.filter_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filter_results-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.filter_results-text {
  font-size: .875rem;
}

.filter_scroll-wrapper {
  margin-top: 1rem;
  padding-bottom: 4rem;
  padding-right: 1rem;
  overflow: scroll;
}

.filter_filter-group-heading {
  border-top: 1px solid var(--base-color-neutral--neutral-lightest);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: .85rem;
  padding-bottom: .85rem;
  display: flex;
}

.filter_filter-options {
  overflow: hidden;
}

.filter_list-wrapper {
  margin-bottom: 1.25rem;
}

.filter_form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filter_form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  flex: none;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filter_form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: none;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filter_form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filter_form_checkbox-icon.is-checked {
  background-color: var(--base-color-neutral--black);
  background-color: #0478e1;
  border-color: #0478e1;
  border-radius: 100px;
}

.filter_form_checkbox-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filter_tablet-modal-close-button {
  display: none;
}

.filter_tablet-filters-button {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
  display: none;
}

.button-icon-left {
  margin-right: .5rem;
}

.filter_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filter_tags-wrapper {
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  margin-right: 2rem;
  display: flex;
}

.filter_tag {
  background-color: #f4f4f4;
  align-items: center;
  margin-right: .5rem;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filter_close-icon-2 {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.filter_empty {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  background-color: var(--base-color-neutral--neutral-lightest);
  text-align: center;
  padding: 2.9rem;
}

.section_under-construction {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.pagination_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.pagination_item {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.pagination_arrow {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  transform: rotate(90deg);
}

.pagination_arrow.is-right {
  transform: rotate(-90deg);
}

.pagination_component {
  margin-top: 2rem;
}

.filter_tags-inner-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.mini-cart_footer-message {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.mini-cart_footer-message-item {
  border-radius: var(--border-radius--medium);
  background-color: var(--background-color--background-error);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding: .5rem;
  display: flex;
}

.nav_dropdown {
  display: block;
}

.fs-styleguide_hero-label {
  background-color: var(--base-color-neutral--white);
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  border-radius: 100px;
  padding: .5rem 1.5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.fs-styleguide_heading-header {
  font-size: 6rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(0deg, #e8f3ff96, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-italic {
  font-style: italic;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-light {
  font-weight: 300;
}

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

.text-color-primary {
  color: var(--text-color--text-primary);
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.background-color-secondary {
  background-color: #1d49ec;
}

.background-color-tertiary {
  background-color: #e8f3ff4f;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-0 {
  margin: 0;
}

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.icon-height-small {
  height: 1rem;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-large {
  height: 3rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-scroll {
  overflow: scroll;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.form_component {
  margin-bottom: 0;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.li-stylguide_header {
  text-align: left;
  background-color: #edf8fb;
  background-image: radial-gradient(circle farthest-side at 80% -10%, #4353ffab, #fff0 32%), radial-gradient(circle farthest-side at 0 100%, #00ed97, #fff0 26%), linear-gradient(#edf8fb, #edf8fb);
  justify-content: center;
  align-items: center;
  position: relative;
}

.section_header-home {
  position: relative;
}

.header_card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.product_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.product_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.product_heading {
  flex: 1;
}

.product_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section_mehr.background-color-grey {
  background-color: #e8f3ff4f;
}

.mehr_component {
  flex-direction: column;
  align-items: center;
}

.mehr_liste {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.blog_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.blog_featured-image-link {
  width: 100%;
  position: relative;
}

.blog_featured-image-wrapper {
  border: 1px solid var(--base-color-neutral--neutral-lighter);
  border-radius: var(--border-radius--medium);
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.blog_titel-wrapper {
  z-index: 1;
  color: var(--base-color-neutral--white);
  padding: 2rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.blog_featured-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog_overlay {
  background-image: linear-gradient(204deg, #00000024, #32323275);
  position: absolute;
  inset: 0%;
}

.blog_two-articles {
  grid-column-gap: 3.1rem;
  grid-row-gap: 3.1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.blog_featured-title-link {
  margin-bottom: .2rem;
  text-decoration: none;
}

.blog_button-wrapper {
  margin-top: 1rem;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.sort_select {
  margin-bottom: 0;
  font-size: .875rem;
}

.sort_select.filter_checkbox {
  background-color: #f3f3f300;
  border: 1px #000;
  height: 3rem;
  margin-left: .5rem;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
}

.li-tag {
  display: none;
}

.filter_headline {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-heading-big {
  margin-top: 1.5rem;
  font-size: 3rem;
  font-weight: 700;
}

.uui-heading-big.cero {
  text-align: right;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
}

.uui-heading-big.cero.centrar {
  text-align: center;
}

.uui-heading-big.titulo-reg {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}

.brix---bg-overlay {
  z-index: 1;
  text-align: right;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  padding-right: 55px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-button-row.button-row-center.is-reverse-mobile-landscape.espacio {
  justify-content: flex-start;
  align-items: center;
  margin-top: 33px;
}

.uui-button-row.button-row-center.is-reverse-mobile-landscape.espacio.lect {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}

.uui-button-row.button-row-center.is-reverse-mobile-landscape.espacio.lect.cero {
  margin-top: 0;
}

.uui-button-row.button-row-center.is-reverse-mobile-landscape.espacio.lect {
  justify-content: center;
  align-items: center;
}

.uui-button-row.button-row-center.is-reverse-mobile-landscape.left {
  justify-content: flex-start;
  align-items: center;
}

.brix---color-neutral-100 {
  color: #fff;
}

.brix---color-neutral-100.movie {
  text-align: center;
  width: 500px;
  font-weight: 400;
}

.brix---color-neutral-100.movie.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section_hero_home {
  background-image: linear-gradient(#00165a 50%, #fff 50%, #fff);
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
  position: relative;
}

.button-3 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border: 1px #000;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.button-3:hover {
  background-color: #00175a;
}

.button-3.is-small {
  cursor: pointer;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  height: 2.7rem;
  padding: .625rem 1.25rem;
  display: flex;
}

.brix---border-radius-24px {
  z-index: -1;
  border-radius: 24px;
  height: 400px;
  overflow: hidden;
  transform: translate(0);
}

.uui-text-size-big {
  text-align: center;
  font-size: 1.2rem;
}

.uui-text-size-big.left {
  text-align: right;
  text-align: center;
  margin-top: 4px;
  font-family: Open Sans, sans-serif;
}

.uui-text-size-big.centrar {
  margin-top: 7px;
  font-size: 1.3rem;
}

.uui-text-size-big.right {
  text-align: right;
}

.brix---position-relative {
  position: relative;
}

.brix---mg-top-80px {
  width: 100%;
  max-width: 80rem;
  margin-top: 0;
}

.wbs-dropdown-list {
  background-color: #fff;
  border: 1px solid #010b151f;
  border-radius: 10px;
  padding: 15px 10px;
}

.wbs-dropdown-list.w--open {
  padding-left: 0;
  padding-right: 0;
}

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

.wbs-nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.wbs-dropdown-link {
  color: #010b15;
  border-left: 4px solid #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 180px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: color .3s ease-in-out;
  display: flex;
}

.wbs-dropdown-link:hover {
  color: #0024aa;
  background-color: #f0f8ff;
  border-left-color: #1d49ec;
}

.wbs-dropdown-link.sub-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.wbs-dropdown-link.sub-link.button-back {
  border-bottom: 1px solid #d9d9d9;
  display: none;
}

.wbs-dropdown-link.menu-sub-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.wbs-nav-link {
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.wbs-nav-link:hover {
  color: #0024aa;
}

  .wbs-nav-link.dropdown {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 10px;
    font-size: .9rem;
    display: flex;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
  }

  .wbs-nav-link.secondary {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 0px;
    display: flex;
      font-size: .9rem;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
  }

.wbs-nav-link.secondary.blue {
  color: #fff;
  background-color: #0478e1;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 15px;
  padding: 4px 20px;
  font-size: .9rem;
}

.wbs-nav-link.secondary.blue:hover {
  background-color: #00175a;
}

.wbs-nav-link.secondary.blue.center {
  margin-left: 0;
  padding-left: 35px;
  padding-right: 35px;
  transition: all .3s ease-in-out;
  margin-right: 0px;
  font-size: 12px;
}

.wbs-nav-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-left: 10px;
  display: flex;
}

  .wbs-nav-right {
    margin-left: 0;
    display: block;
  }

.wbs-navbar {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0px;
}

.wbs-menu-button {
  background-color: #f7f7f7;
  border-radius: 10px;
}

.wbs-menu-button.w--open {
  background-color: #08b54f;
}

.icon {
  margin-right: 10px;
}

.uui-logo_logotype-5 {
  flex: none;
  width: 170px;
  height: 100%;
}

.wbs-nav-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.menu-icon-zom {
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.icon-one {
  margin: 0 0 0 10px;
  font-size: 1rem;
  position: static;
}

.holder-icon-text {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-col-holder {
  display: flex;
}

.menu-col-1 {
  display: block;
}

.menu-col-2.marcas {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.menu-col-2.gamas, .menu-col-2.red {
  display: none;
}

.column-holder {
  display: flex;
}

.carrito-text, .buscar {
  display: none;
}

.row {
  width: auto;
}

.full-link-nav {
  width: 100%;
}

.marcas, .gamas, .red {
  display: none;
}

.menu-cont {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wbs-marca, .wbs-gama, .wbs-red, .widget-zom {
  display: none;
}

.slide {
  vertical-align: middle;
  width: 100%;
}

.mask {
  width: 100%;
}

.slider {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.video-link {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  height: 2.7rem;
  padding: .625rem 1.25rem;
  display: flex;
}

.video-link.line {
  border: 1px solid #dbdbdb;
}

.text-block-2 {
  line-height: 1;
}

.banner-image-desktop {
  width: 100%;
}

.banner-image-desktop-promociones {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}


.banner-image-celular {
  width: 100%;
  display: none;
}

.uui-layout91_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
}

.uui-layout91_list.menos-arriba {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.uui-layout91_list.menos-arriba.tres {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2.2rem;
  margin-bottom: 0;
}

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

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .2rem;
}

.uui-heading-medium {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-heading-xxsmall {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout91_item {
  text-align: center;
  background-color: #f7f8fa;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 .8rem 2rem;
  display: flex;
}

.info-content-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  display: flex;
}

.uui-text-size-medium {
  color: #475467;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.section_info_4columns {
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  color: #344054;
  white-space: nowrap;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  color: #0478e1;
  background-color: #e8f3ff;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.uui-layout91_icon {
  background-color: #fff;
  border-radius: 10px;
  width: 5rem;
  height: 5rem;
  margin-top: -2rem;
  overflow: hidden;
  box-shadow: 2px 1px 7px #00000026;
}

.uui-max-width-large {
  width: 100%;
  max-width: 50rem;
}

.uui-max-width-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-max-width-large.ampliar {
  max-width: 75rem;
}

.uui-max-width-large.one.centrar {
  text-align: center;
}

.uui-max-width-large.one.centrar.no-space {
  margin-bottom: 0;
}

.uui-max-width-large.one {
  max-width: 52rem;
  margin-bottom: 31px;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-2:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-2:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-icon.espacio {
  margin-right: 8px;
}

.container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.button-4 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border: 1px solid #0478e1;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button-4:hover {
  background-color: #00026b;
  border-color: #00026b;
}

.button-4.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #00026b;
  font-family: Open Sans, sans-serif;
}

.button-4.is-secondary:hover {
  color: #fff;
  background-color: #00026b;
}

.button-4.is-secondary.pointer-events-off.max-width-full {
  background-color: #dbdbdb;
  border-style: none;
}

.button-4.is-secondary.pointer-events-off.max-width-full.cart {
  border-radius: 0;
}

.button-4.is-secondary.max-width-full.pointer-events-off.cart-70 {
  width: 70%;
}

.button-4.max-width-full {
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.button-4.max-width-full.cart {
  border-radius: 0;
}

.button-4.max-width-full.cart_action.cart-70 {
  width: 70%;
}

.button-4.is-small {
  padding: .5rem 1.25rem;
}

.button-4.is-link {
  color: #000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-4.is-link.hide-tablet {
  background-color: #e8e8e8;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 11px;
  padding-top: .7rem;
  padding-bottom: .7rem;
  display: flex;
}

.text-color-white-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
}

.header_background-image-wrapper-2 {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.text-size-medium-2 {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
}

.text-span {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-size-regular-2 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-regular-2.text-style-strikethrough.text-style-muted {
  color: red;
}

.text-size-regular-2.text-style-strikethrough.text-align-right.text-style-muted {
  opacity: 1;
  font-size: 1.5rem;
}

.product-item_tag-2 {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .3rem 1rem;
  font-size: .85rem;
}

.product-item_tag-2.is-red {
  background-color: #dd2727;
  border-radius: 100px;
}

.product_list-2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-left: 0;
  display: grid;
}

.product-item_image-3 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-item_text-link-3 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.heading-style-h4-3 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h4-3.text-weight-normal {
  direction: ltr;
  font-weight: 400;
}

.heading-style-h4-3.text-weight-normal.normal {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.text-size-small-3 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.product-item_component-3 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.product-item_component-3:hover {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); /* Eleva ligeramente el producto */
}

.promocion {
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 2rem;
  display: flex;
}

.promocion-1 {
  border-radius: 8px;
  width: 100%;
  max-width: none;
  overflow: hidden;
}

.promo-banner {
  width: 100%;
}

.promo-banner.desktop {
  display: block;
}

.promo-banner.phone {
  display: none;
}

.badge-holder {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.mehr_image-link-2 {
  border-radius: 7px;
  width: 100%;
  overflow: hidden;
}

.mehr_image-wrapper-2 {
  width: 100%;
  padding: 50% 1.5rem 1rem;
  position: relative;
  overflow: hidden;
}

.heading-style-h3-2 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h3-2.z-index-1.text-color-white, .heading-style-h3-2.text-color-white.categoria {
  color: #fff;
}

.accordion-icon_horizontal-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: .75rem;
  height: 2px;
  position: absolute;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-faq04_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.uui-faq04_accordion {
  border-bottom: 1px solid #eaecf0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq04_answer {
  overflow: hidden;
}

.accordion-icon_component {
  color: #98a2b3;
  border: 2px solid #98a2b3;
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-faq04_icon-wrapper {
  color: #7f56d9;
}

.uui-faq04_component {
  justify-content: center;
  margin-top: 4rem;
  display: flex;
}

.accordion-icon_vertical-line {
  background-color: #98a2b3;
  border-radius: 1px;
  width: 2px;
  height: .75rem;
  position: absolute;
}

.uui-faq04_heading {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-faq04_layout {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: none;
  margin-bottom: 48px;
  display: grid;
}

.uui-text-size-medium-2 {
  color: #475467;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 10px;
  font-family: Open Sans, sans-serif;
  overflow: hidden;
}

.text-span-2 {
  color: #101828;
  font-size: 1.7rem;
  font-weight: 700;
}

.padding-section-medium-2 {
  border-top: 1px #dfdfdf;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
  font-family: Open Sans, sans-serif;
}

.mehr_image-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mehr_image-3.is-overlay {
  background-image: linear-gradient(15deg, #0000007a, #32323200 74%);
}

.heading-style-h2-2 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.product_gallery-lightbox-2 {
  background-color: #f2f0f0;
  border-radius: 9px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper_button-2 {
  text-align: center;
  background-color: #fff;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.swiper_button-2:hover {
  color: #1f1f1f;
}

.swiper_button-2.swiper-prev.pointer-events-on {
  left: -1.5rem;
}

.swiper_button-2.swiper-next.pointer-events-on {
  right: -1.5rem;
}

.padding-section-medium-3 {
  border-top: 1px #dfdfdf;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
  font-family: Open Sans, sans-serif;
}

.padding-section-medium-3.swiper-container.cero {
  margin-top: 0;
  padding-bottom: 2rem;
}

.text-size-small-4 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
}

.container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span-3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.product_gallery-image-2 {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: visible;
}

.text-block-12, .text-block-4 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.div-block-4 {
  font-family: Open Sans, sans-serif;
}

.section_product-recommended-2 {
  position: relative;
  overflow: hidden;
}

.section_product-recommended-2.recomendados {
  border-top: 1px solid #a5a5a5;
  border-bottom: 1px #a5a5a5;
  border-radius: 1px;
  margin-top: 0;
}

.product-header_radio-2 {
  background-color: #f2f0f0;
  border-radius: 100px;
  padding: .4rem 1rem .3rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.detalles-envio {
  color: #1d49ec;
  text-decoration: underline;
}

.image-31 {
  width: 15px;
  height: 15px;
}

.product-header_option-list-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.product-header_product-details-2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 0;
}

.text-color-red-2 {
  color: #9b1313;
}

.product-header_component-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.product-header_bg {
  position: absolute;
  inset: 0%;
}

.product-header_radio-button-2 {
  border-width: 0;
  border-color: #000;
  border-radius: 0%;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.product-header_radio-button-2.w--redirected-checked {
  border-width: 1px;
  border-color: #0478e1;
  border-radius: 100px;
}

.text-span-4 {
  color: red;
  font-family: Open Sans, sans-serif;
}

.image-23 {
  height: 15px;
}

.text-size-small-5 {
  color: #5886f9;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  text-align: left;
}

.product-holder {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 50px;
}

.kueski {
  height: 25px;
}

.form-input-2 {
  background-color: #0000;
  border: 1px solid #000;
  min-height: 3.5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input-2.is-quantity {
  color: #000;
  text-align: center;
  border-width: 1px;
  border-color: #dfdfdf;
  border-radius: 100px;
  width: 100%;
  min-height: 3.2rem;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.form-input-2.is-quantity.cart_details-wrapper.cart-70 {
  width: 70%;
}

.product-header_bg-grey {
  background-color: #fff;
  width: 50%;
  height: 100%;
}

.product_thumbnail-image-2 {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.vidsa {
  height: 10px;
}

.text-block-13 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.product-header_lieferzeit-3 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.product-header_quantity-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.section_headline {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.product-header_lieferzeit-2 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
}

.product-header_lieferzeit-2.envio-gratis.blue {
  background-color: #e6f2ff;
  padding: 5px 10px;
}

.payment-logo {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 5px;
  transition: opacity .2s;
  display: inline-block;
}

.payment-logo:hover {
  opacity: .8;
}

.payment-logo.one {
  margin-left: 5px;
}

.heading-style-h2-3 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h2-3.descripcion {
  color: #fff;
  background-color: #042d90;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  font-size: 1.3rem;
  border-radius: 6px;
}

.anchor-link {
  height: 100%;
  position: absolute;
  top: -6rem;
}

.product-header_layout-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 45% 55%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.text-color-green-2 {
  color: #0e9e00;
}

.text-block-11, .text-block-3 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.container-large-4 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.text-span-5 {
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.filtro---holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.filtro---holder.categor-as {
  display: none;
}

.filter_empty-2 {
  text-align: center;
  border: 1px solid #f2f0f0;
  padding: 2.9rem;
}

.option {
  color: #0478e1;
}

.section_collection {
  background-image: linear-gradient(#00000054, #00000054), url({{ 'zona-movil-telcel-fondo.jpg' | asset_url }});
  background-position: 0 0, 50%;
  background-size: auto, cover;
  font-family: Open Sans, sans-serif;
  position: relative;
}

.filter_tag-2 {
  color: #0478e1;
  background-color: #e8f3ff;
  border-radius: 100px;
  align-items: center;
  margin-right: .5rem;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filter_form-header-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  padding-right: 0;
  display: flex;
}

.text-block-14 {
  color: #101828;
}

.text-span-6 {
  color: #000;
}

.uui-dropdown-icon-3 {
  color: #101828;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-dropdown-icon-3.filtro {
  color: #101828;
  margin-top: 0;
  display: block;
  position: relative;
  right: auto;
  transform: rotate(-90deg);
}

.filter_heading-2 {
  color: #101828;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filter_filter-group-list-2 {
  padding-top: 5px;
}

.filter_form_checkbox-label-2 {
  color: #101828;
  margin-top: auto;
  margin-bottom: auto;
}

.filter_results-wrapper-2 {
  color: #101828;
  margin-bottom: 1.5rem;
  display: flex;
}

.filtro-titulo {
  color: #101828;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.heading-style-h1-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-style-h1-2.text-color-white {
  font-weight: 700;
}

.pagination_arrow-2 {
  color: #101828;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  transform: rotate(90deg);
}

.pagination_arrow-2.is-right {
  transform: rotate(-90deg);
}

.text-size-small-6 {
  color: #101828;
  font-family: Open Sans, sans-serif;;
  font-size: 1rem;
}

.text-size-small-6.azul {
  color: #5886f9;
  text-align: left;
}

.text-block-16 {
  color: #101828;
}

.pagination_button {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #101828;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  align-items: center;
  padding: .5rem .8rem;
  display: flex;
}

.pagination_item-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  color: #101828;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.product-item_component-4 {
  border: 1px #dfdfdf;
  border-radius: 9px;
  flex-direction: column;
  height: 100%;
  padding: 0;
  transition: all .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.product-item_component-4:hover {
  border-style: none;
  box-shadow: 5px 5px 13px #00000014;
}

.filter_feed-header-2 {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filter_scroll-wrapper-2 {
  border-top: 1px solid #dfdfdf;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 4rem;
  padding-right: 0;
  overflow: scroll;
}

.filter_sort {
  color: #535353;
  text-align: right;
  background-color: #f7f8fa;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.filter_close-icon-2-2 {
  color: #0478e1;
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.text-span-7, .text-block-15 {
  color: #101828;
}

.filter_product-list-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link-2 {
  color: #101828;
  text-decoration: underline;
}

.text-size-medium-3 {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium-4 {
  margin-top: 12px;
  font-size: 1.25rem;
}

.text-size-medium-4.text-weight-semibold.titulo {
  color: #101828;
  border-bottom: 1px #ccc;
  margin-top: 0;
  font-weight: 700;
}

.slider-2 {
  border-radius: 8px;
  width: 100%;
  max-width: 80rem;
  overflow: hidden;
}

.slider-2.coleccion {
  background-color: #0000;
  max-width: 75rem;
  height: auto;
  margin-bottom: 26px;
}

.slide-2 {
  height: auto;
}

.container-large-5 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.bg-overlay {
  color: #fff;
  object-fit: cover;
  background-image: linear-gradient(61deg, #111111b3, #1110 97%);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.collections_item-2 {
  border-radius: .4rem;
  align-items: flex-end;
  width: 100%;
  height: 17rem;
  padding: 2.5rem 2.8rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.collections_grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.text-block-27 {
  font-family: Open Sans, sans-serif;
}

.container-large-6 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1-3 {
  color: #fff;
  font-family: Open Sans, sans-serif;;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.blog_img-2 {
  object-fit: cover;
  width: 100%;
  height: 18.6rem;
}

.uui-footer05_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1.75fr;
  place-items: start;
  width: 100%;
  max-width: none;
}

.text-block-28 {
  font-size: 1.2rem;
  font-weight: 400;
}

.uui-footer05_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: flex-start;
  place-items: flex-end start;
  width: 100%;
  display: flex;
}

.text-block-6 {
  text-align: right;
}

.uui-footer05_component.background {
  background-color: #eff9fb;
  border-top: 5px #002186;
}

.uui-footer05_link {
  grid-column-gap: .5rem;
  color: #475467;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_link:hover {
  color: #344054;
}

.uui-badge-small-success-3 {
  grid-column-gap: .25rem;
  color: #027a48;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #ecfdf3;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: Open Sans, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-page-padding-3 {
  border-top: 1px #adabab;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-3.linea-div {
  border-top-style: none;
  border-top-color: #c6d4d6;
}

.uui-padding-vertical-xlarge {
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.text-span-8 {
  font-weight: 600;
}

.uui-footer05_link-list-heading {
  color: #0478e1;
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
}

.uui-logo_component-4 {
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  height: 2.6rem;
  display: flex;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-logo_logotype-4 {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_image-4 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-footer05_bottom-wrapper {
  border-top: 1px #eaecf0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-top: 0;
  padding-top: 2rem;
  display: flex;
}

.social-icon {
  width: 25px;
}

.uui-text-size-small-5 {
  color: #475467;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-5.text-color-gray500 {
  color: #667085;
}

.uui-footer05_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer05_social-link {
  color: #98a2b3;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer05_social-link:hover {
  color: #667085;
}

.footer-line {
  background-color: #fff;
  justify-content: center;
  align-items: stretch;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-footer05_social-icons {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer05_legal-link {
  color: #667085;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer05_legal-link:hover {
  color: #475467;
}

.uui-footer05_legal-list-wrapper {
  grid-column-gap: 1.5rem;
  display: flex;
}

.section_hero_home-2 {
  background-image: linear-gradient(185deg, #0478e157, #fff0 37%), linear-gradient(#00165a 50%, #fff 50%, #fff);
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 4% 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_hero_home-2.full-home {
  background-image: linear-gradient(185deg, #0478e157, #fff0 63%), linear-gradient(#00165a, #00165a);
  margin-bottom: 10px;
  padding-top: 3rem;
}

.section_hero_home-2.lower {
  padding-bottom: 2rem;
}

.brix---border-radius-24px-2 {
  z-index: -1;
  border-radius: 24px;
  height: 400px;
  overflow: hidden;
  transform: translate(0);
}

.brix---position-relative-2 {
  position: relative;
}

.brix---bg-overlay-3 {
  z-index: 1;
  text-align: right;
  background-color: #0000;
  background-image: linear-gradient(#000000b3, #000000b3);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-6 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border: 1px #000;
  border-radius: 100rem;
  padding: .75rem 1.5rem;
  font-weight: 400;
}

.button-6:hover {
  background-color: #00175a;
}

.button-6.is-small {
  cursor: pointer;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  height: 2.7rem;
  padding: .625rem 1.25rem;
  display: flex;
}

.button-6.is-small.space {
  margin-top: 11px;
}

.button-6.is-small {
  border-radius: 100rem;
  padding: .625rem 1.25rem;
}

.brix---mg-top-80px-2 {
  width: 100%;
  max-width: 75rem;
  margin-top: 0;
}

.uui-text-size-medium-3 {
  color: #475467;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.uui-padding-vertical-xhuge {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-size-medium-5 {
  margin-top: 12px;
  font-size: 1.25rem;
}

.text-size-medium-5.cliente {
  margin-top: 17px;
}

.text-size-medium-5.cliente.centrar {
  text-align: center;
}

.text-size-medium-5.cliente {
  color: #101828;
  margin-top: 17px;
  font-family: Open Sans, sans-serif;
}

.uui-layout91_item-2 {
  text-align: center;
  background-color: #f7f8fa;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 1.5rem 2rem;
  display: flex;
}

.hero_heading-2 {
  font-size: 4rem;
}

.hero_heading-2.titulo-2 {
  margin-top: 4.2rem;
  font-size: 3rem;
}

.uui-page-padding {
  padding: 3rem 2rem;
}

.uui-layout91_component {
  flex-direction: column;
  align-items: center;
  max-width: 75rem;
  display: flex;
}

.uui-container-large-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.uui-heading-xxsmall-2 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.primasup {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  max-width: 75rem;
  padding-left: 0;
  padding-right: 0;
}

.sec3 {
  background-color: #00175a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.sec1 {
  background-color: #042d90;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.sec1.white {
  color: #000;
  background-color: #042d9000;
}

.sec1.white.centrar {
  justify-content: center;
  align-items: center;
}

.primas {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.sec4 {
  background-color: #042d90;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.primas-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  display: flex;
}

.sec5 {
  background-color: #0478e1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.uui-text-size-big-4 {
  text-align: center;
  font-size: 1.2rem;
}

.uui-text-size-big-4.left {
  text-align: center;
}

.uui-text-size-big-4.left.white {
  color: #fff;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

.uui-text-size-big-4.left.white.centrar {
  text-align: center;
}

.uui-text-size-big-4.left.white.centrar.big {
  margin-bottom: 9px;
  font-size: 3rem;
  line-height: 1;
}

.uui-text-size-big-4.left.black {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
}

.heading {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.sec2 {
  background-color: #0478e1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.seccion-beneficios-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.beneficios-3 {
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.brix---cta-v19-link-card-white {
  color: #6e7191;
  background-color: #f7f8fa;
  border: 1px #eff0f6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.brix---cta-v19-link-card-white:hover {
  color: #6e7191;
  transform: scale(.96);
}

.brix---cta-v19-link-card-white.distribuidor {
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.uui-heading-xsmall-2 {
  color: #101828;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.uui-heading-xsmall-2.bullet {
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 1.2;
}

.brix---mg-bottom-24px {
  margin-bottom: 24px;
}

.brix---card-v19-content-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 0;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.uui-text-size-big-5 {
  text-align: center;
  font-size: 1.2rem;
}

.brix---grid-cta-v19 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 85rem;
  display: grid;
}

.brix---grid-cta-v19.tres {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 25px;
}

.brix---color-neutral-800 {
  color: #211f54;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-family: Open Sans, sans-serif;
}

.image-35 {
  width: 100%;
}

.text-size-regular-3 {
  color: #000000e6;
  font-size: 1.1rem;
}

.text-size-regular-3.text-color-red.blue {
  color: #ff5c5c;
}

.uui-text-size-small-4 {
  color: #a5acb6;
  letter-spacing: normal;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-style-link {
  color: #a5acb6;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: #344054;
}

.uui-cta07_content {
  flex: 1;
}

.success-message-3 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-page-padding-4 {
  border-top: 1px #adabab;
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-cta07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  background-color: #00175a;
  border-radius: .6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  max-width: none;
  padding: 2rem 4rem;
  display: grid;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.uui-padding-vertical-xhuge-3.dos.producto {
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-form_input {
  color: #101828;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 7rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  color: #101828;
  border-color: #d6bbfb;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-form_input::placeholder {
  color: #667085;
}

.uui-cta07_form {
  max-width: 30rem;
  margin-bottom: 0;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border: 1px #7f56d9;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  background-color: #1d49ec;
  border-color: #6941c6;
}

.uui-button-4:focus {
  background-color: #1d49ec;
  border-style: solid;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-heading-small {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-heading-small.white {
  color: #fff;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.banner-imagenes {
  justify-content: center;
  padding: 30px 2rem;
  display: flex;
}

.cuadro-gris {
  background-color: #f7f8fa;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  margin-top: 15px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.cuadro-gris.distribuidor {
  margin-top: 15px;
  margin-bottom: 15px;
}

.contenedor-imagenes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  max-width: none;
  display: grid;
}

.uui-padding-vertical-xhuge-4 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.uui-page-sec2 {
  padding: 3rem 2rem;
}

.uui-page-sec2.tres {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 2rem;
  display: flex;
}

.brix---logo-strip-image-card {
  border: 1px solid #eff0f6;
  border-radius: 6px;
  width: 120px;
  margin: 5px 8px;
  box-shadow: 0 1px 12px #14142b14;
}

.uui-layout91_component-2 {
  flex-direction: column;
  align-items: center;
  max-width: 85rem;
  display: flex;
}

.uui-container-large-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.quick-stack-3 {
  max-width: 75rem;
  padding-left: 0;
  padding-right: 0;
}

.div-block-8 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.imagen-8 {
  background-image: url({{ 'Zona-Movil-Telcel-Empresas-5.jpg' | asset_url }});
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.uui-text-size-big-7 {
  text-align: center;
  font-size: 1.2rem;
}

.brix---bg-overlay-4 {
  z-index: 1;
  text-align: right;
  background-color: #0000;
  background-image: linear-gradient(#000000b5, #000000b5);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---color-neutral-801 {
  color: #fff;
}

.brix---color-neutral-801.movie {
  text-align: center;
  width: 500px;
  font-weight: 400;
}

.brix---color-neutral-801.left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  overflow: visible;
}

.uui-text-size-big-8 {
  text-align: center;
  font-size: 1.2rem;
}

.div-block-9 {
  aspect-ratio: auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -30px;
  padding-left: 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-26 {
  width: 100px;
}

.promo-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.promo-holder {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 75rem;
  display: flex;
}

.promocion-2 {
  border-radius: 8px;
  width: 100%;
  max-width: 75rem;
  overflow: hidden;
}

.uui-layout91_item-3 {
  text-align: center;
  background-color: #f7f8fa;
  border-radius: 1rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 .8rem 2rem;
  display: flex;
}

.info-content-container-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  display: flex;
}

.uui-layout91_icon-3 {
  background-color: #fff;
  border-radius: 10px;
  width: 5rem;
  height: 5rem;
  margin-top: -2rem;
  overflow: hidden;
  box-shadow: 2px 1px 7px #00000026;
}

.uui-padding-vertical-xhuge-5 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.uui-container-large-6 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---logo-strip-full-width {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-4 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.uui-layout91_component-3 {
  flex-direction: column;
  align-items: center;
  max-width: 70rem;
  display: flex;
}

.brix---grid-cta-v19-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 75rem;
  display: grid;
}

.brix---color-neutral-802 {
  color: #211f54;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.uui-text-size-big-2 {
  color: #101828;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.brix---container-default-2 {
  border-bottom: 2px #f7f8fa;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  padding: 1rem 2rem 5rem;
  display: flex;
}

.brix---cta-v19-link-card-white-2 {
  color: #6e7191;
  background-color: #f7f8fa;
  border: 1px #eff0f6;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 0;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.brix---cta-v19-link-card-white-2:hover {
  color: #6e7191;
  transform: scale(.96);
}

.brix---bg-image-full-width {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.brix---grid-cta-v16 {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.brix---section-small-2 {
  justify-content: center;
  align-items: flex-start;
  padding: 40px 2rem;
  display: flex;
}

.uui-heading-medium-2 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-2.white {
  color: #fff;
}

.uui-heading-medium-2.white.space {
  margin-bottom: .9rem;
}

.brix---cta-v17-card {
  background-color: #02017e;
  border-radius: 15px;
  align-items: center;
  max-width: 75rem;
  min-height: 300px;
  padding: 50px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-text-size-big-3 {
  text-align: center;
  font-size: 1.2rem;
}

.uui-text-size-big-3.left {
  text-align: center;
}

.brix---container-default-4 {
  max-width: 90rem;
  padding-left: 0;
  padding-right: 0;
}

.brix---cta-v17-half-image-right {
  z-index: 1;
  width: 46%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---cta-v4-floating-item-01 {
  opacity: .41;
  width: 500px;
  position: absolute;
  inset: auto auto 0% -17%;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.contenedor-imagenes-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  width: 100%;
  max-width: none;
  display: grid;
}

.contenedor-imagenes-2.distribuidor {
  align-content: center;
}

.imagen-10 {
  background-image: url({{ 'Zona-Movil-Telcel-Empresas-5.jpg' | asset_url }});
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.imagen-10.distribuidor {
  background-image: url({{ 'Zona-Movil-Telcel-Distribuidor-5.jpg' | asset_url }});
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.uui-heading-small-2 {
  color: #101828;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-text-size-big-9 {
  text-align: center;
  font-size: 1.2rem;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-heading-xlarge {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
}

.uui-heroheader04_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-container-large-7 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: #0478e1;
  margin-right: -.25rem;
}

.uui-badge-group {
  color: #344054;
  white-space: nowrap;
  mix-blend-mode: multiply;
  background-color: #f2f4f7;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  color: #0478e1;
  white-space: nowrap;
  background-color: #deefff;
  text-decoration: none;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-xlarge {
  color: #475467;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.uui-button-secondary-gray-3 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-3:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-3:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-page-padding-5 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-heroheader04_image {
  width: 50rem;
  min-width: 60rem;
  margin-top: 75px;
  display: block;
  position: absolute;
}

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-padding-vertical-xhuge-6 {
  padding-top: 0;
  padding-bottom: 2rem;
}

.uui-heroheader06_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-button-secondary-gray-4 {
  grid-column-gap: .5rem;
  color: #344054;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray-4:hover {
  color: #1d2939;
  background-color: #f9fafb;
}

.uui-button-secondary-gray-4:focus {
  background-color: #fff;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f2f4f7;
}

.uui-heroheader06_image-01 {
  border: .25rem solid #101828;
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
  width: 40rem;
  min-width: 40rem;
  left: -22%;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

.uui-heroheader06_image-02 {
  z-index: 1;
  width: 12rem;
  min-width: 12rem;
  margin-left: 443px;
  position: absolute;
  inset: 124px 0% 0% -32%;
}

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 36rem;
  position: relative;
}

.brix---container-default-5 {
  max-width: none;
  padding-left: 2rem;
  padding-right: 2rem;
}

.brix---container-default-5.new {
  max-width: 75rem;
  padding-left: 0;
  padding-right: 0;
}

.div-block-11 {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  min-width: 400px;
  height: auto;
  padding: 30px;
  overflow: hidden;
  box-shadow: 7px 0 20px -2px #0000001f;
}

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

.brix---bg-overlay-5 {
  z-index: 1;
  background-color: #000000ab;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.brix---bg-overlay-5.contacto {
  background-image: url({{ 'zona-movil-telcel-fondo.jpg' | asset_url }});
  background-position: 50%;
  background-size: contain;
  height: 300px;
}

.quick-stack {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.quick-stack.contacto {
  padding-bottom: 0;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

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

.quick-stack-2 {
  grid-column-gap: 41px;
  grid-row-gap: 41px;
}

.quick-stack-2.zom {
  max-width: 75rem;
  padding-left: 0;
  padding-right: 0;
}

.contact {
  filter: hue-rotate(68deg);
}

.contact.reloj {
  width: 27px;
}

.circulo-azul {
  background-color: #0478e12e;
  border: 1px solid #0478e1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  display: flex;
}

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

.uui-text-size-big-10 {
  text-align: center;
  font-size: 1.2rem;
}

.uui-text-size-big-10.left, .text-block-31 {
  text-align: center;
}

.form {
  width: 100%;
  margin-top: 0;
}

.brix---border-radius-24px-3 {
  z-index: -1;
  border-radius: 24px;
  height: 500px;
  overflow: hidden;
  transform: translate(0);
}

.brix---border-radius-24px-3.sucursales {
  height: 300px;
}

.brix---mg-top-80px-3 {
  margin-top: 50px;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.brix---position-relative-3 {
  position: relative;
}

.brix---section-hero-half-bg-color {
  background-image: linear-gradient(#00165a 60%, #4a3aff 60%, #fff 60%);
  padding-top: 0;
  padding-bottom: 30px;
}

.total {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.total.tot {
  font-weight: 700;
}

.numeros {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.numeros.tot {
  font-weight: 700;
}

.container-large-7 {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.brix---mg-top-80px-4 {
  width: 100%;
  max-width: none;
  margin-top: 0;
}

.center-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-12 {
  max-width: 360px;
}

.forma-de-registro {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  min-width: 550px;
  height: auto;
  padding: 30px;
  overflow: hidden;
  box-shadow: 7px 0 20px -2px #0000001f;
}

.forma-de-registro.centrar {
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-imagenes-dos {
  justify-content: center;
  padding: 30px 2rem;
  display: flex;
}

.holder {
  border-radius: 8px;
  height: auto;
  overflow: hidden;
}

.a-banner-announcement {
  color: #fff;
  text-align: center;
  background-color: #00165a;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 5%;
  display: flex;
}

.a-banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
  display: flex;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
}

.a-banner-strong-text {
  color: #0478e1;
  font-weight: 700;
}

.a-banner-button-small {
  color: #fff;
  background-color: #1d49ec;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.a-banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.a-icon-small {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
}

.link {
  color: #087ff0;
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.text-block-32 {
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  margin-top: 10px;
}

.slider-3 {
  height: auto;
}

.banner-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.promo-section.banner-unico {
  padding: 2rem 5%;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.promo-section.banner-unico.registro {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 5rem;
  display: flex;
}

.link-block {
  width: 100%;
  height: 100%;
}

.link-block.banner {
  border-radius: 5px;
  width: 550px;
  overflow: hidden;
}

.link-block.banner.full {
  width: auto;
  border-radius: 15px;
}

.franja-escritorio {
  width: 100%;
}

.franja-movil {
  display: none;
}

.categorias-seccion {
  flex-flow: column;
  padding: 15px 5%;
  display: flex;
}

.categoria-imagen {
  height: 25px;
  margin-bottom: 10px;
}

.categorias-generales {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0px;
  display: grid;
}

.4botones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.3botones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.7botones {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.category-feature {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 12px 12px;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  text-align: center;
  font-weight: 600;
  transition: all .2s ease-in-out;
  display: flex;
}

.category-feature:hover {
  border-color: #5886f9;
  box-shadow: 1px 6px 17px #0003;
}

.button-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.franja-pasos-registro {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00165a;
  background-image: url({{ 'zom-blue-stripe.webp' | asset_url }});
  background-position: 50%;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 3.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 5%;
  display: grid;
}

.paso {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  display: flex;
}

.paso.vertical {
  flex-flow: column;
}

.bullet {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: flex;
  box-shadow: 8px 7px 5px #0003;
}

.bullet.vertical {
  box-shadow: none;
  margin-bottom: 5px;
  margin-right: 0;
}

.bullet.vertical.activo {
  background-color: #0478e1;
}

.text-block-33 {
  color: #00175a;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.text-block-33.claro {
  color: #0478e1;
}

.text-block-33.claro.activo {
  color: #fff;
}

.button-holder {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.product-item_text-link-4 {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-global-2.padding-section-medium {
  padding: 3rem 0;
}

.padding-global-2.padding-section-medium.space3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.button-7 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border: 1px solid #0478e1;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button-7:hover {
  background-color: #00026b;
  border-color: #00026b;
}

.button-7.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #00026b;
  font-family: Open Sans, sans-serif;
}

.button-7.is-secondary:hover {
  color: #fff;
  background-color: #00026b;
}

.button-7.is-secondary.pointer-events-off.max-width-full {
  background-color: #dbdbdb;
  border-style: none;
}

.button-7.is-secondary.pointer-events-off.max-width-full.cart {
  border-radius: 0;
}

.button-7.max-width-full {
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.button-7.max-width-full.cart {
  border-radius: 0;
}

.text-span-9 {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-span-9.left {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.heading-style-h2-4 {
  color: #101828;
  text-align: left;
  margin-top: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h2-4.white {
  color: #fff;
}

.product-item_component-5 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  flex-direction: column;
  height: 100%;
  padding: 0;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.product-item_component-5:hover {
  border-style: solid;
  border-color: #dfdfdf;
  box-shadow: 5px 5px 16px #0000001f;
}

.product-item_tag-3 {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .3rem 1rem;
  font-size: .85rem;
}

.product-item_tag-3.is-red {
  background-color: #dd2727;
  border-radius: 100px;
}

.text-size-regular-4 {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-regular-4.text-style-strikethrough.text-style-muted {
  color: red;
}

.text-size-regular-4.bold {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.div-block-14 {
  line-height: 1;
}

.product_list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-left: 0;
  display: grid;
}

.container-large-8 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.titulo-seccion-zom {
  color: #101828;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
}

.space {
  height: 20px;
}

.carrusel-productos {
  width: 70%;
}

.button-8 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border: 1px solid #0478e1;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button-8:hover {
  background-color: #00026b;
  border-color: #00026b;
}

.button-8.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #00026b;
  font-family: Open Sans, sans-serif;
}

.button-8.is-secondary:hover {
  color: #fff;
  background-color: #00026b;
}

.button-8.is-secondary.pointer-events-off.max-width-full {
  background-color: #dbdbdb;
  border-style: none;
}

.button-8.is-secondary.pointer-events-off.max-width-full.cart {
  border-radius: 0;
}

.button-8.max-width-full {
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.button-8.max-width-full.cart {
  border-radius: 0;
}

.image-37 {
  width: auto;
  height: 25px;
}

.carrusel-info {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 29%;
  margin-right: 30px;
  display: flex;
}

.text-span-10 {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-span-10.left {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.banner-black {
  border-radius: 15px;
  width: 100%;
  padding: 0;
  display: block;
  overflow: hidden;
}

.brix---position-relative-4 {
  position: relative;
}

.slider-4--desk {
  background-color: #ddd0;
  height: auto;
}

.product-item_tag-4 {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .3rem 1rem;
  font-size: .85rem;
}

.product-item_tag-4.is-red {
  background-color: #dd2727;
  border-radius: 100px;
}

.hide-circles {
  display: none;
  overflow: visible;
}

.div-block-15 {
  line-height: 1;
}

.product_list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  padding-left: 0;
  display: grid;
}

.product_list-4.carrusel, .product_list-4.fijo {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 15px;
  padding-bottom: 15px;
}

.scroll-left {
  display: none;
}

.carrusel-productos-destacados-blanco {
  width: 100%;
}

.brix---bg-carrusel {
  z-index: 1;
  text-align: right;
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 25px 55px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
  border-radius: 15px;
}

.container-large-9 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.link-destacada-cat-img {
  border: 0px solid #dfdfdf;
  border-radius: 10px;
  padding: 0;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
}

.link-destacada-cat-img:hover {
  box-shadow: 12px 8px 11px -3px #4b4a4a17;
}

.grid-elementos-destacados {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.brix---position-relative-5 {
  width: 100%;
  position: relative;
}

.container-large-10 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.producto-lista {
  background-color: #fff !important;
  flex: none;
}

.producto-detalle {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.container-large-11 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-marcas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  display: grid;
}

.link-block-brand {
  border: 1px solid #eee;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #0003;
}

.link-block-brand:hover {
  box-shadow: 5px 3px 16px -3px #0003;
}

.section_info_4columns-2 {
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 5%;
  display: flex;
}

.uui-heading-medium-3 {
  color: #101828;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.info-content-container-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.uui-text-size-medium-4 {
    color: #475467;
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
}

.uui-layout91_list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
}

.uui-layout91_list-2._6col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.uui-heading-xxsmall-3 {
  color: #101828;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout91_item-4 {
  text-align: center;
  background-color: #f7f8fa;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  padding: 0 .8rem 2rem;
  display: flex;
}

.uui-layout91_icon-4 {
  background-color: #fff;
  border-radius: 5px;
  width: 5rem;
  height: 5rem;
  margin-top: -2rem;
  overflow: hidden;
  box-shadow: 2px 1px 7px #00000026;
}

.descripci-n {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: 15px;
  display: flex;
}

.link-destacada-cat {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 15px;
  transition: all .3s ease-in-out;
  display: flex;
}

.link-destacada-cat:hover {
  box-shadow: 12px 8px 11px -3px #4b4a4a17;
}

.container-large-12 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.linea-separacion {
  background-color: #c5c5c5;
  width: 1px;
  height: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.button-9 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0478e1;
  border: 1px solid #0478e1;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.button-9:hover {
  background-color: #00026b;
  border-color: #00026b;
}

.button-9.is-secondary {
  color: #000;
  background-color: #0000;
  border: 1px solid #00026b;
  font-family: Open Sans, sans-serif;
}

.button-9.is-secondary:hover {
  color: #fff;
  background-color: #00026b;
}

.button-9.is-secondary.pointer-events-off.max-width-full {
  background-color: #dbdbdb;
  border-style: none;
}

.button-9.is-secondary.pointer-events-off.max-width-full.cart {
  border-radius: 0;
}

.button-9.max-width-full {
  width: 100%;
  font-family: Open Sans, sans-serif;
}

.button-9.max-width-full.cart {
  border-radius: 0;
}

.image-38 {
  width: auto;
  height: 25px;
}

.text-span-11 {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.text-span-11.left {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.brix---position-relative-6 {
  position: relative;
}

.product-item_tag-5 {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: .3rem 1rem;
  font-size: .85rem;
}

.product-item_tag-5.is-red {
  background-color: #dd2727;
  border-radius: 100px;
}

.div-block-16 {
  line-height: 1;
}

.container-large-13 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.producto-lista-nuevo {
  background-color: #0000;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  flex: none;
  overflow: hidden;
}

.product-info-holder {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.titulo-marca {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

.titulo-marca.azul {
  color: #5886f9;
  text-align: left;
}

.titulo-prod {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.titulo-prod.text-weight-normal {
  direction: ltr;
  font-weight: 400;
}

.titulo-prod.text-weight-normal.normal {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.precios-prod {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.precios-prod.up {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.precio-final {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.precio-final.text-style-strikethrough.text-style-muted {
  color: red;
}

.precio-final.bold {
  font-family: Open Sans, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.precio-original {
  color: #101828;
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.precio-original.text-style-strikethrough.text-style-muted {
  color: red;
}

.precio-original.bold {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
}

.info-compra {
  margin-top: auto;
  display: none;
}

.producto-list {
  background-color: #fff !important;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.producto-list:hover {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 20px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px); /* Eleva ligeramente el producto */
}

.link-block-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.marca-titulo {
  color: #2060ff;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.text-block-34 {
  font-family: Open Sans, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.text-block-35 {
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
}

.list-item {
  margin-bottom: 0;
}

.holder-prod {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 7px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.product-details {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-17 {
  background-color: #fff;
}

.text-block-36 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 1.5rem;
}

.text-block-36.small {
  font-size: 1.2rem;
  line-height: 1.4;
}

.image-39 {
  width: 140px;
}

.white-title {
  color: var(--base-color-neutral--white);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.pasos-holder {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 400px;
  display: flex;
}

.circulo-n-mero {
  z-index: 1;
  justify-content: space-around;
  width: 100%;
  display: flex;
  position: relative;
}

.linea-pasos {
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.linea-paso {
  z-index: 0;
  background-color: #fff;
  width: 34%;
  height: 1px;
  margin-bottom: -28px;
  position: relative;
}

.linea-paso.activo {
  background-color: #007eef;
}

.div-block-18 {
  background-color: #0016bd;
}

.text-block-37 {
  color: var(--base-color-neutral--white);
  text-align: center;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2rem;
}

.holder-welcome {
  flex-flow: column;
  max-width: 700px;
  display: flex;
}

.banner-corporativo, .link-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.seccion-colaborador {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .icon-embed-xsmall {
    width: 2rem;
    height: 2rem;
  }

  .product_component {
    max-width: 2000px;
  }

  .wbs-nav-link.dropdown {
  padding-left: 10px;
  padding-right: 30px;
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
}

  .wbs-nav-link.secondary.dos {
    font-family: Open Sans, sans-serif;
    font-size: .9rem;
  }

  .wbs-nav-link.secondary {
    font-size: .9rem;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
  }

  .wbs-nav-link.secondary.blue {
    font-family: Open Sans, sans-serif;
    font-size: .9rem;
  }

  .image-23, .kueski, .vidsa {
    height: 30px;
  }

  .product-header_layout-2 {
    width: 100%;
    max-width: 90rem;
  }

  .text-size-small-6.azul {
    font-size: 1.2rem;
  }

  .section_hero_home-2 {
    background-image: linear-gradient(185deg, #0478e157, #fff0 37%), linear-gradient(#00165a 70%, #fff 70%, #fff);
  }

  .div-block-11 {
    min-width: 500px;
  }

  .quick-stack-2 {
    grid-column-gap: 74px;
    grid-row-gap: 74px;
  }

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

  .div-block-12 {
    max-width: 760px;
  }

  .forma-de-registro {
    min-width: 500px;
  }

  .forma-de-registro.centrar {
    min-width: 1200px;
  }

  .text-block-32 {
    font-size: 1.3rem;
  }

  .promo-section.banner-unico {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block.banner.full {
    width: 100%;
    max-width: 2000px;
    border-radius: 15px;
  }

  .categorias-seccion {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .categoria-imagen {
    height: 40px;
  }

  .categorias-generales {
    width: 100%;
    max-width: 2000px;
  }

  .category-feature {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: .7 rem;
  }

  .franja-pasos-registro {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paso {
    font-size: .8rem;
  }

  .text-span-9.left {
    font-size: 1.3rem;
  }

  .heading-style-h2-4 {
    font-size: 2.2rem;
  }

  .product-item_tag-3 {
    font-size: 1rem;
  }

  .text-size-regular-4.text-style-strikethrough.text-style-muted {
    font-size: 1.3rem;
  }

  .text-size-regular-4.bold {
    font-size: 1.5rem;
  }

  .container-large-8 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titulo-seccion-zom {
    font-size: 2.2rem;
  }

  .text-span-10.left {
    font-size: 1.3rem;
  }

  .product-item_tag-4 {
    font-size: 1rem;
  }

  .grid-elementos-destacados {
    max-width: 2000px;
  }

  .container-large-10 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-large-11 {
    justify-content: center;
    align-items: flex-start;
    font-weight: 900;
    display: flex;
  }

  .grid-marcas {
    width: 100%;
    max-width: 2000px;
  }

  .uui-heading-medium-3 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .uui-text-size-medium-4 {
    color: #475467;
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .uui-layout91_list-2._6col {
    max-width: 2000px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1rem;
  }

  .text-span-11.left {
    font-size: 1.3rem;
  }

  .product-item_tag-5 {
    font-size: 1.4rem;
  }

  .container-large-13 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titulo-marca.azul {
    font-size: 1.2rem;
  }

  .precio-final.text-style-strikethrough.text-style-muted {
    font-size: 1.3rem;
  }

  .precio-final.bold, .precio-original.text-style-strikethrough.text-style-muted, .precio-original.bold, .marca-titulo, .text-block-34, .text-block-35 {
    font-size: 1.5rem;
  }

  .image-39 {
    width: 220px;
  }

  .white-title {
    font-size: 3rem;
  }

  .pasos-holder {
    width: 700px;
  }

  .text-block-37 {
    font-size: 1.5rem;
  }

  .holder-welcome {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .padding-medium {
    padding: 1.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .li-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .padding-global.max-width-full {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.padding-section-medium {
    padding-top: 2rem;
  }

  .li-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .li-styleguide_heading-medium {
    font-size: 3rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .button.is-link.hide-tablet {
    display: none;
  }

  .li-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cart_grid-wrapper {
    grid-template-columns: 2fr;
  }

  .blog_list {
    grid-template-columns: 1fr 1fr;
  }

  .blog_img {
    height: 100%;
  }

  .blog_info-wrapper {
    padding: 2.7em;
  }

  .section_weitere-links {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gift_card {
    height: 25.1em;
  }

  .account_grid {
    grid-template-columns: 2fr;
  }

  .addresses_account-wrapper {
    font-size: 1.2em;
  }

  .login_form {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav_component {
    min-height: 5rem;
  }

  .nav_container {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr min-content min-content;
  }

  .nav_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .nav_menu.is-page-height-tablet {
    border-bottom-color: var(--base-color-neutral--neutral-lightest);
    background-color: var(--base-color-neutral--white);
    max-height: 90vh;
    padding-bottom: 3.9rem;
    padding-right: 5%;
    transition: height .5s;
    position: absolute;
    overflow: scroll;
  }

  .nav_menu-dropdown {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    font-size: 1.125rem;
    font-weight: 700;
  }

  .nav_dropdown-toggle {
    flex: 1;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.5rem;
    display: flex;
  }

  .dropdown-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .nav_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .nav_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: relative;
    top: 0;
  }

  .nav_dropdown-list.no-scrollbar.w--open {
    max-height: none;
  }

  .nav_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 0%;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-neutral--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom {
    background-color: var(--base-color-neutral--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_dropdown-link_child {
    width: auto;
    padding: .75rem 0 .75rem 0%;
    font-weight: 400;
  }

  .nav_shop-icons {
    flex-flow: column;
    margin-left: auto;
    position: relative;
  }

  .nav_shop-icon {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .nav_shop-icon.dos {
    margin-right: 7px;
  }

  .icon-embed-xsmall {
    margin-right: 5px;
  }

  .icon-embed-xsmall.search {
    margin-left: 5px;
  }

  .filter_product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .swiper.is-product-thumbnail {
    height: 7rem;
  }

  .swiper-wrapper.is-product-gallery {
    width: 100%;
  }

  .swiper-slide.is-product-thumbnail {
    width: 7rem;
    height: 7rem;
  }

  .nav_logo-img {
    width: 8.4rem;
    height: 3.6rem;
  }

  .swiper-container.is-product-gallery {
    width: 92vw;
    padding-right: 0;
    position: static;
  }

  .footer_member-wrapper {
    grid-template-columns: 1fr;
  }

  .footer_grid-payment {
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .footer_grid-payment.is-inprint {
    grid-template-columns: auto;
  }

  .product-header_radio {
    background-color: var(--base-color-neutral--white);
  }

  .nav_dropdown-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .filter_layout {
    grid-template-columns: 1fr;
  }

  .filter_filters-wrapper {
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 3rem 5% 0;
    position: fixed;
    inset: 0%;
    overflow: scroll;
    transform: translate(0, 100%);
  }

  .filter_form_component {
    z-index: 999;
    max-width: 100%;
  }

  .filter_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filter_heading {
    font-size: 2.25rem;
  }

  .filter_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filter_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filter_tablet-modal-close-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }

  .filter_tablet-filters-button {
    justify-content: center;
    display: flex;
  }

  .pagination_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .pagination_item {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .pagination_arrow {
    width: .75rem;
    height: .75rem;
    transform: rotate(90deg);
  }

  .pagination_arrow.is-right {
    transform: rotate(-90deg);
  }

  .pagination_component {
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    display: flex;
  }

  .pagination_count {
    text-decoration: underline;
  }

  .nav_dropdown {
    margin-left: 0;
    margin-right: 4px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_dropdown:hover {
    color: #0024aa;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

.text-color-white-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

p {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .product_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .product_heading-wrapper {
    grid-column-gap: 3rem;
    position: static;
  }

  .product_heading {
    margin-right: 3rem;
  }

  .product_button-row {
    flex: none;
  }

  .mehr_liste {
    grid-template-columns: 1fr 1fr;
  }

  .blog_featured-image-wrapper {
    padding-top: 75%;
  }

  .uui-heading-big.cero {
    text-align: center;
  }

  .brix---bg-overlay {
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    padding-top: 50px;
    padding-right: 0;
  }

  .brix---color-neutral-100.movie.right {
    justify-content: flex-start;
    align-items: center;
  }

  .section_hero_home {
    padding-top: 1rem;
  }

  .button-3.is-small {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
  }

  .brix---border-radius-24px {
    height: 600px;
  }

  .uui-text-size-big {
    color: #101828;
  }

  .uui-text-size-big.left, .uui-text-size-big.centrar {
    color: #fff;
  }

  .uui-text-size-big.right {
    color: #fff;
    text-align: center;
  }

  .brix---position-relative {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .wbs-dropdown-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wbs-nav-menu {
    background-color: #fff;
    border: 1px solid #0000001a;
    border-radius: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .wbs-dropdown-link {
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    font-size: 1.2rem;
  }

  .wbs-dropdown-link.sub-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
  }

  .wbs-dropdown-link.sub-link.button-back {
    background-color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    display: flex;
  }

  .wbs-dropdown-link.menu-sub-link {
       padding-top: 5px;
       padding-bottom: 5px;
       padding-left: 25px;
       font-size: .9rem;
  }

  .wbs-dropdown-link.desktop {
    padding-left: 0;
    display: none;
  }

  .wbs-dropdown-link.secondary {
    padding-left: 25px;
  }

  .wbs-nav-link {
    text-align: center;
    font-size: 1.2rem;
  }

  .wbs-nav-link.dropdown {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 25px;
    font-size: .9rem;
    display: flex;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
  }

  .wbs-nav-link.secondary {
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    display: flex;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-size: .9rem;
  }

  .wbs-nav-right {
    margin-left: 0;
    display: block;
  }

  .wbs-section {
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #0000 !important;
  }

  .wbs-navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #0000 !important;
  }

  .wbs-menu-button {
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-left: auto;
    padding: 10px;
    font-family: Open Sans, sans-serif;
  }

  .wbs-menu-button:hover {
    color: var(--base-color-neutral--white);
    background-color: #1d49ec;
  }

  .wbs-menu-button.w--open {
    background-color: #0822b5;
  }

  .menu-icon-zom {
    width: 25px;
  }

  .menu-col-holder {
    flex-flow: column;
  }

  .menu-col-1 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .menu-col-2.marcas, .menu-col-2.gamas, .menu-col-2.red {
    border-radius: 10px;
    flex-flow: column;
    width: 100%;
    display: none;
    overflow: hidden;
  }

  .dropdown-zom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    font-family: Open Sans, sans-serif;
    font-size: .9rem;
    display: flex;
  }

  .column-holder {
    flex-flow: row;
    display: none;
  }

  .horizontal {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
    display: flex;
  }

  .carrito-text {
    margin-left: 8px;
    display: block;
  }

  .buscar {
    display: block;
  }

  .row {
    border-top: 1px solid #dadada;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    display: none;
  }

  .marcas, .gamas, .red {
    flex-flow: column;
    display: flex;
  }

.max-width-large {
  width: 100%;
  max-width: 100%;
}

  .menu-cont {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .opciones {
    flex-flow: column;
    display: none;
  }

  .wbs-marca {
    border-left: 4px solid #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 25px;
    display: flex;
  }

  .wbs-marca:hover {
    color: #0024aa;
    background-color: #f0f8ff;
    border-left: 4px solid #1d49ec;
  }

  .wbs-gama {
    border-left: 4px solid #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 25px;
    display: flex;
  }

  .wbs-gama:hover {
    color: #0024aa;
    background-color: #f0f8ff;
    border-left: 4px solid #1d49ec;
  }

  .wbs-red {
    border-left: 4px solid #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 25px;
    display: flex;
  }

  .wbs-red:hover {
    color: #0024aa;
    background-color: #f0f8ff;
    border-left: 4px solid #1d49ec;
  }

  .widget-zom {
    border-top: 1px solid #dadada;
    border-left: 4px solid #fff;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 10px 10px 15px;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
    display: flex;
  }

  .widget-zom:hover {
    color: #0024aa;
    background-color: #f0f8ff;
    border-left: 4px solid #1d49ec;
  }

  .slider {
    height: 600px;
  }

  .banner-image-desktop {
    display: none;
    border-radius: 0px;
  }

.banner-image-desktop-promociones {
  display: none;
  border-radius: 10px;
}

  .banner-image-celular {
    display: block;
  }

  .uui-layout91_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-heading-xxsmall {
    font-family: Open Sans, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .uui-text-size-medium {
    font-family: Open Sans, sans-serif;
  }

  .button-4.is-link.hide-tablet {
    display: none;
  }

  .product_list-2 {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h4-3.text-weight-normal.normal {
    text-align: left;
  }

  .promo-banner.desktop {
    display: none;
  }

  .promo-banner.phone {
    display: block;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .uui-faq04_layout {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .padding-section-medium-2, .padding-section-medium-3 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .padding-section-medium-3.swiper-container {
    padding-bottom: 3rem;
  }

  .product_gallery-image-2 {
    height: auto;
  }

  .product-header_radio-2 {
    background-color: #fff;
  }

  .product-header_product-details-2 {
    padding-bottom: 0;
    padding-left: 0;
  }

  .product-header_component-2 {
    padding-bottom: 0;
  }

  .product-header_bg-grey {
    width: 100%;
  }

  .product-header_layout-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .filter_form-header-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-dropdown-icon-3 {
    color: #667085;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .filter_heading-2 {
    font-size: 2.25rem;
  }

  .pagination_arrow-2 {
    width: .75rem;
    height: .75rem;
    transform: rotate(90deg);
  }

  .pagination_arrow-2.is-right {
    transform: rotate(-90deg);
  }

  .pagination_button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px solid #000;
    border-radius: .7rem;
    align-items: center;
    padding: .8rem .9rem;
    display: flex;
  }

  .pagination_item-2 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .filter_scroll-wrapper-2 {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filter_product-list-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .collections_grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .blog_img-2 {
    height: 100%;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer05_link-list {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-6, .uui-footer05_link {
    text-align: left;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-footer05_bottom-wrapper {
    border-top: 1px #eaecf0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 75rem;
    margin-top: 0;
    padding-top: 2rem;
    display: flex
;

  .social-icon {
    width: 20px;
  }

  .uui-footer05_social-icons {
    margin-bottom: 1rem;
  }

  .brix---border-radius-24px-2 {
    height: 600px;
  }

  .brix---position-relative-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---bg-overlay-3 {
    background-image: linear-gradient(#000000b8, #000000b8);
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    padding-top: 60px;
  }

  .button-6.is-small {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
  }

  .button-6.is-small.space {
    font-family: Open Sans, sans-serif;
  }

  .button-6.is-small {
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-size-medium-5.cliente {
    font-size: 1.2rem;
  }

  .hero_heading-2.titulo-2 {
    font-size: 2.5rem;
  }

  .uui-layout91_component {
    max-width: 55rem;
  }

  .primasup {
    width: 100%;
    max-width: 55rem;
    padding-left: 0;
    padding-right: 0;
  }

  .primas-container, .beneficios-3 {
    max-width: 55rem;
  }

  .brix---cta-v19-link-card-white {
    padding-top: 52px;
  }

  .brix---card-v19-content-wrapper {
    padding-left: 27px;
    padding-right: 27px;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

  .uui-cta07_component {
    grid-template-columns: 1fr;
    padding: 3rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .contenedor-imagenes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .brix---logo-strip-image-card {
    border-radius: 12px;
    width: 200px;
  }

  .uui-text-size-big-7 {
    color: #101828;
  }

  .brix---bg-overlay-4 {
    background-image: linear-gradient(#000000c9, #000000c9);
    justify-content: flex-start;
    align-items: center;
    height: 600px;
    padding-top: 60px;
  }

  .uui-text-size-big-8 {
    color: #101828;
  }

  .uui-text-size-big-8.centrar {
    color: #fff;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .brix---grid-cta-v19-2 {
    grid-template-columns: 1fr 1fr;
  }

  .brix---cta-v19-link-card-white-2 {
    padding-top: 52px;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
  }

  .brix---section-small-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---cta-v17-card {
    align-items: flex-start;
    min-height: 600px;
    padding: 60px 54px 228px;
  }

  .brix---cta-v17-half-image-right {
    width: 100%;
    height: 52%;
    inset: auto 0% 0%;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .contenedor-imagenes-2.distribuidor {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-7 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
    left: 10%;
  }

  .cell-3 {
    display: block;
  }

  .quick-stack-2 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    width: 100%;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .holder.phone {
    display: none;
  }

  .a-banner-container {
    justify-content: flex-start;
  }

  .heading-style-h2-4, .heading-style-h2-4.white {
    text-align: center;
  }

  .heading-style-h2-4.left {
    text-align: left;
  }

  .product_list-3 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .titulo-seccion-zom {
    text-align: center;
  }

  .carrusel-productos {
    width: 100%;
    margin-top: 37px;
    display: none;
  }

  .carrusel-info {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .brix---position-relative-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .left-500 {
    width: 100%;
  }

  .product_list-4 {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product_list-4.carrusel {
    grid-template-columns: 1fr 1fr;
    
  }

  .product_list-4.lista-scroll {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product_list-4.fijo {
    grid-template-columns: 1fr 1fr;
  }

  .scroll-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .brix---bg-carrusel {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 15px;
  }

  .grid-elementos-destacados.fila {
    grid-template-columns: 1fr;
  }

  .brix---position-relative-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-marcas {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .uui-text-size-medium-4 {
    color: #475467;
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .uui-layout91_list-2 {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .uui-layout91_list-2._6col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-heading-xxsmall-3 {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }

  .brix---position-relative-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .titulo-prod.text-weight-normal.normal {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.95rem;
    padding-right: 1.95rem;
  }

.text-color-white-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .li-styleguide_section-header {
    font-size: .875rem;
  }

  .li-styleguide_heading-medium {
    font-size: 2rem;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cart_grid-wrapper {
    grid-template-columns: 2fr;
  }

  .cart_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 6rem;
  }

  .cart_grid.is-header.hide-mobil {
    display: none;
  }

  .cart_info-order {
    margin-left: 1.5rem;
  }

  .default_globe-wrapper {
    max-width: 40rem;
  }

  .blog_list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-columns: 1fr;
  }

  .blog_item-grid {
    grid-template-columns: 1fr;
    margin-bottom: 2em;
  }

  .blog_img {
    height: 20.7em;
  }

  .blog_info-wrapper {
    padding: 1.1em 1.3em;
  }

  .section_weitere-links {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .account_grid {
    grid-template-columns: 2fr;
  }

  .addresses_account-wrapper {
    padding: 1.3em;
    font-size: 1.3em;
  }

  .addresses_grid {
    grid-template-columns: 1fr;
  }

  .login_component {
    grid-template-columns: auto;
    justify-content: stretch;
    min-height: auto;
  }

  .login_left {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .login_form {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .login_image {
    height: 19.2rem;
  }

  .product-item_image-wrapper {
    height: 100%;
  }

  .nav_component {
    height: auto;
    min-height: 5.3rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .nav_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .nav_dropdown-link_child {
    font-size: 1rem;
  }

  .filter_product-list {
    grid-template-columns: 1fr 1fr;
  }

  .nav_logo-img {
    align-items: flex-start;
    width: 8.7rem;
  }

  .footer_grid-payment {
    grid-template-columns: 1fr;
  }

  .footer_grid-payment.is-inprint {
    grid-template-columns: auto;
  }

  .inprint-links.is-inprint {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer_link-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-product-nav {
    top: 5.2rem;
    overflow: scroll;
  }

  .filter_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .filter_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .li-stylguide_header {
    padding-top: 4.1rem;
    padding-bottom: 4.1rem;
  }

  .header_card {
    min-height: 20rem;
    padding: 0rem;
  }

  .product_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .product_heading {
    margin-right: 0;
  }

  .product_button-row {
    justify-content: flex-start;
    width: 100%;
  }

  .mehr_liste {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .blog_featured-image-wrapper {
    padding-top: 66%;
  }

  .uui-heading-big.cero {
    font-family: Open Sans, sans-serif;
    line-height: 1.2;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .brix---color-neutral-100.movie.centrar {
    width: auto;
  }

  .button-3.is-small {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
  }

  .uui-text-size-big {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .uui-text-size-big.left {
    margin-top: 8px;
    font-family: Open Sans, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .uui-text-size-big.centrar {
    color: #fff;
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .brix---position-relative {
    justify-content: center;
    align-items: center;
  }

  .brix---mg-top-80px {
    margin-top: 0;
  }

  .wbs-section {
    padding-top: 0.3rem;
    padding-right: 5%;
    padding-bottom: 0.3rem;
    padding-left: 5%;
  }

  .uui-layout91_list {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout91_list.menos-arriba.tres {
    grid-template-columns: 1fr;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 3rem;
    line-height: 1.2;
  }

  .uui-heading-xxsmall {
    font-size: 2rem;
  }

  .uui-text-size-medium {
    font-family: Open Sans, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-badge.is-primary {
    font-size: 1.1rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    color: #344054;
    background-color: #fff;
  }

  .button-4.is-secondary.max-width-full.pointer-events-off.cart-70, .button-4.max-width-full.cart_action.cart-70 {
    width: 100%;
  }

  .product_list-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h4-3 {
    font-size: 1.25rem;
  }

  .promo-banner.desktop {
    display: none;
  }

  .promo-banner.phone {
    font-family: Open Sans, sans-serif;
    display: block;
  }

  .heading-style-h3-2 {
    font-size: 1.5rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-faq04_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-faq04_component {
    margin-top: 3rem;
  }

  .uui-faq04_list.first-col {
    border-bottom: 1px solid #eaecf0;
  }

  .uui-faq04_layout {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.5rem;
  }

.linea-separacion {
    margin-left: 10px;
    margin-right: 10px;
    width: 0px;
    height: 0px;
}

  .movil-link {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        font-size: .9rem;
  }

  .holder-icon-text {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size: .9rem;
}

.wbs-nav-link.secondary.blue {
    color: #fff;
    background-color: #0478e1;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 15px;
    padding: 4px 20px;
    font-size: .9rem;
    margin-bottom: 15px;
    font-weight: 400;
    font-family: Open Sans, sans-serif;
}

.wbs-nav-link.secondary.blue {
    color: #fff;
    background-color: #0478e1;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 15px;
    padding: 4px 20px;
    font-size: .9rem;
    margin-bottom: 15px;
}

  .padding-section-medium-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .product-header_product-details-2 {
    padding-top: 0;
  }

  .product-header_component-2 {
    padding-bottom: 1.5rem;
  }

  .form-input-2.is-quantity.cart_details-wrapper.cart-70 {
    width: 100%;
  }

  .heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .product-header_layout-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
  }

  .filter_product-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .bg-overlay {
    background-image: linear-gradient(114deg, #111111b3 20%, #11111178);
  }

  .collections_grid-2 {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
  }

  .blog_img-2 {
    height: 20.7em;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
  }

  .text-block-6 {
    text-align: left;
  }

  .uui-footer05_link:hover {
    color: #667085;
  }

  .uui-badge-small-success-3 {
    padding: .125rem .5rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-page-padding-3.linea-div {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-footer05_logo-link {
    margin-bottom: 1rem;
  }

  .uui-container-large-2 {
    max-width: 40rem;
  }

  .uui-footer05_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-top: 3rem;
    padding-top: 0;
  }

  .uui-footer05_legal-list {
    margin-bottom: 1rem;
  }

  .uui-footer05_social-link:hover, .uui-footer05_legal-link:hover {
    color: #98a2b3;
  }

  .uui-footer05_legal-list-wrapper {
    flex-direction: column-reverse;
  }

  .brix---position-relative-2 {
    justify-content: center;
    align-items: center;
  }

  .button-6.is-small {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .button-6.is-small.smaller {
    font-size: 1.2rem;
  }

  .button-6.is-small {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
  }

  .button-6.is-small.space {
    margin-top: 19px;
    font-size: 1.3rem;
  }

  .button-6.is-small.space {
    font-size: 1.2rem;
  }

  .button-6.is-small {
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: 1rem;
  }

  .brix---mg-top-80px-2 {
    max-width: 40rem;
    margin-top: 0;
  }

  .uui-text-size-medium-3 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-5.cliente.centrar {
    font-size: 1.4rem;
  }

  .text-size-medium-5.cliente {
    font-size: 1.5rem;
  }

  .hero_heading-2 {
    font-size: 3.5rem;
  }

  .hero_heading-2.titulo-2 {
    font-size: 2.5rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-layout91_component {
    align-items: stretch;
    max-width: 40rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: auto;
  }

  .uui-heading-xxsmall-2 {
    font-size: 2rem;
  }

  .primasup.movil-3, .primasup.movil-2 {
    max-width: 40rem;
  }

  .uui-text-size-big-4 {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .uui-text-size-big-4.left {
    line-height: 1.4;
  }

  .heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .beneficios-3 {
    max-width: 40rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.25rem;
  }

  .uui-heading-xsmall-2.bullet {
    font-size: 3rem;
  }

  .brix---card-v19-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .uui-text-size-big-5 {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .brix---grid-cta-v19, .brix---grid-cta-v19.tres {
    grid-template-columns: 1fr;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-size: 2rem;
  }

  .uui-cta07_content {
    margin-right: 0;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-cta07_component {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #7f56d9;
    border-color: #7f56d9;
  }

  .uui-heading-small {
    font-size: 1.5rem;
  }

  .uui-container-large-4 {
    max-width: 40rem;
  }

  .contenedor-imagenes {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-sec2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---logo-strip-image-card {
    width: 148px;
    margin: 8px 10px;
  }

  .uui-layout91_component-2 {
    align-items: stretch;
  }

  .uui-text-size-big-7 {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .brix---color-neutral-801.left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    font-family: Open Sans, sans-serif;
  }

  .uui-text-size-big-8 {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .uui-text-size-big-8.centrar {
    color: #fff;
    margin-top: 8px;
    font-size: 1.4rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .heading-4 {
    line-height: 1.2;
  }

  .uui-layout91_component-3 {
    align-items: stretch;
  }

  .brix---grid-cta-v19-2 {
    grid-template-columns: 1fr;
  }

  .uui-text-size-big-2 {
    font-size: 1.5rem;
    line-height: 1.15;
  }

  .brix---grid-cta-v16 {
    grid-template-columns: 1fr;
  }

  .brix---section-small-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-medium-2.white.space {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .brix---cta-v17-card {
    padding: 40px 40px 380px;
  }

  .uui-text-size-big-3 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .uui-text-size-big-3.left {
    font-family: Open Sans, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .brix---cta-v17-half-image-right {
    height: 50%;
  }

  .uui-heading-small-2 {
    font-size: 1.5rem;
  }

  .uui-text-size-big-9 {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    align-items: stretch;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-page-padding-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-padding-vertical-xhuge-7 {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    color: #344054;
    background-color: #fff;
  }

  .uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape {
    width: 20rem;
    position: static;
    left: auto;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heroheader06_image-02 {
    width: 100%;
    min-width: auto;
    max-width: 10rem;
    margin-left: 0;
    position: static;
    inset: 0% 0% auto;
  }

  .uui-heroheader06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: none;
  }

  .uui-heroheader06_image-wrapper.close {
    display: none;
  }

  .brix---bg-overlay-5.contacto {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-text-size-big-10 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .brix---mg-top-80px-3 {
    margin-top: 64px;
  }

  .brix---section-hero-half-bg-color {
    background-image: linear-gradient(#00165a 72%, #4a3aff 72%, #fff 72%);
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---mg-top-80px-4 {
    margin-top: 64px;
  }

  .a-banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-banner-container {
    grid-column-gap: 24px;
  }

  .a-banner-button-small {
    position: static;
  }

  .franja-escritorio {
    display: none;
  }

  .franja-movil {
    display: block;
  }

  .categorias-generales {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bullet {
    width: 17px;
    height: 17px;
  }

  .text-block-33 {
    font-size: .8rem;
  }

  .padding-global-2 {
    padding-left: 1.95rem;
    padding-right: 1.95rem;
  }

  .heading-style-h2-4 {
    font-size: 2.5rem;
  }

  .heading-style-h2-4.left {
    font-size: 2rem;
  }

  .product_list-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .titulo-seccion-zom {
    font-size: 2.5rem;
  }

  .brix---position-relative-4 {
    justify-content: center;
    align-items: center;
  }

  .slider-4--desk {
    display: none;
  }

  .product_list-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .scroll-left {
    margin-top: 21px;
    display: block;
  }

  .carrusel-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 30px;
    display: flex
}

  .brix---bg-carrusel {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    border-radius: 15px;
  }

  .brix---position-relative-5 {
    justify-content: center;
    align-items: center;
  }

  .uui-heading-medium-3 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .uui-text-size-medium-4 {
    color: #475467;
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .uui-layout91_list-2 {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .uui-layout91_list-2._6col {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
  }


  .uui-heading-xxsmall-3 {
    font-size: 1rem;
  }

  .brix---position-relative-6 {
    justify-content: center;
    align-items: center;
  }

  .titulo-prod {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .padding-global.padding-section-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.padding-section-medium.top-small {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .heading-style-h4.text-weight-normal {
    font-size: 1.15rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .button.is-secondary.is-icon {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cart_grid-wrapper {
    overflow: scroll;
  }

  .cart_grid {
    grid-template-columns: 1fr 1fr;
  }

  .cart_content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .cart_info-order {
    margin-left: 1.3rem;
    padding-left: 0;
  }

  .cart_table-item {
    font-size: 1.2rem;
  }

  .cart_table-item.anzahl {
    align-items: flex-start;
    margin-left: 0;
  }

  .cart_quantity-wrapper {
    font-size: .8rem;
  }

  .collections_item {
    height: 20.8rem;
  }

  .blog_item-grid {
    margin-bottom: 0;
  }

  .blog_info-wrapper {
    padding: 1.8em;
  }

  .section_weitere-links {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .gift_card {
    height: 15.8em;
  }

  .account_grid {
    overflow: scroll;
  }

  .addresses_account-wrapper {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.1em;
  }

  .account-tabs_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .account-tabs_link {
    font-size: 1rem;
  }

  .addresses_form {
    padding: 2.1rem;
  }

  .addresses_form-grid {
    grid-template-columns: 1fr;
  }

  .order_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .login_tabs {
    border-style: none;
  }

  .login_form {
    margin-bottom: 1em;
    padding: 0;
  }

  .login_image {
    height: 11.4rem;
  }

  .login_tab-link {
    background-color: #fff;
  }

  .nav_component {
    min-height: 4.7rem;
  }

  .nav_menu.is-page-height-tablet {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav_dropdown-toggle {
    border-top: 1px solid var(--base-color-neutral--neutral-lightest);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.3rem;
  }

  .dropdown-icon {
    right: 1rem;
  }

  .nav_dropdown-link {
    padding-top: .45rem;
    padding-bottom: .45rem;
  }

  .nav_dropdown-link_child {
    padding-top: .35rem;
    padding-bottom: .35rem;
  }

  .footer_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .filter_product-list {
    grid-template-columns: 1fr;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .swiper-container.is-product-gallery {
    width: 90vw;
  }

  .footer_member {
    padding: 1.7rem;
  }

  .nav_dropdown-grid {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .footer_link-grid {
    grid-template-columns: 1fr;
  }

  .section-product-nav {
    top: 4.5rem;
  }

  .filter_feed-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .li-stylguide_header {
    background-image: radial-gradient(circle farthest-side at 80% -10%, #4353ff47, #fff0 32%), radial-gradient(circle farthest-side at 45% -10%, #00ed9773, #fff0 26%);
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .blog_titel-wrapper {
    padding: 1.3rem;
  }

  .sort_select.filter_checkbox {
    order: -1;
    margin-left: 0;
  }

  .uui-heading-big {
    font-size: 2rem;
  }

  .brix---bg-overlay {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-row.button-row-center.is-reverse-mobile-landscape {
    font-size: .8rem;
  }

  .brix---color-neutral-100.movie {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section_hero_home {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-3.is-small {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 12px;
    font-family: Open Sans, sans-serif;
  }

  .uui-text-size-big {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .uui-text-size-big.left {
    margin-top: 12px;
    font-size: 1.2rem;
  }

  .uui-text-size-big.centrar {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .brix---position-relative {
    background-color: #0000;
  }

  .brix---mg-top-80px {
    margin-top: 0;
  }

  .wbs-section {
    padding-bottom: .3rem;
    padding-top: .3rem;
  }

  .video-link {
    font-size: 1rem;
  }

  .uui-heading-medium {
    font-size: 2rem;
    line-height: 1.2;
  }

  .uui-heading-xxsmall {
    margin-top: .4rem;
    font-family: Open Sans, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .uui-text-size-medium {
    color: #101828;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .section_info_4columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-secondary-gray-2 {
    font-size: 1.1rem;
  }

  .product_list-2 {
    grid-template-columns: 1fr;
  }

  .heading-style-h4-3 {
    font-size: 1.25rem;
  }

  .heading-style-h4-3.text-weight-normal {
    font-size: 1.15rem;
  }

  .uui-faq04_layout {
    grid-template-columns: 1fr;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .swiper_button-2.swiper-prev.pointer-events-on {
    width: 2.5rem;
    height: 2.5em;
  }

  .swiper_button-2.swiper-next.pointer-events-on {
    width: 2.5rem;
    height: 2.5rem;
  }

  .text-block-4 {
    font-size: .9rem;
  }

  .product-header_product-details-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .product_thumbnail-image-2 {
    border-radius: 8px;
  }

  .product-header_lieferzeit-3, .product-header_lieferzeit-2 {
    font-size: 1rem;
  }

  .heading-style-h2-3 {
    font-size: 2rem;
  }

  .product-header_layout-2 {
    grid-template-columns: 1fr;
  }

  .text-block-3 {
    font-size: 1rem;
  }

  .filter_product-list-2 {
    grid-template-columns: 1fr 1fr;
  }

  .collections_item-2 {
    height: 20.8rem;
  }

  .uui-footer05_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .text-block-6 {
    text-align: left;
  }

  .uui-footer05_bottom-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .uui-footer05_legal-list {
    flex-flow: column;
    display: flex;
  }

  .section_hero_home-2, .brix---bg-overlay-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-6.is-small {
    font-family: Open Sans, sans-serif;
    font-size: .8rem;
  }

  .button-6.is-small.smaller {
    font-size: 1rem;
  }

  .button-6.is-small {
    font-family: Open Sans, sans-serif;
    font-size: .8rem;
  }

  .button-6.is-small.space, .button-6.is-small {
    font-size: 1rem;
  }

  .brix---mg-top-80px-2 {
    margin-top: 0;
  }

  .uui-text-size-medium-3 {
    font-size: 1.3rem;
  }

  .text-size-medium-5.cliente.centrar {
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .text-size-medium-5.cliente {
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .hero_heading-2 {
    font-size: 2.5rem;
  }

  .hero_heading-2.titulo-2 {
    font-size: 2rem;
  }

  .uui-page-padding {
    padding: 0 2rem;
  }

  .uui-heading-xxsmall-2 {
    line-height: 1.2;
  }

  .uui-text-size-big-4 {
    font-size: 1.3rem;
  }

  .uui-text-size-big-4.left {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .beneficios-3 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brix---cta-v19-link-card-white {
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---cta-v19-link-card-white.distribuidor {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-heading-xsmall-2.bullet {
    font-size: 2rem;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---card-v19-content-wrapper {
    min-height: 180px;
    margin-bottom: 11px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-big-5 {
    font-size: 1.3rem;
  }

  .uui-page-padding-4 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3.dos.producto {
    padding-top: 0;
  }

  .uui-heading-small {
    font-family: Open Sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .uui-heading-small.white {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .contenedor-imagenes {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-bottom: 0;
  }

.max-width-large {
  width: 100%;
  max-width: 100%;
}

  .uui-page-sec2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---logo-strip-image-card {
    border-radius: 10px;
    width: 120px;
    margin: 6px;
    box-shadow: 0 1px 6px #14142b14;
  }

  .uui-text-size-big-7 {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .brix---bg-overlay-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---color-neutral-801.movie {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-text-size-big-8 {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .text-block-8 {
    font-family: Open Sans, sans-serif;
    font-size: .8rem;
    font-weight: 400;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-bottom: 0;
  }

  .text-block-7 {
    font-family: Open Sans, sans-serif;
    font-size: .8rem;
    font-weight: 400;
  }

  .heading-4 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .uui-text-size-big-2 {
    font-size: 1.2rem;
  }

  .brix---container-default-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .brix---cta-v19-link-card-white-2 {
    padding-top: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---section-small-2 {
    padding: 1rem;
  }

  .uui-heading-medium-2.white.space {
    text-align: center;
    font-family: Open Sans, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
  }

  .brix---cta-v17-card {
    padding: 30px 24px 295px;
  }

  .uui-text-size-big-3 {
    font-size: 1.3rem;
  }

  .uui-text-size-big-3.left {
    font-family: Open Sans, sans-serif;
    font-size: 1.2rem;
  }

  .brix---container-default-4 {
    max-width: 90rem;
    padding-left: 0;
    padding-right: 0;
  }

  .brix---cta-v17-half-image-right {
    height: 40%;
  }

  .contenedor-imagenes-2.distribuidor {
    grid-template-columns: 1fr;
  }

  .uui-text-size-big-9 {
    font-size: 1.3rem;
  }

  .uui-heading-xlarge {
    font-family: Open Sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .uui-button-secondary-gray-3 {
    font-size: 1.1rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
  }

  .uui-button-secondary-gray-4 {
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    min-width: auto;
    padding-left: 30px;
  }

  .quick-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-big-10 {
    font-size: 1.3rem;
  }

  .uui-text-size-big-10.left {
    font-size: 1.5rem;
  }

  .brix---mg-top-80px-3 {
    margin-top: 56px;
  }

  .brix---section-hero-half-bg-color {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---mg-top-80px-4 {
    margin-top: 30px;
  }

  .forma-de-registro {
    min-width: auto;
    padding-left: 30px;
  }

  .categorias-generales {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-holder {
    display: none;
  }

  .padding-global-2 {
    padding-left: 1.35rem;
    padding-right: 1.35rem;
  }

  .padding-global-2.padding-section-medium {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global-2.padding-section-medium.space3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2-4 {
    font-size: 2rem;
  }

  .product_list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .titulo-seccion-zom {
    font-size: 2rem;
  }

  .brix---position-relative-4 {
    background-color: #0000;
  }

  .left-500 {
    width: 1000px;
    height: 100%;
  }

  .product_list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .product_list-4.carrusel {
    grid-template-columns: 1fr;
  }

  .product_list-4.lista-scroll {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .product_list-4.fijo {
    grid-template-columns: 1fr;
  }

  .scroll-left {
    height: 100%;
    overflow: scroll;
  }

  .brix---bg-carrusel {
    padding: 25px 1rem 0;
  }

  .grid-elementos-destacados {
    grid-template-columns: 1fr;
  }

  .brix---position-relative-5 {
    background-color: #fff;
  }

  .grid-marcas {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_info_4columns-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-heading-medium-3 {
    color: #101828;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
  }

  .uui-text-size-medium-4 {
    color: #475467;
    letter-spacing: normal;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .uui-layout91_list-2._6col {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1rem;
  }

  .uui-heading-xxsmall-3 {
    margin-top: .4rem;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .descripci-n {
    margin-top: 20px;
    margin-left: 0;
  }

  .link-destacada-cat {
    flex-flow: column;
  }

  .brix---position-relative-6 {
    background-color: #0000;
  }

  .titulo-prod {
    font-size: 1.25rem;
  }

  .titulo-prod.text-weight-normal {
    font-size: 1.15rem;
  }

  .precios-prod.up {
    font-size: .9rem;
  }

  .precio-original.text-style-strikethrough.text-style-muted {
    font-size: 1rem;
  }

  .link-block-2, .link-block-2.left {
    text-align: left;
  }

  .marca-titulo, .text-block-34 {
    font-size: .9rem;
  }

  .text-block-35 {
    font-size: 1rem;
  }

  .circulo-n-mero {
    width: 100%;
  }
}

#w-node-a664e75a-e96e-a5c7-e887-eac90f28d4a0-2028480a {
  align-self: start;
}

#w-node-d1174808-aa86-5d02-b6a5-e8f35ae9bac0-2028480a, #w-node-d1174808-aa86-5d02-b6a5-e8f35ae9bac4-2028480a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aa708b66-30e1-8d40-41a3-a18b79d739d3-202848b0 {
  align-self: start;
}

#w-node-aa708b66-30e1-8d40-41a3-a18b79d739d5-202848b0 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-aa708b66-30e1-8d40-41a3-a18b79d739d7-202848b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-aa708b66-30e1-8d40-41a3-a18b79d739ac-202848b0 {
  align-self: start;
}

#w-node-aa708b66-30e1-8d40-41a3-a18b79d739ae-202848b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aa708b66-30e1-8d40-41a3-a18b79d739b5-202848b0, #w-node-aa708b66-30e1-8d40-41a3-a18b79d739bc-202848b0, #w-node-aa708b66-30e1-8d40-41a3-a18b79d739c1-202848b0, #w-node-aa708b66-30e1-8d40-41a3-a18b79d739c6-202848b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a51bc4af-d3bd-1d11-ec0e-9a869485bb80-202848b0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a51bc4af-d3bd-1d11-ec0e-9a869485bb92-202848b0 {
  justify-self: start;
}

#w-node-_17cf99d8-cca9-6029-5ca2-fd70c04fc7d9-c04fc7ce, #w-node-_17cf99d8-cca9-6029-5ca2-fd70c04fc7dd-c04fc7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17cf99d8-cca9-6029-5ca2-fd70c04fc7df-c04fc7ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ab1c7759-bc7a-7f33-19f4-936ef78f1118-202848b3, #w-node-ab1c7759-bc7a-7f33-19f4-936ef78f115e-202848b3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180d9-495180d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180df-495180d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180e3-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180e7-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180eb-495180d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180ef-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180f3-495180d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d2495180f7-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180ff-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d249518103-495180d5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d249518104-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d249518107-495180d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_431962bc-cbac-6ad1-3996-e9d249518108-495180d5 {
  place-self: center end;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ee8-b7051ee4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051eee-b7051ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef2-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef6-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051efa-b7051ee4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051efe-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f02-b7051ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f06-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f0e-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f12-b7051ee4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f13-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f16-b7051ee4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f17-b7051ee4 {
  place-self: center end;
}

#w-node-_17c84d8b-b47e-5fe1-be33-e64c6c2707f2-202848b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_17c84d8b-b47e-5fe1-be33-e64c6c2707f3-202848b4 {
  align-self: stretch;
}

#w-node-_17c84d8b-b47e-5fe1-be33-e64c6c2707f8-202848b4, #w-node-cdece5f1-2944-1e49-7404-5f9ab06dde1d-202848b5, #w-node-c45bff24-6242-fee4-5061-f2f14b06a7be-4b06a7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c45bff24-6242-fee4-5061-f2f14b06a7bf-4b06a7bd {
  align-self: stretch;
}

#w-node-_6b97875b-5fce-9f5a-43fd-5792b69faf23-4b06a7bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e70215e6-46ed-17af-2aa7-195241f33af3-202848b6, #w-node-e70215e6-46ed-17af-2aa7-195241f33afb-202848b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e70215e6-46ed-17af-2aa7-195241f33b01-202848b6 {
  justify-self: center;
}

#w-node-_51dd9338-e259-f546-1410-ab7878c921b7-202848b6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: stretch;
}

#w-node-_51dd9338-e259-f546-1410-ab7878c921c7-202848b6 {
  align-self: center;
}

#w-node-_3d7cbf18-159c-e09d-034b-aa8947f77c7f-202848b6 {
  place-self: center;
}

#w-node-e70215e6-46ed-17af-2aa7-195241f33b0a-202848b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e70215e6-46ed-17af-2aa7-195241f33b0b-202848b6 {
  align-self: start;
}

#w-node-e70215e6-46ed-17af-2aa7-195241f33b0d-202848b6, #w-node-e70215e6-46ed-17af-2aa7-195241f33b23-202848b6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_09ef6f78-0742-e068-c6e8-7cf9455936a3-202848b7, #w-node-_09ef6f78-0742-e068-c6e8-7cf9455936a4-202848b7, #w-node-_09ef6f78-0742-e068-c6e8-7cf9455936a6-202848b7, #w-node-_09ef6f78-0742-e068-c6e8-7cf9455936d2-202848b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f388fc4c-b5e7-5501-fac2-8e42c50bf9f3-202848b8 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
}

#w-node-f388fc4c-b5e7-5501-fac2-8e42c50bf9fa-202848b8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e0a78f50-4953-419e-36e6-c883c51fb15d-202848ba, #w-node-_25c5a7f2-ec55-1600-3ab2-bb8c6f33dc52-202848ba, #w-node-_5f0a3baf-3d28-cfc9-549d-3fe758caddc9-202848ba, #w-node-_1d1d17bf-2e21-df39-c443-254a2bf2ee73-202848ba, #w-node-_4f755843-a123-e491-771d-63437893e6e9-202848ba, #w-node-_669be5d0-0379-8e66-0456-b1157a5c3d61-202848ba, #w-node-_074718f0-2014-bd5e-60fe-2d7022aa0ffe-202848bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcd6f150-7844-1b66-d054-ab3db8f0208e-202848bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bcd6f150-7844-1b66-d054-ab3db8f02090-202848bf, #w-node-bcd6f150-7844-1b66-d054-ab3db8f02092-202848bf, #w-node-bcd6f150-7844-1b66-d054-ab3db8f02094-202848bf {
  justify-self: end;
}

#w-node-_7da89c9c-ec63-34c8-86ac-403c453b6962-202848bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7da89c9c-ec63-34c8-86ac-403c453b6964-202848bf, #w-node-_7da89c9c-ec63-34c8-86ac-403c453b6966-202848bf, #w-node-_7da89c9c-ec63-34c8-86ac-403c453b6968-202848bf {
  justify-self: end;
}

#w-node-bcd6f150-7844-1b66-d054-ab3db8f020bd-202848bf {
  align-self: start;
}

#w-node-bcd6f150-7844-1b66-d054-ab3db8f020bf-202848bf {
  grid-area: span 1 / span 5 / span 1 / span 5;
  justify-self: start;
}

#w-node-e9fed5ac-7498-d6b6-77d4-990a7d770464-202848c9 {
  align-self: center;
}

#w-node-a80f8362-260a-7256-86a7-00b709fa7e51-202848ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a80f8362-260a-7256-86a7-00b709fa7e52-202848ca {
  align-self: center;
}

#w-node-a80f8362-260a-7256-86a7-00b709fa7e67-202848ca, #w-node-a80f8362-260a-7256-86a7-00b709fa7e72-202848ca, #w-node-a80f8362-260a-7256-86a7-00b709fa7e73-202848ca, #w-node-b92a1df1-2576-4fde-2b10-96c423ecbb42-202848cb, #w-node-_18b99dbe-6ff4-693a-5d15-824c10ee554f-202848cc, #w-node-_678e0483-bbe4-e79a-1722-b169c587feae-c587feae, #w-node-_265c4342-3d21-e8bf-dfee-efec035c3507-c587feae, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8929f-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea892be-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892c3-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892c8-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892cd-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892d3-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892d9-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea892df-202848ce {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea893c1-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea893c9-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea893e0-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea893f9-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea893fc-202848ce {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea893fe-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89401-202848ce {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89451-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8945b-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8945c-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea894ce-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894d3-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894d8-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894dd-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894e2-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894e7-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894f1-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894f6-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea894fb-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89500-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89505-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8950a-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8950f-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89514-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89519-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8951e-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89523-202848ce {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89527-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea89528-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8952d-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89532-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89537-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8954b-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89550-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89555-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8955a-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8955f-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89564-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8956e-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89573-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89578-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8957d-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89582-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89587-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8958c-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89591-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea89596-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8959b-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895a0-202848ce {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895a4-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895a5-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895aa-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895af-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895b4-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895c5-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895ca-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895cf-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895d4-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895d9-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895de-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895e3-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895e8-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895ed-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea895f2-202848ce {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895f6-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895f7-202848ce {
  justify-self: start;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea895fa-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea8967b-202848ce, #w-node-b90266f4-7b7e-d3a3-be54-12662ea896a8-202848ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b90266f4-7b7e-d3a3-be54-12662ea896eb-202848ce {
  justify-self: start;
}

#w-node-ae911fc6-15bc-51b0-6bad-17543a72ec76-202848d0 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#w-node-ae911fc6-15bc-51b0-6bad-17543a72ec8f-202848d0, #w-node-ae911fc6-15bc-51b0-6bad-17543a72ec95-202848d0, #w-node-ae911fc6-15bc-51b0-6bad-17543a72ec9b-202848d0 {
  grid-row: span 4 / span 4;
}

#w-node-ae911fc6-15bc-51b0-6bad-17543a72ecb9-202848d0 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-ae911fc6-15bc-51b0-6bad-17543a72ece2-202848d0 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  display: none;
}

#w-node-ae911fc6-15bc-51b0-6bad-17543a72ece3-202848d0 {
  grid-column: span 2 / span 2;
}

#w-node-_0399e8d3-97b3-abfa-209c-4fc60a3b48dd-202848d2, #w-node-_236dd254-c2a8-737d-e57c-d7369a8f177b-202848d2, #w-node-_3a0ea8ab-9f35-e90e-28f9-d2a6547974a5-202848d2, #w-node-_10415679-4255-9777-9899-e54121dc1dc1-202848d2, #w-node-f108423b-2589-7c1a-1db6-1d34fbfca817-202848d2, #w-node-fc7715a5-b637-4e66-77fd-0d087689a4f9-202848d2, #w-node-_18b87b5a-ed76-cae9-b4dc-fd1e1009b7f6-202848d2, #w-node-fc7715a5-b637-4e66-77fd-0d087689a4fd-202848d2, #w-node-_45ca1170-6fa8-2ca9-b6f1-77c9ac88640e-202848d2, #w-node-_76d532c6-c576-27ea-0d9e-e6f584ac69e3-202848d2 {
  align-self: end;
}

#w-node-_1757e819-6501-7cb2-0385-ff6781167438-202848d2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#contact\[email\]-2.w-node-c042ce02-e73d-454a-0500-336e4816d0cd-202848d2, #contact\[email\]-2.w-node-_08de567f-43fc-cf3f-3c78-b19740fdfbd6-202848d3, #w-node-_02806490-2750-795a-4959-2b9a64e12008-202848d4, #w-node-_02806490-2750-795a-4959-2b9a64e1200a-202848d4, #w-node-c596b597-b970-6987-7647-4ea8decb2f76-202848d4, #w-node-c596b597-b970-6987-7647-4ea8decb2f78-202848d4, #w-node-_2141a8aa-db3e-da22-88b7-23bc8a275f27-202848d4, #w-node-_2141a8aa-db3e-da22-88b7-23bc8a275f29-202848d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a8630a6-0d26-d93f-5bed-b616729df22c-202848d5, #w-node-_1a2278a4-0b42-f1f9-064c-db14da2d9392-202848d5, #w-node-_0a8630a6-0d26-d93f-5bed-b616729df22e-202848d5 {
  align-self: start;
}

#w-node-_0a8630a6-0d26-d93f-5bed-b616729df230-202848d5 {
  align-self: end;
}

#w-node-_680c337b-9c59-a840-1f23-69d384dbb3ce-202848d5, #w-node-_64bba756-8df6-9d20-14e8-deeb5ddad756-202848d5 {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_9943d2f1-03f4-7183-5997-92a11d33122d-cf39daf1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e70215e6-46ed-17af-2aa7-195241f33b0b-202848b6 {
    order: 9999;
  }

  #w-node-f388fc4c-b5e7-5501-fac2-8e42c50bf9f3-202848b8 {
    grid-template-rows: auto;
    grid-template-columns: .25fr;
  }

  #w-node-_1757e819-6501-7cb2-0385-ff6781167438-202848d2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

  .linea-separacion {
    margin-left: 10px;
    margin-right: 10px;
    width: 0px;
    height: 0px;
}

  .movil-link {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        font-size: .9rem;
  }

  .holder-icon-text {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size: .9rem;
}

.wbs-nav-link.secondary.blue {
    color: #fff;
    background-color: #0478e1;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 15px;
    padding: 4px 20px;
    font-size: .9rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #w-node-_17c84d8b-b47e-5fe1-be33-e64c6c2707f3-202848b4, #w-node-c45bff24-6242-fee4-5061-f2f14b06a7bf-4b06a7bd {
    order: -9999;
  }

  #w-node-a80f8362-260a-7256-86a7-00b709fa7e51-202848ca {
    align-self: start;
  }

  #w-node-a80f8362-260a-7256-86a7-00b709fa7e72-202848ca, #w-node-a80f8362-260a-7256-86a7-00b709fa7e73-202848ca {
    order: -9999;
  }

  #w-node-ae911fc6-15bc-51b0-6bad-17543a72ec76-202848d0 {
    display: none;
  }

  #w-node-ae911fc6-15bc-51b0-6bad-17543a72ecb9-202848d0, #w-node-ae911fc6-15bc-51b0-6bad-17543a72ece2-202848d0 {
    display: grid;
  }

  #w-node-_1757e819-6501-7cb2-0385-ff6781167438-202848d2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
  .linea-separacion {
    margin-left: 10px;
    margin-right: 10px;
    width: 0px;
    height: 0px;
}

  .movil-link {
        margin-left: 0;
        margin-right: 0;
        display: flex;
        font-size: .9rem;
  }

  .holder-icon-text {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    font-size: .9rem;
}

.wbs-nav-link.secondary.blue {
    color: #fff;
    background-color: #0478e1;
    border-radius: 100px;
    margin-left: 10px;
    margin-right: 15px;
    padding: 4px 20px;
    font-size: .9rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 479px) {
  #w-node-_9943d2f1-03f4-7183-5997-92a11d33122d-cf39daf1, #w-node-aa708b66-30e1-8d40-41a3-a18b79d739d5-202848b0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a51bc4af-d3bd-1d11-ec0e-9a869485bb95-202848b0, #w-node-a51bc4af-d3bd-1d11-ec0e-9a869485bb99-202848b0 {
    justify-self: end;
  }

  #w-node-a51bc4af-d3bd-1d11-ec0e-9a869485bb9b-202848b0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_431962bc-cbac-6ad1-3996-e9d2495180d9-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180e3-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180e7-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180eb-495180d5, #w-node-_431962bc-cbac-6ad1-3996-e9d2495180ff-495180d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_431962bc-cbac-6ad1-3996-e9d249518108-495180d5 {
    justify-self: start;
  }

  #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ee8-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef2-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051ef6-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051efa-b7051ee4, #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f0e-b7051ee4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c1cc0feb-3fc0-f42f-4d44-745bb7051f17-b7051ee4 {
    justify-self: start;
  }

  #w-node-_51dd9338-e259-f546-1410-ab7878c921b7-202848b6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_51dd9338-e259-f546-1410-ab7878c921b8-202848b6 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_51dd9338-e259-f546-1410-ab7878c921c7-202848b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_3d7cbf18-159c-e09d-034b-aa8947f77c7f-202848b6 {
    place-self: end;
  }

  #w-node-f388fc4c-b5e7-5501-fac2-8e42c50bf9fa-202848b8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  #w-node-bcd6f150-7844-1b66-d054-ab3db8f0208e-202848bf, #w-node-_7da89c9c-ec63-34c8-86ac-403c453b6962-202848bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7da89c9c-ec63-34c8-86ac-403c453b6968-202848bf {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_1757e819-6501-7cb2-0385-ff6781167438-202848d2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


