#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;
}

#banner .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    column-gap: 230px;
    display: flex;
    padding-top: 87px;
}


#banner .content .esq .titulo {
    font-size: 42px;
    line-height: 66px;
    color: #212121;
    font-weight: 800;
    letter-spacing: 0.4px;
    margin-bottom: 3px;

}

#banner .content .esq .titulo span {
    display: block;
}

#banner .content .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 21.1px;
    margin-bottom: 13px;
}

#banner .content .esq .descricao {
    letter-spacing: 0.8px;
    font-weight: 500;
    color: #242424;
    line-height: 28px;
    width: 612px;
    max-width: 100%;
    margin-bottom: 26px;
}

#banner .content .esq .descricao b {
    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: 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;
}




#banner .content .esq .box-botoes .conheca:hover {
    background: #fff;
    border: 2px solid var(--vermelho);

    color: var(--vermelho);
}


#banner .content .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 .esq .box-botoes .saiba:hover {
    background: var(--vermelho);
    color: #fff;
}

#banner .dir {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: -85px;
}

#banner .dir .borda-gradiente {
    width: 617px;
    height: 617px;
    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: 608px;
    height: 608px;
    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: 123%;
    height: auto;
}

@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);
}

.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: var(--vermelho);
}

/* Comodidade */

#comodidade {
    width: 100%;
    position: relative;
    background-image: url(../../totem-de-pagamento/minimercado/touchpay-bg-comodidade.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 90px;
    padding-bottom: 277px;
}

#comodidade .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    height: 694px;
    align-items: center;
    column-gap: 86px;
}

#comodidade .content .esq {
    min-width: 663px;
    width: 663px;
    position: relative;
    height: 100%;
}

#comodidade .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;
}

#comodidade .content .dir .titulo {
    font-size: 42px;
    color: #212121;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 17px;
    width: 97%;
}

#comodidade .content .dir .texto {
    letter-spacing: 0.8px;
    color: #242424;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 26px;
    width: 98%;
}

#comodidade .content .dir ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 180px;
    row-gap: 15px;
    margin-top: 37px;
}
#comodidade .content .dir ul li{
    display: flex;
    align-items: center;
    column-gap: 12px;
    color: #242323;
    font-weight: 600;
}
#comodidade .content .dir ul li img {
    min-width: 40px;
    min-height: 40px;

}

#comodidade .content .esq .box-imagem {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}

#comodidade .content .esq .box-imagem img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


#comodidade .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: #615db5;
    border-radius: 50%;
}

#comodidade .content .dir ul li .icone .svg {
    width: 60%;
    height: 60%;
    background-color: #fff;
}


#comodidade .content .dir ul li .icone .svg.ico-01 {
    mask: url(../../totem-de-pagamento/minimercado/icone-minimercado-01.svg) no-repeat center;
}

#comodidade .content .dir ul li .icone .svg.ico-02 {
    mask: url(../../totem-de-pagamento/minimercado/icone-minimercado-02.svg) no-repeat center;
}

#comodidade .content .dir ul li .icone .svg.ico-03 {
    mask: url(../../totem-de-pagamento/minimercado/icone-minimercado-03.svg) no-repeat center;
}



#comodidade .content .dir ul li .icone .svg.ico-05 {
    mask: url(../../totem-de-pagamento/minimercado/icone-minimercado-04.svg) no-repeat center;
}

#comodidade .content .dir ul li .icone .svg.ico-06 {
    mask: url(../../totem-de-pagamento/minimercado/icone-minimercado-06.svg) no-repeat center;
}



#comodidade .content .esq .swiper {
    height: 100%;
    border-radius: 10px 0 0 10px;
}

#comodidade .content .esq .swiper-slide {
    height: 100%;
    border-radius: 10px 0 0 10px;
}

#comodidade  .swiper-pagination-bullet {
    background-color: transparent;
    border: 1px solid var(--vermelho);
    opacity: 1;
    width: 10px;
    height: 10px;
}

#comodidade .swiper-pagination-bullet-active {
    background-color: var(--vermelho);
}


#comodidade .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;
}

#comodidade .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%;
}

#comodidade .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);
}

#comodidade .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);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: transparent !important;
    border: 1px solid var(--vermelho) !important;
    opacity: 1 !important;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -42px !important;
}


/* 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: -170px;
    background-color: #ffffff;
}

#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(../../totem-de-pagamento/minimercado/touchpay-video-empresas.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(../../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;
}
#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(../../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;
}

/* 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(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: 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;
}


/* 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 .content {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#ecossistema::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 97px;
    width: 100%;
    background-color: #fff;
}

#ecossistema .content .box-titulo {
    width: 810px;
    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-image: url(../../totem-de-pagamento/home/touchpay-bg-card.webp);
    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,
#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;
}

#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;
}
