.img-cabecera-restaurant{
    border-radius: 10px 10px 0px 0px;
}

li{
    font-size: 16px !important;
}

.cartas_principales{
    background-color: #000000;
    color: #9B7C38;
    width: auto;
    margin: 2px;
    display: flex;
    align-items: center;
    justify-content: left;
    flex: 1 1 100%;
    font-weight: bold;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 85px;
    position: relative;
    padding-left: 20px !important;
    font-size: 25px;
}

.cartas_principales .texto_cartas{
    color: #ffffff;
    background: #9B7C38;
    position: absolute;
    right: 0px;
    top: 22px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    border-radius: 7px 0px 0px 7px;
}

.video-cartas{
    width: 100%;
    height: auto;
}

.collapsible-body{
    border-radius: 0px !important;
}


.a-content-restaurants{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.content-restaurants{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 10px;
}

.content-img-restaurant{
    width: 115px;
    height: 115px;
    min-width: 115px;
    min-height: 115px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 10px 0 0 10px;
}

.logo-tamano{
    background-size: 85% auto;
    background-color: #eeecec;
}

.logo-tamano-presidencial{
    background-size: 95% auto;
    background-color: #fff;
    border-right: 1px solid #eeecec;
}

.content-texto-restaurant{
    position: relative;
    width: 100%;
    height: 115px;
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

.content-texto-restaurant > div{
    width: 100%;
}

.titulo-restaurant{
    font-size: 16px;
    color: #606060;
}

.subtitulo-restaurant{
    font-size: 13px;
    color: #606060;
}

.hora-apertura-restaurant{
    font-size: 13px;
    color: var(--accent-color);
    position: absolute;
    bottom: 5px;
    align-self: flex-end;
    text-align: right;
}

.mensaje-tipo-restaurante{
    background: var(--accent-color);
    color: #ffffff;
    padding: 10px !important;
    border-radius: 10px;
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.mensaje-tipo-restaurante-tematico {
    background: var(--accent-color);
    color: #ffffff !important;
    padding: 10px !important;
    border-radius: 10px;
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.icono-info-restaurante{
    font-size: 25px;
    margin-right: 5px;
}

.content-cartas-restaurantes-inferior{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carta-restaurante-inferior{
    width: 65%;
}

.content-img-restaurantes{
    position: relative;
    height: 250px !important;
    border-radius: 10px 10px 0 0;
}

.punto-mapa-restaurante{
    position: absolute;
    /*bottom: 8px;*/
    bottom: 0;
    right: 0;
    background: var(--accent-color);
    color: #ffffff;
    font-size: 35px;
    border-radius: 10px 0 0 0;
    z-index: 9;
}

.punto-mapa-restaurante::before{
    padding: 5px;
}

#map_restaurant{
    width: 80%;
    max-width: 80%;
    height: 80%;
    max-height: 80%;
}

.content-modal-map{
    padding: 1px !important;
    height: calc(100% - 60px);
}

.content-map-iframe{
    height: 100%;
    width: 100%;
}

.content-map-iframe iframe{
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.titulo-nuevos-restaurantes{
    font-size: 14px;
    color: #e82424;
}

.content-new-res{
    /* display: flex;
    align-items: center;
    justify-content: center; */
    border-radius: 10px;
    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 10px 0;
    position: relative;
}

.content-contenido-new-res{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.80), rgba(100,100,100,0)) !important;
    padding: 8px;
    border-radius: 10px;
}

.content-contenido-new-res a{
    position: absolute;
    bottom: 0;
    right: 4px;
    background: var(--accent-color);
    color: white;
    font-size: 12px;
}

.nombre-new-res{
    text-align: left;
    font-weight: 400;
    color: #fff !important;
}

.btn-new-res{

}

/* Apartado para Cartas Dinamicas */
.fondo-popup-zoom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1000;
}

.back-popup > img {
    height: 90%;
    width: auto;
}

.content-popup {
    width: 100%;
    height: 93%;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

.back-popup {
    width: 100%;
    height: 7%;
    /* background: #9B7C38; */
    background: #2db8eb;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion {
    width: 100%;
    /* color: #9B7C38; */
    color: #2db8eb;
    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;
}

.accordion.active {
    /* background-color: #9B7C38; */
    background-color: #2db8eb;
    color: white;
}

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

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

button:focus {
    outline: none;
    background-color: #4e8f96;
}

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

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

.content-general-carta-dinamica{
    /*background-size: cover !important;*/
    /*background-position: center !important;*/
    background-size: 100% !important;
    background-position: top center !important;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.logo_cabecera_carta{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 5px 10px;
}

.logo_cabecera_carta > img{
    width: auto;
    height: 100%;
}

.carta-nombre-superior:empty,.carta-nombre-inferior:empty,.carta-precio-dinamico:empty{
    display: none !important;
}

.suplementos_carta_dinamica{
    font-size: 12px;
    text-align: center;
    color: black;
}

.content-general-plato-carta{
    width: 100%;
    height: auto;
    text-align: center;
    font-family: 'raleway';
}

.carta-nombre-superior {
    font-size: 18px;
    color: black;
}

.carta-nombre-inferior {
    font-size: 16px;
    color: #504e4e;

}

.carta-precio-dinamico{
    font-size: 16px;
    color: #6e6a4c;

}

.content-general-plato-carta .row{
    margin-bottom: 0px!important;
}

.flex-center {
    height: 50px;
    display: flex;
    align-items: center;
}

.down-icon {
    background: url("https://live.feeltourist.com/baobabsuites/contenido/_general/iconos/down-arrow.png") no-repeat scroll center center / 100% auto;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.div-content-restaurants-tematico {
    height: 146px;
}

.cintilla-tipo-restaurante-tematico {
    color: #6e6a4c;
    padding: 10px !important;
    border-radius: 10px;
    margin: 10px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: left;
}

.rack-tematico-content {
    display: grid;
    grid-gap: 1px;
    padding: 0px;
}

.rack-tematico-content-3columns {
    grid-template-columns: repeat(3, 1fr);
}

.rack-tematico-content-7columns {
    grid-template-columns: repeat(7, 1fr);
}

.rack-tematico-column {
    /* width: 32%;
    float: left;
    */
}
.rack-tematico-head-block {
    line-height: 12px;
    font-size: 10px;
    margin: 0px;
    padding: 1px;
    border: 0px solid #888;
    font-weight: bolder;
    text-align: center;
}
.rack-tematico-turno-block {
    line-height: 12px;
    font-size: 10px;
    border: 1px solid #888;
    text-align: center;
    border-radius: 8px;
}

.rack-tematico-cerrado-block {
    height: 117px;
    background-color: #eee;
    text-align: center;
    border-radius: 7px;
    border: 1px solid #888;
    width: 100%;
}

.rack-tematico-cerrado-block-text {
    line-height: 113px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    text-transform: uppercase;
}

.rack-tematico-cerrado-inactivo {
    height: 115px;
    padding: 2px;
    margin: 3px;
    text-align: center;
    border-radius: 10px;
}

.rack-tematico-cerrado-inactivo-text {
    text-align: center;
}

.rack-turno-flag-rtcd-green {
    background-color: #A2D9CE;
}

.rack-turno-flag-rtcd-orange {
    background-color: #f7ccb2;
}

.rack-turno-flag-rtcd-red {
    background-color: #F5B7B1;
}

.logo-img-rest-tematico-rack {
    max-width: 100%;
    margin-top: 20px;
    max-height: 45px;
}

.rack-tematico-subtitulo-text {
    position: relative;
    margin-top: 5px;
    color: dimgrey;
    font-size: 10px;
    text-align: center;
    line-height: 10px;
}

.rack-tematico-horario-bottom {
    position: relative;
    color: var(--accent-color);
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
    right: 5px;
    line-height: 10px;
}

.logo-rest-tematico-rack {
    background-position-y: top;
}

.rack-tematico-vermas {
    position: relative;
    margin-top: 10px;
    font-size: 10px;
    border: 1px solid var(--blue-grey-color);
    border-radius: 5px;
    padding: 6px;
    background-color: var(--accent-color);
    color: white;
}

.rack-tematico-turno-block-fourturnos {
    margin: 4px;
    padding: 6px;
}

.rack-tematico-turno-block-fiveturnos {
    margin: 2px;
    padding: 3.7px;
}

.rack-tematico-turno-block-sixturnos {
    margin: 1px;
    padding: 2.3px;
}

.rack-tematico-content-scrolling {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 180px !important;
    max-height: 145px;
}

.rack-tematico-column-scrolling {
    width: auto;
    float: none;
    display: inline-block;
    width: 60px;
}

@media only screen and (max-width:360px){
    .carta-restaurante-inferior{
        width: 95%;
    }
}

@media only screen and (min-width:361px) and (max-width:460px){
    .carta-restaurante-inferior{
        width: 85%;
    }
}

/* Leyenda dorada para popups */
.leyenda_dorada {
    padding: 0.5em;
    color: #9D7C2F;
    text-align: center;
}