@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');
body {
    font-family: 'Inter', sans-serif;
}
.hero-gradient {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

/* --- Utilidades de Tailwind usadas en el HTML --- */
body {
    background-color: #f9fafb; /* bg-gray-50 */
    color: #1e293b; /* text-gray-800 */
}

#palabra_jjmovil {
    font-size: 1.5rem; /* text-2xl */
    font-weight: 700; /* font-bold */
    color: #2563eb; /* text-blue-600 */
}

h2 {
    font-size: 20px;
    font-weight: 600; /* font-semibold */
    color: #1e293b; /* text-gray-800 */
    margin-bottom: 1rem; /* mb-4 */
    text-align: center;
}

#contacto{
    font-size: 1.25rem; /* text-xl */
    color: #4b5563; /* text-gray-600 */
    margin-bottom: 2.5rem; /* mb-10 */
    text-align: center;
}

#pie_pagina {
    background-color: #0f172a; /* bg-slate-900 */
    color: #d1d5db; /* text-gray-300 */
    padding-top: 1rem; /* py-10 */
    padding-bottom: 1rem; /* py-10 */
    border-top-width: 1px; /* border-t */
    border-color: #1e293b; /* border-slate-800 */
    text-align: center; /* text-center */
    font-size: 20px; /* text-2xl */
}

.bg-white { background-color: #fff !important; }
.bg-blue-600 { background-color: #2563eb !important; }
.bg-blue-700 { background-color: #1d4ed8 !important; }
.bg-blue-100 { background-color: #dbeafe !important; }
.bg-slate-50 { background-color: #f8fafc !important; }
.bg-slate-900 { background-color: #0f172a !important; }
.text-white { color: #fff !important; }
.text-gray-300 { color: #d1d5db !important; }
.text-gray-400 { color: #9ca3af !important; }
.text-gray-600 { color: #4b5563 !important; }
.text-gray-700 { color: #374151 !important; }
.text-gray-800 { color: #1e293b !important; }
.text-blue-400 { color: #60a5fa !important; }
.text-blue-600 { color: #2563eb !important; }
.text-slate-800 { color: #1e293b !important; }
.text-slate-900 { color: #0f172a !important; }
.rounded-lg { border-radius: 0.5rem !important; }
.rounded-xl { border-radius: 0.75rem !important; }
.rounded-full { border-radius: 9999px !important; }
.shadow-sm { box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important; }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important; }
.shadow-lg { box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important; }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important; }
.transition { transition: all 0.2s; }
.transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-duration: 150ms; }
.duration-300 { transition-duration: 300ms; }
.font-bold { font-weight: 700 !important; }
.font-extrabold { font-weight: 800 !important; }
.font-semibold { font-weight: 600 !important; }
.tracking-tight { letter-spacing: -0.015em !important; }
.text-2xl { font-size: 1.5rem !important; }
.text-3xl { font-size: 1.875rem !important; }
.text-4xl { font-size: 2.25rem !important; }
.text-6xl { font-size: 3.75rem !important; }
.text-xl { font-size: 1.25rem !important; }
.md\:text-2xl { font-size: 1.5rem !important; }
.md\:text-6xl { font-size: 3.75rem !important; }
.mb-3 { margin-bottom: 0.75rem !important; }
.mb-4 { margin-bottom: 1rem !important; }
.mb-6 { margin-bottom: 1.5rem !important; }
.mb-8 { margin-bottom: 2rem !important; }
.mb-10 { margin-bottom: 2.5rem !important; }
.mb-12 { margin-bottom: 3rem !important; }
.py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; }
.py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; }
.px-4 { padding-left: 1rem !important; padding-right: 1rem !important; }
.px-8 { padding-left: 2rem !important; padding-right: 2rem !important; }
.p-8 { padding: 2rem !important; }
.gap-4 { gap: 1rem !important; }
.gap-8 { gap: 2rem !important; }
.gap-12 { gap: 3rem !important; }
.space-x-3 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.75rem !important; }
.space-x-8 > :not([hidden]) ~ :not([hidden]) { margin-left: 2rem !important; }
.space-y-6 > :not([hidden]) ~ :not([hidden]) { margin-top: 1.5rem !important; }
.max-w-3xl { max-width: 48rem !important; }
.max-w-4xl { max-width: 56rem !important; }
.max-w-7xl { max-width: 80rem !important; }
.mx-auto { margin-left: auto !important; margin-right: auto !important; }
.my-auto { margin-top: auto !important; margin-bottom: auto !important; }
.h-1 { height: 0.25rem !important; }
.h-16 { height: 4rem !important; }
.h-1 { height: 0.25rem !important; }
.w-16 { width: 4rem !important; }
.w-20 { width: 5rem !important; }
.flex { display: flex !important; }
.inline-flex { display: inline-flex !important; }
.items-center { align-items: center !important; }
.justify-between { justify-content: space-between !important; }
.justify-center { justify-content: center !important; }
.flex-col { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.hidden { display: none !important; }
.sticky { position: sticky !important; }
.top-0 { top: 0 !important; }
.z-50 { z-index: 50 !important; }
.border-2 { border-width: 2px !important; }
.border-t { border-top-width: 1px !important; }
.border-white { border-color: #fff !important; }
.border-slate-800 { border-color: #1e293b !important; }
.md\:flex { display: flex !important; }
.md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
.md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.grid { display: grid !important; }
.leading-relaxed { line-height: 1.625 !important; }
.transition { transition: all 0.2s; }
.hover\:bg-blue-600:hover { background-color: #2563eb !important; }
.hover\:bg-blue-700:hover { background-color: #1d4ed8 !important; }
.hover\:text-blue-600:hover { color: #2563eb !important; }
.hover\:bg-white:hover { background-color: #fff !important; }
.hover\:text-slate-900:hover { color: #0f172a !important; }
.hover\:shadow-xl:hover { box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important; }


/* --- Íconos Font Awesome (solo los usados) --- */
.fa-solid {
    font-family: 'FontAwesome', 'Arial', sans-serif;
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.fa-headset:before { content: '\f590'; }
.fa-gears:before { content: '\f085'; }
.fa-chart-line:before { content: '\f201'; }
.fa-phone:before { content: '\f095'; }
.fa-solid.fa-headset:before,
.fa-solid.fa-gears:before,
.fa-solid.fa-chart-line:before,
.fa-solid.fa-phone:before {
    font-family: 'FontAwesome', 'Arial', sans-serif;
}
/* Nota: Para que los íconos funcionen, necesitas tener la fuente FontAwesome en tu proyecto o reemplazar por SVGs. */
