

.continerx{
    width: 100%;
    height: 100%;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 9;
    background-color: rgba(0,0,0,0.7);
    display: none;
}

.boxmenu{
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    width: 80%;
    height: auto;
    background-image: url('.././img/bg.jpg');.
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0;
    border-radius: 0;
    max-width: 600px;
    position: relative;
    max-width: 600px;
}

.closmenu{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(225,225,225,0.8);
    border-radius: 50%;
    top: -10px;
    right: -10px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: ;
}

.titlelog{
    width: 100%;
    padding: 10px;
    height: 40px;
    background-color: #3F4553;
}

.bxmenh{
    padding: 16px;
}

.menullg{
    margin-bottom: 15px;
}

.twitter{
    width: 100%;
    height: auto;
    padding: 7px;
    font-size: 14px;
    background: #1DA1F2;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 2px 0 rgba(225,225,225,0.9);
    position: relative;
    text-align: center;
}

.email{
    width: 100%;
    height: auto;
    padding: 7px;
    font-size: 14px;
    background: red;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 2px 0 rgba(225,225,225,0.9);
    position: relative;
    text-align: center;
}

.google{
    width: 100%;
    height: auto;
    padding: 7px;
    font-size: 14px;
    background: #01875f;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 2px 0 rgba(225,225,225,0.9);
    position: relative;
    text-align: center;
}

.menullg i{
    position: absolute;
    left: 10px;
}

.bi-google-play{
    position: absolute;
    left: 10px;
}

.bi-twitter-x{
    position: absolute;
    left: 10px;
}

#myAudio{
    position: fixed;
    z-index: 9999;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    display: none;
}

.play{
    color: red;
}