Files
Maphre-PLD-2026/index.html
T

262 lines
9.0 KiB
HTML
Raw Normal View History

2026-06-05 16:56:04 -06:00
<!doctype html>
2026-06-04 12:20:40 -06:00
<html lang="es">
2026-06-05 16:56:04 -06:00
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1" />
2026-06-04 12:20:40 -06:00
<title>MAPFRE</title>
2026-06-05 16:56:04 -06:00
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="css/sweetalert2.min.css" />
<link rel="stylesheet" type="text/css" href="css/borderless.min.css" />
<link rel="stylesheet" type="text/css" href="css/animate.min.css" />
<link rel="stylesheet" type="text/css" href="css/all.min.css" />
<link rel="stylesheet" type="text/css" href="webfonts/muli/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="css/x.css" />
<link rel="stylesheet" type="text/css" href="css/colors.css" />
<link rel="stylesheet" type="text/css" href="css/sprites.css" />
<link rel="stylesheet" type="text/css" href="css/mysprites.css" />
<link rel="stylesheet" type="text/css" href="css/site.css" />
2026-06-04 12:20:40 -06:00
<style type="text/css">
2026-06-05 16:56:04 -06:00
.wmenu.open {
left: 0;
height: 874px;
top: 0;
z-index: 999;
overflow: auto;
}
.header {
background-size: 100%;
height: 75px;
}
.footer {
height: 71px;
bottom: -4px;
}
.sco {
position: absolute;
width: 100%;
height: calc(100% - (68px + 75px));
top: 75px;
}
.sco.hasvideo {
top: 5px;
height: 100%;
}
.subtenma {
position: absolute;
left: 0;
top: 80px;
padding: 0.325em;
background-color: #a60000;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
color: #fff;
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
}
.subtenma.abierto {
left: 0 !important;
}
div.subtenma > div.btn-show-subs > i.far.fa-chevron-right {
display: inline;
}
div.subtenma > div.btn-show-subs > i.far.fa-chevron-left {
display: none;
}
.soportemenu {
background-color: #737373;
height: 80px;
right: 20px;
top: 0;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.__paginacion {
position: absolute;
top: 15px;
left: 139px;
font-weight: bold;
font-size: 35px;
}
.instruccionsco {
border: red solid 2px;
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
bottom: 0;
z-index: 1103;
top: auto;
}
.footer .wnavs {
height: 67px;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
width: 358px;
background-size: cover;
background-position: center center;
position: absolute;
}
.btn__atras {
position: absolute;
top: 0;
left: 0;
}
.btn__siguiente {
position: absolute;
top: 0;
right: 0;
}
.__paginacion {
position: absolute;
top: 11px;
left: 139px;
font-weight: bold;
font-size: 35px;
color: #616a73;
}
.wmenu {
position: absolute;
z-index: 90;
height: 100% !important;
width: 100%;
left: -100%;
background-color: #00263a;
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
display: -ms-flexbox;
display: flex;
overflow: auto;
overflow-x: hidden;
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
justify-content: space-around;
align-items: flex-start;
z-index: 1104 !important;
}
.wcontainer .swal2-content {
font-size: 24px;
}
.mute::after {
content: '\f05e';
position: absolute;
text-align: center;
z-index: 5;
font-family: 'Font Awesome 5 Pro';
left: 27px;
font-size: 2.5em;
color: #fff;
top: -5px;
}
2026-06-04 12:20:40 -06:00
</style>
2026-06-05 16:56:04 -06:00
</head>
2026-06-04 12:20:40 -06:00
2026-06-05 16:56:04 -06:00
<body>
2026-06-04 12:20:40 -06:00
<div class="wcontainer" id="wcontainer">
2026-06-05 16:56:04 -06:00
<div class="header position-absolute d-flex align-items-center px-2 bg-white shadow">
<div class="row h-100 w-100 align-items-center">
<div class="col-2 text-center">
<img src="img/template/logo.png" class="img-fluid" />
</div>
<div class="col-8 text-left" style="font-size: 30px; padding-left: 2rem; line-height: 31px">
<span class="nombredelcurso"></span>
</div>
</div>
<div class="d-flex align-self-end align-items-center soportemenu position-absolute">
<div class="btn-menu-sco mx-3 btn__home">
<img src="img/template/home.svg" width="40" height="40" />
</div>
<div class="btn-menu-sco mx-3 btn__menu">
<img src="img/template/menu.svg" width="40" height="40" />
</div>
<div class="btn-menu-sco mx-3 btn__reload">
<img src="img/template/recargar.svg" width="40" height="40" />
</div>
2026-06-04 12:20:40 -06:00
</div>
2026-06-05 16:56:04 -06:00
</div>
<div class="sco"></div>
<div class="subtenma abierto d-flex align-items-center flex-row">
<div class="subtematxt"></div>
<div class="btn-show-subs pl-3 pr-1">
<i class="far fa-chevron-left"></i>
<i class="far fa-chevron-right"></i>
2026-06-04 12:20:40 -06:00
</div>
2026-06-05 16:56:04 -06:00
</div>
<div class="footer position-absolute bg-white">
<div class="btn__mute position-absolute btn-sound-control-sco" style="left: 0; top: 0">
<img src="img/template/sound.svg" height="68" class="" />
2026-06-04 12:20:40 -06:00
</div>
2026-06-05 16:56:04 -06:00
<div class="wnavs">
<div class="btn-menu-sco btn__atras">
<img src="img/template/prev.svg" height="68" />
</div>
<div class="__paginacion">01/10</div>
<div class="btn-menu-sco btn__siguiente">
<img src="img/template/next.svg" height="68" />
</div>
2026-06-04 12:20:40 -06:00
</div>
2026-06-05 16:56:04 -06:00
</div>
<div class="instruccionsco">
<p>Da clic en siguiente</p>
</div>
<div class="wmenu flex-row pt-5">
<img
src="img/template/close.svg"
width="54"
height="46"
class="position-absolute btn-close-menu"
style="top: 23px; right: 50px; z-index: 55"
/>
<div class="w-50 text-white p-3 d-flex flex-column" style="height: 696px; overflow-y: auto">
<div class="itemsmenu mb-2"></div>
2026-06-04 12:20:40 -06:00
</div>
2026-06-05 16:56:04 -06:00
<div class="avancesco w-50 align-items-center d-flex justify-content-center h-100">
<div class="curso-progress"></div>
2026-06-04 12:20:40 -06:00
</div>
2026-06-05 16:56:04 -06:00
</div>
<div class="wloader justify-content-center align-items-center flex-column bg-light">
<div class="lds-roller">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="w-100 text-center loaderstatus">Cargando...</div>
</div>
2026-06-04 12:20:40 -06:00
</div>
<!-- js -->
2026-06-05 16:56:04 -06:00
<script
crossorigin="anonymous"
src="https://polyfill.io/v3/polyfill.min.js?version=3.52.0&features=blissfuljs%2Cdefault%2Ces2015%2Ces2016%2Ces2017%2Ces2018%2Ces2019%2Ces5%2Ces6%2Ces7"
></script>
2026-06-04 12:20:40 -06:00
<script src="js/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script>
<!--<script src="js/jquery.min.js" type="text/javascript" charset="utf-8"></script>-->
<script src="js/jquery-ui.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.ui.touch-punch.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/bootstrap.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/howler.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/TweenMax.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/progressbar.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/sweetalert2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/xlsx.full.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/xml2json.js" type="text/javascript" charset="utf-8"></script>
<script src="js/jquery.waitforimages.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" src="js/jquery.keyframes.min.js"></script>
<script src="js/SCORM_API_wrapper.js" type="text/javascript" charset="utf-8"></script>
<script src="js/scorm_function.js" type="text/javascript" charset="utf-8"></script>
<script src="js/instrucciones.js" type="text/javascript" charset="utf-8"></script>
<script src="js/site.js" type="text/javascript" charset="utf-8"></script>
<!-- end js -->
2026-06-05 16:56:04 -06:00
</body>
</html>