.elementor-1628 .elementor-element.elementor-element-6201e7c{--display:flex;--min-height:90px;--border-radius:50px 50px 50px 50px;}.elementor-1628 .elementor-element.elementor-element-6201e7c:not(.elementor-motion-effects-element-type-background), .elementor-1628 .elementor-element.elementor-element-6201e7c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-1628 .elementor-element.elementor-element-26700a6{--display:flex;}.elementor-1628 .elementor-element.elementor-element-26700a6:not(.elementor-motion-effects-element-type-background), .elementor-1628 .elementor-element.elementor-element-26700a6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-b8862cb );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}#elementor-popup-modal-1628 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1628{justify-content:flex-end;align-items:flex-end;}#elementor-popup-modal-1628 .dialog-widget-content{border-style:none;}@media(min-width:768px){.elementor-1628 .elementor-element.elementor-element-6201e7c{--content-width:90px;}}/* Start custom CSS for container, class: .elementor-element-6201e7c */.fab-toggle {
    width: 90px;
    height: 90px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-26700a6 *//* OCULTA el menú por defecto */
.fab-menu {
  display: none;
  position: fixed;
  bottom: 150px;   /* distancia desde el botón */
  right: 20px;
  flex-direction: column;
  gap: 12px;
  animation: fadeIn .25s ease;
  z-index: 999999;
}

/* AL MOSTRARLO */
.fab-menu.active {
  display: flex;
}

/* ANIMACIÓN */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Estilo opcional: el botón redondo */
.fab-toggle {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
}/* End custom CSS */