<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ******************************************************* BODY ******************************************************* */
html, body {
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
    
    /*background: linear-gradient(to bottom, #e4edf3, #888888); */ /* Degradado de tonos de grises */
    
    background: linear-gradient(to bottom, #a8babc, #888888, #9b9da8);

    
    /*background: linear-gradient(to bottom, #0885d8, #888888); *//* Degradado de tonos de azules y grises */
    
    /*background: linear-gradient(to bottom, #0a67a5, #620529); *//* Degradado de tonos de azules y bordó */
}

/*  ******************************************* CONTENEDOR GENERAL DE TODA LA PÁGINA ************************** */
#container {   
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%; 
    height: 100%;
    
    background-color: transparent;
    
    margin: auto; /* Centra horizontal y verticalmente */
    position: absolute; /* Asegura que no haya desplazamientos */
    top: 0; /* Asegura que empiece desde la parte superior */
    left: 0%; /* Asegura que empiece desde el lado izquierdo */

}
/* ******************************************** Rectángulo *********************************************** */
/* rectángulos y líneas */
.rounded-rectangle {
    border-radius: 10px;
    border: 1px solid #666666;
    position: absolute;
}
/* --------------------------------------- clases para los rectángulos ---------------------------------- */
.transparent-bg {
    background: transparent;
    background-image: none;
}
.gradient-bg {
    background: #b4b4b4;
    background-image: linear-gradient(145deg, #ffffff, #a0a0a0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5);
}

/* *************************************  botón ventana flotante ***************************************** */
#miBoton {
    display: none;
}
/* ******************************************************  LEYENDAS  ************************************* */
.leyenda_titulo {
    font-size: 34px;
    font-family: 'Arial Black';
    color: #5a5a5a; 
    position: absolute;
    z-index: 999;
}

.leyenda1 {
    font-size: 16px;
    font-family: 'Arial Black';
    color: #5a5a5a; 
    position: absolute;
    z-index: 999;
}
.leyenda2 {
    font-size: 15px;
    color: #5a5a5a; 
    position: absolute;
    z-index: 999;
}
.leyenda3 {
    font-size: 18px;
    font-family: 'Arial Black';    
    color: #5a5a5a; 
    position: absolute;
    z-index: 999;
}

/* *********************************************** GRILLA ***************************************************** */
.grid-container-common {
    display: grid;
    grid-auto-rows: 20px; /* Altura de cada fila */
    overflow-y: scroll; /* Siempre reserva espacio para el scroll */
    padding-right: 5px; /* Ajusta según el ancho del scrollbar de tu navegador */
    box-sizing: content-box; 
    border: 0px solid #4C4C4C;
    z-index: 9999; 
    position: absolute;
    row-gap: 15px; /* Espacio entre filas */
    
    scrollbar-color: #888 #9f9d9d; /* Color de la barra del scrollbar y de la pista */
    scrollbar-width: thin; /* Ancho del scrollbar */
    opacity: 1;
}

/* ----------------- Estilos comunes para los items de las grillas ----------------- */
.item {
    background-color: #transparent;
    padding: 12px; /* Ajusta el padding según tus necesidades */
    border: 1px solid #949493;
    text-align: center;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}
.highlight {
    background-color: #d1d0ce; 
    font-style: italic;
}
.cursor-pointer {
    cursor: pointer;
}
/* ----------------------------- Medidas de los íconos --------------------- */
.box-icon1 { 
    width: 16px; 
    height: 16px;
    opacity: 1; 

}
.box-icon2 { 
    width: 16px; 
    height: 16px;
    opacity: 1;
}
.box-icon3 { 
    width: 10px; 
    height: 13px;
    opacity: 1;
}
.box-visto {
    color: green;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    margin-left: 0.1px;
}

/* ------------------------------- colores de los dos filas -------------------------*/
.fila-color1 {
    background-color: #b0b0b0; /* Color claro */
}

.fila-color2 {
    background-color: #cac9c9; /* Color blanco */
}

/* ------------------------------- superposiciones de íconos -------------------------*/
.item {
    position: relative;
}

.icon-superpuesto {
    position: relative;
    left: -10px; /* Ajusta este valor para controlar cuánto se superponen */
}

.icon-superpuesto + .icon-superpuesto {
    left: -20px; /* Ajusta para controlar la posición del segundo icono */
}


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

/* ----------------------- */
.hora-negrita {
    color: white;
    background-color: #bec1c2;
    padding: 2px 3px;
    border: 1px solid #05b4ef;
    border-radius: 3px;
}



/* -------------------------------------------------------------------------- */
.grid-container_recepcion {
    gap: 0px;
    border: 0px solid #4C4C4C;     
    grid-template-columns: 45px 34px 33px 25px 34px 33px 25px;     
    height: 38.2%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6;
}
/* --------------------------------------------------------- */
.grid-container_control {
    gap: 2px;
    grid-template-columns: 45px 34px 33px 25px 34px 33px 25px;  
    height: 38%;
    background-color: transparent;
}
.grid-container_clasificacion {
    gap: 2px;
    grid-template-columns: 45px 34px 33px 25px 34px 33px 25px;  
    height: 38%;
    background-color: transparent;
}
.grid-container_embalaje {
    gap: 2px;
    grid-template-columns: 45px 34px 33px 33px 25px 34px 33px 25px;  
    height: 38%;
    background-color: transparent;
}
/* --------------------------------------------------------- */
.grid-container_despacho1 {
    gap: 0px;
    border: 0px solid #4C4C4C;
    grid-template-columns: 45px 34px 33px 25px 34px 33px 25px; 
    height: 34%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6;
}
.grid-container_despacho2 {
    gap: 0px;
    border: 0px solid #4C4C4C;
    grid-template-columns: 45px 34px 33px 25px 34px 33px 25px; 
    height: 34%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6;
}
.grid-container_despacho3 {
    gap: 0px;
    border: 0px solid #4C4C4C;
    grid-template-columns: 45px 34px 33px 25px 34px 33px 25px; 
    height: 34%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6;
}
/* --------------------------------------------------------- */
.grid-container_cliente {
    gap: 1px;
    border: 0px solid #4C4C4C;     
    grid-template-columns: 60px 45px 30px; 
    height: 70%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6;  
}
/* ----------------------------- STOCK --------------------- */
.grid-container_stock_art {
    gap: 0px;
    border: 0px solid #4C4C4C;     
    grid-template-columns: 170px 75px;
    height: 45%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6;
}
.grid-container_stock_mat1 {
    gap: 0px;
    border: 0px solid #4C4C4C;     
    grid-template-columns: 110px 75px;
    height: 34%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6;
}
.grid-container_stock_mat2 {
    gap: 0px;
    border: 0px solid #4C4C4C;     
    grid-template-columns: 110px 68px;
    height: 34%;
    background-color: #d5d5d5; /* #000000; */  
    scrollbar-color: #888 #d6d6d6; 
}
/* ********************************************** LINEAS *************************************************************** */
.lineaVert {
    position: absolute;
    background: #b4b4b4;
    background-image: linear-gradient(72deg, #ffffff, #a0a0a0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); 
    border: 1px solid #8e8e8d;
}
.lineaHoriz {
    position: absolute;
    height: 11px;
    background: #b4b4b4;
    background-image: linear-gradient(145deg, #ffffff, #a0a0a0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); 
    border: 1px solid #8e8e8d;
}
/* ********************************************** TEMPORIZADOR *************************************************************** */
#proxActualizacion {
    position: absolute;
    top: 1%;
    left: 1%;
    font-size: 22px;
    font-family: 'Arial';        
    color: #686767; 
}
#proxActualizacion:after {
    color: #686767; 
    font-size: 28px; 
}
#temporizador {
    position: absolute;
    top: 1%;
    left: 80%;
    width: 30%;
    font-size: 22px;
    font-family: 'Arial'; 
    color: #686767;
}
/* **************************************************************************************************************************** */
/* ************************************************ VENTANA FLOTANTE   ******************************************************** */
/* Estilos para el modal */
.modal {
    display: none; /* Oculto por defecto */
    position: fixed;
    z-index: 1000; /* Asegúrate de que esté por encima de otros elementos */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Habilita el scroll si es necesario */
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
}

.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    width: 80%;
    height: 80%;
    top: 10%;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
/* ***************************************************************************************************************************************** */
/* ******************************************** ANIMACIÓN CUADRADO ******************************************* */
.loader {
    width: 6px;
    height: 6px;
    border-radius: 15%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 992;
}  
.loader-21 {  
    top: 40%;
        border: 6px solid #8a8989;
        border-top: 6px solid #8a8989;
        animation: spin2 6s linear infinite;
    left: 26.7%;
}
.loader-22 {  
    top: 40%;
        border: 6px solid #8a8989;
        border-top: 6px solid #8a8989;
        animation: spin2 6s linear infinite;
    left: 42.8%;
}
.loader-23 {  
    top: 40%;
        border: 6px solid #8a8989;
        border-top: 6px solid #8a8989;
        animation: spin2 6s linear infinite;
    left: 60.4%;
}

.loader-12123 {  
    width: 11px;
    height: 11px;
    top: 66.7%;
    border: 8px solid #8a8989;
    border-top: 8px solid #8a8989;
    animation: spin 12s linear infinite;
    left: 60%;
}
/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* --------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* ************************************************************************************ FLECHAS FIJAS ****************************************************** */
:root {
    --arrow-border-color-f: #ffffff;
    --arrow-border-color-a: #000000;
}
.arrowf {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    opacity: 1; 
    display: block;  
    z-index: 999;
}

.hidden {
    display: none !important;
}

/* --------------------------------------------------------------------  Horizontales  --------------------------------------------------------------------- */

/* ------------------------------------------------------------------------ Verticales --------------------------------------------------------------------- */
.flechas-base {
    position: absolute;
    width: 2%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinear los ítems al inicio del contenedor */
    flex-direction: column; /* Default: Vertical */
    background-color: transparent; /* Fondo común */
    padding: 0;
    margin: 0;
}

.arrowf-base {
    top: 4%; /* Posición relativa dentro del contenedor */
    left: 50%; /* Centrado horizontal */
    width: 0;
    height: 0;
    position: relative;
    margin: 6px 0; /* Margen para separación vertical */
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------- */
.flechas-f_11-21 {
    position: absolute;
    width: 2%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinear los ítems al inicio del contenedor */
    flex-direction: column;
    top: 19.3%;
    left: 18.5%;
    background-color: 'transparent'; /* Color de fondo del contenedor      #f0f0f0    'transparent'  */
    padding: 0; /* Eliminar cualquier padding del contenedor */
    margin: 0; /* Eliminar cualquier margen del contenedor */
}
.flechas-f_11-21 .arrowf {
    top: 4%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--arrow-border-color-f);
    position: relative;
    margin: 6px 0 6px 0; /* Ajusta el margen para separación vertical */
}
/* ------------------------------------- pedidos a despacho ---------------------------------------- */
.flechas-f_3131-32 {
    position: absolute;
    width: 2%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinear los ítems al inicio del contenedor */
    flex-direction: column;
    top: 34%;
    left: 70.5%;
    background-color: 'transparent'; /* Color de fondo del contenedor  #f0f0f0    'transparent'  */
    padding: 0; /* Eliminar cualquier padding del contenedor */
    margin: 0; /* Eliminar cualquier margen del contenedor */
}
.flechas-f_3131-32 .arrowf {
    top: 4%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--arrow-border-color-f);
    position: relative;
    margin: 6px 0 6px 0; /* Ajusta el margen para separación vertical */
}
/* -------------------------------------------------------------------------------------------------- */
.flechas-f_3131-33 {
    position: absolute;
    width: 2%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinear los ítems al inicio del contenedor */
    flex-direction: column;
    top: 34.1%;
    left: 67.8%;
    background-color: 'transparent'; /* Color de fondo del contenedor      #f0f0f0    'transparent'  */
    padding: 0; /* Eliminar cualquier padding del contenedor */
    margin: 0; /* Eliminar cualquier margen del contenedor */
}
.flechas-f_3131-33 .arrowf {
    top: 4%;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--arrow-border-color-f);
    position: relative;
    margin: 6px 0 6px 0; /* Ajusta el margen para separación vertical */
}
/* --------------------------------------------------------------------------------------------------- */
.flechas-f_121-23 {
    position: absolute;
    width: 2%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinear los ítems al inicio del contenedor */
    flex-direction: column;
    top: 63.7%;
    left: 57.7%;
    background-color: 'transparent'; /* Color de fondo del contenedor      #f0f0f0    'transparent'  */
    padding: 0; /* Eliminar cualquier padding del contenedor */
    margin: 0; /* Eliminar cualquier margen del contenedor */
}
.flechas-f_121-23 .arrowf {
    top: 4.3%;
    left: 50.5%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--arrow-border-color-f); /* Cambia 'border-top' a 'border-bottom' */
    position: relative;
    margin: 3px 0; /* Ajusta el margen para separación vertical */
}
/* ******************************************************************************** FLECHAS ANIMADAS ****************************************************** */
.animacion-contenedor-h {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
}
.arrow-h {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) translateX(-100%);    
    display: block; /* Asegurar que estén visibles */  
}
/* -------------------------------------------------------------------------------- */
/* --------------------------------- HORIZONTALES --------------------------------- */
/* ------------------------- PEDIDO CLIENTE ------------------------- */
.flechas_5-1 { 
    top: -35.5%;
    left: 33%;
}
.flechas_5-1 .arrow-h {
    --var_left_inicio: 21800%;
    border-right: 5px solid var(--arrow-border-color-a);
    border-left: 0;
    animation: moveLeft linear infinite;
}
/* --------------------------- */

.flechas_5-1-icon { 
    top: -37.6%;
    left: 33%;
}
.flechas_5-1-icon .arrow-h {  
    --var_left_inicio: 4200%;
    width: 25px; 
    height: 25px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/pedido.png'); 
    background-size: contain; /* Asegura que el icono se ajuste a su contenedor */
    background-repeat: no-repeat; /* Evita que el icono se repita */
    animation: moveLeft linear infinite;
}

/* ------------------------------------------------------------------------------------------ */
.flechas_110-21 { 
    top: 2.4%;
    left: 10%;
}
.flechas_110-21 .arrow-h {
    --var_right_fin: 3500%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_110-21-icon { 
    top: 0.7%;
    left: 10%;
}
.flechas_110-21-icon .arrow-h {  
    --var_right_fin: 700%;
    width: 25px; 
    height: 21px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/box_traslado.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite; 
}
/* --------------------------- */
/* --------------------------- */
.flechas_2121-22 { 
    top: -10.7%;
    left: 30%;
}
.flechas_2121-22 .arrow-h {
    --var_right_fin: 4100%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_2121-22-icon { 
    top: -12.4%;
    left: 30%;
}
.flechas_2121-22-icon .arrow-h {  
    --var_right_fin: 780%;
    width: 25px; 
    height: 21px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/box_traslado.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}
/* --------------------------- */
/* --------------------------- */
.flechas_2222-23 { 
    top: -10.7%;
    left: 46%;
}
.flechas_2222-23 .arrow-h {
    --var_right_fin: 4400%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_2222-23-icon { 
    top: -12.4%;
    left: 46%;
}
.flechas_2222-23-icon .arrow-h {  
    --var_right_fin: 850%;;
    width: 25px; 
    height: 21px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/box_traslado.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_2222-31 { 
    top: -27.2%;
    left: 46%;
}
.flechas_2222-31 .arrow-h {
    --var_right_fin: 10500%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_2222-31-icon { 
    top: -28.9%;
    left: 46%;
}
.flechas_2222-31-icon .arrow-h {  
    --var_right_fin: 2100%;
    width: 25px; 
    height: 21px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/box_traslado.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_2323-31 { 
    top: -19.8%;
    left: 64%;
}
.flechas_2323-31 .arrow-h {
    --var_right_fin: 3600%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_2323-31-icon { 
    top: -21.5%;
    left: 64%;
}
.flechas_2323-31-icon .arrow-h {  
    --var_right_fin: 700%;
    width: 25px; 
    height: 21px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/box_traslado.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}
* ----------   LIBERACIÓN DE MERCADERÍA ----------------- */
.flechas_21-2121 { 
    top: -8.8%;
    left: 25.3%;
}
.flechas_21-2121 .arrow-h {
    --var_right_fin: 1900%;
    border-right: 0;
    border-left: 4px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_22-2222 { 
    top: -8.8%;
    left: 41.3%;
}
.flechas_22-2222 .arrow-h {
    --var_right_fin: 1900%;
    border-right: 0;
    border-left: 4px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_23-2323 { 
    top: -8.8%;
    left: 58.3%;
}
.flechas_23-2323 .arrow-h {
    --var_right_fin: 2300%;
    border-right: 0;
    border-left: 4px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */

/* ----------   ENTREGAS A CLIENTES ----------------- */

/* --------------------------- */
/* --------------------------- */
.flechas_3131-5 { 
    top: -10.6%;
    left: 77.2%;
}
.flechas_3131-5 .arrow-h {
    --var_right_fin: 5300%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_3131-5-icon { 
    top: -12.3%;
    left: 77.2%;
}
.flechas_3131-5-icon .arrow-h {  
    --var_right_fin: 800%;
    width: 35px; 
    height: 23px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/distribucion.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}
/* --------------------------- */
/* --------------------------- */
.flechas_3232-5 { 
    top: 15.4%;
    left: 77.2%;
}
.flechas_3232-5 .arrow-h {
    --var_right_fin: 5300%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_3232-5-icon { 
    top: 13.7%;
    left: 77.2%;
}
.flechas_3232-5-icon .arrow-h {  
    --var_right_fin: 800%;
    width: 35px; 
    height: 23px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/distribucion.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_3333-5 { 
    top: 21.1%;
    left: 77.2%;
}
.flechas_3333-5 .arrow-h {
    --var_right_fin: 5300%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_3333-5-icon { 
    top: 19.4%;
    left: 77.2%;
}
.flechas_3333-5-icon .arrow-h {  
    --var_right_fin: 800%;
    width: 35px; 
    height: 23px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/distribucion.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}
/* --------------------------- */
/* --------------------------------  INSUMOS  -------------------------------- */
.flechas_120-121 { 
    top: 25.6%;
    left: 17.3%;
}
.flechas_120-121 .arrow-h {
    --var_right_fin: 14750%;
    border-right: 0;
    border-left: 5px solid var(--arrow-border-color-a);
    animation: moveRight linear infinite;
}
/* --------------------------- */
.flechas_120-121-icon { 
    top: 23.9%;
    left: 17%;
}
.flechas_120-121-icon .arrow-h {  
    --var_right_fin: 3000%;
    width: 24px; 
    height: 24px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/mat_traslado.png'); 
    background-size: contain; 
    background-repeat: no-repeat; 
    animation: moveRight linear infinite;
}

/* ---------------------------- VERTICALES ----------------------------------- */

.flechas_11-21 .arrow {
    --var_down_fin: 4100%;
    position: absolute;
    top: 21%;
    left: 20%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--arrow-border-color-a);
    animation: moveDown linear infinite;
}
.flechas_11-21-icon .arrow {
    --var_down_fin: 900%;
    position: absolute;
    top: 23%;
    left: 20.85%;
    transform: translateX(-50%);
    width: 20px; 
    height: 20px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/form.png'); 
    background-size: contain; /* Asegura que el icono se ajuste a su contenedor */
    background-repeat: no-repeat; 
    animation: moveDown linear infinite;
}
/* --------------------------------------------------- */
.flechas_3131-32 .arrow { 
    --var_down_fin: 3200%;
    position: absolute;
    top: 35%;
    left: 71.75%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--arrow-border-color-a);
    animation: moveDown linear infinite;
}
.flechas_3131-32-icon .arrow {
    --var_down_fin: 500%;
    position: absolute;
    top: 38%;
    left: 72.6%;
    transform: translateX(-50%);
    width: 18px; 
    height: 26px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/box_traslado_vert.png'); 
    background-size: contain; /* Asegura que el icono se ajuste a su contenedor */
    background-repeat: no-repeat; 
    animation: moveDown linear infinite;
}
/* --------------------------------------------------- */
.flechas_3131-33 .arrow { 
    --var_down_fin: 7600%;
    position: absolute;
    top: 35%;
    left: 68.85%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--arrow-border-color-a);
    animation: moveDown linear infinite;
}
.flechas_3131-33-icon .arrow {
    --var_down_fin: 1800%;
    position: absolute;
    top: 37%;
    left: 69.7%;
    transform: translateX(-50%);
    width: 20px; 
    height: 20px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/box_traslado_vert.png'); 
    background-size: contain; /* Asegura que el icono se ajuste a su contenedor */
    background-repeat: no-repeat; 
    animation: moveDown linear infinite;
}
/* --------------------------------------------------- */
/* --------------------- INSUMOS --------------------- */
.flechas_121-23 .arrow { 
    --var_up_fin: -1500%;
    position: absolute;
    top: 71.5%;
    left: 59%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid var(--arrow-border-color-a);
    animation: moveUp linear infinite;
}
.flechas_121-23-icon .arrow {
    --var_up_fin: -220%;
    position: absolute;
    top: 69%;
    left: 58%;
    transform: translateX(-50%);
    width: 24px; 
    height: 25px;
    background-image: url('http://pymebit.nefertiti.servidoraweb.net/api/web_services/etapas/imagenes/label4.png'); 
    background-size: contain; /* Asegura que el icono se ajuste a su contenedor */
    background-repeat: no-repeat; 
    animation: moveUp linear infinite;
}
/* --------------------------------------------------------------------------- */


/* *************************************************** GRÁFICO DE BARRAS ************************************** */
#barChartContainer3,
#barChartContainer4,
#barChartContainer5{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: translateX(-50%);
    background-color: transparent;
    z-index: 9999;
    opacity: 1;
}
#barChartContainer3 { /* gráfico stock 110 central artículos reventa*/
    width: 18%;
    height: 35%;
}
#barChartContainer4 { /* gráfico stock 120 central materiales */
    width: 13%;
    height: 12%;
}
#barChartContainer5 { /* gráfico stock 120 central materiales */
    width: 13%;
    height: 12%;
}
#barChart3,
#barChart4,
#barChart5 {
    width: 100%;
    height: 100%;
}
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */
/* ******************************************* */

#lineaSuperior {
    position: absolute;
    height: 1px; /* Grosor de la línea */
    background-color: #686868;
    transform-origin: 0 50%; /* Fijar el inicio de la línea para que se pueda rotar correctamente */
    display: none; /* Ocultar inicialmente */
    z-index: 9999;    
}
#lineaInferior {
    position: absolute;
    height: 1px; /* Grosor de la línea */
    background-color: #686868; 
    transform-origin: 0 50%; /* Fijar el inicio de la línea para que se pueda rotar correctamente */
    display: none; /* Ocultar inicialmente */
    z-index: 9999;    
}



/* Estilo de la ventana flotante */
.ventana {
    position: absolute;  /* Necesario para mover la ventana flotante */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.8); /* Fondo con opacidad */
    border-radius: 8px;
    display: none;
    z-index: 9999;
    cursor: move;  /* Cambia el cursor cuando pasas sobre la ventana */
}
.ventana .contenido {
    padding: 20px;
    text-align: center;
}
/* Estilo del fondo de la página que se oscurece */
body.modal-abierta {
    background-color: rgba(0, 0, 0, 0.5); /* Fondo oscuro con opacidad */
}

/* ******************************************************  puntos para cambiar el color del tablero  **************************************  */
.punto {
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
}

#punto1 {
    left: 45%; 
    background-color: #ffffff; /* blanco */    
}

#punto2 {
    left: 50%;
    background-color: #d5d5d5; /* intermedio */
}

#punto3 {
    left: 55%; 
    background-color: #000000; /* negro */
}</pre></body></html>