.boton-flotante{position:fixed;bottom:20px;right:20px;background-color:#412150;color:#FFFFFF;border:2px solid #FB15D7;border-radius:10px;padding:10px 20px;font-family:'Montserrat',sans-serif;font-weight:500;font-size:16px;text-decoration:none;cursor:pointer;animation:pulse 2s infinite;z-index:999}.boton-flotante:hover{background-color:#711D6F}.boton-flotante:active{background-color:#fc13e0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}100%{transform:scale(1)}}#popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(65,33,80,0.9);z-index:9999}#popup-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#412150;color:#FFFFFF;border:2px solid #FB15D7;border-radius:10px;padding:20px;font-family:'Montserrat',sans-serif}#popup-content h2{color:#FFFFFF;font-family:'Montserrat Black',sans-serif}#popup-content input[type="email"]{width:100%;padding:10px;margin-bottom:10px;border-radius:5px;border:1px solid #FB15D7;box-sizing:border-box}#popup-content button{background-color:#FB15D7;color:#FFFFFF;border:none;padding:10px 20px;border-radius:5px;cursor:pointer}#popup-content button:hover{background-color:#FFFFFF;color:#FB15D7}