.btn-floating.fixed-bottom2 {
    position: fixed;
    top: auto;
    bottom: 15px;
    right: 15px;
}

.btn-floating {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 8px;
    color: rgba(67, 67, 67, 0.7);
    fill: rgba(67, 67, 67, 0.7);
    border: 1px solid rgba(67, 67, 67, 0.05);
    border-radius: 30px;
    font-size: 18px;
    line-height: 16px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.04), 0 3px 1px -2px rgba(0, 0, 0, 0.04), 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    z-index: 10;
    color: rgb(255, 255, 255);
    background-color: #4dc247;
}

.btn-whatsapp {
    color: white;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.btn-whatsapp svg {
    width: 40px;
    height: 40px;
    padding: 5px 2px;
    fill: white;
    vertical-align: middle;
    -webkit-box-sizing: content-box !important;
    box-sizing:content-box !important;
}

.visible-when-content-ready {
    visibility: visible !important;
}