
/*----ejemplo precios vertical----*/
.plato_precios_vertical .menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px 15px;
    border-bottom: 1px solid #eee;
}

.plato_precios_vertical .menu-item:last-child { border-bottom: none;}

.plato_precios_vertical .menu-item-info { max-width: 60%;}

.plato_precios_vertical h2 { font-size:clamp(1rem, 0.955rem + 0.22vw, 1.25rem); color: #000; 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: #666; margin:2px;}
.plato_precios_vertical .price {    font-weight:400;    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 */
}

@media (max-width: 768px) {

    .plato_precios_vertical .menu-item { flex-direction: column; align-items: flex-start; }
    .plato_precios_vertical .menu-item-info { max-width: 100%; }
    .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: 100%; /* 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 */
    }
}


/*------*/



#carta_img_fondo{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 0.05px;
    background-position:top center;
    position: relative;
    z-index: 0;
}
#carta_img_fondo .overlay{
    position: absolute;
    top: 0;   
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.3) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

#carta_img_fondo h1{
    color:#fff;
    text-align: center;
    z-index: 100;
    position: relative;

    line-height: 100%;
    font-size: clamp(2.5rem, 5vw, 5rem);
    

}


#carta_img_fondo .anadir_carrito {font-size: 1em;}

#carta_img_fondo .anadir_carrito:hover {color: #fff !important; padding: 5px;}

#carta_img_fondo .fondo_carta {/*background-image: $fondo_interior;*/ background-repeat: repeat; padding: 0 0 50px 0;}

#carta_img_fondo .fondo_color {padding: 60px;}

#carta_img_fondo .zona_areas {text-align: center;}

#carta_img_fondo .bot_area {
    color: #333;
    background-color: #fff;
    padding: 6px 10px;
    font-size: 13px;
    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_img_fondo .bot_area:hover {color: #000; background-color: #DBA300; border-color:#DBA300; }
#carta_img_fondo .fondo_color{background-color: #fff; border-radius: 20px;}


#carta_img_fondo .sobre_rayas {text-align: center;}

#carta_img_fondo .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:#DBA300;

}

#carta_img_fondo .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:#DBA300;
}

#carta_img_fondo .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:#DBA300;

}

#carta_img_fondo .titular_bloque {
    font-size:clamp(1.25rem, 2.5vw, 2rem);
    font-weight: 800;
    /* -webkit-text-stroke: 1px #fff;   */
    color: #DBA300;
    text-align: center;
    text-transform: uppercase;

}

#carta_img_fondo .titular_bloque::before{


    width: 100px;
    bottom: auto;
    top: 0;
    border: 1px solid #DBA300;
    content: " ";
    display: block;
    margin: 5px auto ;
    position: relative;

}
#carta_img_fondo .titular_bloque::after{

    width: 100px;
    border: 1px solid #DBA300;
    content: " ";
    display: block;
    margin: 5px auto;
    position: relative;
}

#carta_img_fondo .media_rac, .rac {text-align: right; padding: 0; vertical-align: bottom;}

#carta_img_fondo .precios {

    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 2px 5px;
    font-weight: 400;
}

#carta_img_fondo .nombre_plato {
    color: #000;
    font-weight: 400;
    margin-top: 0;
    font-size: clamp(1rem, 0.964rem + 0.18vw, 1.188rem);

}

#carta_img_fondo .raya {margin-top: -5px; border-bottom: 1px dotted #ccc;}

#carta_img_fondo .pek {
    font-size: 12px !important;
    text-transform: uppercase;
    font-weight: 300;
    padding-right: 5px;
}

#carta_img_fondo .bloque_plato { margin-bottom: 15px;}

#carta_img_fondo .bloque_plato .descripcion_articulo {
    font-size: 14px;
    line-height: 100%;
    margin-top: 3px;
    padding-bottom: 5px;
}

#carta_img_fondo .lista_platos {margin-bottom: 80px;}

#carta_img_fondo .texto_iva {text-align: center; color: #666;}

#carta_img_fondo .plato_carrito {background-color: #fff;}

:target::before {content: ''; display: block; height: 90px; margin-top: -90px;}


/* #Media Queries
================================================== */

/* Pantallas grandes */
@media only screen and (min-width: 1824px) {

}

/* Ordenadores de sobremesa y portátiles */
@media only screen and (min-width: 1224px) {

}

@media (max-width: 1024px) {

}

/* iPads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

}

/* iPads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

}

/* iPads (portrait & landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {


    #carta_img_fondo .lista_platos { margin-bottom:40px;}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    #carta_img_fondo .icono_plato {margin-top: -32px;}

    #carta_img_fondo .icono_plato img {width: 18px; text-align: right;}

    #carta_img_fondo .media_rac, .rac {padding-right: 15px;}

    #carta_img_fondo .raya {margin-top: 0;}

    #carta_img_fondo .bloque_plato {margin-bottom: 21px;}

    #carta_img_fondo .bot_area {padding: 8px 8px; font-size: 12px;}

    #carta_img_fondo .fondo_color {padding: 40px 15px;}

    #carta_img_fondo .row_ambos {padding: 40px 0;}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    #carta_img_fondo .row_ambos {padding: 40px 0;}

    #carta_img_fondo .fondo_color {padding: 40px 15px;}

    #carta_img_fondo .nombre_plato {padding:0;}

    #carta_img_fondo .precios {font-size: 15px; padding: 2px 5px;}

    #carta_img_fondo .icono_plato {margin-top: -32px;}

    #carta_img_fondo .icono_plato img {width: 16px; text-align: right;}

    #carta_img_fondo .raya {margin-top: 0;}

    #carta_img_fondo .bloque_plato {margin-bottom: 21px;}

    #carta_img_fondo .bot_area {padding: 6px 8px; font-size: 12px;}





    #carta_img_fondo .nombre_plato{padding:0;}

    #carta_img_fondo .lista_platos {margin-bottom:40px;}

    #carta_img_fondo .texto_iva {padding-top:20px; font-style: italic; font-size: 0.9em;}
}