.section {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.parallax {
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.btn {
    text-transform: uppercase;
    font-size: 0.85rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    border-radius: 50rem;
    display: inline-block;
    margin: 10px 0px 10px 0px;
    padding: 14px 25px 13px 25px;
    transition: all 0.2s;
}

.btn-lg {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 20px 40px 19px 40px;
    font-weight: 400;
}

.page-numbers {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    background: unset;
    color: #cfcfd0;
    border: none;
    padding: 10px 14px;
    margin: 0px 2px;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border-radius: 50px;
}
  
.page-numbers.current {
    font-size: 1rem;
    line-height: 1rem;
    color: #faa419; 
}

.page-numbers:hover, .page-numbers.focus, .page-numbers.active {
    background-color: #ffffff00;
    color: #faa419;
    border: none;
    outline: none;
    box-shadow: none;
    text-decoration: none;
    outline: none;
}
  
.page-numbers:hover, .page-numbers.focus, .page-numbers.active i {
    border-color: #faa419;
}
  
.page-item:first-child .page-numbers, .page-item:last-child .page-numbers {
    border-radius: 50px;
}
  
ul.personalizado {
    padding-left: 16px;
}
  
.personalizado li {
    margin-bottom: 0.5rem;
    padding-left: 8px;
}
  
.personalizado li::marker {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    color: #000;
    content: "\f00c";
}