@charset "utf-8";

body {
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

:root {
    /* colores: */
    --vcss_color_texto: #000;
    --vcss_color_fondo: #fff;
    --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;

}


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


/* Botones >>> */
.css_btn_test {
    margin: 5px;
    padding: 5px;
    font-size: 12pt;
}

/* 07/12/2025 */
/* 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: #353535; 
    background: linear-gradient(48deg,rgba(0, 0, 0, 1) 0%, rgba(46, 46, 46, 1) 69%, rgba(84, 84, 84, 1) 100%);
    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_ewaiter {
        display: flex;
    }    
    .csr_n_header_section {
        display: flex; 
        align-items: center; 
        flex-shrink: 0; 
        /* background-color: transparent;  */
        background-color: #fff;
        background: none;
        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. <<< */

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

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