header > .content .middle,
header .header-top .esq,
header .header-top a.middle {
    display: none;
}

header .header-top .content {
    justify-content: end;
}



/* Banner */
#banner {
    width: 100%;
    position: relative;
    background-image: url(touchpay-bg-banner.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: -20px;
    z-index: 2;
}

#banner .content-slide {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    align-items: center;
    column-gap: 10%;
}

#banner .content-slide .esq .sub {
    background-color: #615db5;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 15px;
    display: inline-block;
    padding: 9px 30.1px;
    margin-bottom: 18px;
}

#banner .content-slide .esq .titulo {
    font-weight: 800;
    color: #212121;
    line-height: 66px;
    font-size: 52px;
    margin-bottom: 20px;
    width: 716px;
    max-width: 100%;
}

#banner .content-slide .esq .descricao {
    color: #242424;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-bottom: 27px;
    width: 640px;
    max-width: 100%;
}



#banner .content-slide .esq .descricao b {
    font-weight: 700;
}

#banner .content-slide .esq .descricao span {
    color: var(--vermelho);
}

#banner .content-slide .esq .box-botoes {
    display: flex;
    align-items: center;
    column-gap: 15px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#banner .content-slide .esq .box-botoes .conheca {
    border-radius: 25px;
    background: var(--vermelho);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 17px 49.4px 17px 29.4px;
    transition: 0.2s all ease-in-out;
    position: relative;
}

#banner .content-slide .esq .box-botoes .conheca::before {
    content: '';
    background-image: url(touchpay-arrow-botoes-saiba.webp);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    transition: 0.2s all ease-in-out;
}

#banner .content-slide .esq .box-botoes .conheca:hover:before {
    right: 10px;

}


#banner .content-slide .esq .box-botoes .conheca:hover {
    background: #5f5db5;
}

#banner .content-slide .esq {
    padding-bottom: 68px;

}

#banner .content-slide .esq .box-botoes .saiba {
    border-radius: 25px;
    border: 2px solid var(--vermelho);
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    color: var(--vermelho);
    padding: 15px 39.8px;
    transition: 0.2s all ease-in-out;
}

#banner .content-slide .esq .box-botoes .saiba:hover {
    background: var(--vermelho);
    color: #fff;
}

#banner .content-slide .dir {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    margin-top: -70px;
}

#banner .content-slide .borda-gradiente {
    width: 480px;
    height: 480px;
    background-image: linear-gradient(-85deg, #615db5 37%, #df372f 50%, #df372f 50%, #cb336b 100%);
    position: absolute;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

#banner .content-slide .imagem {
    width: 476px;
    height: 476px;
    border-radius: 50%;
    background-color: #f0f0f1;
    z-index: 1;
    border: 16px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#banner .content-slide .imagem .redonda {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

#banner .content-slide .imagem img {
    max-width: 120%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* CTA */

#cta {
    margin-bottom: 42px;
}

#cta .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#cta .content .sub {
    font-size: 16px;
    color: #ed394b;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

#cta .content .titulo {
    font-size: 38px;
    color: #212121;
    font-weight: 800;
    text-align: center;
    margin-bottom: 32px;
}

#cta .content .bottom {
    display: flex;
    column-gap: 8px;
}

#cta .content .bottom .card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 400px;
    height: 148px;
    border-radius: 15px;
    color: #fff;
    row-gap: 8px;
    position: relative;
}

#cta .content .bottom .card-1::before {
    content: '';
    background-image: url(touchpay-pin.webp);
    width: 19px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
}

#cta .content .bottom .card-2::before {
    content: '';
    background-image: url(touchpay-dolar.webp);
    width: 25px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
}

#cta .content .bottom .card-3::before {
    content: '';
    background-image: url(touchpay-brasil.webp);
    width: 25px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: 15px;
}

#cta .content .bottom .card-1::before {
    content: '';
    background-image: url(touchpay-pin.webp);
    width: 19px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
}

#cta .content .bottom .card .numeros {
    font-size: 56px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    position: relative;
}

#cta .content .bottom .card span.detalhe {
    font-size: 24px;
}

#cta .content .bottom .card-3 span.detalhe {
    font-size: 42px;
}

#cta .content .bottom .card.card-1 {
    background-color: #5f5db5;
}

#cta .content .bottom .card.animate__headShake {
    animation-name: none;
}

#cta .content .bottom .card.animate__headShake:hover {
    animation-name: headShake;
}

#cta .content .bottom .card.card-2 {
    background: linear-gradient(90deg, rgba(95,93,181,1) 0%, rgba(219,56,50,1) 100%);
}

#cta .content .bottom .card.card-3 {
    background: linear-gradient(90deg, #df372f 0%, #ef057d 100%);
}

#cta .content .bottom .card-3 .numeros {
    font-size: 42px;
}

#cta .content .bottom .card-1 .numeros span.detalhe {
    font-size: 24px;
    position: relative;
    bottom: 10px;
}

#cta .content .bottom .card-2 .numeros span.detalhe {
    margin-right: 10px;
    font-weight: 400;
}


#cta .content .bottom .card .texto {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

/* Depoimentos */

#depoimentos {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 5%;
    padding-bottom: 37px;
    border-bottom: 2px solid #d9d9d957;
    display: flex;
    justify-content: flex-end;
}

#depoimentos .content {
    position: relative;
    width: 1400px;
    max-width: 100%;
    display: flex;
    align-items: center;
    column-gap: 42px;
    justify-content: flex-start;
}

#depoimentos .content .esq .texto {
    font-size: 28px;
    color: #070707;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 35px;
    max-width: 100%;
}

#depoimentos .content .esq .texto span {
    font-size: 28px;
    color: #070707;
    font-weight: bold;
    letter-spacing: 0.2px;
    display: block;
}

#depoimentos .content .dir {
    width: 78.7%;
}

#depoimentos .content .dir .depoimento {
    border-radius: 10px;
    background-color: #f8f8f8;
    border: 0.5px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    padding: 17px 35px;
    transition: 0.2s all ease-in-out;
}

#depoimentos .content .dir .depoimento:hover {
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 15%);
}

#depoimentos .content .dir .depoimento .texto-depoimento {
    font-size: 11px;
    color: #000;
    line-height: 16px;
    position: relative;
}

#depoimentos .content .dir .depoimento .texto-depoimento a {
    text-decoration: none;
    color: #09337d;
    position: relative;
    display: inline-block;
}

#depoimentos .content .dir .depoimento .area-texto-depoimento {
    position: relative;
    margin-bottom: 17px;
}

#depoimentos .content .dir .depoimento .area-texto-depoimento:before {
    content: '';
    background-image: url(aspas.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: 17px;
    position: relative;
}

#depoimentos .content .dir .depoimento .area-texto-depoimento a:after {
    content: '';
    background-image: url(aspas.svg);
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -18px;
    bottom: 2px;
    transform: rotate(180deg);
}

#depoimentos .swiper {
    width: 100%;
    padding-right: 30px;
}


#depoimentos .content .dir .depoimento .nome {
    font-size: 12px;
    color: #09337d;
    line-height: 16px;
    position: relative;
    font-weight: 600;
}

#depoimentos .content .dir .depoimento .nome-estrelas {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#depoimentos .box-botoes-swiper {
    display: flex;
    position: relative;
    left: 0;
    bottom: 116px;
    flex-direction: row-reverse;
    position: absolute;
    bottom: 9px;
    right: -10px;
    column-gap: 5px;
}

#depoimentos .box-botoes-swiper>div {
    position: unset;
    margin: unset;
    width: unset;
    height: unset;
}

#depoimentos .box-botoes-swiper>div.botao-anterior-depoimento::after {
    content: '';
    background-image: url(seta-swiper-azul.svg);
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

#depoimentos .box-botoes-swiper>div.botao-proximo-depoimento::after {
    content: '';
    background-image: url(seta-swiper-azul.svg);
    width: 16px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

#depoimentos .esq {
    position: relative;
    width: 19.5%;
}

#depoimentos .swiper-wrapper {
    padding: 20px;
}

#depoimentos .confira-todos p {
    color: #1d1d1d;
    font-weight: 600;
    line-height: 25px;
    font-size: 18px;
}

#depoimentos .confira-todos p span {
    display: block;
}

#depoimentos .confira-todos .area-confira-todos {
    display: flex;
    column-gap: 14%;

    align-items: center;
    margin-bottom: 0 !important;
    text-decoration: none;
}

#depoimentos .confira-todos .area-confira-todos img{
    max-height: 100%;
    width: 81px;

}

#depoimentos .content .dir .depoimento .area-confira-todos:before {
    display: none;
}

#depoimentos .confira-todos:after {
    content: '';
    background-image: url(icone-link-externo.svg);
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
}


/* Simplifique */

#simplifique {
    width: 100%;
    position: relative;
    opacity: 1;
    padding-top: 78px;
    background-image: url(touchpay-bg-simplifique.webp);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding-bottom: 125px;
}

#simplifique::before {
    content: '';
    background-image: url(touchpay-simplifique-detalhe-azul.webp);
    width: 38vw;
    height: 95vw;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#simplifique::after {
    content: '';
    background-image: url(touchpay-simplifique-detalhe-vermelho.webp);
    width: 36vw;
    height: 95vw;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#simplifique .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}

#simplifique .content .btn-uniao {
    border-radius: 22px;
    background-color: #615db5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 14px 31px;
    margin-bottom: 25px;
    text-align: center;
}

#simplifique .content > .titulo {
    font-size: 48px;
    color: #212121;
    font-weight: 800;
    text-align: center;
    margin-bottom: 78px;
}

#simplifique .content .box-1,
#simplifique .content .box-2 {
    display: flex;
    column-gap: 5%;

}

#simplifique .content .box-1 .esq {
    height: 692px;
}

#simplifique .content .box-2 .esq {
    height: 856px;
}

#simplifique .content .esq {
    height: 100%;
    width: 44.1%;
    position: relative;
}

#simplifique .content .esq:before {
    content: '';
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgba(233, 50, 74, 1) 8%, rgba(97, 92, 180, 1) 84%);
    position: absolute;
    right: 0;
    top: 0;
}

#simplifique .content .esq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
    display: block;
}

#simplifique .content .dir {
    width: 50%;
}

#simplifique .content .box-botoes .conheca {
    border-radius: 25px;
    background: var(--vermelho);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 17px 49.4px 17px 29.4px;
    transition: 0.2s all ease-in-out;
    position: relative;
}

#simplifique .content .box-botoes .conheca::before {
    content: '';
    background-image: url(touchpay-arrow-botoes-saiba.webp);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    transition: 0.2s all ease-in-out;
}

#simplifique .content .box-botoes {
    display: flex;
    margin-top: 17px;
}

#simplifique .content .box-botoes .conheca:hover:before {
    right: 10px;

}


#simplifique .content .box-botoes .conheca:hover {
    background: #5f5db5;
}


#simplifique .content .dir .titulo {
    font-size: 32px;
    color: #212121;
    font-weight: 800;
    margin-bottom: 34px;

}

#simplifique .content .dir .titulo span {
    display: block;
    margin-top: 16px;
    line-height: 35px;
}


#simplifique .content .dir .texto {
    font-size: 16px;
    letter-spacing: 0.8px;
    color: #242424;
    font-weight: 500;
    width: 569px;
    max-width: 100%;
    line-height: 26px;
    margin-bottom: 12px;
}


#simplifique .content .dir .texto.negrito {
    font-size: 16.3px;
    font-weight: bold;
    line-height: normal;
}


#simplifique .content .dir ul {
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    row-gap: 8px;
    margin-left: -6px;
}

#simplifique .content .dir ul li {
    display: flex;
    align-items: center;
    color: #242424;
    font-weight: 600;
    letter-spacing: 1px;
    column-gap: 13px;
    line-height: 21px;
}

#simplifique .content .dir ul li .icone {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #004e84;
    border-radius: 50%;
}

#simplifique .content .dir ul li .icone .svg {
    width: 60%;
    height: 60%;
    background-color: #fff;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-01 {
    mask: url(touchpay-totem-icone-01.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-02 {
    mask: url(touchpay-totem-icone-02.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-03 {
    mask: url(touchpay-totem-icone-03.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-04 {
    mask: url(touchpay-totem-icone-04.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-05 {
    mask: url(touchpay-totem-icone-05.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-06 {
    mask: url(touchpay-totem-icone-06.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-07 {
    mask: url(touchpay-totem-icone-07.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-08 {
    mask: url(touchpay-totem-icone-08.svg) no-repeat center;
}

#simplifique .content .box-1 .dir ul li .icone .svg.ico-09 {
    mask: url(touchpay-totem-icone-09.svg) no-repeat center;
}



#simplifique .content .box-2 .dir ul li .icone .svg.ico-01 {
    mask: url(touchpay-simplifique-icone-01.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-02 {
    mask: url(touchpay-simplifique-icone-02.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-03 {
    mask: url(touchpay-simplifique-icone-03.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-04 {
    mask: url(touchpay-simplifique-icone-04.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-05 {
    mask: url(touchpay-simplifique-icone-05.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-06 {
    mask: url(touchpay-simplifique-icone-06.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-07 {
    mask: url(touchpay-simplifique-icone-07.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-08 {
    mask: url(touchpay-simplifique-icone-08.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-09 {
    mask: url(touchpay-simplifique-icone-09.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-10 {
    mask: url(touchpay-simplifique-icone-10.svg) no-repeat center;
}

#simplifique .content .box-2 .dir ul li .icone .svg.ico-11 {
    mask: url(touchpay-simplifique-icone-11.svg) no-repeat center;
}

#versatibilidade {
    width: 100%;
    position: relative;
}

#simplifique #versatibilidade {
    height: 493px;
    margin: 0 auto;
    display: flex;
    box-shadow: 0px 3px 12px rgba(37, 37, 37, 0.11);
    border-radius: 15px;
    background: #fff;
    margin: 100px 0;
}

#versatibilidade .box-botoes {
    margin-top: 0 !important;
}

#simplifique #versatibilidade .esq {
    width: 44.1%;
    position: relative;
    height: 100%;
    border-radius: 15px 0 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 34px 0px 60px;

}

#simplifique #versatibilidade .esq:before {
    content: '';
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, rgba(233, 50, 74, 1) 8%, rgba(97, 92, 180, 1) 84%);
    position: absolute;
    right: 0;
    top: 0;
}

#simplifique #versatibilidade .esq .titulo {
    font-size: 28px;
    color: #212121;
    font-weight: 800;
    margin-bottom: 42px;
}

#simplifique #versatibilidade .esq .texto {
    letter-spacing: 1px;
    color: #242424;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

#simplifique #versatibilidade .esq .veja {
    font-weight: 700;
    color: #242424;
}

#simplifique #versatibilidade .dir {
    width: 55.9%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#simplifique #versatibilidade .dir img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

#simplifique #versatibilidade .dir .play {
    width: 153px;
    height: 153px;
    z-index: 1;
    position: absolute;
    display: block;
    background-image: url(touchpay-botao-play.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

#simplifique #versatibilidade .dir .play:hover {
    transform: scale(1.1);
}


/* Facilidade */

#facilidade {
    width: 100%;
    position: relative;
    padding-bottom: 90px;
}

#facilidade .content {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
    height: 644px;
    padding-left: 90px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(97, 93, 181, 0.1);
    border-radius: 10px;
    margin-top: -25px;
    background-color: #ffffff;
}

.box-botoes .conheca .seta {
    position: absolute;
    right: 15px;
    mask: url(arrow-padrao.svg) no-repeat center;
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.2s all ease-in-out;
    background-color: #fff;
}

.box-botoes .conheca:hover .seta {
    background-color: #004e84;
}

#facilidade .box-botoes .conheca:hover .seta {
    background-color: var(--vermelho);
}


#facilidade .content .esq .sub {
    font-size: 12px;
    letter-spacing: 0.2px;
    color: var(--vermelho);
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

#facilidade .content .esq .titulo {
    font-size: 42px;
    line-height: 66px;
    color: #212121;
    font-weight: 800;
    width: 293px;
    margin-bottom: 4px;
}

#facilidade .content .esq .texto {
    line-height: 28px;
    color: #242424;
    font-weight: 500;
    letter-spacing: 0.8px;
    width: 314px;
    margin-bottom: 18px;
}

#facilidade .content .esq .box-botoes {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    flex-direction: column-reverse;
    row-gap: 11px;

}

#facilidade .content .esq .box-botoes .conheca {
    border-radius: 25px;
    background: var(--vermelho);
    border: 2px solid var(--vermelho);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 15px 49.4px 15px 27.4px;
    transition: 0.2s all ease-in-out;
    position: relative;
}




#facilidade .content .esq .box-botoes .conheca:hover {
    background: #fff;
    border: 2px solid var(--vermelho);

    color: var(--vermelho);
}


#facilidade .content .esq .box-botoes .saiba {
    border-radius: 25px;
    border: 2px solid #615db5;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    text-align: center;
    background-color: #fff;
    text-decoration: none;
    color: #615db5;
    padding: 15px 39.8px;
    transition: 0.2s all ease-in-out;
}

#facilidade .content .esq .box-botoes .saiba:hover {
    background: #615db5;
    color: #fff;
}

#facilidade .content .dir {
    width: 960px;
    height: 502px;
    border-radius: 20px;
}

#facilidade .content .dir .box-video {
    width: 960px;
    height: 502px;
    border-radius: 20px;
    background-image: url(touchpay-micromarket-1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#facilidade .content .esq {
    min-width: 336px;
    margin-right: 80px;
}

#facilidade .dir .box-video .play {
    width: 101px;
    height: 101px;
    z-index: 1;
    position: relative;
    display: block;
    background-image: url(touchpay-botao-play.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

#facilidade .dir .box-video .play:hover {
    transform: scale(1.1);
}

#facilidade .dir .box-video .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000042;
    border-radius: 20px;
}

#facilidade .dir .box-video::after {
    content: '';
    background-image: url(touchpay-amlabs-logo-video.webp);
    width: 119px;
    height: 33px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 34px;
    right: 34px;
    z-index: 1;
}


/* Ecossistema */

#ecossistema {
    width: 100%;
    position: relative;
    background-image: url(touchpay-bg-ecossitema.webp);
    background-size: 100% 100%;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 80px;
    margin-bottom: 90px;
}
#ecossistema::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 97px;
    width: 100%;
    background-color: #fff;
}

#ecossistema .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ecossistema .content .box-titulo {
    width: 807px;
    max-width: 100%;
}

#ecossistema .content .box-titulo .titulo {
    font-size: 52px;
    color: #fff;
    line-height: 66px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.8px;
    margin-bottom: 17px;
}

#ecossistema .content .box-titulo .titulo span {
    display: block;
}

#ecossistema .content .box-titulo .texto {
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.8px;
    margin-bottom: 53px;
}

#ecossistema .card {
    width: 18.7%;
    max-width: 264px;
    height: 348px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    perspective: 1000px;
}

#ecossistema .card .front .btn {
    width: 50px;
    height: 50px;
    background-image: url(touchpay-btn-card-ecossistema-roxo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    bottom: 44px;
}

#ecossistema .conteudo {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

#ecossistema .card .front {
    background-color: #ffffff;
    border-radius: 15px;
    border: 2px solid #fff;
    padding: 54px 34px;
    box-shadow: 0px 0px 30px 0px rgb(212 212 212 / 14%);
}

#ecossistema .card .back {
    background-color: #ffffffd9;
    padding: 54px 34px;
    transform: rotateY(180deg);
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

#ecossistema .card .back.totem {
    background-image: url(touchpay-totem.webp);

}

#ecossistema .card .back.gestao {
    background-image: url(touchpay-gestao.webp);

}

#ecossistema .card .back.controle {
    background-image: url(touchpay-controle-de-acesso.webp);

}

#ecossistema .card .back.trava {
    background-image: url(touchpay-trava-geladeiras.webp);

}

#ecossistema .card .back.alerta {
    background-image: url(touchpay-alerta-de-desvios.webp);

}

#ecossistema .card .back.app-mobile {
    background-image: url(touchpay-app-touchpay.webp);

}

#ecossistema .card .back.app-abastecedor {
    background-image: url(touchpay-app-touchpay-abastecedor.webp);

}

#ecossistema .card .back.app-white-label {
    background-image: url(touchpay-app-touchpay-white-label.webp);

}

#ecossistema .card .back.nfce {
    background-image: url(touchpay-emissao-de-nfce.webp);

}

#ecossistema .card .back.leitores {
    background-image: url(touchpay-leitores-portateis.webp);

}

#ecossistema .card .back.cashless {
    background-image: url(touchpay-cashless-pay.webp);

}

#ecossistema .card .back.academy {
    background-image: url(touchpay-academy.webp);

}

#ecossistema .card .back.pegue {
    background-image: url(touchpay-pegue-e-pague.webp);

}

#ecossistema .card .back .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #011b7bcc;
    left: 0;
    border-radius: 15px;
}

#ecossistema .card .front .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
}

#ecossistema .card .front,
#ecossistema .card .back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
	-webkit-transform-style: preserve-3d!important;
    transform-style: preserve-3d!important;
}

#ecossistema .card:hover .conteudo {
    transform: rotateY(180deg) scale(1.05);
}

#ecossistema .card .front .titulo {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    color: var(--vermelho);
    margin-bottom: 16px;
	-webkit-transform: translateZ(90px) scale(0.99);
    transform: translateZ(90px) scale(0.99);
}

#ecossistema .card .front .texto {
    color: #040404;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
	-webkit-transform: translateZ(90px) scale(0.99);
    transform: translateZ(90px) scale(0.99);
}

#ecossistema .card .back .titulo {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    line-height: 24px;
    color: #fff;
    margin-bottom: 16px;
    z-index: 1;
	-webkit-transform: translateZ(90px) scale(0.99);
    transform: translateZ(90px) scale(0.99);
}

#ecossistema .card .back .texto {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    z-index: 1;
	-webkit-transform: translateZ(90px) scale(0.99);
    transform: translateZ(90px) scale(0.99);
}

#ecossistema .card .back a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    width: 75%;
    border-radius: 25px;
    padding: 5px;
    text-decoration: none;
    color: var(--vermelho);
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 600;
    padding-left: 23px;
    position: absolute;
    bottom: 49px;
	-webkit-transform: translateZ(90px) scale(0.99);
    transform: translateZ(90px) scale(0.99);
}

#ecossistema .card .back a img {
    height: 41px;
}

#ecossistema .scroll-cards {
    width: 100%;
}

#ecossistema .cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.35%;
    row-gap: 20px;
}

/* Nossos Clientes */

#nossos-clientes {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

#nossos-clientes .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    height: 642px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    transition: 0.2s all ease-in-out;
    border-radius: 10px;
}

#nossos-clientes .content:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 25px -8px rgb(187, 186, 186);
}

#nossos-clientes .content .esq,
#nossos-clientes .content .dir {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#nossos-clientes .content .dir {
    background-image: url(touchpay-bg-video-depoimentos.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 10px 10px 0;
}

#nossos-clientes .content .esq {
    background-color: #f8f8f8;
    padding: 92px;
    padding-right: 122px;
    padding-top: 51px;
    border-radius: 10px 0 0 10px;

}

#nossos-clientes .content .esq .subtitulo {
    font-size: 12px;
    letter-spacing: 0.2px;
    color: var(--vermelho);
    font-weight: 700;
    margin-bottom: 21px;
    text-align: left;
}

#nossos-clientes .content .esq .titulo {
    font-size: 32px;
    color: #212121;
    font-weight: 700;
    margin-bottom: 29px;
    line-height: 44px;
}

#nossos-clientes .content .esq .texto {
    color: #242424;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;

}

#nossos-clientes .content .esq .texto:not(.negrito) {
    margin-bottom: 27px;
}

#nossos-clientes .content .esq .texto.negrito {
    font-weight: bold;
    margin-bottom: 34px;
}

#nossos-clientes .esq .box-botoes {
    display: flex;
    align-items: center;
    column-gap: 15px;
    width: 109%;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

#nossos-clientes .esq .box-botoes .conheca {
    border-radius: 25px;
    background: #625db4;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 17px 49.4px 17px 29.4px;
    transition: 0.2s all ease-in-out;
    position: relative;
}

#nossos-clientes .esq .box-botoes .conheca::before {
    content: '';
    background-image: url(touchpay-arrow-botoes-saiba.webp);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
}

#nossos-clientes .esq .box-botoes .conheca:hover {
    background-color: var(--vermelho);
}

#nossos-clientes .esq .box-botoes .saiba {
    border-radius: 25px;
    border: 2px solid #09337d;
    display: none;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    color: #09337d;
    padding: 15px 39.8px;
    transition: 0.2s all ease-in-out;
}

#nossos-clientes .esq .box-botoes .saiba:hover {
    background-color: #09337d;
    color: #fff;
}

#nossos-clientes .content .play {
    width: 153px;
    height: 153px;
    z-index: 1;
    position: relative;
    display: block;
    background-image: url(touchpay-botao-play.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    position: absolute;
}

#nossos-clientes .content .play:hover {
    transform: scale(1.1);
}


/* FAQ */

#faq {
    background-color: #f7f7f7;
    position: relative;
    padding: 78px 0;
}

#faq .content {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
}

#faq .content > .titulo {
    font-size: 36px;
    line-height: 48px;
    color: #242323;
    font-weight: 800;
    text-align: center;
    margin-bottom: 23px;
}

#faq .content > .sub {
    font-size: 18px;
    color: #ed394b;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

#faq .content .card {
    border-bottom: 2px solid #ebebeb;
    padding: 22px 30px;
    cursor: pointer;
}

#faq .content .card .topo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
}

#faq .content .card .topo .sinal {
    background-image: url(arrow-padrao.svg);
    background-repeat: no-repeat;
    min-width: 14px;
    height: 14px;
    transform: rotate(90deg);
    transition: .4s all ease-in-out;
}

#faq .content .card.aberto .topo .sinal {
    transform: rotate(-90deg);
}

#faq .content .card:first-child {
    border-top: 2px solid #ebebeb;

}

#faq .content .card:last-child {
    border-bottom: none;
}

#faq .content .card .titulo {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-weight: 700;
}

#faq .content .card .bottom p {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    line-height: normal;
    margin-top: 7px;
}

#faq .content .card .bottom {
    display: none;
}


/* Solução */

#solucao {
    background-image: url("touchpay-bg-ecossitema.webp");
    padding-bottom: 87px;
    background-repeat: no-repeat;
    padding-top: 74px;
    background-size: cover;
    background-position: center;
}

#solucao .conheca {
    border-radius: 25px;
    background: #625db4;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.8px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 17px 49.4px 17px 29.4px;
    transition: 0.2s all ease-in-out;
    position: relative;
    max-width: 100%;
}

#solucao .conheca::before {
    content: '';
    background-image: url(touchpay-arrow-botoes-saiba.webp);
    width: 14px;
    height: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    transition: .2s all ease-in-out;
}

#solucao .titulo {
    font-size: 52px;
    line-height: 66px;
    max-width: 100%;
    width: 1100px;
    color: #ffffff;
    font-weight: 800;
    text-align: center;
}

#solucao .conheca:hover {
    background-color: var(--vermelho);
}


#solucao .conheca:hover::before {
    right: 10px !important;
}
#solucao .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    row-gap: 23px;
}


/* Lightbox para os vídeos */

#lightbox {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #000000de;
    z-index: 100000;
    align-items: center;
    justify-content: center;
    display: none;

}

#lightbox .box-video {
    width: 50%;
    height: 29vw;
}

#lightbox .box-video .fechar {
    color: #fff;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
}

/* Contato */

#contato {
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

#contato .content {
    width: 1288px;
    max-width: 90%;
    height: 612px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: linear-gradient(123deg, rgba(162, 38, 102, 1) -19%, rgba(79, 58, 161, 1) 101%);
    border-radius: 15px;
    padding: 0 83px;
    z-index: 1;
    position: relative;

}

#contato .content .esq>.titulo {
    font-size: 52.3px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #fff;
    line-height: 64px;
    margin-bottom: 51px;
}

#contato .content .esq>.texto {
    font-size: 28.16px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    width: 421px;
    max-width: 100%;
    margin-bottom: 56px;

}

#contato .content .esq>.texto span {
    color: #f5465d;
}

#contato .content .esq {
    max-width: 50%;
}

#contato .content .dir {
    width: 552px;
    display: flex;
    flex-direction: column;
}

#contato .content .dir>input {
    width: 100%;
    height: 50px;
    background-color: rgba(102, 102, 102, 0.25098039215686274);
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #fff;
}

#contato .content .dir>input::placeholder,
#contato .content .dir>textarea::placeholder {
    font-family: 'Montserrat', sans-serif;
    color: #e9e9e9;
    font-size: 14px;
    font-weight: 500;

}

#contato .content .dir textarea {
    height: 100px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 15px;
    color: #fff;
    background-color: rgba(102, 102, 102, 0.25098039215686274);
    resize: none;
    margin-bottom: 13px;
    padding-top: 15px;

}

#contato .content .dir .box-check {
    font-size: 12px;
    font-weight: 500;
    color: #dbdbdb;
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 13px;

}

#contato .content .dir .box-check input {
    accent-color: #6e6e6e;
    width: 14px;
    height: 14px;
}

#contato .content .dir button {
    border-radius: 27px;
    border: none;

    background-color: var(--vermelho);
    border: 1px solid var(--vermelho);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 53px;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.8px;
    transition: 0.2s all ease-in-out;
    margin-bottom: 11px;
}

#contato .content .dir button:hover {
    background-color: transparent;
    color: var(--vermelho);
    cursor: pointer;
}

#contato .content .dir .obrigatorio {
    color: #dbdbdb;
    opacity: 0.502;
    font-size: 10px;
    font-weight: 500;
}

#modal-contato {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000de;
    top: 0;
    left: 0;
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
}

#modal-contato .fechar {
    position: absolute;
    top: -27px;
    right: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;

}
@media screen and (max-width: 1920px) {}
@media screen and (max-width: 1740px) {
    #depoimentos .content .dir .depoimento {
        padding: 11px 21px;
        padding-left: 28px;
    }
    #depoimentos .box-botoes-swiper {
        bottom: 9px;
        right: -30px;
    }
}

@media screen and (max-width: 1680px) {
    #banner .content-slide .esq {
        max-width: 50%;
    }
}

@media screen and (max-width: 1600px) {
    #cta .content .bottom .card .numeros {
        font-size: 46px;
    }
    #cta .content .bottom .card-3 span.detalhe {
        font-size: 34px;
    }
    #cta .content .bottom .card .texto {
        font-size: 12px;
    }
    #cta .content .bottom .card {
        width: 25vw;
        height: 9.25vw;
    }
    #depoimentos .content {
        align-items: center;
        column-gap: 44px;
    }
    #depoimentos .content .esq .texto,
    #depoimentos .content .esq .texto span {
        font-size: 1.5vw;
        line-height: 2vw;
    }

    #depoimentos .esq {
        width: 15.5%;
    }
    #depoimentos .content .dir {
        width: 81.6%;
    }
    #depoimentos .box-botoes-swiper {
        bottom: 9px;
        right: -53px;
    }
    #facilidade .content .dir .box-video,
    #facilidade .content .dir {
        width: 58vw;
        height: 30vw;
    }
    #ecossistema .card .front .btn {
        bottom: 15px;
    }

    #ecossistema .card .front .btn {
        bottom: 15px;
    }
    #ecossistema .content .box-titulo .titulo {
        font-size: 40px;
        line-height: 53px;
    }
    #ecossistema .content .box-titulo .texto {
        font-size: 14px;
        line-height: 25px;
    }
    #ecossistema .card .front, #ecossistema .card .back  {
        padding: 40px 26px;
    }

    #nossos-clientes .content .play {
        width: 123px;
        height: 123px;
    }
    #nossos-clientes .content .esq {
        padding: 34px;
    }
    #nossos-clientes .content {
        height: 562px;
    }
    #nossos-clientes .content .esq .titulo {
        font-size: 27px;
        line-height: 39px;
    }
    #nossos-clientes .content .esq .texto {
        font-size: 14px;
        line-height: 23px;
    }

    #banner .content-slide .esq .titulo {
        font-size: 35px;
        line-height: 51px;
        max-width: 100%;
    }
    #contato .content .esq>.titulo {
        font-size: 48.3px;
        line-height: 60px;
        margin-bottom: 33px;
    }

    #contato .content {
        justify-content: space-between;
    }

    #contato .content .esq {
        max-width: 47%;
    }

    #contato .content .esq>.texto {
        font-size: 24.16px;
        line-height: 38px;
        margin-bottom: 49px;
    }



}

@media screen and (max-width: 1440px) {
    #banner .content-slide {
        column-gap: 6vw;
    }



    #facilidade .content .esq {
        min-width: 336px;
        margin-right: 4vw;
    }

    #facilidade .content {
        padding-left: 40px;
    }

    #facilidade .content .dir .box-video,
    #facilidade .content .dir {
        width: 61vw;
        height: 30vw;
    }

    #facilidade .content .esq .titulo {
        font-size: 37px;
        line-height: 54px;
    }


}

@media screen and (max-width: 1366px) {
    #banner .content-slide {
        column-gap: 11vw;
    }
    #banner .content-slide .borda-gradiente {
        width: 360px;
        height: 360px;
    }
    #banner .content-slide .imagem {
        width: 356px;
        height: 356px;
    }
    #depoimentos .esq {
        width: 19.5%;
    }
    #depoimentos .content .dir {
        width: 77.6%;
    }
    #depoimentos .box-botoes-swiper {
        bottom: 9px;
        right: -23px;
    }
    #facilidade .content .esq {
        margin-right: 3vw;
    }
    #nossos-clientes .esq .box-botoes .conheca, #nossos-clientes .esq .box-botoes .saiba {
        font-size: 14px;
    }

}

@media screen and (max-width: 1280px) {
    #banner .content-slide .esq .titulo {
        width: 548px;
        font-size: 29px;
        line-height: 39px;
    }
    #banner .content-slide .esq .descricao {
        width: auto;
    }
    #cta .content .bottom .card .numeros {
        font-size: 38px;
    }
    #simplifique .content .btn-uniao {
        font-size: 14px;
    }
    #simplifique .content > .titulo {
        font-size: 36px;
        margin-bottom: 50px;
    }
    #facilidade .content .esq .box-botoes .conheca {
        padding: 15px 35.4px 15px 15.4px;
    }

    #facilidade .content .esq .box-botoes .saiba {
        padding: 15px 17.8px;
    }

    #facilidade .content .dir .box-video,
    #facilidade .content .dir {
        width: 59vw;
    }

    #facilidade .content {
        height: 550px;
    }
    #ecossistema .card {
        width: 23.7%;
    }

    #solucao .titulo {
        font-size: 38px;
        line-height: 51px;
        width: 981px;
    }
    #contato .content .esq>.titulo {
        font-size: 42.3px;
        line-height: 51px;
    }
    #contato .content .dir {
        max-width: 50%;
    }
    #contato .content .dir button {
        font-size: 20px;
    }



}

@media screen and (max-width: 1200px) {
    #banner .content-slide {
        column-gap: 7vw;
    }
    #cta .content .bottom .card .numeros {
        font-size: 32px;
    }
    #cta .content .bottom .card-3 span.detalhe {
        font-size: 26px;
    }
    #cta .content .bottom .card-1 .numeros span.detalhe {
        bottom: 0px;
    }
    #depoimentos .content .esq .texto,
    #depoimentos .content .esq .texto span {
        font-size: 18px;
        line-height: 26px;
    }
    #depoimentos {
        margin-bottom: 70px;
    }

    #lightbox .box-video {
        width: 63%;
        height: 39vw;
    }
    #facilidade .content .esq {
        margin-right: 1vw;
    }

    #facilidade .content .esq .texto {

        width: 303px;
    }

    #facilidade .content .esq {
        min-width: 313px;
    }

    #facilidade .content .dir .box-video,
    #facilidade .content .dir {
        width: 62vw;
        height: 35vw;
    }
    #nossos-clientes .esq .box-botoes .conheca {
        padding: 17px 39.4px 17px 13.4px;
    }
    #nossos-clientes .esq .box-botoes .saiba {
        padding: 15px 19.8px;
    }
    #contato .content {
        padding: 0 54px;
    }
    #contato .content .esq>.titulo {
        font-size: 40.3px;
    }



}

@media screen and (max-width: 1140px) {

    #facilidade .content .dir .box-video,
    #facilidade .content .dir {
        width: 60vw;
        height: 35vw;
    }

}

@media screen and (max-width: 1080px) {
    #banner .content-slide .esq .descricao {
        width: 467px;
    }
    #depoimentos .box-botoes-swiper {
        bottom: 9px;
        right: -36px;
    }
    #facilidade .content .esq .box-botoes {
        font-size: 14px;
    }

    #facilidade .content .dir .box-video,
    #facilidade .content .dir {
        width: 58vw;
        height: 33vw;
    }

    #facilidade .content {
        height: 453px;
    }


}

@media screen and (max-width: 1024px) {
    #whatsapp {
		width: 100%;
		max-width: 100%;
		right: 0;
	}
	.formulario-whatsapp form {
		padding: 10px 0;
		background-color: #fff;
		z-index: 10;
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: initial;
	}
	#whatsapp.modalOpen .formulario-whatsapp {
		height: auto;
		z-index: 10;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen .header-whatsapp {
		position: relative;
		z-index: 10;
		width: 90%;
		margin: 0 auto;
	}
	#whatsapp.modalOpen #close_whatsapp {
		right: 0;
		top: -35px;
		left: initial;
	}
	#whatsapp.modalOpen .bgformulario {
		position: fixed;
		width: 100%;
		max-width: 100%;
		height: 100%;
		background: rgba(0,0,0,.5);
		bottom: 0;
		right: 0;
		z-index: 9;
	}

    .box-whatsapp svg {
        color: #fff;
        font-size: 36px;
    }
    .container-whatsapp .box-whatsapp {
        width: 50%;
        height: 48px;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .container-whatsapp {
        display: block !important;
    }

    header .dir {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        margin: 0;
    }

    header .menu-hamburger {
        display: none !important;
    }
    header > .content .dir .fale-conosco {
        width: 50%;
        max-width: 100%;
        position: absolute;
        border-radius: 0;
        left: 0;
        bottom: 0;
        text-align: center;
        justify-content: center;
        padding-left: 0;
    }

    header .header-top .dir {
        display: flex !important;
        position: unset !important;
    }

    header .header-top .content {
        justify-content: center;
    }


    #banner .content-slide {
        padding-top: 47px;
    }

    #banner .content-slide .esq .box-botoes {

        width: 110%;
    }
    #banner {
        padding-top: 60px;
    }

    #banner .content-slide .esq .titulo {
        width: 497px;
    }
    #cta .content .bottom {
        display: flex;
        position: unset;
        row-gap: 17px;
        width: 100%;
        flex-direction: column;
    }

    #cta .content .bottom .card {
        width: 100%;
        height: 135px;
    }
    #depoimentos .content .dir {
        width: 100%;
    }
    #depoimentos .esq {
        width: 100%;
        padding-left: 5%;

    }

    #depoimentos .box-botoes-swiper {
        bottom: 9px;
        left: 230px;
        right: unset;
    }

    #depoimentos .swiper-wrapper {
        padding: 20px 0;
    }

    #depoimentos {
        margin-bottom: 70px;
        padding: 0;
    }

    #depoimentos .content {
        align-items: center;
        column-gap: 44px;
        width: 100% !important;
        justify-content: flex-start;
        flex-direction: column;
    }

    #depoimentos .swiper {
        width: 100%;
        padding-right: 30px;
        padding-left: 5%;
    }

    #simplifique .content {
        flex-direction: column;
        row-gap: 30px;
        height: auto;
    }

    #simplifique .content .esq,
    #simplifique .content .dir {
        width: 100%;
    }

    #simplifique .content .esq {
        height: 450px !important;
        border-radius: 15px 15px 0 0;
    }

    #simplifique .content .esq img {
        border-radius: 15px 15px 0 0;
    }

    #simplifique .content .esq:before {
        top: unset;
        bottom: 0;
        width: 100%;
        height: 5px;
        background: linear-gradient(90deg, rgba(233, 50, 74, 1) 8%, rgba(97, 92, 180, 1) 84%);
    }

    #simplifique .content .dir .titulo span {
        display: unset;
    }


    #simplifique .content .box-1, #simplifique .content .box-2 {
        flex-direction: column;
        row-gap: 40px;
    }

    #simplifique .content .btn-uniao {
        margin-bottom: 0;
        line-height: normal ;
    }

    #simplifique .content > .titulo {
        font-size: 36px;
        margin-bottom: 0;
    }

    #simplifique #versatibilidade .dir .play {
        width: 115px;
        height: 115px;
    }

    #simplifique #versatibilidade {
        flex-direction: column-reverse;
        height: auto;
        margin: 40px 0;
    }

    #simplifique #versatibilidade .dir,
    #simplifique #versatibilidade .esq {
        width: 100%;
    }

    #simplifique #versatibilidade .dir {
        height: 500px;
    }

    #simplifique #versatibilidade .dir img {
        border-radius: 15px 15px 0 0;
    }

    #simplifique #versatibilidade .esq {
        padding: 40px;
        height: auto !important;
    }

    #simplifique #versatibilidade .esq .titulo {
        margin-bottom: 15px;
    }

    #simplifique #versatibilidade .esq:before {
        width: 100%;
        height: 5px;

        background: linear-gradient(90deg, rgba(233, 50, 74, 1) 8%, rgba(97, 92, 180, 1) 84%);

    }
    #facilidade .content {
        height: auto;
        padding: 40px;
        flex-direction: column;
        row-gap: 40px;
    }

    #facilidade {
        padding-bottom: 40px;
    }
    #facilidade .content .esq {
        min-width: unset;
        width: 100%;
    }

    #facilidade .content .esq .titulo,
    #facilidade .content .esq .texto {
        width: 100%;
    }

    #facilidade .content .esq .box-botoes {
        flex-direction: row;
    }

    #facilidade .content .dir .box-video,
    #facilidade .content .dir {
        width: 100%;
        height: 45vw;
    }
    #ecossistema .card {
        width: 32.4%;
        max-width: unset;
    }

    #ecossistema .content .box-titulo .titulo {
        font-size: 34px;
        line-height: 42px;
    }
    #nossos-clientes {
        background-size: 100% 72%;
        background-position: top center;
        margin-bottom: 47px;
        background-image: linear-gradient(185deg, rgba(255,255,255,1) 21%, rgba(203,201,223,1) 100%);
        box-shadow: 0 0 10px rgba(97,93,181,0.1);
    }
    #nossos-clientes .content {
        height: 1000px;
        max-width: 100%;
        justify-content: center;
        flex-direction: column;
    }

    #nossos-clientes .content .esq, #nossos-clientes .content .dir {
        width: 100%;
        height: 50%;
    }
    #nossos-clientes .content .esq {
        padding: 30px 5%;
        padding-bottom: 30px;
        background-color: transparent;
    }

 #nossos-clientes .content .dir {
        width: 90%;
        border-radius: 15px;
        height: 474px;
    }

    #nossos-clientes .content .play {
        bottom: 210px;
    }

    #nossos-clientes .esq .box-botoes {
        max-width: 100%;
    }


    #contato .content {

        flex-direction: column;
    }

    #contato .content .esq, #contato .content .dir {
        width: 100%;
        max-width: 100%;
    }

    #contato .content {
        flex-direction: column;
        height: auto;
        row-gap: 25px;
        max-width: 90%;
        border-radius: 0;
        padding: 40px;
        height: auto;
        justify-content: initial;
    }

    #contato .content .esq>.titulo {
        font-size: 36px;
        margin-bottom: 0;

    }
    #contato .content .esq>.texto {
        width: 100%;
        margin-bottom: 0;
    }

    #contato .content .dir .obrigatorio {
        text-align: center;
        margin-bottom: 0;
    }
    #modal-contato {
        overflow: auto;
        padding-top: 60px ;
    }
    #contato {
        height: auto;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 996px) {
    #banner {
        background-size: auto;
        overflow: hidden;
    }
    #banner .content-slide {
        flex-direction: column-reverse;
        row-gap: 40px;
    }
    #banner .content-slide .esq, #banner .content-slide .dir {
        width: 100%;
        max-width: 100%;
    }

    #banner .content-slide .borda-gradiente{
        width: 55.3vw;
        height: 55.3vw;
    }

    #banner .content-slide .imagem{
        width: 54.5vw;
        height: 54.5vw;
    }

    #banner .content-slide .dir .play {
        width: 15vw;
        height: 15vw;
    }

    #banner .content-slide .esq .titulo {
        width: 100%;
    }

    #banner .content-slide .esq .titulo span {
        display: unset;
    }

    #banner .content-slide .esq .descricao {
        width: 100%;
    }


    #simplifique::after {
        right: 0;
        bottom: 0;
    }


}

@media screen and (max-width: 768px) {
    #cta .content .bottom .card .numeros {
        font-size: 53px;
    }
    #cta .content .bottom .card .texto {
        font-size: 14px;
    }

    #depoimentos .content .dir .depoimento {
        height: 106px;
        justify-content: center;
        padding: 0 30px;
    }

    #lightbox .box-video {
        width: 85%;
        height: 48vw;
    }
    #facilidade .content .esq .box-botoes {
        flex-direction: column-reverse;
    }

    #facilidade .content .esq .box-botoes a {
        width: 100%;
    }

    #facilidade .content .esq .titulo {
        font-size: 28px;
        line-height: 47px;
    }

    #comodidade .content .dir ul {
        height: auto;
    }

    #facilidade .content .esq .texto {
        font-size: 14px;
    }

    #facilidade .content {
        padding: 30px 20px;
    }
    #ecossistema .card {
        width: 49.3%;
        max-width: unset;
    }

    #nossos-clientes .esq .box-botoes {
        flex-direction: column-reverse;
        row-gap: 15px;
        width: 100%;
    }
    #nossos-clientes .esq .box-botoes .conheca, #nossos-clientes .esq .box-botoes .saiba {
        width: 100%;
    }

    #nossos-clientes .content {
        height: 1200px;
    }

}

@media screen and (max-width: 600px) {
    #banner .content-slide .esq .box-botoes {
        row-gap: 15px;
        width: 100%;
        flex-direction: column;
    }

    #banner .content-slide .esq .box-botoes a {
        width: 100%;
    }

    #banner .content-slide .borda-gradiente {
        width: 83.3vw;
        height: 83.3vw;
    }

    #banner .content-slide .imagem {
        width: 81.5vw;
        height: 81.5vw;
    }
    #cta .content .titulo {
        font-size: 30px;
    }
    #depoimentos .esq {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    #simplifique .content .box-botoes,
    #simplifique .content .box-botoes a {
        width: 100%;
    }

    #depoimentos .content .esq .texto,
    #depoimentos .content .esq .texto span {
        font-size: 26px;
        line-height: 32px;
    }

    #depoimentos .content .dir .depoimento {
        height: 163px;
        padding-bottom: 10px;
    }

    #depoimentos .content .dir .depoimento .texto-depoimento {
        font-size: 14px;
        color: #000;
        line-height: 21px;
    }
    #depoimentos .content .dir .depoimento .area-texto-depoimento a:after {
        bottom:8px;
    }
    #depoimentos .box-botoes-swiper {
        left: 5%;
        top: 285px;
        column-gap: 15px;
    }
    #depoimentos {
        margin-bottom: 0;
        padding-bottom: 115px;
    }

    #depoimentos .box-botoes-swiper>div.botao-proximo-depoimento::after, #depoimentos .box-botoes-swiper>div.botao-anterior-depoimento::after {
        width: 22px;
        height: 22px;
    }

    #simplifique .content .dir ul {
        row-gap: 21px;
    }
    #nossos-clientes .content .dir {
        height: 300px;
    }

    #nossos-clientes .content .esq {
        padding-bottom: 30px;
        padding-top: 70px;
    }

    #nossos-clientes .content {
        height: auto;
    }

    #nossos-clientes .content .play {
        bottom: 90px;
    }
    #solucao .titulo {
        font-size: 30px;
        line-height: 36px;
    }

}


@media screen and (max-width: 500px) {
    #nossos-clientes .esq .box-botoes .conheca, #nossos-clientes .esq .box-botoes .saiba {
        font-size: 14px;
        width: 100%;
    }
    #nossos-clientes .esq .box-botoes .conheca {
        padding: 18px 40.4px 18px 23.4px;
    }
    #nossos-clientes .esq .box-botoes .saiba {
        padding: 16px 29.8px;
    }
}

@media screen and (max-width: 490px) {
    #banner .content-slide .dir .play {
        width: 24vw;
        height: 24vw;
    }
    #depoimentos .confira-todos .area-confira-todos img {
        width: 70px;
    }
    #depoimentos .confira-todos .depoimento{
        padding: 0 15px !important;
    }


    #banner .content-slide .esq .box-botoes {
        font-size: 14px;
    }
    #simplifique #versatibilidade .esq .titulo {
        font-size: 24px;
        line-height: normal;
    }
    #facilidade .dir .box-video .play {
        width: 80px;
        height: 80px;
    }

    #facilidade .dir .box-video::after {
        width: 96px;
        height: 26px;
        bottom: 16px;
        right: 16px;

    }
    #ecossistema .card {
        width: 265px;
        max-width: 265px;
    }

    #ecossistema {
        background-size: cover;
        padding-bottom: 80px;
    }
    #ecossistema .scroll-cards {
        overflow: auto;
        padding: 20px 0;
        padding-left: 5%;
        padding-bottom: 80px;
    }

    #ecossistema::before {
        display: none;
    }

    #ecossistema .cards {
        flex-wrap: nowrap;
        width: max-content;
        column-gap: 20px;
    }

    #ecossistema .scroll-cards::-webkit-scrollbar-track {
        background: #dfdfdf;
    }

    #ecossistema .scroll-cards::-webkit-scrollbar-thumb {
        background-color: #5f5db5;
    }

    #ecossistema .scroll-cards::-webkit-scrollbar {
        width: 2px;
        height: 4px;
    }

    #ecossistema .content {
        max-width: 100%;
    }
    #ecossistema .content .box-titulo {
        max-width: 90%;
    }
    #nossos-clientes {
        background-size: 100% 81%;
    }
    #nossos-clientes .content .esq .box-texto {
        height: 200px;
        overflow: auto;
        margin-bottom: 30px;
        direction: rtl;
        text-align: left;
        padding-left: 30px;
    }
    #nossos-clientes .content .esq .box-texto p {
        unicode-bidi: plaintext;
    }
   #nossos-clientes .content .esq .box-texto::-webkit-scrollbar {
        width: 2px;
    }
   #nossos-clientes .content .esq .box-texto::-webkit-scrollbar-thumb {
        background-color: #5f5db5;
    }
   #nossos-clientes .content .esq .box-texto::-webkit-scrollbar-track {
        background: #dfdfdf;
    }
    #contato .content .esq>.texto {
        font-size: 19.16px;
        line-height: 33px;
    }
}

@media screen and (max-width: 460px) {}

@media screen and (max-width: 430px) {
    #nossos-clientes .content .play {
        width: 100px;
        height: 100px;
    }
    #contato .content {
        padding: 25px;
    }

    #contato .content .esq>.titulo {
        font-size: 25.3px;
        line-height: 40px;
    }
}

@media screen and (max-width: 400px) {
    #depoimentos .content .dir .depoimento .texto-depoimento {
        font-size: 14px;
        line-height: 22px;
    }

    header .header-top .dir .redes_sociais div {
        column-gap: 14px;
    }

    header .header-top .dir .telefone svg {
        display: none;
    }

    #simplifique #versatibilidade .esq {
        padding: 25px;
    }
}

@media screen and (max-width: 360px) {
    #cta .content .bottom .card .numeros {
        font-size: 42px;
    }
}
@media screen and (max-width: 330px) {}

@media screen and (max-width: 280px) {}