#servicos-indv br {
    display: none !important;
}

#servicos-indv .top {
    background-color: var(--preto);
    background-image: url(../../refeicao-transportada/geral/header-bg-servicos.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 233px 0 58px;
}

#servicos-indv h1.titulo {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--branco);
    text-align: center;
    width: 100%;
}

#servicos-indv .bg-servicos {
    background-image: url(../../refeicao-transportada/servicos/servico-individual-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#servicos-indv .container.bottom {
    padding: 0 0 85px;
}

#servicos-indv .conteud-flex {
    color: var(--preto);
    display: flex;
    align-items: flex-start;
    gap: 56px;
    margin: 130px 0 0;
}

#servicos-indv .conteud-flex.normal {
    flex-direction: row;
}

#servicos-indv .conteud-flex.reverse {
    flex-direction: row-reverse;
}

#servicos-indv .conteud-flex#bloco1 {
    margin: 60px 0 0;
}

#servicos-indv .titulo {
    font-size: 33px;
    font-weight: 700;
    line-height: 42.9px;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

#servicos-indv .texto {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-top: 15px;
}

#servicos-indv .texto:first-child {
    margin-top: 0;
}

#servicos-indv .texto b {
    font-weight: 700;
    color: var(--verde);
}

#servicos-indv .btn-verde {
    margin-top: 45px;
    max-width: 218px;
    justify-content: center;
}

#servicos-indv .conteud-flex .esq,
#servicos-indv .conteud-flex .dir {
    width: calc(50% - 28px);
}

#servicos-indv .conteud-flex.full .esq {
    width: 100%;
}

#servicos-indv .conteud-flex .dir img {
    display: block;
}

#servicos-indv .conteud-flex#bloco1 .esq,
#servicos-indv .conteud-flex.reverse .esq,
#servicos-indv .conteud-flex.reverse .dir,
#servicos-indv .conteud-flex.normal .esq {
    position: sticky;
    top: 110px;
}

#servicos-indv .conteud-flex.full .etapas {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#servicos-indv .conteud-flex.full .etapa {
    width: calc(50% - 10px);
}

#servicos-indv .conteud-flex .etapa {
    border-image: linear-gradient(99.95deg, #FFE8C6 0.31%, #FFFFFF 31.49%, #F39200 68.64%, #FFE8C6 99.69%) 1;
    border-width: 1px;
    border-style: solid;
    background-color: var(--branco);
    position: relative;
    padding: 1.45vw 2.604vw 1.45vw 5.53125vw;
    margin-top: 20px;
}

#servicos-indv .conteud-flex .etapa .titulo-etapa {
    font-size: 19px;
    font-weight: 700;
    line-height: 28.5px;
    letter-spacing: 0.01em;
    color: var(--laranja);
}

#servicos-indv .conteud-flex .etapa .numero {
    font-size: 6.666vw;
    font-weight: 600;
    line-height: 5.066vw;
    letter-spacing: 0.01em;
    color: var(--laranja);
    opacity: 0.45;
    position: absolute;
    top: 1.45vw;
    left: 1vw;
}

#servicos-indv .conteud-flex .etapa:first-of-type .numero {
    left: 1.6vw;
}

#servicos-indv .conteud-flex .etapa ul li::marker {
    color: var(--preto);
    font-weight: 400;
}

#servicos-indv .conteud-flex .etapa ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding-left: 0;
    font-size: 0.82vw;
    line-height: 1.358vw;
}

#servicos-indv .conteud-flex .blocos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.14vw;
    margin-top: 25px;
}

#servicos-indv .conteud-flex.full .blocos {
    justify-content: center;
}

#servicos-indv .conteud-flex .blocos .bloco {
    border-image: linear-gradient(99.95deg, #FFE8C6 0.31%, #FFFFFF 31.49%, #F39200 68.64%, #FFE8C6 99.69%) 1;
    border-width: 1px;
    border-style: solid;
    background-color: var(--branco);
    position: relative;
    padding: 1.3625vw;
    display: flex;
    align-items: center;
}

#servicos-indv .conteud-flex .blocos .bloco.metade {
    width: calc(50% - 0.57vw);
    flex-direction: column;
}

#servicos-indv .conteud-flex .blocos .bloco.inteiro {
    width: 100%;
    gap: 1vw;
    padding: 0.96vw 1.04vw;
}

#servicos-indv .conteud-flex .blocos .bloco.inteiro .icone-bloco {
    margin-bottom: 0
}

#servicos-indv .conteud-flex .blocos .bloco.inteiro .conteudo-bloco {
    flex: 1;
}

#servicos-indv .conteud-flex .blocos .bloco.inteiro .conteudo-bloco p {
    display: inline;
}

#servicos-indv .conteud-flex .blocos .bloco p {
    font-size: 0.983vw;
    font-weight: 500;
    line-height: 1.458vw;
    letter-spacing: 0.01em;
    text-align: center;
}

#servicos-indv .conteud-flex .blocos .bloco p b {
    font-weight: 700;
}

#servicos-indv .conteud-flex .blocos .bloco p i {
    font-style: italic;
    font-size: 13px;
    display: block;
}

#servicos-indv .conteud-flex .blocos .bloco .titulo-bloco {
    font-weight: 700;
    color: var(--laranja);
    text-align: center;
}

#servicos-indv .conteud-flex .blocos .bloco .icone-bloco {
    background-color: var(--verde);
    width: 50px;
    height: 50px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

#servicos-indv .conteud-cent {
    color: var(--preto);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#servicos-indv .conteud-cent#kpi {
    margin: 130px 0 0;
}

#servicos-indv .numeros {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    border: 1px solid #F39200;
    padding: 20px;
    background-color: var(--branco);
}

#servicos-indv .numeros .box {
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 3.427vw;
    text-align: center;
    min-width: 30%;
    max-width: 33.33%;
    border-right: 1px solid var(--preto);
}

#servicos-indv .numeros .box.box-texto {
    padding: 0 2vw;
}

#servicos-indv .numeros .box:last-child,
#servicos-indv .numeros .box:nth-child(3n) {
    border-right: none;
}

#servicos-indv .numeros .box p {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

#servicos-indv .numeros .box p:nth-child(2n) {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

#servicos-indv .numeros .box.box-texto p {
    display: inline;
    margin-right: 10px;
}

#servicos-indv .numeros .box p span {
    font-size: 53px;
    font-weight: 600;
    line-height: 53px;
    color: var(--laranja);
    position: absolute;
    top: 5px;
    left: -34px;
}

#servicos-indv .numeros .box p b {
    font-size: 48px;
    line-height: 63px;
    position: relative;
}

#form .titulo {
    font-size: 2.5vw;
    line-height: 3.0208vw;
}

#servicos-indv .depos {
    overflow-x: hidden;
}

#servicos-indv .depoimentos {
    padding: 20px 0 100px;
    display: flex;
    flex-direction: column;
}

#servicos-indv .depoimentos .topo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    margin-bottom: 4vw;
}

#servicos-indv .depoimentos .topo .esq {
    width: 50%;
}

#servicos-indv .depoimentos .topo .dir {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#servicos-indv .depoimentos .titulo {
    font-size: 1.5625vw;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 2.031vw;
    color: var(--preto);
}

#servicos-indv .depoimentos .titulo span {
    font-weight: 700;
}

#servicos-indv .depoimentos .texto {
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--preto);
}

#servicos-indv .depoimentos .texto b {
    font-weight: 600;
}

#servicos-indv .depoimentos .baixo .box {
    position: relative;
    height: auto;
    background-color: var(--branco);
    border: 1px solid var(--laranja);
    padding: 5.208vw 2.083vw 2.083vw;
    box-sizing: border-box;
}

#servicos-indv .depoimentos .baixo .box .texto {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 25px;
    text-align: left;
}

#servicos-indv .depoimentos .baixo .box .dados-depo {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--laranja);
}

#servicos-indv .depoimentos .baixo .box .dados-depo span {
    font-size: 16px;
    font-weight: 400;
    color: var(--preto);
}

#servicos-indv .depoimentos .baixo .box .detalhe {
    position: absolute;
    top: 1.3vw;
    right: 1.82vw;
}

#servicos-indv .depoimentos .baixo .box .empresa-depo {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#servicos-indv .depoimentos .baixo .box .imagem {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--branco);
}

#servicos-indv .depoimentos .baixo .box .imagem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#servicos-indv .depoimentos .baixo .box .organiza-depo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

#servicos-indv .depoimentos .baixo .box .logo {
    width: 134px;
    height: 134px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: -67px;
    left: 2.083vw;
    object-fit: cover;
}

#servicos-indv .depoimentos .baixo.swiper {
    padding-top: 67px;
    overflow: visible;
}

#servicos-indv .depoimentos .conteudo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

#servicos-indv .depoimentos .baixo .baixo {
    margin-top: 48px;
    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;
}

#servicos-indv .depoimentos .container-bottom {
    position: relative;
}

#servicos-indv .depoimentos .baixo .box .organiza-depo img {
    width: 58px;
    height: 58px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

#servicos-indv .depoimentos .baixo .box .organiza-depo .dados {
    flex: 1;
}

#servicos-indv .depoimentos .navigation {
    position: relative;
    width: 150px;
    height: 45px;
    margin-top: 45px;
    align-self: flex-end;
}

.swiper-button-next,
.swiper-button-prev {
    display: block;
    width: 45px !important;
    height: 45px !important;
    border-radius: 35px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid var(--laranja);
}

.swiper-button-next {
    background-color: var(--laranja);
}

.swiper-button-prev {
    background-color: var(--branco);
}

.swiper-button-next::after {
    content: url(../../refeicao-transportada/icones/seta-direita-branca.png) !important;
    line-height: 0 !important;
    font-size: 14px !important;
}

.swiper-button-prev::after {
    content: url(../../refeicao-transportada/icones/seta-esquerda-laranja.png) !important;
    line-height: 0 !important;
    font-size: 14px !important;
}


@media screen and (max-width: 1440px) {

    #servicos-indv .conteud-flex .etapa ul,
    #servicos-indv .conteud-flex .blocos .bloco p {
        font-size: 16px;
        line-height: 24px;
    }

    #servicos-indv .depoimentos .texto {
        font-size: 16px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1366px) {

    #servicos-indv .conteud-flex .etapa ul,
    #servicos-indv .conteud-flex .blocos .bloco p {
        font-size: 15.5px;
        line-height: 22px;
    }

    #servicos-indv .titulo {
        font-size: 30px;
        line-height: 39.9px;
    }

    #servicos-indv .depoimentos .titulo {
        font-size: 24px;
        line-height: 28px;
    }

    #servicos-indv .depoimentos .baixo .box .logo {
        width: 120px;
        height: 120px;
    }

    #servicos-indv .depoimentos .baixo .box .dados-depo {
        font-size: 16px;
    }

    #servicos-indv .depoimentos .baixo .box .empresa-depo {
        font-size: 14px;
    }
}

@media screen and (max-width: 1200px) {

    #servicos-indv .conteud-flex .etapa ul,
    #servicos-indv .conteud-flex .blocos .bloco p {
        font-size: 14px;
        line-height: 22px;
    }

    #servicos-indv .numeros .box {
        font-size: 20px;
    }

    #servicos-indv .numeros .box p {
        font-size: 34px;
    }

    #servicos-indv .numeros .box p b {
        font-size: 42px;
    }

    #servicos-indv .numeros .box p span {
        font-size: 49px;
        top: -1px;
    }

    #servicos-indv .depoimentos .baixo .box .texto {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #servicos-indv .depoimentos .baixo .baixo {
        margin-top: 30px;
    }

    #servicos-indv .depoimentos .baixo .box .logo {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 1024px) {
    #servicos-indv .container.bottom {
        padding: 60px 0 0px;
    }

    #servicos-indv .conteud-flex.normal,
    #servicos-indv .conteud-flex.reverse {
        flex-direction: column;
        margin: 80px 0 0;
    }

    #servicos-indv .conteud-flex#bloco1 {
        margin: 0;
    }

    #servicos-indv .conteud-flex#bloco1 .esq,
    #servicos-indv .conteud-flex.reverse .esq,
    #servicos-indv .conteud-flex.reverse .dir,
    #servicos-indv .conteud-flex.normal .esq {
        position: relative;
        top: auto;
    }

    #servicos-indv .conteud-flex .esq,
    #servicos-indv .conteud-flex .dir {
        width: 100%;
    }

    #servicos-indv .conteud-flex img {
        display: block;
        margin: auto;
    }

    #servicos-indv .numeros .box p {
        font-size: 28px;
        line-height: 37px;
    }

    #servicos-indv .numeros .box p span {
        font-size: 53px;
        line-height: 26px;
        position: relative;
        left: auto;
        top: auto;
    }

    #servicos-indv .numeros .box p b {
        font-size: 48px;
        line-height: 63px;
    }

    #servicos-indv .numeros .box {
        font-size: 26px;
        line-height: 34px;
        padding: 0 0 28px 0;
        border-right: none;
        position: relative;
        width: 100%;
        max-width: 100%;
    }

    #servicos-indv .numeros .box.box-texto {
        padding: 0 0 28px 0;
    }

    #servicos-indv .numeros .box::before {
        content: '';
        display: block;
        width: 220px;
        height: 1px;
        background-color: var(--preto);
        position: absolute;
        bottom: 0;
        left: calc(50% - 105px);
    }
    
    #servicos-indv .titulo {
        font-size: 23px;
        line-height: 36.9px;
    }

    #servicos-indv .numeros .box:last-child::before {
        content: none;
    }

    #servicos-indv .numeros {
        margin-top: 30px;
        flex-direction: column;
        gap: 28px;
    }

    #servicos-indv .conteud-cent#kpi {
        margin: 80px 0 0;
    }

    #servicos-indv .conteud-flex .etapa ul,
    #servicos-indv .conteud-flex .blocos .bloco p {
        font-size: 18px;
        line-height: 30px;
    }

    #servicos-indv .conteud-flex .blocos .bloco p {
        text-align: center;
    }

    #servicos-indv .conteud-flex .etapa {
        padding: 30px 40px 30px 80px;
    }

    #servicos-indv .conteud-flex .etapa .numero {
        font-size: 110px;
        line-height: 90px;
        top: 30px;
        left: 12px;
    }

    #servicos-indv .conteud-flex .etapa:first-of-type .numero {
        left: 20px;
    }

    #servicos-indv .conteud-flex .blocos .bloco,
    #servicos-indv .conteud-flex .blocos .bloco.inteiro {
        padding: 25px;
    }

    #servicos-indv .conteud-flex .blocos .bloco.inteiro {
        gap: 15px;
    }

    #servicos-indv .conteud-flex .blocos .bloco .icone-bloco {
        width: 47px;
        height: 47px;
    }

    #servicos-indv .conteud-flex .blocos .bloco .icone-bloco img {
        scale: 0.9;
    }

    #form .titulo {
        font-size: 48px;
        line-height: 58px;
    }

    #servicos-indv .depoimentos .topo .esq,
    #servicos-indv .depoimentos .topo .dir {
        width: 100%;
    }

    #servicos-indv .depoimentos .topo {
        margin-bottom: 50px;
        flex-direction: column;
    }

    #servicos-indv .depoimentos .texto {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    #servicos-indv .depoimentos .titulo {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    #servicos-indv .depoimentos .baixo .box .logo {
        width: 134px;
        height: 134px;
        left: 30px;
    }

    #servicos-indv .depoimentos .baixo .box .texto {
        font-size: 14px;
        line-height: 21px;
    }

    #servicos-indv .depoimentos .baixo .box .dados-depo {
        font-size: 20px;
    }

    #servicos-indv .depoimentos .baixo .box .dados-depo span {
        font-size: 14px;
    }

    #servicos-indv .depoimentos .baixo .box {
        padding: 100px 30px 55px;
    }

    #servicos-indv .depoimentos .baixo .box .detalhe {
        top: 24px;
        right: 24px;
    }

    #servicos-indv .depoimentos {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    #servicos-indv .conteud-flex.full .etapa {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #servicos-indv .conteud-flex .blocos .bloco.metade {
        width: 100%;
    }

    #servicos-indv .conteud-flex .blocos {
        gap: 20px;
    }

    #servicos-indv .conteud-flex .etapa {
        padding: 30px 30px 30px 80px;
    }

    #servicos-indv .conteud-flex .etapa .numero {
        font-size: 90px;
        top: 15px;
        left: 15px;
    }

    #servicos-indv .conteud-flex .etapa:first-of-type .numero {
        left: 22px;
    }

    #servicos-indv .conteud-flex .etapa ul,
    #servicos-indv .conteud-flex .blocos .bloco p {
        font-size: 16px;
        line-height: 26px;
    }

    #form .titulo {
        font-size: 8vw;
        line-height: 10vw;
    }

    #servicos-indv .depoimentos .baixo .box .dados-depo {
        font-size: 19px;
    }
}

@media screen and (max-width: 380px) {

    #servicos-indv .conteud-flex .etapa ul,
    #servicos-indv .conteud-flex .blocos .bloco p {
        font-size: 14px;
        line-height: 24px;
    }

    #servicos-indv .conteud-flex .blocos .bloco,
    #servicos-indv .conteud-flex .blocos .bloco.inteiro {
        padding: 20px;
    }

    #servicos-indv .depoimentos .baixo .box {
        padding: 100px 15px 55px;
    }

    #servicos-indv .depoimentos .baixo .box .dados-depo {
        font-size: 17px;
    }

    #servicos-indv .depoimentos .baixo .box .logo {
        width: 122px;
        height: 122px;
        left: 15px;
    }
}


@media screen and (max-width: 330px) {
    #servicos-indv .depoimentos .titulo {
        font-size: 26px;
    }
}