2025-09-11 16:48:41 -06:00
|
|
|
<style>
|
2025-09-12 16:51:04 -06:00
|
|
|
.fake {
|
|
|
|
|
background-image: url(img/bg00.jpg);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: center;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
2025-09-11 16:48:41 -06:00
|
|
|
|
2025-09-12 16:51:04 -06:00
|
|
|
.w-container {
|
|
|
|
|
background-image: url(img/w-xx1.png);
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
background-position: left;
|
|
|
|
|
background-size: 100% auto;
|
|
|
|
|
}
|
2025-09-11 16:48:41 -06:00
|
|
|
</style>
|
|
|
|
|
<div class='page-sco py-2 py-md-4 h-100'>
|
2025-09-12 16:51:04 -06:00
|
|
|
<div class='container h-100'>
|
|
|
|
|
<div class='row justify-content-center align-items-center h-100'>
|
|
|
|
|
<div class='col-12 w-container'>
|
|
|
|
|
<div class='row justify-content-center'>
|
|
|
|
|
<div class="col-11">
|
|
|
|
|
<div class="row justify-content-center align-items-center">
|
|
|
|
|
<div class="col-8">
|
|
|
|
|
<h1 class="text-white fw-bold">INDUCCIÓN AL PACIENTE EN<br>DIÁLISIS PERIOTONIAL <span
|
|
|
|
|
class="fw-bold text-verde-ceniza">>>></span></h1>
|
|
|
|
|
<p class="text-white">Pioneros en el cuidado de la enfermedad renal crónica</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="col-4">
|
|
|
|
|
<img src="img/0.1.png" class="img-fluid" alt="" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2025-09-11 16:48:41 -06:00
|
|
|
</div>
|
2025-09-12 16:51:04 -06:00
|
|
|
<!-- <div class="col-10 text-center">
|
|
|
|
|
<button class="btn btn-verde-oscuro btn-comenzar">
|
|
|
|
|
<h4 class="my-0 fw-bold">Comenzar</h4>
|
|
|
|
|
</button>
|
|
|
|
|
</div> -->
|
2025-09-11 16:48:41 -06:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
2025-09-12 16:51:04 -06:00
|
|
|
$(function () {
|
|
|
|
|
'use strict';
|
2025-09-17 08:49:15 -06:00
|
|
|
$('.wrap-course-content').addClass('fake');
|
2025-09-12 16:51:04 -06:00
|
|
|
CourseNav.setSlideVisited();
|
|
|
|
|
|
|
|
|
|
// $('.btn-comenzar').on('click', function () {
|
|
|
|
|
// CourseNav.nextSlide();
|
|
|
|
|
// });
|
2025-09-11 16:48:41 -06:00
|
|
|
});
|
2025-09-12 16:51:04 -06:00
|
|
|
</script>
|