This commit is contained in:
2025-12-09 14:10:02 -06:00
parent 352fdff6e4
commit f9cdd739e3
58 changed files with 655 additions and 78 deletions
+23 -2
View File
@@ -262,12 +262,11 @@ h4,
// Estilos para .page-sco - sticky fullpage effect
.page-sco {
height: 100%;
min-height: 100%;
position: sticky;
top: 0;
display: flex;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
width: 100%;
box-sizing: border-box;
@@ -359,6 +358,7 @@ h4,
.btn-begin {
background: #dd3352;
background: linear-gradient(to right, #dd3352 0%, #fe8a29 100%);
border-radius: 20px;
}
.btn-begin:hover {
@@ -614,3 +614,24 @@ h4,
background: #006eab;
background: linear-gradient(to right, #006eab 12%, #d4384f 100%);
}
.border-top-2 {
border-top: 3px solid;
}
ul > li {
margin-bottom: 0.5rem;
}
ul > li:last-child {
margin-bottom: 0;
}
ul.bul0 {
list-style-type: none;
list-style-image: url(../img/bul0.png);
}
.btn-next-section {
cursor: pointer;
}