  ._whats--pulse {
        display: none;
    }
    ._whats--pulse2 {
        background: #25d366;
        color: white;
        position: fixed;
        bottom: 18px;
        right: 18px;
        font-size: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0;
        height: 0;
        z-index: 900 !important;
        padding: 35px;
        text-decoration: none;
        border-radius: 50%;
        animation-name: pulse;
        animation-duration: 1.5s;
        animation-timing-function: ease-out;
        animation-iteration-count: infinite;
    }
    ._whats--pulse2:hover {
        color: #ffffff;
    }
    ._whats--pulse2 span {
        font-size: 2.8rem;
    }





    ._button-whatsapp{
        display: none !important;
    }

    ._button-whatsapp-imovel-item{
        display: flex !important;
    }