/* section{
    padding: 30px 125px;
     overflow-x: hidden; 
}
 */
section.w-bg::before{
    left: 125px;
    width: calc(100% - 125px*2);
}

a.to-top{
    position: absolute;
    bottom: 30px;
    right: 125px;
}

a.to-top::before{
    content: 'Subir';
    font-family: 'Montserrat-Bold', georgia, serif;
    position: absolute;
    bottom: 52px;
    color: #fff;
}

a.to-top.stl-2::before{
    color: #003;
}

.socials{
    padding: 30px 75px 0 75px;
}

footer{
    flex-flow: row wrap;
}

footer .logo-slogan,
footer a,
.design-by{
    margin-top: 0;
}

footer a{
    margin-left: auto;
    margin-right: 24px;
}

footer img{
    padding-right: 14px;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
    margin-right: 14px;
    cursor: pointer;
}

footer.is-20years img{
    border: none;
    margin: 0 auto;
}

.banner.banner-2 .ball-2,
.banner.banner-2 .ball-3{
    display: block;
    position: absolute;
    top: 40px;
    left: -208px;
    width: 208px;
    height: 208px;
    background: rgba(33, 33, 131, .2);
    border-radius: 50%;
    z-index: 1;
}

.banner.banner-2 .ball-3{
    left: auto;
    right: -208px;
}







.pagination{
    /* max-width: 500px; */
    margin-left: auto;
    margin-right: auto;
}

.filter-to-scroll-instruction{
    display: none;
}

.progress{
    margin-bottom: 27px;
}

.progress .step{
    width: 126px;
}

.progress .step.active .tooltip{
    display: block;
    position: absolute;
    top: calc(100% + 10px);
    left: 12.5%;
}

button{
    padding: 20px 50px;
}

button.btn-2{
    max-width: 100%;
    padding: 14px;
    flex-flow: row wrap;
}

button.btn-2 img{
    margin-right: 4px;
    margin-bottom: 0;
}

.step-content button{
    margin: 0 24px 24px 0;
}

.step-content button:last-of-type{
    margin: 0 0 24px 0;
}

.step-content button.btn-2{
    margin: 0 12px 12px 0;
}

.step-content button.btn-2:last-of-type{
    margin: 0 0 12px 0;
}

label,
fieldset::after{
    font: 1.16em/1.57 'Montserrat-ExtraBold', georgia, serif;
}

input{
    font: 1.33em/1.5 'Montserrat-ExtraBold', georgia, serif;
    /* min-width: 370px; */
}

.go-back{
    font: 1.16em/1.57 'Montserrat-ExtraBold', georgia, serif;
    top: 40px;
    left: 125px;
    color: #003;
}

body.is-dark .go-back{
    color: #00fbfc;
}

.go-external-home{
    position: fixed;
    top: 15px;
    right: 15px;
    width: auto;
}

/* form{
    width: 700px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

form.f-2-col{
    justify-content: space-between;
}

form.f-2-col fieldset{
    width: calc(50% - 12px);
}

form.f-2-col fieldset input{
    min-width: 0;
} */

.l-d-mode{
    top: 40px;
    right: 125px;
}

ul.filter-to-scroll.fixed{
    left: 125px;
    width: calc(100% - 250px);
}

.next-to-fixed{
    margin-top: 120px;
}