.elementor-1402 .elementor-element.elementor-element-8c6aab9{--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;--background-transition:0.3s;}.elementor-1402 .elementor-element.elementor-element-d463b9c{--display:flex;--min-height:60vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--background-transition:0.3s;--overlay-opacity:0.5;--margin-top:-5px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1402 .elementor-element.elementor-element-d463b9c:not(.elementor-motion-effects-element-type-background), .elementor-1402 .elementor-element.elementor-element-d463b9c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.losgalenos.com/wp-content/uploads/DSC01701-1.png");background-position:center center;background-size:cover;}.elementor-1402 .elementor-element.elementor-element-d463b9c::before, .elementor-1402 .elementor-element.elementor-element-d463b9c > .elementor-background-video-container::before, .elementor-1402 .elementor-element.elementor-element-d463b9c > .e-con-inner > .elementor-background-video-container::before, .elementor-1402 .elementor-element.elementor-element-d463b9c > .elementor-background-slideshow::before, .elementor-1402 .elementor-element.elementor-element-d463b9c > .e-con-inner > .elementor-background-slideshow::before, .elementor-1402 .elementor-element.elementor-element-d463b9c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#080808;--background-overlay:'';}.elementor-1402 .elementor-element.elementor-element-d463b9c, .elementor-1402 .elementor-element.elementor-element-d463b9c::before{--border-transition:0.3s;}.elementor-1402 .elementor-element.elementor-element-d463b9c.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-1402 .elementor-element.elementor-element-dffec70 .elementor-heading-title{color:#FCFCFC;}body.elementor-page-1402:not(.elementor-motion-effects-element-type-background), body.elementor-page-1402 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-be8ad3c */iframe{overflow: hidden;
    height: 6200px;}
@media (max-width: 767px) {
    iframe {
        height: 15500px;
    }
}

    /* Barra de categorías */
    .categories {
      position: sticky;
      top: 0;
      z-index: 1000;
      background: #fff;
      padding: 12px 16px;
      display: flex;
      gap: 12px;
      overflow-x: auto;
      border-bottom: 2px solid #eee;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .categories a {
      text-decoration: none;
      color: #790235;
      background: #f8f8f8;
      padding: 8px 18px;
      border-radius: 20px;
      font-weight: bold;
      transition: background 0.3s, color 0.3s;
      white-space: nowrap;
      font-size: 14px;
    }
    .categories a.active {
      background: #790235;
      color: #fff;
    }
    .categories a:hover {
      background: #ddd;
    }

    /* Sección */
    .menu-section {
      padding: 40px 20px;
      max-width: 1200px;
      margin: auto;
    }
    .menu-section h2 {
      margin-bottom: 20px;
      color: #790235;
      border-left: 5px solid #790235;
      padding-left: 12px;
      font-size: 22px;
      font-weight: bold;
    }
    .menu-section p,
    .menu-section li {
      font-size: 15px;
      color: #444;
    }

    /* Grid responsive */
    .menu-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* móvil */
      gap: 20px;
    }
    @media (min-width: 1024px) {
      .menu-grid {
        grid-template-columns: repeat(4, 1fr); /* desktop */
      }
    }

    /* Tarjetas */
    .menu-item {
      background: #fff;
      border-radius: 15px;
      padding: 18px;
      box-shadow: 0 6px 16px rgba(0,0,0,0.08);
      transition: transform 0.2s ease-in-out, box-shadow 0.3s;
    }
    .menu-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }
    .menu-item-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .menu-item-title {
      font-weight: bold;
      font-size: 16px;
      color: #790235;
    }
    .menu-item-price {
      font-weight: bold;
      color: #333;
      font-size: 15px;
    }
    .menu-item-desc {
      margin-top: 10px;
      font-size: 14px;
      color: #555;
    }

    html {
      scroll-behavior: smooth;
    }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8c6aab9 */body{background-image: linear-gradient(45deg, #ffffff 25%, #fcfcfc 25%, #fcfcfc 50%, #ffffff 50%, #ffffff 75%, #fcfcfc 75%, #fcfcfc 100%);
background-size: 56.57px 56.57px;}/* End custom CSS */