.elementor-958 .elementor-element.elementor-element-4990223{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-958 .elementor-element.elementor-element-1062d96 .elementor-button{background-color:#FD5A37;fill:#E9E4E4;color:#E9E4E4;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);border-radius:20px 20px 20px 20px;padding:12px 12px 12px 12px;}#elementor-popup-modal-958 .dialog-widget-content{animation-duration:2.8s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-958 .dialog-message{width:80px;height:auto;}#elementor-popup-modal-958{justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-958 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-958 .elementor-element.elementor-element-4990223{--content-width:724px;}}/* Start custom CSS */#elementor-popup-modal-958 {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 99999 !important;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: red;
    animation: pulso 2s infinite;
}

@keyframes pulso {
    0%, 100% { 
        box-shadow: 0 0 20px rgba(255,0,0,0.6);
    }
    50% { 
        box-shadow: 0 0 40px rgba(255,0,0,1);
        transform: scale(1.05);
    }
}/* End custom CSS */