@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_ewaiter: #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;

    /* Variables para Negocios - Menú Top */
    --vcss_n_mt_height: 60px;
    --vcss_n_mt_bakcground_color: #000;
    --vcss_n_mt_color: #fff;


    /* Variables para Negocios - Menú left */
    --vcss_n_ml_width: 340px;
    --vcss_n_ml_padding: 0px;
    --vcss_n_ml_bakcground_color: #fff;
    --vcss_n_ml_color: #c2c7d0;
    
    /* Variables para Negocios - Menú left - Items */
    --vcss_n_ml_i_border_radius: 10px;
    --vcss_n_ml_i_box_shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
    --vcss_n_ml_i_height: 50px;
    --vcss_n_ml_i_margin: 10px;
    --vcss_n_ml_i_color: #4f4f4f;

    --vcss_n_ml_i_icon_size: 28px;

}


/* 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 */
} 

.circle {
    position: absolute;
    width: 120%;
    left: -10%;
    height: 100px;
    background-color: #02a2dc;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}
.css_pem_point {
    min-width: 10px;
    min-height: 10px;
    border-radius: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    margin: 0px 3px;
}
.css_pem_green {
    /* -webkit-box-shadow:0px 0px 39px 4px rgba(45,255,196,0.91);
    -moz-box-shadow: 0px 0px 39px 4px rgba(45,255,196,0.91);
    box-shadow: 0px 0px 39px 4px rgba(45,255,196,0.91); */
    background-color: green;
}
.css_pem_orange {
    /* -webkit-box-shadow:0px 0px 39px 4px rgba(45,255,196,0.91);
    -moz-box-shadow: 0px 0px 39px 4px rgba(45,255,196,0.91);
    box-shadow: 0px 0px 39px 4px rgba(45,255,196,0.91); */
    background-color: orange;
}
.css_pem_red {
    /* -webkit-box-shadow:0px 0px 39px 4px rgba(45,255,196,0.91);
    -moz-box-shadow: 0px 0px 39px 4px rgba(45,255,196,0.91);
    box-shadow: 0px 0px 39px 4px rgba(45,255,196,0.91); */
    background-color: red;
}

.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-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: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.css_slider_1 {
	width: 3em;
	height: 1.6em;
	top: 50%;
	margin-top: -.8em;
	text-align: center;
	line-height: 1.6em;
}

.s23-animate-resize {
	transition: all .5s linear;
}

.css_label_2 {
	font-size: 1.2em;
	margin-bottom: 3px;
}

.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;
}


/* Callout >>> ------------------------------------------------------------------------------------------------------------------- */
div.callout {
	height: 60px;
	width: 200px;
	float: left;
}

div.callout {
	background-color: #2f68cb;
	position: absolute;
	color: #fff;
	padding: 10px;
	border-radius: 15px;
	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 <<< ------------------------------------------------------------------------------------------------------------------- */



/* Ayuda >>> --------------------------------------------------------------------------------------------------------------------- */
.css_blk_help_1 {
    flex-direction: column;
    padding: 15px;
    background-color: #efeeff;
    border: 1px solid #05a7b8;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 12pt;
}
.css_help_1_titulo {
    font-size: 14pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}

.css_help_2_0 {
    font-size: 20pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #2828c4;
}
.css_help_2_1 {
    font-size: 18pt;
    font-weight: bold;
    margin-top: 55px;
    margin-bottom: 15px;
}
.css_help_2_2 {
    font-size: 16pt;
    font-weight: bold;
    color: #717171;
    margin-top: 55px;
    margin-bottom: 15px;
}
.css_help_2_3 {
    font-size: 14pt;
    font-weight: bold;
    color: #717171;
    margin-top: 55px;
    margin-bottom: 15px;
}

.css_help_2_10 {
    font-size: 14pt;
    font-weight: 300;
    line-height: 140%;
    margin-top: 6px;
}

/* 02/03/2024 >>> */
.css_help_blk_1 {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    width: 350px;
    margin: 0px 50px 30px 0px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all .2s linear;
}
.css_help_blk_1:hover {
    transform: scale(1.05);
}
.css_help_blk_image {
    margin: 0px;
    border-radius: 10px;
    height: 200px;
}
.css_help_blk_text_1 {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 18pt;
    color: #fff;
}
.css_help_blk_text_2 {
    font-size: 16pt;
    color: #5d5d5d;
    margin-top: 15px;
    margin-bottom: 4px;
}
.css_help_blk_text_3 {
    font-size: 13pt;
    color: #6d6d6d;
}

.css_i_help_1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    border-left: 7px solid transparent;
    padding: 5px 5px 5px 10px;
}
.css_i_help_1_selected {
    border-left: 7px solid orange;
}
.css_i_help_1:hover {
    background-color: #a7c3f9;
}

.css_i_help_titulo_1 {
    font-size: 13pt;
    font-weight: 600;
}
.css_i_help_titulo_2 {
    font-size: 12pt;
    padding-left: 30px;
}

.css_blk_help_content_1 {
    display:flex; 
    flex-direction: column; 
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px; 
    background-color: #fff; 
    padding: 0px 20px;
    overflow: auto;
    /* margin-bottom: 50px; */
}

.css_help_2_link_1 {
    font-size: 14pt;
    font-weight: 300;
    line-height: 140%;
    margin-top: 6px;
    color: blue;
    cursor: pointer;
}
.css_help_2_link_1:hover {
    text-decoration: underline;
}

.css_texto_degradado_1 {
    background: linear-gradient(48deg, rgba(85,130,237,1) 0%, rgba(147,117,208,1) 35%, rgba(202,106,138,1) 66%, rgba(215,103,116,1) 99%);
    background: -webkit-linear-gradient(48deg, rgba(85,130,237,1) 0%, rgba(147,117,208,1) 35%, rgba(202,106,138,1) 66%, rgba(215,103,116,1) 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.css_texto_degradado_azul {
    background: linear-gradient(to right, #1422E5 20%, #2c85a7 66%);
    background: -webkit-linear-gradient(to right, #1422E5 20%, #2c85a7 66%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.css_txt_ellipsis {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 02/03/2024 <<< */

.css_hover_underline:hover {
    text-decoration: underline;
}

.css_bg_blue_1 {
    background: linear-gradient(90deg, rgb(75, 131, 240) 0%, rgb(153, 86, 186) 33%, rgb(160, 105, 199) 70%, rgb(139, 102, 214) 100%);
}

.css_bg_black_blue_1 {
    background: linear-gradient(90deg, rgb(58, 46, 77) 0%, rgb(67, 25, 134) 100%);
}

.css_bg_violet_1 {
    background: linear-gradient(90deg, rgba(120,52,229,1) 0%, rgba(209,55,159,1) 100%);
    background-color: rgba(209,55,159,1);
}

/* Ayuda <<< --------------------------------------------------------------------------------------------------------------------- */

/* Video >>> --------------------------------------------------------------------------------------------------------------------- */
.csr_blk_video {
    display: flex;
    position: relative;
    overflow: hidden;
    justify-content: center;
}
.csr_b_play_video {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 45px;
    cursor: pointer;
    color: #4caf50;
}
/* Video <<< --------------------------------------------------------------------------------------------------------------------- */

.css_item_menu_small {
    display: flex;
    justify-content: center;
    align-items: center;
    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;
    background-color: #fff;
    /* width: 120px; */
    width: 40%;
    margin: 8px;
    padding: 6px;
    font-size: 15px;
    cursor: pointer;
    min-height: 100px;
}

/* Responsive >>> ---------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 800px) { .csr_hide_olt_800 { display: none; } }
@media screen and (min-width: 800px) { .csr_hide_olt_800 { display: flex; } }

@media screen and (max-width: 800px) { .csr_show_olt_800 { display: flex; } }
@media screen and (min-width: 800px) { .csr_show_olt_800 { display: none; } }

@media screen and (max-width: 1000px) { .csx_hide_on_small { display: none; } }
@media screen and (min-width: 1000px) { .csx_hide_on_small { display: flex; } }

@media screen and (max-width: 1000px) { .csx_show_on_small { display: flex; } }
@media screen and (min-width: 1000px) { .csx_show_on_small { display: none; } }

/* Menos de 800px, se ve en columnas, sino, en línea */
@media screen and (max-width: 800px) { .csr_row_col_olt_800 { flex-direction: column; } }
@media screen and (min-width: 800px) { .csr_row_col_olt_800 { flex-direction: row; } }

/* Menos de 800px, margin-bottom:10px, sino, margin-right:10px */
@media screen and (max-width: 800px) { .csr_margin_10_olt_800 { margin-bottom: 10px; } }
@media screen and (min-width: 800px) { .csr_margin_10_olt_800 { margin-right: 10px; } }

/* Se muestra si es < 800px */
@media screen and (max-width: 800px) { .csr_less_800 { display: flex; } }
@media screen and (min-width: 800px) { .csr_less_800 { display: none; } }

/* Se muestra si es >= 800px */
@media screen and (max-width: 800px) { .csr_more_800 { display: none; } }
@media screen and (min-width: 800px) { .csr_more_800 { display: flex; } }

/* 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_width_1 {
    width: 100%;
}



/* 800px a 1199 ================================================================================================================== */
@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_width_1 {
        width: 100%;
    }
}

/* 1200px ó más ================================================================================================================== */
@media screen and (min-width: 900px) {
    .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_width_1 {
        width: 80%;
        margin-left: 10%;
    }
}

/* Responsive <<< ---------------------------------------------------------------------------------------------------------------- */


/* Header de secciones para negocios. >>> */
/* Menos de 800px ================================================================================================================ */
.csr_n_header_ewaiter {
    display: none;
}
.csr_n_header_section {
    display: flex; 
    align-items: center; 
    flex-shrink: 0; 
    /* height: 40px;  */
    padding: 10px;
    background-color: #be0d86; 
    color: #fff;
}

.csr_n_menu_right_big {
    display: none;
}

.csr_n_menu_left {
    display: none;
}
.csr_n_menu_right {
    display: flex;
}
.csr_n_menu_big {
    display: none;
}

/* 800px o más =================================================================================================================== */
@media screen and (min-width: 800px) {
    /* .csr_n_header_section {
        display: flex; 
        align-items: center; 
        flex-shrink: 0; 
        height: 40px; 
        background-color: #05a7b8; 
        color: #fff;
    } */
    .csr_n_header_ewaiter {
        display: flex;
    }    
    .csr_n_header_section {
        display: flex; 
        align-items: center; 
        flex-shrink: 0; 
        background-color: transparent; 
        color: #000;
        padding: 20px;
    }
    .csr_n_menu_right_big {
        display: flex;
    }
    
    .csr_n_menu_left {
        display: flex;
    }
    .csr_n_menu_right {
        display: none;
    }
    .csr_n_menu_big {
        display: flex;
    }
    
}

/* Menos de 800px ================================================================================================================ */
.csr_n_title {
    font-size: 16px;
}

/* 800px o más =================================================================================================================== */
@media screen and (min-width: 800px) {
    .csr_n_title {
        font-size: 24px;
    }
}

/* Header de secciones para negocios. <<< */


.csr_row_col {
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 800px) {
    .csr_row_col {
        display: flex;
        flex-direction: row;
    }
}

/* Marcadores de secciones abiertas en n_blk_sections */
.css_marker_section {
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    margin: 0px 8px;
}

/* Botones >>> ------------------------------------------------------------------------------------------------------------------- */
.css_btn_x {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12pt;
    background-color: #54839a; 
    color: #fff; 
    border-radius: 35px; 
    border: none; 
    cursor: pointer;
    padding: 4px 25px;
    transition: background-color .6s;
}

.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_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_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 {
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 7px;
    margin-right: 7px;
    outline: none;
    font-size: 16pt;
}
.css_btn_5:focus {
    background-color: #05a7b8;
    color: #fff;
    border: 1px solid #05a7b8;
}

.css_btn_6 {
    cursor: pointer;
    border-radius: 5px;
    background-color: #ececec;
    padding: 5px;
    transition: all .5 ease-in;
}

.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_ic_4 {
    display: flex;
    color: #fff; 
    border: 1px solid #ccc;
    border-radius: 30px; 
    cursor: pointer;
    padding: 2px 7px;
    font-size: 14pt;
    align-items: center;
}

/* Botones <<< ------------------------------------------------------------------------------------------------------------------- */

/* my_hover >>> ------------------------------------------------------------------------------------------------------------------ */
.css_my_hover_blue:hover {
    transition: all 0.5s;
    background-color: #2979ff;
    color: #fff !important;
}

.css_my_hover_dark_blue:hover {
    transition: all 0.5s;
    background-color: #1f5489;
    color: #fff !important;
}

.css_my_hover_lb:hover {
    transition: all 0.5s;
    background-color: #d4e3fe !important;
}

.css_my_hover_lg:hover {
    transition: all 0.5s;
    background-color: #f0f0f0 !important;
}

.css_my_hover:hover:not(.cnv_selected) {
    transition: all 0.5s;
    /* background-color: attr(data-hover); */
    background-color: #f0f0f0 !important;
}

.css_my_hover_trans_1:hover {
    transition: all 0.2s;
    background-color: #f0f0f087 !important;
}

.css_my_hover_green_1:hover {
    background-color: #226961 !important;
}

.css_my_hover_scale_105:hover {
    transition: all 0.2s;
    transform: scale(1.05);
}

.css_my_hover_scale_1_5:hover {
    transition: all 0.3s;
    transform: scale(1.3);
}

/* my_hover <<< ------------------------------------------------------------------------------------------------------------------ */


/* 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;
    width: 100%;
}
.css_input_2:focus { 
    border-color: #2c84d3;
    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 {
    /* background: rgba(0, 0, 0, 0.247); */
    background: rgba(0, 0, 0, 0.06);
}

.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;
    flex-shrink: 0;
    flex-grow: 0;
}

.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);
}

.css_row_4 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /* width: 100%; */
    /* flex-grow: 1; */
    padding: 5px;
    border-left: 4px solid transparent;
    cursor: pointer;
    transition: all .4s linear;
}

.css_row_4_selected {
    border-left: 4px solid rgb(255, 153, 0);
}

/* 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;
}

.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;
    border-radius: 10px;
    padding: 2px 8px;
    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_menu_negocio {
    flex-direction: column; 
    /* min-width: 250px;  */
    min-width: 0px; 
    overflow-x: auto; 
    margin-top: 8px;
    transition: all 0.18s linear;
    width: var(--vcss_n_ml_width);
    background-color: var(--vcss_n_ml_bakcground_color);
    padding: var(--vcss_n_ml_padding);
}

.css_i_menu_1 {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.18s linear;
    margin: var(--vcss_n_ml_i_margin);
    border-radius: var(--vcss_n_ml_i_border_radius);
    box-shadow: var(--vcss_n_ml_i_box_shadow);
    height: var(--vcss_n_ml_i_height);
    color: var(--vcss_n_ml_i_color);
}

/* var(--vcss_n_ml_i_icon_size) */

.css_i_menu_1:hover:not(.css_i_menu_1_selected) {
    background-color: #f2dbf2;
}
.css_i_menu_1_selected {
    background-color: #06a8b9;
    color: #fff;
    border-radius: 8px;
    margin: 0px 5px;
}

.css_i_menu_1_icono {
    margin-left: 15px;
    background-size: contain; 
    background-repeat: no-repeat;
    width: var(--vcss_n_ml_i_icon_size);
    height: var(--vcss_n_ml_i_icon_size);
}

.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 <<< ----------------------------------------------------------------------------------------------------------- */


/* Mesas >>> --------------------------------------------------------------------------------------------------------------------- */
.css_mesa_1 {
    display: flex;
    cursor: pointer;
    margin: 5px;
    /* padding: 5px; */
    width: 80px;
    /* height: 60px; */
    height: 80px;
    border-radius: 7px;
    background-color: #fff;
    color: #000;
    flex-direction: column;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
}
.css_mesa_1:hover {
    background-color: #d5d5d5;
}
.css_number_mesa {
    display: flex;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 5px;
    font-size: 16px;
    justify-content: center;
}
.css_t_mesa_1 {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 15px;
    min-height: 5px;
    background-color: #e8e8e8;
    margin: 0px 8px 8px 8px;
}
.css_mesa_libre_1 {
    background-color: #fff;
    color: #000;
    /* background-color: rgb(165, 209, 159); */
    /* color: #fff; */
    /* border: 1px solid #6e9745; */
}
.css_mesa_ocupada_1 {
    /* background: rgb(228,51,51);
    background: linear-gradient(90deg, rgba(228,51,51,1) 0%, rgba(156,33,33,1) 100%);
    color: #fff; */
    background: rgb(92, 51, 228);
    background: linear-gradient(90deg, rgb(51, 54, 228) 0%, rgb(43, 65, 85) 100%);
    color: #fff;
}
/* Mesas <<< --------------------------------------------------------------------------------------------------------------------- */

/* Asignación mm >>> ------------------------------------------------------------------------------------------------------------- */

.css_mesa_mm_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 5px;
    padding: 5px;
    width: 150px;
    height: 80px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #6e9745;
}

.css_mesa_mm_sin_mozo {
    background-color: #fff;
}
.css_mesa_mm_asignada_a_este_mozo {
    background-color: #f8a100;
    color: #fff;
}
.css_mesa_mm_asignada_a_otro_mozo {
    background-color: #6630f8;
    color: #fff;
}

.css_row_mm_mozo_1 {
    display: flex;
    align-items: center;
    min-height: 35px;
    padding: 5px;
    background-color: #353535;
    color: #fff;
    border-bottom: 1px solid rgb(122, 122, 122);
    cursor: pointer;
}
.css_row_mm_mozo_1:hover {
    opacity: 0.8;
}

.css_row_mm_mozo_selected_1 {
    background-color: #f8a100;
}

/* Asignación mm <<< ------------------------------------------------------------------------------------------------------------- */


/* Turnos >>> -------------------------------------------------------------------------------------------------------------------- */
.css_bc_row_turno {
    background-color:#fff;
}
.css_turno_en_asignacion {
    background-color: #009688;
}


/* Turnos <<< -------------------------------------------------------------------------------------------------------------------- */



/* Carta >>> --------------------------------------------------------------------------------------------------------------------- */
.css_row_cat_carta_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_carta_1:first-of-type {
    margin-top: 0px;
}

.css_row_carta_1 {
    padding: 5px;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.css_row_carta_1:hover {
    background-color: rgb(244, 244, 244);
}

/* Carta <<< --------------------------------------------------------------------------------------------------------------------- */

/* 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 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;
    cursor: pointer;
    /* height: 136px; */
    /* box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%), 0 2px 10px 0 rgb(0 0 0 / 0%) !important; */
    /* border-radius: 10px; */
    /* margin-bottom: 15px; */
    border-bottom: 1px solid #d4cef0;
    background-color: #fff;
}
.css_negocio_1_img {
    margin: 0px;;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}
.css_negocio_1_texto {
    margin-bottom: 5px;;
}
.css_negocio_1_nombre {
    font-size: 11pt;
    font-weight: 500;
}
.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_fdp {
    display: flex;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
    border-radius: 10px;
    padding: 15px;
    margin: 5px;
    cursor: pointer;
}
.css_blk_fdp:hover {
    opacity: .3;
}
.css_blk_fdp_selected {
    background-color: #ffc107;
}

.css_n_row_pago_2 {
    font-size: 14pt;
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 15px;
}
.css_r_cell_pago_desc_2 {
    width: 300px;
    text-align: left;
}
.css_r_cell_pago_imp_2 {
    width: 150px;
    text-align: right;
}

.css_n_row_pago_3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14pt;
    /* padding: 5px; */
    margin-bottom: 5px;
    border: 1px solid transparent;
}
.css_r_cell_pago_desc_3 {
    width: 300px;
    text-align: right;
    padding-right: 20px;
}
.css_r_cell_pago_imp_3 {
    width: 150px;
    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%;
}


/* datos de contacto (dc) >>> ---------------------------------------------------------------------------------------------------- */
/* .css_blk_dc_i {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.css_blk_tipo_dc {
    background-color: #fff;
    color: #000;
    border-radius: 4px;
    width: 200px;
    text-align: center;
    margin-right: 8px;
    padding: 8px;
}
.css_blk_select_tipo_dc {
    position: absolute;
    padding: 8px;
    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: antiquewhite;
}

.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;
} */

/* dc 2023 ----------------------------------------------------- >>> */

/* @media screen and (max-width: 400px) { .csr_blk_dc_x { display: flex; flex-direction: column; } }
@media screen and (min-width: 400px) { .csr_blk_dc_x { display: flex; flex-direction: row; } }

@media screen and (max-width: 400px) { .csr_blk_dc_i { display: flex; flex-direction: column; margin-bottom: 15px; } }
@media screen and (min-width: 400px) { .csr_blk_dc_i { display: flex; flex-direction: row; margin-bottom: 5px; } }

@media screen and (max-width: 400px) { .csr_blk_tipo_dc { display: flex; align-items: center; justify-content: flex-start; min-width: 130px; margin-right: 0px; } }
@media screen and (min-width: 400px) { .csr_blk_tipo_dc { display: flex; align-items: center; justify-content: center; min-width: 130px; margin-right: 5px; } }

.csr_blk_select_tipo_dc {
    position: absolute;
    padding: 8px;
    border-radius: 8px;
    width: 200px;
    background-color: #fff;
    color: #000;
}
.csr_blk_i_tipo_dc {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 4px;
}
.csr_blk_i_tipo_dc:hover {
    background-color: antiquewhite;
}

.csr_b_add_dc {
    display: flex;
    cursor: pointer;
    padding: 10px;
}
.csr_b_undo_dc {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    padding: 4px;
} */
/* dc 2023 ----------------------------------------------------- <<< */

/* datos de contacto (dc) <<< ---------------------------------------------------------------------------------------------------- */

/* 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;
    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_verificar_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;
        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_verificar_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;
        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_verificar_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 <<< --------------------------------------------------------------------------------------------------------- */


/* 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;
}

.css_gradient_green {
    background: linear-gradient(90deg, rgb(40, 156, 180) 0%, rgb(31, 109, 125) 73%, rgb(35, 104, 119) 100%);
}

.css_box_fdp_1 {
    display: flex;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    width: 400px;
    height: 50px;
    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: 5px;
    margin: 5px;
    cursor: pointer;
    background-color: #fff;
}
.css_box_fdp_1:hover {
    background-color: #dcdcdc;
}
.css_img_fdp {
    height: 40px;
    object-fit: contain;
    margin:0px;
}
.css_lbl_fdp {
    display: flex; 
    justify-content: center;
    flex-grow: 1;
}

.css_blk_cuenta_p_selected {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.css_btn_7 {
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 5px 15px;
    cursor: pointer;
    color: #000;
    background-color: #fff;
    font-size: 13pt;
    font-weight: 500;
}

/* 28/04/2025 >>> */

.css_cda_t_section {
    display: flex;
    flex-shrink: 0;
    margin: 0px 10px;
    font-size: 13pt;
    color: #537999; 
    font-weight: 500;
}
.css_cda_section_underline {
    position: absolute; 
    height: 100%; 
    width: 20px; 
    background-color: #537999; 
    transition: all 0.3s ease-out 0s;
}
.css_cda_section {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 100vw;
    scroll-snap-align: start;
    min-height: 400px;
}

.css_cda_blk_img {
    display: flex;
    width: 180px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 10px;
    border-radius: 15px;
    overflow: hidden;
}

/* 28/04/2025 <<< */

/* 29/05/2025 >>> */


/* Si es < 800px: width 100%, sino, width:600px */
@media screen and (max-width: 800px) { .csr_ncc_width { width: 100% !important; } }

/* Si es < 800px: margin:10px, sino, margin:20px */
@media screen and (max-width: 800px) { .csr_ncc_margin { margin: 0px 0px 20px 0px; } }
@media screen and (min-width: 800px) { .csr_ncc_margin { margin: 25px; } }

/* Si es < 800px: margin:10px, sino, margin:20px */
@media screen and (max-width: 800px) { .csr_ncc_padding { padding: 15px; } }
@media screen and (min-width: 800px) { .csr_ncc_padding { padding: 0px; } }


.css_box_home_2 {
    display: flex;
    flex-shrink: 0;
    height: 140px;
    width: 300px;
    align-items: center;
    margin: 15px;
    cursor: pointer;
    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;
}
.css_box_home_2_img {
    margin: 0px 15px;
    padding: 0px;
}
.css_box_home_2_text_1 {
    font-size: 15pt;
    color: #000;
    margin-bottom: 5px;
}
.css_box_home_2_text_2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    font-size: 12pt;
    color: #787878;
}


.css_box_home_4 {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: relative;
    height: 166px;
    width: 282px;
    margin: 15px;
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    transition: all 0.5s ease-out 0s;;
}
.css_box_home_4_top {
    flex-grow: 0;
    flex-shrink: 0;
    margin: 0px;
    padding: 0px;
    height: 42px;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.css_box_home_4_icono {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
    top: -15px;
    left: 20px;
    height: 30px;
    width: 30px;
    border: 3px solid #fff;
    border-radius: 7px;
}
.css_box_home_4_bottom {
    position: relative;
    top: -10px;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 10px 20px;
}
.css_box_home_4_text_1 {
    font-size: 15pt;
    color: #000;
    margin-bottom: 5px;
}
.css_box_home_4_text_2 {
    display: flex;
    flex-wrap: wrap;
    margin-right: 10px;
    font-size: 12pt;
    color: #787878;
}

.css_box_home_4:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}


.css_show_on_hover {
	display: none;
}
.css_show_on_hover_container:hover .css_show_on_hover {
	display: block;
}

.switch {
  position: relative;
  display: inline-block;
  /*vertical-align: top;*/
  vertical-align: middle;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  /*background: #47a8d8;*/
  background: #4fb845;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}


/* 29/05/2025 <<< */
