#bg01 {
    background: linear-gradient(180deg, rgba(255, 190, 86, 0) 0%, rgba(255, 192, 91, 0.06) 3%, rgba(255, 217, 155, 0.06) 100%);
}

#form {
    background: linear-gradient(180deg, rgba(255, 217, 155, 0.06) 0%, rgba(255, 190, 86, 0.06) 50%, rgba(255, 217, 155, 0.06) 100%);
}

/*********** BANNER ***********/
#banner {
    position: relative;
}

#banner .banner-bg {
    position: relative;
    height: auto;
    color: var(--branco);
    background-color: var(--preto);
}

#banner .container {
    position: relative;
    z-index: 1;
}

#banner .banner-bg .container {
    padding: 15.3vw 0 3.1vw;
}

#banner .titulo {
    font-size: 2.968vw;
    font-weight: 700;
    line-height: 3.859vw;
}

#banner .titulo span {
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 2.95vw;
    display: block;
}

#banner .titulo span b {
    font-weight: 700;
}

#banner .subtitulo {
    font-size: 0.9895vw;
    font-weight: 700;
    line-height: 1.484vw;
    color: var(--laranja);
    width: 80%;
    margin-top: 0.6vw;
}

#banner .texto {
    font-size: 0.83333vw;
    font-weight: 500;
    line-height: 1.083vw;
    width: 79%;
    margin-top: 0.7vw;
}

#banner .btn-verde {
    width: 43.5%;
    margin-top: 2.15vw;
}

#banner .conteudo {
    width: 60%;
}

#banner .numeros {
    margin-top: 8.2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#banner .numeros .box {
    font-size: 1.3541vw;
    font-weight: 600;
    line-height: 1.2052vw;
    padding: 0 2.427vw;
    text-align: center;
    min-width: 30%;
    border-right: 1px solid #fff;
}

#banner .numeros .box:last-child {
    border-right: none;
}

#banner .numeros .box p {
    font-size: 1.45833vw;
    font-weight: 700;
    line-height: 1.9437vw;
}

#banner .numeros .box p span {
    font-size: 2.7604vw;
    font-weight: 600;
    line-height: 1.38vw;
    color: var(--laranja);
    position: absolute;
    top: 0.9vw;
    left: -1.7vw;
}

#banner .numeros .box p b {
    font-size: 2.5vw;
    line-height: 3.332vw;
    position: relative;
}

#banner #video-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    left: 0;
}

#banner .filtro {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 15.19%, rgba(0, 0, 0, 0) 74.26%), linear-gradient(180deg, rgba(0, 0, 0, 0) 77.4%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
    left: 0;
}

/*********** CLIENTES ***********/
#clientes {
    padding: 1.083vw 0;
    border-bottom: 1px solid #D9D9D9;
}

#clientes .container {
    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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#clientes .container .esq {
    width: 33.5%;
    border-right: 1px solid #000;
}

#clientes .container .dir {
    width: 64%;
    overflow: hidden;
    padding: 0;
    position: relative;
}

#clientes .dir:before {
    content: ' ';
    position: absolute;
    width: 200px;
    height: 100%;
    left: 0px;
    top: 0px;
    background: -webkit-gradient(linear, left top, right top, from(#FFF), color-stop(100%, rgba(226, 228, 227, 0)));
    background: -o-linear-gradient(left, #FFF 0%, rgba(226, 228, 227, 0) 100%);
    background: linear-gradient(90deg, #FFF 0%, rgba(226, 228, 227, 0) 100%);
    z-index: 2;
}

#clientes .dir:after {
    content: ' ';
    position: absolute;
    width: 200px;
    height: 100%;
    right: 0;
    top: 0px;
    background: -webkit-gradient(linear, right top, left top, from(#FFF), color-stop(100%, rgba(226, 228, 227, 0)));
    background: -o-linear-gradient(right, #FFF 0%, rgba(226, 228, 227, 0) 100%);
    background: linear-gradient(270deg, #FFF 0%, rgba(226, 228, 227, 0) 100%);
    z-index: 2;
}

#clientes .dir img {
    filter: grayscale(1);
    opacity: 0.8;
    -webkit-filter: grayscale(1);
    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;
    scale: 0.83;
}

#clientes .dir .swiper-slide-active img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    opacity: 1;
}

#clientes .container .esq .titulo {
    font-size: 1.25vw;
    line-height: 1.822vw;
    color: #010101;
}

#clientes .container .esq .titulo span {
    font-weight: 700;
}

#clientes .dir .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*********** SERVICOS ***********/
#servicos {
    padding: 6.25vw 0 0;
    position: relative;
}

#servicos::before {
    content: '';
    display: block;
    width: 15.312vw;
    height: 71.77vw;
    background-image: url(../../refeicao-transportada/home/servicos-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -8vw;
}

#servicos .subtitulo {
    font-size: 0.9375vw;
    line-height: 1.927vw;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    color: var(--verde);
}

#servicos .titulo {
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 3.645vw;
    text-align: center;
    color: var(--laranja);
}

#servicos .ico {
    margin-left: calc(50% - 15.5px);
}

#servicos .box-servicos {
    display: flex;
    gap: 1.56vw;
    flex-wrap: wrap;
    margin-top: 2vw;
    align-items: flex-end;
}

#servicos .box-servicos .box {
    color: var(--branco);
    position: relative;
    padding: 2.0833vw;
    width: calc(50% - 0.78vw);
    height: 21.197vw;
    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;
}

#servicos .box-servicos .box:hover {
    box-shadow: 0px 4px 6.9px 2px #266C283B;
    height: 21.71vw;
    margin-top: -0.513vw;
}

#servicos .box-servicos .box .conteudo {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#servicos .box-servicos .box.box-1 {
    background-image: url(../../refeicao-transportada/home/refeicao-transportada-bg.webp);
}

#servicos .box-servicos .box.box-2 {
    background-image: url(../../refeicao-transportada/home/cook-chill-bg.webp);
    background-position: bottom;
}

#servicos .box-servicos .box.box-3 {
    background-image: url(../../refeicao-transportada/home/restaurante-corporativo-bg.webp);
}

#servicos .box-servicos .box .titulo-box {
    font-size: 1.197vw;
    font-weight: 700;
    line-height: 1.041vw;
    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;
}

#servicos .box-servicos .box .texto-box {
    font-size: 0.72vw;
    font-weight: 500;
    line-height: 1.093vw;
    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;
}

#servicos .box-servicos .box:hover .titulo-box {
    font-size: 1.4583vw;
}

#servicos .box-servicos .box:hover .texto-box {
    font-size: 0.833vw;
    font-weight: 600;
    line-height: 1.25vw;
}

#servicos .box-servicos .box .filter {
    background: linear-gradient(180.13deg, rgba(243, 146, 0, 0) 20.51%, rgba(155, 93, 0, 0.86) 61.24%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

#servicos .box-servicos .box .btn-verde {
    margin-bottom: -80px;
}

#servicos .box-servicos .box:hover .btn-verde {
    margin-bottom: 0px;
}

#servicos .box-servicos .box-4 {
    color: var(--preto);
    position: relative;
    padding: 2.0833vw 0 0 0.8vw;
    width: calc(50% - 0.78vw);
    height: 21.197vw;
    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-start;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
}

#servicos .box-servicos .box-4 .titulo-box {
    color: var(--laranja);
    font-size: 1.197vw;
    font-weight: 700;
    line-height: 1.041vw;
    margin: 10px 0 15px;
}

#servicos .box-servicos .box-4 .texto-box {
    font-size: 0.833vw;
    line-height: 1.25vw;
    margin-bottom: 20px;
}

#servicos .box-servicos .box-4 .btn-verde {
    gap: 4.5vw;
}

/*********** NOSSAS INSTALACOES ***********/
#instalacoes {
    padding: 12.25vw 0 0;
    overflow: hidden;
    position: relative;
}

#instalacoes::before {
    content: '';
    display: block;
    width: 14.406vw;
    height: 55.052vw;
    background-image: url(../../refeicao-transportada/home/instalacoes-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

#instalacoes::after {
    content: '';
    display: block;
    width: 10.364vw;
    height: 10.83vw;
    background-image: url(../../refeicao-transportada/home/folha-bg-detalhe.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 3vw;
    bottom: 2vw;
}

#instalacoes .container {
    position: relative;
    z-index: 1;
}

#instalacoes .container::before {
    content: "";
    position: absolute;
    inset: 0;
    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;
    padding: 5px;
    background-color: var(--branco);
    width: calc(100% + 10.94vw);
    height: calc(75% + 4.53vw);
    left: -5.47vw;
    top: -4.53vw;
}

#instalacoes .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

#instalacoes .top .esq {
    width: 45%;
}

#instalacoes .top .dir {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#instalacoes .subtitulo {
    font-size: 0.9375vw;
    line-height: 1.927vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--verde);
}

#instalacoes .titulo {
    font-size: 2.18vw;
    font-weight: 700;
    line-height: 2.656vw;
    color: var(--laranja);
}

#instalacoes .titulo span {
    font-weight: 400;
}

#instalacoes .texto {
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 500;
    margin-bottom: 38px;
}

#instalacoes .texto b {
    font-weight: 600;
}

#instalacoes .bottom {
    margin-top: 3vw;
    position: relative;
    z-index: 1;
}


#instalacoes .bottom .swiper {
    width: 131%;
}

#instalacoes .navigation,
#depoimentos .navigation {
    position: relative;
    width: 150px;
    height: 45px;
}

#instalacoes .pag-instalacoes {
    position: relative;
    margin-top: 40px;
}

#instalacoes .swiper-pagination-bullet-active {
    background: var(--laranja) !important;
}

.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;
}

/*********** CASES ***********/
#cases {
    padding: 6.25vw 0 0;
    overflow: hidden;
    position: relative;
}

#cases::before {
    content: '';
    display: block;
    width: 27.968vw;
    height: 35.364vw;
    background-image: url(../../refeicao-transportada/home/cases-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: calc(56% - 18.182vw);
}

#cases .ico {
    margin-left: calc(50% - 15.5px);
}

#cases .subtitulo {
    font-size: 0.9375vw;
    line-height: 1.927vw;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    color: var(--verde);
}

#cases .titulo {
    font-size: 2.083vw;
    font-weight: 700;
    line-height: 3.645vw;
    text-align: center;
    color: var(--laranja);
}

#cases .texto {
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 500;
    text-align: center;
    color: var(--preto);
}

#cases .dir .top {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    margin-bottom: 10px;
}

#cases .navigation {
    position: relative;
    width: 115px;
    height: 35px;
    padding-bottom: 15px;
    margin-right: -17px;
}

#cases .navigation .swiper-button-next,
#cases .navigation .swiper-button-prev {
    scale: 0.68;
}

#cases #case-ancor {
    margin-top: 3vw;
}

#cases #case-ancor .swiper-cases {
    overflow: visible;
}

#cases .container-conteudo {
    background-color: var(--branco);
    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;
    padding: 3.7vw 4.1vw;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--preto);
    box-sizing: border-box;
    scale: 0.96;
}

#cases .container-conteudo.swiper-slide-active {
    box-shadow: 0px 4px 9.2px 2px #266C281C;
    scale: 1;
}

#cases .container-conteudo.conteudo-ativo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#cases .container-conteudo .esq {
    flex: 1;
}

#cases .container-conteudo .dir {
    width: 49.4%;
    margin-left: 9%;
}

#cases .container-conteudo .dir .btn {
    display: none;
}

#cases .container-conteudo .titulo-conteudo {
    font-size: 1.6666vw;
    line-height: 2.5vw;
    color: var(--laranja);
}

#cases .container-conteudo .titulo-conteudo span {
    font-weight: 600;
}

#cases .container-conteudo .frase-conteudo {
    font-size: 1.875vw;
    font-weight: 700;
    line-height: 2.5vw;
    color: var(--laranja);
    margin-bottom: 1vw;
}

#cases .container-conteudo .btn-verde {
    max-width: 263px;
}

#cases .container-conteudo .btn-verde.btn-mbl {
    display: none;
}

#cases .container-conteudo .texto-conteudo {
    font-size: 0.9375vw;
    font-weight: 500;
    line-height: 1.51vw;
}

#cases .container-conteudo .texto-conteudo b {
    font-weight: 700;
}

#cases .container-conteudo .texto-conteudo P {
    margin-bottom: 30px;
}

#cases .container-conteudo .logo {
    width: 168px;
    height: 115px;
    background-color: var(--branco);
    padding: 10px;
}

#cases .container-conteudo .logo .logo-img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


#cases .swiper-caseinterno img {
    height: 288px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

#cases .filtro-caseint .filter-btn {
    border: none;
    border-right: 1px solid var(--verde);
    background: transparent;
    color: var(--verde);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 15px;
    border-radius: 0px;
    cursor: pointer;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}

#cases .filtro-caseint .filter-btn:last-child {
    border-right: none;
}

#cases .filtro-caseint .filter-btn.active {
    text-decoration: underline;
}

#cases .swiper .video.swiper-slide {
    position: relative;
    background-color: var(--preto);
}

#cases .swiper .video.swiper-slide .play-btn {
    position: absolute;
    top: calc(50% - 1.77vw);
    left: calc(50% - 1.77vw);
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 3.54vw;
    height: auto;
}

#cases .swiper .video.swiper-slide .play-btn:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

#cases .swiper .video.swiper-slide .fundo-vd {
    opacity: 0.5;
}

#cases .swiper .imagem {
    position: relative;
}

#cases .swiper-pagination {
    position: relative;
    bottom: auto;
    margin: 2.34vw 0;
}

#cases .swiper-pagination-bullet-active {
    background: var(--laranja) !important;
}

#cases .btn-verde.btn-geral {
    display: block;
    max-width: 260px;
    margin: auto;
}

/*modal video*/
.modal-video-container-prod {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.modal-video-container-prod .filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000bb;
    z-index: 1;
}

.modal-video-container-prod .box-video-prod {
    z-index: 2;
    width: 60%;
    height: 33.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.modal-video-container-prod .modal-video-content,
.modal-video-container-prod .modal-video-content iframe,
.modal-video-container-prod .modal-video-content object,
.modal-video-container-prod .modal-video-content embed {
    width: 100%;
    height: 100%;
}

.box-video-prod .close-prod-video {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
}


/*********** DEPOIMENTOS ***********/
#depoimentos {
    padding: 4.16vw 0 0;
    color: var(--preto);
    margin-bottom: -3.90625vw;
    overflow: hidden;
    position: relative;
}

#depoimentos::before {
    content: '';
    display: block;
    width: 10.364vw;
    height: 10.83vw;
    background-image: url(../../refeicao-transportada/home/folha-bg-detalhe.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

#depoimentos .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 4vw;
}

#depoimentos .top .esq {
    width: 45%;
}

#depoimentos .top .dir {
    width: 43%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#depoimentos .subtitulo {
    font-size: 0.9375vw;
    line-height: 1.927vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--verde);
}

#depoimentos .titulo {
    font-size: 1.97vw;
    font-weight: 500;
    line-height: 2.604vw;
    color: var(--laranja);
}

#depoimentos .titulo span {
    font-weight: 700;
}

#depoimentos .texto {
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 500;
    margin-bottom: 38px;
    text-align: center;
}

#depoimentos .texto b {
    font-weight: 600;
}

#depoimentos .bottom .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;
}

#depoimentos .bottom .box .texto {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 25px;
}

#depoimentos .bottom .box .dados-depo {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--laranja);
}

#depoimentos .bottom .box .dados-depo span {
    font-size: 16px;
    font-weight: 400;
    color: var(--preto);
}

#depoimentos .bottom .box .detalhe {
    position: absolute;
    top: 1.3vw;
    right: 1.82vw;
}

#depoimentos .bottom .box .empresa-depo {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

#depoimentos .bottom .box .imagem {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--branco);
}

#depoimentos .bottom .box .imagem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#depoimentos .bottom .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;
}

#depoimentos .bottom .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;
}

#depoimentos .bottom.swiper {
    padding-top: 67px;
    overflow: visible;
}

#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;
}

#depoimentos .bottom .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;
}

#depoimentos .container-bottom {
    position: relative;
}


#depoimentos .bottom .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;
}

/*********** CTA ***********/
#cta {
    padding: 10.41vw 0 6.25vw;
    color: var(--branco);
    background-image: url(../../refeicao-transportada/home/cta-bg.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#cta .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

#cta .dir {
    width: 43%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}

#cta .titulo {
    font-size: 2.0833vw;
    font-weight: 600;
    line-height: 2.6041vw;
    text-align: right;
    margin-bottom: 1.3020vw;
}

#cta .titulo span {
    font-size: 2.395vw;
    font-weight: 700;
}

#cta .texto {
    font-weight: 500;
    font-size: 0.833vw;
    line-height: 1.25vw;
    text-align: right;
    width: 85%;
    margin-bottom: 2.0833vw;
}

#cta .filter {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 35.14%, #000000 67.6%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

/*********** SOBRE ***********/
#sobre {
    padding: 6.25vw 0 7.239vw;
    color: var(--preto);
    background: linear-gradient(180deg, rgba(255, 190, 86, 0.06) 0%, rgba(255, 217, 155, 0.06) 100%);
}

#sobre .subtitulo {
    font-size: 0.9375vw;
    line-height: 1.927vw;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--verde);
}

#sobre .titulo {
    font-size: 3.645vw;
    font-weight: 600;
    line-height: 2.656vw;
    color: var(--laranja);
    margin-bottom: 0.25vw;
}

#sobre .titulo span {
    font-size: 1.666vw;
}

#sobre .texto {
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 500;
    margin-bottom: 7.291vw;
}

#sobre .texto b {
    font-weight: 700;
}

#sobre .dir {
    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);
    padding: 3.02vw;
    width: 50%;
    position: relative;
    z-index: 1;
}

#sobre .container.c1 {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding-bottom: 3.125vw;
}

#sobre .container.c1::before {
    content: '';
    display: block;
    width: 43.75vw;
    height: 35.416vw;
    background-image: url(../../refeicao-transportada/home/sobre-nos-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 2.5vw;
    left: -2.3vw;
}

#sobre .container.c2 {
    display: flex;
    justify-content: flex-start;
}

#sobre .esq {
    border: 1px solid #F39200;
    background-color: var(--branco);
    padding: 0.78vw 0.78vw 1.2vw;
    width: calc(60.2% + 5.208vw);
    margin-left: -5.208vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

#sobre .numero {
    font-size: 1.83vw;
    line-height: 2.76vw;
    font-weight: 700;
}

#sobre .numero b{
    color: var(--laranja);
}

#sobre .info,
#sobre .numero span{
    font-size: 1vw;
    line-height: 1.354vw;
    font-weight: 600;
}

#sobre .ico {
    display: none;
    position: absolute;
    top: 0;
    left: 1.25vw;
}

#sobre .ico.ico1 {
    left: 0;
}

#sobre .box {
    padding: 0 1vw;
    text-align: center;
    width: 31%;
    border-right: 1px solid var(--laranja);
    position: relative;
}

#sobre .box:nth-child(2){
    width: 38%;
}

#sobre .box:last-child {
    border-right: none;
}

/************ QUEBRAS ************/
@media screen and (max-width: 1680px) {
    #sobre .container.c1::before {
        width: 55%;
        left: 0;
    }

    #sobre .esq {
        width: calc(60.2% + 3%);
        margin-left: -3%;
    }
}

@media screen and (max-width: 1440px) {

    #banner .texto,
    #servicos .subtitulo,
    #instalacoes .subtitulo,
    #cases .subtitulo,
    #depoimentos .subtitulo,
    #sobre .subtitulo,
    #servicos .box-servicos .box .texto-box,
    #servicos .box-servicos .box-4 .texto-box,
    #instalacoes .texto,
    #cases .texto,
    #cases .container-conteudo .texto-conteudo,
    #depoimentos .texto,
    #cta .texto,
    #sobre .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #banner .subtitulo,
    #servicos .box-servicos .box:hover .texto-box {
        font-size: 16px;
        line-height: 24px;
    }

    #servicos .box-servicos .box-4 .titulo-box,
    #servicos .box-servicos .box .titulo-box {
        font-size: 20px;
    }

    #servicos .box-servicos .box:hover .titulo-box {
        font-size: 22px;
    }

    #servicos .box-servicos .box,
    #servicos .box-servicos .box-4 {
        height: 340px;
    }

    #servicos .box-servicos .box:hover {
        height: 350px;
        margin-top: -10px;
    }

    #instalacoes .texto {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1366px) {
    #cases .swiper-caseinterno img {
        height: 250px;
    }

    #depoimentos .bottom .box .logo {
        width: 120px;
        height: 120px;
    }

    #depoimentos .bottom .box .dados-depo {
        font-size: 16px;
    }

    #depoimentos .bottom .box .empresa-depo {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    #banner .banner-bg .container {
        padding: 15.3vw 0 4.1vw;
    }

    #banner .titulo {
        font-size: 3.168vw;
    }

    #banner .titulo span {
        font-size: 2.8vw;
    }

    #clientes .dir img {
        scale: 0.75;
    }

    #servicos .box-servicos .box .btn-verde {
        margin-bottom: -62px;
    }

    #depoimentos .bottom .box .texto {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    #depoimentos .bottom .baixo {
        margin-top: 30px;
    }

    #depoimentos .bottom .box .logo {
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 1200px) {
    #cases .swiper-caseinterno img {
        height: 220px;
    }

    #sobre .container.c1::before {
        height: 41.416vw;
    }
}

/************ MOBILE ************/
@media screen and (max-width: 1024px) {
    #banner .banner-bg .container {
        padding: 280px 0 87px;
    }

    #banner .titulo {
        font-size: 40px;
        line-height: 52px;
    }

    #banner .titulo span {
        font-size: 33px;
        line-height: 42px;
    }

    #banner .subtitulo {
        font-size: 19px;
        line-height: 28px;
        margin-top: 10px;
        width: 98%;
    }

    #banner .texto {
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
        width: 100%;
    }

    #banner .conteudo,
    #banner .numeros .box,
    #clientes .container .esq,
    #clientes .container .dir,
    #instalacoes .top .esq,
    #instalacoes .top .dir,
    #depoimentos .top .esq,
    #depoimentos .top .dir {
        width: 100%;
    }

    #banner .numeros .box p {
        font-size: 28px;
        line-height: 37px;
    }

    #banner .numeros .box p span {
        font-size: 53px;
        line-height: 26px;
        left: -33px;
        top: 16px;
    }

    #banner .numeros .box p b {
        font-size: 48px;
        line-height: 63px;
    }

    #banner .numeros .box {
        font-size: 26px;
        line-height: 34px;
        padding: 0 0 28px 0;
        border-right: none;
        position: relative;
    }

    #banner .numeros .box::before {
        content: '';
        display: block;
        width: 220px;
        height: 1px;
        background-color: var(--branco);
        position: absolute;
        bottom: 0;
        left: calc(50% - 105px);
    }

    #banner .numeros .box:last-child::before {
        content: none;
    }

    #banner .numeros {
        margin-top: 100px;
        flex-direction: column;
        gap: 28px;
    }

    #banner .btn-verde {
        width: 100%;
        max-width: 367px;
        margin-top: 40px;
    }

    #clientes .container {
        flex-direction: column;
        gap: 40px;
    }

    #clientes {
        padding: 55px 0;
    }

    #clientes .container .esq {
        border-right: none;
    }

    #clientes .container .esq .titulo {
        font-size: 23px;
        line-height: 32px;
    }

    #clientes .dir img {
        scale: 1;
    }

    #servicos .subtitulo,
    #instalacoes .subtitulo,
    #cases .subtitulo,
    #depoimentos .subtitulo,
    #sobre .subtitulo {
        font-size: 16px;
        line-height: 20px;
    }

    #servicos .titulo {
        font-size: 33px;
        line-height: 39px;
    }

    #servicos .box-servicos {
        gap: 30px;
        margin-top: 35px;
    }

    #servicos .box-servicos .box {
        height: 395px;
        width: 100%;
        padding: 40px 26px;
    }

    #servicos .box-servicos .box:hover {
        height: 405px;
        margin-top: -10px;
    }

    #servicos .box-servicos .box-4 {
        height: auto;
        width: 100%;
        padding: 0;
    }

    #servicos .box-servicos .box-4 .titulo-box,
    #servicos .box-servicos .box .titulo-box {
        font-size: 23px;
        line-height: 29px;
    }

    #servicos .box-servicos .box-4 .texto-box {
        font-size: 16px;
        line-height: 24px;
    }

    #servicos .box-servicos .box:hover .titulo-box {
        font-size: 25px;
    }

    #servicos .box-servicos .box .btn-verde {
        margin-bottom: -73px;
    }

    #servicos {
        padding: 60px 0 0;
    }

    #servicos::before {
        content: none;
    }

    #instalacoes .navigation {
        display: none;
    }

    #instalacoes .top {
        flex-direction: column;
    }

    #instalacoes .titulo {
        font-size: 25px;
        line-height: 32px;
    }

    #instalacoes .texto {
        font-size: 16px;
        line-height: 24px;
        margin-top: 15px;
    }

    #instalacoes .bottom .swiper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #instalacoes .bottom .swiper {
        width: 180%;
    }

    #instalacoes .container {
        padding: 0 20px;
    }

    #instalacoes {
        padding: 100px 0 0;
    }

    #instalacoes .container::before {
        width: 106%;
        height: calc(70% + 60px);
        left: -3%;
        top: -40px;
    }

    #cases {
        padding: 60px 0 0;
    }

    #cases .titulo {
        font-size: 28px;
        line-height: 36px;
    }

    #cases .texto {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }

    #cases .container-conteudo .btn-verde.btn-desk {
        display: none;
    }

    #cases .container-conteudo .btn-verde.btn-mbl {
        display: flex;
        margin-top: 40px;
    }

    #cases .container-conteudo {
        flex-direction: column;
    }

    #cases .container-conteudo .dir {
        width: 100%;
        margin-left: 0%;
    }

    #cases .container-conteudo .titulo-conteudo {
        font-size: 23px;
        line-height: 29px;
    }

    #cases .container-conteudo .frase-conteudo {
        font-size: 28px;
        line-height: 36px;
    }

    #cases .container-conteudo .texto-conteudo {
        font-size: 18px;
        line-height: 27px;
    }

    #cases .container-conteudo {
        padding: 65px 25px;
    }

    #cases .filtro-caseint .filter-btn:first-child {
        padding: 0 15px 0 0;
    }

    #cases .dir .top {
        margin-bottom: 30px;
    }

    #cases .swiper-caseinterno img {
        height: 57vw;
    }

    #cases .swiper .video.swiper-slide .play-btn {
        top: calc(50% - 34px);
        left: calc(50% - 34px);
        width: 68px;
    }

    #cases .container-conteudo.swiper-slide-active .swiper-caseinterno {
        overflow: visible;
    }

    #depoimentos {
        padding: 60px 0 0;
        margin-bottom: -54px;
    }

    #depoimentos .top {
        margin-bottom: 50px;
        flex-direction: column;
    }

    #depoimentos .texto {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
    }

    #depoimentos .titulo {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    #sobre .ico {
        left: 0;
    }

    #depoimentos .bottom .box .logo {
        width: 134px;
        height: 134px;
        left: 30px;
    }

    #depoimentos .bottom .box .texto {
        font-size: 14px;
        line-height: 21px;
    }

    #depoimentos .bottom .box .dados-depo {
        font-size: 20px;
    }

    #depoimentos .bottom .box .dados-depo span {
        font-size: 14px;
    }

    #depoimentos .bottom .box {
        padding: 100px 30px 55px;
    }

    #depoimentos .bottom .box .detalhe {
        top: 24px;
        right: 24px;
    }

    #depoimentos .top .dir {
        align-items: flex-start;
    }

    #depoimentos .navigation {
        margin-top: 20px;
    }

    #cta .dir {
        width: 100%;
        align-items: flex-start;
    }

    #cta .titulo {
        font-size: 23px;
        line-height: 29px;
        text-align: left;
        margin-bottom: 10px;
    }

    #cta .titulo span {
        font-size: 28px;
    }

    #cta .texto {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        width: 100%;
        margin-bottom: 35px;
    }

    #cta .filter {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 25.63%, #000000 65.17%);
    }

    #cta {
        padding: 285px 0 80px;
    }

    #sobre .dir {
        padding: 60px 34px;
        width: 100%;
    }

    #sobre .titulo {
        font-size: 40px;
        line-height: 52px;
        margin-bottom: 15px;
    }

    #sobre .titulo span {
        font-size: 28px;
        line-height: 36px;
    }

    #sobre .texto {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 45px;
    }

    #sobre .esq {
        width: 100%;
        margin-left: 0;
        flex-direction: column;
        gap: 28px;
        padding: 32px 35px;
    }

    #sobre .numero {
        font-size: 40px;
        line-height: 53px;
    }

    #sobre .info {
        font-size: 20px;
        line-height: 26px;
    }

    #sobre .numero span {
        font-size: 26px;
    }

    #sobre .box {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
        padding: 0 0 28px 0;
        border-right: none;
        position: relative;
    }

    #sobre .box:nth-child(2) {
        width: 100%;
    }

    #sobre .box::before {
        content: '';
        display: block;
        width: 220px;
        height: 1px;
        background-color: var(--laranja);
        position: absolute;
        bottom: 0;
        left: calc(50% - 105px);
    }

    #sobre .box:last-child::before {
        content: none;
    }

    #sobre {
        overflow: hidden;
    }

    #sobre .container.c1::before {
        width: calc(100% + 12%);
        left: -6%;
        height: 461px;
        top: auto;
        bottom: -67px;
    }

    #sobre .container.c1 {
        padding-bottom: 335px;
    }
}


@media screen and (max-width: 450px) {
    #banner .titulo {
        width: 87%;
    }

    #servicos .titulo {
        font-size: 30px;
    }

    #sobre .titulo {
        font-size: 36px;
    }

    #cases .filtro-caseint .filter-btn {
        padding: 0px 10px;
    }

    #depoimentos .bottom .box .dados-depo {
        font-size: 19px;
    }

    #banner .numeros .box p span{
        position: relative;
        left: auto;
        top: auto;
    }
}

@media screen and (max-width: 380px) {
    #sobre .dir {
        padding: 60px 13px;
    }

    #cta .titulo {
        font-size: 20px;
    }

    #depoimentos .bottom .box {
        padding: 100px 15px 55px;
    }

    #depoimentos .bottom .box .dados-depo {
        font-size: 17px;
    }

    #depoimentos .bottom .box .logo {
        width: 122px;
        height: 122px;
        left: 15px;
    }

    #banner .banner-bg .container {
        padding: 210px 0 87px;
    }

    #banner .titulo {
        width: 100%;
    }
}

@media screen and (max-width: 330px) {
    #sobre .esq {
        padding: 32px 18px;
    }

    #sobre .btn-verde {
        font-size: 12px;
        padding: 15px 17px;
    }

    #depoimentos .titulo {
        font-size: 26px;
    }

    #cases .dir .top {
        flex-direction: column;
        gap: 15px;
    }
}