diff --git a/servicios.html b/servicios.html index 41afbe3..795afc3 100644 --- a/servicios.html +++ b/servicios.html @@ -23,6 +23,11 @@ } .pulse-slow { animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } } + + /* Estilos para el chat */ + .msg-me { background-color: #dcfce7; border-bottom-right-radius: 4px; border: 1px solid #bbf7d0; align-self: flex-end; } + .msg-other { background-color: #f1f5f9; border-bottom-left-radius: 4px; border: 1px solid #e2e8f0; align-self: flex-start; } + .msg-internal { background-color: #fffbeb; border-radius: 8px; border: 1px solid #fde68a; align-self: center; width: 90%; } /* Estilos base para formularios mejorados */ .input-modern { @apply w-full bg-slate-50 border border-slate-200 px-4 py-3 rounded-xl text-sm font-semibold text-slate-700 outline-none transition-all focus:border-blue-500 focus:bg-white focus:ring-2 focus:ring-blue-100; } @@ -247,8 +252,8 @@ -