.elementor-1314 .elementor-element.elementor-element-40aa6204{--display:flex;}.elementor-1314 .elementor-element.elementor-element-6b0ef605 .e-contact-buttons__chat-button-shadow{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.15);}@media(max-width:767px){.elementor-1314 .elementor-element.elementor-element-6b0ef605 .e-contact-buttons{--e-contact-buttons-horizontal-offset:0px;}}/* Start custom CSS for contact-buttons-var-5, class: .elementor-element-6b0ef605 */@keyframes show-button {
  from {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}

.e-contact-buttons__chat-button-container {
  /* Configuración básica */
  position: fixed;
  bottom: 20px;
  right: 20px;
  
  /* Estado inicial oculto */
  opacity: 0;
  visibility: hidden;

  /* La magia: Animación vinculada al scroll */
  animation: show-button linear both;
  animation-timeline: scroll();
  
  /* El botón aparecerá entre el pixel 0 y el 300 de scroll */
  animation-range: 0px 300px;
}/* End custom CSS */