#contenedor_3botones_public {
    display: none;
}
@media screen and (max-width: 790px) {
    #contenedor_3botones_public {
        font: caption;
        text-align: justify;
        z-index: 790;
        clear: both;
        margin: 0 auto;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        padding: 10px 0px;
        display: flex;
        justify-content:space-around;
        align-items: flex-end;
    }

    .one-col-3 {
        padding: 0;
        width:32%;
    }

    .one-col-3>a {
        border-radius: 20px;
        height: 40px;
        font-size: 1em;
        padding: 3px 0px;
        text-align: center;
        box-sizing: content-box;
        text-decoration: none !important;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrbtn-label-mobil {
     margin-left: 5px;
    }

    /**Disenio**/
    .wrbtn-circulo{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FF3B30 !important;
        -moz-border-radius: 50% ;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 10px;
        width: 15px !important;
        height: 15px !important;
        position: relative;
        top: 10px;
       /* position: absolute;
        top: 40px;*/
    }

    .wrbtn-circulo_smartupp{
        display: flex;
        align-items: center;
        justify-content: center;
        background: #28CD41 !important;
        -moz-border-radius: 50% ;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 10px;
        width: 15px !important;
        height: 15px !important;
        position: relative;
        top: 10px;
    }
    .wrbtn-msg-whatsapp{
        font-size: 9px;
        background-color: #FFD8D6;
        padding: 5px;
        color: #000000;
        border-radius: 7px;
    }
    .wrbtn-msg-smartsupp{
        font-size: 9px;
        background-color: #D4F5D9;
        padding: 5px;
        color: #000000;
        border-radius: 7px;
    }
    .wr-conte-msg-wts{
        line-height: 15px;
    }
}