.whats-fixo {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    margin: 35px;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: url('content/whatsapp.svg') no-repeat center center, #70a83b;
    background-size: 30px 30px;
    border-radius: 50%;
    transition: .4s;
}

.whats-fixo:hover {
    box-shadow: 0 0 6px black;
}

.whatsapp-desk {
    width: 213px;
    height: 90px;
    background: url("content/whats-fixo.png")no-repeat center top;
    position: fixed;
    z-index: 30;
}

.txt-fale {
    float: left;
    font: 500 12.23px montserrat;
    color: #ffffff;
    line-height: 17.48px;
    margin: 22px 0 0 101px;
}

.txt-fale span {
    font: 700 13.11px montserrat;
}

.txt-click {
    float: left;
    font: 500 9.61px montserrat;
    color: #ffffff;
    line-height: 17.48px;
    margin: 14px 0 0 118px;
}

.whatsapp-desk.hospital {
    bottom: 5px;
    right: 0;
}

.whatsapp-desk.clinica {
    bottom: 100px;
    right: 0;
}

.whatsapp-desk:hover .txt-fale {
    font-size: 14px;
}

.whatsapp-desk:hover .txt-fale span {
    font-size: 15px;
}

.whatsapp-desk:hover .txt-click {
    margin-top: 12px;
}

@media(max-width: 990px) {
    .whats-fixo {
        display: flex;
    }

    .whats-fixo p {
        position: absolute;
        left: 50%;
        bottom: -22px;
        transform: translate(-50%, 0);
        padding: 5px 15px;
        font: 500 12px montserrat;
        color: #ffffff;
        line-height: 13px;
        text-align: center;
        background-color: #A0D849;
        white-space: nowrap;
    }

    .whats-fixo.clinica {
        bottom: 85px;
    }

    .whatsapp-desk {
        display: none;
    }
}