@font-face {
    font-family: "Northlane";
    font-style: normal;
    font-weight: normal;
    src: local("Northlane"), url("../assets/fonts/Northlane-One.otf") format("opentype");
}

.global {
    margin-bottom: 0 !important;
}

/**
* Banner
*/

#banner {
    /* background: url('../assets/images/bg-header.svg') no-repeat center top; */
    background: url('../assets/images/bg-header-lp3.png') no-repeat center top;
    background-size: cover;
    background-position-y: bottom;
    min-height: 100vh;
}

.lp4-banner {
    display: flex;
    justify-content: space-between;
    padding: 70px 0;
}

.lp4-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    position: relative;
}

.lp4-banner-logo {
    position: absolute;
    top: 0;
}

.lp4-left-conteudo h1 {
    font-size: 3rem;
    color: #fff;
    width: 60%;
    margin-bottom: 50px;
    font-family: "Gilroy-Bold", sans-serif;
}

.lp4-right-conteudo {
    background: #fff;
    border-radius: 27.416px;
    min-width: 634px;
    display: inline-flex;
    padding: 35px 47px;
    flex-direction: column;
    gap: 19.902px;
}

.lp4-right-conteudo-head {
    display: flex;
    align-items: center;
}

.lp4-right-conteudo-head h3 {
    color: #111;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 auto;
}

.lp4-right-conteudo-head h3 span {
    font-family: "Gilroy-Bold", sans-serif;
}

.lp4-right-conteudo-body form label {
    color: #fff;
    margin-bottom: 0.3rem;
}

.lp4-right-conteudo-body form label span {
    color: red;
}

.lp4-right-conteudo-body form div.form-group + div.form-group {
    margin-top: 10px;
}

.lp4-right-conteudo-body form button {
    padding: 21px 19px;
    align-self: stretch;
    border-radius: 42.838px;
    background: #36BC49;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    width: 100%;
    justify-content: center;
}

.lp4-right-conteudo-body form button span {
    margin-bottom: -2px;
}

.lp4-right-conteudo-foot div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.lp4-right-conteudo-foot div p {
    color: #fff;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .lp4-right-conteudo {
        min-width: 470px;
        padding: 30px 50px;
    }

    .lp4-left-conteudo h1 {
        font-size: 2.5rem;
    }

    .lp4-left-conteudo svg {
        width: 320px;
    }

    .lp4-right-conteudo-head h3 {
        font-size: 1.6rem;
    }

    .lp4-right-conteudo-body input.form-control,
    .lp4-right-conteudo-body form button {
        padding: 14px;
    }

    .lp4-right-conteudo {
        min-width: 470px;
        padding: 30px 50px;
    }

    .lp4-left-conteudo h1 {
        font-size: 2.5rem;
    }

    .lp4-left-conteudo svg {
        width: 320px;
    }

    .lp4-right-conteudo-head h3 {
        font-size: 1.6rem;
    }

    .lp4-right-conteudo-body input.form-control,
    .lp4-right-conteudo-body form button {
        padding: 14px;
    }
}

@media (max-width: 991.98px) {
    .lp4-left-conteudo {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding-right: 0 !important;
    }

    .lp4-banner {
        padding: 40px 0 50px;
        flex-direction: column;
    }

    .lp4-right {
        margin-top: 30px;
    }

    .lp4-banner-logo {
        position: initial;
        text-align: center;
    }

    .lp4-left-conteudo {
        display: flex;
        flex-wrap: wrap;
        gap: 50px;
        padding-right: 0;
    }

    .lp4-banner {
        padding: 40px 0 50px;
        flex-direction: column;
    }

    .lp4-right {
        margin-top: 30px;
    }

    .lp4-banner-logo {
        position: initial;
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .lp4-right-conteudo {
        min-width: auto;
        padding: 30px;
    }

    .lp4-right-conteudo {
        min-width: auto;
        padding: 30px;
    }
}

@media (max-width: 400px) {
    .lp4-right-conteudo-head img {
        display: none;
    }

    .lp4-right-conteudo-head img {
        display: none;
    }
}

/**
* Detalhes
*/

.lp4-detalhes {
    padding: 70px 0;
    padding-top: 180px;
}

.lp4-detalhes .lp4-detalhes-sessao + .lp4-detalhes-sessao {
    margin-top: 100px;
}

.lp4-detalhes-sessao {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.lp4-detalhes-img {
    border-radius: 30px;
}

.lp4-detalhes-texto h2 {
    font-size: 2.8rem;
    color: var(--bs-primary);
    line-height: 110%;
    margin-bottom: 20px;
}

.lp4-detalhes-texto p {
    color: #3A3A3A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 111%;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .lp4-detalhes-sessao {
        gap: 50px;
        flex-direction: column;
        align-items: center;
    }

    .lp4-detalhes div.lp4-detalhes-sessao:last-child .lp4-detalhes-img {
        order: 2;
    }
}

@media (max-width: 575.98px) {
    .lp4-detalhes {
        padding: 40px 0;
    }

    .lp4-detalhes div.lp4-detalhes-sessao .lp4-detalhes-img img {
        width: 100%;
    }

    .lp4-detalhes-texto h2 {
        font-size: 2.3rem;
    }

    .lp4-detalhes .lp4-detalhes-sessao + .lp4-detalhes-sessao {
        margin-top: 60px;
    }
}

/**
* Diferenciais
*/

.lp4-diferenciais {
    padding: 30px 0
}

.lp4-diferenciais h1 {
    text-align: center;
    color: var(--bs-primary);
    margin-bottom: 50px;
    font-size: 3rem;
}

.details-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 auto;
}

details {
    background-color: #5448C21A;
    border-radius: 30px;
    padding: 30px;
    height: fit-content;
}

summary {
    list-style: none;
    font-weight: bold;
    color: var(--bs-primary);
    position: relative;
    padding-right: 20px;
    cursor: pointer;
    line-height: 130%;
    font-size: 20px;
}

summary::-webkit-details-marker {
    display: none;
}

summary::after {
    content: ""; /* String vazia, necessária para o pseudo-elemento */
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../assets/images/seta-pra-baixo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

details[open] summary::after {
    background-image: url("../assets/images/seta-pra-cima.png");
}

details p {
    margin-top: 15px;
    color: #343434;
    line-height: 130%;
    font-size: 16px;
    margin-bottom: 0;
}

details p br {
    content: "";
    display: block;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .details-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .details-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .lp4-diferenciais h1 {
        font-size: 2.3rem;
    }

    .lp4-diferenciais h1 {
        text-align: start;
    }

    summary {
        font-size: 18px;
    }

    .lp4-banner-cards {
        flex-wrap: wrap;
    }

    .lp4-left-conteudo p {
        text-align: center;
        font-size: 18px;
        margin-bottom: 55px;
    }

    .lp4-banner-card {
        flex-direction: row !important;
        gap: 25px;
        justify-content: space-between !important;
        padding: 21px 27px !important;
        width: 100%;
    }

    .lp4-banner {
        padding-bottom: 0;
    }

    .lp4-banner-card-textos p {
        text-align: center;
        font-size: 20px;
    }

    #banner {
        background: url('../assets/images/bg-header-lp3-mobile.png') no-repeat center top !important;
        background-size: 2065px !important;
    }

    .lp4-banner-card-textos p {
        text-align: center;
        font-size: 20px;
    }

    .lp4-detalhes {
        padding-top: 200px !important;
    }

    .titulo-detalhes h2 {
        font-size: 33px !important;
        letter-spacing: normal !important;
        text-align: center;
    }

    .lp4-detalhes-texto p {
        font-size: 17px;
    }

    .link-detalhe-button .btn {
        font-size: 15px;
        width: 100%;
        justify-content: center;
    }

    .lp4-detalhes div.lp4-detalhes-sessao:last-child .lp4-detalhes-img {
        order: 0 !important;
    }

    .secao-atendimento-texto h2 {
        margin-bottom: 55px;
        font-size: 25px !important;
    }

    .container-atendimento {
        flex-direction: column;
    }

    .subtitulo-atendimento {
        margin-bottom: 55px;
        font-size: 16px !important;
        text-align: center;
    }

    .btn-atendimento .btn {
        margin-top: 5px;
        width: 100% !important;
        padding: 16px;
        justify-content: center;
    }

    .btn-atendimento {
        text-align: center;
        text-decoration: none;
    }

    .box-atendimento {
        border-radius: 26px !important;
        padding: 12px 15px 2px 15px !important;
    }

    .secao-atendimento-conteudo.imagem {
        display: none;
    }

    .secao-solucoes-conteudo.first {
        flex-wrap: wrap;
    }

    .secao-solucoes-conteudo.last {
        flex-wrap: wrap;
    }

    .btn-solucoes .btn {
        width: 100% !important;
        padding: 16px !important;
        font-size: 15px;
    }

    .container-negocios {
        display: flex;
        flex-wrap: wrap;
        gap: 40px !important;
    }

    .img-negocios {
        width: calc(100vw - 30px);
    }

    .secao-negocios-conteudo h2 {
        text-align: center;
        font-size: 25px !important;
        margin-bottom: 0px !important;
    }

    .secao-negocios-conteudo {
        width: 100% !important;
        max-width: 100% !important;
    }

    .box-negocios {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0 !important;
    }

    .item-negocio {
        width: 243px;
        gap: 10px;
        margin-bottom: 8px;
    }

    .secao-negocios-conteudo p {
        text-align: center;
        font-size: 18px !important;
    }

    .box-negocios.last {
        margin-bottom: 30px !important;
    }

    .btn-negocios .btn {
        margin-top: 30px !important;
        width: 100%;
        font-size: 15px !important;
    }

    .secao-negocios {
        background: var(--color-brand) !important;
    }

    .box-negocios.first {
        margin-top: 30px;
    }

    .secao-negocios-conteudo.titulo {
        order: 0;
        display: flex !important;
    }

    .secao-negocios-conteudo.imagem {
        order: 1;
    }

    .secao-negocios-conteudo {
        order: 3;
    }

    .navegacao-restaurantes p {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: auto;
    }

    .navegacao-restaurantes p br {
        display: none;
    }

    .btn-restaurantes .btn {
        padding: 16px !important;
        max-width: 231px;
        margin-top: 20px;
    }

    .bg-cinza {
        background-size: contain !important;
        background-position-x: 110px;
        background-position-y: 460px;
    }

    .secao-restaurantes {
        position: relative;
        padding-bottom: 80px !important;
    }

    .funcionalidades-lp4 {
        padding-top: 70px !important;
        padding-bottom: 70px !important;
    }

    .topo-funcionalidades h2 {
        font-size: 25px !important;
    }

    .funcionalidades-lp4 h2.h2 {
        font-size: 32px !important;
        text-align: unset;
        width: 100vw;
    }

    .funcionalidades-header {
        flex-wrap: wrap;
    }

    .funcionalidades-oferta #functionalities-next,  .funcionalidades-oferta #functionalities-prev {
        padding-top: 0 !important;
        margin-top: -7px;
    }

    .funcionalidades-header .col-auto.d-flex.gap-3.ms-auto {
        margin-left: unset !important;
    }

    .funcionalidades-oferta .functionality-icon svg {
        background: #8011FF;
    }

    .funcionalidades-lp4 .functionalities-track a {
        padding: 16px 21px !important;
        font-size: 15px !important;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .titulo-agilidade {
        font-size: 28px !important;
    }

    .titulo-agilidade svg {
        width: 27px;
        height: 27px;
    }

    .container-agilidade {
        display: flex;
        flex-wrap: wrap;
        gap: 40px !important;
    }

    .conteudo-agilidade img {
        width: 100%;
    }

    .card-agilidade {
        max-width: 100% !important;
        width: calc(100vw - 60px);
    }

    .card-agilidade img {
        width: 63px;
        height: 63px;
    }

    .btn-agilidade .btn {
        margin-top: 55px !important;
        width: 100% !important;
        padding: 16px 21px !important;
        font-size: 15px !important;
    }

    .title-negocio {
        display: none;
    }

    .subtitulo-agilidade {
        margin-bottom: 80px !important;
    }

    .lp4-left-conteudo img {
        margin-top: 65px;
    }

    .lp4-banner-logo {
        margin-top: 20px;
    }

    .lp4-left-conteudo h2 {
        text-align: center;
        font-size: 34px !important;
    }

    .titulo-solucoes {
        font-size: 25px !important;
    }

    .secao-solucoes-conteudo .card-solucoes {
        padding: 35px 35px !important;
    }

    .tarja-destaque {
        padding: 15px !important;
        margin-top: 0 !important;
    }

    .lp4-banner-card h2 {
        font-size: 34px !important;
    }

    .lp4-banner-card img {
        height: 75px;
    }

    .box-atendimento p {
        font-size: 14px !important;;
    }

    .topo-card-solucoes h2 {
        font-size: 45px !important;
    }

    .topo-card-solucoes img {
        height: 55px;
    }

    .topo-card-solucoes {
        margin-bottom: 30px !important;;
    }

    .container-restaurantes h2 {
        font-size: 25px !important;
    }

    .slide-funcionalidades {
        width: 100%;
        justify-content: end;
    }
}

/**
* Oferta exclusiva
*/

.lp4-oferta-exclusiva {
    margin-top: 100px;
}

.lp4-oferta-exclusiva-conteudo {
    display: flex;
    justify-content: space-between;
    gap: 120px;
}

.lp4-oec-left img {
    border-radius: 30px;
}

.lp4-oec-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.lp4-oec-right div h1 {
    font-size: 2.8rem;
    color: var(--bs-primary);
    line-height: 110%;
    margin-bottom: 20px;
}

.lp4-oec-right div p {
    color: #5E5E5E;
    font-size: 1.02rem;
    line-height: 150%;
    letter-spacing: -0.3px;
    margin-bottom: 30px;
}

.lp4-oec-right a {
    /* width: 100%; */
    /* font-family: "Northlane", sans-serif; */
    justify-content: center;
    align-items: center;
    /* text-transform: capitalize; */
    color: var(--color-brand);
    /* line-height: 113%; */
    /* font-weight: 100; */
    /* letter-spacing: 2px; */
    font-size: 13px;
    padding: 17px;
    border-radius: 20.39px;
}

.lp4-oec-right a span {
    margin-bottom: -2px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
}

@media (max-width: 1399.98px) {
    .lp4-oec-left {
        width: 500px;
    }

    .lp4-oec-left img {
        width: 100%;
    }

    .lp4-oec-right {
        flex: 1;
    }
}

@media (max-width: 1199.98px) {
    .lp4-oferta-exclusiva {
        margin-top: 50px;
    }

    .lp4-oferta-exclusiva-conteudo {
        gap: 40px;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .lp4-oec-left {
        width: 100%;
    }

    .lp4-oec-right div h1 {
        font-size: 2.3rem;
    }
}

/**
* Contratação
*/

.lp4-contratacao {
    margin-top: 100px;
}

.lp4-contratacao-conteudo {
    background: var(--color-brand);
    border-radius: 30px;
    height: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    gap: 60px;
}

.lp4-contratacao-conteudo h3 {
    font-size: 39.6px;
    line-height: 110%;
    color: #fff;
    flex: 1;
}

.lp4-contratacao-conteudo a {
    height: 105px;
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20.39px;

    font-family: 'Northlane', sans-serif;
    font-size: 18px;
    line-height: 114%;
    letter-spacing: 4px;
    color: var(--color-brand);
    font-weight: 100;
}

.lp4-contratacao-conteudo a span {
    margin-bottom: -2px;
}

.lp4-contratacao-texto p {
    margin-top: 100px;
    text-align: center;
    color: #5E5E5E;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.3px;
}

@media (max-width: 1399.98px) {
    .lp4-contratacao-conteudo h3 {
        font-size: 35px;
    }
}

@media (max-width: 1199.98px) {
    .lp4-contratacao-conteudo h3 {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .lp4-contratacao-conteudo {
        flex-direction: column;
        gap: 30px;
        justify-content: center;
        align-items: center;
        padding: 40px;
    }

    .lp4-contratacao-conteudo h3 {
        flex: none;
        text-align: center;
    }

    .lp4-contratacao,
    .lp4-contratacao-texto p {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .lp4-contratacao-conteudo {
        height: auto;
        gap: 20px;
    }

    .lp4-contratacao-conteudo h3 {
        font-size: 20px;
    }

    .lp4-contratacao-conteudo a {
        width: 100%;
        font-size: 14px;
        height: 50px;
    }
}

/**
* Footer
*/

.lp4-footer {
    margin-top: 100px;
    padding: 100px;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    border-color: #F0E2E2;
}

.lp4-footer-conteudo {
    display: flex;
    justify-content: space-between;
}

.lp4-footer-left {
    width: 50%;
}

.lp4-footer-left h2 {
    font-size: 2.2rem;
    line-height: 110%;
    color: var(--bs-primary);
    margin-bottom: 15px;
}

.lp4-footer-left p {
    color: #5E5E5E;
    line-height: 150%;
    font-size: 16px;
    margin-bottom: 25px;
}

.lp4-footer-left a {
    width: 100%;
    border-radius: 20.39px;
    color: var(--color-brand);
    justify-content: center;
    font-family: 'Northlane', sans-serif;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 113%;
}

.lp4-footer-right div {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.lp4-footer-right div a {
    text-decoration: none;
    color: var(--bs-primary);
    font-size: 18px;
    font-weight: bold;
}

.lp4-subconteudo {
    padding: 100px;
    border-top: 1px solid currentColor;
    border-color: #F0E2E2;
}

.lp4-footer-subconteudo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1199.98px) {
    .lp4-footer-left h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    .lp4-footer-conteudo {
        flex-direction: column;
        gap: 50px;
    }

    .lp4-footer-left {
        width: 100%;
    }

    .lp4-footer {
        margin-top: 50px;
    }

    .lp4-footer,
    .lp4-subconteudo {
        padding: 50px 0;
    }
}

@media (max-width: 575.98px) {
    .lp4-footer-left p {
        font-size: 14px;
    }

    .lp4-footer-left a {
        font-size: 14px;
    }

    .lp4-footer-right div a {
        font-size: 16px;
    }

    .lp4-footer-subconteudo div:first-child {
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }
}

#lp4-form-contato input {
    display: flex;
    padding: 18px 19px;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    border: 2px solid var(--bs-primary);
    background: #FAFAFA;
    margin-bottom: 20px;
}

.lp4-right-conteudo-body form label {
    display: none;
}

#lp4-form-contato select {
    display: flex;
    padding: 18px 19px;
    align-items: center;
    align-self: stretch;
    border-radius: 20px;
    border: 2px solid var(--bs-primary);
    background: #FAFAFA;
    margin-bottom: 20px;
    background-image: url("../assets/images/icons/seta-select.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.lp4-right-conteudo-foot {
    display: none;
}

.lp4-right {
    min-width: 50%;
}

.lp4-left-conteudo {
    padding-right: 35px;
}

.lp4-left-conteudo img {
    max-width: 100%;
}

.lp4-left-conteudo h2 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 116%;
  letter-spacing: 1.379px;
}

.lp4-left-conteudo p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 129%;
}

.lp4-banner-cards {
    display: flex;
    justify-content: center;
    gap: 27px;
    position: relative;
    top: 80px;
}

.lp4-banner-card {
    background: #fff;
    padding: 40px 40px;
    display: flex;
    min-width: 24%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    border: 2px solid var(--color-brand);
    box-shadow: 8px 13px 38px 0 rgba(0, 0, 0, 0.20);
}

.lp4-banner-card h2 {
    color: #8011FF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 129%;
    letter-spacing: -0.52px;
}

.lp4-banner-card p {
    color: #8011FF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    letter-spacing: -0.214px;
}

.titulo-detalhes img {
    width: 61px;
    height: 58px;
    padding: 9px;
    align-items: center;
    border-radius: 9px;
    background: #FFE81D;
    margin-right: 15px !important;
    position: relative;
    top: -4px;
}

.titulo-detalhes h2 {
    margin-bottom: 10px;
    color: #111;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 1.92px;
}

.lp4-detalhes-texto img {
    margin-right: 9px;
}

.titulo-detalhes {
    margin-bottom: 40px;
}

.link-detalhe-button .btn {
    background: #36BC49;
    display: flex;
    height: 60px;
    padding: 23px 30px;
    align-items: center;
    text-transform: uppercase;
}

.link-detalhe-button {
    text-decoration: none;
    margin-top: 40px;
    display: block;
}

.link-detalhe-button .btn:hover {
    background-color: #0bcab3;
    border-color: #0bcab3;
}

.secao-atendimento {
    background: url('../assets/images/bg-atendimento-inteligente.png') no-repeat top;
    background-position-y: -150px;
    padding-top: 80px;
    background-color: var(--color-brand);
    padding-bottom: 80px;
}

.secao-atendimento-conteudo {
    flex: 2;
}

.container-atendimento {
    display: flex;
    column-gap: 120px;
}

.secao-atendimento-texto h2 {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
}

.subtitulo-atendimento {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 129%;
}

.box-atendimento {
    display: flex;
    padding: 12px 20px 0px 20px;
    gap: 17px;
    border-radius: 43.504px;
    border: 1.732px solid var(--bs-primary);
    background: #FAFAFA;
    margin-bottom: 17px;
}

.box-atendimento p {
    color: #3A3A3A;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
}

.box-atendimento strong {
    font-weight: 700;
}

.btn-atendimento {
    margin-top: 30px;
    display: block;
}

.img-atendimento {
    position: relative;
    bottom: -58px;
}

.btn-atendimento .btn {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background-color: #36BC49;
    border: none;
}

.secao-solucoes-conteudo.first {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
}

.secao-solucoes {
    background: #F8F8F8;
    padding-top: 70px;
    padding-bottom: 70px;
}


.secao-solucoes-conteudo .card-solucoes {
    padding: 30px;
    border-radius: 28px;
    background: #FFF;
    box-shadow: 6px 5px 16px 0 rgba(0, 0, 0, 0.25);
}


.secao-solucoes-conteudo.first .card-solucoes {
    width: 382px;
}

.topo-card-solucoes {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.title-card-solucoes {
    color: #3A3A3A;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
}

.subtitle-card-solucoes {
    color: #3A3A3A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 0 !important;
}

.topo-card-solucoes h2 {
    color: #111;
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 1.787px;
}

.secao-solucoes-conteudo.last {
    display: flex;
    gap: 30px;
}

.secao-solucoes-conteudo.last .card-solucoes {
    flex: 1;
}

.btn-solucoes .btn {
    width: 371px;
    padding: 23px 31px;
    border-radius: 40px;
    background: #36BC49;
    margin-top: 66px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.btn-solucoes {
    text-decoration: none;
    display: flex;
    justify-content: center;
}

.titulo-solucoes {
    color: #111;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 1.53px;
    margin-bottom: 66px;
}

.container-negocios {
    display: flex;
    gap: 120px;
}

.secao-negocios-conteudo {
    max-width: 50%;
}

.img-negocios {
    max-width: 630px;
}

.secao-negocios-conteudo h2 {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 111%;
    margin-bottom: 30px;
}

.secao-negocios {
    background: url(../assets/images/bg-negocios.png) no-repeat bottom #2D0061;
    padding-bottom: 70px;
}

.secao-negocios-conteudo p {
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 142%; /* 34.859px */
    margin-bottom: 20px;
}

.item-negocio {
    display: flex;
    align-items: center;
    border-radius: 45.633px;
    border: 1.816px solid var(--bs-primary);
    background: #FFF;
    padding: 16px 22px;
    margin-right: 7px;
}

.box-negocios {
    display: flex;
    margin-bottom: 7px;
}

.item-negocio p {
    color: #3A3A3A;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}

.item-negocio svg {
    margin-right: 5px;
}

.box-negocios.last {
    margin-bottom: 20px;
}

.btn-negocios .btn {
    margin-top: 20px;
    color: #ffffff;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 19px;
    border-radius: 37px;
    background: #36BC49;
    border: none;
}

.background-negocios {
    background: #8011FF;
    padding-top: 70px;
}

.container-restaurantes h2 {
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 116%; /* 74.24px */
    letter-spacing: 1.92px;
    margin-bottom: 50px;
}

.background-restaurantes {
    border-radius: 30px 30px 0 0;
    background: #46F5E0;
    height: 60px;
    display: flex;
    justify-content: center;
}

.background-restaurantes img {position: relative;top: -23px;}

.conteudo-restaurantes {
    border-radius: 30px;
    background: #FFF;
}

.navegacao-restaurantes p {
    color: var(--bs-primary);
    text-align: center;
    font-size: 26px;
    line-height: 119%;
    margin-top: 40px;
}

.btn-restaurantes .btn {
    padding: 20px 37px;
    justify-content: center;
    border-radius: 45.157px;
    background: #36BC49;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

.btn-restaurantes {
    display: flex;
    justify-content: center;
    text-decoration: none;
    margin-top: 40px;
}

.bg-roxo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background: #2D0061;
    z-index: 0;
}

.bg-cinza {
    position: absolute;
    top: 520px;
    left: 0;
    width: 100%;
    height: calc(100% - 520px);
    background: #F8F8F8;
    z-index: 0;
    background-image: url(../assets/images/footer-restaurantes.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 800px;
}

.secao-restaurantes > *:not(.bg-roxo):not(.bg-cinza) {
    position: relative;
    z-index: 1;
}

.img-restaurante {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.slide-restaurantes .slick-dots {
    bottom: -5px;
}

.slide-restaurantes .slick-dots li.slick-active button {
    background-color: #46F5E0;
}

.img-restaurante img {
    border-radius: 15px;
    max-width: calc(100% - 55px);
}

.navegacao-restaurantes {
    padding-bottom: 45px;
}

.slide-restaurantes .slick-prev {
    display: none !important;
}

.slide-restaurantes .slick-next {
    display: none !important;
}

.slide-restaurantes {
    margin-top: 40px;
}

.funcionalidades-lp4 {
    background: #8011FF;
}

.topo-funcionalidades p {
    color: #46F5E0;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 116%; /* 34.8px */
    letter-spacing: 0.9px;
    margin-bottom: 25px;
}

.topo-funcionalidades h2 {
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 116%;
    letter-spacing: 1.53px;
    margin-bottom: 65px;
}

.titulo-funcionalidades {
    color: #FFF;
    font-size: 32px;
    font-weight: 700 !important;
    line-height: 110%;
}

.funcionalidades-lp4 .functionalities-track {
    display: flex !important;
    justify-content: center;
}

.funcionalidades-lp4 .slider-fluid {
    padding-bottom: 0 !important;
}

.funcionalidades-lp4 .functionalities-track a {
    color: #ffffff;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 33px;
    border-radius: 43px;
    border: 2.039px solid var(--bs-primary);
    background: #36BC49;
    border: none;
}

.titulo-agilidade {
    color: #2D0061;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 107%;
    letter-spacing: -1.28px;
    margin-bottom: 30px;
}

.secao-agilidade {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #FFFFFF;
}

.subtitulo-agilidade {
    color: #313033;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 120px;
}

.container-agilidade {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.conteudo-agilidade.cards {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 40px;
    justify-content: center;
}

.card-agilidade {
    max-width: 48%;
    border-radius: 22px;
    border: 0.862px solid var(--bs-primary);
    background: #FFF;
    display: flex;
    padding: 25px 18px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.card-agilidade h2 {
    color: #3A3A3A;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%; /* 18.961px */
    margin-bottom: 12px;
}

.card-agilidade p {
    color: #3A3A3A;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%; /* 17.254px */
}

.page-lp4 #duvidas-frequentes {
    background: #F8F8F8;
}

.btn-agilidade .btn {
    width: 404px;
    padding: 21px 33px;
    border-radius: 43px;
    background: #36BC49;
    justify-content: center;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 58px;
}

.funcionalidades-lp4 .functionalities-track a:hover {
    background-color: #0bcab3;
    border-color: #0bcab3;
    color: var(--bs-link-hover-color);
}

.btn-solucoes .btn:hover {
    background-color: #0bcab3;
    border-color: #0bcab3;
}

.btn-agilidade .btn:hover {
    background-color: #0bcab3;
    border-color: #0bcab3;
    color: var(--bs-btn-hover-color);
}

.btn-restaurantes .btn:hover {
    background-color: #0bcab3;
    border-color: #0bcab3;
    color: var(--bs-btn-hover-color);
}

.btn-atendimento .btn:hover {
    background-color: #0bcab3;
    border-color: #0bcab3;
    color: var(--bs-link-hover-color);
}

.funcionalidades-lp4 .functionalities-track a:hover {
    color: #fff;
}

.btn-negocios {
    border: none;
}

.btn-negocios .btn:hover {
    background-color: #0bcab3;
    border-color: #0bcab3;
    color: var(--bs-link-hover-color);
}

#functionalities-prev svg path:hover {
    stroke: #b7d0e1;
}

#functionalities-next svg path:hover {
    stroke: #b7d0e1;
}

.secao-negocios-conteudo.titulo {
    display: none;
}

@media (min-width: 992px) {
    .secao-atendimento {
        background: url('../assets/images/bg-atendimento-inteligente.png') no-repeat top;
        background-position-y: -82px;
        padding-top: 160px;
        /* background-color: var(--color-brand);*/
        padding-bottom: 80px;
    }

    .bg-atendimento {
        background: #8011FF;
        padding-bottom: 58px;
    }

    .lp4-left {
        padding-top: 75px;
    }
}

.footer-solicitar-demonstracao, .footer-parceiros, .footer-links-site {
    display: block !important;
}


@media(min-width: 1800px) {
    .secao-atendimento {
        background-position-y: -69px !important;
        padding-top: 180px !important;
    }
}

.page-lp4 .accordion {
    --bs-accordion-bg: #f8f8f8 !important;
}

.accordion-flush .accordion-item:last-child {
    display: none;
}

.faq-track .btn-outline-secondary {
    display: none;
}

/* Ocultando box do vídeo */
.img-restaurante {
    display: none;
}

.navegacao-restaurantes p {
    display: none;
}

.bg-cinza {
    display: none;
}

.btn-restaurantes {
    display: none;
}

.secao-restaurantes {
    padding-bottom: 150px;
    background: #2D0061;
    position: relative;
    padding-top: 70px;
}

.tarja-destaque {
    background-color: #00C853;
    max-width: fit-content;
    padding: 12px 20px;
    margin-top: 20px !important;
}

.tarja-destaque .text-destaque {
    font-size: 18px;
}

.tarja-destaque i.fa-solid.fa-rocket {
    margin-right: 10px;
}

.lp4-detalhes-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.lp4-banner-card img {
    height: 75px;
}

.topo-card-solucoes img {
    height: 65px;
}

.form-recaptcha-lp4 {
    margin-top: 25px !important;
}

.funcionalidades-oferta .functionality .functionality-content h3 {
  color: #8011FF;
}
