Update: version 1

This commit is contained in:
2025-12-11 17:00:53 -06:00
parent 594539b531
commit b42d53e844
109 changed files with 2242 additions and 1365 deletions
+37 -34
View File
@@ -62,9 +62,9 @@ body {
>main {
grid-area: main;
overflow-y: auto;
min-height: 0; // ← ESTO ES CRUCIAL PARA GRID
position: relative;
overflow: auto;
}
}
@@ -295,6 +295,7 @@ h4,
overflow-x: hidden;
width: 100%;
box-sizing: border-box;
background-color: #fff;
// Aplica a TODOS los contenedores de Bootstrap 5 dentro de .page-sco
.container,
@@ -384,13 +385,11 @@ h4,
background: #dd3352;
background: linear-gradient(to right, #dd3352 0%, #fe8a29 100%);
border-radius: 20px;
border: solid 4px #86d3ff;
}
.btn-begin:hover {
background: #dd3352;
background: linear-gradient(to left, #dd3352 0%, #fe8a29 100%);
border: solid 4px #86d3ff;
}
.animate__animated.animate__pulse {
@@ -644,42 +643,46 @@ h4,
}
}
.bg-variacolor {
background: #00285b;
background: linear-gradient(to right, #00285b 12%, #0064cf 100%);
}
.bg-variacolor {
background: #00285b;
background: linear-gradient(to right, #00285b 12%, #0064cf 100%);
}
.border-top-2 {
border-top: 3px solid;
}
.border-top-2 {
border-top: 3px solid;
}
ul>li {
margin-bottom: 0.5rem;
}
ul>li {
margin-bottom: 0.5rem;
}
ul>li:last-child {
margin-bottom: 0;
}
ul>li:last-child {
margin-bottom: 0;
}
ul.bul0 {
list-style-type: none;
list-style-image: url(../img/bul0.png);
}
ul.bul0 {
list-style-type: none;
list-style-image: url(../img/bul0.png);
}
.btn-next-section {
cursor: pointer;
}
ul.bul1 {
list-style-type: none;
list-style-image: url(../img/bul1.png);
}
.btn-next-section {
cursor: pointer;
}
body.swal2-height-auto {
height: 100% !important;
}
body.swal2-height-auto {
height: 100% !important;
}
.html-pop-style {
border: 6px solid transparent;
border-radius: 20px;
background: url(../img/fondo-pop.jpg) padding-box, linear-gradient(to right, #00928e 32%, #c1c902 96%) border-box !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
.html-pop-style {
border: 6px solid transparent;
border-radius: 20px;
background: url(../img/fondo-pop.jpg) padding-box, linear-gradient(to right, #00928e 32%, #c1c902 96%) border-box !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}