/************ BANNER ************/
#banner {
    padding: 160px 0 151px;
    background-color: var(--branco);
    position: relative;
    background-image: url("../../outsourcing-squads/banner/background_pra_quem_banner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#banner .display_flex_row {
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    position: relative;
    z-index: 1;
}

#banner .btn {
    border-color: var(--verde);
}

#banner .btn:hover {
    color: var(--preto);
}

#banner .detalhe_esq {
    margin: 6% 0 0;
    max-width: 63px;
    width: 100%;
}

#banner .content_box {
    color: var(--branco);
    max-width: 680px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#banner .content_box .pagina {
    color: var(--verde);
    text-align: right;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 35px;
}

#banner .content_box .titulo {
    font-weight: 700;
    font-size: 2.34375vw;
    line-height: 2.6041vw;
    text-align: right;
    margin: 0 0 20px 0;
    z-index: 1;
    position: relative;
    max-width: 475px;
}

#banner .content_box .texto {
    text-align: right;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.01rem;
    max-width: 600px;
}

#banner .content_box .botao {
    text-align: right;
    margin: 30px 0 0;
}

#banner .imagem {
    position: relative;
    width: 100%;
    max-width: 669px;
    margin: 0 3% 0 0;
}

#banner .social_media {
    margin: -10% -3% 0 0;
}

#banner .container_social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #FFFFFF40;
    border-radius: 50px;
    width: 100%;
    max-width: 132px;
    padding: 8px 6px;
    position: relative;
    z-index: 2;
}

#banner .social_button {
    display: flex;
    border: 1px solid var(--branco);
    border-radius: 100%;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    opacity: .7;
    transition: var(--transicao);
}

#banner .social_button svg {
    color: var(--branco);
    transition: var(--transicao);
}

#banner .social_button:hover {
    opacity: 1;
    background-color: var(--verde);
}

#banner .social_button:hover svg {
    color: var(--preto);
}

#banner .borda_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5% 1% 4.5%;
    z-index: 0;
}

#banner .borda_banner svg {
    width: 100%;
    height: 100%;
    display: block;
}

#banner .borda_banner_mobile {
    display: none;
}

@media only screen and (max-width:1600px) {
    #banner .imagem {
        text-align: center;
    }

    #banner .content_box {
        margin: 46px 3% 0 0;
    }

    #banner {
        padding: 10% 0 8%;
    }
}

@media only screen and (max-width:1500px) {
    #banner .content_box {
        margin: 0 1% 0 0;
    }
}

@media only screen and (max-width:1400px) {

    #banner .imagem {
        max-width: 468px;
    }

    #banner .content_box .botao {
        margin: 20px 0 0;
    }


    #banner .detalhe_esq {
        max-width: 40px;
    }

    #banner {
        padding: 11% 0 8%;
    }
}

@media only screen and (max-width:1220px) {
    #banner .imagem {
        max-width: 385px;
    }

    #banner .content_box {
        margin: 0;
    }

    #banner {
        padding: 13% 0 9%;
    }
}

@media only screen and (max-width:1024px) {
    #banner {
        background-image: url(../../outsourcing-squads/banner/background_banner_mobile.webp);
        background-position: left;
    }

    #banner .borda_banner_mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 15px;
        z-index: 0;
    }

    #banner .borda_banner_mobile svg {
        width: 100%;
        height: 100%;
        display: block;
    }

    #banner .borda_banner {
        display: none;
    }

    #banner .detalhe_esq {
        display: none;
    }

    #banner {
        padding: 145px 0 40px;
    }

    #banner .content_box .titulo,
    #banner .content_box .botao {
        text-align: left;
    }

    #banner .content_box .titulo {
        font-weight: 700;
        font-size: 48.49px;
        line-height: 54px;
        margin: 0 0 25px 0;
        max-width: 100%;
    }

    #banner .display_flex_row {
        width: 81%;
        align-items: flex-start;
    }

    #banner .content_box {
        max-width: 100%;
        align-items: flex-start;
    }

    #banner .imagem img {
        width: 100%;
        max-width: 600px;
    }

    #banner .container_social {
        flex-direction: row;
        border: 1px solid #ffffff25;
    }

    #banner .social_media {
        margin: 0;
    }

    #banner .imagem {
        max-width: 100%;
        margin: 40px 0;
    }

    #banner .content_box .texto {
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
    #banner .content_box {
        max-width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    #banner .content_box .titulo {
        font-size: 6.2vw;
        line-height: 8vw;
    }
}

@media only screen and (max-width: 435px) {
    #banner .content_box {
        max-width: 100%;
    }

    #banner .content_box .titulo {
        font-size: 7vw;
        line-height: 10vw;
    }
}

#squads {
    padding: 8.333vw 0 10vw;
    position: relative;
    background-image: url(../../outsourcing-squads/banner/pra-quem-squads-n2.webp);
    background-size: cover;
    background-position: bottom;
}

#squads .riscos_home {
    color: var(--branco);
    position: relative;
}

#squads .riscos_home .display_flex_row {
    justify-content: center;
}

#squads .riscos_home .esq,
#squads .riscos_home .dir {
    width: 50%;
}

#squads .riscos_home .dir {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

#squads .riscos_home .esq .content_text {
    max-width: 651px;
    position: sticky;
    top: 40px;
    height: max-content;
}

#squads .riscos_home .esq {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 0 4% 0 0;
    align-self: stretch;
    position: relative;
}

#squads .riscos_home .esq .subtitulo {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#squads .riscos_home .esq .titulo {
    font-weight: 700;
    font-size: 2.083vw;
    line-height: 2.5vw;
    margin: 0 0 25px;
    color: var(--branco);
}

#squads .riscos_home .esq .titulo b {
    color: var(--verde);
}

#squads .riscos_home .esq .texto {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.01rem;
    padding: 0 0 0 38%;
}

#squads .riscos_home .dir .box {
    border: 1px solid var(--branco);
    border-radius: 25px;
    display: flex;
    padding: 35px 3.125vw;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 683px;
    width: 100%;
    transition: var(--transicao);
}

#squads .riscos_home .dir .box.ativo {
    border: 1px solid var(--preto);
    background-color: var(--preto);
}

#squads .riscos_home .dir .box.ativo .titulo {
    color: var(--verde);
}

#squads .riscos_home .dir .box.ativo .texto {
    color: var(--branco);
}

#squads .riscos_home .dir .box .number {
    width: 194px;
    display: flex;
    justify-content: center;
}

#squads .riscos_home .dir .box .content {
    width: 69%;
}

#squads .riscos_home .dir .box .titulo {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 0 12px 0;
}

#squads .riscos_home .dir .box .texto {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75rem;
}

#squads .riscos_home .dir .box_100 {
    opacity: 1;
}

#squads .riscos_home .dir .box_75 {
    opacity: 0.75;
}

#squads .riscos_home .dir .box_50 {
    opacity: 0.5;
}

#squads .riscos_home .dir .box_25 {
    opacity: 0.25;
}

@media only screen and (max-width:1400px) {
    #squads .riscos_home .esq .titulo {
        font-size: 3.2rem;
        line-height: 4rem;
        margin: 0 0 16px;
    }

    #squads .riscos_home .esq .texto {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }
}

@media only screen and (max-width:1024px) {

    #squads {
        padding: 80px 0 140px;
    }

    #squads .riscos_home .dir .box {
        max-width: 100%;
    }

    #squads .riscos_home .esq,
    #squads .riscos_home .dir {
        width: 100%;
    }

    #squads .riscos_home .esq {
        text-align: left;
        justify-content: left;
    }

    #squads .riscos_home .esq .texto {
        padding: 0 0 40px;
    }

    #squads .riscos_home .dir {
        align-items: center;
    }

}

@media only screen and (max-width:700px) {
    #squads .riscos_home .esq .titulo {
        font-size: 32px;
        line-height: 45px;
    }
}

@media only screen and (max-width:500px) {
    #squads .riscos_home .esq .texto {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    #squads .riscos_home .dir .box {
        align-items: center;
        flex-direction: column;
        gap: 25px;
    }

    #squads .riscos_home .dir .box .content {
        width: 100%;
    }

    #squads .riscos_home .dir .box .titulo {
        font-size: 1.15rem;
        line-height: 1.55rem;
    }
}

#cases {
    background-image: url("../../outsourcing-squads/background-cases.webp");
    background-position: bottom;
    background-repeat: no-repeat;
    max-width: 1367px;
    width: 85%;
    margin: 0 auto 9.375vw;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    padding: 80px;
    background-color: var(--preto);
}

.casesbg {
    position: relative;
}

.casesbg::before {
    content: '';
    display: block;
    width: 79.531vw;
    height: 59.32vw;
    position: absolute;
    right: 0;
    bottom: -10vw;
    background-image: url(../../outsourcing-squads/como-fazemos/cases-bg.png);
    background-size: cover;
}

#cases .top {
    margin: 0 0 40px 0;
}

#cases .top .titulo {
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 3.75rem;
    color: var(--branco);
}

#cases .top .titulo strong {
    color: var(--verde);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px 0;
}

#cases .bottom .btn_cases {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    color: var(--verde);
    display: flex;
    gap: 12px;
    margin: 32px 0 0;
    transition: var(--transicao);
}

#cases .bottom .btn_cases:hover {
    color: var(--roxo);
}

#cases .cases_container {
    align-items: stretch;
    justify-content: space-between;
    gap: 3.125vw;
    flex-wrap: wrap;
}

#cases .cases_container .box_case {
    max-width: 563px;
    width: calc(50% - 1.5625vw);
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    padding: 28px;
    position: relative;
}

#cases .cases_container .box_case .filter {
    background: linear-gradient(228.73deg, rgba(135, 5, 247, 0) 50.36%, #8705F7 99.7%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#cases .cases_container .content {
    background: linear-gradient(179.88deg, rgba(20, 20, 20, 0.25) 0.1%, rgba(20, 20, 20, 0.75) 76.33%);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: var(--transicao);
    display: flex;
    border: 1px solid #725886;
    flex-direction: column;
    justify-content: space-between;
}

#cases .cases_container .content .logo {
    margin: 0 0 31px 0;
    width: 100%;
    max-width: 185px;
    height: 109px;
    filter: brightness(0) invert(1);
}

#cases .cases_container .content .logo img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

#cases .cases_container .content .text {
    color: var(--branco);
}

#cases .cases_container .content .text .titulo {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.25rem;
    margin: 0 0 10px 0;
}

#cases .cases_container .content .text .sub_titulo {
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.25rem;
}

#cases .cases_container .content .text .texto {
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 22px 0 0;
    margin: 5px 0 20px;
}

#cases .cases_container .content .btn_link_case {
    font-weight: 700;
    font-size: 0.875rem;
    ;
    line-height: 1.25rem;
    color: var(--branco);
    transition: var(--transicao);
}

#cases .cases_container .content:hover .btn_link_case {
    color: var(--verde);
}

#cases .cases_container .content:hover {
    border-color: var(--branco);
}

.case-titulos {
    padding-top: 60px;
    margin-bottom: 60px;
}

.case-titulos .subtitulo {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    color: var(--roxo);
    text-align: center;
}

.case-titulos .texto {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.01rem;
    text-align: center;
    max-width: 1160px;
    margin: 0 auto;
}

.case-titulos .titulo {
    font-weight: 700;
    font-size: 3.125vw;
    line-height: 4.0625vw;
    margin: 0 0 25px;
    text-align: center;
}


@media only screen and (max-width:1500px) {
    #cases {
        padding: 50px;
    }

    #cases .top {
        margin: 0 0 24px 0;
    }
}

@media only screen and (max-width: 1024px) {

    #cases .cases_container .box_case {
        max-width: 100%;
        width: 100%;
    }

    #cases .cases_container {
        gap: 40px;
    }

    #cases {
        width: 90%;
        margin: 0 auto 100px;
    }


    #cases .bottom .btn_cases {
        justify-content: flex-end;
    }

    #cases .cases_container .content .logo {
        margin: 0 0 10px 0;
    }

    #cases .cases_container .content .text .sub_titulo {
        font-size: 14px;
        line-height: 22px;
    }

    .case-titulos {
        padding-top: 30px;
    }

    .case-titulos .titulo {
        font-size: 5.125vw;
    }
}

@media only screen and (max-width: 500px) {
    #cases .top .titulo {
        font-size: 28px;
        line-height: 35px;
    }

    #cases {
        padding: 54px 30px 30px;
    }

    #cases .cases_container .box_case {
        padding: 12px;
    }


    #cases .cases_container .content {
        padding: 16px;
    }
}

@media only screen and (max-width: 400px) {
    #cases {
        padding: 43px 17px 25px;
    }
}

#clientes {
    background-color: #fff;
    position: relative;
    padding: 71px 0;
}

#clientes .detalhe_pontos {
    top: 13%;
    left: 2.5%;
}

#clientes .container {
    margin: 0 auto;
}

#clientes .esq {
    position: relative;
    z-index: 2;
    text-align: right;
}

#clientes .esq .titulo {
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.75rem;
    letter-spacing: 0.03rem;
    text-align: center;
}

#clientes .esq .titulo b {
    font-weight: 700;
    color: var(--roxo);
}

#clientes .esq .texto {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.01rem;
    text-align: center;
    max-width: 910px;
    margin: 35px auto 45px;
}

#clientes .swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    align-items: center;
}

#clientes .swiper .swiper-slide {
    width: auto;
    align-content: center;
}

#clientes .swiper .swiper-slide img {
    display: block;
    filter: grayscale(1);
    transition: var(--transicao);
}

#clientes .swiper .swiper-slide:hover img {
    filter: grayscale(0);
}

#clientes .shadow {
    position: absolute;
    left: 0;
    width: 147px;
    top: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

#clientes .shadow02 {
    position: absolute;
    right: 0;
    width: 147px;
    top: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(270deg, rgba(255, 255, 255, 1) 35%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    #clientes .esq .titulo {
        font-size: 1.5rem;
        line-height: 100%;
    }
}

@media screen and (max-width: 1180px) {
    #clientes .esq .titulo {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1024px) {
    #clientes {
        padding: 50px 0 25px;
    }

    #clientes .container {
        max-width: 100%;
    }

    #clientes .esq {
        padding-right: 0;
    }

    #clientes .esq .titulo {
        text-align: center;
        margin: 0 0 60px 0;
        font-weight: 300;
        font-size: 24px;
        line-height: 34px;
        letter-spacing: 0.03rem;
    }

    #clientes .esq .titulo b {
        display: block;
    }

    #clientes .detalhe_pontos {
        top: 20px;
        left: 20px;
    }

    #clientes .shadow02,
    #clientes .shadow {
        width: 50px;
    }

    #banner .content_box .pagina {
        align-self: flex-start;
    }

}

@media screen and (max-width: 320px) {
    #clientes .esq .titulo b {
        display: inline;
    }

    #clientes .esq .titulo {
        font-size: 20px;
        line-height: 28px;
    }
}