#atendimentoWhatsApp{
    position: fixed;
    bottom: 20px;
    left: 0px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    z-index: 5015;
}
#atendimentoWhatsApp .container{
    float: left;
    width: 280px;
    height: 70px;
    cursor: pointer;
}
#atendimentoWhatsApp .container .imagem{
    position: absolute;
    float: left;
    width: 70px;
    height: 70px;
    z-index: 1050;
    background-image: url(../img/whatsapp.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 70px 70px;
}
#atendimentoWhatsApp .container .fundo {
    position: relative;
    top: 10px;
    left: 30px;
    background-color: #00E777;
    width: 290px;
    height: 45px;
    z-index: 1049;
    border-style: solid;
    border-color: #ffffff;
    border-width: 5px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
}
#atendimentoWhatsApp .container .texto{
    position: relative;
    z-index: 1051;
    top: -27px;
    left: 70px;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
}

@media screen and (max-width: 480px) {

    #atendimentoWhatsApp{
        position: fixed;
        bottom: 80px;
        width: 100%;
        height: 70px;
        overflow: hidden;
        z-index: 5015;
    }

    #atendimentoWhatsApp .container{
        float: right;
        width: 340px;
        height: 70px;
        cursor: pointer;
    }
    #atendimentoWhatsApp .container .imagem{
        position: absolute;
        float: left;
        width: 70px;
        height: 70px;
        z-index: 1050;
        background-image: url(../img/whatsapp.png);
        background-repeat: no-repeat;
        background-position: left;
        background-size: 70px 70px;
    }
    #atendimentoWhatsApp .container .fundo {
        position: relative;
        top: 10px;
        left: 30px;
        background-color: #00E777;
        width: 290px;
        height: 45px;
        z-index: 1049;
        border-style: solid;
        border-color: #ffffff;
        border-width: 5px;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -khtml-border-radius: 12px;
    }
    #atendimentoWhatsApp .container .texto{
        position: relative;
        z-index: 1051;
        top: -27px;
        left: 70px;
        font-size: 18px;
        font-weight: normal;
        line-height: 30px;
        color: #ffffff;
    }
}
