/***************** BANNER *****************/
#banner_indv {
    padding: 0 15px;
    color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

#banner_indv .content {
    background-color: #1A1A1A;
    background-image: url(../../images/mayko-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    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;
    padding: 220px 50px 150px 50px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

#banner_indv .content .filtro {
    height: 100%;
    width: 100%;
}

#banner_indv .content .esq {
    width: 615px;
}

#banner_indv .content .esq .destaque {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.15em;
    color: var(--roxo-claro);
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

#banner_indv .content .esq .titulo {
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -0.02em;
    font-family: var(--KonnectThin);
    margin: 0 0 20px 0;
}

#banner_indv .content .esq .titulo b {
    font-family: var(--KonnectRegular);
    font-size: 67px;
}

#banner_indv .content .esq .titulo .block {
    display: block;
    margin-top: 10px;
}

#banner_indv .content .esq .titulo .roxo {
    color: var(--roxo-claro);
}

#banner_indv .content .esq .texto {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.05em;
    margin-bottom: 40px;
}

#banner_indv .content .esq .btn-saiba {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.04em;
    color: #010101;
    background-color: #fff;
    padding: 13px 20px;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#banner_indv .content .esq .btn-saiba svg {
    margin: 2px 0 0 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#banner_indv .content .esq .btn-saiba:hover {
    background-color: var(--roxo-claro);
    color: #fff;
}

#banner_indv .content .esq .btn-saiba:hover svg path {
    fill: #fff;
}

#banner_indv .content .mayko-img {
    position: absolute;
    width: 407px;
    height: 611px;
    bottom: 0;
    right: 150px;
}

#conteudo .container {
    padding: 80px 65px;
    background-image: url(../../images/bg-parceiros.svg);
    background-repeat: no-repeat;
    background-position: center;
}

#conteudo .titulo {
    font-size: 48.17px;
    line-height: 50px;
    letter-spacing: -0.05em;
    text-align: center;
    max-width: 877px;
    margin: 0 auto 30px;
}

#conteudo .titulo span {
    color: var(--roxo-claro);
}

#conteudo .titulo b {
    font-family: var(--KonnectSemiBold);
}

#conteudo .titulo.margin {
    margin-top: 60px;
}

#conteudo .texto {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: center;
}

#conteudo .texto.grey {
    color: #4E4E4E;
}

#conteudo .btn {
    color: #fff;
    background-color: var(--roxo-claro);
    padding: 20px 18px 17px 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 2px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.01em;
    text-decoration: none;
    margin-top: 20px;
    margin-left: calc(50% - 165.5px);
    display: inline-block;
}

#conteudo .btn svg {
    margin: -2px -2px 0 10px;
}

#conteudo .btn:hover {
    background-color: #7a3acf;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#conteudo .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px;
    margin: 60px 0;
    padding: 0 60px;
}

#conteudo .boxes .box {
    font-family: var(--KonnectSemiBold);
    font-size: 25px;
    line-height: 26px;
    letter-spacing: -0.05em;
    background-color: #fff;
    padding: 33px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px;
    width: 25%;
    box-shadow: 0px 4px 11.8px 0px #0000001C;
}

@media only screen and (max-width:1440px) {
    #banner_indv .content .esq .titulo {
        font-size: 4.444vw;
        line-height: 4.444vw;
    }

    #banner_indv .content .esq .titulo b {
        font-size: 4.653vw;
    }

    #banner_indv .content .esq .texto {
        font-size: 1.389vw;
        line-height: 2.083vw;
    }

    #banner_indv .content .esq {
        width: 47%;
    }

    #banner_indv .content .esq .btn-saiba {
        font-size: 15px;
    }

    #banner_indv .content .mayko-img {
        width: 28.264vw;
        height: 42.431vw;
        right: 10.417vw;
    }

    #conteudo .titulo {
        font-size: 3.333vw;
        line-height: 3.472vw;
    }

    #conteudo .texto {
        font-size: 1.389vw;
        line-height: 2.083vw;
    }

    #conteudo .boxes {
        padding: 0 0px;
    }

    #conteudo .boxes .box {
        font-size: 1.736vw;
        line-height: 1.806vw;
    }

    #conteudo .btn {
        font-size: 18px;
        margin-left: calc(50% - 141px);
    }
}

@media only screen and (max-width:1024px) {
    #banner_indv .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 12px 27vw;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    #banner_indv .content .esq .titulo {
        font-size: 40px;
        line-height: 40px;
    }

    #banner_indv .content .esq .titulo b {
        font-size: 46px;
    }

    #banner_indv .content .esq .texto {
        font-size: 16px;
        line-height: 22px;
        width: 60%;
    }

    #banner_indv .content .esq {
        width: 100%;
    }

    #banner_indv .content .mayko-img {
        width: 38.264vw;
        height: 56.431vw;
        right: 1vw;
    }

    #conteudo .container {
        padding: 60px 15px;
    }

    #conteudo .titulo {
        font-size: 32px;
        line-height: 40px;
    }

    #conteudo .texto {
        font-size: 16px;
        line-height: 22px;
    }

    #conteudo .boxes {
        gap: 20px;
        flex-wrap: wrap;
    }

    #conteudo .boxes .box {
        font-size: 18px;
        line-height: 24px;
        padding: 20px;
        width: calc(50% - 10px);
    }
}

@media only screen and (max-width:600px) {
    #banner_indv .content .esq .titulo {
        font-size: 32px;
        line-height: 32px;
    }

    #banner_indv .content .esq .titulo b {
        font-size: 36px;
    }

    #banner_indv .content .esq .texto {
        font-size: 15px;
        width: 100%;
    }

    #banner_indv .content .mayko-img {
        width: 280px;
        height: 428px;
        right: auto;
        bottom: auto;
        position: relative;
        margin: 60px auto 0;
    }

    #banner_indv .content {
        padding: 80px 12px 0;
    }

    #banner_indv .content .esq .btn-saiba {
        font-size: 14px;
    }

    #conteudo .boxes .box {
        width: 100%;
    }

    #conteudo .titulo {
        font-size: 28px;
        line-height: 38px;
    }

    #conteudo .btn {
        font-size: 16px;
        padding: 13px 18px 12px 22px;
        margin-left: calc(50% - 128.5px);
    }
}

@media only screen and (max-width:350px) {
    #banner_indv .content .esq .btn-saiba {
        font-size: 13px;
    }
}