.elementor-629 .elementor-element.elementor-element-309aa62e{--display:flex;}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-3e26c323 *//* ==== FIX Elementor Floating WhatsApp button ==== */

/* Evita que se ponga gigante */
.e-floating-buttons .e-floating-buttons__button{
  width:56px !important;
  height:56px !important;
  min-width:56px !important;
  min-height:56px !important;
}

/* Tamaño del icono */
.e-floating-buttons .e-floating-buttons__button i,
.e-floating-buttons .e-floating-buttons__button svg{
  width:22px !important;
  height:22px !important;
  font-size:22px !important;
}

/* Quita filtros (blanco/negro) y fuerza colores */
.e-floating-buttons,
.e-floating-buttons *{
  filter:none !important;
}

.e-floating-buttons .e-floating-buttons__button{
  background:#25D366 !important;
  color:#fff !important;
}

.e-floating-buttons .e-floating-buttons__button svg{
  fill: currentColor !important;
}

/* Responsive */
@media (max-width: 767px){
  .e-floating-buttons .e-floating-buttons__button{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    min-height:48px !important;
  }
  .e-floating-buttons .e-floating-buttons__button i,
  .e-floating-buttons .e-floating-buttons__button svg{
    width:20px !important;
    height:20px !important;
    font-size:20px !important;
  }
}/* End custom CSS */