/*Font Awesome 5 estilo normal */

.far {
    font-weight: 501 !important;
}


/*Font Awesome 5 estilo normal */

h1 {
    font-weight: 390;
}

h3 {
    font-weight: 600;
    font-size: 26px;
}

a {
    color: #262626;
}

a:hover {
    color: #262626;
    text-decoration: none;
}

input:focus {
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.c-gris {
    color: #7f7f7f;
}

.c-blanco {
    color: #fff !important;
}

.container-custom {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}


/* MENU */

.navbar_top {
    width: 100%;
    background-color: #ebebeb;
    overflow: auto;
    padding: 0.1rem 1rem !important;
}

.navbar_top div {
    float: left;
    color: #3b4546;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}

.navbar_top a:hover {
    background-color: transparent;
}

.active {
    background-color: #fff !important;
}

.container_custom {
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}

.form-control {
    border-radius: 1.25rem !important;
    box-shadow: 1px 1px 2px 0px #333 inset
}

label {
    margin-bottom: 0px;
    margin-left: 15px;
}

.table-custom {
    font-size: 13px;
}

.btn-change-custom {
    border: 0px;
    color: #3b4546;
    font-size: 25px;
}

.span_cantidad_comanda {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    min-width: 25px;
    padding: 4px;
    font-size: 11px;
    top: 14px;
    margin-left: 5px;
    font-weight: bold;
}


/* MENU */


/*Font Awesome 5 estilo normal */


/*Loading*/

.content-loading {
    background-image: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: black;
    background-position: initial;
    background-repeat: initial;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.6;
    z-index: 10100;
    width: 100%;
    height: 100%;
}

.text-loading {
    color: #fff;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 35px;
    margin: auto;
    font-size: 14px;
    z-index: 10101;
    display: inline-block;
    padding: 0px 10px !important;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 5px;
}


/*Loading*/


/** COMANDA **/

.body-gris {
    background-color: #e9e9e9 !important;
}

.body-blanco {
    background-color: #ffffff !important;
}

.body-verde {
    background-color: #82b70f;
}


/** COMANDA **/

.input-group {
    margin-bottom: 10px !important;
}


/*SWITCH*/


/* The switch - the box around the slider */

.switch {
    position: relative;
    display: inline-block;
    width: 75px;
    height: 40px;
    /*34px*/
    margin: 15px 0;
}


/* Hide default HTML checkbox */

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #000;
}

.slider:before {
    position: absolute;
    content: "";
    height: 31px;
    width: 31px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #5bdd10;
}

input:focus+.slider {
    box-shadow: 0 0 1px #50f750;
}

input:checked+.slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.lbl-switch {
    margin: 21px 0;
    position: relative;
    display: inline-block;
}


/*FIN SWITCH*/

.check-custom-usuario {
    float: left;
    margin-top: -8px;
}

.check-custom2-usuario {
    float: left;
    padding: 0 0 0 6px;
    margin-top: 15px;
}

input.upload {
    position: absolute;
    /*top: 0;*/
    width: 100%;
    right: 1px;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
}


/*MESAS*/

div.desc {
    padding: 15px;
    text-align: center;
    margin-top: -68px;
    margin-right: -1px;
    color: white;
}

.mesa-boton {
    height: 70px;
}


/*MESAS*/


/*croppie de la imagen recortada*/

.croppie-container {
    display: none;
}


/*fin de croppie*/

.table_full {
    width: 100%;
}


/** ALERTAS **/

.body-verde {
    background-color: #82b70f;
}

.body-rojo {
    background-color: #b70f0e;
}

.lbl_alert_listo {
    font-size: 80px;
    /*margin-top: 46%;*/
    font-weight: bold;
    color: #fefeff;
}

.lbl_alert_text {
    font-size: 25px;
    margin-top: 0%;
    width: auto !important;
    color: white;
}

.lbl_alert_bebidas {
    font-weight: bold;
    color: white;
    font-size: 30px;
}

.logo_footer_alerta {
    height: 43px;
    margin-top: 113px;
}

.lbl_alert_interrogatorio {
    /*margin-top: 19%;*/
    font-weight: bold;
    color: #fefeff;
    font-family: sans-serif;
    font-size: 221px;
    font-weight: 100;
}

.icono-eliminar {
    margin-top: 12%;
}


/** ALERTAS **/


/** COMENSALES**/

.lbl_comen_bienvenida {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: -5px;
}

.lbl_comen_pregunta {
    color: #757575;
    font-size: 18px;
    margin-bottom: 10px;
}

.lbl_comen_cantidad {
    font-weight: 500 !important;
    font-size: 18px;
    color: #bdbdbd;
    border-radius: 25px;
    background-color: white;
    box-shadow: 1px 2px 2px 0px rgba(50, 50, 50, .5)inset;
    padding: 5px;
    max-width: 258px;
}

.btn_comensales {
    width: 76px;
    height: 76px;
    margin: 5px;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 42px;
    line-height: 29px;
    text-transform: uppercase;
    float: left;
    border: 2px solid #262626;
    outline: none;
    display: block;
    text-align: center;
    cursor: pointer;
}

.btn_comensales_i {
    width: 76px;
    height: 76px;
    margin: 5px;
    padding: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    line-height: 0;
    text-transform: uppercase;
    float: left;
    border: 2px solid #262626;
    outline: none;
    display: block;
    text-align: center;
    cursor: pointer;
}

.btn_comensales::-moz-focus-inner,
.btn_comensales_i::-moz-focus-inner {
    border: 0;
}

#btn_1:hover {
    background-color: yellow;
}

#btn_1:active {
    background-color: red;
}

.div_logo {
    max-width: 370px;
    margin-top: 15px;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

.div_teclado {
    width: 265px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.div_cantidad {
    max-width: 258px;
    margin: 0 auto;
    margin-bottom: 15px;
}


/** COMENSALES**/


/* MENU */


/*COLOR MENU*/

.fondo-amarillo {
    background-color: orange;
    color: white;
}

.fondo-amarillo:hover {
    color: rgb(255, 255, 255);
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin: 7px;
    padding: 18px;
}


/*COLOR MENU*/


/*MENU FRONT CLIENTE*/

.div_menu {
    padding: 0 2rem;
}

.div_menu_option {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.div_menu_option img {
    background-color: rgba(0, 0, 0, 0.8);
    filter: brightness(0.4);
}

.span_menu_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.span_menu_centered a {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
}

.span_menu_centered a:link,
.span_menu_centered a:visited,
.span_menu_centered a:hover,
.span_menu_centered aactive {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}


/*MENU FRONT CLIENTE*/


/*PRODUCTOS*/

.div_table_productos,
.div_table_buttons {
    display: table;
}

.div_row_productos,
.div_row_buttons {
    display: table-row;
}

.div_cell_full {
    display: table-cell;
    vertical-align: top;
}

.div_cell_imagen {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    width: 35%;
    vertical-align: top;
}

.div_img_producto {
    border: 1px solid #ccc;
    padding: 5px;
    position: relative;
    min-width: 185px;
    min-height: 185px;
}

.div_cell_descripcion {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    width: 65%;
    vertical-align: middle;
    text-align: left;
}

.span_cant_producto {
    position: absolute;
    bottom: 1px;
    right: 1px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    min-width: 25px;
    padding: 4px;
    font-size: 11px;
}

.span_precio_producto {
    font-size: 18px;
}

.div_enviar_pedido {
    background-color: #60b801;
    color: #fff;
    height: 75px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.div_cell_precio {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}

.div_cell_buttons {
    display: table-cell;
    width: 15%;
    vertical-align: top;
}

.btn_productos {
    border: 0;
    background-color: transparent;
}

.btn_productos i {
    font-size: 2rem;
    margin: 0 10px;
}

.btn_detalle_ico {
    border: 0;
    background-color: transparent;
}

.btn_detalle_ico i {
    font-size: 2rem;
}

.lbl_detalle_nombre {
    clear: both;
    text-align: left;
    color: #000;
}

.lbl_detalle_desc {
    text-align: left;
    color: #7f7f7f;
}

.link-negro:link,
.link-negro:visited,
.link-negro:hover,
.link-negro:active {
    text-decoration: none;
    color: #000;
}

.link-gris:link,
.link-gris:visited,
.link-gris:hover,
.link-gris:active {
    text-decoration: none;
    color: #7f7f7f;
}

.div_detalle {
    padding: 0 20%;
}

.div_detalle_cerrar {
    margin: 30px 0 40px 0;
    text-align: right;
    font-size: 2rem;
    padding-right: 15px;
}

.lbl_enviar_pedido {
    font-size: 1.1rem;
    font-weight: 600;
}

.lbl_total_pedido:link,
.lbl_total_pedido:visited,
.lbl_total_pedido:hover,
.lbl_total_pedido:active {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.lbl_detalle_precio {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-top: 10px;
}

.clear {
    clear: both;
}

.line-detalle {
    margin: 20px 0;
}


/*PRODUCTOS*/


/* MENU */

.active {
    background-color: #fff !important;
}

.lbl_det_cant_producto {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 10px 13px;
    text-align: center;
    font-size: 1.4rem;
    display: block;
    width: 50px;
    margin: 0 auto;
}

.cell_buttons_detalle {
    height: 80px;
    width: 25%;
    text-align: center;
}

.btn_detalle_aceptar {
    text-align: center;
    margin-top: 50px;
}

.clear {
    clear: both;
}


/*SECCION BUSQUEDA*/

.busqueda {
    background-image: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    top: 0px;
    left: 0px;
    z-index: 10100;
    width: 100%;
    opacity: 0.8;
    padding: 9px;
}

#des_busqueda:active .move-down {
    transform: translate(0, 350px);
    -webkit-transform: translate(0, 350px);
    -o-transform: translate(0, 350px);
    -moz-transform: translate(0, 350px);
}


/*PRODUCTOS*/


/*CONFIRMAR*/

.div_confirmacion_resumen {
    background-color: #000;
}

.lbl_titulos_resumen {
    font-size: 1.4rem;
    color: #918f90;
    display: block;
    margin: 5px 0;
}


/*COLOR MENU*/


/*BUSQUEDA http://192.168.1.74/comanda/images/iconos/search-icon.png*/

input[type=search] {
    background: #ededed url(../../images/iconos/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 0px 0px 3px 38px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 70%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

#busqueda input[type=search] {
    color: transparent;
    cursor: pointer;
}

#busqueda input[type=search]:hover {
    background-color: #fff;
}

#busqueda input[type=search]:focus {
    width: 70%;
    /*padding-left: 32px;*/
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#busqueda input:-moz-placeholder {
    color: transparent;
}

#busqueda input::-webkit-input-placeholder {
    color: transparent;
}


/*BUSQUEDA*/

.lbl_total_resumen {
    margin-right: 25px;
    text-align: right;
}

.cell_col1_resumen {
    width: 2%;
}

.cell_col2_resumen {
    width: 45%;
}

.cell_col3_resumen {
    width: 15%;
}

.cell_col4_resumen {
    width: 20%;
}

.cell_col1_comanda {
    width: 15%;
    height: 60px;
}

.cell_col2_comanda {
    width: 55%;
    height: 60px;
}

.cell_col3_comanda {
    width: 30%;
    height: 60px;
    padding-right: 25px;
    text-align: right;
}

.lbl_item_comanda {
    font-size: 1.1rem;
    font-weight: 600;
    color: #000;
}

.lbl_cantidad_comanda {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 5px 2px;
    text-align: center;
    font-size: 1rem;
    display: block;
    width: 31px;
    margin: 0 auto;
}

.lbl_cantidad_comanda_roja {
    background-color: red;
    color: #fff;
    border-radius: 50%;
    padding: 5px 2px;
    text-align: center;
    font-size: 1rem;
    display: block;
    width: 31px;
    margin: 0 auto;
}

.lbl_cantidad_comanda_verde {
    background-color: #83b70a;
    color: #fff;
    border-radius: 50%;
    padding: 5px 2px;
    text-align: center;
    font-size: 1rem;
    display: block;
    width: 31px;
    margin: 0 auto;
}

.nav-link-custom {
    padding: 1rem 1rem;
}

.list-group-custom {
    border: 0px !important;
}


/*MENU COLOR*/

.boton-lupa {
    float: right;
    background-color: transparent;
    border: 1px solid transparent;
}

.btn-custom {
    width: 100%;
    border-radius: 20px;
}


/* The container */

.check-custom {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-custom input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.check-custom:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-custom input:checked~.checkmark {
    background-color: rgb(139, 192, 16);
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-custom input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-custom .checkmark:after {
    left: 8px;
    top: 2px;
    width: 9px;
    height: 16px;
    border: solid white;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*Botton file*/

.caja-botom {
    margin-top: 10px;
    width: 100%;
    box-shadow: inset 5px 10px 15px 3px #b3b0b38f;
    padding: 5px 5px 5px 5px;
    border-radius: 27px;
}

.caja {
    width: 93%;
    box-shadow: inset 5px 10px 15px 3px #b3b0b38f;
    padding: 5px 5px 5px 5px;
    border-radius: 27px;
}

.color-file {
    width: 100%;
    background-color: #83b70a;
    border-radius: 27px;
    border: 2px solid white !important;
    color: #fff !important;
}


/*Botton file*/


/*MESAS*/

.div_mesas {
    width: 295px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.mesas {
    width: 86px;
    height: 86px;
    margin: 5px;
    /* padding: 20px; */
    /* -webkit-border-radius: 50px; */
    -moz-border-radius: 50px;
    /* border-radius: 50px; */
    /* font-size: 42px; */
    /* line-height: 29px; */
    /* text-transform: uppercase; */
    float: left;
    border: 1px solid #e0e0e0;
    /* outline: none; */
    display: block;
    /* text-align: center; */
    /* cursor: pointer; */
}


/*MESAS http://192.168.1.74/comanda/images/iconos/search-icon.png*/

.busqueda-sec {
    background: #ededed url(../../images/iconos/search-icon.png) no-repeat 9px center;
    padding: 0px 10px 3px 38px;
}


/*ALERTA VERDE*/

.lbl_alert_listo {
    font-size: 50px;
    margin-top: 10%;
    font-weight: bold;
    color: #fefeff;
}

.lbl_alert_agregar {
    font-size: 20px;
    margin-top: 6%;
    color: white;
}

.lbl_alert_bebidas {
    font-weight: bold;
    color: white;
    font-size: 25px;
}

.logo-footer {
    height: 43px;
    margin-top: 119px;
}


/*ALERTA VERDE*/

.animate-show {
    -webkit-animation-name: animScale;
    animation-name: animScale;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

.animate-hide {
    -webkit-animation-name: animScale;
    animation-name: animScale;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
}

@-webkit-keyframes animScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}

@keyframes animScale {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
        transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}


/** OPS **/

.div_border_mesas {
    font-weight: 200 !important;
    color: #bdbdbd;
    border-radius: 20px;
    background-color: white;
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, .5)inset;
    padding: 5px 0;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
}

.div_border_mesas input {
    width: 64%;
    border: 0;
}

.btn_input {
    background-color: transparent;
    border: 0;
    padding: 0px;
}

.btn_icon_busqueda {
    color: #000;
    margin-right: 10px;
    margin-left: 9px;
}

.btn_icon_limpiar {
    color: #000;
    margin-left: 5px;
}

.div_content_mesas {
    padding: 0 14%;
    display: block;
}

div.mesas_mensaje {
    padding: 15px;
    text-align: center;
    top: 5px;
    left: 5px;
    color: white;
    background-color: yellow;
    position: relative;
}

.div_container_mesa {
    position: relative;
    text-align: center;
    color: white;
}

.div_mesa_top-left {
    margin-left: 1px;
    margin-top: 0px;
}

.div_mesa_bottom-right {
    margin-top: -7px;
    margin-left: 58px;
    color: black;
}

.div_mesa_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.span_circulo_rojo {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    min-width: 25px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-right: 0px;
    padding-left: 9px;
    font-size: 13px;
    font-weight: bold;
}

.span_circulo_amarillo {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    background-color: #fdc100;
    color: #fff;
    min-width: 25px;
    padding-top: 2px;
    padding-bottom: 3px;
    padding-right: 0px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
}

.lbl_mesas_resumen {
    margin-left: 25px;
}

.lbl_total_resumen {
    margin-right: 25px;
    text-align: right;
}

.cell_col1_resumen {
    width: 2%;
}

.cell_col2_resumen {
    width: 45%;
}

.cell_col3_resumen {
    width: 15%;
}

.cell_col4_resumen {
    width: 20%;
}

.cell_col1_comanda {
    width: 15%;
    height: 60px;
}

.cell_col2_comanda {
    width: 55%;
    height: 60px;
}

.cell_col3_comanda {
    width: 30%;
    height: 60px;
    padding-right: 25px;
    text-align: right;
}

.lbl_metodopago {
    font-size: 1.1rem;
    font-weight: 700;
    color: #000;
    margin: 5px 0;
}

.lbl_metodopago_desc {
    font-size: 1.1rem;
    font-weight: 500;
    color: #000;
    margin-left: 5px;
}

.div_cell_mensaje {
    width: 98%;
    padding: 15px 2px;
}


/** OPS **/

.tache {
    margin-top: -8px;
    margin-right: 4px;
    margin-left: 407px;
    /* position: absolute; */
    float: right;
    z-index: 10100;
    cursor: pointer;
}

.tache_sec {
    margin-top: -6px;
    margin-left: 72%;
    position: absolute;
    z-index: 10100;
    cursor: pointer;
}

.imagen_default_sec {
    width: 40%;
    height: 140px;
    margin-bottom: -7px;
    margin-top: -10px;
}

.costum-fileupload {
    position: relative;
    overflow: hidden;
    /*z-index: 10100;*/
    left: 3px;
    top: -2px;
    cursor: pointer;
}

.costum-fileupload_sec {
    margin-left: 9%;
    cursor: pointer;
    margin-top: -15px;
    margin-bottom: 10px;
}

.marco_sec {
    /* border: 1px solid; */
    /* width: 70%; */
    height: 100%;
    /* position: relative; */
    margin-right: 6%;
    margin-left: 6%;
}

.img_sec_con {
    width: 80%;
    z-index: -1;
    position: relative;
}

.marco {
    border: 1px solid;
    height: 100%;
    margin-bottom: 10px;
    padding: 10px 0px 0px 0px;
    border-color: gainsboro;
}

.li_tache {
    padding: 3px;
    font-size: 26px;
    color: white;
    background: red;
    border-radius: 18px;
}

.letra_d {
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imagen_previa {
    width: 75%;
    z-index: -1;
    position: relative;
    margin-top: -30px;
    margin-bottom: -38px;
}

.img_producto_li {
    border: 1px solid #ccc;
    padding: 5px;
    width: 120px;
}


/** Busqueda encima **/

.content-busqueda-opacity {
    background-image: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: black;
    background-position: initial initial;
    background-repeat: initial initial;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 0.6;
    z-index: 10050;
    width: 100%;
    height: 100%;
}

.content-busqueda {
    background-color: transparent;
    top: 0px;
    left: 0px;
    position: fixed;
    opacity: 1;
    z-index: 10100;
    width: 100%;
    height: 100%;
}

.div-busqueda {
    color: #fff;
    background-color: transparent;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*width: 400px;*/
    height: 35px;
    margin: auto;
    font-size: 14px;
    z-index: 10101;
    display: inline-block;
    padding: 0px 10px !important;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}

.div_border_busqueda {
    font-weight: 200 !important;
    color: #bdbdbd;
    border-radius: 20px;
    background-color: white;
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, .5)inset;
    padding: 0px;
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
}

.div_border_busqueda input {
    width: 77%;
    border: 0;
}

.div_border_busqueda .input-group-text {
    background-color: transparent;
    border: 0;
}

.div_border_busqueda .form-control {
    height: auto;
    padding: 0;
    margin: 2px;
    box-shadow: none !important;
}

.btn_busq_cerrar {
    border: 0;
    background-color: transparent;
    color: #fff;
    padding: 0 10px 30px 0;
    font-size: 1.8rem;
}


/** Busqueda encima **/


/** Mesas Visor **/

.div_mesas_visor {
    width: 100%;
    padding: 0 50px;
}

.bkg-visor-gris {
    background-color: #efefef;
}

.div-scroll {
    overflow-y: auto;
}


/** Mesas Visor **/