.content_cartas_detalle {
    width: 100%;
    background: #004455;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5%;
}

.content_cartas_detalle > .content_carta_izquierda {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 100%;
    border: 0px solid;
    border-left: 1px solid;
    font-size: 3vw;
    font-weight: bold;
    text-transform: uppercase;
    /* padding: 5px 2px 5px 2px;
    padding: 0px; */
    border-radius: 0%;
    margin: 0px;
    height: 100%;
    background-color: #f4d6a4;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.content_carta_izquierda:first-child {
    border-left: 0px !important;
}

.content_carta_izquierda.active{
    background: #242424 !important;
}

.content_cartas_detalle > .content_carta_izquierda_idiomas {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 100%;
    border: 0px solid;
    border-left: 1px solid;
    font-size: 3vw;
    font-weight: bold;
    text-transform: uppercase;
    /* padding: 5px 2px 5px 2px;
    padding: 0px; */
    border-radius: 0%;
    margin: 0px;
    height: 100%;
    background-color: #f4d6a4;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.content_carta_izquierda_idiomas:first-child {
    border-left: 0px !important;
}

.content_carta_izquierda_idiomas.active{
    background: #242424 !important;
}

.img-popup-carta{
    display: none;
    /*transition: all 0.5s ease-out;*/
}

.img-popup-carta.active{
    display: block;
}

.displayBlock{
    display: block !important;
}

.displayNone_Baobab{
    display: none !important;
}

/* DivTable.com */
.divTable{
    display: table;
    width: 98%;
    margin-left: 1%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

.divTableCell, .divTableHead {
    display: block;
    color: black;

    line-height: 23px;
    float: left;
    margin: 10px 1%;
}

.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.css_menu_titulo {
    font-size: 15px;
    font-weight: bold;
    float: left;
    display: block;
    width: 100%;
    line-height: 21px;
}

.css_menu_subtitulo {
    font-size: 13px;
    text-align: justify;
    width: auto;
    float: left;
    line-height: 13px;
    margin-top: 5px;
}


.css_menu_cantidad {
    font-size: 12px;
    color: #8a9c96;
    font-weight: 700;
}

.css_menu_precio {
    text-align: right;
    font-size: 12px;
    width: 14%;
}

.css_menu_precio2{
    text-align: right;
    font-size: 14px;
    color:#9596a4;
}

.css_menu_contenido {
    margin-bottom: 10px;
    padding: 0px 5px;

    color: #0000df;
    line-height: 20px;
}

.accordion {
    width: 100%;
    color: #004455;
    padding: 10px;
    font-weight: 700;
    font-size: 1.2em;
    text-decoration: none;
    transition: 0.4s;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    text-transform: uppercase;
    position: sticky;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    top: 0px;
    z-index: 1;
}

.css_accordion_patio {
    color: #da8042;
    font-size: 24px;
    font-size: 20px;
    width: 88% !important;
    margin-left: 6%;
    background-color: white;
}

.accordion.active {
    background-color: #004455;
    color: white;
}

.css_accordion_patio.active{
    background-color: #d5d5d5;
    color: #da8042;
}

.panel {
    margin: 10px 0px;
    display: none;
    overflow: hidden;
}


.css_separador_cartas {
    height: 1px;
    width: 80%;
    background-color: rgba(0,0,0,0.1);
    margin: auto;
}

.css_menu_tamano_fijo{width: 66%;}


.btn-carta-restaurante{
    width: auto;
    height: auto;
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #0000df;
    color: #ffffff;
    text-transform: uppercase;
    padding: 2px 5px;
}

.css_menu_precio > div {

}

.subcategoria_cartas {
    width: 96%;
    margin-left: 2%;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #0099b6;
    border-bottom: 2px solid #0099b6;
    margin-top: 9px;
    margin-bottom: 2px;

}

.css_boton_accordion.accordion.active {
    background-color: white;
    color: #9B7C38 !important;
}

.owl-carousel {
     display: none;

}

.zoom-plato img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 300px;
}

.zoom-plato p {
    height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
}

/** CARTA EL PATIO */
.css_nombre_carta_patio {
    color: #332b26;
    text-align: center;
    float: center;
    margin-right: 4px;
    font-size: 15px;
    margin-bottom: 10px;
}
.css_descripcion_carta_patio {
    color: #968445;
    text-align: center;
    font-size: 20px;
}

.css_accordion_patio{
    color: #da8042;
    /* font-size: 24px; */
    font-size: 20px;
    width: 88% !important;
    margin-left: 6%;
    background-color: white;
}

.css_accordion_patio.active{
    background-color: #d5d5d5;
    color: #da8042;
}

.content-general-plato-carta .row{
    width: 88%;
    margin-left:6%;
}

.zoom-plato {
    width: 88%;
    margin-left:6%;
    text-align: center;
    overflow: hidden;
}
.zoom-plato p{
    font-size: 13px;
    margin-top: 10px;
    text-align: left;
}

.zoom-plato img{
    max-width: 100%;
    border-radius: 3px;
}

.back-popup{
    background: #004455;
}

/********************/