/*sniper*/
.select_bodega_list .select2-container {
    width: 100% !important;
}
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #fff;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.product-container .resp {
    display: none;
}


/* media querys */

@media (min-width: 766px) AND (max-width:1300px) {
    .product-image {
        padding: 5px !important;
        height: 130px !important;
        /* width: 100px !important; */
    }
    .product-image img {
        width: 100%;
        height: 120px;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .product-container {
        height: 250px !important;
        /* display: flex; */
    }
    .product-container .resp {
        display: block;
    }
    .product-container .resp_none {
        display: none;
    }
    .product-container .medium {
        display: none;
    }
    .product-description h5 {
        font-size: 16px !important;
    }
    .product-description {
        padding: 5px !important;
    }
    .product-color {
        display: none !important;
    }
    .product-title {
        height: 100px !important;
    }
}

@media (max-width: 765px) {

    .buttons_catalogo .btn_p{
        margin: 0px !important;
        width: 100% !important;
    }

    .btn_ventas_landing{
        background: none !important;
    }

    .mt_15_response{
        margin-top: 15px !important;
    }

    .section h3{
        font-size: 17px !important;
        text-align: center !important;
    }

    .margin_content2{
        margin: 10px !important;
    }
    .margin_120_no_res{
        margin-top: 0px !important;
    }

    .product-image {
        /* padding:5px !important; */
        height: 150px !important;
        /* width: 100px !important; */
    }
    .product-image img {
        width: 100%;
        /* max-height: 120px; */
        -o-object-fit: contain;
           object-fit: contain;
    }
    .product-container {
        height: 250px !important;
        /* display: flex; */
    }
    .product-container .resp {
        display: block;
    }
    .product-container .resp_none {
        display: none;
    }
    .product-container .medium {
        display: none;
    }
    .product-description h5 {
        font-size: 12px !important;
        /* font-size: 16px !important; */
    }
    .content_prods .c_titulos_p{
        font-size: 20px !important;
    }
    .titulo_precio{
        min-height: 20px !important;
    }
    .product-description {
        padding: 5px !important;
    }
    .product-color {
        display: none !important;
    }
    .product-title {
        height: 100px !important;
    }
    .no_margin_res {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .res_padding_right_5 {
        padding-right: 5px !important;
    }
    .res_padding_left_5 {
        padding-left: 5px !important;
    }
    .logo_catalogo {
        width: 50px !important;
        height: 50px !important;
    }
    .m_right_menu_catalogo {
        margin-right: 15px !important;
    }
    .m_left_menu_catalogo {
        margin-left: 15px !important;
    }
    .content_title_categorias {
        display: none;
    }
    .res_none{
        display: none !important;
    }
    .res_show{
        display: block !important;
    }
    .titulos_landing{
        font-size: 6vw !important;
    }
    .subtitulos_landing{
        font-size: 6vw !important;
    }

    .textos_landing{
        font-size: 5vw !important;
    }

    .no_mb_res{
        margin-bottom: 0px !important;
    }
    .fz_res_10vw{
        font-size: 10vw;
    }

    .width_logo{
        width: 100px !important;
    }

    .btn_crear_cuenta_res{
        padding: 5px !important;
        width: 150px !important;
        margin-left: 30px !important;
    }

    .img-overlay{
        width: 120px !important;
        height: 120px !important;
    }

    .img-overlay-image{
        width: 120px !important;
        height: 120px !important;
    }

    .overlay{
        height: 120px !important;
        width: 120px !important;
    }

    .pasos_jota .text_gradient{
        font-size: 14px !important;
    }

    .pasos_jota .text_gradient2{
        font-size: 14px !important;
    }
}

@media (max-width: 600px) {
    .content_tf {
        margin: 1px !important;
    }

    .content_sub_cat_catalogo{
        position: relative !important;
    }

    .content__categorias__new{
        overflow-x: scroll !important;
    }
}


/* ===== GIF DE CARGA ===== */

.cc-loadingpage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('https://cliccloud.co/clic_cloud/gif_loading.gif') center no-repeat #030303;
}

.cc-loadingpage_transparent {
    opacity: 0.7;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('https://cliccloud.co/clic_cloud/gif_loading.gif') center no-repeat #030303;
}

.cc-loadingpage_lp {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url('https://cliccloud.co/clic_cloud/gif_loading_white.gif') center no-repeat #ffff;
}

.c_preview img {
    z-index: 1;
    width: 300px;
    height: auto;
    position: absolute;
}

.c_preview .contenedor {
    position: absolute;
    z-index: 2;
    width: 236px;
    height: 398px;
    margin-top: 82px;
    margin-left: 32px;
    padding: 7px;
    overflow: hidden;
}

.c_preview .subcontenedor {
    position: absolute;
    z-index: 3;
    height: 81px;
    width: 94%;
    border-radius: 5px;
}

.c_preview .img_preview {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    z-index: 3;
    height: 81px;
    width: 100%;
    border-radius: 5px;
}

.c_preview .elementos {
    position: relative;
    z-index: 3;
    margin-top: 90px;
    height: 81px;
    width: 94%;
    border-radius: 5px;
}

.d_block {
    display: block !important;
}

.secundary_color {
    background-color: #0D0D0D !important;
}

.tercer_color {
    background-color: #282B2F !important;
}

.gradient_p {
    background-image: linear-gradient(to bottom right, #ed3c89, #8722ae, #33a8f2) !important;
    color: #fff !important;
}

.gradient_categorias {
    background-image: linear-gradient(to bottom right, #ed3c89, #8722ae, #33a8f2) !important;
    color: #fff !important;
    /* opacity: 0.6 !important; */
}

.table-hover>tbody>tr.gradient_categorias:hover, .table-hover>tbody>tr.gradient_categorias:hover>td{
    background-image: linear-gradient(to bottom right, #ed3c89, #8722ae, #33a8f2) !important;
    color: #fff !important;
    transition: background-color 0.5s linear;
   -moz-transition: background-color 0.5s linear;
   -webkit-transition: background-color 0.5s linear;
   -ms-transition: background-color 0.5s linear;
}

.text_gradient {
    background: -webkit-linear-gradient( #ed3c89, #33a8f2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: tomato;
}

.gradient_pircing_landing {
    background-image: linear-gradient(to bottom right, #E5007e, #541554);
    color: #fff !important;
}
.gradient_pircing_1 {
    background-image: linear-gradient(to bottom right, #0564C2, #EA01CF);
    color: #fff !important;
}

.gradient_pircing_2 {
    background-image: linear-gradient(to bottom right, #EA01CF, #B801F2);
    color: #fff !important;
}

.gradient_pircing_3 {
    background-image: linear-gradient(to bottom right, #B801F2, #ed3c89);
    color: #fff !important;
}

.br_5 {
    border-radius: 5px !important;
}

.br_10 {
    border-radius: 10px !important;
}

.br_15 {
    border-radius: 15px !important;
}

.br_20 {
    border-radius: 20px !important;
}

.bg_rosado_p {
    background: #ed3c89 !important;
}

.bg_claro{
    background: #f0f0f0 !important;
}

.bg_azul_p {
    background: #33a8f2 !important;
}

.bg_morado_p {
    background: #8722ae !important;
}
.bg_morado_new {
    background: #541554 !important;
}

.bg_white_p {
    background-color: #ffff !important;
}

.bg_transparent_p {
    background-color: transparent !important;
    background-image: none;
}

.bg_white_p {
    background-color: #ffff !important;
}

.bg_green_alpha {
    background: rgba(0, 224, 0, 0.6);
}

.bg_red_alpha {
    background: rgba(224, 0, 0, 0.6);
}

.sub_title {
    font-size: 18px !important;
}

.c_azul_p {
    color: #33a8f2 !important;
}

.c_rosado_p {
    color: #ed3c89 !important;
}
.c_rosado_new {
    color: #e5007e !important;
}

.c_purple_p {
    color: #8722ae !important;
}

.c_violeta_p {
    color: #ed3c89 !important;
}

.c_green {
    color: green !important;
}

.c_orange {
    color: orange !important;
}

.c_red {
    color: red !important;
}

.c_red_suave {
    color: #E15858 !important;
}

.padding_0_no_import {
    padding: 0px;
}

.padding_0 {
    padding: 0px !important;
}

.padding_3 {
    padding: 3px !important;
}

.padding_5 {
    padding: 5px !important;
}

.padding_10 {
    padding: 10px !important;
}

.padding_15 {
    padding: 15px !important;
}

.padding_20 {
    padding: 20px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.mb_2 {
    margin-bottom: 2px !important;
}

.mb_0 {
    margin-bottom: 0px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_5 {
    margin-top: 5px !important;
}

.dark_p {
    background: #343A40 !important;
    color: white !important;
}

.font_size_10 {
    font-size: 10px;
}

.font_size_12 {
    font-size: 12px;
}

.font_size_16 {
    font-size: 16px;
}

.margin_0 {
    margin: 0px !important;
}

.margin_5 {
    margin: 5px !important;
}

.margin_10 {
    margin: 10px !important;
}

.margin_20 {
    margin: 20px;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.text_align_center {
    text-align: center !important;
}

.shadown_black {
    box-shadow: 0 0 8px 3px #000;
}

.shadown_blue {
    box-shadow: 0 0 5px 1px #33a8f2;
}

.shadown_purple {
    box-shadow: 0 0 5px 1px #5D208C;
}

.shadown_violeta {
    box-shadow: 0 0 5px 1px #ed3c89;
}

.dnone {
    display: none;
}

.f_size_22 {
    font-size: 22px !important;
}

.f_size_20 {
    font-size: 20px !important;
}

.f_size_15 {
    font-size: 15px !important;
}

.f_size_12 {
    font-size: 12px !important;
}

.f_size_10 {
    font-size: 10px !important;
}

.f_size_8 {
    font-size: 8px !important;
}

.mh_400 {
    min-height: 400px !important;
}

.mh_30 {
    min-height: 30px !important;
}

.w_100 {
    width: 100% !important;
}

.det_select{
    padding: 2px !important;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #fff;
}

.form_contact {
    margin-top: 30px;
    /* margin-bottom: 30px; */
    padding: 30px;
    background: #FCF6FF;
    height: 100vh;
}

.border_none {
    border: none !important;
}

.border_green {
    border: solid 1px green;
}

.border_color_p {
    border-color: #A29BAA !important;
}

.input_color {
    color: #A29BAA !important;
}

.info_promocion {
    width: 100%;
    padding: 5px 20px 5px 0px;
    display: relative;
    z-index: 2;
}

.ml_auto {
    margin-left: auto !important;
}

.ml_20 {
    margin-left: 20px;
}

.ml_15 {
    margin-left: 15px;
}

.ml_3 {
    margin-left: 3px;
}

.ml_5 {
    margin-left: 5px;
}

.mr_3 {
    margin-right: 3px;
}

.mr_5 {
    margin-right: 5px;
}

.mr_10 {
    margin-right: 10px;
}

.mr_20 {
    margin-right: 20px;
}

.list_style_none {
    list-style: none;
}

.menu_catalogo {
    margin-top: 0px !important;
    overflow: scroll;
}

.menu_catalogo::-webkit-scrollbar {
    -webkit-appearance: none;
}

.btn_P {
    width: 10px !important;
    height: 10px !important;
    padding: 5px !important;
    color: #ffff;
    margin-top: 10px;
}

.btn_disabled_p {
    background: gray;
    border: solid 1px #fff;
    padding: 3px;
}

.btn_shopping {
    background: green;
    border: solid 1px #fff;
    padding: 3px;
}

.btn_favorito {
    background: red;
    border: solid 1px #fff;
    padding: 3px;
}

.btn_show {
    background: orange;
    border: solid 1px #fff;
    padding: 3px;
}

.btn_cd {
    background: blue;
    border: solid 1px #fff;
    padding: 3px;
}

.content_right {
    display: flex;
    justify-content: flex-end;
}

.oscurecer_poco {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-menos_mas {
    display: contents !important;
    padding: 3px !important;
    color: white;
}

.bg_green {
    background: green !important;
}

.bg_blue {
    background: blue !important;
}

.bg_red {
    background: red !important;
}

.bg_red_suave {
    background: #FF4545 !important;
}

.border_blue {
    border: solid 1px #17C2D7;
}

.border_white {
    border: solid 1px #fff;
}

.content_tf {
    margin-top: 1rem;
}

.nota {
    border-radius: 10px 10px 10px 0px;
    background-color: #33a8f2;
    padding: 20px;
    color: white;
    max-width: 90%;
    margin-top: 10px;
}

.nota_old {
    border-radius: 10px 10px 0px 10px;
    background-color: #8a98a1;
    padding: 20px;
    color: white;
    max-width: 90%;
    margin-left: auto;
    margin-top: 10px;
}

.pointer {
    cursor: pointer !important;
}

/* para evitar soltar el drag and drop donde no debe */
.pointer_event_none{
    pointer-events: none !important;
}

.input_error {
    font-size: 12px;
    color: #ff7474;
    margin-left: 15px;
}

.border_error {
    border: solid 1px #ff7474 !important;
}

.border_error2 {
    border: solid 1px #ff7474 !important;
}

.c_error2 {
    color: #ff7474 !important;
}

.italic_sub {
    font-style: italic !important;
    font-size: 12px!important;
}

input.pw {
    -webkit-text-security: disc;
}

.centrar_force {
    display: block !important;
    margin: auto !important;
}

.box_prod_1 {
    width: 100%;
    height: 80px;
    background: #CCC;
    overflow: hidden;
}

.box_prod_1 img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
}

.box_prod_2 {
    width: 100%;
    height: 150px;
    background: #CCC;
    overflow: hidden;
}

.box_prod_2 img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    display: block;
    margin: auto;
}

.box_prod_3 {
    width: 100%;
    height: 150px;
    background: #CCC;
    overflow: hidden;
}

.box_prod_3 img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center center;
       object-position: center center;
    display: block;
    margin: auto;
}

.box_prod_catalogo {
    width: 100%;
    height: 150px;
    /* background: #CCC; */
    overflow: hidden;
    display: block !important;
}

.box_prod_catalogo img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
    margin: auto;
}

.content_prods {
    min-height: 100vh;
    max-width: 1500px;
    display: block;
    margin: auto;
}

#result_search {
    max-height: 200px;
    overflow-y: scroll;
    position: absolute !important;
    z-index: 8;
    background: rgba(0, 0, 0, 0.2);
    width: calc( 100% - 30px );
    border-radius: 10px ;
    -webkit-border-radius: 10px ;
    -moz-border-radius: 10px ;
    -ms-border-radius: 10px ;
    -o-border-radius: 10px ;
}

/* #result_search .item_result :hover {
    transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    background: rgba(0, 0, 0, 0.06) !important;
} */


.item_result{
    padding: 5px;
    border-radius: 5px !important;
    margin: 0px;
}

.item_result a{
    color: #fff;
    padding: 5px !important;
    border-radius: 5px !important;
    margin: 0px;
    width: 100%;
}

.item_result :hover{
    /* border: 1px solid #fff; */
    border-radius: 6px;
    background: rgba(255,255,255,0.3);
}

/* #result_search p {
    padding: 0px !important;
    border-radius: 5px !important;
    margin: 0px;
}

#result_search a {

} */

/* #result_search {
    position: relative;
    z-index: 102;
} */

#result_search::-webkit-scrollbar {
    display: none;
}

.flex {
    display: flex !important;
}

.w_85 {
    width: 85px;
}

.show_img_prod {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 50vh;
}

.var_selected {
    background: rgba(18, 173, 0, 0.4) !important;
}
.var_selected2 {
    background: #0564C2 !important;
}

.btn_no_select {
    border: solid 1px #fff !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.btn_select {
    border: solid 1px #fff !important;
    color: #fff !important;
    background: rgba(0, 253, 21, 0.6) !important;
}

.btn_danger_transparencia {
    border: solid 1px #fff !important;
    color: #fff !important;
    background: rgba(253, 0, 0, 0.6) !important;
}

.oscurecer_con_transparencia {
    background: rgba(0, 0, 0, 0.2) !important;
}

.content_graficas {
    min-height: 350px;
    max-width: 500px;
    display: block;
    margin: auto;
}

.logo_catalogo {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    margin: 3px;
}

.navbar_nav_jota {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.user_photo_jota{
    width: 70px !important;
    height: 70px !important;
    -o-object-fit: cover;
       object-fit: cover;
}


/* desactivar flechas de los inputs number */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}


/* centrar charts */

.apexcharts-canvas {
    display: block;
    margin: auto !important;
}

.class_carrito p {
    margin: 0px !important;
}

.prod_img_subir {
    width: auto !important;
    max-height: 170px !important;
    background-color: transparent !important;
}

.horarios_label {
    border-radius: 6px;
    border: solid 1px #A1A4A9;
    padding: 4px;
    margin: 5px;
}

td {
    white-space: normal !important;
}

td p {
    white-space: normal !important;
}

td span {
    white-space: normal !important;
}

.img_promos {
    border-radius: 10px;
    width: 96vw;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.prod_agotado {
    background: rgba(255, 255, 255, 0.6);
    color: red;
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.conten_combos {
    padding: 10px;
    border-radius: 10px;
}

.img_combos {
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
       object-fit: contain;
    /* margin-left: 10px; */
}

.scroll_x {
    overflow-x: scroll;
    width: 100%;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.scroll_x::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll_x::-webkit-scrollbar:vertical {
    width:10px;
}

.scroll_x::-webkit-scrollbar-button:increment,.scroll_x::-webkit-scrollbar-button {
    display: none;
}

.scroll_x::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scroll_x::-webkit-scrollbar-thumb {
    background-color: #282b2f;
    border-radius: 20px;
    border: 2px solid #77797c;
}

.scroll_x::-webkit-scrollbar-track {
    border-radius: 10px;
}

.scroll_y {
    overflow-y: scroll;
    height: 600px;
}

/* Estilos para motores Webkit y blink (Chrome, Safari, Opera... )*/

.scroll_y::-webkit-scrollbar {
    -webkit-appearance: none;
}

.scroll_y::-webkit-scrollbar:vertical {
    width:10px;
}

.scroll_y::-webkit-scrollbar-button:increment,.scroll_y::-webkit-scrollbar-button {
    display: none;
}

.scroll_y::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scroll_y::-webkit-scrollbar-thumb {
    background-color: #282b2f;
    border-radius: 20px;
    border: 2px solid #77797c;
}

.scroll_y::-webkit-scrollbar-track {
    border-radius: 10px;
}

.form_control_p {
    border-color: #fff !important;
    color: #fff !important;
    background: rgba(0, 0, 0, 0.1);
}

.buttons_catalogo {
    /* display: flex !important; */
    width: 100% !important;
}

.buttons_catalogo a {
    width: 49%;
    margin: 1%;
    text-align: center;
}

.m_right_menu_catalogo {
    margin-right: 30px;
}

.m_left_menu_catalogo {
    margin-left: 30px;
}

.alertas_pendientes {
    position: fixed;
    width: 270px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-color: #fa9500;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
}

.alertas_pendientes p {
    margin-top: 6px;
}

.alertas_pendientes span {
    font-size: 16px;
}

.no_barra_scroll::-webkit-scrollbar {
    display: none;
}


/* === TOOLTIP === */


/* START TOOLTIP STYLES */

[tooltip] {
    position: relative;
    /* opinion 1 */
}


/* Applies to all tooltips */

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    /* opinion 2 */
    font-size: .9em;
    /* opinion 3 */
    line-height: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    /* opinion 4 */
    z-index: 1001;
    /* absurdity 1 */
}

[tooltip]::after {
    content: attr(tooltip);
    /* magic! */
    /* most of the rest of this is opinion */
    font-family: Helvetica, sans-serif;
    text-align: center;
    /*
      Let the content set the size of the tooltips
      but this will also keep them from being obnoxious
      */
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
    background: #333;
    color: #fff;
    z-index: 1000;
    /* absurdity 2 */
}


/* Make the tooltips respond to hover */

[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}


/* don't show empty tooltips */

[tooltip='']::before,
[tooltip='']::after {
    display: none !important;
}


/* FLOW: UP */

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}


/* FLOW: DOWN */

[tooltip][flow^="down"]::before {
    top: 100%;
    border-top-width: 0;
    border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
    top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
    left: 50%;
    transform: translate(-50%, .5em);
}


/* FLOW: LEFT */

[tooltip][flow^="left"]::before {
    top: 50%;
    border-right-width: 0;
    border-left-color: #333;
    left: calc(0em - 5px);
    transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
    top: 50%;
    right: calc(100% + 5px);
    transform: translate(-.5em, -50%);
}


/* FLOW: RIGHT */

[tooltip][flow^="right"]::before {
    top: 50%;
    border-left-width: 0;
    border-right-color: #333;
    right: calc(0em - 5px);
    transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
    top: 50%;
    left: calc(100% + 5px);
    transform: translate(.5em, -50%);
}


/* KEYFRAMES */

@-webkit-keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

@-webkit-keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}

@keyframes tooltips-horz {
    to {
        opacity: .9;
        transform: translate(0, -50%);
    }
}


/* FX All The Things */

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
    -webkit-animation: tooltips-vert 300ms ease-out forwards;
            animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
    -webkit-animation: tooltips-horz 300ms ease-out forwards;
            animation: tooltips-horz 300ms ease-out forwards;
}


/* === END TOOLTIP === */

.animacion_aviso {
    animation-name: animacion_aviso;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: animacion_aviso;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    /* transform: translate(.5em, -50%); */
}

.parpadeo_rapido {
    -webkit-animation-name: parpadeo_rapido;
            animation-name: parpadeo_rapido;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes parpadeo_rapido {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo_rapido {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes animacion_aviso {
    0% {
        margin-right: 15px;
    }
    50% {
        margin-right: -15px;
    }
    100% {
        margin-right: 15px;
    }
}

@keyframes animacion_aviso {
    0% {
        margin-right: 15px;
    }
    50% {
        margin-right: -15px;
    }
    100% {
        margin-right: 15px;
    }
}


/* === EFECTO PARPADEO === */

.parpadea {
    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.0;
    }
    100% {
        opacity: 1.0;
    }
}


/* === END EFECTO PARPADEO === */


/* card loading */

.box_loading {
    width: 320px;
    margin: 0 auto;
}

.card-loader {
    /* background-color: #0D0D0D; */
    background-color: rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.08), 0 -1px 3px 0 rgba(0, 0, 0, 0.06);
    padding: 8px;
    position: relative;
    border-radius: 2px;
    margin-bottom: 0;
    height: 280px;
    overflow: hidden;
}

.card-loader:only-child {
    margin-top: 0;
}

.card-loader:before {
    content: "";
    height: 143px;
    display: block;
    background-color: rgba(0,0,0,0.2);
    box-shadow: -66px 100px 0 -68px rgba(0,0,0,0.2), -65px 130px 0 -68px rgba(0,0,0,0.2);
}

.card-loader:after {
    content: "";
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: loader-animate;
            animation-name: loader-animate;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff", GradientType=1);
}

.tag-agotado {
    background-color: rgba(0, 0, 0, 0.5);
    width: 74px;
    height: 23px;
    position: absolute;
    left: 1vw;
    top: 1vw;
    z-index: 6;
    border-radius: 60px;
}

.tag-agotado .text_agotado {
    margin-left: 5px;
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
}

.btn-favorito{
    background-color: rgba(0, 0, 0, 0.5);
    color: #ED4956;
}

.btn-favorito:hover{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.btn-favorito-no-select{
    background-color: rgba(0, 0, 0, 0.5);
    color: gray;
    text-shadow: -2px 0 #ED4956, 0 1px #ED4956, 1px 0 #ED4956, 0 -1px #ED4956;
}

.btn-share{
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: bolder;
}

.btn-favorito-no-select:hover{
    color: #fff;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.select2-container--default{
    max-width: 100% !important;
}

.padding_lados_0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}


@-webkit-keyframes loader-animate {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}


@keyframes loader-animate {
    0% {
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        transform: translate3d(100%, 0, 0);
    }
}

/* personalización landing page */
.bg_white{
    background: #fff !important;
}

.c_oscuro_landing{
    color: #333333 !important;
}

.c_oscuro_admin{
    color: #a5a8ad;
}

.padding_y_0{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.bg_gradient_landing{
    background-image: linear-gradient(98deg, #ed3c89, #0564C2) !important;
}

.bg_gradient_landing2{
    background-image: linear-gradient(98deg, #830FB1 , #2505B1) !important;
}
.bg_gradient_instagram{
    background-image: linear-gradient(98deg, #823CC7, #FF3080, #FF7359) !important;
}

.bg_index{
    background-image: linear-gradient(-29deg, #1a1a1a 0%, #1a1a1a 50%, #5773e0 50%, #ad3dff 100%) !important;
}

.bg_oscuro_suave{
    background: #282b2f;
}

.gb_dark_landing{
    background: #1B1B1B !important;
}

.c_gray_p{
    color: #656565 !important;
}

.c_gray_p2{
    color: #a3a3a3 !important;
}

.text_gradient{
    background: -webkit-linear-gradient(50deg, #5773e0, #ad3dff) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.text_gradient2{
    background: -webkit-linear-gradient(50deg, #830FB1, #2505B1) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.padding_left_20{
    padding-left: 20px !important;
}

.titulos_landing{
    font-size: 4vw;
}
.subtitulos_landing{
    font-size: 3vw;
}
.width_logo{
    width: 100px;
    /* width: 150px; */
}

.border_gradient{
    border: 3px solid;
    border-image-slice: 2;
    border-image-source: linear-gradient(to bottom right, #ed3c89, #8722ae, #33a8f2);
    border-image-width: auto;
}

.border_color_gray{
    border: solid 1px #a5a8ad;
}

.border_gradient_radius{
    border-radius:50px; /*1*/
    border:4px solid transparent; /*2*/
    background:linear-gradient(45deg,#ed3c89, #8722ae, #33a8f2) border-box; /*3*/
    /* -webkit-mask:
       linear-gradient(#fff 0 0) padding-box,
       linear-gradient(#fff 0 0); */
    -webkit-mask-composite: source-atop; /*5'*/
            mask-composite: exclude; /*5*/
}
.logo_tiendas_landing{
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
}

.content_tiendas{
    height: 120px;
    overflow: hidden;
}

.fw_700{
    font-weight: 700;
}
.mh_50{
    min-height: 50px;
}

/* efectos en img tarjetas tienda */

.img-overlay {
    position: relative;
    width:200px;
    height: 200px;
  }

.img-overlay-image {
    display: block;
    /* width: 100%;
    height: auto; */
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
    /* margin: auto; */
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 200px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
}

  .img-overlay:hover .overlay {
    opacity: 1;
  }

  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .hover_img .img {
    overflow: hidden;
  }
  .hover_img img {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: transform 0.5s ease-in-out;
  }
  .hover_img:hover img {
    transform: scale(1.05);
  }

/* end efectos tarjetas tiendas */

.content_searc_empresas{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.btn_redes_landing{
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.margin_120_no_res{
    margin-top: 120px;
}

.res_show{
    display: none;
}

.btn_card_producto{
    padding: 5px !important;
    height: 26px !important;
}

.fz_13{
    font-size: 13px !important;
}

.fz_14{
    font-size: 14px !important;
}

.content_add_prod_list{
    padding-top: 20px;
}


.card_prop_grid_list :hover{
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 1px #8722ae,
    0 0 5px #8722ae,
    0 0 6px #8722ae,
    0 0 7px #8722ae;
}

.add_producto_card{
    font-size: 100px;
}

.max_height_500{
    max-height: 500px !important;
}

.max_width_500{
    max-width: 500px !important;
}

.prod_in_table{
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
    margin: auto;
}

.sticky_index{
    position: sticky;
    /* top: 110px; es auto con jqeury */
    z-index: 7;
}

.logo_aviso{
    display: block;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    margin-bottom: 20px;
}

.btn_confirm_edad{
    font-weight: 700;
    display: block;
    margin: auto;
    width: 150px;
    margin-top: 20px;
}

/* botton whatsapp */
.contenedorbotton{
    width:90px;
    height:240px;
    position:absolute;
    right:0px;
    bottom:0px;
  }
  .botonF1{
    width:65px;
    height:65px;
    /* border-radius:100%; */
    /* background:#F44336; */
    right:0;
    bottom:0;
    position:fixed;
    margin-right:16px;
    margin-bottom:16px;
    border:none;
    outline:none;
    /* color:#FFF; */
    font-size:36px;
    /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
    transition:.3s;
  }
  /* span{
    transition:.5s;
  } */
  .botonF1:hover span{
    width:70px;
    height:70px;
  }
  .botonF1:hover{
    width:70px;
    height:70px;
  }

  .w_100_px{
    width: 100px;
  }

  .w_200_px{
    width: 200px;
  }

  .w_130_px{
    width: 130px;
  }

  .card_consumo{
    height: 150px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px;
    color: #fff !important;
}

/* modal de recortar img */
.crop_img .preview {
    text-align: center;
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid green;
}
.crop_img input{
    margin-top:40px;
}
.crop_img .section{
    margin-top:150px;
    background:#fff;
    padding:50px 30px;
}
.crop_img .modal-lg{
    max-width: 1000px !important;
}

/* end modal recortar */

.list_imgs_prod{
    border: solid 1px grey;
    border-radius: 5px;
    padding-left: 15px;
    height: 180px;
}

.prod_img_subir_new{
    width: inherit;
    height: auto;
    margin-top: 25px;
    border-radius: 10px;
}

.badge-success_jota{
    background-color: green !important;
    color: white !important;
}

.badge-success_jota_no_select{
    background-color: green !important;
    color: white !important;
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}

.card_s_sucursal{
    min-height: 160px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.text_title_menu_user{
    font-size: 14px;
    color: #a5a8ad;
}
.item_subtitle_menu_user{
    font-size: 12px;
    color: #a5a8ad !important;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.hover_grey:hover{
    background: #282b2f !important;
}

.fz_15{
    font-size: 15px !important;
}

#ingresos_por_metodos_de_pago .apexcharts-tooltip-text-y-value, #gastos_x_categorias .apexcharts-tooltip-text-y-value , #domi_rec .apexcharts-tooltip-text-y-value, #mejores_prods .apexcharts-tooltip-text-y-value{
    display: none !important;
}

.card_cierre_caja{
    border-radius: 5px;
    background-color: #494b4f;
    padding: 10px;
    min-height: 400px;
}

.border_grey{
    border: solid 0.51px #a5a8ad;
}

.margin_content2{
    margin: 40px;
}

.content_img_lef{
    background: #fff;
    border-radius: 0 3000px 200px 0;
    width: auto;
    box-shadow: 5px 5px 15px gray;
}
.content_img_right{
    background: #fff;
    border-radius: 3000px 0 0 200px;
    width: auto;
    box-shadow: 5px 5px 15px gray;
}

.pl_0{
    padding-left: 0px !important;
}
.pr_0{
    padding-right: 0px !important;
}

.menu_new{
    position: fixed;
    background: #541554;
    border-radius: 20px;
    margin: 3px;
    padding: 5px;
}
.menu_new .logo-area{
    float: left;
}

.center_padre{
    display: table;
    height: 200px;
}
.center_hijo{
    display: table-cell;
    vertical-align: middle;
}

.fw_800{
    font-weight: 800 !important;
}

.text_start{
    text-align: start !important;
}

.btn_ventas_landing{
    background: #541554;
    border: solid 2px #fff;
    padding: 8px 10px;
    border-radius: 50px;
    /* color: #fff; */
}
.btn_ventas_landing:hover{
    border: solid 2px #e5007e !important;
}
.btn_probar_landing{
    padding: 12px 15px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
}

.w-nav-menu a:hover{
    color: #e5007e !important;
}

.content_permisos_ini{
    padding: 150x;
    margin-bottom: 20px;
    background: #343A40 !important;
    border-radius: 7px;

}
.content_permisos_ini b{
    text-transform: uppercase;
    font-weight: 700;
}
.content_permisos_ini .selected span{
    float:right;
}
.content_permisos_ini ul li{
    padding:2px;
    cursor: pointer;
}
.content_permisos_ini ul li:hover{
    color: #fff !important;
}
.content_permisos_ini .selected_permiso{
    font-size: 13px;
    /* margin-top: 2px; */
    margin-left: 50px;
    font-weight: 600;
}

.content_permisos_ini .selected_categoria{
    font-size: 13px;
    /* margin-top: 2px; */
    margin-left: 10px;
    font-weight: 600;
}
.content_permisos_ini .switch span{
    width: 35px !important;
}
.content_permisos_ini .switch p{
    cursor: pointer;
}
.content_permisos_ini .switch sub:hover{
    color: #fff !important;
}
.content_permisos_ini .select_superior:hover{
    color: #fff !important;
}

.content_permisos_ini .list span{
    width: 35px !important;
}
.content_permisos_ini .list p{
    cursor: pointer;
}
.content_permisos_ini .list sub:hover{
    color: #fff !important;
}
.content_permisos_ini .select_superior:hover{
    color: #fff !important;
}

.f_right{
    float: right;
}

.content_sub_cat_catalogo{
    position: absolute;
    margin-top: 5px;
}

.content__categorias__new{
    /* overflow-x: scroll; */
    overflow-x: none;
    width: 100%;
}

.content__categorias__new::-webkit-scrollbar {
    -webkit-appearance: none;
}

.content__categorias__new::-webkit-scrollbar:vertical {
    width:10px;
}

.content__categorias__new::-webkit-scrollbar-button:increment,.content__categorias__new::-webkit-scrollbar-button {
    display: none;
}

.content__categorias__new::-webkit-scrollbar:horizontal {
    height: 10px;
}

.content__categorias__new::-webkit-scrollbar-thumb {
    background-color: #282b2f;
    border-radius: 20px;
    border: 2px solid #77797c;
}

.content__categorias__new::-webkit-scrollbar-track {
    border-radius: 10px;
}
