#page {
    overflow: hidden;
}


/* Banner */

#banner {
    width: 100%;
    position: relative;
    margin-bottom: 79px;
    background-image: url(../../totem-de-pagamento/home/touchpay-bg-banner.webp);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
}

.box-botoes .conheca .seta {
    position: absolute;
    right: 15px;
    mask: url(../../totem-de-pagamento/geral/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;
}

#banner .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    column-gap: 225px;
    display: flex;
    padding-top: 82px;
}


#banner .content .esq .titulo {
    font-size: 51px;
    line-height: 52px;
    color: #212121;
    font-weight: 800;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

#banner .content .esq .titulo span {
    display: block;
}

#banner .content .esq .sub {
    background-color: #004e84;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2px;
    border-radius: 15px;
    display: inline-block;
    padding: 9px 21.1px;
    margin-bottom: 33px;

}

#banner .content .esq .descricao {
    letter-spacing: 0.7px;
    font-weight: 500;
    color: #242424;
    line-height: 28px;
    width: 613px;
    max-width: 100%;
    margin-bottom: 36px;
}

#banner .content .esq .descricao b {
    display: block;
    font-weight: 600;
}

#banner .content .esq .box-botoes {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

#banner .content .esq .box-botoes .conheca {
    border-radius: 25px;
    background: #004e84;
    border: 2px solid #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: 15px 49.4px 15px 27.4px;
    transition: 0.2s all ease-in-out;
    position: relative;
}




#banner .content .esq .box-botoes .conheca:hover {
    background: #fff;
    border: 2px solid #004e84;

    color: #004e84;
}


#banner .content .esq .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;
    background-color: #fff;
    text-decoration: none;
    color: #004e84;
    padding: 15px 39.8px;
    transition: 0.2s all ease-in-out;
}

#banner .content .esq .box-botoes .saiba:hover {
    background: #004e84;
    color: #fff;
}

#banner .dir {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -81px;
}

#banner .dir .borda-gradiente {
    width: 618px;
    height: 618px;
    background-image: linear-gradient(-85deg, #615db5 37%, #df372f 50%, #df372f 50%, #cb336b 100%);
    position: absolute;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

#banner .dir .imagem {
    width: 612px;
    height: 612px;
    border-radius: 50%;
    background-color: #f0f0f1;
    z-index: 1;
    border: 22px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#banner .dir .imagem img {
    max-width: unset;
    width: 118%;
    height: auto;
    margin-left: 5%;
    margin-top: 5%;

}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


#banner .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;
    position: absolute;
    left: 155px;
    bottom: -67px;
}

#banner .dir .play:hover {
    transform: scale(1.1);
}


#simplifique {
    width: 100%;
    position: relative;
    opacity: 1;
    padding-top: 78px;
    background-image: url(../../totem-de-pagamento/touchpay/touchpay-bg-simplifique.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 295px;
}

#simplifique::before {
    content: '';
    background-image: url(../../totem-de-pagamento/touchpay/touchpay-simplifique-detalhe-azul.webp);
    width: 38vw;
    height: 95vw;
    position: absolute;
    top: -72%;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#simplifique::after {
    content: '';
    background-image: url(../../totem-de-pagamento/touchpay/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;
    height: 614px;
    display: flex;
    column-gap: 5%;
    z-index: 1;
    position: relative;
}

#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 .swiper {
    height: 100%;
    border-radius: 10px 0 0 10px;
}

#simplifique .content .esq .swiper-slide {
    height: 100%;
    border-radius: 10px 0 0 10px;
}

#simplifique .content .esq .box-imagem {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

#simplifique .content .esq .box-imagem img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#simplifique .box-botoes-swiper {
    display: flex;
    width: 100%;
    padding: 0 3%;
    max-width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    position: absolute;
    bottom: 47%;
    align-items: center;
    column-gap: 10px;
    flex-direction: row-reverse;
}

#simplifique .box-botoes-swiper>div {
    position: unset;
    margin: unset;
    width: unset;
    height: unset;
    padding: 4px;
    background: var(--vermelho);
    border: 1px solid var(--vermelho);
    border-radius: 50%;
}

#simplifique .box-botoes-swiper>div.botao-proximo-galeria::after {
    content: '';
    background-image: url(../../totem-de-pagamento/minimercado/seta-swiper-branca.svg);
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
}

#simplifique .box-botoes-swiper>div.botao-anterior-galeria::after {
    content: '';
    background-image: url(../../totem-de-pagamento/minimercado/seta-swiper-branca.svg);
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
}

#simplifique .paginacao-simplifique {
    bottom: -42px !important;
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

#simplifique .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid var(--vermelho);
    opacity: 1;
    width: 10px;
    height: 10px;
}

#simplifique .swiper-pagination-bullet-active {
    background-color: var(--vermelho);
}


#simplifique .content .esq::after {
    content: '';
    width: 7px;
    height: 100%;
    background: linear-gradient(180deg, rgba(233,50,74,1) 8%, rgba(97,92,180,1) 84%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#simplifique .content .esq img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 0 0 15px;
}

#simplifique .content .dir {
    width: 50%;
}

#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;
    line-height: 26px;
}


#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;
}

#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 .dir ul li .icone .svg.ico-01 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-01.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-02 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-02.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-03 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-03.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-04 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-04.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-05 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-05.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-06 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-06.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-07 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-07.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-08 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-08.svg) no-repeat center;
}

#simplifique .content .dir ul li .icone .svg.ico-09 {
    mask: url(../../totem-de-pagamento/touchpay/touchpay-totem-icone-09.svg) no-repeat center;
}



#versatibilidade {
    width: 100%;
    position: relative;
}

#versatibilidade .content {
    width: 1400px;
    max-width: 90%;
    height: 493px;
    margin: 0 auto;
    display: flex;
    box-shadow: 0px 3px 12px rgba(37, 37, 37, 0.11);
    border-radius: 15px;
    background: #fff;
    margin-top: -194px;

}

#versatibilidade .content .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;

}

#versatibilidade .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;
}

#versatibilidade .content .esq .titulo {
    font-size: 28px;
    color: #212121;
    font-weight: 800;
    margin-bottom: 42px;
}

#versatibilidade .content .esq .texto {
    letter-spacing: 1px;
    color: #242424;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 36px;
}

#versatibilidade .content .esq .veja {
    font-weight: 700;
    color: #242424;
}

#versatibilidade .content .dir {
    width: 55.9%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#versatibilidade .content .dir img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
}

#versatibilidade .content .dir .play {
    width: 153px;
    height: 153px;
    z-index: 1;
    position: absolute;
    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;
}

#versatibilidade .content .dir .play:hover {
    transform: scale(1.1);
}

/* Contato */

#contato {
    width: 100%;
    position: relative;
}

#contato .content {
    width: 1288px;
    max-width: 90%;
    height: 612px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background: linear-gradient(123deg, rgba(0, 78, 132, 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: #000043;
}

#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: 11px;
    height: 11px;
}

#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;
    text-decoration: none;
    align-items: center;
    column-gap: 10px;
    flex-direction: row;
}

/*#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;
}

/* Vantagens */

#vantagens {
    width: 100%;
    padding-top: 91px;
    padding-bottom: 50px;
}

#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 {
    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%);
    background-color: #f8f8f8;
    border: 0.5px solid #e5e5e5;
}

#vantagens .content .vantagem .icone {
    min-width: 89px;
    min-height: 89px;
    width: 89px;
    height: 89px;
    display: flex;
    border-radius: 50%;
    background-color: #004e84;
    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: #004e84;
    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: #004e84;
    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: #004e84;
}


#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);
}