From 516821801ae9b12f485227bbe93071faca2cd088 Mon Sep 17 00:00:00 2001 From: DavidMtz Date: Thu, 12 Feb 2026 16:03:06 -0600 Subject: [PATCH] update --- contenido/02.html | 140 +++++++++++++++++++++++++++++++--------------- img/05.6.png | Bin 34655 -> 32637 bytes img/15.5.png | Bin 28486 -> 21435 bytes img/18.0.png | Bin 80418 -> 80020 bytes img/card.png | Bin 2763 -> 6439 bytes 5 files changed, 94 insertions(+), 46 deletions(-) diff --git a/contenido/02.html b/contenido/02.html index 193e8fa..588e14f 100644 --- a/contenido/02.html +++ b/contenido/02.html @@ -11,14 +11,18 @@ position: relative; width: 100%; display: grid; - grid-template-columns: repeat(4, 1fr); - grid-template-rows: auto; + grid-template-columns: repeat(6, 1fr); + grid-template-rows: auto auto; justify-content: center; align-items: center; } + .img-center { + grid-column: span 2; + } + .btn-tema-go { - box-shadow: 0 0 10px rgba(0, 0, 0, .4); + box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); cursor: pointer; border-radius: 35px; transition: transform 0.3s ease; @@ -27,107 +31,148 @@ .btn-tema-go.hover:hover { transform: scale(1.05) !important; } + + .w-text p { + padding: 0.6rem; + background: rgba(242, 232, 222, 0.76); + background: linear-gradient(to right, rgba(242, 232, 222, 0.76) 0%, #ffffff 100%); + width: 94%; + }
-
+
+
+

Contenidos

+
+
+
+
-
-

Vivir con enfermedad renal

+
+

Vivir con enfermedad renal

-
-

Inicio en la terapia de diálisis peritoneal

+
+

+ Inicio en la terapia de diálisis peritoneal +

-
-

Acceso peritoneal y sus cuidados

+
+

Acceso peritoneal y sus cuidados

-
-

Terapia segura en casa

+
+

Terapia segura en casa

-
-

Autocuidado

+
+

Autocuidado

-
-

Manejo de medicamentos y terapia dialítica

+
+

+ Manejo de medicamentos y terapia dialítica +

-
-

Entrega domiciliaria

+
+

Entrega domiciliaria

-
-

Actuación ante incidencias

+
+

Actuación ante incidencias

+
+
+ +
+
-
-

Procedimientos

+
+

Procedimientos

-
-

Alarmas

+
+

Alarmas

-
+
-
- -
@@ -136,19 +181,20 @@