.titulo-decomat{
    color: red;
}
.contacto{
    transform: translate3d(50px,10px,10px);
    display: flex;
    justify-content: flex-end;
}
.whatsapp-boton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 0px 10px #999;
    z-index: 100;
    transform: translate3d(10px, -30px, 10px);
}

.whatsapp-boton img {
    margin-top: 16px;
    width: 28px;
}

@media (max-width:600px) {
    .contacto{
       transform:translate3d(0px, 10px, 10px)
    }
    .img-negocio{
        margin-left: 57%;
        margin-top: 72px;
    }
}