@charset "UTF-8";
  #whatsapp-flotante{
position: fixed;
bottom: 20px;
right: 20px;
display: flex;
border-radius: 100px;
width: fit-content;
overflow: hidden;
z-index:99;
}
#whatsapp-flotante img{
height: 60px;
width: 60px;
}