.whats{
    position: fixed;
    top: 30px;
    right: 10px;
    z-index:999;
}
.botão-whats{
    width: 300px;
}

/*Responsividade*/

@media screen and (max-width: 480px){
    .whats{
       text-align: right;
       top: 120px;
       
    }
    .botão-whats{
        width: 250px;
      
    }
}