elimina el boton de> 'Cultura Viva \ MINDECOM'; elimina los tonos dorados o naranjas; manejate en una paleta de violetas, azules, azules celestes, morados; blancos; plateados. quita la frase al pie de la web> "Yo soy el que parte cantando por los campos, por los pueblos, por las villas, por los barrios, por las calles" \ Jorge Cafrune ; y sustituyela por > 'Lo Artesanal, Presente' \MINDECOM < . tambien debes mejorar las animaciones, fondos y recuadros. - Follow Up Deployment
Browse files- index.html +189 -82
index.html
CHANGED
|
@@ -9,52 +9,62 @@
|
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 11 |
<style>
|
| 12 |
-
@import url('https://fonts.googleapis.com/css2?family=
|
| 13 |
|
| 14 |
:root {
|
| 15 |
-
--primary: #
|
| 16 |
-
--primary-dark: #
|
| 17 |
-
--
|
| 18 |
-
--
|
| 19 |
-
--
|
| 20 |
-
--
|
| 21 |
-
--
|
| 22 |
-
--
|
| 23 |
-
--
|
| 24 |
-
--
|
| 25 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
}
|
| 27 |
|
| 28 |
* {
|
| 29 |
-
font-family:
|
| 30 |
-
letter-spacing: -0.
|
| 31 |
}
|
| 32 |
|
| 33 |
h1, h2, h3, h4, h5, h6 {
|
| 34 |
-
font-family:
|
| 35 |
-
font-weight:
|
| 36 |
-
letter-spacing: -0.
|
|
|
|
| 37 |
}
|
| 38 |
|
| 39 |
-
.font-
|
| 40 |
-
.font-sans { font-family:
|
|
|
|
| 41 |
|
| 42 |
.glass {
|
| 43 |
-
background: rgba(255, 255, 255, 0.
|
| 44 |
-
backdrop-filter: blur(
|
| 45 |
-
border: 1px solid rgba(255, 255, 255, 0.
|
|
|
|
|
|
|
| 46 |
}
|
| 47 |
|
| 48 |
.hero-gradient {
|
| 49 |
-
background: linear-gradient(
|
| 50 |
}
|
| 51 |
|
| 52 |
.dark .hero-gradient {
|
| 53 |
-
background: linear-gradient(
|
| 54 |
}
|
| 55 |
|
| 56 |
.text-gradient {
|
| 57 |
-
background: linear-gradient(
|
| 58 |
-webkit-background-clip: text;
|
| 59 |
-webkit-text-fill-color: transparent;
|
| 60 |
background-clip: text;
|
|
@@ -62,13 +72,14 @@
|
|
| 62 |
|
| 63 |
.section-reveal {
|
| 64 |
opacity: 0;
|
| 65 |
-
transform: translateY(
|
| 66 |
-
transition: all 0.8s cubic-bezier(0.
|
| 67 |
}
|
| 68 |
|
| 69 |
.section-reveal.revealed {
|
| 70 |
opacity: 1;
|
| 71 |
-
transform: translateY(0);
|
|
|
|
| 72 |
}
|
| 73 |
|
| 74 |
.tab-content {
|
|
@@ -89,10 +100,11 @@
|
|
| 89 |
position: fixed;
|
| 90 |
top: 0;
|
| 91 |
left: 0;
|
| 92 |
-
height:
|
| 93 |
-
background: linear-gradient(90deg, var(--primary), var(--
|
| 94 |
z-index: 1000;
|
| 95 |
transition: width 0.1s ease-out;
|
|
|
|
| 96 |
}
|
| 97 |
|
| 98 |
.accordion-content {
|
|
@@ -106,25 +118,112 @@
|
|
| 106 |
}
|
| 107 |
|
| 108 |
.btn-primary {
|
| 109 |
-
background: linear-gradient(
|
| 110 |
-
transition: all 0.3s
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
}
|
| 112 |
|
| 113 |
.btn-primary:hover {
|
| 114 |
transform: translateY(-2px);
|
| 115 |
-
box-shadow: 0 10px
|
|
|
|
| 116 |
}
|
| 117 |
|
| 118 |
.btn-secondary {
|
| 119 |
border: 2px solid var(--primary);
|
| 120 |
color: var(--primary);
|
| 121 |
-
transition:
|
|
|
|
|
|
|
| 122 |
}
|
| 123 |
|
| 124 |
.btn-secondary:hover {
|
| 125 |
background: var(--primary);
|
| 126 |
color: white;
|
| 127 |
-
transform: translateY(-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 128 |
}
|
| 129 |
</style>
|
| 130 |
</head>
|
|
@@ -140,38 +239,36 @@
|
|
| 140 |
<span class="inline-block px-4 py-2 bg-white/20 dark:bg-white/10 rounded-full text-sm font-medium mb-6 glass">
|
| 141 |
Ministerio de Desarrollo de la Comunidad • Provincia de Buenos Aires
|
| 142 |
</span>
|
| 143 |
-
<h1 class="text-5xl md:text-7xl font-serif font-
|
| 144 |
PIB CULTech
|
| 145 |
</h1>
|
| 146 |
-
<h2 class="text-2xl md:text-3xl font-
|
| 147 |
-
|
| 148 |
</h2>
|
| 149 |
-
<p class="text-xl md:text-2xl italic text-gray-600 dark:text-gray-400 mb-12 font-serif">
|
| 150 |
-
"Yo soy sólo cantor, no soy poeta, ni músico, así que sólo soy un vocero de lo que el poeta toma de su pueblo y lo devuelvo en forma de canción" \ Jorge Cafrune
|
| 151 |
-
</p>
|
| 152 |
</div>
|
| 153 |
|
| 154 |
<div class="space-y-4">
|
| 155 |
-
<h3 class="text-3xl font-bold mb-
|
| 156 |
Una Revolución Cultural Bonaerense para la Democratización y Empoderamiento de la Cultura Popular
|
| 157 |
</h3>
|
| 158 |
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 159 |
-
<button class="tab-btn btn-primary px-8 py-4 rounded-xl font-semibold text-white" data-tab="plan-content">
|
| 160 |
Explorar Plan Integral
|
| 161 |
</button>
|
| 162 |
-
<button class="tab-btn btn-secondary px-8 py-4 rounded-xl font-semibold" data-tab="financiero-content">
|
| 163 |
Plan Financiero
|
| 164 |
</button>
|
| 165 |
-
<button class="tab-btn btn-
|
| 166 |
Anexo de Implementación
|
| 167 |
</button>
|
| 168 |
</div>
|
| 169 |
</div>
|
|
|
|
| 170 |
</div>
|
| 171 |
|
| 172 |
<!-- Decoración sutil -->
|
| 173 |
-
<div class="absolute top-0 right-0 w-96 h-96 bg-gradient-to-br from-
|
| 174 |
-
<div class="absolute bottom-0 left-0 w-96 h-96 bg-gradient-to-tr from-
|
| 175 |
</header>
|
| 176 |
|
| 177 |
<!-- Navegación Sticky -->
|
|
@@ -255,7 +352,7 @@
|
|
| 255 |
<div class="bg-white dark:bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 256 |
<button class="accordion-trigger w-full text-left flex items-center justify-between" data-target="eje2">
|
| 257 |
<div class="flex items-center space-x-4">
|
| 258 |
-
<div class="w-12 h-12 bg-gradient-to-br from-
|
| 259 |
<i class="fas fa-calendar-alt text-white"></i>
|
| 260 |
</div>
|
| 261 |
<div>
|
|
@@ -327,7 +424,7 @@
|
|
| 327 |
<div class="bg-white dark:bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 328 |
<button class="accordion-trigger w-full text-left flex items-center justify-between" data-target="eje5">
|
| 329 |
<div class="flex items-center space-x-4">
|
| 330 |
-
<div class="w-12 h-12 bg-gradient-to-br from-
|
| 331 |
<i class="fas fa-city text-white"></i>
|
| 332 |
</div>
|
| 333 |
<div>
|
|
@@ -462,7 +559,7 @@
|
|
| 462 |
Este plan no es una concesión de poder a los territorios, sino una devolución de la soberanía cultural a sus legítimos dueños: el pueblo y sus artistas. Desde La Matanza hasta Cañuelas, desde Lanús a William Morris, y también desde Carmen de Patagones a San Nicolás.
|
| 463 |
</p>
|
| 464 |
<p class="text-2xl font-serif italic text-gradient">
|
| 465 |
-
"
|
| 466 |
</p>
|
| 467 |
</div>
|
| 468 |
</div>
|
|
@@ -473,43 +570,53 @@
|
|
| 473 |
<div id="financiero-content" class="tab-content">
|
| 474 |
<section class="section-reveal">
|
| 475 |
<h2 class="text-4xl md:text-5xl font-serif font-bold text-center mb-12">Plan Financiero</h2>
|
| 476 |
-
<div class="grid grid-cols-1 lg:grid-cols-
|
| 477 |
-
<div class="
|
| 478 |
-
<
|
| 479 |
-
<div class="
|
| 480 |
-
<div class="flex justify-between items-center p-4 bg-violet-50 dark:bg-violet-900/20 rounded-lg">
|
| 481 |
-
<span class="font-medium">Infraestructura y Equipamiento</span>
|
| 482 |
-
<span class="text-violet-600 font-bold">40%</span>
|
| 483 |
-
</div>
|
| 484 |
-
<div class="flex justify-between items-center p-4 bg-amber-50 dark:bg-amber-900/20 rounded-lg">
|
| 485 |
-
<span class="font-medium">Recursos Humanos</span>
|
| 486 |
-
<span class="text-amber-600 font-bold">25%</span>
|
| 487 |
-
</div>
|
| 488 |
-
<div class="flex justify-between items-center p-4 bg-emerald-50 dark:bg-emerald-900/20 rounded-lg">
|
| 489 |
-
<span class="font-medium">Programas y Actividades</span>
|
| 490 |
-
<span class="text-emerald-600 font-bold">20%</span>
|
| 491 |
-
</div>
|
| 492 |
-
<div class="flex justify-between items-center p-4 bg-gray-50 dark:bg-gray-800 rounded-lg">
|
| 493 |
-
<span class="font-medium">Gestión y Administración</span>
|
| 494 |
-
<span class="text-gray-600 font-bold">15%</span>
|
| 495 |
-
</div>
|
| 496 |
-
</div>
|
| 497 |
</div>
|
| 498 |
|
| 499 |
-
<div class="
|
| 500 |
-
<
|
| 501 |
-
<div class="
|
| 502 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 503 |
<h4 class="font-bold text-lg">Año 1: Iniciación</h4>
|
| 504 |
-
<p class="text-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 505 |
</div>
|
| 506 |
-
<div class="
|
| 507 |
<h4 class="font-bold text-lg">Año 2: Expansión</h4>
|
| 508 |
-
<p class="text-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 509 |
</div>
|
| 510 |
-
<div class="
|
| 511 |
<h4 class="font-bold text-lg">Año 3: Consolidación</h4>
|
| 512 |
-
<p class="text-
|
| 513 |
</div>
|
| 514 |
</div>
|
| 515 |
</div>
|
|
@@ -592,8 +699,8 @@
|
|
| 592 |
<footer class="bg-gray-900 text-white py-16">
|
| 593 |
<div class="max-w-6xl mx-auto px-4 text-center">
|
| 594 |
<h3 class="text-3xl font-serif font-bold mb-4 text-gradient">PIB CULTech</h3>
|
| 595 |
-
<p class="text-gray-400 mb-8 max-w-2xl mx-auto">
|
| 596 |
-
|
| 597 |
</p>
|
| 598 |
<div class="flex justify-center space-x-6">
|
| 599 |
<a href="#" class="text-gray-400 hover:text-white transition-colors">
|
|
|
|
| 9 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 10 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
| 11 |
<style>
|
| 12 |
+
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&family=IBM+Plex+Mono:wght@300;400;500&display=swap');
|
| 13 |
|
| 14 |
:root {
|
| 15 |
+
--primary: #6366f1;
|
| 16 |
+
--primary-dark: #4f46e5;
|
| 17 |
+
--primary-light: #a5b4fc;
|
| 18 |
+
--secondary: #8b5cf6;
|
| 19 |
+
--secondary-dark: #7c3aed;
|
| 20 |
+
--accent: #818cf8;
|
| 21 |
+
--bg-light: #f8fafc;
|
| 22 |
+
--bg-dark: #0f172a;
|
| 23 |
+
--text-light: #1e293b;
|
| 24 |
+
--text-dark: #f1f5f9;
|
| 25 |
+
--text-muted: #64748b;
|
| 26 |
+
--transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
| 27 |
+
--shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
| 28 |
+
--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
|
| 29 |
+
--font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
|
| 30 |
+
--font-display: 'Playfair Display', serif;
|
| 31 |
+
--font-mono: 'Source Code Pro', monospace;
|
| 32 |
}
|
| 33 |
|
| 34 |
* {
|
| 35 |
+
font-family: 'Manrope', sans-serif;
|
| 36 |
+
letter-spacing: -0.01em;
|
| 37 |
}
|
| 38 |
|
| 39 |
h1, h2, h3, h4, h5, h6 {
|
| 40 |
+
font-family: 'Space Grotesk', sans-serif;
|
| 41 |
+
font-weight: 700;
|
| 42 |
+
letter-spacing: -0.03em;
|
| 43 |
+
line-height: 1.1;
|
| 44 |
}
|
| 45 |
|
| 46 |
+
.font-display { font-family: 'Space Grotesk', sans-serif; }
|
| 47 |
+
.font-sans { font-family: 'Manrope', sans-serif; }
|
| 48 |
+
.font-mono { font-family: 'IBM Plex Mono', monospace; }
|
| 49 |
|
| 50 |
.glass {
|
| 51 |
+
background: rgba(255, 255, 255, 0.2);
|
| 52 |
+
backdrop-filter: blur(16px) saturate(180%);
|
| 53 |
+
border: 1px solid rgba(255, 255, 255, 0.3);
|
| 54 |
+
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
|
| 55 |
+
border-radius: 12px;
|
| 56 |
}
|
| 57 |
|
| 58 |
.hero-gradient {
|
| 59 |
+
background: linear-gradient(152deg, #f8fafc 0%, #e0e7ff 50%, #eef2ff 100%);
|
| 60 |
}
|
| 61 |
|
| 62 |
.dark .hero-gradient {
|
| 63 |
+
background: linear-gradient(152deg, #0f172a 0%, #1e1b4b 50%, #0f172a 100%);
|
| 64 |
}
|
| 65 |
|
| 66 |
.text-gradient {
|
| 67 |
+
background: linear-gradient(90deg, var(--primary) 0%, var(--accent) 100%);
|
| 68 |
-webkit-background-clip: text;
|
| 69 |
-webkit-text-fill-color: transparent;
|
| 70 |
background-clip: text;
|
|
|
|
| 72 |
|
| 73 |
.section-reveal {
|
| 74 |
opacity: 0;
|
| 75 |
+
transform: translateY(40px);
|
| 76 |
+
transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
|
| 77 |
}
|
| 78 |
|
| 79 |
.section-reveal.revealed {
|
| 80 |
opacity: 1;
|
| 81 |
+
transform: translateY(0) scale(1);
|
| 82 |
+
transition-delay: calc(var(--order) * 100ms);
|
| 83 |
}
|
| 84 |
|
| 85 |
.tab-content {
|
|
|
|
| 100 |
position: fixed;
|
| 101 |
top: 0;
|
| 102 |
left: 0;
|
| 103 |
+
height: 4px;
|
| 104 |
+
background: linear-gradient(90deg, var(--primary), var(--secondary));
|
| 105 |
z-index: 1000;
|
| 106 |
transition: width 0.1s ease-out;
|
| 107 |
+
border-radius: 0 2px 2px 0;
|
| 108 |
}
|
| 109 |
|
| 110 |
.accordion-content {
|
|
|
|
| 118 |
}
|
| 119 |
|
| 120 |
.btn-primary {
|
| 121 |
+
background: linear-gradient(90deg, var(--primary), var(--primary-dark));
|
| 122 |
+
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
| 123 |
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
|
| 124 |
+
border: none;
|
| 125 |
+
font-weight: 600;
|
| 126 |
+
letter-spacing: -0.015em;
|
| 127 |
}
|
| 128 |
|
| 129 |
.btn-primary:hover {
|
| 130 |
transform: translateY(-2px);
|
| 131 |
+
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
|
| 132 |
+
background: linear-gradient(90deg, var(--primary-dark), var(--primary));
|
| 133 |
}
|
| 134 |
|
| 135 |
.btn-secondary {
|
| 136 |
border: 2px solid var(--primary);
|
| 137 |
color: var(--primary);
|
| 138 |
+
transition: var(--transition);
|
| 139 |
+
font-weight: 600;
|
| 140 |
+
background: transparent;
|
| 141 |
}
|
| 142 |
|
| 143 |
.btn-secondary:hover {
|
| 144 |
background: var(--primary);
|
| 145 |
color: white;
|
| 146 |
+
transform: translateY(-3px);
|
| 147 |
+
box-shadow: var(--shadow);
|
| 148 |
+
}
|
| 149 |
+
|
| 150 |
+
.card {
|
| 151 |
+
transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
|
| 152 |
+
border-radius: 16px;
|
| 153 |
+
overflow: hidden;
|
| 154 |
+
transform-origin: center bottom;
|
| 155 |
+
}
|
| 156 |
+
|
| 157 |
+
.card:hover {
|
| 158 |
+
transform: translateY(-8px) scale(1.02);
|
| 159 |
+
box-shadow: 0 25px 50px -12px rgba(99, 102, 241, 0.25);
|
| 160 |
+
}
|
| 161 |
+
|
| 162 |
+
.icon-circle {
|
| 163 |
+
width: 60px;
|
| 164 |
+
height: 60px;
|
| 165 |
+
display: flex;
|
| 166 |
+
align-items: center;
|
| 167 |
+
justify-content: center;
|
| 168 |
+
border-radius: 50%;
|
| 169 |
+
margin-bottom: 1rem;
|
| 170 |
+
}
|
| 171 |
+
|
| 172 |
+
.quote-card {
|
| 173 |
+
position: relative;
|
| 174 |
+
padding: 2rem;
|
| 175 |
+
border-radius: 16px;
|
| 176 |
+
background: linear-gradient(135deg, rgba(67, 56, 202, 0.05) 0%, rgba(194, 65, 12, 0.05) 100%);
|
| 177 |
+
}
|
| 178 |
+
|
| 179 |
+
.quote-card:before {
|
| 180 |
+
content: """;
|
| 181 |
+
position: absolute;
|
| 182 |
+
top: -20px;
|
| 183 |
+
left: 20px;
|
| 184 |
+
font-size: 80px;
|
| 185 |
+
font-family: var(--font-display);
|
| 186 |
+
color: var(--primary);
|
| 187 |
+
opacity: 0.2;
|
| 188 |
+
}
|
| 189 |
+
|
| 190 |
+
.stats-card {
|
| 191 |
+
text-align: center;
|
| 192 |
+
padding: 2rem;
|
| 193 |
+
border-radius: 16px;
|
| 194 |
+
background: white;
|
| 195 |
+
box-shadow: var(--shadow);
|
| 196 |
+
}
|
| 197 |
+
|
| 198 |
+
.dark .stats-card {
|
| 199 |
+
background: #1e293b;
|
| 200 |
+
}
|
| 201 |
+
|
| 202 |
+
.tag {
|
| 203 |
+
display: inline-block;
|
| 204 |
+
padding: 0.25rem 0.75rem;
|
| 205 |
+
border-radius: 9999px;
|
| 206 |
+
font-size: 0.875rem;
|
| 207 |
+
font-weight: 500;
|
| 208 |
+
}
|
| 209 |
+
|
| 210 |
+
@media (max-width: 768px) {
|
| 211 |
+
.hero-gradient {
|
| 212 |
+
padding: 2rem 1rem;
|
| 213 |
+
}
|
| 214 |
+
|
| 215 |
+
h1 {
|
| 216 |
+
font-size: 2.5rem !important;
|
| 217 |
+
}
|
| 218 |
+
|
| 219 |
+
h2 {
|
| 220 |
+
font-size: 2rem !important;
|
| 221 |
+
}
|
| 222 |
+
|
| 223 |
+
.btn-primary, .btn-secondary {
|
| 224 |
+
width: 100%;
|
| 225 |
+
margin-bottom: 0.5rem;
|
| 226 |
+
}
|
| 227 |
}
|
| 228 |
</style>
|
| 229 |
</head>
|
|
|
|
| 239 |
<span class="inline-block px-4 py-2 bg-white/20 dark:bg-white/10 rounded-full text-sm font-medium mb-6 glass">
|
| 240 |
Ministerio de Desarrollo de la Comunidad • Provincia de Buenos Aires
|
| 241 |
</span>
|
| 242 |
+
<h1 class="text-5xl md:text-7xl font-serif font-bold mb-4 text-gradient">
|
| 243 |
PIB CULTech
|
| 244 |
</h1>
|
| 245 |
+
<h2 class="text-2xl md:text-3xl font-medium text-gray-700 dark:text-gray-300 mb-8 tracking-tight">
|
| 246 |
+
Creatividad, Cultura y Arte Popular para la Juventud Bonaerense
|
| 247 |
</h2>
|
|
|
|
|
|
|
|
|
|
| 248 |
</div>
|
| 249 |
|
| 250 |
<div class="space-y-4">
|
| 251 |
+
<h3 class="text-3xl font-bold mb-6 text-gray-800 dark:text-gray-200">
|
| 252 |
Una Revolución Cultural Bonaerense para la Democratización y Empoderamiento de la Cultura Popular
|
| 253 |
</h3>
|
| 254 |
<div class="flex flex-col sm:flex-row gap-4 justify-center">
|
| 255 |
+
<button class="tab-btn btn-primary px-8 py-4 rounded-xl font-semibold text-white hover:shadow-lg transition-all duration-300" data-tab="plan-content">
|
| 256 |
Explorar Plan Integral
|
| 257 |
</button>
|
| 258 |
+
<button class="tab-btn btn-secondary px-8 py-4 rounded-xl font-semibold hover:shadow-lg transition-all duration-300" data-tab="financiero-content">
|
| 259 |
Plan Financiero
|
| 260 |
</button>
|
| 261 |
+
<button class="tab-btn btn-primary px-8 py-4 rounded-xl font-semibold text-white hover:shadow-lg transition-all duration-300" data-tab="anexo-content">
|
| 262 |
Anexo de Implementación
|
| 263 |
</button>
|
| 264 |
</div>
|
| 265 |
</div>
|
| 266 |
+
|
| 267 |
</div>
|
| 268 |
|
| 269 |
<!-- Decoración sutil -->
|
| 270 |
+
<div class="absolute top-0 right-0 w-96 h-96 bg-gradient-to-br from-primary/10 to-transparent dark:from-primary/20 rounded-full blur-3xl"></div>
|
| 271 |
+
<div class="absolute bottom-0 left-0 w-96 h-96 bg-gradient-to-tr from-secondary/10 to-transparent dark:from-secondary/20 rounded-full blur-3xl"></div>
|
| 272 |
</header>
|
| 273 |
|
| 274 |
<!-- Navegación Sticky -->
|
|
|
|
| 352 |
<div class="bg-white dark:bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 353 |
<button class="accordion-trigger w-full text-left flex items-center justify-between" data-target="eje2">
|
| 354 |
<div class="flex items-center space-x-4">
|
| 355 |
+
<div class="w-12 h-12 bg-gradient-to-br from-blue-400 to-blue-600 rounded-lg flex items-center justify-center">
|
| 356 |
<i class="fas fa-calendar-alt text-white"></i>
|
| 357 |
</div>
|
| 358 |
<div>
|
|
|
|
| 424 |
<div class="bg-white dark:bg-gray-800 rounded-xl p-6 shadow-lg">
|
| 425 |
<button class="accordion-trigger w-full text-left flex items-center justify-between" data-target="eje5">
|
| 426 |
<div class="flex items-center space-x-4">
|
| 427 |
+
<div class="w-12 h-12 bg-gradient-to-br from-indigo-400 to-indigo-600 rounded-lg flex items-center justify-center">
|
| 428 |
<i class="fas fa-city text-white"></i>
|
| 429 |
</div>
|
| 430 |
<div>
|
|
|
|
| 559 |
Este plan no es una concesión de poder a los territorios, sino una devolución de la soberanía cultural a sus legítimos dueños: el pueblo y sus artistas. Desde La Matanza hasta Cañuelas, desde Lanús a William Morris, y también desde Carmen de Patagones a San Nicolás.
|
| 560 |
</p>
|
| 561 |
<p class="text-2xl font-serif italic text-gradient">
|
| 562 |
+
"Yo soy el que parte cantando por los campos, por los pueblos, por las villas, por los barrios, por las calles" \ Jorge Cafrune
|
| 563 |
</p>
|
| 564 |
</div>
|
| 565 |
</div>
|
|
|
|
| 570 |
<div id="financiero-content" class="tab-content">
|
| 571 |
<section class="section-reveal">
|
| 572 |
<h2 class="text-4xl md:text-5xl font-serif font-bold text-center mb-12">Plan Financiero</h2>
|
| 573 |
+
<div class="grid grid-cols-1 lg:grid-cols-3 gap-8">
|
| 574 |
+
<div class="stats-card">
|
| 575 |
+
<div class="text-4xl font-bold text-primary mb-2">40%</div>
|
| 576 |
+
<div class="text-lg font-medium">Infraestructura y Equipamiento</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 577 |
</div>
|
| 578 |
|
| 579 |
+
<div class="stats-card">
|
| 580 |
+
<div class="text-4xl font-bold text-secondary mb-2">25%</div>
|
| 581 |
+
<div class="text-lg font-medium">Recursos Humanos</div>
|
| 582 |
+
</div>
|
| 583 |
+
|
| 584 |
+
<div class="stats-card">
|
| 585 |
+
<div class="text-4xl font-bold text-tertiary mb-2">20%</div>
|
| 586 |
+
<div class="text-lg font-medium">Programas y Actividades</div>
|
| 587 |
+
</div>
|
| 588 |
+
</div>
|
| 589 |
+
|
| 590 |
+
<div class="mt-12 bg-white dark:bg-gray-800 rounded-2xl p-8 shadow-xl">
|
| 591 |
+
<h3 class="text-2xl font-serif font-bold mb-6 text-gradient">Cronograma de Inversión</h3>
|
| 592 |
+
<div class="space-y-6">
|
| 593 |
+
<div class="flex items-start">
|
| 594 |
+
<div class="mr-4">
|
| 595 |
+
<div class="w-12 h-12 rounded-full bg-primary flex items-center justify-center text-white font-bold">1</div>
|
| 596 |
+
</div>
|
| 597 |
+
<div class="flex-1">
|
| 598 |
<h4 class="font-bold text-lg">Año 1: Iniciación</h4>
|
| 599 |
+
<p class="text-gray-600 dark:text-gray-400">$2.5M USD - Establecimiento de 30 Estudios Criollos piloto</p>
|
| 600 |
+
</div>
|
| 601 |
+
</div>
|
| 602 |
+
|
| 603 |
+
<div class="flex items-start">
|
| 604 |
+
<div class="mr-4">
|
| 605 |
+
<div class="w-12 h-12 rounded-full bg-secondary flex items-center justify-center text-white font-bold">2</div>
|
| 606 |
</div>
|
| 607 |
+
<div class="flex-1">
|
| 608 |
<h4 class="font-bold text-lg">Año 2: Expansión</h4>
|
| 609 |
+
<p class="text-gray-600 dark:text-gray-400">$4.2M USD - Escalamiento a 60 estudios y lanzamiento NAVETEC</p>
|
| 610 |
+
</div>
|
| 611 |
+
</div>
|
| 612 |
+
|
| 613 |
+
<div class="flex items-start">
|
| 614 |
+
<div class="mr-4">
|
| 615 |
+
<div class="w-12 h-12 rounded-full bg-tertiary flex items-center justify-center text-white font-bold">3</div>
|
| 616 |
</div>
|
| 617 |
+
<div class="flex-1">
|
| 618 |
<h4 class="font-bold text-lg">Año 3: Consolidación</h4>
|
| 619 |
+
<p class="text-gray-600 dark:text-gray-400">$6.8M USD - Red completa con autosustentabilidad</p>
|
| 620 |
</div>
|
| 621 |
</div>
|
| 622 |
</div>
|
|
|
|
| 699 |
<footer class="bg-gray-900 text-white py-16">
|
| 700 |
<div class="max-w-6xl mx-auto px-4 text-center">
|
| 701 |
<h3 class="text-3xl font-serif font-bold mb-4 text-gradient">PIB CULTech</h3>
|
| 702 |
+
<p class="text-gray-400 mb-8 max-w-2xl mx-auto text-xl">
|
| 703 |
+
'Lo Artesanal, Presente' \ MINDECOM
|
| 704 |
</p>
|
| 705 |
<div class="flex justify-center space-x-6">
|
| 706 |
<a href="#" class="text-gray-400 hover:text-white transition-colors">
|