/*
Oculta botones flotantes insertados por plugins de WordPress que no pertenecen
al HTML convertido del sitio VCP.
*/
.mystickyelements-fixed,
.mystickyelement-lists-wrap,
.mystickyelements-contact-form,
#mystickyelements-social,
#buttonizer,
.buttonizer,
.joinchat,
.joinchat__button,
#qlwapp,
.qlwapp,
.ht-ctc,
.ht_ctc_chat,
.whatsappme,
.floating-wpp,
.wa__btn_popup,
.cresta-whatsapp-chat-box,
.wp-whatsapp,
.whatsapp-floating,
.sticky-buttons,
.sticky-social,
.floating-contact,
.float-contact,
.social-floating,
.wpfloatingmenu,
.wp-floating-buttons,
.wp-block-social-links.is-style-logos-only.vcp-remove-floating,
[class*="mystickyelements"],
[id*="mystickyelements"],
[class*="buttonizer"],
[id*="buttonizer"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.material-symbols-outlined {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25em;
  min-width: 1.25em;
  height: 1.25em;
  overflow: hidden;
  line-height: 1;
  vertical-align: -0.18em;
}

.material-symbols-outlined svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
  flex: 0 0 auto;
}
