#faq {
    padding: 5vw 0;
    background-color: #fafbff;
}

#faq .titulo {
    font-weight: 700;
    font-size: 1.875vw;
    line-height: 2.5vw;
    letter-spacing: 0.04em;
}

#faq .titulo b {
    color: var(--roxo);
}

#faq .organiza_faq {
    margin-top: 20px;
}

#faq .faq-pergunta {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0px;
    color: #1E1E24;
    border-top: 1px solid #9e9e9e49;
    cursor: pointer;
}

#faq .faq-item:first-child .faq-pergunta {
    border-top: none;
}

#faq .faq-pergunta.faq_active {
    color: #26276C;
    font-weight: 700;
}

#faq .faq-item {
    margin: 0;
}

#faq .faq-pergunta::after {
    content: url(../../tecnologia/gestao/seta-faq.png);
    width: 12px;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

#faq .faq_active.faq-pergunta::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

#faq .faq-resposta {
    color: var(--preto);
    margin: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 0px;
    padding: 0px !important;
}

#faq .faq-resposta .texto-resposta {
    padding: 0px 0px 30px;
    font-size: 16px;
    line-height: 26px;
    width: 93%;
    color: #1E1E24;
}

#faq .display_faq {
    max-height: 1000px;
}

#oque {
    padding: 4vw 0;
    position: relative;
    background-color: #fafbff;
}

#oque .titulo {
    font-weight: 700;
    color: var(--roxo);
    font-size: 1.875vw;
    line-height: 2.5vw;
}

#oque .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    margin: 40px auto 0;
}

#oque .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#oque .esq {
    width: 48%;
}

#oque .dir {
    width: 47%;
    background-color: #fff;
    padding: 2.08333vw;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#solucoes {
    padding: 2vw 0 4vw;
    position: relative;
    background-color: #fafbff;
}

#solucoes .titulo {
    font-weight: 300;
    font-size: 1.875vw;
    line-height: 2.5vw;
    text-align: center;
}

#solucoes .titulo span {
    font-weight: 700;
    color: var(--roxo);
}

#solucoes .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    text-align: center;
    max-width: 798px;
    margin: 40px auto 0;
}

#solucoes .ico {
    width: 45px;
    height: 45px;
    background-color: var(--roxo);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#solucoes .tit {
    font-size: 1.25833vw;
    line-height: 1.875vw;
    color: var(--roxo);
    margin-bottom: 15px;
    text-align: center;
}

#solucoes .info {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

#solucoes .blocos {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    row-gap: 50px;
    margin-top: 40px;
    position: relative;
}

#solucoes .blocos::after {
    content: url(../../tecnologia/triangulos.png);
    transform: rotate(90deg);
    position: absolute;
    top: 55%;
    right: -5vw;
}

#solucoes::before {
    content: ' ';
    display: block;
    width: 17.2395vw;
    height: 22.4479vw;
    background-image: url(../../tecnologia/home/solucoes-detalhe.webp);
    background-size: cover;
    position: absolute;
    top: 22vw;
    left: 0;
}

#solucoes .container {
    position: relative;
}

#solucoes .antes {
    width: 4.427vw;
    height: 5.156vw;
    position: absolute;
    top: -1vw;
    left: 10vw;
}

#solucoes .depois {
    width: 4.427vw;
    height: 5.156vw;
    position: absolute;
    top: 0;
    right: 10vw;
}

#solucoes .box {
    background-color: #eceff6;
    border: 1px solid #D7D7D7;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 2.3333vw 2.885vw;
    width: calc(33.333% - 16.6666px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    min-height: 15.989vw;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
}

#solucoes .box:hover {
    box-shadow: 0px 5px 10px 0px #00000040;
}

#cases {
    padding: 5vw 0;
    position: relative;
    background-color: #fafbff;
    overflow-x: hidden;
    background-image: url(../../tecnologia/home/cases-bg.webp);
    background-repeat: no-repeat;
    background-position: right center;
}

#cases::before {
    content: 'cases';
    position: absolute;
    left: 1.8%;
    top: -4vw;
    font-size: 14.0625vw;
    line-height: 14.0625vw;
    opacity: 5%;
    font-weight: 700;
}

#cases .container {
    position: relative;
}

#cases .container::after {
    content: url(../../tecnologia/triangulos.png);
    transform: rotate(90deg);
    position: absolute;
    top: 57%;
    left: -5vw;
}

#cases .titulo {
    font-size: 2.246vw;
    line-height: 2.99479vw;
    font-weight: 700;
    max-width: 900px;
    margin-bottom: 30px;
}

#cases .titulo span {
    color: var(--roxo);
}

#cases .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    color: var(--preto);
}

#cases .titulo-case {
    color: var(--roxo);
    font-weight: 700;
    font-size: 1.4583vw;
    line-height: 1.875vw;
}

#cases .box_case {
    display: block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    box-shadow: 0px 10px 10px 0px #00000033;
    overflow: hidden;
}

#cases .logo {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 512px;
    background-size: cover;
    background-color: black;
    background-blend-mode: luminosity;
    position: relative;
}

#cases .logo .filter {
    width: 100%;
    height: 100%;
    background: #00000080;
    position: absolute;
    top: 0;
    left: 0;
}

#cases .text {
    width: 50%;
    background-color: #EDEFF7;
    padding: 3.125vw 4.5833vw 3.125vw 3.125vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

#cases .content {
    display: flex;
    align-items: stretch;
}

#cases .content .texto {
    margin: 40px 0;
}

#cases .btn {
    color: var(--branco);
    font-size: 0.7291vw;
    background-color: var(--chumbo);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    padding: 0.59895vw 1.1458vw;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
}

#cases .btn.animacao-btn::before,
#cases .btn.animacao-btn::after {
    background: var(--roxo);
}

#cases .btn.animacao-btn span {
    justify-content: space-between;
}

#cases .btn.animacao-btn span br {
    display: none;
}

#cases .logo_case {
    max-width: 250px;
    position: relative;
    z-index: 1;
}

#cases .navigation {
    position: relative;
    width: 86px;
    height: 30px;
    margin-right: -18px;
}

#cases .cases_container {
    padding: 60px 18.5vw 40px 0;
    overflow: visible;
}

#setores {
    padding: 7vw 0 4vw;
    position: relative;
    background-color: #fafbff;
    overflow-x: hidden;
}

#setores .titulo {
    font-weight: 300;
    font-size: 1.666vw;
    line-height: 2.0833vw;
}

#setores .titulo .block {
    color: var(--roxo);
    font-weight: 700;
}

#setores .ico {
    width: 30px;
    height: 30px;
    object-fit: contain;
    opacity: 0.2;
}

#setores .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    color: var(--preto);
}

#setores .texto span {
    color: var(--roxo);
}

#setores .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#setores .esq,
#setores .dir {
    width: 45%;
}

#setores .box {
    background-color: rgb(236, 239, 246);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3vw;
    min-height: auto;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(215, 215, 215);
    border-image: initial;
    border-radius: 15px;
    padding: 2.3333vw 1.5489vw;
    transition: var(--transicao);
}

.page-id-156 .swiper-wrapper {
    justify-content: center;
}

#setores .box p:empty {
    display: none;
}

#setores .box:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px 0px;
}

#setores .tit {
    font-size: 1.04833vw;
    line-height: 1.675vw;
    color: var(--roxo);
    margin-bottom: 15px;
}

#setores ul li {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#setores ul li:last-child {
    margin-bottom: 0;
}

#setores ul {
    list-style: none;
    padding-left: 0px;
}

#setores .swiper {
    margin-top: 40px;
    overflow: visible;
}

#setores .navigation {
    position: relative;
    width: 86px;
    height: 30px;
    margin-left: -18px;
    margin-top: 30px;
}

#sistema {
    position: relative;
    padding: 5vw 0 1vw;
    background: #FAFBFF;
}

#sistema::before {
    content: ' ';
    display: block;
    height: calc(100% - 6vw);
    width: 86.5%;
    background-color: #1E1E24;
    border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0 30px 30px 0;
    -moz-border-radius: 0 30px 30px 0;
    -ms-border-radius: 0 30px 30px 0;
    -o-border-radius: 0 30px 30px 0;
    position: absolute;
    top: 2vw;
    left: 0;
    box-shadow: 0px 10px 10px 10px #0000001A;
    background-image: url(../../tecnologia/home/sistemas-bg.webp);
    background-repeat: no-repeat;
    background-position: left bottom;
}

#sistema .container {
    position: relative;
    z-index: 1;
    padding: 0 4.7916vw;
}

#sistema .container::after {
    content: url(../../tecnologia/triangulos.png);
    transform: rotate(90deg);
    position: absolute;
    top: 9px;
    right: -5vw;
}

#sistema .container::before {
    content: url(../../tecnologia/triangulos.png);
    transform: rotate(90deg);
    position: absolute;
    bottom: 9px;
    right: -5vw;
}

#sistema .esq {
    width: 39.2%;
    padding: 3.125vw 3.825vw 3.125vw 3.125vw;
    position: relative;
}

#sistema .esq::before {
    content: ' ';
    display: block;
    width: 100%;
    height: calc(100% - 2.77vw);
    position: absolute;
    top: -1.5vw;
    left: 0;
    background-color: var(--branco);
    z-index: -1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0px -5px 10px 0px #00000026;
}

#sistema .esq::after {
    content: url(../../tecnologia/triangulos.png);
    position: absolute;
    bottom: 6.27vw;
    right: 2.291vw;
}


#sistema .titulo {
    font-weight: 800;
    font-size: 1.6666vw;
    line-height: 2.083333vw;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}

#sistema .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    color: #fff;
    margin: 20px auto 0;
    text-align: center;
    max-width: 633px;
}

#sistema .dir {
    width: 54%;
    color: var(--branco);
    padding: 4.27vw 0;
}

#sistema .tit {
    font-weight: 700;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    margin: 6px 0;
}

#sistema .info {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #B5B5B5;
}

#sistema .blocos {
    display: flex;
    flex-wrap: wrap;
    gap: 3.125vw;
    row-gap: 2.5vw;
}

#sistema .box {
    width: calc(50% - 1.5625vw);
}

#sistema .box .ico {
    width: 45px;
    height: 45px;
    background-color: var(--roxo);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sistema .tit1 {
    font-size: 1.145833vw;
    line-height: 1.666vw;
    text-align: center;
}

#sistema .tit1 span {
    font-weight: 700;
    color: var(--roxo);
}

#sistema ul {
    margin-top: 35px;
}

#sistema ul li {
    font-size: 0.833vw;
    line-height: 1.3541vw;
    margin-bottom: 1vw;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

#sistema ul li::before {
    content: url(../../tecnologia/seta-ul.png);
}

#sistema .content:last-child ul li::before {
    content: none;
}

#sistema .conteudo {
    margin-top: 60px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

#sistema .content {
    background-color: #fff;
    width: calc(50% - 15px);
    border-radius: 15px;
    padding: 2.3437vw 3.072vw;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0px 5px 10px 0px #00000026;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#sistema .content .logo {
    display: block;
    margin: 0 auto 20px;
    max-height: 40px;
}

#sistema .btn-contato {
    color: var(--branco);
    font-size: 0.7291vw;
    background-color: var(--roxo);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    padding: 0.59895vw 1.1458vw;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
    max-width: 294px;
}

#sistema .btn-contato br {
    display: none;
}

#clientes {
    background-color: #fff;
    position: relative;
    padding: 30px 0;
}

#clientes .container {
    display: flex;
    margin: 0 auto;
}

#clientes .esq {
    position: relative;
    z-index: 2;
    width: 28%;
}

#clientes .esq .titulo {
    font-weight: 300;
    font-size: 1.0416vw;
    line-height: 1.6145vw;
}

#clientes .esq .titulo b {
    font-weight: 700;
}

#clientes .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    align-items: center;
}

#clientes .swiper .swiper-slide {
    width: auto;
    align-content: center;
}

#clientes .swiper .swiper-slide img {
    display: block;
    filter: grayscale(1);
    transition: var(--transicao);
    max-width: 180px;
}

#clientes .swiper .swiper-slide:hover img {
    filter: grayscale(0);
}

#clientes .swiper {
    width: 65%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#clientes .shadow {
    position: absolute;
    left: 0;
    width: 147px;
    top: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}


#banner .box {
    color: var(--branco);
    width: calc(33.33% - 1.5625vw);
}

#banner .box .num {
    font-weight: 800;
    font-size: 1.875vw;
    border-bottom: 0.94px solid #CDCDCD;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
}

#banner .box .num .mais {
    color: #08A8F7;
    font-size: 1.354vw;
}

#banner .box .num .apoio {
    font-size: 1.25vw;
}

#banner .box .info {
    text-align: center;
    font-size: 13px;
}

#banner .blocos {
    display: flex;
    gap: 3.125vw;
    row-gap: 1.5vw;
    align-items: center;
}

#banner .esq {
    width: 51%;
    position: relative;
}

#banner .dir {
    width: 47.29vw;
    height: 29.0625vw;
    background-image: url(../../tecnologia/gestao/mistral-banner-protheus.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

#banner .logo-banner {
    width: 17.03125vw;
    height: 4.21875vw;
    position: absolute;
    object-fit: contain;
    object-position: left;
    right: 2vw;
    bottom: 12.3vw;
}

#banner .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#banner {
    background-color: #fafbff;
    background-image: url(../../tecnologia/home/banner-bg.webp);
    background-repeat: no-repeat;
    background-size: 22.968vw;
    background-position: left 12vw;
    padding: 9.85vw 0 4.5vw;
    position: relative;
    overflow: hidden;
}

#banner .titulo {
    color: var(--roxo);
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 2.9166vw;
}

#banner .texto {
    color: #26276C;
    font-size: 0.9375vw;
    line-height: 1.4583vw;
    letter-spacing: 0.01em;
    max-width: 586px;
    margin: 1.8vw 0;
}

#banner .btn-contato {
    color: var(--branco);
    font-size: 0.7291vw;
    background-color: var(--roxo);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: block;
    padding: 0.59895vw 1.1458vw;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
    max-width: 294px;
}

#banner .btn-contato svg {
    filter: brightness(10);
}

#banner .pag {
    color: #26276C;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    border: 1px solid var(--roxo);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 20px;
}

#banner .conteudo {
    position: relative;
    z-index: 1;
}

#banner .destaque {
    color: var(--branco);
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    max-width: 370px;
    margin: 0 auto 20px;
}

#banner br,
#banner p:empty {
    display: none !important;
}

#problemas {
    position: relative;
    padding: 5vw 0;
    background: #FAFBFF;
}

#problemas::before {
    content: ' ';
    display: block;
    width: 17.2395vw;
    height: 22.4479vw;
    background-image: url(../../tecnologia/home/solucoes-detalhe.webp);
    background-size: cover;
    position: absolute;
    bottom: 3vw;
    right: 0;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

#problemas .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

#problemas .container::after {
    content: url(../../tecnologia/triangulos.png);
    transform: rotate(90deg);
    position: absolute;
    top: 1%;
    left: -5vw;
}

#problemas .esq {
    width: 50%;
    position: sticky;
    top: 80px;
}

#problemas .esq img {
    margin-left: -3.7vw;
}

#problemas .dir {
    width: 49%;
}

#problemas .titulo {
    color: var(--roxo);
    font-weight: 700;
    font-size: 1.875vw;
    line-height: 2.2916vw;
    margin-bottom: 20px;
    max-width: 521px;
}

#problemas .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    margin-bottom: 15px;
    max-width: 594px;
}

#problemas .destaque {
    font-weight: 700;
    color: #26276C;
    font-size: 0.9375vw;
    line-height: 1.4583vw;
    margin-bottom: 45px;
}

#problemas .etapa {
    border: 1px solid #D7D7D7;
    background-color: #EDEFF7;
    position: relative;
    padding: 1.45vw 2.604vw 1.45vw 2.93125vw;
    margin-top: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#problemas .etapa .titulo-etapa {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--roxo);
}

#problemas .etapa .info {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#problemas .etapa .numero {
    font-size: 7.8125vw;
    font-weight: 600;
    line-height: 5.066vw;
    opacity: 0.45;
    position: absolute;
    top: 0.6vw;
    left: 1vw;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #1E1E24;
    opacity: 0.1;
}

@media screen and (max-width: 1600px) {
    #sistema::before {
        width: 90.5%;
    }

    #sistema .content {
        padding: 2.3437vw 2.5vw;
    }
}

@media screen and (max-width: 1440px) {

    #banner .texto,
    #problemas .destaque {
        font-size: 16px;
        line-height: 24px;
    }

    #problemas .texto,
    #setores .texto,
    #sistema .texto,
    #solucoes .texto,
    #cases .texto,
    #sistema .texto,
    #sistema ul li,
    #oque .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #sistema .container::after,
    #sistema .container::before,
    #solucoes .blocos::after {
        right: -4%;
    }

    #banner .btn-contato,
    #cases .btn,
    #sistema .btn-contato {
        font-size: 13px;
        padding: 10px 15px;
    }

    #cases .cases_container {
        padding: 60px 26.5vw 40px 0;
    }

    #sistema .tit {
        font-size: 15px;
        line-height: 23px;
    }

    #sistema::before {
        width: 95%;
    }

    #clientes .esq .titulo {
        font-size: 17px;
        line-height: 24px;
    }

    #problemas .esq {
        width: 48%
    }

    #problemas .esq img {
        margin-left: -2.7vw;
    }

    #problemas .etapa .numero {
        font-size: 8.8125vw;
        top: 1.5vw;
    }

    #sistema .tit1 {
        font-size: 20px;
        line-height: 28px;
    }

    #setores .tit {
        font-size: 1.24833vw;
    }
}

@media screen and (max-width: 1366px) {
    #cases .logo {
        height: 470px;
    }
}

@media screen and (max-width: 1024px) {
    #clientes {
        padding: 50px 0 80px;
    }

    #clientes .swiper {
        width: 100%;
        position: unset;
    }

    #clientes .container {
        flex-direction: column;
        align-items: center;
        row-gap: 0;
        max-width: 100%;
    }

    #clientes .esq {
        width: 100%;
        padding-right: 0;
    }

    #clientes .esq .titulo {
        text-align: center;
        margin: 0 0 60px 0;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.03rem;
    }

    #clientes .shadow {
        display: none;
    }

    #problemas .titulo,
    #setores .titulo,
    #faq .titulo,
    #sistema .titulo,
    #solucoes .titulo,
    #cases .titulo,
    #oque .titulo {
        font-size: 28px;
        line-height: 36px;
    }

    #problemas .texto,
    #setores .texto,
    #sistema .texto,
    #sistema ul li,
    #solucoes .texto,
    #cases .texto,
    #oque .texto {
        font-size: 16px;
        line-height: 24px;
    }

    #solucoes .blocos::after {
        right: -6%;
    }

    #cases .container::after,
    #problemas .container::after {
        left: -5vw;
    }

    #solucoes .antes,
    #solucoes .depois {
        display: none;
    }

    #sistema {
        padding: 30px 0 80px;
    }

    #solucoes {
        padding: 50px 0 90px;
    }

    #solucoes .tit {
        font-size: 24px;
        line-height: 28px;
    }

    #solucoes .blocos {
        gap: 20px;
        row-gap: 50px;
    }

    #solucoes .box {
        padding: 40px 30px;
        width: calc(50% - 10px);
        min-height: auto;
    }

    #solucoes::before {
        content: none;
    }

    #cases .cases_container {
        padding: 50px 0;
    }

    #cases .titulo-case {
        font-size: 24px;
        line-height: 28px;
    }

    #cases .logo {
        height: 57vw;
    }

    #cases {
        padding: 100px 0;
    }

    #cases::before {
        top: 50px;
    }

    #sistema .container {
        padding: 0;
        flex-direction: column;
    }

    #sistema .esq {
        width: 95%;
        padding: 40px 30px;
    }

    #sistema .dir {
        width: 95%;
    }

    #sistema .esq::before {
        height: calc(100% + 50px);
        top: -20px;
    }

    #sistema {
        padding: 70px 0 80px;
    }

    #faq .titulo .block {
        display: inline;
    }

    #faq .faq-pergunta {
        font-size: 16px;
        gap: 10px;
    }

    #faq .faq-pergunta .texto-pergunta {
        flex: 1;
    }

    #faq .faq-resposta .texto-resposta {
        font-size: 14px;
        line-height: 22px;
    }

    #setores .tit {
        font-size: 24px;
        line-height: 32px;
    }

    #setores .top {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    #setores .esq,
    #setores .dir {
        width: 100%;
    }

    #setores {
        padding: 60px 0;
    }

    #setores .box {
        padding: 40px 30px;
        gap: 60px;
    }

    .page-id-156 .swiper-wrapper {
        justify-content: flex-start;
    }

    #setores .titulo .block {
        display: inline;
    }

    #banner {
        padding: 150px 0 0;
    }

    #banner .esq {
        width: 100%;
        padding: 0 5%;
    }

    #banner .container {
        flex-direction: column;
        gap: 60px;
        width: 100%;
    }

    #banner .dir {
        width: 129%;
        height: 85vw;
        position: relative;
        right: auto;
        bottom: auto;
        margin-left: -23%;
    }

    #banner .logo-banner {
        width: 35.03125vw;
        height: 9.1875vw;
        right: 6vw;
        bottom: 41.3vw;
    }

    #banner .titulo {
        font-size: 33px;
        line-height: 42px;
    }

    #banner .texto {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0;
    }

    #banner .box .num {
        font-size: 36px;
    }

    #banner .box .num .mais {
        font-size: 26px;
    }

    #banner .box .num .apoio {
        font-size: 24px;
    }

    #banner .blocos {
        gap: 20px;
        row-gap: 25px;
    }


    #problemas {
        padding: 60px 0;
    }

    #problemas .container {
        flex-direction: column;
        gap: 60px;
    }

    #problemas .esq {
        width: 100%;
        position: relative;
        top: auto;
    }

    #problemas .dir {
        width: 100%;
    }

    #problemas .etapa {
        padding: 30px 40px 30px 50px
    }

    #problemas .etapa .numero {
        font-size: 130px;
        line-height: 100px;
        top: 10px;
        left: 10px;
    }

    #problemas .esq img {
        margin: 0 auto !important;
    }

    #oque {
        padding: 60px 0;
    }

    #oque .esq,
    #oque .dir {
        width: 100%;
    }

    #oque .container {
        flex-direction: column;
        gap: 40px;
    }

    #sistema .conteudo {
        flex-direction: column;
        gap: 40px;
    }

    #sistema .content {
        width: 95%;
        padding: 30px;
    }

    #sistema .btn-contato {
        margin-top: 30px;
    }

    #sistema .top {
        width: 95%;
    }
}

@media screen and (max-width: 600px) {

    #setores .texto,
    #sistema .texto,
    #sistema ul li,
    #solucoes .texto,
    #cases .texto,
    #oque .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #solucoes .box {
        padding: 30px 20px;
        width: 100%;
    }

    #sistema {
        padding: 50px 0 80px;
    }

    #setores .titulo,
    #faq .titulo,
    #sistema .titulo,
    #solucoes .titulo,
    #cases .titulo,
    #oque .titulo {
        font-size: 26px;
        line-height: 34px;
    }

    #solucoes .titulo span {
        display: inline;
    }

    #solucoes .ico {
        top: 12px;
        right: 12px;
    }

    #cases .container::after,
    #problemas .container::after {
        left: -7vw;
        scale: 0.8;
    }

    #cases .content {
        flex-direction: column;
    }

    #cases .logo {
        height: 62vw;
        width: 100%;
    }

    #cases .text {
        width: 100%;
        padding: 40px 25px;
    }

    #cases .logo_case {
        max-height: 50vw;
        object-fit: contain;
    }

    #cases::before {
        top: 79px;
        font-size: 27.0625vw;
        line-height: 10.0625vw;
    }

    #sistema .esq::after {
        bottom: -10px;
        right: 30px;
    }

    #sistema .box {
        width: 100%;
    }

    #sistema .blocos {
        row-gap: 40px;
    }

    #sistema .container::after,
    #sistema .container::before,
    #solucoes .blocos::after,
    #depoimentos .container::after {
        right: -7%;
        scale: 0.8;
    }

    #sistema::before {
        box-shadow: 0px -2px 10px 10px #0000001A;
    }

    #sistema .dir {
        padding: 100px 0 10px;
    }

    #banner .blocos {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #banner .box {
        width: calc(50% - 5px);
    }

    #banner .destaque {
        font-size: 12px;
        line-height: 20px;
    }

    #banner .box .num {
        font-size: 32px;
    }

    #banner .box .info {
        font-size: 12px;
    }
}


@media screen and (max-width: 360px) {

    #clientes .esq .titulo {
        font-size: 20px;
        line-height: 28px;
    }
}