.button a {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 16px;
    padding-top: 16px;
    border-radius: 99px;
    background: #1dba6a;
    color: #fff;
    border: none;
    font-family: inherit;
    text-align: center;
    cursor: pointer;
    transition: .4s;
    text-transform: uppercase
}

.button a:hover {
    box-shadow: 7px 5px 56px -14px #0ddf74;
}

.button a:active {
    transform: scale(.97);
    box-shadow: 7px 5px 56px -10px #1688DF
}

/* -------------------------------------------------- */

.title h2 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    color: #212529
}

/* -------------------------------------------------- */

section#home {
    background-image: url(/images/slide-accordi.webp);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

section#home .logo {
    margin-bottom: 10px;
}

section#home .title h1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
}

section#home .title h1 span {
    color: #1688DF;
}

section#home .subtitle h2 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #bbb
}

section#home .button {
    margin-top: 46px
}

/* -------------------------------------------------- */

section#areas {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

section#areas .title h2 {
    color: #212529;
    margin-bottom: 40px;
}

section#areas .card-areas {
    background-color: #101927;
    padding: 25px 50px;
    border-radius: 16px;
    height: 340px;
}

section#areas .card-areas .icon-areas img {
    width: auto;
    filter: invert(0.9);
}

section#areas .card-areas .title-areas h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 10px 0
}

section#areas .card-areas .description-areas p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0
}

section#areas .button {
    margin-top: 46px;
    text-align: center
}

/* -------------------------------------------------- */

section#funcionamento {
    padding-bottom: 100px
}

section#funcionamento p {
    text-align: center;
    color: #212529
}

section#funcionamento .button {
    text-align: center;
    margin-top: 46px
}

/* -------------------------------------------------- */

section#referencia {
    background-color: #101927;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 100px;
}

section#referencia .title h2 {
    color: #fff;
    margin-bottom: 40px;
}

section#referencia .description h3 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff;
    margin: 0
}

/* -------------------------------------------------- */

section#sobre {
    padding-bottom: 100px;
}

section#sobre .title h2 {
    text-align: left
}

section#sobre .description p {
    color: #212529
}

section#sobre .button {
    margin-top: 46px
}

section#sobre .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#sobre .lawyer-image {
    position: relative;
}

section#sobre .lawyer-image:before {
    /* content: ""; */
    position: absolute;
    top: -15px;
    left: 15px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #1688DF;
    border-radius: 0 36px;
    z-index: -1;
}

section#sobre .lawyer-image img {
    border-radius: 0 36px;
}

/* -------------------------------------------------- */

section#depoimentos {
    padding-bottom: 100px
}

section#depoimentos .author-review {
    margin: 10px 0
}

section#depoimentos .author-review img {
    width: auto;
    height: 20px
}

/* -------------------------------------------------- */

section#html-cta {
    margin-bottom: 100px;
}

section#html-cta .button {
    margin-top: 46px;
}

/* -------------------------------------------------- */

section#equipe {
    padding-bottom: 100px;
}

section#equipe .title h2 {
    text-align: left;
}

section#equipe .description p {
    color: #212529;
}

section#equipe .button {
    margin-top: 46px;
}

section#equipe .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#equipe .lawyer-image {
    position: relative;
}

section#equipe .lawyer-image:before {
    /* content: ""; */
    position: absolute;
    top: -15px;
    left: -15px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #1688DF;
    border-radius: 36px 0;
    z-index: -1;
}

section#equipe .lawyer-image img {
    border-radius: 36px 0;
}

/* -------------------------------------------------- */

.step {
    display: flex;
    align-items: center;
    height: 90px;
    max-height: 100%;
    background-color: #fff;
    margin: 10px 0;
    border-radius: 16px 0;
    border: 1px solid #1688df;
    padding: 10px;
    transition: all 0.5s;
}

.step:hover {
    border-radius: 0 16px;
}

.step-number h3 {
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    color: #1688DF;
    margin: 0 10px 0 0;
}

.step-description h3 {
    font-size: .9rem;
    font-weight: 600;
    font-style: normal;
    color: #041e2d;
    margin: 0;
}

/* -------------------------------------------------- */

@media screen and (max-width: 992px) {
    section#home {
        background-position: top left;
        height: 600px;
    }
    
    section#home .title h1 {
        font-size: 2rem;
    }
    
    section#home .subtitle h2 {
        font-size: 1rem;
    }

    .title h2 {
        font-size: 2rem;
    }

    section#areas {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    section#areas .owl-nav {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    section#funcionamento {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    section#funcionamento .step-number h3 {
        margin: 0 20px 0 0;
    }

    .button a {
        font-size: .8rem;
    }

    section#referencia {
        margin-bottom: 50px;
    }

    section#referencia .title h2 {
        margin-bottom: 20px;
    }

    section#sobre {
        padding-bottom: 50px;
    }

    section#depoimentos .inner__depoimento {
        padding: 20px;
    }
    
    section#depoimentos .inner__depoimento h6 {
        font-size: 18px;
    }

    #html-cta h3 {
        font-size: 2rem;
    }
    
    #html-cta p {
        font-size: 18px;
        margin: 0;
    }
}

.icon-acesso {
    transform: translateY(-5px);
}

#referencia .icon {
    filter: invert(1);
}

.section-blue.no-padding.slide h1 {
    text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    font-family: "Archivo Black", sans-serif;
    color: #affb00;
}

.section-blue.no-padding.slide .col-md-7 {
    margin: auto;
}

.section-blue.no-padding.slide {
    position: relative;
    background-color: #000;
    padding: 0 !important;
}

.section-blue {
    padding: 90px 0;
}

#faq .btn-link:hover {
    text-decoration: none !important;
    color: #3996fb !important;
}

img.icon-set {
    height: 20px;
    transition: all 1s;
    filter: invert(0.9);
}

.card-header:hover .icon-set {
    transform: translateX(-10px);
}

#faq .btn-link {
    color: white;
}
