* {
    background-position: 0 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Ubuntu', sans-serif;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ccc;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc;
}

input {
    -webkit-appearance: none;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, a {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.overflow {
    overflow: hidden;
}

ul {
    overflow: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

p, ol, ul, span {
    margin: 0;
    padding: 0;
    list-style: none;
}

html {
    font-size: 62.5%;
    height: 100%;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 409px) {
    font-size: 54%;
}

@media only screen and (min-width: 410px) and (max-width: 767px) {
    font-size: 62.5%;
}

@media only screen and (min-width: 768px) and (max-width: 969px) {
    font-size: 88%;
}

@media only screen and (min-width: 970px) {
    font-size: 62.5%;
}

.centro, .centro1250 {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    overflow: hidden; 
}

.centro1250 {
    padding: 0;
    width: 1250px;
}
.centro1250 .bgInfos{
    width: 100%;
    margin-top: 15rem;
}
.centro1250 .bgInfos .content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 6rem 0 14rem 0;
}
.centro1250 .bgInfos .content:nth-child(2n){
    flex-direction: row-reverse;
}
.centro1250 .bgInfos .content .contEsquerda{
    width: 55%;
    padding: 0;
}
.centro1250 .bgInfos .content .contEsquerda .btDownaloadGratis{
    margin-top: 4rem;
    background: #60d700;
}
.centro1250 .bgInfos .content .contEsquerda .btDownaloadGratis:hover{
    margin-top: 4rem;
    background: #14bf0d;
}
.centro1250 .bgInfos .content .img{
    width: 40%;
    height: 300px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.logo {
    width: 205px;
    display: block;
    float: left;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.logo svg {
    fill: #fff;
}

.header {
    overflow: hidden;
    position: absolute;
    z-index: 900;
    width: 100%;
    padding: 0 5%;
    top: 7rem;
}

.header ul {
    float: right;
    width: calc(100% - 220px);
    overflow: hidden;
}

.header ul li {
    float: right;
    margin-right: 3.5%;
    padding-top: 1.6rem;
}

.header ul li a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 900;
}

.header ul li:first-child {
    margin-right: 0;
    padding-top: 0;
}

.header ol {
    position: absolute;
    display: none;
    overflow: hidden;
    right: 8rem;
}

.header ol li {
    float: left;
}

.header ol li a {
    font-size: 2rem;
    color: #fff;
    padding: 1.2rem;
    display: block;
}

.header ol li .selected {
    font-weight: 900;
}

.menuAbertoMobile {
    width: 100%;
    height: 0;
    opacity: 0;
    background: #fff;
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 300;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.textCentralizado{
    text-align: center;
}
.menuAbertoMobile.active {
    height: 100%;
    opacity: 1;
}

.menuAbertoMobile ul {
    width: 100% !important;
    margin-bottom: 3rem;
    margin-top: 3rem;
    display: none;
}

.menuAbertoMobile ul li {
    width: 100%;
    margin-right: 0!important;
    padding: 1.7rem 0!important;
}

.menuAbertoMobile ul li a {
    color: #9f33dd;
    font-weight: 300;
    font-size: 2rem !important;
    text-align: center;
}

.menuAbertoMobile.active ul {
    display: block;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    height: 80px;
    padding-top: 1.4em;
    -webkit-box-shadow: 0px 10px 66px -23px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 66px -23px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 66px -23px rgba(0, 0, 0, 0.3);
}

.sticky .logo {
    width: 120px;
    margin-top: 1rem;
}

.sticky .logo svg {
    fill: #9f33dd;
}

.sticky ul li a {
    color: #666 !important;
}

.sticky ul li a:hover {
    color: #9f33dd !important;
}

.sticky ul li .btDownloadMenu {
    color: #fff !important;
    background: #9f33dd;
}

.sticky ul li .btDownloadMenu:hover {
    color: #fff !important;
    background: #60d700;
}

.btDownloadMenu {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    color: #9f33dd !important;
    padding: 1.9rem 3.5rem;
    font-weight: 900;
    font-size: 1.3rem !important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btDownloadMenu:hover {
    background: #9a0bc6;
    color: #fff!important;
}

.banners {
    height: calc(100vh);
    overflow: hidden;
    position: relative;
}

.banners .slick-dots {
    float: left;
    width: 30px;
    bottom: 10rem;
    top: 50%;
    bottom: unset;
    left: 2%;
}

.bannerInicial {
    height: 100%;
}

.bannerInicial .interno {
    height: calc(100vh);
    align-items: center;
    display: flex !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; */
}

.btMaisInformacoes {
    display: block;
    padding: 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
    background: transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    bottom: 4rem;
    left: 5%;
}

.btMaisInformacoes svg {
    display: block;
    float: left;
    width: 13px;
    fill: #fff;
    transform: rotate(90deg);
    margin-right: 1rem;
}

.btMaisInformacoes:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #9f33dd;
}

.btMaisInformacoes:hover svg {
    fill: #9f33dd;
}

.bannerInicial h2 {
    color: #fff !important;
    font-size: 4rem;
    margin-bottom: 2rem;
}

.bannerInicial p {
    color: #fff;
    font-size: 1.7rem;
    line-height: 150%;
}

.btMenuMobile, .btMenuMobileFechar {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 5%;
    top: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: none;
}

.btMenuMobile svg, .btMenuMobileFechar svg {
    fill: #fff;
    width: 35px;
    display: block;
    margin: 0.7rem auto 0 auto;
}

.btMenuMobileFechar {
    background: #fff;
    margin-top: 0;
}

.btMenuMobileFechar svg {
    fill: #9f33dd;
    width: 25px;
    margin: 0.8rem 0 0 0.8rem;
}

.btMenuMobile.active {
    display: none;
}

.btMenuMobileFechar.active {
    display: block;
}

.bannerInicial .conteudoEsquerda {
    width: 35%;
    padding-left: 5%;
}
.bannerInicial .conteudoEsquerda .list{
    margin-bottom: 2rem;
}
.bannerInicial .conteudoEsquerda .list li{
    display: flex;
    margin-bottom: 0.5rem;
}
.bannerInicial .conteudoEsquerda .list li span{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url(icones/round-done-button.svg);
}
.bannerInicial .conteudoEsquerda .list li span svg{
    fill: #14bf0d;
    width: 16px;
}
.bannerInicial .conteudoEsquerda .list li p{
    font-size: 1.6rem;
    color: #fff;
    font-weight: 300;
}

.bannerInicial .conteudoEsquerda .btDownaloadGratis {
    background: #60d700;
}

.bannerInicial .conteudoEsquerda .btDownaloadGratis:hover {
    background: #fff;
    color: #9f33dd;
}

.listaIconesSistemas {
    margin-top: 4rem;
    margin-left: 4rem;
}

.listaIconesSistemas li {
    float: left;
    margin-right: 3rem;
}

.listaIconesSistemas li svg {
    width: 30px;
    fill: #fff;
}

.bannerInicial .imgBannerDireita {
    width: 60%;
    float: right;
    position: absolute;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    right: 0;
    top: 13%;
    bottom: 0;
}
.bannerInicial .imgBannerDireita2 {
    width: 60%;
    float: right;
    position: absolute;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    right: 0;
    top: 13%;
    bottom: 0;
}
.bannerInicial .bgValor{
    transform: scale(1.5);
    right: 12%;
    top: 27%;
}
.bgNew{
    width: 130px;
    height: 60px;
    background: url(imagens/seloEmBreve.png) center no-repeat;
    background-size: contain;
    margin-bottom: 10px; 
}

.bgRedesSociais {
    width: 50px;
    height: 200px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: fixed;
    right: 1.5%;
    top: 50%;
    z-index: 100;
    margin-top: -100px;
    -webkit-box-shadow: 0px 17px 37px -5px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 17px 37px -5px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 17px 37px -5px rgba(0, 0, 0, 0.32);
}

.bgRedesSociais a {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    float: right;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bgRedesSociais a:hover {
    background: #9f33dd;
}

.bgRedesSociais a:hover svg {
    fill: #fff;
}

.bgRedesSociais .whats {
    background: #38c459;
}

.bgRedesSociais a svg {
    width: 20px;
    height: 20px;
    margin: 15px 0 0 15px;
    fill: #9f33dd;
}

.bgRedesSociais .whats svg {
    fill: #fff;
    float: left;
}

.bgRedesSociais .whats span {
    font-weight: 900;
    color: #fff;
    font-size: 1.6rem;
    display: none;
    opacity: 0;
    margin: 15px 0 0 50px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    width: 0px;
}

.bgRedesSociais .whats:hover {
    width: 190px;
    background: #38c459;
}

.bgRedesSociais .whats:hover span {
    display: block;
    width: 120px;
    opacity: 1;
}

.sobre {
    overflow: hidden;
    position: relative;
    padding-top: 15rem;
}
.sobre .centro1250{
    overflow: unset;
}
.sobre h1{
    color: #9f33dd;
    position: relative;
    z-index: 60;
    width: 70%;
    font-size: 3rem;
    text-align: center;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 5rem;
}
.sobre h4{
    text-align: center;
}
.sobre .contEsquerda{
    padding: 8rem 0 14rem 0;
}
.sobre .title{
    font-size: 1.6rem;
    color: #333;
    letter-spacing: 6px;
    margin-bottom: 5rem;
}
.bgTabela{
    width: 100%;
}
.bgTabela .cabecalho{
    display: flex;
    overflow: hidden;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.bgTabela .cabecalho div{
    background: #333;
    padding: 1.2rem 2rem;
    width: 15%;
    display: flex;
    align-items: center;
    border-right: 1px solid #555;
}
.bgTabela .cabecalho div:first-child{
    width: 25%;
}
.bgTabela .cabecalho div:last-child{
    border-right: none;
}
.bgTabela .cabecalho div span{
    font-weight: 700;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    width: 100%;
}
.bgTabela .linha{
    display: flex;
    background: #fff;
    position: relative;
    z-index: 0;
}
.bgTabela .linha:nth-child(4), .bgTabela .linha:nth-child(6){
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bgTabela .linha div{
    width: 15%;
    padding: 3rem;
    display: flex;
    justify-content: center;
    border-right: 1px solid #e5e5e5;
}
.bgTabela .linha div:first-child{
    width: 25%;
    padding: 2rem;
    position: relative;
    background-position: center;
    background-size: 40%;
    background-repeat: no-repeat;
}
.bgTabela .linha div:last-child{
    border-right: none;
}
.bgTabela .linha div:last-child p{
    color: #666;
    font-size: 1.3rem;
    font-weight: 300;
}
.bgTabela .linha div:last-child svg{
    fill: #cd3a00;
    display: inline-block;
    width: 12px;
    margin-right: 5px;
}
.bgTabela .linha div b{
    font-size: 3.5rem;
    color: #333333;
    font-weight: 100;
}
.bgTabela .linha div span{
    font-size: 1.3rem;
    display: block;
    font-weight: 100;
    color: #777777;
    margin-top: 5px;
    margin-right: 2px;
}
.bgTabela .linha div p{
    font-size: 1.5rem;
    display: block;
    font-weight: 100;
    color: #333333;
    margin-top: 18px;
}
.bgTabela .linha div .link{
    font-size: 1.3rem;
    font-weight: 300;
    color: #999;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.bgTabela .linha div .link:hover, .bgTabela .linha div .link:hover svg{
    color: #9f33dd;
    fill: #9f33dd;
}
.bgTabela .linha div .link svg{
    display: inline-block;
    width: 12px;
    transform: rotate(90deg);
    fill: #999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.bgTabela .linhaSige{
    -webkit-box-shadow: 0px 10px 71px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 71px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 71px 0px rgba(0,0,0,0.2);
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    z-index: 10;
    background: #333;
    overflow: hidden;
}
.bgTabela .linhaSige div:first-child{
    background-size: 70%;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
}
.bgTabela .linhaSige div:last-child{    
    -webkit-border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    border-radius: 0 10px 0 0;
}
.bgTabela .linhaSige div{
    border-right: none;
    background: #fff;
}
.bgTabela .linhaSige div b, .bgTabela .linhaSige div span, .bgTabela .linhaSige div p{
    color: #29c200 !important;
    font-weight: 700 !important;
}
.bgTabela .linha .logoItau{
    background-size: 18% !important;
}
.sobre .obs{
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #999999;
    margin: 3rem 0;
}









.contEsquerda {
    float: left;
    width: 30%;
    padding: 14rem 0;
    z-index: 90;
    position: relative;
}

.contDireita {
    float: right;
    width: 70%;
    padding: 14rem 0;
}

h5 {
    color: #9f33dd;
    font-weight: 900;
    font-size: 1.8rem;
}

h4 {
    color: #666;
    letter-spacing: 1rem;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 1rem;
}

h2 {
    color: #9f33dd;
    letter-spacing: -1px;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 3rem;
}

.textoPadrao {
    color: #666;
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 300;
}

.textoPadrao a {
    color: #9f33dd;
    font-weight: 900;
    display: unset !important;
}

.imgDireita {
    width: 65%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    z-index: 50;
}

.imgOqueE {
    background-image: url(imagens/imgOqueE.jpg);
}

.imgBeneficios {
    width: 52%;
    background-image: url(imagens/imgBeneficios.jpg);
}

.msgMobileBeneficios {
    display: none;
}
.handScroll{
    display: none;
}
.listIcons li {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    color: #666;
    font-weight: 300;
}

.listIcons li svg {
    fill: #9f33dd;
    float: left;
    width: 30px;
    margin-right: 2rem;
}

.listIcons li span {
    padding-top: 5px;
    display: block;
}

.btDownaloadGratis {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    cursor: pointer;
    background: #9f33dd;
    color: #fff;
    padding: 2.7rem 5rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
}

.btDownaloadGratis:hover {
    background: #60d700;
}

.beneficios {
    overflow: hidden;
    position: relative;
    background: #efeaf1;
}

.beneficios .contEsquerda {
    width: 60%;
}

.beneficios h2, .textoBeneficios {
    width: 50%;
}

.textoBeneficios {
    margin-bottom: 7rem;
}

.sliderBeneficios div {
    border-right: 1px solid #d9d8dd;
}

.sliderBeneficios h5, .sliderBeneficios p {
    text-align: center;
    padding: 0 3rem;
}

.sliderBeneficios h5 {
    height: 6rem;
}

.sliderBeneficios svg {
    width: 57px;
    margin: 0 auto 3rem auto;
    display: block;
    fill: #9f33dd;
}

.leftBannerPrincipal, .rightBannerPrincipal {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 200;
    bottom: 18%;
    left: 5%;
}

.rightBannerPrincipal {
    margin-left: 5rem;
}

.leftBannerPrincipal {
    transform: rotate(180deg);
}

.leftBannerPrincipal svg, .rightBannerPrincipal svg {
    fill: #fff;
}

.leftBeneficios, .rightBeneficios {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 200;
    margin-top: 3rem;
    margin-bottom: 5rem;
}

.leftBeneficios {
    float: left;
    transform: rotate(180deg);
    margin-left: 45%;
}

.rightBeneficios {
    float: right;
    margin-right: 45%;
}

.leftBeneficios svg, .rightBeneficios svg {
    width: 25px;
    fill: #9f33dd;
}

.leftBeneficios:hover svg, .rightBeneficios:hover svg {
    fill: #cd22fd;
}

.mercadoLivre {
    min-height: 910px;
    position: relative;
    background: #fef073;
}

.mercadoLivre h2 {
    margin-bottom: 0;
    padding-right: 10rem;
}

.meiaPagina {
    width: 50%;
}

.topoMercadoLivre {
    margin-top: 14rem;
    overflow: hidden;
}

.baseMercadoLivre {
    margin-bottom: 14rem;
}

.contMercadoLivre {
    padding: 5rem 0 0 5%;
    width: 45%;
}

.imgERPlitMercadoLivre {
    margin-left: 7rem;
    background-image: url(imagens/imgERPliteMercadoLivre.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 133px;
}

.bgMercadoPago {
    background: #009fe6;
    margin: 5rem 0 0 0;
    position: relative;
    padding: 7rem 5% 7rem 7rem;
    -webkit-box-shadow: -7px 0px 88px -8px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: -7px 0px 88px -8px rgba(0, 0, 0, 0.59);
    box-shadow: -7px 0px 88px -8px rgba(0, 0, 0, 0.59);
}

.bgMercadoPago h4 {
    color: #001e90;
}

.bgMercadoPago h2 {
    color: #fff;
    font-size: 2.8rem;
}

.bgMercadoPago p {
    color: #fff;
    margin: 3rem 0 1rem 0;
}

.logoMercadoPago {
    margin-top: 3rem;
    width: 311px;
    height: 82px;
    background-image: url(imagens/logoMercadoPago.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.logosCredito {
    width: 283px;
    height: 37px;
    background-image: url(imagens/logosCredito.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.logosDebito {
    width: 184px;
    height: 37px;
    background-image: url(imagens/logosDebito.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.listaMercadoLivre {
    margin-top: 3rem;
}

.listaMercadoLivre li {
    float: left;
    width: 45%;
    margin-right: 5%;
    height: 5.5rem;
}

.listaMercadoLivre li svg {
    float: left;
    width: 26px;
    fill: #14bf0d;
    margin-right: 1.7rem;
    padding-bottom: 2rem;
}

.listaMercadoLivre li span {
    color: #666;
    font-size: 1.6rem;
    font-weight: 300;
    display: block;
    margin-top: 3px;
}

.imgMaquininhaMercadoPago2 {
    width: 523px;
    height: 623px;
    background-image: url(imagens/imgMaquininhaMercadoPago.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 5%;
}

.depoimentos {
    overflow: hidden;
    background-color: #f2f2f2;
    background-image: url(imagens/bgArcosDepoimentos.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 14rem 0;
}

.depoimentos h4, .depoimentos h2, .depoimentos p {
    text-align: center;
}

.depoimentos .lazy {
    margin-top: 7rem;
}

.depoimentos svg {
    width: 39px;
    margin: 0 auto 3rem auto;
    display: block;
    fill: #811c9f;
}

.depoimentos p {
    text-align: center;
    font-size: 2rem;
    color: #999;
    width: 960px;
    margin: 0 auto 4rem auto;
}

.depoimentos .bgFoto {
    width: 110px;
    height: 110px;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    background-image: linear-gradient(#802399, #451a51);
    margin: 0 auto 3rem auto;
    padding-top: 3px;
    position: relative;
    -webkit-box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
}

.depoimentos .bgFoto .foto {
    width: 104px;
    height: 104px;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    border-radius: 52px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.depoimentos .centro1250 span {
    color: #9f33dd;
    font-weight: 900;
    text-align: center;
    width: 400px;
    font-size: 1.5rem;
    margin: 0 auto;
    display: block;
}

.depoimentos .slick-dots {
    margin-top: 10rem !important;
}

.leftDepoimentos, .rightDepoimentos {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin-top: -25rem;
    position: relative;
    z-index: 200;
}

.leftDepoimentos {
    float: left;
    transform: rotate(180deg);
    margin-left: 22rem;
}

.rightDepoimentos {
    float: right;
    margin-right: 22rem;
}

.leftDepoimentos svg, .rightDepoimentos svg {
    width: 25px;
    fill: #9f33dd;
}

.leftDepoimentos:hover svg, .rightDepoimentos:hover svg {
    fill: #cd22fd;
}

.perguntasFrequentes {
    overflow: hidden;
    position: relative;
    background: #fff;
}

.perguntasFrequentes .contEsquerda {
    padding-bottom: 2rem;
}

.bgBusca {
    width: 90%;
    border: 2px solid #dedede;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    padding: 1rem;
    overflow: hidden;
    margin-bottom: 3rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-top: 5rem;
}

.campoBuscar {
    width: calc(100% - 50px);
    font-weight: 300;
    font-size: 1.6rem;
    color: #999;
    padding: 1.4rem 0 1.4rem 1.4rem;
    border: none;
}

.campoBuscar:focus {
    font-weight: 900;
}

.btBuscar {
    cursor: pointer;
    border: 0;
    width: 45px;
    height: 45px;
    float: right;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
}

.btBuscar svg {
    width: 22px;
    height: 22px;
    fill: #9f33dd;
}

.btBuscar:hover {
    background: #9f33dd;
}

.btBuscar:hover svg {
    fill: #fff;
}

.bgAjuda {
    float: left;
    margin-left: 5%;
    overflow: hidden;
    width: 24.3%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
    background-color: #6c1f82;
    position: relative;
}
.bgAjuda .img{
    width: 100%;
    height: 185px;
    background: url(imagens/imgAjuda.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.bgBaseDeConhecimento {
    width: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 4rem;
    overflow: hidden;
}
.bgBaseDeConhecimento p {
    color: #fff;
    line-height: normal;
    width: 80%;
    margin-top: 2rem;
}

.bgBaseDeConhecimento h4 {
    letter-spacing: normal;
    color: #fff;
    font-weight: 300;
    font-size: 2.5rem;
    letter-spacing: -1px;
}
.bgValor{
    position: absolute;
    width: 9vw;
    height: 9vw;
    background: url(icones/valor.svg) no-repeat;
    right: 10px;
    top: 20%;
    transform-origin: center center;
}

.bgBaseDeConhecimento a {
    display: block;
    background: #60d700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    padding: 1.8rem 2.5rem;
    text-transform: uppercase;
    float: left;
    font-weight: 900;
    font-size: 1.4rem;
    margin-top: 2rem;
}
.setaMobile{
    display: none;
}
.bgBaseDeConhecimento a:hover {
    background: #14bf0d;
}

.bgChat {
    padding: 2rem 2rem 2rem 3rem;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
}

.bgChat span {
    font-weight: 300;
    color: #9f33dd;
    font-size: 1.6rem;
    margin-top: 1.2rem;
    margin-left: 1rem;
    display: block;
    float: left;
}

.bgChat a {
    float: right;
    padding: 1.3rem 2rem;
    display: block;
    font-weight: 900;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase;
    background: #9f33dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bgChat a svg {
    float: left;
    width: 16px;
    margin-right: 1rem;
    fill: #fff;
}

.bgChat a:hover {
    background: #510765;
}

/*ACCORDION===============*/

table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

.accordionList {
    max-height: 600px;
    min-height: 600px;
}

#accordion {
    overflow: auto;
}

#accordion h3 {
    color: #9f33dd;
    font-size: 1.8rem;
    font-weight: 300;
    padding: 2rem 0;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}

#accordion h3 svg {
    fill: #9f33dd;
    width: 25px;
    float: right;
    display: block;
}

#accordion div {
    padding: 2rem 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    font-weight: 900 !important;
}

/*FINAL ACCORDION===============*/

.btCarregarMais {
    display: none;
}

.download {
    overflow: hidden;
    position: relative;
    background-image: url(imagens/bgGIfDownload.gif);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 10rem;
    margin-bottom: -5rem;
}

.download h4, .download h2 {
    text-align: center;
}

.download h2 {
    padding: 0 30rem;
}

.download .linha {
    width: 4px;
    background: #9f33dd;
    height: 90px;
    margin: 3.5rem auto;
}

.download.active {
    background: none;
}

.mockupERPlite {
    margin: 0 auto;
    width: 100%;
    height: 565px;
    background-image: url(imagens/imgMockupERPliteSemWpp.png);
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 3rem;
}

.download p {
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.download ul {
    overflow: hidden;
    width: 510px;
    margin: 0 auto 3rem auto;
}

.download ul li {
    float: left;
    margin: 0 1rem;
}

.download ul li a {
    display: block;
    border: 2px solid #9f33dd;
    background: #fff;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    width: 150px;
    height: 150px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    cursor: pointer;
}

.download .linkCancelar {
    color: #9f33dd;
    text-align: center;
    width: 200px;
    margin: 4rem auto 0 auto;
    cursor: pointer;
    font-size: 1.5rem;
}

.download ul li a svg {
    width: 40px;
    fill: #9f33dd;
    margin: 3rem 0 0 0;
}

.download ul li a span {
    text-align: center;
    display: block;
    color: #9f33dd;
    font-weight: 900;
    font-size: 1.3rem;
    margin-top: 1.5rem;
}

.download ul li a span b {
    font-weight: 300;
}

.download ul li a:hover {
    background: #9f33dd;
}

.download ul li a:hover svg {
    fill: #fff;
}

.download ul li a:hover span {
    color: #fff;
}

.centroContato {
    position: relative;
    z-index: 90;
}

.contato {
    width: 100%;
    background: #9f33dd;
    padding: 0 16rem;
    overflow: hidden;
    margin: 5rem 0 10rem 0;
    -webkit-box-shadow: 0px 23px 91px 1px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 23px 91px 1px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 23px 91px 1px rgba(0, 0, 0, 0.59);
}

.contato h4, .contato h2, .contato p {
    color: #fff;
}

.contato .contEsquerda {
    width: 40%;
}

.contato .contDireita {
    width: 50%;
    padding-bottom: 9rem;
}

.bgInput {
    width: 100%;
    border-bottom: 2px solid #9d50b3;
    overflow: hidden;
}

.bgInput span {
    float: left;
    display: block;
    width: 110px;
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    margin-top: 2rem;
    border-right: 1px solid #9d50b3;
}

.bgInput .campoTextoContato {
    float: right;
    width: calc(100% - 110px);
    border: none;
    padding: 2rem 0 2rem 2rem;
    font-size: 1.6rem;
    color: #fff;
    background: transparent;
    font-weight: 900;
}

.bgInput textarea {
    height: 100px;
    resize: none;
}

.btEnviarMensagem {
    display: block;
    background: #9f33dd;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 1.8rem 2.6rem;
    border-color: #9d50b3;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    float: right;
    margin-top: 2rem;
    font-size: 1.3rem;
}

.btEnviarMensagem:hover {
    background: #fff;
    color: #9f33dd;
    border-color: #fff;
}

.redesSociaisRodape {
    display: none;
}

.rodape {
    overflow: hidden;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rodape .contEsquerda, .rodape .contDireita {
    padding: 0 0 3rem 0;
}

.rodape .centro {
    padding-top: 12rem;
}

.rodape .logo {
    margin-bottom: 6rem;
}

.rodape h2 {
    color: #9f33dd;
    font-size: 2rem;
}

.rodape .navegue {
    width: 30%;
    float: left;
}

.rodape .navegue h5, .rodape .conheca h5 {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.rodape .navegue ul li, .rodape .conheca ul li {
    margin-bottom: 2rem;
}

.rodape .navegue ul li a, .rodape .conheca ul li a {
    color: #666;
    font-size: 1.6rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.rodape .conheca {
    width: 70%;
    float: right;
}

.rodape .navegue ul li a:hover, .rodape .conheca ul li a:hover {
    color: #c700ff;
}

.rodape .conheca ul li {
    float: left;
    width: 46%;
    margin-right: 4%;
}

.rodape .copyright {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 3rem 0;
}

.rodape .copyright span {
    float: left;
    color: #666;
    font-size: 1.5rem;
    display: block;
    margin-top: 1rem;
}

.rodape .copyright a {
    float: right;
    display: block;
    width: 90px;
}

.rodape .copyright .centro {
    padding-top: 0;
    padding-bottom: 0;
}

.rodape .copyright a svg {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    fill: #575757;
    width: 100%;
}

.rodape .copyright a:hover svg {
    fill: #04aadc;
}

.linkSitemapCompleto {
    display: none;
}

.linkSitemapCompletoFechar {
    display: none;
}

.btWhatsFixo {
    display: none;
}

.etapaDownload1.active, .etapaDownload4.active {
    display: none;
    opacity: 0;
}

.etapaDownload2, .etapaDownload3, .etapaDownload4, .etapaDownload5, .etapaDownload6 {
    display: none;
}

.etapaDownload2.active, .etapaDownload3.active, .etapaDownload5.active, .etapaDownload6.active {
    display: block;
    opacity: 1;
}

.etapaDownload {
    width: 970px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.etapaDownload .svgsDownload {
    width: 70px;
    fill: #14bf0d;
    display: block;
    margin: 6rem auto 3rem auto;
}
.etapaDownload h2 {
    padding: 0;
}

.etapaDownload .campoCelular {
    font-size: 3rem;
    text-align: center;
    color: #999;
    border: 2px solid #dedede;
    padding: 1.7rem 0;
    width: 280px;
    margin: 1rem auto 0 auto;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.etapaDownload .btEnviarCelular {
    text-align: center;
    color: #fff;
    background: #dedede;
    padding: 2rem 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 900;
    width: 280px;
    margin: 2rem auto 0 auto;
    display: block;
    border: none;
    cursor: pointer;
    font-size: 1.7rem;
}

.etapaDownload .btEnviarCelular.active {
    background: #9f33dd;
}

.etapaDownload .btEnviarCelular.active:hover {
    background: #14bf0d;
}

.etapaDownload .txtReenviarCodigo {
    margin-top: 6rem;
}
.btDownloadAppGarcom{
    width: 220px;
    height: 70px;
    background: url(imagens/seloDisponivelGooglePlay.jpg) center no-repeat;
    background-size: contain;
    margin-top: 4rem;
    float: left;
    margin-left: 20px;
}
.bgFundo{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1500;
}
.bgFundo .bgModal{
    width: 800px;
    height: 410px;
    top: calc(50% - 205px);
    left: calc(50% - 400px);
    background: url(../imagens/imgModalMdfeSigeLite.jpg) center right no-repeat;
    background-color: #fff;
    background-size: contain;
    border-radius: 10px;
    position: absolute;
    padding: 50px;
}
.bgFundo .bgModal h3{
    color: #4f11c1;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 10px;
}
.bgFundo .bgModal h2{
    margin-bottom: unset;
    margin-bottom: 10px;
    font-size: 3.3rem;
}
.bgFundo .bgModal h4{
    color: #4f11c1;
    font-size: 35px;
    margin-bottom: 20px;
}
.bgFundo .bgModal p{
    color: #666;
    font-size: 16px;
    margin-bottom: 10px;
    width: 50%;
}
.bgFundo .bgModal .btFechar{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 13px;
    padding: 10px 15px;
    border-radius: 90px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
}
.bgFundo .bgModal .textBlock{
    color: #666;
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 15px;
    display: block;
    width: 50%;
    margin-bottom: 10px;
}
.bgFundo .bgModal .btConfirmar{
    color: #fff;
    padding: 15px 25px;
    border-radius: 90px;
    background: #60d700;
    text-align: center;
    font-size: 20px;
    border: 0;
    cursor: pointer;
}
.btDownloadMobile{
    display: none !important;
}
.italicLoja{
    /* font-weight: 300; */
    color: #fff;
    font-style: italic;
    font-size: 16px;
    letter-spacing: normal;
}
@media only screen and (max-width: 1850px) {
    .imgMaquininhaMercadoPago2 {
        width: 450px;
        height: 500px;
        right: 5%;
        margin-top: 12rem;
    }
}

@media only screen and (max-width: 1620px) {
    h2{
        font-size: 3rem;
    }
    .imgMaquininhaMercadoPago2 {
        width: 400px;
        height: 450px;
        right: 5%;
        margin-top: 5rem;
    }
    .mercadoLivre {
        min-height: 949px;
    }
    .bgAjuda .bgValor{
        left: 32%;
    }
    .bgBaseDeConhecimento p{
        width: 100%;
    }

}

@media only screen and (max-width: 1500px) {
    .sobre h1{
        font-size: 2.5rem;
    }
    .imgMaquininhaMercadoPago2 {
        width: 400px;
        height: 450px;
        right: 0%;
        margin-top: 15rem;
    }
    .banners .slick-dots {
        left: 1.5%;
    }
    .download h2 {
        padding: 0 20rem;
    }
    .mercadoLivre {
        min-height: 949px;
    }
    .imgERPlitMercadoLivre{
        height: 118px;
    }
    .rightDepoimentos {
        margin-right: 10rem;
    }
    .leftDepoimentos {
        margin-left: 10rem;
    }
    .bgBaseDeConhecimento {
        background-size: contain;
    }
    .contDireita {
        width: 67%;
    }
}

@media only screen and (max-width: 1370px) {
    .download h2 {
        padding: 0 25rem;
    }
    .logo {
        width: 180px;
    }
    .header {
        top: 4.5rem;
    }
    .header ul li a {
        font-size: 1.5rem;
    }
    .header ul li .btDownloadMenu {
        font-size: 1.1rem !important;
        padding: 1.3rem 2rem;
        margin-top: 0.4rem;
    }
    .bannerInicial h2 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .btDownaloadGratis {
        font-size: 1.3rem;
        padding: 2rem 3rem;
    }
    .bannerInicial .listaIconesSistemas {
        margin-top: 3rem;
        margin-left: 2.5rem;
    }
    .bannerInicial .listaIconesSistemas li svg {
        width: 24px;
    }
    .bannerInicial .conteudoEsquerda {
        margin-top: 5rem;
    }
    .bgRedesSociais {
        width: 40px;
        height: 160px;
        margin-top: -80px;
    }
    .bgRedesSociais a {
        width: 40px;
        height: 40px;
    }
    .bgRedesSociais a svg {
        width: 15px;
        height: 15px;
        margin: 13px 0 0 13px;
    }
    .bgRedesSociais .whats span {
        font-size: 1.4rem;
        margin: 13px 0 0 40px;
    }
    .bgRedesSociais .whats:hover {
        width: 160px;
    }
    .bgRedesSociais .whats:hover span {
        display: block;
        width: 100px;
        opacity: 1;
    }
    h4 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 3rem;
    }
    .textoPadrao {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    h5 {
        font-size: 1.6rem;
    }
    .listIcons li {
        margin-bottom: 2.5rem;
        font-size: 1.4rem;
    }
    .listIcons li svg {
        width: 25px;
        margin-right: 2rem;
    }
    .imgDireita {
        background-size: cover;
        width: 70%;
    }
    .sticky {
        height: 65px;
        padding-top: 1em;
    }
    .sticky .logo {
        width: 170px;
        margin-top: 0.5rem;
    }
    .sticky ul li a {
        font-size: 1.2rem;
    }
    .imgBeneficios {
        width: 55%;
    }
    .textoBeneficios {
        margin-bottom: 5rem;
    }
    .sliderBeneficios h5, .sliderBeneficios p {
        padding: 0 2rem;
    }
    .sliderBeneficios p {
        font-size: 1.4rem;
    }
    .sliderBeneficios h5 {
        height: 6rem;
    }
    .sliderBeneficios svg {
        width: 45px;
        margin: 0 auto 2rem auto;
    }
    .leftBeneficios, .rightBeneficios {
        width: 20px;
        height: 20px;
        margin-bottom: 3rem;
    }
    .leftBeneficios svg, .rightBeneficios svg {
        width: 20px;
    }
    .mercadoLivre {
        min-height: 800px;
    }
    .imgERPlitMercadoLivre {
        height: 100px;
    }
    .listaMercadoLivre li {
        height: 4.5rem;
    }
    .listaMercadoLivre li svg {
        width: 20px;
        margin-right: 1.4rem;
        padding-bottom: 2rem;
    }
    .listaMercadoLivre li span {
        font-size: 1.4rem;
        margin-top: 2px;
    }
    .bgMercadoPago h2 {
        font-size: 2.3rem;
    }
    .bgMercadoPago p {
        font-size: 1.4rem;
    }
    .logoMercadoPago {
        width: 250px;
        height: 60px;
    }
    .logosCredito {
        width: 283px;
        height: 25px;
    }
    .logosDebito {
        width: 184px;
        height: 25px;
    }
    .imgMaquininhaMercadoPago2 {
        width: 400px;
        height: 623px;
        right: 5%;
        margin-top: 0rem;
    }
    .leftDepoimentos {
        margin-left: 6rem;
    }
    .rightDepoimentos {
        margin-right: 6rem;
    }
    .bgBusca {
        padding: 0.7rem;
        margin-top: 3rem;
    }
    .campoBuscar {
        width: calc(100% - 50px);
        font-weight: 300;
        font-size: 1.4rem;
        color: #999;
        padding: 1.1rem 0 1.1rem 1.1rem;
        border: none;
    }
    .btBuscar {
        width: 37px;
        height: 37px;
    }
    .btBuscar svg {
        width: 18px;
        height: 18px;
        fill: #9f33dd;
    }
    .perguntasFrequentes .contDireita {
        width: 67%;
        padding-bottom: 0;
    }
    #accordion h3 {
        font-size: 1.4rem;
        font-weight: 300;
        padding: 2rem 0;
        cursor: pointer;
        border-bottom: 1px solid #e5e5e5;
    }
    #accordion h3 svg {
        width: 20px;
    }
    .bgBaseDeConhecimento {
        background-color: #6c1f82;
        background-size: contain;
        padding: 3rem;
    }
    .bgBaseDeConhecimento h4 {
        font-size: 2rem;
    }
    .bgBaseDeConhecimento a {
        padding: 1rem 1.5rem;
        font-size: 1.1rem;
    }
    .bgChat {
        overflow: hidden;
    }
    .bgChat span {
        font-size: 1.3rem;
        margin-top: 0.2rem;
        margin-left: 0rem;
        width: 120px;
    }
    .bgChat a {
        padding: 1rem 1.3rem;
        display: block;
        font-weight: 900;
        color: #fff;
        font-size: 1.1rem;
    }
    .bgChat a svg {
        width: 12px;
    }
    .download ul {
        width: 420px;
    }
    .download ul li a {
        width: 120px;
        height: 120px;
    }
    .download ul li a svg {
        width: 30px;
        margin: 2.2rem 0 0 0;
    }
    .download ul li a span {
        margin: .7rem 0 0 0;
    }
    .mockupERPlite {
        height: 500px;
    }
    .contato {
        padding: 0 10rem;
    }
    .bgInput span {
        float: left;
        display: block;
        width: 90px;
        font-size: 1.3rem;
    }
    .bgInput .campoTextoContato {
        width: calc(100% - 90px);
        font-size: 1.4rem;
    }
    .bgInput textarea {
        height: 80px;
        resize: none;
    }
    .btEnviarMensagem {
        font-weight: 900;
        padding: 1.2rem 2rem;
        margin-top: 2rem;
        font-size: 1.1rem;
    }
    .rodape h2 {
        font-size: 1.7rem;
        margin: 0;
    }
    .rodape .navegue h5, .rodape .conheca h5 {
        font-size: 1.6rem;
    }
    .rodape .navegue ul li, .rodape .conheca ul li {
        margin-bottom: 2rem;
    }
    .rodape .navegue ul li a, .rodape .conheca ul li a {
        font-size: 1.3rem;
    }
    .rodape .copyright span {
        font-size: 1.3rem;
    }
    .rodape .copyright a {
        width: 70px;
    }
    .sticky {
        top: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .bannerInicial .conteudoEsquerda .list li p{
        font-size: 1.4rem;
    }
    .bgValor{
        top: 24%;
    }
    .download h2 {
        padding: 0 10rem;
    }
    .header ul {
        width: calc(100% - 200px);
    }
    .btMaisInformacoes {
        padding: 0.7rem 1.6rem;
        color: #fff;
        font-size: 1rem;
        bottom: 3rem;
    }
    .btMaisInformacoes svg {
        width: 10px;
        margin-right: 1rem;
        margin-top: 2px;
    }
    .beneficios h2, .textoBeneficios {
        width: 70%;
    }
    .sliderBeneficios p {
        font-size: 1.5rem;
        line-height: 1.7rem;
    }
    .imgERPlitMercadoLivre {
        height: 80px;
    }
    .logoMercadoPago {
        height: 50px;
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
    .imgMaquininhaMercadoPago {
        width: 300px;
        right: 0;
        top: 3050px;
    }
    .centro1250 {
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .depoimentos p {
        font-size: 1.7rem;
        width: 770px;
        margin: 0 auto 4rem auto;
    }
    .leftDepoimentos {
        margin-left: 2rem;
    }
    .rightDepoimentos {
        margin-right: 2rem;
    }
    .campoBuscar {
        font-size: 1.1rem;
        font-weight: 900;
    }
    .bgBaseDeConhecimento {
        padding: 2.5rem;
    }
    .bgBaseDeConhecimento p {
        font-size: 1.3rem;
    }
    .bgChat span {
        width: 100%;
    }
    .bgChat a {
        margin-top: 1rem;
        float: left;
    }
    .bgChat a svg {
        width: 12px;
    }
    .mercadoLivre {
        min-height: 885px;
    }
    .imgMaquininhaMercadoPago2 {
        width: 400px;
        height: 623px;
        right: -1rem;
    }
    .banners .slick-dots {
        left: 1%;
    }
}
@media only screen and (max-width: 1200px){
    .imgMaquininhaMercadoPago2 {
        right: -7rem;
    }
    .bgValor{
        transform: scale(1.3);
        top: 26%;
    }
}
@media only screen and (max-width: 1024px){
    .imgMaquininhaMercadoPago2 {
        right: -14rem;
    }
}
@media only screen and (max-height: 580px) and (max-width: 970px){
    .bannerInicial .imgBannerDireita{
        display: none;
    }
}
@media only screen and (max-width: 970px) {
    .btDownaloadGratis{
        display: none;
    }
    .btDownloadMobile{
        display: block !important;
        background: #60d700 !important;
    }
    @-webkit-keyframes setaAnimation {
        0% {
            bottom: 5vw;
        }
    
        50% {
            bottom: 10vw;
        }
    
        100% {
            bottom: 5vw;
        }
    }
    /* Standard syntax */
    @keyframes setaAnimation {
        0% {
            bottom: 5vw;
        }
    
        50% {
            bottom: 10vw;
        }
    
        100% {
            bottom: 5vw;
        }
    }
    .centro1250 .bgInfos .content .img{
        width: 100%;
    }
    .setaMobile{
        width: 25px;
        position: absolute;
        bottom: 5vw;
        left: 5vw;
        height: 30px;
        display: block;
        -webkit-animation: setaAnimation 1.5s infinite; /* Safari 4.0 - 8.0 */
        animation: setaAnimation 1.5s infinite;
    }
    .setaMobile svg{
        transform: rotate(90deg);
        fill: #fff;
    }
    h2{
        font-size: 2.5rem;
    }
    .bannerInicial .conteudoEsquerda .list li p{
        text-align: left;
    }
    .bannerInicial .bgValor {
        width: 40vw;
        height: 40vw;
        z-index: 100;
        left: 30%;
        transform: scale(1);
        right: unset;
        top: unset;
        position: relative;
    }
    .mercadoLivre h2 {
        padding-right: 0;
    }
    .download{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .download h2 {
        padding: 0 0rem;
    }
    .bgRedesSociais {
        display: none;
    }
    .header {
        padding: 0 8%;
        overflow: unset;
    }
    .header .menuPrincipal {
        display: none;
    }
    .header ol {
        display: block;
    }
    .sticky ol {
        display: block;
        margin-top: 1rem;
    }
    .sticky ol li a {
        color: #9f33dd;
    }
    .centro, .centro1250 {
        padding: 0 8%;
    }
    .centroSobreTabela{
        padding: 0;
    }
    .bannerInicial h2{
        font-size: 2.7rem;
    }

    .bannerInicial .conteudoEsquerda {
        width: 100%;
        margin-top: 26%;
        padding-left: 8%;
        padding-right: 8%;
        z-index: 110;
        position: relative;
    }
    .bannerInicial .conteudoEsquerda h1 {
        text-align: center;
        font-size: 2.4rem;
    }
    .bannerInicial .conteudoEsquerda .btDownaloadGratis {
        display: none;
    }
    .bannerInicial .interno {
        height: calc(100vh);
        display: block !important;
        background-position: 20% center;
    }
    .bannerInicial .listaIconesSistemas {
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        width: 140px;
    }
    .bannerInicial .listaIconesSistemas li {
        float: left;
        margin-right: 3rem;
    }
    .bannerInicial .listaIconesSistemas li svg {
        width: 25px;
        fill: #fff;
    }
    .bannerInicial .imgBannerDireita {
        width: 100%;
        float: none;
        height: 250px;
        background-position: center bottom;
        top: unset;
        bottom: 0;
        z-index: 0;
    }
    .bannerInicial .imgBannerDireita2{
        width: 100%;
        float: none;
        height: 250px;
        background-position: center bottom;
        top: unset;
        bottom: 0;
        z-index: 0;
    }
    .btMaisInformacoes {
        display: none;
    }
    .btMenuMobile {
        display: block;
    }
    .sticky .logo {
        margin-top: 2rem;
    }
    .sticky .btMenuMobile, .sticky .btMenuMobileFechar {
        margin-top: 0.9rem;
    }
    .sticky .btMenuMobile svg, .sticky .btMenuMobileFechar svg {
        fill: #9f33dd;
    }
    .sticky .btMenuMobileFechar svg {
        margin-top: 1rem;
        margin-left: 1rem;
    }
    .sticky .menuAbertoMobile {
        top: 60px;
    }
    .menuAbertoMobile ul li .btDownloadMenu {
        font-size: 1.7rem !important;
        color: #fff !important;
        background: #14bf0d;
        width: 90%;
        margin: 0 auto;
        font-weight: 900;
        padding: 1.7rem 2rem;
    }
    .contEsquerda {
        width: 100%;
        padding-bottom: 0;
        padding-top: 8rem;
    }
    .sobre{
        padding-top: 10rem;
    }
    .sobre .contEsquerda{
        padding-bottom: 0 !important;
    }
    .contDireita {
        width: 100%;
    }
    h5, h4, h2, p {
        text-align: center;
    }
    .btDownaloadGratis {
        width: 100%;
        text-align: center;
        float: none;
    }
    .imgDireita {
        width: 100%;
        height: 30rem;
        position: relative;
        float: none;
        background-position: center bottom;
    }
    .beneficios .contEsquerda {
        width: 100%;
        padding-bottom: 0;
    }
    .beneficios h2 {
        width: 100%;
    }
    .textoBeneficios {
        width: 100%;
    }
    .leftBeneficios {
        margin-left: 30%;
    }
    .rightBeneficios {
        margin-right: 30%;
    }
    .imgBeneficios {
        display: none;
    }
    .beneficios .contEsquerda {
        padding-bottom: 5rem;
    }
    .msgMobileBeneficios {
        display: block;
        margin-top: 3rem;
    }
    .msgMobileBeneficios h5 {
        font-weight: 300!important;
    }
    .msgMobileBeneficios .listaIconesSistemas {
        margin-top: 2rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2rem;
        width: 140px;
    }
    .msgMobileBeneficios .listaIconesSistemas li {
        float: left;
        margin-right: 3rem;
    }
    .msgMobileBeneficios .listaIconesSistemas li svg {
        width: 25px;
        fill: #9f33dd;
    }
    .meiaPagina {
        width: 100%;
    }
    .imgERPlitMercadoLivre {
        margin-left: 0;
        margin-top: 3rem;
        background-position: center center;
    }
    .contMercadoLivre {
        padding-right: 5%;
        width: 100%;
    }
    .listaMercadoLivre li {
        float: none;
        width: 100%;
    }
    .listaMercadoLivre li svg {
        padding-bottom: 0;
    }
    .mercadoLivre {
        overflow: hidden;
    }
    .bgMercadoPago {
        padding: 7rem 8% 4rem 8%;
    }
    .bgMercadoPago .left {
        float: none;
    }
    .logoMercadoPago {
        width: 100%;
        height: 70px;
        background-position: center center;
    }
    .logosCredito {
        width: 100%;
        height: 37px;
        background-position: center center;
    }
    .logosDebito {
        width: 100%;
        height: 37px;
        background-position: center center;
    }
    .depoimentos{
        padding: 10rem 0;
    }
    .depoimentos p {
        font-size: 1.7rem;
        width: 100%;
        margin: 0 auto 4rem auto;
    }
    .centro1250 .bgInfos .content {
        flex-direction: column-reverse !important;
    }
    .centro1250 .bgInfos .content:last-child{
        margin-bottom: 5rem;
    }
    .centro1250 .bgInfos .content .contEsquerda{
        width: 100%;
    }
    .depoimentos .centro1250 {
        padding: 0;
    }
    .depoimentos .centro1250 span {
        width: 75%;
        font-size: 1.5rem;
    }
    .leftDepoimentos, .rightDepoimentos {
        margin-top: -11rem;
        position: relative;
    }
    .leftDepoimentos {
        margin-left: 2rem;
    }
    .rightDepoimentos {
        margin-right: 2rem;
    }
    .bgBusca {
        width: 100%;
    }
    .bgAjuda {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5rem;
    }
    .bgBaseDeConhecimento {
        width: 100%;
        padding: 3rem;
        padding-top: 11rem;
        background-size: cover;
        background-position: right top;
    }
    .bgBaseDeConhecimento h4{
        font-size: 3rem;
    }
    .bgValor{
        width: 33vw;
        height: 33vw;
    }
    .bgBaseDeConhecimento p {
        text-align: center;
        width: 100%;
        font-size: 1.6rem;
    }
    .bgBaseDeConhecimento a {
        width: 100%;
        padding: 1.4rem 1.5rem;
        font-size: 1.6rem;
        text-align: center;
    }
    .bgBaseDeConhecimento .btDownaloadGratis {
        display: none;
    }
    .bgChat {
        padding-bottom: 3rem;
    }
    .bgChat span {
        width: 100%;
        margin-top: 1.2rem;
        margin-left: 0;
        margin-bottom: 2rem;
        float: none;
        text-align: center;
        font-size: 1.6rem;
    }
    .bgChat a {
        float: none;
        width: 100%;
        text-align: center;
        padding: 1.7rem 2rem;
        font-size: 1.6rem;
    }
    .bgChat a svg {
        float: none;
        width: 20px;
        margin-right: 1rem;
    }
    .perguntasFrequentes .contEsquerda {
        padding-bottom: 0rem;
    }
    .perguntasFrequentes .contDireita {
        width: 100%;
        padding-top: 0rem;
        padding-bottom: 4rem;
    }
    #accordion {
        overflow: auto;
    }
    #accordion h3 {
        font-size: 1.6rem;
    }
    #accordion div p {
        text-align: left;
    }
    .accordionList {
        height: 270px;
        min-height: unset;
    }
    .accordionList.active {
        height: 100%;
        max-height: 100%;
    }
    .btCarregarMais {
        display: block;
        width: 100%;
        color: #9f33dd;
        font-weight: 900;
        text-align: center;
        font-size: 1.6rem;
        margin-top: 3rem;
    }
    .sliderBeneficios svg {
        width: 100px;
    }
    .btCarregarMais svg {
        width: 20px;
        fill: #9f33dd;
        vertical-align: middle;
        margin-right: 1rem;
    }
    .btCarregarMais.active {
        display: none;
    }
    .mockupERPlite {
        height: 200px;
    }
    .download {
        background-position: center 15rem;
    }
    .download ul {
        width: 100%;
    }
    .download ul li {
        float: unset;
        margin: 1rem 0;
    }
    .download ul li a {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        width: 100%;
        height: 100px;
    }
    .download ul li a svg {
        width: 40px;
        margin: 3rem 0 0 3rem;
        float: left;
    }
    .download ul li a span {
        font-size: 1.8rem;
        margin-top: 4rem;
    }
    .centroContato {
        padding: 0;
    }
    .centroContato .contato {
        padding: 0 8%;
        margin-bottom: 0;
    }
    .centroContato .contato .contEsquerda {
        width: 100%;
        padding-top: 10rem;
    }
    .centroContato .contato .contDireita {
        width: 100%;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }
    .bgInput span {
        float: none;
        width: 100%;
        text-align: center;
        font-size: 1.6rem;
        border-right: none;
    }
    .bgInput .campoTextoContato {
        width: 100%;
        font-size: 1.6rem;
        text-align: center;
        padding: 2rem 0;
    }
    .bgInput textarea {
        height: 120px;
    }
    .btEnviarMensagem {
        padding: 1.8rem 2.6rem;
        width: 100%;
        float: none;
        margin-top: 2rem;
        font-size: 1.6rem;
    }
    .redesSociaisRodape {
        display: block;
        width: 100%;
    }
    .redesSociaisRodape ul li {
        width: 33.33333%;
        border-right: 1px solid #dedede;
        float: left;
        height: 10rem;
    }
    .redesSociaisRodape ul li:last-child {
        border-right: 0px;
    }
    .redesSociaisRodape ul li a {
        display: block;
        text-align: center;
    }
    .redesSociaisRodape ul li svg {
        width: 3.5rem;
        margin-top: 3.3rem;
        fill: #dedede;
    }
    .rodape {
        margin-top: 0rem;
        background-image: none;
        background-color: #fff;
    }
    .rodape .centro {
        padding-top: 7rem;
    }
    .rodape .logo {
        margin: 0 auto;
        float: none;
        margin-bottom: 3rem;
    }
    .rodape h2 {
        text-align: center;
    }
    .rodape .contDireita {
        height: 6.5rem;
        margin-top: 3rem;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .siteMapCompleto.active {
        height: auto;
    }
    .linkSitemapCompleto, .linkSitemapCompletoFechar {
        display: block;
        width: 100%;
        font-size: 2rem;
        text-align: center;
        padding: 2rem 0;
        color: #9f33dd;
    }
    .linkSitemapCompleto svg, .linkSitemapCompletoFechar svg {
        width: 20px;
        fill: #9f33dd;
    }
    .linkSitemapCompleto.active {
        display: none;
    }
    .linkSitemapCompletoFechar.active {
        display: block;
    }
    .rodape .navegue, .rodape .conheca {
        width: 100%;
        float: none;
        margin-top: 3rem;
    }
    .rodape h5 {
        font-size: 1.6rem !important;
    }
    .rodape .navegue ul li a, .rodape .conheca ul li a {
        font-size: 1.6rem;
        text-align: center;
    }
    .rodape .conheca ul li {
        float: none;
        width: 100%;
    }
    .sliderBeneficios div {
        border-right: none;
    }
    .btWhatsFixo {
        display: block;
        width: 90px;
        height: 90px;
        position: fixed;
        background: red;
        z-index: 500;
        right: 2rem;
        bottom: 2rem;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: #38c459;
        text-align: center;
        -webkit-box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
        -moz-box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
        box-shadow: 0px 14px 65px 10px rgba(0, 0, 0, 0.29);
    }
    .btWhatsFixo svg {
        fill: #fff;
        width: 40px;
        margin-top: 2.4rem;
    }
    .copyright span {
        float: none !important;
        width: 100%;
        text-align: center;
        font-size: 1.5rem !important;
    }
    .copyright a {
        width: 120px !important;
        margin: 5rem auto 3rem auto;
        float: none !important;
    }
    .imgMaquininhaMercadoPago2 {
        width: 100%;
        height: 400px;
        position: relative;
        float: none;;
        right: unset;
        margin-top: 3rem;
    }
    .banners .slick-dots {
        left: unset;
        width: 100%;
        top: unset;
        bottom: -1rem;
    }
    .leftBannerPrincipal, .rightBannerPrincipal {
        display: none;
    }
    .banners .slick-dots li button:before {
        font-size: 10px;
    }
    .banners .slick-dots li {
        margin: 0;
    }
    .etapaDownload {
        width: 100%;
    }
    .etapaDownload1 {
        display: none;
    }
    .etapaDownload4 {
        display: block;
    }
    .etapaDownload .campoCelular {
        font-size: 1.7rem;
    }
    .sobre h1{
        font-size: 2.5rem;
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
        padding: 0 8%;
    }
    .sobre .title {
        line-height: 2.5rem;
        margin-bottom: 2rem;
        padding: 0 8%;
    }
    .bgTabela{
        overflow-x: scroll;
        padding-left: 8vw;
    }
    .bgTabela .cabecalho, .bgTabela .linha{
        width: 300%;
    }
    .sobre .obs{
        padding: 0 8%;
    }
    .handScroll{
        display: block;
        width: 100%;
        overflow: hidden;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    .handScroll svg{
        display: block;
        fill: #14bf0d;
        width: 25px;
        margin-left: 60%;
        -webkit-animation: scrollHand 1.5s infinite; 
        -moz-animation: scrollHand 1.5s infinite; 
        -o-animation: scrollHand 1.5s infinite; 
        animation: scrollHand 1.5s infinite;
    }
    .bgTabela .cabecalho div span{
        font-size: 1.5rem;
    }
    .bgNew{
        margin: 0 auto;
    }
    .btDownloadAppGarcom{
        margin: 2vh auto 0 auto;
        float: unset;
    }
    .bgFundo .bgModal {
        width: 100%;
        left: unset;
        height: unset;
        background: #fff;
        padding: 70px 30px 50px 30px;
        top: calc(50% - 230px);
    }
    .bgFundo .bgModal .btFechar {
        right: unset;
        left: calc(50% - 33px);
        top: 20px;
    }
    .bgFundo .bgModal h3{
        text-align: center;
    }
    .bgFundo .bgModal h2 {
        font-size: 3rem;
    }
    .bgFundo .bgModal p{
        width: unset;
    }
    .bgFundo .bgModal .textBlock {
        width: 100%;
        text-align: center;
    }
    .bgFundo .bgModal .btConfirmar {
        width: 100%;
    }
}

@media only screen and (max-width: 730px) {
    .header {
        top: 3rem;
    }
    .menuAbertoMobile ul li {
        padding: 1.3rem 0!important;
    }
    .menuAbertoMobile ul li a {
        font-size: 1.7rem !important;
    }
    .menuAbertoMobile {
        top: 95px;
    }
    .sticky {
        top: 0;
    }
}
@-webkit-keyframes scrollHand {
    0% {
        margin-left: 60%;
        opacity: 0;
    }
    15% {
        margin-left: 60%;
        opacity: 1;
    }

    85% {
        margin-left: 40%;
        opacity: 1;
    }
    100% {
        margin-left: 40%;
        opacity: 0;
    }
}
@-moz-keyframes scrollHand {
    0% {
        margin-left: 60%;
        opacity: 0;
    }
    15% {
        margin-left: 60%;
        opacity: 1;
    }

    85% {
        margin-left: 40%;
        opacity: 1;
    }
    100% {
        margin-left: 40%;
        opacity: 0;
    }
}
@-o-keyframes scrollHand {
    0% {
        margin-left: 60%;
        opacity: 0;
    }
    15% {
        margin-left: 60%;
        opacity: 1;
    }

    85% {
        margin-left: 40%;
        opacity: 1;
    }
    100% {
        margin-left: 40%;
        opacity: 0;
    }
}
@keyframes scrollHand {
    0% {
        margin-left: 60%;
        opacity: 0;
    }
    15% {
        margin-left: 60%;
        opacity: 1;
    }

    85% {
        margin-left: 40%;
        opacity: 1;
    }
    100% {
        margin-left: 40%;
        opacity: 0;
    }
}
