.elementor-2036 .elementor-element.elementor-element-1929b808{--display:flex;}.elementor-2036 .elementor-element.elementor-element-47be628 .e-contact-buttons{--e-contact-buttons-button-icon:#FFFFFF;--e-contact-buttons-button-bg:#25D366;--e-contact-buttons-button-icon-hover:#FFFFFF;--e-contact-buttons-button-bg-hover:#11A347;--e-contact-buttons-top-bar-title:#FFFFFF;--e-contact-buttons-top-bar-subtitle:#FFFFFF;--e-contact-buttons-close-button-color:#FFFFFF;--e-contact-buttons-top-bar-bg:#292B29;--e-contact-buttons-message-bubble-time:#D6D6D8;--e-contact-buttons-message-bubble-bubble-bg:#F8F8F8;--e-contact-buttons-message-bubble-chat-bg:#FFFFFF;--e-contact-buttons-send-button-icon:#FFFFFF;}.elementor-2036 .elementor-element.elementor-element-47be628 .e-contact-buttons__top-bar-title{font-family:"Sora", Sans-serif;font-size:21px;font-weight:600;line-height:10px;}.elementor-2036 .elementor-element.elementor-element-47be628 .e-contact-buttons__top-bar-subtitle{font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;}.elementor-2036 .elementor-element.elementor-element-47be628 .e-contact-buttons__message-bubble-name{font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;line-height:10px;}.elementor-2036 .elementor-element.elementor-element-47be628 .e-contact-buttons__message-bubble-body{font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;}.elementor-2036 .elementor-element.elementor-element-47be628 .e-contact-buttons__message-bubble-time{font-family:"Inter", Sans-serif;font-size:14px;font-weight:500;}.elementor-2036 .elementor-element.elementor-element-47be628 .e-contact-buttons__send-cta{font-weight:500;line-height:0.2px;}/* Start custom CSS for contact-buttons, class: .elementor-element-47be628 */.e-contact-buttons__chat-button.has-dot:after, .e-contact-buttons__chat-button[type=button].has-dot:after {
    content: "1";
    font-size: 10px;
    line-height: 16.5px;
    font-family: 'Inter';
    z-index: 9999;
}

.e-contact-buttons.has-h-alignment-end .e-contact-buttons__chat-button-container {
    padding-inline-end: 0 !important;
}


#e-contact-buttons__content-wrapper:focus-visible {
    outline: unset !important;
    border:none !important;
}


/*Corrigiendo bug de animación en chat de whatsapp flotante*/
.e-contact-buttons__content.visible .e-contact-buttons__message-bubble.has-typing-animation .e-contact-buttons__dots-container {
	animation-delay: 1.8s !important;
    animation: fadeOut .2s forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.e-contact-buttons__dots-container {
	padding: 0;
}/* End custom CSS */