.cabecera {
/*    background-image: linear-gradient(to bottom right, #96B5F0, #D1E1FF, #55B072, rgb(255, 122, 89));  */
    background-image: linear-gradient(to bottom right, #e2bb4f, #D1E1FF, #d0d697, rgb(255, 122, 89)); 
    color: #180474;
    padding: 10px 10px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.cabecera a {
    color: rgb(115, 3, 3);
/*    color: rgb(218, 241, 10); */
    text-decoration: none;
}
.div-cabecera {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.div-logo-usuario {
    width: 60%;
    max-width: 1200px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: left; 
    align-items: center; 
    flex-wrap: wrap;
}

.lblusuario{
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #050c6b;
}


.imgcablogo {
    width: 200px;
    height: 120px;
}


.divconocerte {
    display: flex;
    font-size: 1rem;
    line-height: 1em;
    color: black;
    width: 40%;
    justify-content: space-between;
}

.imgconocerte {
    display: inline-block;
    border: 0;
    width: 80px;
    height: 80px;
    text-align: right;
}

.menu-pedido {
    display: block;
    cursor: pointer;
    padding: 0.2rem 0.2rem;
}

.iconpedido {
    width: 40px;
    height: 40px;
}

.btnmenu {
    display: none;
}

.img-btnmenu {
    width: 40px;
    height: 40px;
    content: url("/app/imagenes/menu.png?v=1");
}



.div-cabeceracarrito {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.btnmenu1{
    display: inline-block;
}


.img-btnmenu1 {
    width: 60px;
    height: 60px;
    content: url("/app/imagenes/volver.png?v=1");
    cursor: pointer;
    padding: 0rem 2rem;
}

.img-btnusu {
    width: 40px;
    height: 40px;
    padding: 10px 15px;
}


.navegacion {
    margin-top: 0rem;
}

.navegacion ul {
    margin: 6px;
    padding: 0;
    list-style: none;
}

.navegacion ul li {
    display: inline-block;
}

.navegacion ul li a {
    display: block;
    padding: 0.5rem 0.5rem;
    transition: all 0.2s linear;
    border-radius: 25px;

}

.btnprod{
        font-family: Arial,Helvetica,sans-serif;
        font-size: 1rem;
        font-weight: bold;
        border: 1px solid #8b0707;
        text-align: center;
        background-image: linear-gradient(to bottom right, #e25716, #dfbfb9, #e9dab0, rgb(255, 122, 89));
}

.btnped {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #1f0d88;
    text-align: center;
    background-image: linear-gradient(to bottom right, #5b5dee, #8385eb, #bdc0ec, rgb(91, 77, 214));
}

.btnnos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #0b4412;
    text-align: center;
    background-image: linear-gradient(to bottom right, #29972f, #1c9653, #bbeccc, rgb(113, 214, 159));
}


.btncont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #a1860d;
    text-align: center;
    background-image: linear-gradient(to bottom right, #dcdf41, #d0dfaf, #eaebd6, rgb(200, 224, 59));
}


.navegacion ul li a:hover {
    border: 1px solid #0a0a0a;
    background-image: linear-gradient(to bottom right, #6a6a6d, #c1c1ca, #b8b9ce, rgb(119, 118, 124));
}

.cantidad {
    text-align: center;
    width: 100%;
    height: 25px;    
    top: 0;
    border-radius: 50px;
    border: 1px solid #04075f;
    color: rgb(3, 4, 71);
    
}


@media only screen and (max-width:1220px) {
    .cabecera {
/*            background-image: linear-gradient(to bottom right, #96B5F0, #D1E1FF, #55B072, rgb(255, 122, 89)); */
            background-image: linear-gradient(to bottom right, #e2bb4f, #D1E1FF, #d0d697, rgb(255, 122, 89));           
            color: #180474;
            padding: 5px 5px ;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            box-sizing: border-box; 
        }

    .cabecera a {
            color: rgb(115, 3, 3);
            /*color: rgb(23, 66, 158);*/
            text-decoration: none;
        }

    .div-cabecera {
            width: 100%;
            margin: 0 auto;
            display: flex;
/*            justify-content: center;  */
            align-items: center;
            flex-wrap: wrap;
            padding: 0px 0px;
            box-sizing: border-box;
            line-height: 1rem;
/*    border: 1px solid #04075f;*/
        }


    .imgcablogo {
            width: 60px;
            height: 60px;
        }

    .lblusuario {
        width: 300px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8rem;
        color: #050c6b;
    }


    .divconocerte {
            display: flex;
            font-size: 0.6rem;
            line-height: 0.7rem;
            color: black;
            width: 100%;
/*            flex-wrap: wrap; */
            justify-content: center;
            padding: 3px 2px;
            box-sizing: border-box;
/*            border: 1px solid #04075f;*/
        }

    .imgconocerte {
            display: inline-block;
            border: 0;
            width: 40px;
            height: 40px;
            text-align: right;
            
        }

    .menu-pedido {
            display: inline-block;
            cursor: pointer;
            padding: 0rem 0.5rem;
        }

    .iconpedido {
            width: 40px;
            height: 40px;
        }

    .btnmenu {
            display: block;
            cursor: pointer;
            padding: 0rem 1rem;
        }

    .img-btnmenu{
            width: 40px;
            height: 40px;
            content: url("/app/imagenes/menu.png?v=3");
        }


        .btnmenu1 {
            display: block;
        }

        .img-btnmenu1 {
            width: 40px;
            height: 40px;
            content: url("/app/imagenes/volver.png?v=3");
            cursor: pointer;
            padding: 0rem 2rem;
        }


        .navegacion {
            width: 100%;
            margin-top: 1rem;
            margin-left: 1rem;
        }

        .navegacion ul {
            display: none;
        }
    
        .navegacion ul.show {
            display: block;
        }
        
        .navegacion ul li {
            display: block;
        }
    
        .navegacion ul li a {
            display: block;
            padding: 0.5rem 0;
            transition: all 0.4s linear;
            border-radius: 25px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1rem;
            border: 1px solid #04075f;
            text-align: center;


        }
    
        .navegacion ul li a:hover {
            background: #807b7b;
        }

    .cantidad {
            text-align: center;
            width: 100%;
            top: 0;
            border-radius: 50px;
            border: 1px solid #04075f;
            color: rgb(3, 4, 71);
            height: 25px;  
        }

    .img-btnusu {
        width: 40px;
        height: 40px;
        padding: 5px 5px;
    }

    .btnprod {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        font-weight: bold;
        border: 1px solid #8b0707;
        text-align: center;
        background-image: linear-gradient(to bottom right, #e25716, #dfbfb9, #e9dab0, rgb(255, 122, 89));
    }

    .btnped {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #1f0d88;
        text-align: center;
        background-image: linear-gradient(to bottom right, #5b5dee, #8385eb, #bdc0ec, rgb(91, 77, 214));
    }

    .btnnos {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #0b4412;
        text-align: center;
        background-image: linear-gradient(to bottom right, #29972f, #1c9653, #bbeccc, rgb(113, 214, 159));
    }


    .btncont {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        border: 1px solid #a1860d;
        text-align: center;
        background-image: linear-gradient(to bottom right, #dcdf41, #d0dfaf, #eaebd6, rgb(200, 224, 59));
    }

}