
/*----ejemplo precios vertical----*/
.plato_precios_vertical .menu-item {
    display: flex;
    justify-content: center; /*cambiar a space-between si la carta tiene precios*/
    align-items: center;
   /* padding:10px 15px; ---con precio---*/
    padding:5px 1px;   /* sin precio*/
    border-bottom: 1px solid #eee;
}
.plato_precios_vertical .menu-item-info { max-width: 98%;}/* cambiar a 60% con precios*/





.plato_precios_vertical .menu-item:last-child { border-bottom: none;}



.plato_precios_vertical h2 { font-size:clamp(0.9rem, 2vw, 1.1rem); color: #000; margin-bottom: 0px; font-weight: 400;}

.plato_precios_vertical .description { font-size: 1rem; color: #666; margin: 10px 0;}

.plato_precios_vertical .allergens img { width: 24px; height: 24px; margin-right: 8px;}
.plato_precios_vertical .menu-item-price { text-align: right;}
.plato_precios_vertical .menu-item-price p { font-size:0.9em;color: #c03222; margin:2px 2px 6px 2px;}
.plato_precios_vertical .price {    font-weight:500;    color: #000; font-size: 1.2em;}
.separator {
    flex-grow: 1;
    border-bottom: 1px dashed #ccc; /* Línea discontinua */
    margin: 0 10px; /* Espacio a los lados */
    height: 0; /* No ocupa espacio vertical */
}



/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .plato_precios_vertical .menu-item-info { max-width: 75%; min-width: 55%; }
    .plato_precios_vertical  .menu-item-price { text-align: right;  width: 100%;  line-height: 100%;}
    .plato_precios_vertical h2{ margin-bottom: 0px;}
    .plato_precios_vertical .menu-item-price p { font-size:0.7em;}
    .separator {
       width: 80%; /* Hace que la línea ocupe todo el ancho */
        border-bottom: 1px dashed #ccc; /* Mantiene la línea discontinua */
        margin: 3px 0; /* Añade espacio arriba y abajo */
    }
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    .plato_precios_vertical .menu-item-info { max-width: 75%; min-width: 55%; }
    .plato_precios_vertical  .menu-item-price { text-align: right;  width: 100%;  line-height: 100%;}
    .plato_precios_vertical h2{ margin-bottom: 0px;}
    .plato_precios_vertical .menu-item-price p { font-size:0.7em;}
    .separator {
       width: 80%; /* Hace que la línea ocupe todo el ancho */
        border-bottom: 1px dashed #ccc; /* Mantiene la línea discontinua */
        margin: 3px 0; /* Añade espacio arriba y abajo */
    }
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    #carta_simple .fondo_color { padding: 26px;    }
}
/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    #carta_simple .fondo_color { padding: 26px;    }
}


/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait)  {
    
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
   
    
}








/*------*/






#carta_simple h1{color:#fff; 
    text-align: center;
    z-index: 100;
    position: relative;
   
    line-height: 100%;
    font-size: clamp(2.5rem, 5vw, 5rem);
  
}



#carta_simple.carta_imagen_fondo{
    background:  linear-gradient( rgba(192, 50, 34, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%), url("../img/fondo_cartas.jpg");
    background-size: cover; /* Hace que el fondo cubra toda la pantalla */
    background-attachment: fixed; /* Fija el fondo */
    background-position: center; /* Centra el fondo */
    background-repeat: no-repeat; /* Evita que el fondo se repita */
}
#carta_simple .anadir_carrito {font-size: 1em;}

#carta_simple .anadir_carrito:hover {color: #fff !important; padding: 5px;}

#carta_simple .fondo_carta {/*background-image: $fondo_interior;*/ background-repeat: repeat; padding: 0 0 50px 0;}

#carta_simple .fondo_color {padding: 60px;}

#carta_simple .zona_areas {text-align: center;}

#carta_simple .bot_area {
    color: #333;
   background-color: #fff;
   letter-spacing: 1px;
    padding: 6px 10px;
    font-size: 11px;
   border:1px solid #ccc;  
    display: inline-block;
    margin: 5px; 
    border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    text-transform: uppercase;
   
   
}
 .compensacion_ancla::before {
    display: block;
    content: " ";
    margin-top: -100px;
    height: 120px;
    visibility: hidden;
}


#carta_simple .bot_area:hover {color: #FFF; background-color: #c03222; border-color: #c03222; }
#carta_simple .fondo_color{background-color: #fff; border-radius: 20px;}


#carta_simple .sobre_rayas {text-align: center;}

#carta_simple .sobretitular {
  font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding: 0 16px;
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
   color:#c03222;

}

#carta_simple .sobretitular::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background:#bd4537;
}

#carta_simple .sobretitular::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
   background: #bd4537;
  
}

#carta_simple .titular_bloque {
    font-size:clamp(1.4rem, 5vw, 2.5rem);
   
    font-weight: 600;
   /* -webkit-text-stroke: 1px #fff;   */
    color: #c03222;
    text-align: center;   
  
    
}

#carta_simple .titular_bloque::before{

   
    width: 100px;
    bottom: auto;
    top: 0;
    border: 1px solid #c03222;
    content: " ";
    display: block;
    margin: 5px auto ;
    position: relative;
 
}
#carta_simple .titular_bloque::after{   
     
    width: 100px;  
    border: 1px solid #c03222;
    content: " ";
    display: block;
    margin: 5px auto 20px ;
    position: relative;
}

#carta_simple .media_rac, .rac {text-align: right; padding: 0; vertical-align: bottom;}

#carta_simple .precios {
   
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 2px 5px;
    font-weight: 400;
}

#carta_simple .nombre_plato {
    color: #000;
    font-weight: 400;
    margin-top: 0;
    font-size: clamp(1rem, 0.964rem + 0.18vw, 1.188rem);
  
}

#carta_simple .raya {margin-top: -5px; border-bottom: 1px dotted #ccc;}

#carta_simple .pek {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 300;
    padding-right: 5px;
}

#carta_simple .bloque_plato { margin-bottom: 15px;}

#carta_simple .bloque_plato .descripcion_articulo {
    font-size: 14px;
    line-height: 100%;
    margin-top: 3px;
    padding-bottom: 5px;
}

#carta_simple .lista_platos {margin-bottom: 80px;}

#carta_simple .texto_iva {text-align: center; color: #666; font-size: 0.8em;}

#carta_simple .plato_carrito {background-color: #fff;}

:target::before {content: ''; display: block; height: 90px; margin-top: -90px;}

/* Extra small devices (portrait phones, less than 576px)*/
@media (width <= 575.98px){
    .plato_precios_vertical .menu-item-info { max-width: 75%; min-width: 55%; }
    .plato_precios_vertical  .menu-item-price { text-align: right;  width: 100%;  line-height: 100%;}
    .plato_precios_vertical h2{ margin-bottom: 0px;}
    .plato_precios_vertical .menu-item-price p { font-size:0.7em;}
    .separator {
       width: 80%; /* Hace que la línea ocupe todo el ancho */
        border-bottom: 1px dashed #ccc; /* Mantiene la línea discontinua */
        margin: 3px 0; /* Añade espacio arriba y abajo */
    }
    
}

/* Small devices (landscape phones, 576px and up)*/
@media (576px <= width <= 767.98px) {
    
 
}

/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) {
    #carta_simple .fondo_color { padding: 26px;    }
}
/* Medium devices (tablets, 768px and up)*/
@media (768px <= width <= 991.98px) and (orientation: portrait) {
    #carta_simple .fondo_color { padding: 26px;    }
}


/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px) {
    
}

/* Large devices l (desktops, 992px and up)*/
@media (992px <= width <= 1199.98px)  and (orientation: portrait)  {
    
}


/* Extra large devices xl(large desktops, 1200px and up)*/
@media (1200px <= width <= 1399px) {
  
    
}
/* Extra large devices xl(large desktops, 1400px and up)*/
@media (width >= 1400px){
   
    
}





