.elementor-5557 .elementor-element.elementor-element-ef1a80a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5557 .elementor-element.elementor-element-48afb10{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:24px 24px;--row-gap:24px;--column-gap:24px;--padding-top:24px;--padding-bottom:0px;--padding-left:32px;--padding-right:32px;}.elementor-5557 .elementor-element.elementor-element-583e5aa{width:100%;max-width:100%;}.elementor-5557 .elementor-element.elementor-element-0d22a6b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:32px;--padding-right:32px;}.elementor-5557 .elementor-element.elementor-element-0d22a6b:not(.elementor-motion-effects-element-type-background), .elementor-5557 .elementor-element.elementor-element-0d22a6b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-362f78e );}@media(min-width:768px){.elementor-5557 .elementor-element.elementor-element-ef1a80a{--width:100%;}.elementor-5557 .elementor-element.elementor-element-48afb10{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-583e5aa */.menu-productos-manual {
  --menu-border: #e7dfdb;
  --menu-title: #8d7f86;
  --menu-text: #3f3036;
  --menu-bg: #fff;
  --menu-overlay: rgba(0, 0, 0, 0.1);

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
  width: 100%;
  max-width: none;
}

.menu-productos-manual__grupo,
.menu-productos-manual__panel {
  width: 100%;
}

.menu-productos-manual__grupo {
  min-width: 0;
}

.menu-productos-manual__titulo-grupo {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 4px;
  font-weight: 400;
  color: var(--menu-title);
}

.menu-productos-manual__panel {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 1fr);
  column-gap: 36px;
  background: var(--menu-bg);
  border: 1px solid var(--menu-border);
  border-radius: 24px;
  padding: 16px 18px;
}

.menu-productos-manual__bloque {
  min-width: 0;
}

.menu-productos-manual__bloque--nfc {
  position: relative;
}

.menu-productos-manual__bloque--nfc::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 1px;
  background: var(--menu-border);
}

.menu-productos-manual__titulo-columna {
  margin: 0 0 16px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 4px;
  font-weight: 500;
  color: var(--menu-title);
}

.menu-productos-manual__grid {
  display: grid;
  gap: 10px;
}

.menu-productos-manual__grid--5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.menu-productos-manual__grid--1 {
  grid-template-columns: 1fr;
}

.menu-productos-manual__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 170px;
  padding: 16px 10px 12px;
  border-radius: 22px;
  text-align: center;
  text-decoration: none;
  color: var(--menu-text);
  overflow: hidden;
}

.menu-productos-manual__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(241, 236, 233, 0);
  transition: background-color 0.25s ease;
  z-index: 2;
  pointer-events: none;
}

.menu-productos-manual__item:hover::before,
.menu-productos-manual__item:focus-visible::before {
  background: var(--menu-overlay);
}

.menu-productos-manual__item img,
.menu-productos-manual__texto {
  position: relative;
  z-index: 1;
}

.menu-productos-manual__item img {
  display: block;
  width: 100%;
  max-width: 96px;
  height: auto;
  object-fit: contain;
  margin-bottom: 12px;
}

.menu-productos-manual__texto {
  display: block;
  font-size: 14px;
  line-height: 1.08;
  font-weight: 400;
  color: var(--menu-text);
  text-wrap: balance;
}

.menu-productos-manual__texto small {
  display: block;
  margin-bottom: 4px;
  font-size: 0.95em;
  line-height: 1;
  font-weight: 400;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-48afb10 */.elementor-5557 .elementor-element.elementor-element-48afb10 h4 span{
    display: block;
    color: #91787B;
}

#div-grid-productos-menu .overlay-negro-alpha {
  overflow: hidden;
  border-radius: 20px;
}

#div-grid-productos-menu .overlay-negro-alpha::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
  border-radius: 20px;
  z-index: 2;
}

#div-grid-productos-menu .overlay-negro-alpha:hover::after {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31aa5b7 */.list-horiz-items-flecha-der ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 56px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-horiz-items-flecha-der li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  height: 56px;
}

.list-horiz-items-flecha-der li::before {
  display: none;
}

.list-horiz-items-flecha-der a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7em;
  text-decoration: none;
  color: #320D25;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.25s ease;
  z-index: 1;
}

.list-horiz-items-flecha-der a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  right: -16px;
  height: 40px;
  transform: translateY(-50%);
  border-radius: 24px;
  background-color: #F9F5F3;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: -1;
}

.list-horiz-items-flecha-der a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M13.5003 12.44L12.4403 13.5L8.47032 17.47C8.36556 17.5749 8.29424 17.7085 8.26535 17.8539C8.23647 17.9993 8.25132 18.15 8.30803 18.2869C8.36474 18.4239 8.46077 18.541 8.58399 18.6234C8.7072 18.7058 8.85208 18.7499 9.00032 18.75L18.0003 18.75C18.4143 18.75 18.7503 18.414 18.7503 18L18.7503 9C18.7502 8.85176 18.7061 8.70688 18.6237 8.58367C18.5413 8.46045 18.4242 8.36442 18.2872 8.30771C18.1503 8.251 17.9996 8.23615 17.8542 8.26504C17.7088 8.29392 17.5752 8.36524 17.4703 8.47L13.5003 12.44Z' fill='%23320D25'/><path d='M6.52985 5.47C6.38767 5.33752 6.19963 5.2654 6.00532 5.26883C5.81102 5.27225 5.62564 5.35097 5.48823 5.48838C5.35081 5.62579 5.2721 5.81118 5.26867 6.00548C5.26524 6.19978 5.33737 6.38783 5.46985 6.53L12.4398 13.5L13.4998 12.44L6.52985 5.47Z' fill='%23320D25'/></svg>");
  transition: transform 0.25s ease;
}

.list-horiz-items-flecha-der a:hover::before,
.list-horiz-items-flecha-der a:focus::before,
.list-horiz-items-flecha-der a.active::before {
  opacity: 1;
}

@media (max-width: 1024px) {
  .list-horiz-items-flecha-der ul {
    gap: 2rem;
  }

  .list-horiz-items-flecha-der a {
    font-size: 18px;
  }

  .list-horiz-items-flecha-der a::before {
    left: -12px;
    right: -12px;
    height: 34px;
  }
}

@media (max-width: 767px) {
  .list-horiz-items-flecha-der ul {
    gap: 1rem 1.5rem;
  }

  .list-horiz-items-flecha-der a {
    font-size: 16px;
    white-space: normal;
  }

  .list-horiz-items-flecha-der a::before {
    left: -10px;
    right: -10px;
    height: 30px;
  }
}/* End custom CSS */