/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/* --- 1. Base, Reset y Variables --- */
*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
}

:host, html {
    line-height: 1.5;
    font-family: Open Sans, sans-serif;
    tab-size: 4;
}

body { margin: 0; line-height: inherit; }
.cabecera {
    border-top: 2px solid #ef4444;
}
/* --- 2. Layout (Display, Posicionamiento, Flex, Grid) --- */
.block { display: block; }
.fixed { position: fixed; }
.flex { display: flex; }
.flex-col { flex-direction: column; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.grid { display: grid; }
.hidden { display: none; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.overflow-hidden { overflow: hidden; }
.relative { position: relative; }
.scroll-smooth { scroll-behavior: smooth; }
.shrink-0 { flex-shrink: 0; }

/* --- 3. Dimensiones y Espaciado --- */
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.h-1\.5 { height: 0.375rem; }
.h-2 { height: 0.5rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-12 { height: 3rem; }
.h-16 { height: 4rem; }
.h-20 { height: 5rem; }
.h-40 { height: 10rem; }
.h-44 { height: 11rem; }
.h-48 { height: 12rem; }
.h-full { height: 100%; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-7xl { max-width: 80rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.p-6 { padding: 1.5rem; }
.w-2 { width: 0.5rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-16 { width: 4rem; }
.w-20 { width: 5rem; }
.w-40 { width: 10rem; }
.w-auto { width: auto; }
.w-full { width: 100%; }

/* --- 4. Tipografía --- */
.antialiased { -webkit-font-smoothing: antialiased; }
.font-black { font-weight: 900; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-heading { font-family: Montserrat, sans-serif; }
.font-sans { font-family: Open Sans, sans-serif; }
.font-semibold { font-weight: 600; }
.leading-relaxed { line-height: 1.625; }
.leading-tight { line-height: 1.25; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-center { text-align: center; }
.text-lg { font-size: 1.125rem; }
.text-sm { font-size: 0.875rem; }
.text-xl { font-size: 1.25rem; }
.text-xs { font-size: 0.75rem; }
.tracking-tight { letter-spacing: -0.025em; }
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.uppercase { text-transform: uppercase; }

/* --- 5. Colores y Fondos --- */
.bg-escats-blue { background-color: rgb(46 163 242 / var(--tw-bg-opacity, 1)); }
.bg-escats-dark { background-color: rgb(10 25 47 / var(--tw-bg-opacity, 1)); }
.bg-white { background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); }
.text-escats-blue { color: rgb(46 163 242 / var(--tw-text-opacity, 1)); }
.text-escats-dark { color: rgb(10 25 47 / var(--tw-text-opacity, 1)); }
.text-white { color: rgb(255 255 255 / var(--tw-text-opacity, 1)); }

/* --- 6. Bordes, Sombras y Efectos --- */
.backdrop-blur-lg { backdrop-filter: blur(16px); }
.border-escats-blue { border-color: rgb(46 163 242 / var(--tw-border-opacity, 1)); }
.rounded-full { border-radius: 9999px; }
.rounded-lg { border-radius: 0.5rem; }
.shadow-md { box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1); }

/* --- 7. Transiciones --- */
.transition-all { transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1); }
.hover\:scale-105:hover { transform: scale(1.05); }

/* --- 8. Responsive Design (Media Queries) --- */
@media (min-width: 768px) {
    .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\:text-5xl { font-size: 3rem; }
}

@media (min-width: 1024px) {
    .lg\:text-6xl { font-size: 3.75rem; }
}