#segmentos .top {
    background-color: var(--preto);
    background-image: url(../../refeicao-transportada/segmentos/header-bg-segmentos.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 233px 0 58px;
}

#segmentos h1.titulo {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--branco);
    text-align: center;
    width: 100%;
}

#segmentos .bg-segmentos {
    background-image: url(../../refeicao-transportada/servicos/servico-individual-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
}

#segmentos .container.bottom {
    padding: 60px 0 85px;
}

#segmentos .conteud-flex {
    color: var(--preto);
    display: flex;
    align-items: flex-start;
    gap: 56px;
    flex-direction: row;
}

#segmentos .conteud-flex.reverse {
    flex-direction: row-reverse;
    padding: 135px 0 30px;
}

#segmentos .conteud-flex.normal {
    padding: 135px 0 0px;
}

#segmentos .conteud-flex#bloco4 {
    position: relative;
}

#segmentos .conteud-flex#bloco4 .dir{
    position: absolute;
    right: 0;
}

#segmentos .conteud-flex#bloco4 .esq{
    width: 55.7%;
    z-index: 1;
}

#segmentos .conteud-flex#bloco4 .esq .titulo,
#segmentos .conteud-flex#bloco4 .esq .texto{
    width: 90%;
}

#segmentos .titulo {
    font-size: 33px;
    font-weight: 700;
    line-height: 42.9px;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

#segmentos .texto {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-top: 15px;
}

#segmentos .texto:first-child {
    margin-top: 0;
}

#segmentos .texto b {
    font-weight: 700;
    color: var(--verde);
}

#segmentos .conteud-flex .btn-verde {
    margin-top: 45px;
    max-width: 279px;
    justify-content: center;
}


#segmentos .conteud-flex .esq,
#segmentos .conteud-flex .dir {
    width: calc(50% - 28px);
}

#segmentos .conteud-flex#bloco1 .esq {
    position: sticky;
    top: 110px;
}

#segmentos .conteud-flex#bloco1 .dir img {
    width: 100%;
    max-height: 427px;
    object-fit: cover;
}

#segmentos .conteudo {
    padding-top: 130px;
    color: var(--preto);
}

#segmentos .conteudo .titulo {
    font-size: 48px;
    line-height: 62.4px;
    text-align: center;
}

#segmentos .conteudo .texto {
    text-align: center;
    width: 70%;
    margin:0 auto;
}

#segmentos .box-servicos {
    display: flex;
    gap: 1.45vw;
    flex-wrap: wrap;
    margin-top: 2vw;
    align-items: flex-end;
    justify-content: center;
}

#segmentos .box-servicos .box {
    position: relative;
    padding: 1.979vw;
    width: calc(33.33% - 0.9666vw);
    height: 30.2604vw;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    display: flex;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
}

#segmentos .box-servicos .box:hover {
    box-shadow: 0px 4px 6.9px 2px #266C283B;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

#segmentos .box-servicos .box .conteudo {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#segmentos .box-servicos .box.box-1 {
    background-image: url(../../refeicao-transportada/segmentos/corporativo-bg.webp);
    background-position-x: 30%;
}

#segmentos .box-servicos .box.box-2 {
    background-image: url(../../refeicao-transportada/segmentos/educacao-bg.webp);
    background-position-x: 30%;
}

#segmentos .box-servicos .box.box-3 {
    background-image: url(../../refeicao-transportada/segmentos/industria-bg.webp);
    background-position-x: 65%;
}

#segmentos .box-servicos .box.box-4 {
    background-image: url(../../refeicao-transportada/segmentos/saude-bg.webp);
    background-position-x: 50%;
}


#segmentos .box-servicos .box .titulo-box {
    color: var(--branco);
    font-size: 1.562vw;
    font-weight: 700;
    line-height: 2.031vw;
    margin: 10px 0 15px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#segmentos .box-servicos .box .texto-box {
    color: var(--branco);
    font-size: 0.833vw;
    font-weight: 500;
    line-height: 1.25vw;
    margin-bottom: 20px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#segmentos .box-servicos .box ul {
    color: var(--branco);
    display: flex;
    flex-direction: column;
    list-style: disc;
    padding-left: 26px;
    font-size: 0.833vw;
    line-height: 1.25vw;
}

#segmentos .box-servicos .box .filter {
    background: linear-gradient(180.13deg, rgba(0, 0, 0, 0) 5.3%, rgba(0, 0, 0, 0.86) 55.19%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#segmentos .box-servicos .box .btn-verde {
    margin-bottom: -80px;
    margin-top: 30px;
}

#segmentos .box-servicos .box:hover .btn-verde {
    margin-bottom: 0px;
}

#segmentos .box-servicos .box .ico {
    position: absolute;
    top: 22px;
    right: 22px;
}

#segmentos .conteud-flex .blocos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.04vw;
    margin-top: 25px;
}

#segmentos .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;
}

#segmentos .conteud-flex .blocos .bloco.metade {
    width: calc(50% - 0.57vw);
    flex-direction: column;
}

#segmentos .conteud-flex .blocos .bloco.inteiro {
    width: 100%;
    gap: 1vw;
    padding: 0.96vw 1.04vw;
}

#segmentos .conteud-flex .blocos .bloco.inteiro .icone-bloco {
    margin-bottom: 0
}

#segmentos .conteud-flex .blocos .bloco.inteiro .conteudo-bloco {
    flex: 1;
}

#segmentos .conteud-flex .blocos .bloco.inteiro .conteudo-bloco p {
    display: inline;
}

#segmentos .conteud-flex .blocos .bloco p {
    font-size: 0.983vw;
    font-weight: 500;
    line-height: 1.458vw;
    letter-spacing: 0.01em;
    text-align: center;
}

#segmentos .conteud-flex .blocos .bloco .titulo-bloco {
    font-weight: 700;
    color: var(--laranja);
}

#segmentos .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;
}

#segmentos .depoimentos {
    padding-top: 230px;
    display: flex;
    flex-direction: column;
}

#segmentos .depoimentos .topo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 4vw;
}

#segmentos .depoimentos .topo .esq {
    width: 50%;
}

#segmentos .depoimentos .topo .dir {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#segmentos .depoimentos .titulo {
    font-size: 1.5625vw;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 2.031vw;
    color: var(--preto);
}

#segmentos .depoimentos .titulo span {
    font-weight: 700;
}

#segmentos .depoimentos .texto {
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--preto);
}

#segmentos .depoimentos .texto b {
    font-weight: 600;
}

#segmentos .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;
}

#segmentos .depoimentos .baixo .box .texto {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 25px;
    text-align: left;
}

#segmentos .depoimentos .baixo .box .dados-depo {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--laranja);
}

#segmentos .depoimentos .baixo .box .dados-depo span {
    font-size: 16px;
    font-weight: 400;
    color: var(--preto);
}

#segmentos .depoimentos .baixo .box .detalhe {
    position: absolute;
    top: 1.3vw;
    right: 1.82vw;
}

#segmentos .depoimentos .baixo .box .empresa-depo {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#segmentos .depoimentos .baixo .box .imagem {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--branco);
}

#segmentos .depoimentos .baixo .box .imagem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#segmentos .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;
}

#segmentos .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;
}

#segmentos .depoimentos .baixo.swiper {
    padding-top: 67px;
    overflow: visible;
}

#segmentos .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;
}

#segmentos .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;
}

#segmentos .depoimentos .container-bottom {
    position: relative;
}

#segmentos .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;
}

#segmentos .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;
}

#form .titulo {
    font-size: 2.5vw;
    line-height: 3.0208vw;
    width: 98%;
}

@media screen and (max-width: 1440px) {
    #segmentos .conteud-flex .blocos .bloco p {
        font-size: 16px;
        line-height: 24px;
    }

    #segmentos .box-servicos .box .texto-box,
    #segmentos .box-servicos .box ul {
        font-size: 14px;
        line-height: 22px;
    }

    #segmentos .depoimentos .texto {
        font-size: 16px;
        line-height: 24px;
    }

    #segmentos .conteudo .titulo {
        font-size: 42px;
    }

}

@media screen and (max-width: 1366px) {
    #segmentos .box-servicos .box {
        height: 34.2604vw;
    }

    #segmentos .titulo {
        font-size: 29px;
    }

    #segmentos .depoimentos .titulo {
        font-size: 24px;
        line-height: 28px;
    }

    #segmentos .depoimentos .baixo .box .logo {
        width: 120px;
        height: 120px;
    }

    #segmentos .depoimentos .baixo .box .dados-depo {
        font-size: 16px;
    }

    #segmentos .depoimentos .baixo .box .empresa-depo {
        font-size: 14px;
    }

    #segmentos .conteudo .texto {
        width: 80%;
    }
}

@media screen and (max-width: 1200px) {
    #segmentos .box-servicos .box {
        height: 37.2604vw;
    }

    #segmentos .depoimentos .baixo .box .texto {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #segmentos .depoimentos .baixo .baixo {
        margin-top: 30px;
    }

    #segmentos .depoimentos .baixo .box .logo {
        width: 100px;
        height: 100px;
    }

    #segmentos .conteudo .titulo {
        font-size: 38px;
    }
}

@media screen and (max-width: 1024px) {

    #segmentos .container.bottom {
        padding: 60px 0 0px;
    }

    #segmentos .conteud-flex {
        flex-direction: column;
        margin: 80px 0 0;
    }

    #segmentos .conteud-flex#bloco1 {
        margin: 0;
    }

    #segmentos .conteud-flex .esq,
    #segmentos .conteud-flex .dir {
        width: 100%;
    }

    #segmentos .conteud-flex#bloco1 .esq {
        position: relative;
        top: auto;
    }

    #segmentos .box-servicos {
        gap: 30px;
        margin-top: 35px;
    }

    #segmentos .box-servicos .box {
        height: 395px;
        width: 100%;
        padding: 40px 26px;
    }

    #segmentos .box-servicos .box .btn-verde {
        margin-bottom: -73px;
    }

    #segmentos .box-servicos .box .titulo-box {
        font-size: 23px;
        line-height: 29px;
    }

    #segmentos .conteud-flex.reverse {
        flex-direction: column;
        padding: 0;
    }

    #segmentos .conteudo {
        padding-top: 80px;
    }

    #segmentos .conteud-flex .blocos .bloco.inteiro {
        gap: 15px;
        padding: 25px;
    }

    #segmentos .conteud-flex .blocos {
        margin-bottom: 25px;
    }

    #segmentos .conteudo .titulo {
        font-size: 36px;
        line-height: 45.4px;
        text-align: left;
    }

    #segmentos .conteudo .texto{
        text-align: left;
        width: 100%;
    }

    #segmentos-indv .conteud-flex .blocos .bloco .icone-bloco {
        width: 47px;
        height: 47px;
    }

    #segmentos-indv .conteud-flex .blocos .bloco .icone-bloco svg {
        scale: 0.9;
    }

    #segmentos .depoimentos .topo .esq,
    #segmentos .depoimentos .topo .dir {
        width: 100%;
    }

    #segmentos .depoimentos .topo {
        margin-bottom: 50px;
        flex-direction: column;
    }

    #segmentos .depoimentos .texto {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    #segmentos .depoimentos .titulo {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    #segmentos .depoimentos .baixo .box .logo {
        width: 134px;
        height: 134px;
        left: 30px;
    }

    #segmentos .depoimentos .baixo .box .texto {
        font-size: 14px;
        line-height: 21px;
    }

    #segmentos .depoimentos .baixo .box .dados-depo {
        font-size: 20px;
    }

    #segmentos .depoimentos .baixo .box .dados-depo span {
        font-size: 14px;
    }

    #segmentos .depoimentos .baixo .box {
        padding: 100px 30px 55px;
    }

    #segmentos .depoimentos .baixo .box .detalhe {
        top: 24px;
        right: 24px;
    }

    #segmentos .conteud-flex#bloco4 .dir {
        position: relative;
        right: auto;
    }

    #segmentos .conteud-flex#bloco4 .esq {
        width: 100%;
    }

    #segmentos .conteud-flex.normal {
        padding: 55px 0 0px;
    }

    #segmentos .depoimentos {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    #segmentos .conteud-flex .dir img{
        margin: auto;
        display: block;
    }

    #form .titulo {
        font-size: 48px;
        line-height: 58px;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #segmentos .conteud-flex .blocos {
        gap: 20px;
    }

    #segmentos .box-servicos .box {
        height: 420px;
    }

    #segmentos .depoimentos .baixo .box .dados-depo {
        font-size: 19px;
    }

    #form .titulo {
        font-size: 8vw;
        line-height: 10vw;
    }

    #segmentos .conteud-flex .blocos .bloco.metade {
        width: 100%;
    }

    #segmentos .conteud-flex.normal {
        padding: 20px 0 0px;
    }

    #segmentos .conteudo .titulo {
        font-size: 32px;
        line-height: 41.4px;
    }

}

@media screen and (max-width: 380px) {
    #segmentos .conteud-flex .blocos .bloco p {
        font-size: 14px;
        line-height: 24px;
    }

    #segmentos .conteud-flex .blocos .bloco.inteiro {
        padding: 20px;
    }

    #segmentos .box-servicos .box .texto-box,
    #segmentos .box-servicos .box ul {
        font-size: 13px;
        line-height: 21px;
    }

    #segmentos .box-servicos .box {
        height: 430px;
    }

    #segmentos .depoimentos .baixo .box {
        padding: 100px 15px 55px;
    }

    #segmentos .depoimentos .baixo .box .dados-depo {
        font-size: 17px;
    }

    #segmentos .depoimentos .baixo .box .logo {
        width: 122px;
        height: 122px;
        left: 15px;
    }
}

@media screen and (max-width: 330px) {
    #segmentos .depoimentos .titulo {
        font-size: 26px;
    }
}