/* O atalho flutuante é circular para não ser recortado pelo canvas do Elementor. */
.emx .emx-floating-wa{
  right:18px!important;
  bottom:18px!important;
  display:flex!important;
  width:58px!important;
  min-width:58px!important;
  max-width:58px!important;
  height:58px!important;
  min-height:58px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  gap:0!important;
  border-radius:50%!important;
  overflow:hidden!important;
}
.emx .emx-floating-wa span{display:none!important}
.emx .emx-floating-wa svg{
  display:block!important;
  width:29px!important;
  min-width:29px!important;
  height:29px!important;
  flex:0 0 29px!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
}
@media(max-width:767px){
  .emx .emx-floating-wa{right:14px!important;bottom:14px!important;width:54px!important;min-width:54px!important;max-width:54px!important;height:54px!important;min-height:54px!important}
  .emx .emx-floating-wa svg{width:27px!important;min-width:27px!important;height:27px!important;flex-basis:27px!important}
}
