 body { height: 100%; }
    .menu-cat-head { color: inherit; padding-top: 0; overflow-x: hidden; }

    .menu-subcat-head h3{
      text-align: center;
    }

    .navbar { box-shadow: 0 5px 15px rgba(0,0,0,.0) !important; }
    .bienestar { margin: 0 auto; }
    @media (max-width:475px){ .bienestar{ max-width:200px; margin:0 auto; } }

    @media (min-width: 1200px) {
        .container {
            width: 1400px;
        }
    }

    #aperitivos .img-item-wrap,
    #pastas .img-item-wrap,
    #carnes .img-item-wrap,
    #pescados-mariscos .img-item-wrap,
    #pollo .img-item-wrap,
    #acompanantes .img-item-wrap,
    #postres .img-item-wrap,
    #ninos .img-item-wrap { display: none !important; }

    /* Fila con foto lateral + lista única en una sola columna */
    @media (min-width:768px){
      .section-pro-row{ display:flex; gap:24px; align-items:flex-start; margin-top: 50px; }
      .section-pro-row .hero-col{ 
        flex: 0 0 50%; /* más ancho, puedes ajustar */
      }
      .section-pro-row .list-col{ flex:1; }
    }

    /* Forzamos una sola columna en las listas (quitamos columnas internas) */
    .list-col .row > [class*="col-"]{ width:100%; float:none; }

    section{ padding:0 15px; }
    .full-menu-box a:hover,.full-menu-box a.active{ text-decoration:underline; color:#333; }
    .horizontal-menu-item a:hover,.horizontal-menu-item a.active{ text-decoration:underline; }
    .full-menu-box{ padding-bottom:1px !important; }

    .section-head, .menu-cat-head {
        color: #862032;
    }
    .section-head {
        margin-bottom: 20px;
    }

    .secImg_single_col_img_left {
        left: inherit;
    }
    .secImg_single_col_img_right {
        right: -10em;
    }

    /* Icono de cámara en el nombre del plato */
    .item-name.has-photo {
      position: relative;
      padding-left: 28px;
    }
    .item-name .rmg-camera {
        position: relative;
        left: -6px;
        top: 5px;
      width: 25px;
      height: 25px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      opacity: .85;
      transition: opacity .2s ease;
    }
    .item-name .rmg-camera:hover { opacity: 1; }
    
    /* Modal foto */
    #rmgPhotoModal .modal-dialog { max-width: 900px; width: 95%; }
    #rmgPhotoModal .modal-body { padding: 0; position: relative; background: #000; }
    #rmgPhotoModal img { width: 100%; height: auto; display: block; }
    #rmgPhotoModal .rmg-caption { padding: 10px 14px; background: #111; color: #fff; font-weight: 600; font-size: 15px; }
    
    /* Flechas navegación */
    .rmg-nav {
      position: absolute; top: 50%; transform: translateY(-50%);
      width: 44px; height: 44px; display: flex; align-items: center; justify-content: center;
      background: rgba(0,0,0,.35); border-radius: 999px; cursor: pointer; user-select: none;
    }
    .rmg-nav:hover { background: rgba(0,0,0,.5); }
    .rmg-nav.prev { left: 10px; }
    .rmg-nav.next { right: 10px; }
    .rmg-nav svg { width: 22px; height: 22px; fill: #fff; }
    .rmg-nav.disabled { opacity: .4; pointer-events: none; }
    
    @media (max-width: 768px) {
      #rmgPhotoModal .rmg-caption { font-size: 14px; }
    }

        .menu-border-head.has-photo {
        position: relative;
        padding-left: 28px;
        }
        .menu-border-head .rmg-camera {
        position: relative;
        left: -6px;
        top: 5px;
        width: 25px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: .95;          
        color: #fff;            
        }
        .menu-border-head .rmg-camera svg { fill: currentColor; }
        .menu-border-head .rmg-camera:hover { opacity: 1; }

        .has-photo .rmg-camera { cursor:pointer; }

        dt.item-name {
        color: #003B49;
        }

      .item-name.has-photo,
      .menu-border-head.has-photo {
        cursor: pointer;
      }

      #rmgPhotoModal .modal-dialog {
        display: flex;
        align-items: center;
        min-height: calc(100vh - 40px); /* margen superior/inferior */
      }

      #rmgPhotoModal .modal-content {
        margin: 0 auto;
        width: 100%;
      }

      #rmgPhotoModal img#rmgPhotoImg {
        max-height: 80vh;
        object-fit: contain;
      }

.section-head::before {
  display: inline-block;
  width: 187px;
  height: 23px;
  top: 16px;
  left: -45px;
  content: "";
  background-image: url('/assets/accent-leftornate.png');
  background-position: left center;
  background-repeat: no-repeat;
}
.section-head::after {
  display: inline-block;
  width: 187px;
  height: 23px;
  top: 16px;
  right: -45px;
  content: "";
  background-image: url('/assets/accent-rightornate.png');
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
  .section-head::before {
    width: 107px;
    height: 23px;
    top: 16px;
    left: -25px;
    content: "";
    background-size: 90%;
  }
}
@media only screen and (max-width: 1200px) {
  .section-head::after {
    width: 107px;
    height: 23px;
    top: 16px;
    right: -25px;
    content: "";
    background-size: 90%;
  }
}
@media only screen and (max-width: 1003px) {
  .section-head::before {
    width: 80px;
    height: 23px;
    top: 16px;
    left: -25px;
    content: "";
    background-size: 80%;
  }
}
@media only screen and (max-width: 1003px) {
  .section-head::after {
    width: 80px;
    height: 23px;
    top: 16px;
    right: -25px;
    content: "";
    background-size: 80%;
  }
}
@media (max-width: 767px) {
    .section-head:before {
        display: none;
    }
    .section-head:after {
        display: none;
    }
}    

.floating-bottom-button {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  height: 72px;
  width: 100vw;
  background-color: transparent;
  padding: 12px 16px;
  box-sizing: border-box;
  z-index: 100000;
  bottom: 0px;
  border-top: 1px solid transparent;
  -moz-box-pack: center;
  justify-content: center;
  position: fixed;
}

.btn.btn-red {
  background: #862032;
}

/* Aplica a ambas variantes de sección */
.section-pro-row .hero-col img,
.section-pro-row .secImg_single_col_img_left img {
  width: 130%;               /* hace la imagen más grande */
  max-width: none;           /* elimina límites del contenedor */
  transform: translateX(-15%); /* la mueve hacia la izquierda para centrar visualmente */
  position: relative;
  z-index: 2;
}

/* Elimina clipping u overflow oculto del contenedor */
.section-pro-row .hero-col,
.section-pro-row .secImg_single_col_img_left {
  overflow: visible !important;
}

/* Si hay un wrapper que limitaba el área (por ejemplo un .img-wrap) */
.section-pro-row .hero-col .img-wrap,
.section-pro-row .secImg_single_col_img_left .img-wrap {
  overflow: visible !important;
}

/* Opcional: Si quieres que se vea aún más fuera del bloque */
@media (min-width: 1024px) {
  .section-pro-row .hero-col img,
  .section-pro-row .secImg_single_col_img_left img {
    width: 150%;
    transform: translateX(-25%);
  }
}

.secImg_single_col_img_right p, .secImg_single_col_img_left p {
  margin-top: -3.8em;
  z-index: 99;
  position: relative;
}
