.whatsapp{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
}
.whatsapp .btn-wsp{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid green;
    font-size: 30px;
    color: green;
    margin-right: 10px;
    transition: 0.3s;
}

.whatsapp .btn-wsp:hover {
    color: #105100;
    border-color: #105100;
  }
/* .whatsapp .btn-wsp {
    background-color: green;
    color: white;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding: 5px;
    box-shadow: 0 4px 10px rgb(0, 9, 0, 0.5);
    z-index: 100;
}

.whatsapp .btn-wsp i {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 45px;
}

.whatsapp .btn-wsp:hover {
    color: green;
    background-color: white;
} */