.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);display:none;align-items:center;justify-content:center;z-index:100}.popup-content{background:#fff;border-radius:15px;text-align:center;width:600px;height:auto;position:relative;overflow:hidden}.popup-content img{width:100%;max-width:100%}.popup-content .info-emergencia-popup{padding:20px}.popup-content .info-emergencia-popup a{background-color:#D10A10;border:2px solid #D10A10;color:#fff!important;display:inline-block;padding:7px 30px;text-transform:uppercase;font-weight:700;border-radius:30px;margin-top:10px;transition:0.3s all ease;font-size:16px}.close-btn{position:absolute;top:10px;right:10px;font-size:25px;cursor:pointer;background-color:#F43442;color:#fff;border-radius:30px;padding:0 15px}@media screen and (max-width:800px){.popup-content{width:95%}}