.btn-wsp{
    position: fixed;
    width: 90px;
    height: 90px;
    line-height: 80px;
    bottom: 35px;
    right: 35px;
    background-color: #128C7E;
    color: rgb(255, 255, 255);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.btn-wsp:hover{
    text-decoration: none;
    color: #128c7e;
    background-color: #fff;
}

.bi-whatsapp{
    width: 45px;
    height: 45px;
}