@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: "Poppins", sans-serif !important;
}

.button a {
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 16px;
    padding-top: 16px;
    border-radius: 99px;
    background: #0ddf74;
    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 #0ddf74
}

.title h2 {
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 50px;
}

/* sec-home */

section#home {
    position: relative;
    background-image: url(/images/banner/bg-banner.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

section#home .logo {
    margin-bottom: 10px
}

section#home .logo img {
    filter: invert(1)
}

section#home .title h1 {
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff
}

section#home .title h1 span {
    color: #ebd18c;
}

section#home .subtitle h2 {
    font-size: 1.25rem;
    font-weight: 300;
    color: #ffffff;
}

section#home .button {
    margin-top: 46px
}

section#home .button a {
    background: #0ddf74
}

section#home .button a:hover {
    box-shadow: 7px 5px 56px -14px #0ddf74
}

section#home .button a:active {
    box-shadow: 7px 5px 56px -10px #0ddf74
}

#home:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000069;
}
/* <-------> */
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: linear-gradient(45deg, #f3f3f3, #ffffff);
    padding: 25px 50px;
    border-radius: 16px;
    height: 375px;
    box-shadow: 0px 21px 40px -28px #33333340;
    border: 3px solid;
    border-color: #e7e7e7;
}

section#areas .card-areas .icon-areas img {
    width: auto;
    background: #ebd18c;
    border-radius: 15px;
    filter: sepia(1);
}

section#areas .card-areas .title-areas h3 {
    font-size: 1.09rem;
    font-weight: 700;
    color: #8b7b60;
    margin: 10px 0
}

section#areas .card-areas .description-areas p {
    font-size: .8rem;
    font-weight: 400;
    color: #535151;
    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: linear-gradient(45deg, #e5cca0, #8b7b60);
    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: 200px;
    max-height: 100%;
    background: linear-gradient(45deg, #ffffff, #f1f1f1);
    margin: 10px 0;
    border-radius: 16px 0;
    border: 1px solid #ffd566;
    padding: 10px
}

.step-number h3 {
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    color: #ffd566;
    margin: 0 10px 0 0
}

.step-description h3 {
    font-size: .9rem;
    font-weight: 600;
    font-style: normal;
    color: #84755b;
    margin: 0
}

.button-faq {
    text-align: center;
    margin-top: 70px;
}

.button-faq a {
    background: #0ddf74;
    color: #fff;
    padding: 20px 30px;
    border-radius: 36px;
    font-weight: 500;
    font-size: 20px;
    transition: .3s ease-in-out;
}

.button-faq a:hover {
    box-shadow: 7px 5px 56px -14px #0ddf74;
}

.button-areas {
    margin: auto;
    margin-top: 50px;
}

.button-areas a {
    background: #0ddf74;
    padding: 13px 54px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: .4s;
}

.button-areas a:hover {
    box-shadow: 7px 5px 56px -14px #0ddf74;
}

i.fab.fa-whatsapp:before {
    content: "\f232";
    font-size: 24px;
    margin-left: 4px;
}

.description-topics p {
    font-size: 12px;
    text-align: left !important;
}

.title-step {
    margin-bottom: 10px;
}

@media screen and (max-width:992px) {
    section#home {
        background-position: center;
        height: 100%;
        padding: 48px 0px;
    }

    section#home .title h1 {
        font-size: 2rem;
        text-align: center;
    }

    section#home .subtitle h2 {
        font-size: 1rem;
        text-align: center;
    }

    .title h2 {
        font-size: 2rem;
        text-align: center !important;
    }

    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: 1.8rem;
    }

    #html-cta p {
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    section#home .button {
        text-align: center;
    }

    section#home .logo {
        text-align: center;
    }

    section#sobre .button {
        margin-bottom: 46px;
    }

    section#sobre .lawyer-image {
        margin-top: 26px;
    }

    section#equipe .lawyer-image {
        margin-bottom: 26px;
    }

    section#equipe .button {
        text-align: center;
    }

    .button-faq a {
        font-size: 16px;
    }
}

.mobile-only {
    display: none
}

.desktop-only {
    display: block
}

@media (max-width:1024px) {
    .desktop-only {
        display: none
    }

    .mobile-only {
        display: block
    }
}

img {
    max-width: 100%
}

section#home .lawyer-image {
    height: 800px;
    display: flex;
    align-items: flex-end
}

@media screen and (max-width:768px) {
    section#home .lawyer-image {
        height: 100%
    }
}

section#referencia .icon img {
    min-width: 60px;
    min-height: 60px;
    filter: grayscale(1) brightness(0.5);
}

.button.responsive {
    display: none;
}

@media screen and (max-width: 768px) {
    .button.responsive {
        display: block;
        text-align: center;
    }

    .button.desktop {
        display: none;
    }
}