    .oculto {
      opacity: 0;
      transform: translateY(-100%);
    }

.cabecera {
    transition: opacity 0.6s ease, transform 0.6s ease;    
/*    background:black;*/
    background:#091444 ;
/*    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: #fdba55; 
    padding: 10px 10px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-sizing: border-box;
}
.cabecera a {
    color: #fdba55;
/*    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: 70%;
    max-width: 1200px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: left; 
    align-items: center; 
    flex-wrap: wrap;
}

.lblusuario{
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #fdba55;
    text-align: center;
}


.imgcablogo {
    width: 110px;
    height: 110px;
}


.divconocerte {
    display: flex;
    font-size: 1rem;
    line-height: 1em;
    /*color: black;*/
    color: #fdba55;    
    width: 40%;
    justify-content: space-between;
}

.imgconocerte {
    display: inline-block;
    border: 0;
    width: 80px;
    height: 70px;
    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("/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("/imagenes/volver.png?v=2");
    cursor: pointer;
    padding: 0rem 2rem;
}

.img-btnmenu1c {
    width: 60px;
    height: 60px;
    content: url("/imagenes/volverc.png?v=2");
    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;
        text-align: center;
        background-color: black;
        border: 5px solid #86a2f0;
        /*border: 1px solid #8b0707;
        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;
    text-align: center;
    background-color: black;
    border: 5px solid #86a2f0;
    /*border: 1px solid #1f0d88;
    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;
    text-align: center;
    background-color: black;
    border: 5px solid #86a2f0;
    /*border: 1px solid #0b4412;
    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;
    text-align: center;
    background-color: black;
    border: 5px solid #86a2f0;
    /*border: 1px solid #a1860d;
    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));*/
    border: 5px solid #fdba55;;
    background-color: #3d3d3d;

}

.cantidad {
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 35px;    
    top: 0;
    align-items: flex-start;    
    margin-top: 4px;    
    border-radius: 50px;
/*    text-shadow: 1px 1px rgba(209, 212, 15, 0.3);*/
    background: #373779;
    box-shadow: inset 0px 0px 7px  1px #FF1493, inset 0px 0px 7px 1px #0CFFF4; 
}


@media only screen and (max-width:1220px) {
    .cabecera {
/*            background-color: black;/*
            background:#091444 ;
/*            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: #fdba55;
            padding: 5px 5px ;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            box-sizing: border-box; 
        }

    .cabecera a {
            color: #fdba55;
            /*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: 80px;
            height: 80px;
        }

    .lblusuario {
        width: 115px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8rem;
        color: #fdba55;
    }


    .divconocerte {
            display: flex;
            font-size: 0.6rem;
            line-height: 0.7rem;
            color: #fdba55;    
            /*color: black;*/
            width: 100%;
/*            flex-wrap: wrap; */
            justify-content: center;
            padding: 3px 2px;
            box-sizing: border-box;
/*            border: 1px solid #fdba55;*/
        }

    .imgconocerte {
            display: inline-block;
            border: 0;
            width: 50px;
            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("/imagenes/menu.png?v=1");
        }


        .btnmenu1 {
            display: block;
        }

        .img-btnmenu1 {
            width: 40px;
            height: 40px;
            content: url("/imagenes/volver.png?v=2");
            cursor: pointer;
            padding: 0rem 2rem;
        }


        .img-btnmenu1c {
            width: 40px;
            height: 40px;
            content: url("/imagenes/volverc.png?v=2");
            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 #e4ed68;
            box-shadow: 0 0 7px 1px #FF1493, 0 0 7px 1px #0CFFF4;
            text-align: center;


        }
    
        .navegacion ul li a:hover {
            background: #807b7b;
        }

    .cantidad {
            text-align: center;
            width: 100%;
            top: 0;
            border-radius: 50px;
/*            border: 1px solid #fdba55;*/
            color: rgb(3, 4, 71);
            height: 21px;  
        }

    .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;
        text-align: center;
        background-color: black;
        border: 10px solid #86a2f0;
/*        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;
        text-align: center;
        background-color: black;
        border: 5px solid #86a2f0;
        /*border: 1px solid #1f0d88;
        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;
        text-align: center;
        background-color: black;
        border: 5px solid #86a2f0;
        /*border: 1px solid #0b4412;
        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;
        text-align: center;
        background-color: black;
        border: 5px solid #86a2f0;
        /*border: 1px solid #a1860d;
        background-image: linear-gradient(to bottom right, #dcdf41, #d0dfaf, #eaebd6, rgb(200, 224, 59));*/
    }

}