#quem-somos .top.header {
    background-color: var(--preto);
    background-image: url(../../refeicao-transportada/quem-somos/header-bg-quem-somos.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 236px 0 81px;
}

#quem-somos .container.bottom {
    padding: 65px 0 85px;
}

#quem-somos h1.titulo {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--branco);
    text-align: center;
    width: 100%;
}

#quem-somos .conteud-flex {
    color: var(--preto);
    display: flex;
    align-items: flex-start;
    gap: 56px;
    padding: 130px 0 0;
}

#quem-somos .conteud-flex.normal {
    flex-direction: row;
}

#quem-somos .conteud-flex .esq,
#quem-somos .conteud-flex .dir {
    width: calc(50% - 28px);
}

#quem-somos .conteud-flex.full .esq,
#quem-somos .conteud-flex.full .dir{
    width: 100%;
}

#quem-somos .titulo {
    font-size: 33px;
    font-weight: 700;
    line-height: 42.9px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}

#quem-somos .subtitulo {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--verde);
}

#quem-somos .texto {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.01em;
    margin-top: 20px;
}

#quem-somos .texto b {
    font-weight: 700;
    color: var(--verde);
}

#quem-somos .texto span {
    font-weight: 600;
}

#quem-somos .btn-verde {
    margin-top: 45px;
    justify-content: center;
}

#quem-somos #bloco1 .btn-verde {
    max-width: 370px;
}

#quem-somos .conteud-flex#bloco1 {
    padding: 60px 0 0;
}

#quem-somos .conteud-cent {
    color: var(--preto);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#quem-somos .conteud-cent#kpi {
    padding: 130px 0 0;
}

#quem-somos .numeros {
    width: 100%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F39200;
    padding: 20px;
    background-color: var(--branco);
}

#quem-somos .numeros .box {
    font-size: 26px;
    font-weight: 600;
    line-height: 34px;
    padding: 0 1vw;
    text-align: center;
    min-width: 30%;
    max-width: 33.33%;
    border-right: 1px solid var(--preto);
}

#quem-somos .numeros .box.box-texto {
    padding: 0 2vw;
}

#quem-somos .numeros .box:last-child,
#quem-somos .numeros .box:nth-child(3n) {
    border-right: none;
}

#quem-somos .numeros .box p {
    font-size: 38px;
    font-weight: 700;
    line-height: 50px;
}

#quem-somos .numeros .box.box-texto p {
    display: inline;
    margin-right: 10px;
}

#quem-somos .numeros .box p .mais {
    font-size: 53px;
    font-weight: 600;
    line-height: 53px;
    color: var(--laranja);
    position: absolute;
    top: 5px;
    left: -34px;
}

#quem-somos .numeros .box p .letras {
    font-weight: 600;
    font-size: 26px;
    line-height: 34.66px;
}

#quem-somos .numeros .box p b {
    font-size: 48px;
    line-height: 63px;
    position: relative;
}

#quem-somos #kpi .texto {
    font-size: 19px;
    font-weight: 700;
    color: var(--verde);
}

#quem-somos #kpi .titulo {
    font-size: 40px;
    margin-bottom: 0px;
}

#quem-somos .conteud-flex.reverse {
    flex-direction: row-reverse;
}

#quem-somos #bloco2 .titulo {
    color: var(--laranja);
}

#quem-somos #bloco2 .destaque {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1%;
    margin-top: 20px;
    color: var(--verde);
}

#quem-somos .conteud-flex#bloco2 .dir,
#quem-somos .conteud-flex#bloco3 .dir {
    position: sticky;
    top: 110px;
}

#quem-somos .conteud-flex#bloco2 .dir img{
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#quem-somos .conteud-flex .blocos {
    display: flex;
    flex-wrap: wrap;
    gap: 1.14vw;
    margin-top: 25px;
}

#quem-somos .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;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1vw;
    padding: 0.96vw 1.04vw;
}

#quem-somos .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;
}

#quem-somos .conteud-flex .blocos .bloco.inteiro .conteudo-bloco {
    flex: 1;
}

#quem-somos .conteud-flex .blocos .bloco p {
    font-size: 0.983vw;
    font-weight: 500;
    line-height: 1.458vw;
    letter-spacing: 0.01em;
    text-align: center;
    display: inline;
}

#quem-somos .conteud-flex .blocos .bloco .titulo-bloco {
    font-weight: 700;
    color: var(--laranja);
}

/*********** 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 .navigation {
    position: relative;
    width: 150px;
    height: 45px;
}

#depoimentos .top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
    margin-bottom: 4vw;
}

#depoimentos .top .esq {
    width: 48%;
}

#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.666vw;
    font-weight: 500;
    line-height: 2.604vw;
    color: var(--laranja);
}

#depoimentos .titulo b {
    font-weight: 700;
}

#depoimentos .texto {
    font-size: 0.833vw;
    line-height: 1.25vw;
    font-weight: 500;
    margin-bottom: 38px;
}

#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;
    letter-spacing: 0;
}

#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;
}

#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: 1.666vw;
    font-weight: 500;
    line-height: 2.656vw;
    color: var(--laranja);
}

#instalacoes .titulo span {
    font-weight: 700;
}

#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 {
    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;
}

#certificacoes {
    padding: 6.25vw 0 0;
    position: relative;
}

#certificacoes::after {
    content: '';
    display: block;
    width: 16.364vw;
    height: 17.83vw;
    background-image: url(../../refeicao-transportada/home/folha-bg-detalhe.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 3vw;
}

#certificacoes .ico {
    background: #F39200;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

#certificacoes .subtitulo {
    font-size: 18px;
    line-height: 37px;
    letter-spacing: 0.2em;
    text-align: center;
    text-transform: uppercase;
    color: var(--verde);
}

#certificacoes .titulo {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    color: var(--laranja);
}

#certificacoes .texto {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: var(--preto);
}

#certificacoes .certs {
    margin-top: 125px;
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: stretch;
    position: relative;
    z-index: 1;
}

#certificacoes .certs .certificado {
    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;
    width: calc(33.33% - 16.666px);
    padding: 100px 40px 50px;
    position: relative;
    background: #fff;
}

#certificacoes .certs .cert {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    color: var(--preto);
}

#certificacoes .certs .certitulo {
    color: var(--preto);
    font-weight: 600;
    font-size: 22px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 20px;
}

#form {
    padding-top: 3vw;
}

#form .dir .box-input {
    width: 100%;
}

#form .dir .dupla {
    display: flex;
    gap: 10px;
}


/******* MODAL VIDEO *******/
.modal-video-container {
    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: 15;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.modal-video-container .filter {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000bb;
    z-index: 1;
}

.modal-video-container .box-video {
    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 .modal-video-content,
.modal-video-content iframe,
.modal-video-content object,
.modal-video-content embed {
    width: 100%;
    height: 100%;
}

.box-video .close-video {
    position: absolute;
    top: -30px;
    right: 0;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
}

.video-yt {
    position: absolute;
    width: 140px;
    left: calc(50% - 70px);
    top: calc(50% - 70px);
    cursor: pointer;
    transition: .2s all;
}

.video-yt:hover{
    scale: 1.1;
}

@media only screen and (max-width: 800px) {
    .modal-video-container .box-video {
        width: 90%;
        height: 50.5vw;
    }
}

@media screen and (max-width: 1440px) {
    #quem-somos .container {
        column-gap: 40px;
    }

    #instalacoes .texto,
    #depoimentos .subtitulo,
    #depoimentos .texto,
    #cta .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #instalacoes .texto {
        margin-bottom: 20px;
    }

    #quem-somos .numeros .box,
    #quem-somos .numeros .box p .letras {
        font-size: 22px;
    }

    #quem-somos .conteud-flex .blocos .bloco p {
        font-size: 16px;
        line-height: 24px;
    }

    #certificacoes .certs .certificado {
        padding: 100px 30px 50px;
    }

    #certificacoes .certs .cert {
        font-size: 15px;
    }

    #certificacoes .certs .certitulo {
        font-size: 21px;
    }
}

@media screen and (max-width: 1366px) {
    #depoimentos .bottom .box .logo {
        width: 120px;
        height: 120px;
    }

    #depoimentos .bottom .box .dados-depo {
        font-size: 16px;
    }

    #depoimentos .bottom .box .empresa-depo {
        font-size: 14px;
    }


    #quem-somos .conteud-flex .blocos .bloco p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1280px) {
    #quem-somos .sidebar {
        width: 380px;
        min-width: 380px;
    }

    #quem-somos .sidebar .area-menus .menu .area-titulo::before,
    #quem-somos .sidebar .menu-azul a::before {
        bottom: 2px;
        left: 3px;
    }

    #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;
    }

    #quem-somos .numeros .box,
    #quem-somos .numeros .box p .letras {
        font-size: 20px;
    }


    #quem-somos .conteud-flex .blocos .bloco p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 1200px) {
    #quem-somos .sidebar {
        width: 330px;
        min-width: 330px;
    }
}


@media screen and (max-width: 1024px) {

    #quem-somos .conteud-flex.normal,
    #quem-somos .conteud-flex.reverse {
        flex-direction: column;
    }

    #quem-somos .conteud-flex .esq,
    #quem-somos .conteud-flex .dir {
        width: 100%;
    }

    #quem-somos .conteud-flex .dir img {
        display: block;
        margin: auto;
    }

    #quem-somos .sidebar {
        width: 100%;
        min-width: 100%;
    }

    #quem-somos .sidebar .area-menus .menu .area-titulo::before,
    #quem-somos .sidebar .menu-azul a::before {
        width: 101px;
        height: 42px;
    }

    #instalacoes .top .esq,
    #instalacoes .top .dir,
    #depoimentos .top .esq,
    #depoimentos .top .dir {
        width: 100%;
    }

    #instalacoes .subtitulo,
    #cases .subtitulo,
    #depoimentos .subtitulo {
        font-size: 16px;
        line-height: 20px;
    }

    #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;
    }

    #quem-somos .conteud-cent#kpi {
        padding: 80px 0 0;
    }

    #depoimentos {
        padding: 70px 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;
    }

    #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;
    }

    #quem-somos .numeros {
        margin-top: 30px;
        flex-direction: column;
        gap: 28px;
    }

    #quem-somos .numeros .box {
        width: 100%;
        font-size: 26px;
        line-height: 34px;
        padding: 0 0 28px 0;
        border-right: none;
        position: relative;
        max-width: 500px;
    }

    #quem-somos .numeros .box p .mais {
        position: relative;
        top: auto;
        left: auto;
    }

    #quem-somos .numeros .box::before {
        content: '';
        display: block;
        width: 220px;
        height: 1px;
        background-color: var(--preto);
        position: absolute;
        bottom: 0;
        left: calc(50% - 105px);
    }

    #quem-somos .numeros .box:last-child::before {
        content: none;
    }

    #quem-somos .numeros .box p {
        font-size: 28px;
        line-height: 37px;
    }

    #quem-somos .numeros .box p b {
        font-size: 48px;
        line-height: 63px;
    }

    #quem-somos .numeros .box:last-child,
    #quem-somos .numeros .box:nth-child(3n) {
        border-right: none;
    }

    #quem-somos .conteud-flex {
        padding: 80px 0 0;
    }

    #quem-somos .conteud-flex .blocos .bloco p {
        font-size: 16px;
        line-height: 24px;
    }

    #quem-somos .conteud-flex .blocos .bloco {
        padding: 25px;
        gap: 15px;
    }

    #certificacoes .certs .certificado {
        width: calc(50% - 12.5px);
        margin-top: 100px;
    }

    #certificacoes .certs {
        gap: 25px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .video-yt {
        width: 80px;
        left: calc(50% - 40px);
        top: calc(50% - 40px);
    }

}

@media screen and (max-width: 600px) {

    #quem-somos .numeros .box,
    #quem-somos .numeros .box p .letras {
        font-size: 20px;
    }

    #quem-somos #kpi .titulo {
        font-size: 33px;
    }

    #certificacoes .certs .certificado {
        width: 100%;
    }

    #form .titulo {
        font-size: 12vw;
        line-height: 16vw;
    }

    #form .dir .dupla {
        gap: 0px;
        flex-direction: column;
    }

    #certificacoes .certs .certificado {
        padding: 100px 20px 40px;
    }
}

@media screen and (max-width: 450px) {
    #depoimentos .bottom .box .dados-depo {
        font-size: 19px;
    }
}

@media screen and (max-width: 380px) {
    #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;
    }

    #quem-somos .btn-verde {
        padding: 15px 10px;
    }

}

@media screen and (max-width: 360px) {
    #quem-somos .sidebar .fale-conosco .box {
        width: 90.6%;
    }

}

@media screen and (max-width: 330px) {
    #depoimentos .titulo {
        font-size: 26px;
    }
}