.elementor-kit-5{--e-global-color-primary:#4AA2D0;--e-global-color-secondary:#C5D24F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#00FFFF;--e-global-color-8c8f173:#FFFFFF;--e-global-color-de82255:#272626;--e-global-color-bf45d93:#EBB442;--e-global-color-eee0bf1:#171F56;--e-global-typography-primary-font-family:"PT Sans";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Nunito Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Nunito Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#FFFFFF;font-family:"Nunito Sans", Sans-serif;font-weight:400;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-8c8f173 );}.elementor-kit-5 h1{color:var( --e-global-color-8c8f173 );font-family:"Open Sans", Sans-serif;font-weight:700;font-style:italic;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cproductos {
  position: relative;
  overflow: visible !important; /* permite que el menú sobresalga sin ocultarse */
}

.menu-productos {
  position: absolute;
  top: 10%;
  right: 0;  /* ahora empieza EXACTAMENTE en el borde del contenedor */
  transform: translate(0, 0) rotate(-90deg);
  transform-origin: center right;
  z-index: 20;
  width: max-content;
}

/* Ajustes internos del menú Elementor */
.menu-productos nav {
  display: flex;
  gap: 20px;
}

.menu-productos a {
  white-space: nowrap;
}

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

#scroll-tarjetas {

  max-height: 300px;    /* alto máximo (la caja mostrará scroll si el contenido excede) */
  overflow-y: auto;     /* scroll vertical nativo */
  -webkit-overflow-scrolling: touch; /* smooth scrolling en iOS */
  padding-right: 8px;   /* evita que el scroll tape contenido */
  box-sizing: border-box;
}

#scroll-tarjetas::-webkit-scrollbar { width: 8px; }
#scroll-tarjetas::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.5); border-radius: 8px; }
#scroll-tarjetas::-webkit-scrollbar-track { background: transparent; }/* End custom CSS */