Menú Cerrar

1|
2|
3|
4|
5|
6|Microcredencial Educación Física — C.E.A. Centro Educativo Argentino
7|
8|
9|
10|
11|
12|*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
13|:root {
14| –bg: #FFFFFF;
15| –accent: #8c52ff;
16| –lime: #ceea01;
17| –dark: #1b1818;
18| –text: #2d2d2d;
19| –text-light: #5a5a5a;
20| –white: #ffffff;
21| –radius: 16px;
22| –radius-sm: 10px;
23|}
24|html { font-size: 100%; scroll-behavior: smooth; }
25|body {
26| font-family: ‘DM Sans’, system-ui, -apple-system, sans-serif;
27| background: var(–bg);
28| color: var(–text);
29| line-height: 1.6;
30| -webkit-font-smoothing: antialiased;
31|}
32|h1, h2, h3 { font-family: ‘Poppins’, sans-serif; font-weight: 800; letter-spacing: -0.01em; }
33|h1 { font-size: clamp(2rem, 7vw, 3.5rem); line-height: 1.1; }
34|h2 { font-size: clamp(1.5rem, 5vw, 2.2rem); line-height: 1.2; }
35|h3 { font-size: clamp(1rem, 3vw, 1.15rem); }
36|p, li { font-size: clamp(0.92rem, 2.5vw, 1.05rem); }
37|.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
38|section { padding: clamp(3rem, 10vw, 5rem) 0; }
39|
40|/* ============================================
41| BLOQUE 1: HEADER
42| ============================================ */
43|.header {
44| background: var(–white);
45| border-bottom: 1px solid rgba(0,0,0,0.06);
46| padding: 1rem 0;
47|}
48|.header-inner {
49| display: flex;
50| align-items: center;
51| justify-content: space-between;
52| gap: 1rem;
53|}
54|.logo-circle {
55| width: 52px; height: 52px;
56| background: var(–dark);
57| border-radius: 50%;
58| display: flex; align-items: center; justify-content: center;
59| font-family: ‘Poppins’, sans-serif;
60| font-weight: 900;
61| font-size: 0.85rem;
62| color: #FFD700;
63| letter-spacing: 0.02em;
64| flex-shrink: 0;
65|}
66|.header-claim {
67| font-size: clamp(0.75rem, 2vw, 0.9rem);
68| color: var(–text-light);
69| font-weight: 500;
70| text-align: right;
71|}
72|
73|/* ============================================
74| BLOQUE 2: HERO SECTION
75| ============================================ */
76|.hero {
77| background: var(–bg);
78| padding-top: 2rem;
79| overflow: hidden;
80|}
81|.badge-lanzamiento {
82| display: inline-block;
83| background: var(–lime);
84| color: var(–dark);
85| font-size: clamp(0.7rem, 1.8vw, 0.82rem);
86| font-weight: 800;
87| text-transform: uppercase;
88| letter-spacing: 0.08em;
89| padding: 7px 18px;
90| border-radius: 100px;
91| margin-bottom: 1.25rem;
92|}
93|.titulo-microcredencial {
94| color: var(–accent);
95| font-weight: 900;
96| margin-bottom: 0.5rem;
97|}
98|.hero-subtitle {
99| font-size: clamp(1rem, 3vw, 1.25rem);
100| color: var(–dark);
101| font-weight: 600;
102| margin-bottom: 1.25rem;
103|}
104|.hero-puntaje-text {
105| font-size: clamp(0.95rem, 2.5vw, 1.1rem);
106| color: var(–text-light);
107| max-width: 580px;
108| margin-bottom: 1.5rem;
109| line-height: 1.7;
110|}
111|.hero-puntaje-text strong {
112| color: var(–accent);
113| font-weight: 700;
114|}
115|.hero-grid {
116| display: grid;
117| gap: 2rem;
118| align-items: center;
119|}
120|.hero-img-wrapper {
121| position: relative;
122| border-radius: var(–radius);
123| overflow: hidden;
124| box-shadow: 0 12px 40px rgba(0,0,0,0.1);
125|}
126|.hero-img-wrapper img {
127| width: 100%; height: 100%; object-fit: cover; display: block;
128|}
129|.badge-puntaje-flotante {
130| position: absolute;
131| bottom: 16px; right: 16px;
132| width: 90px; height: 90px;
133| background: var(–lime);
134| border-radius: 50%;
135| display: flex; flex-direction: column;
136| align-items: center; justify-content: center;
137| font-family: ‘Poppins’, sans-serif;
138| box-shadow: 0 6px 20px rgba(206,234,1,0.5);
139| z-index: 3;
140|}
141|.badge-puntaje-flotante .num {
142| font-size: 1.5rem;
143| font-weight: 900;
144| color: var(–accent);
145| line-height: 1;
146|}
147|.badge-puntaje-flotante .lbl {
148| font-size: 0.65rem;
149| font-weight: 700;
150| color: var(–dark);
151| text-transform: uppercase;
152|}
153|.ejes-list {
154| list-style: none;
155| margin-bottom: 1rem;
156|}
157|.ejes-list li {
158| padding: 6px 0 6px 24px;
159| position: relative;
160| font-size: clamp(0.88rem, 2.2vw, 0.98rem);
161| color: var(–dark);
162| font-weight: 500;
163|}
164|.ejes-list li::before {
165| content: ‘✓’;
166| position: absolute;
167| left: 0;
168| color: var(–lime);
169| font-weight: 800;
170| font-size: 1.1rem;
171|}
172|.ejes-consultar {
173| font-size: clamp(0.82rem, 2vw, 0.9rem);
174| color: var(–text-light);
175| margin-top: 0.5rem;
176|}
177|.ejes-consultar span {
178| color: var(–accent);
179| font-weight: 600;
180|}
181|.convertitle {
182| font-family: ‘Poppins’, sans-serif;
183| font-size: clamp(0.88rem, 2.2vw, 1rem);
184| font-weight: 700;
185| color: var(–dark);
186| margin-bottom: 0.5rem;
187| margin-top: 1.25rem;
188|}
189|
190|/* ============================================
191| BLOQUE 3: MODALIDAD
192| ============================================ */
193|.modalidad {
194| background: var(–bg);
195|}
196|.contenedor-modalidad {
197| background: var(–white);
198| border: 2px solid rgba(140,82,255,0.15);
199| border-radius: var(–radius);
200| padding: clamp(1.5rem, 4vw, 2.5rem);
201| max-width: 900px;
202| margin: 0 auto;
203|}
204|.tag-modalidad {
205| display: inline-block;
206| background: rgba(140,82,255,0.1);
207| color: var(–accent);
208| font-size: 0.75rem;
209| font-weight: 800;
210| text-transform: uppercase;
211| letter-spacing: 0.1em;
212| padding: 6px 16px;
213| border-radius: 100px;
214| margin-bottom: 1rem;
215|}
216|.modalidad-title {
217| font-family: ‘Poppins’, sans-serif;
218| font-size: clamp(1.5rem, 5vw, 2.2rem);
219| font-weight: 900;
220| color: var(–dark);
221| margin-bottom: 0.75rem;
222|}
223|.modalidad-title span {
224| color: var(–accent);
225|}
226|.modalidad-desc {
227| color: var(–text-light);
228| line-height: 1.7;
229| margin-bottom: 1.5rem;
230| font-size: clamp(0.9rem, 2.2vw, 1rem);
231|}
232|.modalidad-benefits {
233| display: grid;
234| gap: 1rem;
235|}
236|.modalidad-item {
237| display: flex;
238| align-items: center;
239| gap: 0.75rem;
240| padding: 0.75rem 1rem;
241| background: rgba(206,234,1,0.08);
242| border-radius: var(–radius-sm);
243|}
244|.modalidad-item .icon {
245| font-size: 1.5rem;
246| flex-shrink: 0;
247|}
248|.modalidad-item p {
249| font-weight: 600;
250| color: var(–dark);
251| font-size: clamp(0.85rem, 2vw, 0.95rem);
252|}
253|
254|/* ============================================
255| BLOQUE 4: ¿POR QUÉ ELEGIR CEA?
256| ============================================ */
257|.porque {
258| background: var(–dark);
259| color: var(–white);
260|}
261|.porque h2 {
262| text-align: center;
263| margin-bottom: 0.5rem;
264| color: var(–white);
265|}
266|.porque .subtitle {
267| text-align: center;
268| color: rgba(255,255,255,0.7);
269| max-width: 650px;
270| margin: 0 auto 2rem;
271| font-size: clamp(0.9rem, 2.5vw, 1.05rem);
272|}
273|.porque-grid {
274| display: grid;
275| gap: 1.25rem;
276|}
277|.porque-item {
278| text-align: center;
279| padding: 1.25rem 1rem;
280| border: 1px solid rgba(206,234,1,0.2);
281| border-radius: var(–radius);
282| background: rgba(255,255,255,0.04);
283| transition: transform 0.2s;
284|}
285|.porque-item:hover { transform: translateY(-2px); }
286|.porque-item .icon { font-size: 2rem; margin-bottom: 0.5rem; }
287|.porque-item h3 { font-size: clamp(0.85rem, 2.2vw, 0.95rem); color: var(–lime); margin-bottom: 0.25rem; font-weight: 700; }
288|.porque-item p { font-size: clamp(0.78rem, 1.8vw, 0.85rem); color: rgba(255,255,255,0.65); }
289|
290|/* ============================================
291| BLOQUE 5: FOOTER CTA
292| ============================================ */
293|.cta-footer {
294| background: var(–dark);
295| padding: clamp(2.5rem, 7vw, 4rem) 0;
296|}
297|.cta-grid {
298| display: grid;
299| gap: 2rem;
300| align-items: center;
301|}
302|.cta-text {
303| color: var(–white);
304|}
305|.cta-text h2 {
306| color: var(–white);
307| font-size: clamp(1.3rem, 4vw, 1.8rem);
308| margin-bottom: 0.75rem;
309|}
310|.cta-text p {
311| color: rgba(255,255,255,0.75);
312| font-size: clamp(0.9rem, 2.2vw, 1rem);
313| line-height: 1.7;
314|}
315|.btn-whatsapp-cea {
316| display: inline-flex;
317| align-items: center;
318| justify-content: center;
319| gap: 10px;
320| background: var(–lime);
321| color: var(–dark);
322| font-weight: 800;
323| font-size: clamp(0.9rem, 2.2vw, 1.05rem);
324| padding: 16px 32px;
325| border: none;
326| border-radius: 100px;
327| cursor: pointer;
328| text-decoration: none;
329| min-height: 56px;
330| transition: transform 0.2s, box-shadow 0.2s;
331| box-shadow: 0 6px 24px rgba(206,234,1,0.4);
332| text-align: center;
333|}
334|.btn-whatsapp-cea:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(206,234,1,0.6); }
335|.bottom-bar {
336| background: var(–accent);
337| padding: 10px 0;
338| text-align: center;
339| color: var(–white);
340| font-size: 0.8rem;
341| font-weight: 500;
342| letter-spacing: 0.02em;
343|}
344|
345|/* IMG SECTIONS */
346|.img-section {
347| width: 100%; max-width: 900px; margin: 0 auto 2rem;
348| border-radius: var(–radius); overflow: hidden;
349| box-shadow: 0 8px 30px rgba(0,0,0,0.08);
350|}
351|.img-section img { width: 100%; display: block; }
352|
353|/* ============================================
354| RESPONSIVE
355| ============================================ */
356|@media (min-width: 600px) {
357| .hero-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
358| .modalidad-benefits { grid-template-columns: repeat(3, 1fr); }
359| .porque-grid { grid-template-columns: repeat(5, 1fr); }
360| .cta-grid { grid-template-columns: 1fr auto; }
361|}
362|@media (min-width: 900px) {
363| .hero-grid { gap: 3rem; }
364| .modalidad-benefits { gap: 1.25rem; }
365|}
366|@media (max-width: 599px) {
367| .porque-grid { grid-template-columns: repeat(2, 1fr); }
368| .porque-grid .porque-item:last-child { grid-column: span 2; max-width: 50%; justify-self: center; }
369|}
370|
371|
372|
373|
374|
377|

378|

379|

380|

C.E.A.

381|

382|

C.E.A.

383|

384|

385|

Desde el 2005 junto a los docentes

386|

387|

388|
389|
392|

393|

394|
395|

396| NUEVO LANZAMIENTO
397|

MICROCREDENCIAL

398|

PARA DOCENTES DE EDUCACIÓN FÍSICA

399|

Acredita 0,60 pts en Provincia de Buenos Aires y especializate en una de las áreas más demandadas del sistema educativo.

400|
401|

CONVERTITE EN ESPECIALISTA DE:

402|

    403|

  • Eje 1: Bienestar y Desarrollo Integral
  • 404|

  • Eje 2: Ciudadanía, Inclusión y Derechos
  • 405|

  • Eje 3: Juego y Nuevas Alfabetizaciones
  • 406|

407|

📌 Consultar puntaje por cargo.

408|

409|
410|
411|

412| Docente de Educación Física con niños en patio escolar
413|

414| 0,60
415| Puntos
416|

417|

418|

419|

420|
421|
422|

423|

424| Docente estudiando online desde su casa
425|

426|

427|
428|
431|

432|

433|

434| MODALIDAD
435|

100% ONLINE

436|

Cursada 100% virtual y asincrónica, con clases de apoyo en vivo vía streaming, dictadas por profesionales especializados en cada área.

437|

438|

439| 📍
440|

Desde cualquier lugar

441|

442|

443| ⏱️
444|

A tu ritmo

445|

446|

447| 📚
448|

Material disponible las 24 hs.

449|

450|

451|

452|

453|

454|
455|
458|

459|

460|

¿POR QUÉ ELEGIR CEA?

461|

Más de 20 años formando docentes con puntaje oficial y certificación reconocida.

462|

463|

464|

🏆

465|

Formación con puntaje docente

466|

Acreditás puntos oficiales

467|

468|

469|

📜

470|

Certificación reconocida

471|

Validez curricular garantizada

472|

473|

474|

🧠

475|

Estrategias prácticas para el aula

476|

Aplicás desde el primer módulo

477|

478|

479|

👩‍🏫

480|

Docentes especialistas

481|

Clases con quienes saben

482|

483|

484|

⚠️

485|

Cupos limitados

486|

Reservá tu lugar hoy

487|

488|

489|

490|

491|
492|
493|

494|

495| Docentes celebrando con certificaciones CEA
496|

497|

498|
499|<!– ============================================
500| BLOQUE 5: FOOTER LLAMADO A LA ACCIÓN
501|