diff --git a/servicios.html b/servicios.html index 24314be..1e063da 100644 --- a/servicios.html +++ b/servicios.html @@ -23,6 +23,10 @@ } .pulse-slow { animation: pulse 3s cubic-bezier(0.4, 0, 0.6, 1) infinite; } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .5; } } + + /* 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; } + .label-modern { @apply block text-[10px] font-black text-slate-500 uppercase tracking-widest mb-1.5 ml-1; } @@ -111,38 +115,124 @@ -