    .oculto {
      opacity: 0;
      transform: translateY(-100%);
    }

.cabecera {
    transition: opacity 0.6s ease, transform 0.6s ease;    
    background: #fdf3d9;
    /*background: white;*/    
/*    height:110px;*/
    color: black; 
    padding: 10px 0px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-sizing: border-box;
}

.cabecera a {
    color: white; /* color de fuente de los botones*/
    text-decoration: none;
}
.div-cabecera {
    width: 100%;
    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: black;
    background: #8ee2e2;    
    text-align: center;
}


.imgcablogo {
    width: 120px;
    height: 50px;
}


.divconocerte {
    display: flex;
    font-size: 1rem;
    line-height: 1em;
    /*color: black;*/
    color: #fdba55;    
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

.imgconocerte {
    display: inline-block;
    border: 0;
    width: 100px;
    height: 80px;
    text-align: right;
}

.menu-pedido {
    display: block;
    cursor: pointer;
    padding: 0.2rem 0.2rem;
}

.iconpedido {
    width: 70px;
    height: 70px;
    padding: 10px 0px;

}

.btnmenu {
    display: none;
}

.img-btnmenu {
    width: 40px;
    height: 40px;
    content: url("/imagenes/menu.png?v=2");
}



.div-cabeceracarrito {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.btnmenu1{
    display: inline-block;
}


.img-btnmenu1 {
    width: 90px;
    height: 90px;
    content: url("/imagenes/volver.png?v=2");
    cursor: pointer;
    padding: 0rem 2rem;
}

.img-btnusu {
    width: 70px;
    height: 70px;
    padding: 10px 10px;
}


.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: #1ea2a2;
    border: 2px solid #178989;

}

.btnped {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: #1ea2a2;
    border: 2px solid #178989;
}

.btnnos {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: #1ea2a2;
    border: 2px solid #178989;


}


.btncont {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    background-color: #1ea2a2;
    border: 2px solid #178989;

}


.navegacion ul li a:hover {
    /*border: 1px solid #0a0a0a;
    background-image: linear-gradient(to bottom right, #6a6a6d, #c1c1ca, #b8b9ce, rgb(119, 118, 124));*/
    border: 2px solid #ff1388;
    background-color: #046d6d;
    

}



@media only screen and (max-width:1220px) {
    .cabecera {
            background: #fdf3d9;
            /*background: white;    */
            color: black;
            padding: 5px 5px 0 0 ;
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            box-sizing: border-box; 
        }

    .cabecera a {
            color:#c6021f; /* color fuente boton */
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 5rem;
            font-weight: bold;
        }

    .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: 350px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8rem;
        color: black;
        background: #8ee2e2;    
        border: 2px solid #178989;
        
    }

    .divconocerte {
            display: flex;
            font-size: 0.6rem;
            line-height: 0.6rem;
            color: #fdba55;    
            /*color: black;*/
            width: 100%;
            justify-content: center;
            align-items: center;
            padding: 0px 0px;
            box-sizing: border-box;
        }

    .imgconocerte {
            display: inline-block;
            border: 0;
            width: 65px;
            height: 55px;
            text-align: right;
            
        }

    .menu-pedido {
            display: inline-block;
            cursor: pointer;
            padding: 0rem 0rem;
        }

    .iconpedido {
            width: 55px;
            height: 55px;
        }

    .btnmenu {
            display: block;
            cursor: pointer;
            padding: 0rem 1rem;
        }

    .img-btnmenu{
            width: 40px;
            height: 40px;
            content: url("/imagenes/menu.png?v=2");
        }


        .btnmenu1 {
            display: inline-block;
           /*display: block;*/
        }

        .img-btnmenu1 {
            width: 55px;
            height: 55px;
            content: url("/imagenes/volver.png?v=2");
            cursor: pointer;
            padding: 0.5rem 1rem;
        }


        .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: 15px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 1rem;
            border: 2px solid #ed00ee;
            box-shadow: 0 0 7px 1px #FF1493, 0 0 7px 1px #0CFFF4;
            text-align: center;
           font-family: Arial, Helvetica, sans-serif;
            font-size: 2rem;
            font-weight: bold;

        }
    
        .navegacion ul li a:hover {
            background: #ffccff;
        }


    .img-btnusu {
        width: 55px;
        height: 55px;
        padding: 0.5rem 5px;
    }

    .btnprod {
/*      font-family: Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: bold;*/
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
        text-align: center;
        background-color: #ffafff;
/*      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;*/
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ffafff;
/*      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;*/
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ffafff;
/*      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;*/
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ffafff;
/*      background-image: linear-gradient(to bottom right, #dcdf41, #d0dfaf, #eaebd6, rgb(200, 224, 59));*/
    }

}