/* Botón flotante del chat */ .chat-float-btn { position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; background: #121212; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 15px rgba(0,0,0,0.3); transition: all 0.3s ease; z-index: 1000; color: #bb86fc; font-size: 24px; text-decoration: none; border: 1px solid #333; } .chat-float-btn:hover { background: #222; transform: scale(1.1); } /* Badge de notificaciones */ .notification-badge { position: absolute; top: -5px; right: -5px; background: #e74c3c; color: white; border-radius: 50%; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: bold; box-shadow: 0 2px 5px rgba(0,0,0,0.2); } /* Estilos para cuando no hay notificaciones */ .no-notifications { display: none; } /* Animación para llamar la atención */ @keyframes pulse { 0% { transform: scale(1); } 50% { transform: scale(1.1); } 100% { transform: scale(1); } } .has-notifications { animation: pulse 2s infinite; } 💬 Todas las Películas - SeeMovies

Todas las Películas

Limpiar Filtros

No se encontraron películas.