@charset "utf-8";

/* body {
	font-family: "Open Sans", sans-serif;
} */

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

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

/* 800px o más =================================================================================================================== */
@media screen and (min-width: 800px) {
    .csr_n_heder {
        display: flex; 
        align-items: center; 
        flex-shrink: 0; 
        height: 40px; 
        background-color: #05a7b8; 
        color: #fff;
    }

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

}

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


/* 31/03/2025 ---------------------------------------------------------------------------------------------------------------------------------- >>> */

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


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

.css_i_wn {
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.4s linear;
}
.css_i_wn:hover {
    color: rgb(137, 223, 134);
}

.csr_wn_tool_bar_start {
    background-color: transparent;
    height: 0px;
    overflow: hidden;
    padding: 0px;
}
.csr_wn_tool_bar_end {
    background-color: #000;
    height: 54px;
    padding: 10px 0px;
}

.csr_wn_tool_bar_start .csr_t {
    font-size: 30px;
}
.csr_wn_tool_bar_end .csr_t {
    font-size: 24px;
}

.csr_wn_tool_bar_start .csr_bw {
    color: #000;
}
.csr_wn_tool_bar_end .csr_bw {
    color: #fff;
}


.css_i_wn {
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.4s linear;
}
.css_i_wn:hover {
    color: rgb(137, 223, 134);
}

.css_i_left_wn {
    color: rgb(48, 48, 48);
    padding: 5px 10px;
    cursor: pointer;
    transition: all 0.4s linear;
}
.css_i_left_wn:hover {
    color: rgb(137, 223, 134);
}

.css_wn_color_gris_1 {
    color: #4e4e4e;
}
.css_wn_pf {
    font-weight: 500; margin-top: 12px; margin-bottom: 6px;
}

/* --- */

.csr_pres_t {
    display: flex;
    font-size: 20pt;
    width: 100%;
    margin-bottom: 15px;
    flex-shrink: 0;
}
.csr_pres_c {
    display: flex;
    font-size: 12pt;
}
.csr_img_1 {
    /* width: 300px; */
    height: auto;
}

.csr_blk_wn {
    padding: 0px 10px;
}
.csr_padding_1 {
    padding-left: 15px;
    padding-right: 15px;
}

.csr_fsize_titulo_1 {
    font-size: 22pt;
    margin-bottom: 8px;
}
.csr_fsize_titulo_2 {
    font-size: 20pt;
    margin-bottom: 8px;
}
.csr_fsize_titulo_3 {
    font-size: 18pt;
    margin-bottom: 8px;
}
.csr_fsize_texto_1 {
    font-size: 16pt;
}
.csr_fsize_texto_2 {
    font-size: 14pt;
}
.csr_fsize_texto_3 {
    font-size: 12pt;
}


/* 31/03/2025 ---------------------------------------------------------------------------------------------------------------------------------- <<< */

.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;
}
.s23-importe {
	width: 90px;
	text-align: right;
}
.s23-label {
	font-size: 12px;
	color:#009688;
}

.s23-label-radio {
	font-size: 1em;
	color:#191919;
}

.s23-pointer {
	cursor: pointer;
}
.s23-pointer:hover {
	text-shadow: #FCFCFC 0 0 10px;
}

/* Ventanas abiertas >>> */
.css_blk_va {
	float: left;
	line-height: 40px;
	min-height: 40px;
	width: 100%;
}
.css_va {
	float:left;
	margin-left: 10px;
	margin-right: 15px;
    font-size: 16px;
	font-family: 'Open Sans', sans-serif;
    color: #132a63;
	cursor: pointer;
}
.css_va:hover {
	text-shadow:0 2px 4px rgba(122, 141, 168, 0.5);
}
.css_va_active {
	color: #451467;
}
/* Ventanas abiertas <<< */

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

/* Menu contextual >>> ------------------------------------------------------------------------------------------------------------- */
.css_menu_ctx {
	float: left;
	width: 300px;
	background-color: #27586f;
	position: absolute;
	z-index: 8000;
}
.css_menu_ctx_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 6px;
	cursor: pointer;
}
.css_menu_ctx_row:hover {
	background-color: #727272;
}

.css_menu_ctx_row_sel {
	background-color: #F2D04B;
}
/* Menu contextual <<< ------------------------------------------------------------------------------------------------------------- */

/* Busqueda origen / destino >>> --------------------------------------------------------------------------------------------------- */
.css_blk_search_ori_des {
	float: left;
	border: 2px solid #FFCC00;
	width: 200px;
	background-color: #fff;
	position: absolute;
	z-index: 8000;
}
.css_blk_search_row_ori_des {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	border-bottom: 1px solid #DFDFDF;
}
.css_blk_search_row_ori_des_google {
	background-color: #F0EEF4;	
}
.css_blk_search_logo_google {
	float: left;
	width: 100%;
	height: 18px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-image: url('../imagenes_s/powered_by_google_on_white.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
}
.css_blk_search_cell_origen {
	margin-left: 4px;
}
.css_blk_search_row_ori_des_sel {
	background-color: #FFCC00;
}
/* Busqueda origen / destino <<< --------------------------------------------------------------------------------------------------- */


.blk_search {
	padding: 2px;
	float: left;
	border: 2px solid #FFCC00;
	width: 200px;
	background-color: #FFF3C6;
	position: absolute;
	z-index: 8000;
}
.blk_search_row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 200px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
}
.blk_search_row_sel {
	background-color: #FFCC00;
}

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

div.callout {
	background-color: #2979ff;
	position: absolute;
	color: #fff;
	padding: 15px;
	border-radius: 3px;
	min-height: 50px;
	height: auto;
	z-index: 100;
}

.call_close {
	position: absolute;
	top: -8px;
	right: -8px;
	border-radius: 100px;
	background-color: #415e94;
	padding: 1px;
	cursor: pointer;
}

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

/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------- */

.css_r_flex_1 {
    flex-direction: column;
    margin: 5px;
}
.css_r_block_1 {
    width: 100%;
}

@media (max-width: 3000px) { 
    .css_r_flex_1 {
        flex-direction: row;
        margin: 0px;
    }
    .css_r_block_1 {
        width: 50%;
        margin: 5px;
    }
    
}

@media (max-width: 1200px) { 
    .css_r_flex_1 {
        flex-direction: column;
        margin: 0px;
    }
    .css_r_block_1 {
        width: 100%;
    }
    
}

/* Copiado desde twins >>> */

@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;

}


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

.css_hover_1:hover {
    background-color: #c9e3f2;
}
.css_hover_2:hover {
    background-color: #a3b0b7;
}

.css_row_viaje_1 {
    display: flex;
    cursor: pointer;
    margin-right: 5px; 
    padding: 5px;
    border-bottom: 1px solid #ccc;
    transition: all .3s linear;
}

.css_cell_viaje_1 {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #505050;
    padding: 1px;
}

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



/* 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_1 {
    font-size: 18pt;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
.css_help_2_2 {
    font-size: 16pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
.css_help_2_3 {
    font-size: 15pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}

.css_help_2_10 {
    font-size: 14pt;
    font-weight: 300;
    line-height: 140%;
}
/* Ayuda <<< --------------------------------------------------------------------------------------------------------------------- */



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

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

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


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



/* 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_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 {
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 7px;
    margin-right: 7px;
}

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

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

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

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

/* Text Inputs >>> --------------------------------------------------------------------------------------------------------------- */
.css_input_2 {
	background-color: #fbfbfb;
	/* font-size: 16px; */
    font-size: 12pt;
	/* padding:8px; */
    padding: 2px 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_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;
}

.css_input_3 {
    display: flex;
    flex-grow: 1;
    padding: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc;
    outline: none;
}

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

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

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



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





/* 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;
    border: 1px solid #ccc;
    width: 200px;
    text-align: center;
    margin-right: 8px;
    padding: 8px;
}
.css_blk_select_tipo_dc {
    position: absolute;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    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;
}
/* datos de contacto (dc) <<< ---------------------------------------------------------------------------------------------------- */

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

