@media (max-width: 700px) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        color: #2c3e50;
        background: linear-gradient(#cc86b1, #e285bc, #f78ecfd0);
        background-repeat: no-repeat;
        background-attachment: fixed;
        position: absolute;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    /*SPINER DE CARGAR*/


    /* Fondo de pantalla que cubre toda la página */
    #loader-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5); /* Semitransparente */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999; /* Asegura que el overlay esté encima de otros elementos */
    }

    /* Spinner de color rojo */
    #colorful-spinner {
        border-top-color: #ff0000 !important; /* Rojo */
        
    }
    html,
    body {
        height: 100%;
        /* Asegura que el body y el html ocupen el 100% de la altura de la ventana */
        margin: 0;
        overflow: hidden;
        /* Evita que haya scroll en el body */
    }

    .success {
        color: #27a14b;
    }

    #Body_Home_Main {
        height: 100vh;
        /* Ocupa exactamente el 100% de la ventana visible */
        overflow-y: auto;
        /* Permite el scroll vertical si el contenido excede la altura */
    }

    #offcanvasExample {
        width: 300px;
    }

    /*ME NU DE EXTRAS*/
    /* Estilos de la lista */
    .lista-con-iconos {
        list-style-type: none;
        /* Elimina los puntos de la lista */
        padding: 0;
        /* Elimina el padding por defecto */
    }

    .lista-con-iconos li {
        display: flex;
        /* Usa Flexbox para alinear el icono y el texto en línea */
        align-items: center;
        /* Centra verticalmente el contenido */
        font-size: 18px;
        /* Tamaño de fuente */
        color: black;
        /* Color de texto negro */
        margin: 10px 0;
        /* Espaciado entre los elementos */
    }

    .lista-con-iconos i {
        margin-right: 10px;
        /* Espacio entre el icono y el texto */
        font-size: 20px;
        /* Tamaño de los iconos */
    }

    /* Para mejorar el estilo visual puedes agregar un hover */
    .lista-con-iconos li:hover {
        background-color: #ec0258;
        /* Fondo ligeramente gris cuando se pasa el ratón */
        cursor: pointer;
        /* Cambia el cursor a puntero */
        padding: 5px 10px;
        /* Agrega padding en hover */
        border-radius: 5px;
        /* Redondea los bordes */
    }

    .nav_style {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 85px;
        max-height: 80px;
        background-color: rgb(185, 22, 117);
        z-index: 1000;
        text-align: center;
        box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.3);
        transition: box-shadow 0.3s ease-in-out;
        border-top-left-radius: 1.5em;
        border-top-right-radius: 1.5em;

        display: flex;
        /* Hacemos que los elementos se dispongan en fila */
        flex-wrap: nowrap;
        /* Asegura que los elementos no se envuelvan a la siguiente línea */
        overflow-x: auto;
        /* Habilita el scroll horizontal */
        -webkit-overflow-scrolling: touch;
        /* Mejora el desplazamiento en dispositivos móviles */


    }

    .nav_style .col-3 {
        flex: 0 0 auto;
        /* Impide que las columnas se redimensionen */
        width: 25%;
        /* Cada columna ocupará el 25% del espacio */
    }

    .nav_style button {
        margin: 5px;
        /* Agrega un margen entre los botones */
    }

    .sabor {
        color: yellow;
        font-size: 1.5em;
    }

    .sobre {
        color: #21cf55;
        font-size: 1.5em;
    }

    .ruedas {
        color: antiquewhite;
        font-size: 1.5em;
    }

    .bt-menu-offcanvas {
        margin-right: 50%;
        height: auto;
        background-color: transparent;
        border: none;
        margin: auto;
    }

    .Card_Pedido {
        height: 185px;
        max-height: 185px;
        min-height: 185px;
        color: white;
        background-color: #f6edf2ed;
        margin-top: 12%;
        border-radius: 10px;
        border: black solid 1px;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.443),
            -3px -3px 10px rgba(39, 1, 1, 0.443);
    }

    .Card_Body_Pedido {
        height: 100%;
        /* Hace que el cuerpo ocupe el espacio disponible */
        display: flex;
        /* Opcional: flex para organizar el contenido */
        flex-direction: column;
        /* Apila los elementos verticalmente */
        justify-content: space-between;
        /* Espacia los elementos */
        align-items: center;
        /* Centra los elementos horizontalmente */
        flex: 1;
        /* Ocupa el espacio disponible */
        display: flex;
        flex-direction: column;
    }

    .icon_Card_Pedido_Home {
        font-size: 5em;
    }

    .Title_Card_Pedidos {
        text-align: center;
        white-space: pre-line;
        font-size: 100%;
        margin-top: 10%;
        color: black;
        text-shadow: 0px 2px 5px rgba(149, 57, 102, 0.672);
    }

    .icon_second_card_pedido {
        margin-top: auto;
        font-size: 1.8em;
    }

    .btn.active {
        background-color: rgba(0, 0, 0, 0.271);
        /* Azul oscuro */
        color: black;
        box-shadow: 0px 0px 5px rgb(122, 4, 44);
    }

    /*E                     ESTOLOS PRA PRODUCTOS                  */
    /*INICIOA LA SECCION DE PRODUCTOS */
    .Btn_pluus {
        position: fixed;
        bottom: 100px;
        right: 20px;
        background-color: #d81b60;
        /* Rosa oscuro */
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        transition: background-color 0.3s, transform 0.2s;
        text-decoration: none;
        z-index: 1;
        /* Asegura que esté por encima de otros elementos */
    }

    .Btn_pluus:hover {
        background-color: #f48fb1;
        /* Rosa claro */
        transform: scale(1.1);
    }

    .bi-plus-circle {

        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }


    #ProductosOffCanvas,
    #TipoProductosOffCanvas,
#CuadreOffCanvas {
        height: 750px;
        background-color: #c72784;
    }

    .offcanvas-header {
        position: sticky;
        top: 0;
        /* Fija el encabezado en la parte superior */
        z-index: 10;
        /* Asegura que esté por encima del cuerpo */
        padding: 1rem;
        /* Espaciado interno */
    }

    /* Habilitar el scroll solo en el cuerpo del offcanvas */
    .offcanvas-body {
        max-height: calc(100vh - 80px);
        /* Ajusta la altura del cuerpo, restando la altura del encabezado */
        overflow-y: auto;
        /* Habilita el scroll vertical */
        padding: 1rem;
        /* Espaciado interno */
    }

    .Frm_NuevoProducto_Class label {
        color: wheat;
        text-align: start;
        font-size: 1.5em;
        text-shadow: 0px 0px 15px rgb(0, 0, 0);
    }

    .Frm_NuevoProducto_Class input::placeholder,
    .Frm_NuevoProducto_Class textarea::placeholder,
    .Frm_NuevoProducto_Class select::placeholder {
        color: #0a0101;
        /* Placeholder gris claro */
    }

    .Frm_NuevoProducto_Class input,
    .Frm_NuevoProducto_Class textarea,
    .Frm_NuevoProducto_Class select {
        color: #333333;
        /* Texto gris oscuro */
        background-color: #ffffff;
        /* Fondo blanco */
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: solid 3px rgb(255, 1, 1);
        /* Borde rojo */
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        /* Sombra ligera */
        transition: all 0.3s ease-in-out;
        border-radius: 2em 2em;
        /* Transición suave para estados */
    }

    .Frm_NuevoProducto_Class input:focus,
    .Frm_NuevoProducto_Class textarea:focus,
    .Frm_NuevoProducto_Class select:focus {
        outline: none;
        background-color: #f8e6ee;
        /* Fondo rosa pastel */
        border-bottom: solid 3px #f405c4;
        /* Borde rosa intenso */
        box-shadow: 0px 0px 8px rgba(244, 5, 196, 0.5);
        /* Sombra rosa */
    }

    .Frm_NuevoProducto_Class input:valid,
    .Frm_NuevoProducto_Class textarea:valid,
    .Frm_NuevoProducto_Class select:valid {
        outline: none;
        border-bottom: solid 3px #08c965;
        /* Borde verde */
        box-shadow: 0px 0px 8px rgba(8, 201, 101, 0.5);
        /* Sombra verde */
    }

    .Frm_NuevoProducto_Class input:invalid,
    .Frm_NuevoProducto_Class textarea:invalid,
    .Frm_NuevoProducto_Class select:invalid {
        border-bottom: solid 3px #ff0000;
        /* Borde rojo en inválido */
        box-shadow: 0px 0px 8px rgba(255, 0, 0, 0.5);
        /* Sombra roja */
    }

    #btn_GuardarProducto,
    #Btn_GuardarTipo,
    #Btn_Editar_Tipo,
    #btn_EditarProducto {
        position: relative;
        overflow: hidden;
        background-color: #f36b9b;
        /* Rosa */
        color: white;
        border: none;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: bold;
        border-radius: 8px;
        transition: background-color 0.3s ease;
    }

    #Btn_GuardarTipo .fill,
    #Btn_Editar_Tipo .fill {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background-color: #8b4f7d;
        /* Rosa oscuro */
        transition: width 0.1s linear;
        /* Transición suave */
    }

    #Btn_GuardarTipo.holding .fill,
    #Btn_Editar_Tipo.holding .fill {
        left: 0;
    }

    /*DISEÑO A TIPO PRODUCTO*/
    .list-group-item {
        background-color: #f8f9fa;
        border: 1px solid #ddd;
        border-radius: 12px;
        /* Esquinas redondeadas */
        box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.694);
        /* Sombra en la parte de abajo */
        transition: transform 0.2s, box-shadow 0.2s;
    }

    .list-group-item:hover {
        background-color: #e9ecef;
        cursor: pointer;
        transform: translateY(-2px);
        /* Eleva un poco el elemento */
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
        /* Aumenta la sombra al pasar el mouse */
    }

    .accordion-button {
        background-color: transparent;
        border: none;
    }

    .accordion-button:focus {
        box-shadow: none;
    }

    .accordion-header {
        padding: 0;
    }

    /* Estilo para el li cuando el estado es 0: fondo rojo pálido */
    .bg-danger-light {
        background-color: rgba(255, 99, 71, 0.3);
        /* Rojo pálido */
    }

    /* Cuando el mouse pasa sobre el li, mostramos el botón "Habilitar" */
    .bg-danger-light:hover .enable-btn {
        display: block;
    }

    /* Para dar el estilo de habilitado, centramos el botón */
    .enable-btn {
        display: none;
        /* Oculto por defecto */
        z-index: 1;
        /* Asegura que el botón esté por encima del contenido */
    }

    /* Efecto al pasar el cursor: cambio de color */
    .bg-danger-light:hover {
        background-color: rgba(255, 99, 71, 0.5);
        /* Rojo un poco más oscuro cuando se pasa el mouse */
    }
    .icon-card {
        border-radius: 12px;
        border: 2px solid #eee;
        cursor: pointer;
        transition: all 0.3s ease;
    }
    
    .icon-card:hover {
        background-color: #f8d7da; /* Rosa claro */
    }
    
    .Img_Tipo_Producto {
        width: 100%;
        height: auto;
        max-width: 100px; /* Puedes ajustar este valor según necesites */
        object-fit: cover;
        border-radius: 8px;
    }
  
     .nav-horizontal-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 5px;
        background-color: #c72784;
    
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE 10+ */
    }

    .nav-horizontal-scroll::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .nav-horizontal-scroll::-webkit-scrollbar-thumb {
        background: #cc86b1;
        border-radius: 3px;
        display: none; /* Chrome, Safari, Opera */
    }

    .nav-horizontal-scroll .menu-item {
        display: inline-block;
        vertical-align: top;
        margin-right: 10px;
    }

    .nav-horizontal-scroll .btn {
        min-width: 150px;
      
        border-radius: 10px;
    }

    .nav-horizontal-scroll .btn:hover {
        background-color: #495057;
    }

    .nav-horizontal-scroll h3, .nav-horizontal-scroll h6 {
        margin: 0;
    }             
    .card-product {
    background: white;
    border-radius: 16px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card-product:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.product-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    
}

.product-name {
    font-size: 0.95rem;
    font-weight: bold;
    color: #333;
}

.product-price {
    font-size: 0.85rem;
    color: #c72784;
    font-weight: bold;
}
                                                                                      /*COMPRAS */
                                                                                    
    .card-custom {
        border: none;
        border-radius: 20px;
        background: #ffffff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        cursor: pointer;
       
    }

    .card-title-custom {
        font-weight: 600;
        font-size: 15px;
        letter-spacing: 1px;
        color: #444;
    }
  .card-custom:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        ;
    }

 

    .icon-circle img {
        width: 50px;
        height: 50px;
        margin-bottom: 5%
    }

    .card-bottom-line {
        width: 40px;
        height: 4px;
        background: #ff6fa5;
        margin: 10px auto 0 auto;
        border-radius: 5px;
    }

                                                                                                   
}