#banner .esq {
    width: 51%;
    position: relative;
}

#banner .dir {
    width: 49.11458vw;
    height: 37.86458vw;
    background-image: url(../../tecnologia/lp/universo/banner-lp-universo-totvs.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;

    right: 0;
    bottom: 4vw;
}

#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 bottom;
    padding: 12.6vw 0 12.5vw;
    position: relative;
    overflow: hidden;
}

#banner .titulo {
    color: var(--roxo);
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 3.3vw;
}

#banner .titulo span {
    color: var(--branco);
    background-color: #26276C;
    display: block;
    width: fit-content;
    padding: 0 10px;
}

#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: 309px;
    text-align: center;
}

#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: absolute;
    z-index: 1;
    bottom: 18vw;
    right: 5vw;
    width: 30.5vw;
}

#banner .destaque {
    color: #26276C;
    font-size: 0.9375vw;
    line-height: 1.4583vw;
    letter-spacing: 0.01em;
    font-weight: 700;
    margin-top: 1vw;
}

#banner .titulo-cont {
    color: var(--branco);
    font-size: 1.822916vw;
    text-align: center;
    margin-bottom: 1vw;
}

#banner .value {
    color: var(--branco);
    font-size: 2.60416vw;
    text-align: center;
}

#banner .name {
    color: #08A8F7;
    font-size: 1.822916vw;
    text-align: center;
}

#banner .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#banner .countdown {
    display: flex;
    align-items: center;
    flex-direction: row;
}

#sistema {
    position: relative;
    padding: 5vw 0;
    background: #FAFBFF;
}

#sistema::before {
    content: ' ';
    display: block;
    height: calc(100% - 10vw);
    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: 5vw;
    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;
}

#clientes {
    background-color: #fafbff;
    position: relative;
    padding: 60px 0;
}

#clientes .container {
    margin: 0 auto 60px;
    position: relative;
}

#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;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0px #00000040;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
    padding: 5px 15px;
    box-sizing: border-box;
}

#clientes .swiper .swiper-slide img {
    display: block;
    transition: var(--transicao);
    max-width: 159px;
}

#clientes .swiper {
    width: 100%;
    padding: 20px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#clientes .shadow {
    position: absolute;
    left: 0;
    width: 45%;
    top: 0;
    height: 100%;
    background: #FAFBFF;
    background: linear-gradient(90deg, rgba(250, 251, 255, 1) 0%, rgba(140, 18, 18, 0) 100%);
    z-index: 2;
}

#clientes .shadow2 {
    position: absolute;
    right: 0;
    width: 45%;
    top: 0;
    height: 100%;
    background: #FAFBFF;
    background: linear-gradient(270deg, rgba(250, 251, 255, 1) 0%, rgba(140, 18, 18, 0) 100%);
    z-index: 2;
}

#clientes .titulo {
    font-weight: 300;
    font-size: 1.875vw;
    line-height: 2.5vw;
    text-align: center;
    margin-bottom: 15px;
}

#clientes .titulo span {
    font-weight: 700;
}

#clientes .antes {
    width: 4.427vw;
    height: 5.156vw;
    position: absolute;
    top: -2vw;
    left: 4vw;
}

#clientes .depois {
    width: 4.427vw;
    height: 5.156vw;
    position: absolute;
    top: 0;
    right: 4vw;
}

#sistema {
    position: relative;
    padding: 5vw 0;
    background: #FAFBFF;
    /* background: linear-gradient(0deg, rgba(250, 251, 255, 1) 0%, rgba(255, 255, 255, 1) 100%); */
}

#sistema::before {
    content: ' ';
    display: block;
    height: calc(100% - 10vw);
    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: 5vw;
    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;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    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%;
    background-color: var(--branco);
    padding: 3.125vw 2.93vw;
    position: relative;
}

#sistema .esq::before {
    content: ' ';
    display: block;
    width: 100%;
    height: calc(100% + 5vw);
    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: -1.291vw;
    right: 2.291vw;
}


#sistema .titulo {
    font-weight: 800;
    font-size: 1.6666vw;
    line-height: 2.083333vw;
    margin-top: 20px;
}

#sistema .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.3541vw;
    color: #171C24;
    margin-bottom: 30px;
}

#sistema .btn-contato {
        color: var(--branco);
    font-size: 0.7291vw;
    background-color: var(--roxo);
    border-radius: 10px;
    display: block;
    padding: 0.59895vw 1.1458vw;
    font-weight: 700;
    overflow: hidden;
    width: max-content;
    max-width: 100%;
    position: relative;
    transition: var(--transicao);
    text-align: center;
}

#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);
}

#protheus {
    padding-bottom: 188px;
    background-color: #fafbff;
}

#protheus .area-titulo .titulo {
    font-size: 1.875vw;
    line-height: 2.5vw;
    font-weight: 300;
    text-align: center;
    width: max-content;
    margin: 0 auto 28px;
    position: relative;
}

#protheus .area-titulo .titulo .antes {
    width: 4.427vw;
    height: 5.156vw;
    position: absolute;
    top: -2vw;
    left: -28%;
}

#protheus .area-titulo .titulo .depois {
    width: 4.427vw;
    height: 5.156vw;
    position: absolute;
    top: 0;
    right: -28%;

}

#protheus .area-titulo .titulo b {
    color: #8303FF;
    font-weight: 700;
}

#protheus .area-titulo .texto {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    width: 717px;
    max-width: 100%;
    margin: 0 auto 45px;
}

#protheus .area-tabela {
    position: relative;
    margin-bottom: 45px;
}

#protheus .area-tabela::before {
    content: url(../../tecnologia/triangulos.png);
    transform: rotate(90deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: -5vw;
}

#protheus table {
    position: relative;
    box-shadow: 0px 5px 10px 0px #00000040;
    border-radius: 10px;
    overflow: hidden;
}

#protheus table th {
    background: #EDEFF7;
}

#protheus table tr td,
#protheus table td {
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 30px 20px;
}

#protheus table tr td,
#protheus table td svg {
    margin-right: 8px;
}

#protheus table tr:nth-child(even) td {
    background: #EDEFF7;
}

#protheus table th {
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    color: #8303FF;
    padding: 30px 20px;
}

#protheus table::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #fff;
    z-index: 1;
    pointer-events: none;
}

#protheus .texto-pos-tabela {
    width: 717px;
    max-width: 90%;
    margin: 0 auto 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #171C24;
}

#protheus .texto-roxo {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #8303FF;
}

#timeline {
    background-color: #fafbff;
    padding-bottom: 155px;
}

#timeline .container-tl .topo {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: 1366px;
    max-width: 90%;
    margin: 0 auto 92px;
}

#timeline .container-tl .topo .titulo {
    font-size: 1.979vw;
    line-height: 2.083vw;
    font-weight: 300;
    margin-bottom: 28px;
}

#timeline .container-tl .topo .titulo b {
    color: #8303FF;
    font-weight: 700;
    display: block;
}

#timeline .container-tl .topo .texto {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #171C24;
    width: 615px;
    max-width: 100%;
}

#timeline .meio {
    position: relative;
    display: flex;
    margin-bottom: 82px;
}

#timeline .meio .linha {
    width: 100%;
    height: 13px;
    display: block;
    background: linear-gradient(90deg, #FAFBFF 0%, #26276C 20.25%, #26276C 80%, #FAFBFF 100%);
    position: absolute;
    top: 72px;
}

#timeline .meio .data {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #8303FF;
    margin-bottom: 15px;
}

#timeline .meio .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#timeline .meio .item.cronograma {
    align-items: flex-start;
}

#timeline .meio .item.cronograma p {
    font-weight: 400;
    font-size: 24px;
    color: #1E1E24;
}

#timeline .meio .item.cronograma p:first-child {
    margin-bottom: 79px;
}

#timeline .meio .item .traco {
    height: 24px;
    width: 5px;
    background-color: #26276C;
    display: block;
    margin-bottom: 43px;
}

#timeline .meio .container-itens {
    display: flex;
    justify-content: space-between;
    column-gap: 6%;
}


#timeline .meio .item ul li {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #1E1E24;
}

#timeline .meio .item ul li::before {
    content: '•';
    margin-right: 7px;
}

#timeline .btn-contato {
    color: var(--branco);
    font-size: 0.7291vw;
    background-color: var(--roxo);
    border-radius: 10px;
    display: block;
    padding: 0.59895vw 1.1458vw;
    font-weight: 700;
    overflow: hidden;
    width: max-content;
    position: relative;
    transition: var(--transicao);
    text-align: center;
    margin: 0 auto;
}

#timeline .btn-contato svg {
    filter: brightness(10);
}


#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 25px;
}

#solucoes .destaque {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #8303FF;
}

#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.458vw;
    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: 25px;
    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: 0;
}

#solucoes .depois {
    width: 4.427vw;
    height: 5.156vw;
    position: absolute;
    top: 0;
    right: 0vw;
}

#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;
}

#form .meio {
    display: flex;
    gap: 10px;
}
#form .dir .box-input {
    width: 100%;
}

#form .dir .box-input label {
    max-width: 95%;
}

@media screen and (max-width: 1600px) {
    #sistema::before {
        width: 90.5%;
    }
}

@media screen and (max-width: 1440px) {

    #solucoes .destaque,
    #banner .texto,
    #banner .destaque,
    #sistema .destaque {
        font-size: 16px;
        line-height: 24px;
    }

    #banner .btn-contato,
    #timeline .btn-contato,
    #sistema .btn-contato {
        font-size: 13px;
        padding: 10px 15px;
    }

    #solucoes .texto,
    #sistema .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #sistema .container::after,
    #sistema .container::before,
    #solucoes .blocos::after {
        right: -4%;
    }

    #sistema .tit,
    #sistema .info2 {
        font-size: 15px;
        line-height: 23px;
    }

    #sistema .info {
        font-size: 18px;
        line-height: 26px;
    }

    #sistema::before {
        width: 95%;
    }

}

@media screen and (max-width: 1024px) {
    #banner {
        padding: 150px 0 0;
    }

    #banner .esq {
        width: 100%;
        padding: 0 5%;
    }

    #banner .container {
        flex-direction: column;
        gap: 60px;
        width: 100%;
    }

    #banner .dir {
        width: 100%;
        height: 75vw;
        position: relative;
        right: auto;
        bottom: auto;
    }

    #banner .logo-banner {
        width: 33.03125vw;
        height: 8.21875vw;
        right: 7vw;
        bottom: 26.3vw;
    }

    #banner .titulo {
        font-size: 33px;
        line-height: 42px;
    }

    #banner .texto,
    #banner .destaque {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0;
    }

    #banner .conteudo {
        bottom: 36vw;
        right: 9%;
        width: 64%;
    }

    #banner .titulo-cont,
    #banner .value {
        font-size: 3.9vw;
    }

    #banner .name {
        font-size: 3vw;
    }

    #solucoes .titulo,
    #sistema .titulo,
    #protheus .area-titulo .titulo,
    #timeline .container-tl .topo .titulo {
        font-size: 28px;
        line-height: 36px;
    }

    #protheus .area-titulo .titulo {
        width: auto;
    }

    #protheus {
        padding-bottom: 100px;
    }

    #solucoes .texto,
    #sistema .texto {
        font-size: 16px;
        line-height: 24px;
    }

    #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 .dir {
        padding: 80px 0 10px;
    }

    #sistema {
        padding: 0px 0 80px;
    }

    #sistema::before {
        top: 0;
        height: calc(100% - 5vw);
    }

    #solucoes .blocos::after {
        right: -6%;
    }

    #timeline {
    padding-bottom: 30px;
    }


    #solucoes .antes,
    #solucoes .depois {
        display: none;
    }

    #protheus .antes,
    #protheus .depois {
        display: none;
    }

    #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: 39.697vw;
    }

    #solucoes::before {
        content: none;
    }


    #protheus .area-tabela {
        overflow: auto;
    }

    #protheus .area-tabela table {
        width: 922px;
    }

    #protheus .area-tabela::before {
        display: none;
    }

    #timeline .container-tl .topo {
        flex-direction: column;
        margin: 0 auto 60px;
    }

    #timeline .meio .item.cronograma {
        display: none;
    }

    #timeline .meio .container-itens {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 60px;
    }

    #timeline .meio .linha {
        width: 13px;
        height: 100%;
        background: linear-gradient(180deg, #FAFBFF 0%, #26276C 20.25%, #26276C 80%, #FAFBFF 100%);
        top: 0;
    }

    #timeline .meio .data {
        margin-bottom: 0;
    }

    #timeline .meio .item {
        flex-direction: column;
        align-items: flex-start;
    }

    #timeline .meio .item ul li {
        text-align: left;
    }

    #timeline .meio .item .traco {
        display: none;
    }

    #clientes .titulo {
        font-size: 28px;
        line-height: 36px;
    }

    #clientes .antes,
    #clientes .depois {
        display: none;
    }

    #clientes .swiper .swiper-slide img {
        max-width: 100px;
    }

    #form .meio {
        gap: 0;
        flex-direction: column;
    }

}

@media screen and (max-width: 600px) {
    #banner .blocos {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    #banner .titulo-cont {
        margin-bottom: 2vw;
    }

    #banner .titulo-cont,
    #banner .value {
        font-size: 4.7vw;
    }

    #banner .name {
        font-size: 3.8vw;
    }

    #banner .conteudo {
        bottom: 34vw;
    }

    #banner .texto,
    #banner .destaque {
        font-size: 16px;
        line-height: 24px;
    }

    #solucoes .texto,
    #sistema .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #solucoes .titulo,
    #sistema .titulo {
        font-size: 26px;
        line-height: 34px;
    }

    #sistema {
        padding: 0px 0 80px;
    }

    #sistema .esq::after {
        bottom: -10px;
        right: 30px;
    }

    #sistema .box {
        width: 100%;
    }

    #solucoes .blocos::after,
    #sistema .container::after,
    #sistema .container::before {
        right: -7%;
        scale: 0.8;
    }

    #sistema::before {
        box-shadow: 0px -2px 10px 10px #0000001A;
    }

    #sistema .dir {
        padding: 100px 0 10px;
    }

    #solucoes .box {
        padding: 30px 20px;
        width: 100%;
        min-height: 42.697vw;
    }

    #solucoes .titulo span {
        display: inline;
    }

    #solucoes .ico {
        top: 12px;
        right: 12px;
    }

    #clientes .titulo {
        font-size: 26px;
        line-height: 34px;
    }

    #clientes .titulo span {
        display: inline;
    }

}

#popup-fixo {
    display: none!important;
}