.container-fluid,.container{
    margin-right:auto;
    margin-left:auto
}
.container-fluid{
    padding-right:2rem;
    padding-left:2rem
}
.row{
    box-sizing:border-box;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-direction:row;
    flex-direction:row;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-0.5rem;
    margin-left:-0.5rem
}

.col-xs-12 {
    box-sizing:border-box;
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    padding-right:0.5rem;
    padding-left:0.5rem
}

.col-xs-12{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    max-width:100%
}
.center-xs{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    text-align:center
}
.end-xs{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    text-align:end
}
.middle-xs{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}

@media only screen and (min-width: 48em){
    .container{
        width:49rem
    }
}
@media only screen and (min-width: 64em){
    .container{
        width:63rem
    }
    .col-md-6 {
        box-sizing:border-box;
        -webkit-box-flex:0;
        -ms-flex:0 0 auto;
        flex:0 0 auto;
        padding-right:0.5rem;
        padding-left:0.5rem
    }
    .col-md-6{
        -ms-flex-preferred-size:50%;
        flex-basis:50%;
        max-width:50%
    }
    .start-md{
        -webkit-box-pack:start;
        -ms-flex-pack:start;
        justify-content:flex-start;
        text-align:start
    }
    .center-md{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        text-align:center
    }
    .end-md{
        -webkit-box-pack:end;
        -ms-flex-pack:end;
        justify-content:flex-end;
        text-align:end
    }
    .bottom-md{
        -webkit-box-align:end;
        -ms-flex-align:end;
        align-items:flex-end
    }
}
@media only screen and (min-width: 75em){
    .container{
        width:76rem
    }
}
@font-face{
    font-family:'ppay-web';
    src:local("x"),url("../../webfont/ppaythin.woff2") format("woff2"),url("../../webfont/ppaythin.woff") format("woff"),url("../../webfont/ppaythin.ttf") format("truetype"),url("../../webfont/ppaythin.svg#font") format("svg");
    font-weight:300;
    font-style:normal
}
@font-face{
    font-family:'ppay-web';
    src:local("x"),url("../../webfont/ppayreg.woff2") format("woff2"),url("../../webfont/ppayreg.woff") format("woff"),url("../../webfont/ppayreg.ttf") format("truetype"),url("../../webfont/ppayreg.svg#font") format("svg");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:'ppay-web';
    src:local("x"),url("../../webfont/ppaybld.woff2") format("woff2"),url("../../webfont/ppaybld.woff") format("woff"),url("../../webfont/ppaybld.ttf") format("truetype"),url("../../webfont/ppaybld.svg#font") format("svg");
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:'ppay-web';
    src:local("x"),url("../../webfont/ppayxbd.woff2") format("woff2"),url("../../webfont/ppayxbd.woff") format("woff"),url("../../webfont/ppayxbd.ttf") format("truetype"),url("../../webfont/ppayxbd.svg#font") format("svg");
    font-weight:800;
    font-style:normal
}
@font-face{
    font-family:'ppay-web';
    src:local("x"),url("../../webfont/ppayblk.woff2") format("woff2"),url("../../webfont/ppayblk.woff") format("woff"),url("../../webfont/ppayblk.ttf") format("truetype"),url("../../webfont/ppayblk.svg#font") format("svg");
    font-weight:900;
    font-style:normal
}
a.button{
    background:#0fc76e;
    color:#fff;
    display:inline-block;
    font-weight:bold;
    padding:0 40px;
    text-decoration:none;
    transition:all .2s ease-in-out;
    border-radius:60px;
    height:60px;
    font-size:24px;
    line-height:60px;
    padding:0 40px
}
a.button:hover{
    background:#0b9854
}
/* html,body{
    margin:0;
    text-size-adjust:none;
    -moz-text-size-adjust:none;
    -webkit-text-size-adjust:none;
    -webkit-font-smoothing:antialiased
}
html{
    font-family:'ppay-web', sans-serif;
    background-color:#f0f6f8;
    color:#111111;
    height:100%
}
body{
    margin:0 auto;
    position:relative;
    background-color:#ffffff
}
html,body{
    overflow-x:hidden;
    width:100vw
} */

@media only screen and (max-width: 768px){
    .container{
        padding-left:24px;
        padding-right:24px
    }
    .hidden-xs{
        display:none !important
    }
}
@media only screen and (min-width: 768px){
    .hidden-md{
        display:none !important
    }
}
body{
    padding-top:90px
}
@media only screen and (max-width: 768px){
    body{
        padding-top:60px
    }
}
@media only screen and (max-width: 1300px){
    .container{
        padding:0 1%
    }
}
body>header,body>#header{
    position:fixed;
    top:0;
    left:0;
    margin:0;
    background:#ffffff;
    border-bottom:1px solid #eaeaea;
    height:90px;
    transition:all 0.25s ease-in-out;
    width:100%;
    z-index:10001;
    box-sizing:content-box
}
body>header svg,body>#header svg{
    fill:#21c25e;
    height:40px;
    transition:all 0.25s ease-in-out
}
body>header .links-desktop,body>#header .links-desktop{
    display:flex;
    align-items:center;
    justify-content:flex-end
}
body>header .links-desktop a.faq,body>header .links-desktop a.sobrenos,body>#header .links-desktop a.faq,body>#header .links-desktop a.sobrenos{
    color:#11c76f;
    font-size:18px;
    margin-right:48px;
    text-decoration:none;
    transition:all 0.25s ease-in-out
}
body>header .links-desktop a.faq:hover,body>header .links-desktop a.sobrenos:hover,body>#header .links-desktop a.faq:hover,body>#header .links-desktop a.sobrenos:hover{
    color:#0d9855
}
@media only screen and (max-width: 1300px){
    body>header .links-desktop a.faq,body>header .links-desktop a.sobrenos,body>#header .links-desktop a.faq,body>#header .links-desktop a.sobrenos{
        margin-right:4%;
        font-size:16px
    }
}
body>header .download-button,body>#header .download-button{
    background:#11c76f;
    border-radius:40px;
    color:#fff;
    width:100%;
    display:inline-block;
    line-height:40px;
    padding:2px 16px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    transition:0.25s ease-in;
    max-width:180px;
    text-align:center
}
body>header .download-button:hover,body>#header .download-button:hover{
    background:#0d9855
}
@media only screen and (max-width: 1300px){
    body>header .download-button,body>#header .download-button{
        max-width:150px;
        font-size:14px
    }
}
body>header .outline-button,body>#header .outline-button{
    border:2px solid #11c76f;
    border-radius:40px;
    color:#11c76f;
    display:inline-block;
    line-height:40px;
    padding:2px 16px;
    font-size:16px;
    font-weight:bold;
    text-decoration:none;
    transition:0.25s ease-in;
    width:100%;
    text-align:center;
    background:white;
    max-width:180px;
    margin-left:3%
}
body>header .outline-button:hover,body>#header .outline-button:hover{
    border:2px solid #0d9855;
    background:#0d9855;
    color:white
}
@media only screen and (max-width: 1300px){
    body>header .outline-button,body>#header .outline-button{
        max-width:150px;
        font-size:14px
    }
}
body>header .container,body>header .container>.row,body>#header .container,body>#header .container>.row{
    height:100%
}
body>header.transparent,body>#header.transparent{
    background:transparent;
    z-index:10
}
body>header.transparent svg,body>#header.transparent svg{
    fill:#ffffff
}
body>header.transparent .download-button,body>#header.transparent .download-button{
    border-color:#fff;
    color:#fff
}
@media only screen and (max-width: 768px){
    body>header,body>#header{
        height:60px
    }
    body>header svg,body>#header svg{
        height:24px
    }
    body>header .mobile-dropdown,body>#header .mobile-dropdown{
        position:fixed;
        background:#000;
        height:0;
        padding:0 48px;
        overflow:hidden;
        top:60px;
        width:100%;
        transition:all 0.2s ease-in-out
    }
    body>header .mobile-dropdown a,body>#header .mobile-dropdown a{
        display:block;
        font-size:24px;
        font-weight:bold;
        color:#8f929d;
        padding:24px 0;
        text-decoration:none
    }
    body>header .mobile-dropdown.open,body>#header .mobile-dropdown.open{
        height:calc(100% - 60px - 60px);
        padding-top:24px;
        padding-bottom:24px
    }
    body>header .mobile-download,body>#header .mobile-download{
        border-radius:0;
        font-size:18px;
        height:60px;
        line-height:60px;
        text-align:center;
        max-width:none;
        position:fixed;
        bottom:0;
        left:0;
        width:100%
    }
    body>header .enable-menu,body>#header .enable-menu{
        display:flex;
        flex-direction:column;
        position:absolute;
        right:24px;
        top:14px;
        width:20px
    }
    body>header .enable-menu .bar,body>#header .enable-menu .bar{
        background:#11c76f;
        margin-top:5px;
        height:2px;
        width:100%
    }
}
