main {
    display: block;
    overflow: hidden;
}
/*POP UP*/
.pop-up{
    width: 100%;
    height: 100px;
    background-color: #121212;
    color: #fff;
    position:fixed;
    top: 40px;
    margin-bottom: 20px;
    z-index: 126;
    transition: .2s linear;
}
.pop-up.top-0{
    top: 0 !important;
}
.pop-up .conteudo{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pop-up::after{
    content: '';
    display: flex;
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../../totem-de-pagamento/home/detalhe-pop-up-esquerda.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
.pop-up::before{

    content: '';
    display: flex;
    width: 390px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../../totem-de-pagamento/home/detalhe-pop-up-direita.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pop-up .icone-x{
    position: absolute;
    right: 60px;
    top: 40px;
}
.pop-up .icone-x svg{
    transition: .2s ease-in-out;
    cursor: pointer;
}
.pop-up .icone-x:hover{
    color: #DE3832;
}

.pop-up .logo-amlabs{
    margin-left: -40px;
    z-index: 2;
}
.pop-up .logo-amlabs svg{
    width: 160px;
    height: 50px;
}
.pop-up p{
    font-size: 16px;
    font-weight: 400;
}
.pop-up a{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: .2s ease-in-out;
    position: relative;

}
.pop-up a::after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -4px;
    transition: .2s ease-in-out;
    background-color: #DE3832 ;
}
.pop-up a:hover{
    color: #DE3832;
}
.pop-up a:hover::after{
    background-color: #fff;
}
header .content{
    transition: .2s ease-in-out;
}
header .content.padding-top{
    padding-top: 62px;
}
/* header .header-top{
    margin-bottom: 115px !important;
}
header .header-top.margin-normal{
    margin-bottom: 23px !important;
} */

/* Banner */
#banner {
    width: 100%;
    position: relative;
    margin-bottom: -38px;

}

#banner .swiper {
    width: 100%;
    background-image: url(../../totem-de-pagamento/home/touchpay-bg-banner.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}

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

#banner .swiper .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 .swiper .content-slide .esq .titulo {
    font-weight: 800;
    color: #212121;
    line-height: 66px;
    font-size: 52px;
    margin-bottom: 20px;
    width: 716px;
    max-width: 100%;
}

#banner .swiper .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 .swiper .content-slide .esq .descricao b {
    font-weight: 600;
}

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

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

#banner .swiper .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 .swiper .content-slide .esq .box-botoes .conheca::before {
    content: '';
    background-image: url(../../totem-de-pagamento/home/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 .swiper .content-slide .esq .box-botoes .conheca:hover:before {
    right: 10px;

}


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

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

}

#banner .swiper .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 .swiper .content-slide .esq .box-botoes .saiba:hover {
    background: var(--vermelho);
    color: #fff;
}

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

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

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

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

#banner .swiper .content-slide .dir .imagem img {
    max-width: 100%;
}

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

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




#banner .box-botoes-swiper {
    display: flex;
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    justify-content: flex-end;
    position: relative;
    left: 0;
    bottom: 116px;
    align-items: center;
    flex-direction: row-reverse;
}

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

#banner .box-botoes-swiper>div.botao-anterior-banner::after {
    content: '';
    background-image: url(../../totem-de-pagamento/home/seta-swiper.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

#banner .box-botoes-swiper>div.botao-proximo-banner::after {
    content: '';
    background-image: url(../../totem-de-pagamento/home/seta-swiper.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    filter: grayscale(1);
}

/* Depoimentos */

#depoimentos {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 5%;

    padding-bottom: 10px;
    border-bottom: 2px solid #d9d9d957;
    margin-bottom: 100px;
    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(../../totem-de-pagamento/geral/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(../../totem-de-pagamento/geral/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(../../totem-de-pagamento/geral/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(../../totem-de-pagamento/geral/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(../../totem-de-pagamento/home/icone-link-externo.svg);
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* Sobre */

#sobre {
    width: 100%;
    position: relative;
    padding-bottom: 180px;
    background-image: url(../../totem-de-pagamento/home/touchpay-bg-sobre.webp);
    background-position: 0px 46%;
    background-size: auto;
    background-repeat: no-repeat;
}

#sobre .content {
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
    background-image: url(../../totem-de-pagamento/home/touchpay-background-content-sobre.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    padding: 89px 93px;
    position: relative;
    padding-bottom: 127px;
}

#sobre .content .esq .sub {
    font-size: 12px;
    letter-spacing: 0.2px;
    color: var(--vermelho);
    font-weight: 700;
    margin-bottom: 21px;

}

#sobre .content .esq .titulo {
    font-size: 42px;
    color: #212121;
    font-weight: 800;
    margin-bottom: 29px;
}

#sobre .content .esq .area-texto .texto p {
    color: #242424;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.8px;
    unicode-bidi: plaintext;
}

#sobre .content .esq .area-texto .texto p b {
    font-weight: bold;
}


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

#sobre .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;
}

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

}


#sobre .esq .box-botoes .conheca:hover {
    background: #615db5;
}

#sobre .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: transparent;
    text-decoration: none;
    color: #615db5;
    padding: 15px 39.8px;
    transition: 0.2s all ease-in-out;
}

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


#sobre .dir .box-video {
    /*background-image: url(../../totem-de-pagamento/home/touchpay-imagem-video-sobre.jpg);*/
    background-image: url(../../totem-de-pagamento/home/touchpay-imagem-sobre.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 813px;
    height: 503px;
    border-radius: 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sobre .dir .box-video::after {
    content: '';
    background-image: url(../../totem-de-pagamento/home/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;
}

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

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

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

#sobre .box-esq-dir {
    display: flex;
}

#sobre .esq {
    width: 50%;
    margin-right: 49px;

}

#sobre .esq .area-texto {
    padding-left: 52px;
    margin-bottom: 44px;
    height: 294px;
    overflow: auto;
    direction: rtl;
    text-align: left;
}

#sobre .esq .area-texto::-webkit-scrollbar-thumb {
    background-color: #5f5db5;
}

#sobre .esq .area-texto::-webkit-scrollbar {
    width: 2px;
}

#sobre .esq .area-texto::-webkit-scrollbar-track {
    background: #dfdfdf;
    /* color of the tracking area */
}

#sobre .esq .area-texto .texto {
    display: flex;
    flex-direction: column;
    row-gap: 27px;
}

#sobre .dir {
    width: 47%;
}

#sobre .bottom {
    display: flex;
    position: absolute;
    bottom: -75px;
    column-gap: 8px;
}

#sobre .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

/*Palestrante*/
#palestrante{
    width: 100%;
    height:auto;
    background-color: #121212;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;

    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0px 70px 0px;
}

#palestrante .content{
    width: 1400px;
    margin: 0 auto;
    max-width: 90%;
    display: flex;
    align-items: center;
    column-gap: 80px;
}
#palestrante .content .esq{
    width: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#palestrante .content .esq .texto{
    width: 70%;
    font-weight: 300;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}
#palestrante .content .esq svg{
    width: 480px;
    height: 155px;
  margin: 30px 0px;
}
#palestrante .content .esq .informacoes{
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}

#palestrante .content .esq .informacoes span{
    color:#FD006B ;
}
#palestrante .content .esq .informacoes .quebra{
    display: block;
    color: #fff;
}
#palestrante .content .esq a{
    width: 477px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #FD006B;
    text-align: center;
    border-radius: 73px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    transition: .2s all ease-in-out;
    padding: 18px 5%;
    display: block;
    margin-top: 43px;
}
#palestrante .content .esq a:hover{
    background-color: #fff;
    color:#FD006B ;
}
#palestrante .content .dir{
    width: 50%;
    z-index: 2;
}
#palestrante .content .dir svg{
    width: 560px;
    height: auto;
}

#palestrante .content .dir .info-palestrante{
    margin-top: 20px;
    border: 1px solid #FD006B ;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    width: 570px;
    height: 120px;
}
#palestrante .content .dir .info-palestrante .funcao{
    font-size: 16px;
    color: #fff;
}
#palestrante .content .dir .info-palestrante .nome{
    padding-top: 5px;
    font-size: 50px;
    font-weight: 700;
    color: #FD006B;
}

/* Touchpay */

#touchpay {
    padding-top: 40px;
    width: 100%;
    height: 640px;
    position: relative;
    background-image: url(../../totem-de-pagamento/home/touchpay-bg-touchpay.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

#touchpay .content {
    width: 1285px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    column-gap: 116px;
}

#touchpay .content .esq {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

#touchpay .content .esq .imagem {
    width: 556px;
    height: 556px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    border: 24px solid #e2e2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#touchpay .content .esq .imagem img {
    max-width: unset;
    margin-right: 45px;
}

#touchpay .content .dir .titulo {
    font-size: 52px;
    color: #004e84;
    font-weight: 800;
    margin-bottom: 28px;
}

#touchpay .content .dir .texto {
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #242424;
    line-height: 28px;
}

#touchpay .content .dir .texto.negrito {
    font-weight: 700;
    margin-bottom: 27px;

}

#touchpay .content .dir .texto:not(.negrito) {
    margin-bottom: 22px;
}

#touchpay .content .pagamentos {
    display: flex;
    column-gap: 21px;
    margin-bottom: 34px;
}

#touchpay .content .pagamentos img {
    width: auto;
    max-width: 68px;
    max-height: 39px;
    object-fit: contain;
    transition: 0.2s all ease-in-out;
    filter: grayscale(1);
}

#touchpay .content .pagamentos img:hover {
    filter: grayscale(0);
}

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

#touchpay .dir .box-botoes .conheca {
    border-radius: 25px;
    background: #004e84;
    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;
}

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

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

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

#touchpay .dir .box-botoes .saiba:hover {
    background-color: #004e84;
    color: #fff;
}


#touchpay .esq .play {
    width: 153px;
    height: 153px;
    z-index: 1;
    position: relative;
    display: block;
    background-image: url(../../totem-de-pagamento/home/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;
    bottom: -74px;
    left: 136px;
}

#touchpay .esq .play:hover {
    transform: scale(1.1);
}


/* Bandeiras */

#bandeiras {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 2px solid #d9d9d957;
    margin-bottom: 100px;
    display: flex;
    justify-content: flex-end;
}

#bandeiras .content {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 100px;
    justify-content: space-between;
}

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

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

#bandeiras .content .dir {
    max-width: 75%;
}


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


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

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

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

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

#bandeiras .esq {
    position: relative;
}

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


/* Minimercado */

#minimercado {
    width: 100%;
    margin-bottom: -25px;
    position: relative;
}

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

#minimercado .content .esq .titulo {
    font-size: 52px;
    font-weight: 700;
    color: #212121;
    letter-spacing: 0.8px;
    margin-bottom: 27px;
}

#minimercado .content .esq .texto {
    line-height: 28px;
    letter-spacing: 0.8px;
    color: #242424;

}

#minimercado .content .esq .texto.negrito {
    font-weight: 700;
    margin-bottom: 26px;
}

#minimercado .content .esq .texto:not(.negrito) {
    margin-bottom: 28px;
}

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

#minimercado .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;
}

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

}

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

#minimercado .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;
    text-decoration: none;
    color: var(--vermelho);
    padding: 15px 39.8px;
    transition: 0.2s all ease-in-out;
}

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

#minimercado .dir {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -41px;
}


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

#minimercado .dir .imagem {
    width: 556px;
    height: 556px;
    border-radius: 50%;
    background-color: #f0f0f1;
    z-index: 1;
    border: 24px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../totem-de-pagamento/home/touchpay-minimercado-oficial-2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#minimercado .dir .imagem img {
    max-width: unset;
}

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

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

#minimercado .esq {
    width: 686px;
    max-width: 50%;

}

/* Vantagens */

#vantagens {
    width: 100%;
    background-image: url(../../totem-de-pagamento/home/touchpay-bg-vantagens.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 91px;
    padding-bottom: 120px;
}

#vantagens .content .swiper {
    padding-left: 250px;
}

#vantagens .content .top {
    font-weight: bold;
    color: #212121;
    letter-spacing: 0.8px;
    font-size: 28px;
    padding-left: 250px;
    position: relative;
    width: 633px;
    max-width: 100%;
}

#vantagens .content .top span {
    font-weight: 500;
    color: #212121;
    line-height: 40px;
    letter-spacing: 0.8px;
    display: block;
}

#vantagens .content .top span b {
    font-weight: bold;
}

#vantagens .content .vantagem {
    background-color: #fff;
    border-radius: 15px;
    padding: 57px 57px 79px;
    display: flex;
    height: 278px;
    align-items: center;
    column-gap: 33px;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgb(212 212 212 / 14%);
}

#vantagens .content .vantagem .icone {
    min-width: 89px;
    min-height: 89px;
    width: 89px;
    height: 89px;
    display: flex;
    border-radius: 50%;
    background-color: #625db4;
    align-items: center;
    justify-content: center;
}

#vantagens .content .vantagem .icone .svg {
    width: 46%;
    height: 46%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: 0.2s all ease-in-out;
}

#vantagens .content .vantagem .icone .svg.lista {
    mask: url(../../totem-de-pagamento/home/lista-icone.svg) no-repeat center;
    background-color: #fff;
}

#vantagens .content .vantagem .icone .svg.market {
    mask: url(../../totem-de-pagamento/home/icone-market.svg) no-repeat center;
    background-color: #fff;
    width: 60%;
    height: 60%;
}

#vantagens .content .vantagem .icone .svg.atendimento {
    mask: url(../../totem-de-pagamento/home/atendimento-icone.svg) no-repeat center;
    background-color: #fff;
}

#vantagens .content .vantagem .icone .svg.fortalecimento {
    mask: url(../../totem-de-pagamento/home/icone-fortalecimento.svg) no-repeat center;
    background-color: #fff;
}


#vantagens .content .vantagem .titulo {
    font-weight: bold;
    color: var(--vermelho);
    letter-spacing: 0.8px;
    font-size: 18px;
    margin-bottom: 14px;
}

#vantagens .content .vantagem .texto {
    font-size: 14px;
    font-weight: 500;
    color: #040404;
    line-height: 22px;
}

#vantagens .swiper-wrapper {
    padding-top: 37px;
}

#vantagens .contador {
    position: absolute;
    bottom: 30px;
    right: 33px;
    font-size: 12px;
    color: var(--vermelho);
    font-weight: 600;
}

#vantagens .progresso-vantagens {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    position: unset;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    margin-top: 37px;
    background-color: #d9d9d9;
}

#vantagens .progresso-vantagens .swiper-pagination-progressbar-fill {
    background-color: var(--vermelho);
}


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

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

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

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


/* Ecossistema */

#ecossistema {
    width: 100%;
    position: relative;
    background-image: url(../../totem-de-pagamento/home/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(../../totem-de-pagamento/home/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(../../totem-de-pagamento/home/bg-ecossistema/touchpay-totem.webp);

}

#ecossistema .card .back.gestao {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-gestao.webp);

}

#ecossistema .card .back.controle {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-controle-de-acesso.webp);

}

#ecossistema .card .back.trava {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-trava-geladeiras.webp);

}

#ecossistema .card .back.alerta {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-alerta-de-desvios.webp);

}

#ecossistema .card .back.app-mobile {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-app-touchpay.webp);

}

#ecossistema .card .back.app-abastecedor {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-app-touchpay-abastecedor.webp);

}

#ecossistema .card .back.app-white-label {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-app-touchpay-white-label.webp);

}

#ecossistema .card .back.nfce {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-emissao-de-nfce.webp);

}

#ecossistema .card .back.leitores {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-leitores-portateis.webp);

}

#ecossistema .card .back.cashless {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-cashless-pay.webp);

}

#ecossistema .card .back.academy {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/touchpay-academy.webp);

}

#ecossistema .card .back.pegue {
    background-image: url(../../totem-de-pagamento/home/bg-ecossistema/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(../../totem-de-pagamento/home/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(../../totem-de-pagamento/home/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: flex;
    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(../../totem-de-pagamento/home/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);
}

/* Parceiros */

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

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

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

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

#parceiros .content .esq {
    position: relative;
    width: 19.5%;

}

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


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


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

    column-gap: 5px;
}

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

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

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

#parceiros .esq {
    position: relative;
}

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


/* Blog */

#blog {
    width: 100%;
    position: relative;
    background-color: #f8f8f8;
    padding-top: 72px;
}

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

#blog .content .sub {
    text-align: center;
    font-size: 18px;
    color: var(--vermelho);
    font-weight: 500;
    margin-bottom: 23px;
}

#blog .content>.titulo {
    color: #242323;
    letter-spacing: 0.8px;
    font-weight: 700;
    text-align: center;
    font-size: 36px;
    margin-bottom: 57px;
}

#blog .box-post {
    display: flex;
    column-gap: 2%;
    flex-wrap: nowrap;
    margin-bottom: 58px;
}

#blog .box-post .post {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 32%;
    height: 473px;
    border-radius: 15px;
    transition: 0.2s all ease-in-out;
}

#blog .box-post .post:hover {
    transform: scale(1.05);
    box-shadow: 0px 0px 11px 0px rgb(212 212 212);
}

#blog .box-post .post .imagem {
    width: 100%;
    height: 237px;
    min-height: 237px;
}

#blog .box-post .post .imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

#blog .box-post .post .descricao .categoria {
    color: var(--vermelho);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 19px;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 15px;
}

#blog .box-post .post .descricao .categoria::before {
    content: '';
    background-image: url(../../totem-de-pagamento/home/touchpay-etiqueta-post.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 21px;
    height: 17px;
    display: inline-block;
}

#blog .box-post .post .descricao .titulo {
    font-size: 18px;
    line-height: 24px;
    color: #242323;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 11px;

}

#blog .box-post .post .descricao .paragrafo {
    font-size: 12px;
    line-height: 20px;
    color: #242323;
    width: 100%;
    font-weight: 500;

}

#blog .box-post .post .descricao {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 17px 26px;

}

#blog .box-post .post .descricao .bottom {
    position: absolute;
    bottom: 22px;
    display: flex;
    width: 87%;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #ebebeb;
    padding-top: 15px;
}

#blog .box-post .post .publicacao {
    font-size: 11px;
    color: #242323;
    font-weight: 500;
}

#blog .box-post .post .saiba {
    background-color: var(--vermelho);
    border: 1px solid var(--vermelho);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.8px;
    border-radius: 15px;
    transition: 0.2s all ease-in-out;
    text-decoration: none;
    padding: 8px 26.2px;
}

#blog .box-post .post .saiba:hover {
    background-color: #fff;
    color: var(--vermelho);
}

#blog .confira {
    background-color: #621b81;
    border: 1px solid #621b81;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.8px;
    text-align: center;
    transition: 0.2s all ease-in-out;
    padding: 16px 55.4px;
    font-weight: 500;
}

#blog .confira:hover {
    color: #621b81;
    background-color: #fff;
}

/* Contato */

#contato {
    width: 100%;
    padding-top: 81px;
    position: relative;
    background-color: #f8f8f8;
}

#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;
}

#contato .content .esq .contatos {
    display: flex;
    height: 61px;
    column-gap: 52px
}

#contato .svg {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
	transition: 0.2s all ease-in-out;
}


#contato .content .esq .contatos .redes .svg:hover {
	opacity: 1;
}

#contato .content .esq .contatos .redes .facebook {
	mask: url(../../totem-de-pagamento/geral/facebook.svg) no-repeat center;
	background-color: #fff;
	opacity: 0.502;
}

#contato .content .esq .contatos .redes .instagram {
	mask: url(../../totem-de-pagamento/geral/instagram.svg) no-repeat center;
	background-color: #fff;
	opacity: 0.502;

}

#contato .content .esq .contatos .redes .youtube {
	mask: url(../../totem-de-pagamento/geral/youtube.svg) no-repeat center;
	background-color: #fff;
	opacity: 0.502;

}

#contato .content .esq .contatos .redes .linkedin {
	mask: url(../../totem-de-pagamento/geral/linkedin.svg) no-repeat center;
	background-color: #fff;
	opacity: 0.502;

}

#contato .content .esq .contatos .redes .tiktok {
	mask: url(../../totem-de-pagamento/geral/tiktok.svg) no-repeat center;
	background-color: #fff;
	opacity: 0.502;

}

#contato .content .esq .contatos .redes .box-redes .redes_sociais div{
    display: flex;
    column-gap: 17px;
    align-items: flex-end;
}

#contato .content .esq .contatos .texto {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

#contato .content .esq .contatos .separador {
    display: inline-block;
    height: 100%;
    background-color: #ffffff70;
    width: 2px;
}

#contato .content .esq .contatos .redes, #contato .content .esq .contatos .telefone {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

#contato .content .esq .contatos .telefone a {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
    position: relative;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    align-items: center;
    column-gap: 10px;
}

/*#contato .content .esq .contatos .telefone a::before {
    content: '';
    background-image: url(../../totem-de-pagamento/home/touchpay-icone-telefone.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
}*/


/* 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;
}

#footer {
    margin-top: -86px;
}