@charset "UTF-8";

.btn-whatsapp{
    z-index: 1001;
    width: 40px;
    height: 40px;
    background-color: #FFFFFF;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    color: #0384b0;
    position: fixed!important;
    right: 3%!important;
    bottom: 5%!important;
    border-radius: 4px!important;
    padding: 5px;
    transition: all .4s ease-in;
}

.btn-whatsapp:hover{
    color: #0073d7;
}

.btn-whatsapp span{
    width: 100%!important;
    height: 100%!important;
}

.btn-whatsapp svg{
    width: 100%!important;
    height: 100%!important;
}