#cases .container.bottom {
    padding: 60px 0;
    max-width: 1368px;
}

#cases .conteudo_bloco {
    align-items: center;
    background-color: var(--branco);
    display: flex;
    flex-direction: row;
    gap: 3.125vw;
    margin-bottom: 50px;
    padding: 30px 3.125vw 30px 30px;
    transition: var(--transicao);
    -webkit-transition: var(--transicao);
    -moz-transition: var(--transicao);
    -ms-transition: var(--transicao);
    -o-transition: var(--transicao);
    position: relative;
}

#cases .conteudo_bloco::after {
    content: url(../../outsourcing-squads/icones/ico-dots.png);
    position: absolute;
    right: 3.125vw;
    top: 25px;
}

#cases .conteudo_bloco .fundo {
    position: absolute;
    width: calc(100% + 1.6vw);
    height: calc(100% + 1.6vw);
    top: -0.8vw;
    left: -0.8vw;
}

#cases .conteudo_bloco .fundo-hover,
#cases .conteudo_bloco .fundo.mobile,
#cases .conteudo_bloco .fundo.tablet {
    display: none;
}

#cases .conteudo_bloco:hover .fundo-hover {
    display: block;
}

#cases .conteudo_bloco:hover .fundo-normal {
    display: none;
}

#cases .conteudo_img {
    position: relative;
    width: 392px;
    height: 20.572vw;
    border-radius: 26px;
    z-index: 1;
}

#cases .conteudo_img::after {
    content: '';
    display: block;
    width: 59px;
    height: 59px;
    background-image: url(../../outsourcing-squads/canto-img-case.webp);
    position: absolute;
    transform: rotate(180deg);
    top: -1px;
    right: 0;
}

#cases .conteudo_img::before {
    content: '';
    display: block;
    width: 59px;
    height: 59px;
    background-image: url(../../outsourcing-squads/canto-img-case.webp);
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
}

#cases .fundo_img {
    border-radius: 26px;
    height: 100%;
    object-fit: cover;
    position: relative;
    width: 100%;
}

#cases .fundo_azul {
    border-radius: 26px;
    background: #131313A6;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .2s ease all;
    width: 100%;
}

#cases .logotipo_case {
    -webkit-filter: grayscale(1) brightness(10);
    filter: grayscale(1) brightness(10);
    width: auto;
    max-width: 80%;
    min-width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#cases .conteudo_textos {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

#cases .conteudo_textos::before {
    content: '';
    display: block;
    width: 7.0833vw;
    height: 21.6145vw;
    background-image: url(../../outsourcing-squads/detalhes-cases.webp);
    background-size: cover;
    position: absolute;
    right: -2.5vw;
    top: 0.5vw;
}

#cases .titulo {
    color: var(--preto);
    font-weight: 700;
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 15px;
}

#cases .titulo span {
    color: var(--roxo);
}

#cases .descricao_case {
    color: var(--preto);
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    margin: 10px 0;
}

#cases .btn {
    color: var(--roxo);
    border: 1px solid var(--roxo);
    align-self: flex-end;
}

#cases .btn:hover {
    border: 1px solid var(--preto);
    color: var(--verde);
}

#cases .numeros {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin: 45px 0;
}

#cases .num {
    font-weight: 800;
    font-size: 32px;
    line-height: 24px;
    text-transform: uppercase;
}

#cases .num span {
    font-size: 18px;
}

#cases .num.num-mais::before {
    content: '+';
    font-weight: 700;
    font-size: 32px;
    color: var(--roxo);
}

#cases .num.num-mais .block {
    margin-left: 26px;
}

@media screen and (max-width: 1440px) {
    #cases .descricao_case {
        font-size: 16px;
        line-height: 26px;
    }

    #cases .titulo {
        font-size: 26px;
        line-height: 20px;
        margin-bottom: 13px;
    }

    #cases .conteudo_img {
        height: 26.572vw;
    }
}

@media screen and (max-width: 1280px) {
    #cases .conteudo_img {
        height: 29.572vw;
    }
}

@media screen and (max-width: 1024px) {
    #cases .conteudo_img {
        height: 52.572vw;
        width: 100%;
        margin: 30px auto;
    }

    #cases .conteudo_bloco {
        flex-direction: column;
        padding: 50px 30px;
        gap: 40px;
    }

    #cases .conteudo_bloco::after{
        content: none;
    }

    #cases .container.bottom {
        padding: 60px 0 150px;
    }

    #cases .conteudo_bloco .fundo.desk {
        display: none;
    }

    #cases .conteudo_bloco .fundo.tablet {
        display: block;
    }

    #cases .conteudo_textos::before {
        width: 16.0833vw;
        height: 39.6145vw;
        right: -0.5vw;
    }

    #cases .conteudo_bloco .fundo {
        width: calc(100% + 6vw);
        height: calc(100% + 6vw);
        top: -3vw;
        left: -3vw;
    }

}

@media screen and (max-width: 600px) {

    #cases .descricao_case {
        font-size: 14px;
        line-height: 24px;
    }

    #cases .titulo {
        font-size: 24px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    #cases .numeros{
        width: 100%;
        align-items: center;
        flex-direction: column;
        margin: 40px 0;
    }

    #cases .conteudo_img {
        margin: 20px auto;
    }

    #cases .num.num-mais .block {
        margin-left: 0;
    }

    #cases .num {
        font-size: 24px;
        text-align: center;
    }

    #cases .num span {
        font-size: 16px;
    }

    #cases .conteudo_bloco .fundo.tablet {
        display: none;
    }

    #cases .conteudo_bloco .fundo.mobile {
        display: block;
    }

}


@media screen and (max-width: 380px) {
    #cases .conteudo_img::after,
    #cases .conteudo_img::before {
        width: 50px;
        height: 50px;
        background-size: cover;
    }
}
