.custom-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .7);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity 0.3s ease}.custom-popup-overlay.show{opacity:1}.custom-popup-container{position:relative;background:#fff;border-radius:8px;box-shadow:0 10px 40px rgb(0 0 0 / .3);width:100%;max-height:90vh;overflow-y:auto;transform:scale(.7);transition:transform 0.3s ease}.custom-popup-overlay.show .custom-popup-container{transform:scale(1)}.custom-popup-overlay[data-efecto="slide-down"] .custom-popup-container{transform:translateY(-100px)}.custom-popup-overlay[data-efecto="slide-down"].show .custom-popup-container{transform:translateY(0)}.custom-popup-overlay[data-efecto="slide-up"] .custom-popup-container{transform:translateY(100px)}.custom-popup-overlay[data-efecto="slide-up"].show .custom-popup-container{transform:translateY(0)}.custom-popup-overlay[data-efecto="zoom"] .custom-popup-container{transform:scale(.3)}.custom-popup-overlay[data-efecto="zoom"].show .custom-popup-container{transform:scale(1)}.custom-popup-content{position:relative;padding:40px 30px 30px}.custom-popup-close{position:absolute;top:10px;right:10px;background:#fff0;border:none;font-size:32px;line-height:1;cursor:pointer;color:#333;z-index:10;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background 0.2s ease}.custom-popup-close:hover{background:rgb(0 0 0 / .1)}.custom-popup-image{margin:-40px -30px 20px;border-radius:8px 8px 0 0;overflow:hidden}.custom-popup-image img{width:100%;height:auto;display:block}.custom-popup-body{text-align:center}.custom-popup-body h2{font-size:28px;margin:0 0 10px;color:#333}.custom-popup-body h3{font-size:20px;margin:0 0 15px;color:#666;font-weight:400}.custom-popup-body p{font-size:16px;line-height:1.6;color:#555;margin:0 0 25px}.custom-popup-button{display:inline-block;padding:12px 30px;background:#0073aa;color:#fff;text-decoration:none;border-radius:5px;font-size:16px;font-weight:600;transition:background 0.3s ease}.custom-popup-button:hover{background:#005177;color:#fff}@media (max-width:768px){.custom-popup-container{max-width:95%!important}.custom-popup-content{padding:30px 20px 20px}.custom-popup-body h2{font-size:24px}.custom-popup-body h3{font-size:18px}.custom-popup-body p{font-size:14px}}