<!-- Botón flotante para abrir el chat -->
<style>
#chat-button {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #25d366;
color: white;
border: none;
border-radius: 50px;
padding: 15px 20px;
font-size: 16px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
cursor: pointer;
z-index: 999;
}
</style>
<button id="chat-button" onclick="window.open('https://chat.openai.com/g/g-xxxxxxxxxx-ruta-jessy-tu-puerta-medica', '_blank')">
🩺 Habla con la Asistente de la Dra. Jessy
</button>