244 lines
9.4 KiB
HTML
Raw Normal View History

2025-09-25 11:08:16 -06:00
<style>
.fake {
background-image: url(img/bg00.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-attachment: fixed;
}
2026-02-11 16:49:43 -06:00
.grid-cards {
position: relative;
width: 100%;
display: grid;
2026-02-12 16:03:06 -06:00
grid-template-columns: repeat(6, 1fr);
grid-template-rows: auto auto;
2026-02-11 16:49:43 -06:00
justify-content: center;
align-items: center;
2025-09-25 11:08:16 -06:00
}
2026-02-12 16:03:06 -06:00
.img-center {
grid-column: span 2;
}
2026-02-11 16:49:43 -06:00
.btn-tema-go {
2026-02-12 16:03:06 -06:00
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
2026-02-11 16:49:43 -06:00
cursor: pointer;
border-radius: 35px;
transition: transform 0.3s ease;
}
.btn-tema-go.hover:hover {
transform: scale(1.05) !important;
2025-09-25 11:08:16 -06:00
}
2026-02-12 16:03:06 -06:00
.w-text p {
2026-02-13 10:57:03 -06:00
padding: 0.6rem 1.2rem;
2026-02-12 16:03:06 -06:00
background: rgba(242, 232, 222, 0.76);
background: linear-gradient(to right, rgba(242, 232, 222, 0.76) 0%, #ffffff 100%);
width: 94%;
}
2026-02-13 10:57:03 -06:00
.w-text.large-text p {
font-size: 1.4rem;
padding: 0.6rem 1.4rem;
}
2025-09-25 11:08:16 -06:00
</style>
2026-02-11 16:49:43 -06:00
<div class="page-sco py-2 py-md-0 h-100">
<div class="container h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-11">
<div class="row justify-content-center align-items-center">
2026-02-12 16:03:06 -06:00
<div class="col-12 text-center animate__animated animate__bounceInDown">
<div class="position-relative d-inline-block">
<h2 class="text-primary mb-1 fw-bold">Contenidos</h2>
<hr class="border border-2 border-verde-oscuro hr-style my-0 mb-3 opacity-100" />
</div>
</div>
<div class="col-12">
2026-02-11 16:49:43 -06:00
<div class="grid-cards gap-2">
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="2">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Vivir con enfermedad renal</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="4">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">
Inicio en la terapia de diálisis peritoneal
</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="7">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Acceso peritoneal y sus cuidados</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="9">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Terapia segura en casa</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="15">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Autocuidado</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
2025-09-25 11:08:16 -06:00
</div>
2026-02-11 16:49:43 -06:00
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="18">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">
Manejo de medicamentos y terapia dialítica
</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="20">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Entrega domiciliaria</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="22">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Actuación ante incidencias</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
2026-02-12 16:03:06 -06:00
<div class="card-span position-relative text-center img-center">
<div class="position-relative d-inline-block" style="width: 70%">
<img src="img/02.0.png" class="img-fluid" />
</div>
</div>
2026-02-11 16:49:43 -06:00
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="24">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Procedimientos</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
<div class="card-span position-relative text-center">
<div class="position-relative btn-tema-go d-inline-block" data-pagina="28">
2026-02-13 10:57:03 -06:00
<img src="img/card.png" class="img-fluid" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Alarmas</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
</div>
2026-02-12 16:03:06 -06:00
<!-- <div class="card-span position-relative text-center">
2026-02-11 16:49:43 -06:00
<div class="position-relative btn-tema-go d-inline-block" data-pagina="29">
<img src="img/card.png" />
2026-02-12 16:03:06 -06:00
<div
class="position-absolute w-100 h-100 w-text top-0 start-0 d-flex justify-content-center align-items-center"
>
<p class="mb-0 text-primary fw-bold">Despedida</p>
2026-02-11 16:49:43 -06:00
</div>
</div>
2026-02-12 16:03:06 -06:00
</div> -->
2025-09-25 11:08:16 -06:00
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
$(function () {
"use strict";
2026-02-12 16:03:06 -06:00
$(".wrap-course-content").addClass("fake");
2026-02-13 12:31:50 -06:00
$(".navbar-brand").hide();
2026-02-12 16:03:06 -06:00
2026-02-13 10:57:03 -06:00
// Ajustar tamaño de texto según ancho de ventana
function adjustTextSize() {
if (window.innerWidth >= 1500) {
$(".w-text").addClass("large-text");
} else {
$(".w-text").removeClass("large-text");
}
}
adjustTextSize();
$(window).on("resize", adjustTextSize);
2026-02-11 16:49:43 -06:00
// Verificar si algún slide con contenido/02.html ya fue visitado
var contentArray = CourseNav.getCourseContentArray();
2026-02-12 16:03:06 -06:00
var alreadyVisited = contentArray.some(function (slide) {
return slide.content === "contenido/02.html" && slide.visited;
2026-02-11 16:49:43 -06:00
});
2026-02-12 16:03:06 -06:00
2026-02-11 16:49:43 -06:00
if (!alreadyVisited) {
2026-02-12 16:03:06 -06:00
gsap.fromTo(
".btn-tema-go",
2026-02-11 16:49:43 -06:00
{
opacity: 0,
2026-02-12 16:03:06 -06:00
y: 90,
2026-02-11 16:49:43 -06:00
},
{
opacity: 1,
y: 0,
duration: 1,
stagger: 0.2,
ease: "power3.out",
2026-02-12 16:03:06 -06:00
onComplete: function () {
$(".btn-tema-go")
.addClass("animate__animated animate__pulse")
.one("animationend", function () {
$(this).removeClass("animate__animated animate__pulse").addClass("hover");
});
2026-02-11 16:49:43 -06:00
CourseNav.setSlideVisited();
2026-02-12 16:03:06 -06:00
},
2025-09-25 11:08:16 -06:00
}
2026-02-11 16:49:43 -06:00
);
} else {
2026-02-12 16:03:06 -06:00
$(".btn-tema-go").addClass("hover");
2026-02-11 16:49:43 -06:00
CourseNav.setSlideVisited();
}
2026-02-12 16:03:06 -06:00
$(".btn-tema-go").on("click", function () {
2026-02-11 16:49:43 -06:00
CourseNav.soundClick();
2026-02-12 16:03:06 -06:00
var pagina = $(this).data("pagina");
2026-02-11 16:49:43 -06:00
CourseNav.gotoSlide(pagina);
});
2025-09-25 11:08:16 -06:00
});
</script>