@charset "utf-8";

body {
    font-family: "Montserrat", sans-serif;
    /* background-color: #000; */
    margin: 0;
}

:root {
    /* colores: */
    --vcss_color_texto: #000;
    --vcss_color_fondo: #f4f6f9;
    --vcss_color_fondo_trans: rgba(255, 255, 255, 0.7);
    --vcss_color_naranja: #ff982b;
    --vcss_header_height: 54px;
    --vcss_fc_menu_negocio: #c2c7d0;
    --vcss_bc_menu_negocio: #343a40;

    /* round / rect */
    --vcss_border_1: none;
    --vcss_border_radius_1: 0px;
    --vcss_margin_1: 0px;

    /* web de e-waiter vwe = Variable para Web para Negocios */
    --vwn_color_texto: #000;
    --vwn_color_lma: #714f87;

    /* variables para app de clientes */
    --vcss_app_c_color_texto: #000;
    --vcss_app_c_color_fondo: #f4f6f9;
    --vcss_app_c_color_fondo_trans: rgba(255, 255, 255, 0.7);
    --vcss_app_c_color_naranja: #ff982b;
    --vcss_app_c_header_height: 54px;
    --vcss_app_c_fc_menu_negocio: #c2c7d0;
    --vcss_app_c_bc_menu_negocio: #343a40;

}

/* Hide scrollbar for Chrome, Safari and Opera */
.css_no_scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.css_no_scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
} 

.css_img_fondo {
    position: absolute;
    margin: 0px;
    padding: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/* background-image: url(../imagenes_s/drinks_1.jpg); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	transition: background-image 0.2s;
}
.css_img_fondo_mask {
	width: 100%;
	height: 100%;
    /* background-color: rgba(0, 0, 0, 0.53); */
    background-color: var(--vcss_color_fondo_trans);
}

.css_seccion {
	background-color: #fff;
}
.s23-panel{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}
.s23-panel:hover .s23-label {
	font-weight: bold;
}
.s23-input {
	font-size: 16px;
	padding:2px;
	/*display:block;*/
	border:1px solid transparent;
	border-bottom:1px solid #ccc;
	width:100%;
	outline: none;
}
.s23-input:focus { 
	border-bottom-color: #9c27b0;
	/*background-color: #f0f8ff;*/
	/*border-radius: 6px;*/
}
.s23-label {
	font-size: 12px;
	color:#009688;
}

.s23-label-radio {
	font-size: 1em;
	color:#191919;
}

.css_mi_box_shadow {
	box-shadow:0 2px 4px 0 rgba(255,152,0,0.16),0 2px 10px 0 rgba(255,152,0,0.12)!important
}

.css_shadow_1 {
    box-shadow: 7px 6px 17px 0px rgb(0 0 0 / 26%), 0 2px 10px 0 rgb(0 0 0 / 26%) !important;
}

.s23-animate-resize {
	transition: all .5s linear;
}

.css_hover_1 {
	/*height: 100px;*/
	transition: all 1s;
}

.css_hover_1:hover {
	/*height: inherit;*/
	/*background-color: #ccc;*/
}

.css_des_prod_1 {
	width:100%;
	padding-left:8px;
	padding-right:8px;
	line-height: 1.4em;
	height: 7em;
	color: #0b5b82;
	overflow:hidden;
	transition: all 1s;
}

.css_hover_underline_1:hover {
    text-decoration: underline;
}

/* my_hover >>> ------------------------------------------------------------------------------------------------------------------ */
.css_my_hover_blue:hover {
    transition: all 0.5s;
    background-color: #2979ff;
    color: #fff !important;
}

.css_my_hover_lb:hover {
    transition: all 0.5s;
    background-color: #d4e3fe;
}

.css_my_hover_lg:hover {
    transition: all 0.5s;
    background-color: #f0f0f0;
}

.css_my_hover:hover:not(.cnv_selected) {
    transition: all 0.5s;
    /* background-color: attr(data-hover); */
    background-color: #f0f0f0;
}

.css_my_hover_trans_1:hover {
    transition: all 0.2s;
    background-color: #f0f0f087;
}

.css_my_hover_green_1:hover {
    background-color: #226961;
}

/* my_hover <<< ------------------------------------------------------------------------------------------------------------------ */


/* Responsive >>> ---------------------------------------------------------------------------------------------------------------- */
/* Responsive >>> ---------------------------------------------------------------------------------------------------------------- */
/* Responsive >>> ---------------------------------------------------------------------------------------------------------------- */

/* Menos de 800px ================================================================================================================ */
.csr_control {min-height: 10px; min-width: 10px; border-radius: 10px; background-color: red;}
.csr_hide_on_small {
    display: none;
}
.csr_show_on_small {
    display: flex;
}
.csr_img_negocio_1 {
    height: 100px;
}
.csr_width_1 {
    width: 100%;
}
.csr_blk_1 {
    border: none;
    border-radius: 0px;
    width: 100%;
    margin-left: 0%;
}


/* 800px a 1199px ================================================================================================================ */
@media screen and (min-width: 800px) {
    .csr_control {min-height: 10px; min-width: 10px; border-radius: 10px; background-color: orange;}
    .csr_hide_on_small {
        display: none;
    }
    .csr_show_on_small {
        display: flex;
    }
    .csr_img_negocio_1 {
        height: 300px;
    }
    .csr_width_1 {
        width: 100%;
    }
    .csr_blk_1 {
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 100%;    
        margin-left: 0%;
    }

}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 1200px) {
    .csr_control {min-height: 10px; min-width: 10px; border-radius: 10px; background-color: green;}
    .csr_hide_on_small {
        display: flex;
    }
    .csr_show_on_small {
        display: none;
    }
    .csr_img_negocio_1 {
        height: 300px;
    }
    .csr_width_1 {
        width: 80%;
        margin-left: 10%;
    }
    .csr_blk_1 {
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 50%;
        margin-left: 25%;
    }
}

/* Responsive <<< ---------------------------------------------------------------------------------------------------------------- */
/* Responsive <<< ---------------------------------------------------------------------------------------------------------------- */
/* Responsive <<< ---------------------------------------------------------------------------------------------------------------- */

/* Resultados principales >>> ---------------------------------------------------------------------------------------------------- */
/* Resultados principales >>> ---------------------------------------------------------------------------------------------------- */
/* Resultados principales >>> ---------------------------------------------------------------------------------------------------- */

/* Menos de 800px ================================================================================================================ */
.csr_blk_results {
    width: 100%;
}
.csr_found_blk {
    display: flex; 
    flex-direction: column; 
    padding: 10px;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all .4s linear;
}
.csr_found_blk:hover {
    background-color: #fafafa;
}
.csr_found_img {
    margin: 0px;
    padding: 0px;
}
.csr_found_data {
    display: flex; 
    flex-direction: column; 
    padding: 10px 0px;
    width: 100%;
}
.csr_found_name {
    font-size: 14pt;
    font-weight: bold;
}
.csr_found_mos_negocio {
    font-size: 14pt;
    color: blue;
    margin-top: 4px;
}
.csr_found_des {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 10px 0px;
    max-height: 120px;
    overflow: hidden;
}
.csr_found_precio {
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
    color: orange;
    font-weight: bold;
    font-size: 18pt;
}

/* 800px a 1199px ================================================================================================================ */
@media screen and (min-width: 800px) {
    .csr_blk_results {
        width: 100%;
    }
    .csr_found_blk {
        display: flex; 
        flex-direction: row; 
        padding: 10px;
        width: 100%;
        cursor: pointer;
        margin-bottom: 15px;
        transition: all .4s linear;
    }
    .csr_found_blk:hover {
        background-color: #f1f1f1;
    }
    .csr_found_img {
        margin: 0px;
        padding: 0px;
        min-width: 280px;
    }
    .csr_found_data {
        display: flex; 
        flex-direction: column; 
        padding: 0px 10px;
        width: 100%;
    }
    .csr_found_name {
        font-size: 14pt;
        font-weight: bold;
    }
    .csr_found_mos_negocio {
        font-size: 14pt;
        color: blue;
        margin-top: 4px;
    }
    .csr_found_des {
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        margin: 10px 0px;
    }
    .csr_found_precio {
        display: flex;
        justify-content: flex-end;
        flex-shrink: 0;
        color: orange;
        font-weight: bold;
        font-size: 18pt;
    }

}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 1200px) {
    .csr_blk_results {
        width: 80%;
    }
    .csr_found_blk {
        display: flex; 
        flex-direction: row; 
        padding: 10px;
        width: 100%;
        cursor: pointer;
        margin-bottom: 15px;
        transition: all .4s linear;
    }
    .csr_found_blk:hover {
        background-color: #f1f1f1;
    }
    .csr_found_img {
        margin: 0px;
        padding: 0px;
        min-width: 280px;
    }
    .csr_found_data {
        display: flex; 
        flex-direction: column; 
        padding: 0px 10px;
        width: 100%;
    }
    .csr_found_name {
        font-size: 14pt;
        font-weight: bold;
    }
    .csr_found_mos_negocio {
        font-size: 14pt;
        color: blue;
        margin-top: 4px;
    }
    .csr_found_des {
        display: flex;
        flex-grow: 1;
        flex-shrink: 0;
        margin: 10px 0px;
    }
    .csr_found_precio {
        display: flex;
        justify-content: flex-end;
        flex-shrink: 0;
        color: orange;
        font-weight: bold;
        font-size: 18pt;
    }
    
}

/* opcion 2 >>> */

/* Menos de 800px ================================================================================================================ */
.csr_blk_results {
    width: 100%;
}
.csr_found_2_blk {
    display: flex; 
    flex-direction: row; 
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    transition: all .4s linear;
    background-color: #fafafa;
    border-radius: 10px;    
}
.csr_found_2_blk:hover {
    background-color: #f1f1f1;
}
.csr_found_2_blk_selected {
    border: 1px solid #2196f3;
}
.csr_found_2_img {
    margin: 0px;
    padding: 0px;
    width: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 0px;
    object-fit: cover;
    object-position: center;
}
.csr_found_2_data {
    display: flex; 
    flex-direction: column; 
    padding: 10px;
    width: 100%;
}
.csr_found_2_name {
    font-size: 13pt;
    font-weight: 500;
}
.csr_found_2_mos_negocio {
    font-size: 12pt;
    color: blue;
    margin-top: 4px;
}
.csr_found_2_des {
    display: flex;
    /* flex-grow: 1; */
    flex-shrink: 1;
    margin: 10px 0px;
    max-height: 120px;
    overflow: hidden;
}
.csr_found_2_precio {
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0;
    color: #d38e10;
    font-size: 14pt;
}

/* 800px a 1199px ================================================================================================================ */
@media screen and (min-width: 800px) {
    .csr_blk_results {
        width: 100%;
    }
    .csr_found_2_blk {
        display: flex; 
        flex-direction: row; 
        width: 100%;
        cursor: pointer;
        margin-bottom: 15px;
        transition: all .4s linear;
    }
    .csr_found_2_blk:hover {
        background-color: #f1f1f1;
    }
    .csr_found_2_img {
        margin: 0px;
        padding: 0px;
        width: 150px;
        border-top-left-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0px;
        object-fit: cover;
        object-position: center;    
    }
    .csr_found_2_data {
        display: flex; 
        flex-direction: column; 
        padding: 10px;
        width: 100%;
    }
    .csr_found_2_name {
        font-size: 13pt;
        font-weight: 500;
    }
    .csr_found_2_mos_negocio {
        font-size: 12pt;
        color: blue;
        margin-top: 4px;
    }
    .csr_found_2_des {
        display: flex;
        /* flex-grow: 1; */
        flex-shrink: 1;
        margin: 10px 0px;
    }
    .csr_found_2_precio {
        display: flex;
        justify-content: flex-start;
        flex-shrink: 0;
        color: #d38e10;
        font-size: 14pt;
    }

}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 1200px) {
    .csr_blk_results {
        width: 80%;
    }
    .csr_found_2_blk {
        display: flex; 
        flex-direction: row; 
        width: 100%;
        cursor: pointer;
        margin-bottom: 15px;
        transition: all .4s linear;
        background-color: #fafafa;
        border-radius: 10px;    
    }
    .csr_found_2_blk:hover {
        background-color: #f1f1f1;
    }
    .csr_found_2_img {
        margin: 0px;
        padding: 0px;
        width: 150px;
        border-top-left-radius: 10px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0px;
        object-fit: cover;
        object-position: center;    
    }
    .csr_found_2_data {
        display: flex; 
        flex-direction: column; 
        padding: 10px;
        width: 100%;
    }
    .csr_found_2_name {
        font-size: 13pt;
        font-weight: 500;
    }
    .csr_found_2_mos_negocio {
        font-size: 12pt;
        color: blue;
        margin-top: 4px;
    }
    .csr_found_2_des {
        display: flex;
        /* flex-grow: 1; */
        flex-shrink: 1;
        margin: 10px 0px;
    }
    .csr_found_2_precio {
        display: flex;
        justify-content: flex-start;
        flex-shrink: 0;
        color: #d38e10;
        font-size: 14pt;
    }
    
}


/* Resultados principales <<< ---------------------------------------------------------------------------------------------------- */
/* Resultados principales <<< ---------------------------------------------------------------------------------------------------- */
/* Resultados principales <<< ---------------------------------------------------------------------------------------------------- */


/* Detalle de un artículo (clientes) >>> ----------------------------------------------------------------------------------------- */
/* Menos de 800px ================================================================================================================ */
.csr_cda_blk {
    display: flex;
    flex-direction: column;
    padding: 0px;
}
.csr_cda_blk_imgs {
    width: 100vw;
}
.csr_cda_img {
    /* min-width: 100vw;
    margin: 0px; 
    padding: 0px; 
    scroll-snap-align: start; */
    /* min-width: 100vw; */
    width: 100%;
    padding: 0px; 
    /* scroll-snap-align: start; */
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
    border: 1px solid #ccc;
    border-radius: 10px;
}

.csr_cda_name {
    font-size: 14pt;
    font-weight: bold;
}
.csr_cda_des {
    display: flex;
    /* flex-grow: 1; */
    flex-shrink: 0;
    margin: 10px 0px;
}
.csr_cda_precio {
    display: flex;
    justify-content: flex-start;
    flex-shrink: 0;
    color: orange;
    font-weight: 500;
    font-size: 16pt;
}

/* 800px a 1199px ================================================================================================================ */
@media screen and (min-width: 800px) {
    .csr_cda_blk {
        display: flex;
        flex-direction: row;
        padding: 10px;
    }
    .csr_cda_blk_imgs {
        width: 600px;
    }
    .csr_cda_img {
        min-width: 600px;
        margin: 0px; 
        padding: 0px; 
        scroll-snap-align: start;
    }
    .csr_cda_name {
        font-size: 14pt;
        font-weight: bold;
    }
    .csr_cda_des {
        display: flex;
        /* flex-grow: 1; */
        flex-shrink: 0;
        margin: 10px 0px;
    }
    .csr_cda_precio {
        display: flex;
        justify-content: flex-start;
        flex-shrink: 0;
        color: orange;
        font-weight: 500;
        font-size: 18pt;
    }

}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 1200px) {
    .csr_cda_blk {
        display: flex;
        flex-direction: row;
        padding: 10px;
        width: 80%;
        margin-left: 10%;
    }
    .csr_cda_blk_imgs {
        width: 800px;
    }
    .csr_cda_img {
        min-width: 800px;
        margin: 0px; 
        padding: 0px; 
        scroll-snap-align: start;    
    }
    .csr_cda_name {
        font-size: 14pt;
        font-weight: bold;
    }
    .csr_cda_des {
        display: flex;
        /* flex-grow: 1; */
        flex-shrink: 0;
        margin: 10px 0px;
    }
    .csr_cda_precio {
        display: flex;
        justify-content: flex-start;
        flex-shrink: 0;
        color: orange;
        font-weight: 500;
        font-size: 18pt;
    }
}
/* Detalle de un artículo (clientes) <<< ----------------------------------------------------------------------------------------- */

.css_img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.csr_blk_upd_img {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    width: 400px;
    background-color: #fff;
}

.css_card_3 {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

.css_blk_help_1 {
    padding: 15px;
    background-color: #efeeff;
    border: 1px solid #05a7b8;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12pt;
}

/* Fondos >>> -------------------------------------------------------------------------------------------------------------------- */
/* Fondos >>> -------------------------------------------------------------------------------------------------------------------- */
/* Fondos >>> -------------------------------------------------------------------------------------------------------------------- */

.css_bg_1 {
    background: rgb(64,8,146);
    background: linear-gradient(90deg, rgb(131, 88, 195) 0%, rgba(181,85,181,1) 51%, rgba(215,133,70,1) 78%, rgb(199, 83, 102) 100%);
}
.css_bg_2 {
    background: linear-gradient(90deg, rgb(245 243 247) 0%, rgb(253 253 253) 58%, rgba(245 243 247) 100%);
}


.css_bg_blue {
    background-color: #4453ac;
    background: linear-gradient(90deg, rgba(68,88,173,1) 0%, rgba(19,144,193,1) 100%);
}
.css_gradient_green {
    background: linear-gradient(90deg, rgb(40, 156, 180) 0%, rgb(31, 109, 125) 73%, rgb(35, 104, 119) 100%);
}

/* Fondos <<< -------------------------------------------------------------------------------------------------------------------- */
/* Fondos <<< -------------------------------------------------------------------------------------------------------------------- */
/* Fondos <<< -------------------------------------------------------------------------------------------------------------------- */

.css_snap_y {
    -webkit-scroll-snap-type: y mandatory; 
    scroll-snap-type: y mandatory;
}
.css_snap_x {
    -webkit-scroll-snap-type: x mandatory; 
    scroll-snap-type: x mandatory;
}
.css_snap_xy {
    -webkit-scroll-snap-type: both mandatory; 
    scroll-snap-type: both mandatory;
}

/* Resultados LMA >>> ------------------------------------------------------------------------------------------------------------ */
/* Resultados LMA >>> ------------------------------------------------------------------------------------------------------------ */
/* Resultados LMA >>> ------------------------------------------------------------------------------------------------------------ */



/* Resultados LMA <<< ------------------------------------------------------------------------------------------------------------ */
/* Resultados LMA <<< ------------------------------------------------------------------------------------------------------------ */
/* Resultados LMA <<< ------------------------------------------------------------------------------------------------------------ */

/* Menos de 800px ================================================================================================================ */

/* 800px a 1199px ================================================================================================================ */
@media screen and (min-width: 800px) {
    
}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 1200px) {
    
}


/* Datos de contacto >>> --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto >>> --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto >>> --------------------------------------------------------------------------------------------------------- */

/* Menos de 800px ================================================================================================================ */

.css_blk_dc_gral {
    display: flex;
    flex-direction: column;
}
.css_blk_dc_x {
    display: flex; 
    flex-direction: column;
    width: 100%;
}
.csr_dato_dc {
    display: flex;
    width: 100%;
}

.css_blk_dc_i {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.css_blk_super_tipo_dc {
    display: flex;
    /* align-items: center; */
    margin-bottom: 8px;
}
.css_blk_tipo_dc {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    padding: 8px;
    margin-right: 0px;
}
.css_blk_select_tipo_dc {
    position: absolute;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 200px;
    background-color: #fff;
    color: #000;
}
.css_blk_i_tipo_dc {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4px;
}
.css_blk_i_tipo_dc:hover {
    background-color: rgb(208, 208, 208);
}

.css_b_add_dc {
    display: flex;
    cursor: pointer;
    padding: 10px;
}
.css_b_undo_dc {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    padding: 4px;
}

/* 800px a 1199px ================================================================================================================ */
@media screen and (min-width: 800px) {
    .css_blk_dc_gral {
        display: flex;
        /* flex-direction: column; */
    }
    .css_blk_dc_x {
        display: flex; 
        flex-direction: column;
        width: 80%;
    }
    .csr_dato_dc {
        display: flex;
        width: 400px;
    }
    
    .css_blk_dc_i {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4px;
    }
    .css_blk_super_tipo_dc {
        display: flex;
        /* align-items: center; */
        margin-bottom: 0px;
    }
    .css_blk_tipo_dc {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 200px;
        text-align: center;
        padding: 8px;
        margin-right: 8px;
    }
    .css_blk_select_tipo_dc {
        position: absolute;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 200px;
        background-color: #fff;
        color: #000;
    }
    .css_blk_i_tipo_dc {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 4px;
    }
    .css_blk_i_tipo_dc:hover {
        background-color: rgb(208, 208, 208);
    }
    
    .css_b_add_dc {
        display: flex;
        cursor: pointer;
        padding: 10px;
    }
    .css_b_undo_dc {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 8px;
        cursor: pointer;
        padding: 4px;
    }
}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 1200px) {
    .css_blk_dc_gral {
        display: flex;
        /* flex-direction: column; */
    }
    .css_blk_dc_x {
        display: flex; 
        flex-direction: column;
        width: 50%;
    }
    .csr_dato_dc {
        display: flex;
        width: 400px;
    }
    .css_blk_dc_i {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 4px;
    }
    .css_blk_super_tipo_dc {
        display: flex;
        /* align-items: center; */
        margin-bottom: 0px;
    }
    .css_blk_tipo_dc {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #000;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 200px;
        text-align: center;
        padding: 8px;
        margin-right: 8px;
    }
    .css_blk_select_tipo_dc {
        position: absolute;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 8px;
        width: 200px;
        background-color: #fff;
        color: #000;
    }
    .css_blk_i_tipo_dc {
        display: flex;
        align-items: center;
        cursor: pointer;
        padding: 4px;
    }
    .css_blk_i_tipo_dc:hover {
        background-color: rgb(208, 208, 208);
    }
    
    .css_b_add_dc {
        display: flex;
        cursor: pointer;
        padding: 10px;
    }
    .css_b_undo_dc {
        display: flex;
        border: 1px solid #ccc;
        border-radius: 8px;
        cursor: pointer;
        padding: 4px;
    }
}

/* Datos de contacto <<< --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto <<< --------------------------------------------------------------------------------------------------------- */
/* Datos de contacto <<< --------------------------------------------------------------------------------------------------------- */


/* Botones >>> ------------------------------------------------------------------------------------------------------------------- */
.css_btn_1 {
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 4px 15px;
}
.css_btn_1:hover {
    background-color: rgb(25, 72, 151);
}
.css_btn_1:focus {
    background-color: rgb(207, 17, 122);
}

.css_btn_cancel_1 {
    background-color: #fff;
    color: #000; 
    border-radius: 4px; 
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 4px 15px;
}
.css_btn_cancel_1:hover {
    background-color: rgb(199, 199, 199);
}

.css_btn_2 {
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 50px; 
    border: none; 
    cursor: pointer;
    padding: 4px 25px;
    transition: opacity 0.5s ease;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    text-align: center;
}
.css_btn_2:hover {
    background-color: rgb(25, 72, 151);
    opacity: 0.85;
}
.css_btn_2:focus {
    background-color: rgb(207, 17, 122);
}

.css_btn_chk {
    color: #fff;
    border: 1px solid;
    border-color: #ccc;
    border-radius: 4px; 
    cursor: pointer;
    padding: 4px 15px;
}
.css_btn_chk_on {
    /* box-shadow: 0 0 4px greenyellow, lightgreen 0px 0px 4px inset; */
    box-shadow: 0 0 4px greenyellow;
    text-shadow: 0 0 14px greenyellow;
    color: greenyellow;
    border-color: greenyellow;
}

.css_cel_button_2 {
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 4px 15px;
    font-size: 16pt;
    text-align: center;
}

.css_btn_ic_1 {
    display: flex;
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 4px; 
    border: none; 
    cursor: pointer;
    padding: 5px 15px;
    align-items: center;
}
.css_btn_ic_1:hover {
    background-color: rgb(25, 72, 151);
}

.css_btn_ic_2 {
    display: flex;
    background-color: #368ef5; 
    color: #fff; 
    border-radius: 30px; 
    border: none; 
    cursor: pointer;
    padding: 5px 15px;
    font-size: 12pt;
    align-items: center;
}
.css_btn_ic_2:hover {
    background-color: rgb(25, 72, 151);
}

.css_btn_3 {
    cursor: pointer;
    border-radius: 5px;
    background-color: #ececec;
    padding: 5px;
    transition: all .5 ease-in;
}
.css_btn_3:hover {
    background-color: #dcecf5;
}

.css_btn_4 {
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 7px;
    margin-right: 7px;
}
.css_btn_4:hover {
    background-color: #dcecf5;
}

.css_btn_5 {
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 7px;
    margin-right: 7px;
    outline: none;
}
.css_btn_5_xxxx:focus {
    background-color: #05a7b8;
    color: #fff;
    border: 1px solid #05a7b8;
}

/* Botones <<< ------------------------------------------------------------------------------------------------------------------- */


/* chats >>> --------------------------------------------------------------------------------------------------------------------- */
.css_row_chat_1 {
    display: flex; 
    flex-direction:column; 
    padding: 10px;
    margin-bottom: 10px;
    max-width:80%; 
    min-width:60%;
    border-radius: 10px;
}
.css_row_chat_selected_1 {
    background-color: #fff7ce;
}
/* chats <<< --------------------------------------------------------------------------------------------------------------------- */


/* =============================================================================================================================== */
/* swicth 2 >>> */

.css_switch_1 {
    position: relative;
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 20px;
}

.css_switch_1 input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.css_slider_1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;

}

.css_slider_1:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}

input:checked + .css_slider_1 {
    background-color: #4fb845;
}

input:focus + .css_slider_1 {
    box-shadow: 0 0 1px #4fb845;
}

input:checked + .css_slider_1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    /* content: "SI"; */
}

/* Texto >>> --------------------------------------------------------------------------------------------------------------------- */
.css_blk_texto_1 {
    padding: 15px; 
    font-size: 16pt;
}
.css_texto_1 {
    margin-bottom: 8px;
}

.css_label_2 {
    font-size: 14pt;
    margin-bottom: 4px;
}

.css_label_3 {
    font-size: 12pt;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 4px;
}

/* Texto <<< --------------------------------------------------------------------------------------------------------------------- */


/* Animaciones >>> --------------------------------------------------------------------------------------------------------------- */
.css_animate_top_1{position:relative;-webkit-animation:animatetop 1s;animation:animatetop 1s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}

.css_animate_bottom_1{position:relative;-webkit-animation:animatebottom1 1s;animation:animatebottom1 1s}
@-webkit-keyframes animatebottom1{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom1{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}

.css_animate_bottom_2{position:relative;-webkit-animation:animatebottom2 1s;animation:animatebottom2 1s}
@-webkit-keyframes animatebottom2{from{bottom:-300px;} to{bottom:0px;}}
@keyframes animatebottom2{from{bottom:-300px;} to{bottom:0;}}

.css_animate_right_2{position:relative;-webkit-animation:animateright2 1s;animation:animateright2 1s}
@-webkit-keyframes animateright2{from{right:-300px;opacity:0;} to{right:0;opacity:1;}}
@keyframes animateright2{from{right:-300px;opacity:0;} to{right:0;opacity:1;}}

.css_animate_m_right_1{position:relative;-webkit-animation:animatemright1 1s;animation:animatemright1 1s}
@-webkit-keyframes animatemright1{from{margin-left:300px;} to{margin-left:0px;}}
@keyframes animatemright1{from{margin-left:300px;} to{margin-left:0px;}}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
    background: red;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
    .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
    }
    .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
    }
    .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
    }
    .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
    }
    .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
    }
    .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
    }
    .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
    }
    .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
    }
    .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
    }
    .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
    }
    .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
    }
    .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
    }
    .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
    }
    @keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Animaciones <<< --------------------------------------------------------------------------------------------------------------- */



/* Text Inputs >>> --------------------------------------------------------------------------------------------------------------- */
.css_input_2 {
	background-color: #fbfbfb;
	font-size: 16px;
	padding:8px;
	border:1px solid #ccc;
	border-radius:4px;
	outline: none;
    flex-grow: 1;
}
.css_input_2:focus { 
    border-color: #9c27b0;
    /* background-color: rgb(245, 245, 220); */
    background-color: #eff4fa;
}

.css_input_3 {
    padding: 5px;
    background-color: #efefef;
    border-radius: 5px;
    border: none;
    outline: none;
}

.css_input_black_1 {
    font-size: 16px; padding:8px; border:none; border-radius:4px; background-color:rgb(80, 80, 80); color:#fff; outline: none; flex-grow: 1;
}

/* Text Inputs <<< --------------------------------------------------------------------------------------------------------------- */


/* Grids >>> --------------------------------------------------------------------------------------------------------------------- */
.css_grid_1 {
    display: flex;
}

.css_row_1 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.css_row_1:last-child {
    margin-bottom: 0px;
}

.css_cell_1 {
    box-sizing: border-box;
    float: left;
    padding: 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

/* grid 2 */
.css_grid_2 {
    display: flex;
}
.css_grid_2:hover {
    box-shadow: 0 0 10px #7e6bea;
    /* margin: 10px; */
}

.css_row_2 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all .4s linear;
}

.css_row_2:hover:not(.cnv_selected) {
    background: rgba(0, 0, 0, 0.247);
}

.css_row_2_selected {
    border-left: 4px solid rgb(255, 153, 0);
}

.css_row_2:last-child {
    margin-bottom: 0px;
}

.css_cell_2 {
    box-sizing: border-box;
    float: left;
    padding: 1px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.css_mt_15 {
    margin-top: 15px;
}

.css_mt_15:first-of-type {
    margin-top: 0px;
}


/* ------ */
/* grid_3 */
/* ------ */
.css_grid_3 {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    margin: 30px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    position: relative;
}

.css_grid_header_3 {
    background-color: #ececec;
    padding: 0px 8px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.css_row_3 {
    box-sizing: border-box;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 0px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all .4s linear;
}

.css_row_3:hover {
    background: rgba(0, 0, 0, 0.247);
}

/* 10/03/2023 >>> */
.css_row_a {
    display: flex;
    border-left: 4px solid transparent;
    border-bottom: 1px solid #ccc;
}
.css_row_a_selected {
    border-left: 4px solid rgb(255, 153, 0);
    background-color: #f2f2f2;
}
.css_row_a:last-child {
    margin-bottom: 0px;
}
/* 10/03/2023 <<< */

/* Grids <<< --------------------------------------------------------------------------------------------------------------------- */

.css_card_1 {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.css_card_2 {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    border-radius: 10px;
    padding: 15px;
    background-color: #fff;
}

/* Menu C. Control >>> ----------------------------------------------------------------------------------------------------------- */
.css_i_menu_1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: var(--vcss_fc_menu_negocio);
    margin: 0px 5px;
}
.css_i_menu_1:hover:not(.css_i_menu_1_selected) {
    background-color: #4f4f4f;
}
.css_i_menu_1_selected {
    background-color: #06a8b9;
    color: #fff;
    border-radius: 8px;
    margin: 0px 5px;
}

.css_i_menu_1_bullet {
    border-radius: 20px; 
    background-color: #585858; 
    margin-left: 10px; 
    min-height: 10px; 
    min-width: 10px;
}
.css_i_menu_1_bullet_open {
    background-color: greenyellow;
}

.css_i_menu_1_badge {
    border-radius: 10px; 
    background-color: #f00;
    margin: 0px 5px; 
    padding: 0px 8px;
}

/* Menu C. Control <<< ----------------------------------------------------------------------------------------------------------- */


/* Staff >>> --------------------------------------------------------------------------------------------------------------------- */
.css_row_cat_staff_1 {
    background-color: #f7f3d2; 
    color: #000; 
    padding: 10px; 
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px;
    margin-top: 15px;
    cursor: pointer;
}
.css_row_cat_staff_1:first-of-type {
    margin-top: 0px;
}

.css_row_staff_1 {
    padding: 5px;
    /* background-color: #353535; */
    color: #fff;
    border-bottom: 1px solid rgb(122, 122, 122);
    cursor: pointer;
}
.css_row_staff_1:hover {
    background-color: rgb(89, 89, 89);
}

/* Staff <<< --------------------------------------------------------------------------------------------------------------------- */


/* Predicciones >>> -------------------------------------------------------------------------------------------------------------  */
.css_blk_preds {
	float: left;
	border: 2px solid #FFCC00;
	width: 200px;
	background-color: #fff;
	position: absolute;
	z-index: 8000;
}
.css_row_preds {
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
    border-bottom: 1px solid #DFDFDF;
    color: #000;
}
.css_row_preds_selected {
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
    cursor: pointer;
    background-color: #FFCC00;
	border-bottom: 1px solid #DFDFDF;
}

/* Predicciones 2 >>> -----------------------------------------------------------------------------------------------------------  */
.css_blk_preds_2 {
    display: flex; 
    flex-direction: column; 
    background-color:var(--vcss_color_fondo); 
    margin: 0px 8px; 
    /* width: 100%; */
    overflow: scroll;
}
.css_row_preds_2 {
	font-size: 13pt;
	float: left;
	width: 100%;
	padding: 7px 5px;
	cursor: pointer;
    color:#000;
    background-color: rgb(226, 226, 226);
	border-bottom: 1px solid #ccc;
}
.css_row_preds_selected_2 {
    background-color: #FFCC00;
}

/* Predicciones X */
.css_blk_preds_x {
    display: flex; 
    flex-direction: column; 
    background-color:var(--vcss_color_fondo); 
    margin: 0px 8px; 
    width: 100%;
    overflow: scroll;
}
.css_row_preds_x {
    display: flex;
    font-size: 13pt;
    float: left;
    width: 100%;
    padding: 7px 5px;
    cursor: pointer;
    color:#000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.css_row_preds_selected_x {
    background-color: #FFCC00;
}

/* Predicciones 2 <<< -----------------------------------------------------------------------------------------------------------  */



/* app_c filtros >>> ------------------------------------------------------------------------------------------------------------- */
.css_f_servicios {
    margin-right: 20px;
    text-align: center;
    font-size: 11pt;
}
.css_f_comidas {
    margin-right: 20px;
    text-align: center;
    font-size: 11pt;
}
.css_tilde_opcion_1 {
    position: absolute;
    right: 2px;
    bottom: 2px;
}
.css_fondo_tilde_1 {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: 22px;
    height: 22px;
    background-color: #ccc;
    border-radius: 12px;
    border: 1px solid green;
    box-sizing: border-box;
}
/* app_c filtros <<< ------------------------------------------------------------------------------------------------------------- */



/* app_c negocios >>> ------------------------------------------------------------------------------------------------------------ */
.css_negocio_1{
    display: flex;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.css_negocio_1_texto {
    margin-bottom: 5px;;
}
.css_negocio_1_nombre {
    font-size: 12pt;
}
.css_negocio_1_tipos {
    font-size: 10pt;
}
.css_negocio_1_direccion {
    font-size: 10pt;
}


/* app_c negocios <<< ------------------------------------------------------------------------------------------------------------ */


/* horarios >>> ------------------------------------------------------------------------------------------------------------------ */
.css_blk_horario_dia {
    display: flex;
    border-radius: 5px;
    background-color: #595959;
}
.css_h_dow {
    width: 100px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ccc;
}
.css_b_quitar_horario {
    display: flex;
    margin-left: 6px;
    font-size: 14px;
    cursor: pointer;
}
.css_h_ctrl_dow {
    display: flex;
    align-items: center;
    justify-content: right;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #848484;
}

.css_grupo_h {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
}

.css_h_dia {
    width: 14.2857%;
    margin-left: 2px;
    margin-right: 2px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.css_h_handler {
    position:absolute; 
    border-radius: 3px;  
    width: 8px; 
    height: 100%; 
    cursor: pointer; 
}
/* horarios <<< ------------------------------------------------------------------------------------------------------------------ */


.css_grupo_rubro {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    background-color: #595959;
}

.css_n_row_pago {
    display: flex;
    padding: 5px;
}
.css_n_cell_pago_1 {
    display: flex;
    align-items: center;
    width: 300px;
}
.css_n_cell_pago_i {
    display: flex;
    align-items: center;
    width: 100px;
    text-align: right;
}

.css_app_m_row_pago {
    display: flex;
    padding: 5px;
}
.css_app_m_cell_pago_1 {
    display: flex;
    align-items: center;
    width: 300px;
    color: #fff;
}
.css_app_m_cell_pago_i {
    display: flex;
    align-items: center;
    width: 100px;
    text-align: right;
}

.css_blk_alert {
    display: none; 
    width: 100vw; 
    height: 100vh; 
    background-color: rgba(0, 0, 0, 0.85); 
    z-index: 10000; 
    position: relative; 
    align-items: center; 
    justify-content: center; 
    font-size: 15pt;
}
.css_blk_alert_inner {
    display: flex; 
    flex-direction: column; 
    background-color: #000; 
    border: 1px solid #ccc; 
    border-radius: 15px;
    margin: 0% 8%;
}

.css_blk_wait {
    display: none; 
    width: 100vw; 
    background-color: rgba(0, 0, 0, 0.85); 
    z-index: 10000; 
    position: absolute;
    bottom: 0; 
    align-items: center; 
    justify-content: center; 
    font-size: 15pt;
}
.css_blk_wait_inner {
    display: flex; 
    flex-direction: column; 
    background-color: #000; 
    border: 1px solid #ccc; 
    border-radius: 15px;
    margin: 8%;
    width: 100%;
}

/* Utilizarlo dentro de un div con posición Relative */
.css_button_wait {
    display: none; 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    align-items: center; 
    justify-content: center; 
    background: inherit; 
    background-color: inherit;
    border-radius: inherit;
}

/* Callout >>> ------------------------------------------------------------------------------------------------------------------- */
div.callout {
	height: 60px;
	width: 200px;
	float: left;
}

div.callout {
	background-color: #2979ff;
	position: absolute;
	color: #fff;
	padding: 10px;
	border-radius: 3px;
	min-height: 50px;
	height: auto;
	z-index: 100;
}

.callout::before {
	content: "";
	width: 0px;
	height: 0px;
	border: 0.8em solid transparent;
	position: absolute;
}

.callout.top::before {
	left: 45%;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}

.callout.bottom::before {
	left: 45%;
	top: -20px;
	border-bottom: 10px solid #2979ff;
}

.callout.left::before {
	right: -20px;
	top: 40%;
	border-left: 10px solid #2979ff;
}

.callout.right::before {
	left: -20px;
	top: 40%;
	border-right: 10px solid #2979ff;
}

.callout.top-left::before {
	left: 7px;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}

.callout.top-right::before {
	right: 7px;
	bottom: -20px;
	border-top: 10px solid #2979ff;
}
/* Callout <<< ------------------------------------------------------------------------------------------------------------------- */
