.ocultar_dia_buffet,.ocultar_franja_buffet,.ocultar_tipo_buffet,.ocultar_alergeno_buffet{
    display: none !important;
}

.css_fondo_buffet{
    background: url('../images/cabecera/buffet.jpg');
}

.fondo_detalle_receta{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cerrar_detalle_receta{
    position: fixed;
    width: 40px;
    height: 40px;
    background: #ffffff;
    top: calc(5% - 15px);
    right: calc(5% - 15px);
    border-radius: 50%;
    z-index: 1;
}

.contentido_popup_receta{
    width: 90%;
    height: 90%;
    border: 2px solid #0099b6;
    border-radius: 5px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.icono_scroll_buffet{
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: calc(5% + 5px);
    right: calc(5% + 5px);
    z-index: 1;
    border: 2px solid black;
    border-radius: 50%;
}

.icono_scroll_buffet > img{
    width: 100%;
    height: 100%;
}

.content-buffet-general{
    margin-top: 60px;
}

.panel_close_buffet{
    height: 50px;
    width: 50px;
    background: red;
    position: absolute;
}

.titulo_buffet{
    border-bottom: 2px solid #0099b6;
    font-size: 20px;
    text-transform: uppercase;
    color: #0099b6;
    line-height: 18px;
    width: 100%;
    margin: 25px 0 10px 0;
}

.content_filtros_buffet{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: hidden;
    left: -100%;
    background-color: rgba(0,0,0,0.8);
    /*transition: all 0.5s ease;*/
}

.filtros_buffet_izquierda{
    /*width: 260px;
    height: 100%;*/
    background: #ffffff;
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
    height: 80%;
    position: fixed;
    left: 0;
    bottom: -80%;
}

.filtros_buffet_izquierda > .content-idiomas{
    position: absolute;
    bottom: 0;
}

.contenido_filtros_buffet{
    width: 100%;
    height: calc(100% - 20px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 5%;
}

.filtros_buffet_derecha{
    position: fixed;
    width: 100%;
    height: 20%;
    top: 0;
    left: -100%;
}

.content_filtro_general{
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center !important;
    flex-direction: row;
    justify-content: space-between;
    flex-flow: row wrap;
}

.mostrar_filtros_buffet,.mostrar_filtros_buffet .filtros_buffet_derecha{
    left: 0 !important;
}

.mostrar_filtros_buffet .filtros_buffet_izquierda{
    bottom: 0 !important;
}

.filtro_general_buffet{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0099b6;
    color: #ffffff;
    text-align: center;
    position: relative;
    flex: 1 1 35%;
    height: 80px;
    flex-direction: column;
    border-radius: 50%;
    width: 80px;
    max-width: 80px;
    font-size: 11px;
    margin: 10px auto;
}

.filtro_general_buffet.active{
    background: #212121;
}

.filtro_general_buffet > img{
    width: 35px;
    height: auto;
    /* margin-bottom: 5px; */
}



.content_fecha_filtro{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0099b6;
    color: #ffffff;
    text-align: center;
    position: relative;
    flex: 1 1 20%;
    margin: 3px;
    flex-direction: column;
    border-radius: 50%;
    height: 40px;
    max-width: 40px;
}

.content_fecha_filtro.active{
    background: #212121;
}

.content_fecha_filtro > img{
    width: 35px;
    height: auto;
    margin-bottom: 5px;
}

.filtro_franja{
    flex: 1 1 30%;
    font-size: 14px;
    height: auto;
    width: 80%;
    max-width: 80%;
    border-radius: 20px;
    margin: 5px;
}

.content_receta{
    color: black;
    background: #0099b6;
    width: 90%;
    /*height: 130px;*/
    height: auto;
    margin-left: 5%;
    margin-top: 10px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    display: inline-block;
}

.nombre_receta{
    /*position: absolute;
    bottom: 0;
    left: 0;*/
    padding: 10px;
    width: 100%;
    height: 100px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}

.receta_tematicos {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.receta_tematico {    
    background: rgba(0,0,0,.6);
    font-size: 12px;
    line-height: 1;
    padding: .4rem;
    border-left: 2px solid black;
}

.content_detalle_alergenos{
    position: relative;
    display: flex;
    width: 100% !important;
    /*height: 50px;*/
    height: auto;
    min-height: 15px;
    justify-content: center !important;
    align-items: center !important;
    flex-flow: row wrap !important;
    background: #0099b6;
}

.content-alergeno-d{
    float: right;
    width: 35px;
    height: 35px;
    background: #0099b6;
    margin-right: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-alergeno-d > img{
    width: 25px;
    height: auto;
}

/************ CSS Detalle Receta **************/
.head_recetas{
    height: 60px;
    width: 100%;
    border-bottom: 2px solid #ffffff;
    background: #0099b6;
    position: relative;
}

.logo_hotel_buffer{
    height: 60px;
    width: 30%;
    float: left;
}

.logo_hotel_buffer > img{
    height: 85%;
    margin-top: 5px;
    display: block;
    margin-left: -25px;
}

.idiomas_detalle_receta{
    position: absolute;
    right: 0;
    width: auto;
    height: 60px;
    float: left;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 28px;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 10px;
}

.barra_separacion_idiomas{
    width: 20px;
    float: left;
}

.idiomas_detalle_receta :first-child{
    display: none;
}

.nombre_idioma_receta{
    width: 45px;
    float: left;
}

.nombre_idioma_receta.active{
    color: #2f2828;
}

.imagen_receta_detalle{
    width: 100%;
    height: 215px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imagen_receta_detalle > img{
    width: 100%;
    height: 250px;
}

.titulo_detalle_receta{
    background: #0099b6;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    height: auto;
    font-size: 15px;
    text-transform: uppercase;
}

.descripcion_detalle_receta{
    color: #0099b6;
    padding: 10px;
    width: 100%;
    height: auto;
    font-size: 13px;
}

.titulo_categoria_detalle{
    border-bottom: 2px solid #0099b6;;
    text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
    color: #0099b6;
    width: 100%;
    margin: 0 5px 10px 5px;

}

.lista_ingredientes{
    color: #0099b6;
    width: 100%;
    margin: 0 5px 10px 5px;
    font-size: 14px;
}

.content_propiedades_detalle{
    width: 100%;
    height: auto;
    padding: 10px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}

.content_detalle_propiedad{
    min-width: 100px;
    color: #ffffff;
    background: #0099b6;

    display: flex;

    flex: 1 1 10%;
    height: 100px;
    margin: 3px;
    flex-direction: column;

    align-items: center;
    justify-content: center;
}

.content_tabla_propiedades{
    background: #2F3031;
    color: #ffffff;
    margin: 10px;
    position: relative;
    float: left;
}

.content_propiedad_tabla{
    float: left;
    margin-left: 10px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #ffffff;
}

.titulo_valor_nutricional{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.titulo_cantidad_nutriciona{
    font-size: 14px;
    font-weight: bold;
}

.titulo_cdr{
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    border-top: 4px solid #ffffff;
}

.texto_propiedad_ingrediente{
    width: 90%;
    float: left;
}

.texto_propiedad_ingrediente > span{
    font-weight: bold;
}

.total_cdr{
    width: 10%;
    float: left;
    text-align: right;
}

.contenido_cdr{
    border-top: 8px solid #ffffff;
    font-size: 12px;
    text-align: right;
}

#estrellas_v{
    text-align: center;
}

.content_filtros_principales{
    width: 100%;
    bottom: 65px;
    border-top: 1px solid rgba(0,0,0,0.1);
    height: 60px;
    position: fixed;
    display: block;
    background: #ffffff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 7px 0px 7px 0px;*/
}

.content_filtros_principales > div{
    padding: 2px 12px 2px 12px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 20px;
    margin: 0 10px;
}

.open_filtros{
    background: #4ec24e;
}

.open_tematicos{
    background: #c05a07;
}

.boton_atras {
    width: 32px;
    margin: 0 10px;
}

.limpiar_filtros{
    background: #f05e5e;
}

/*.content_receta{*/
    /*display: none;*/
/*}*/



/*.activo_alergeno{*/
    /*display: block;*/
/*}*/



/*.activo_categoria_franja{*/
    /*display: block;*/
/*}*/

/*.activo_franja{*/
    /*display: block;*/
/*}*/

.no_activo_franja{
    display: none;
}

.no_activo_categoria_franja{
    display: none;
}

.no_activo_alergeno{
    display: none;
}

.break {
    flex-basis: 100%;
    height: 0;
  }

.back.buttonsLeft {
    display: block;
    position: absolute;
    border-radius: 15px;
    /*font-family: PoppinsGothic;*/
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
    z-index: 999999;
    height: 30px;
    width: 30px;
}

.titulo-secciones {
    /*text-transform: capitalize;*/
    text-align: center;
    color: #575756;
    position: relative;
    z-index: 9;
    font-size: 21px;
    /*font-weight: bold;*/
    font-family: CenturyGothicBold;
    font-size: 23px;
    margin-left: 30px;
}

.heading-strip {
    padding: 16px;
    margin-bottom: 30px;
    background-size: cover;
    /* position: fixed; */
    width: 100%;
    z-index: 25;
}

.back .atrasIcon {
    background: url(https://live.feeltourist.com/hsanjorge/contenido/_general/feelapp/iconos/atras.svg) no-repeat scroll 0px 0px / 100% auto;
    height: 100%;
    left: 0px;
    position: absolute;
    width: 100%;
}