.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#6A1B1A;--e-global-typography-primary-font-family:"Libre Baskerville";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Libre Baskerville";--e-global-typography-secondary-font-size:40px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Libre Baskerville";--e-global-typography-text-font-size:32px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Libre Baskerville";--e-global-typography-accent-font-size:25px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.4em;--e-global-typography-fd3e8bd-font-family:"Libre Baskerville";--e-global-typography-fd3e8bd-font-size:22px;--e-global-typography-fd3e8bd-font-weight:400;--e-global-typography-fd3e8bd-line-height:1.4em;--e-global-typography-27372d1-font-family:"Lato";--e-global-typography-27372d1-font-size:18px;--e-global-typography-27372d1-font-weight:400;--e-global-typography-27372d1-line-height:1.5em;color:var( --e-global-color-secondary );font-family:"Lato", Sans-serif;font-size:18px;font-weight:400;line-height:1.2px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:"Lato", Sans-serif;font-size:18px;font-weight:400;line-height:1.2px;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Libre Baskerville", Sans-serif;font-weight:600;line-height:1.5px;}.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 */html {
  scroll-padding-top: 120px;
}


/*Estilos nuevo diseño menú con HTML*/

.carta-list{
  width: 100%;
}

.carta-item{
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 72px;
  align-items: end;
  column-gap: 14px;
  margin-bottom: 24px;
  width: 100%;
}

.carta-item:last-child{
  margin-bottom: 0;
}

.carta-item .name{
  min-width: 0;
  font-size: 18px;
  line-height: 1.5;
  text-transform: uppercase;
}

.carta-item .dots{
  min-width: 40px;
  border-bottom: 0.5px solid #dcdcdc;
  transform: translateY(-6px);
}

.carta-item .price{
  width: 72px;
  text-align: right;
  white-space: nowrap;
  font-size: 18px;
  line-height: 1.2;
}

/* MÓVIL */
@media (max-width: 767px){

  .carta-list{
    padding: 0 16px;
  }

  .carta-item{
    grid-template-columns: minmax(0, 1fr) 24px auto;
    column-gap: 6px;
    margin-bottom: 18px;
  }

  .carta-item .name{
    font-size: 15px;
    line-height: 1.32;
  }

  .carta-item .dots{
    min-width: 12px;
    transform: translateY(-3px);
  }

  .carta-item .price{
    width: auto;
    min-width: 0;
    justify-self: end;
    text-align: right;
    font-size: 15px;
    line-height: 1.1;
    white-space: nowrap;
  }

}

/* Formatea texto Widgets Platos menú del día */

.normalizar-menu-dia {
  overflow-wrap: break-word;
  word-break: normal;
}/* End custom CSS */