@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noticia+Text:ital,wght@0,400;0,700;1,400;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

#wpadminbar {
    display: none !important;
}

html.chrome {
    margin-top: 0 !important;
}


#wrapper {
    overflow-x: hidden;
}

.container-fluid {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 8px;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 8px;
    position: relative;
    z-index: 1;
}

a {
    text-decoration: none !important;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    background-color: #FCFBFA;

    &.stop-roll {
        overflow: hidden;
    }
}

.modal-nav-mobile {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 13;
    background-color: #F2EEE8;
    padding: 0 8px;
    overflow-y: auto;
    left: -100%;
    visibility: hidden;
    opacity: 0;
    transition: left .3s ease-in-out;

    &.active {
        opacity: 1;
        visibility: visible;
        left: 0;
    }

    .header-modal {
        display: flex;
        padding: 16px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        color: rgba(0, 0, 0, .5);
        font-size: 17px;
        font-weight: 500;
        background: #F2EEE8;

        span {
            color: #d02626;
            font-size: 32px;
        }
    }

    .menu {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        padding: 12px 0;

        li {
            width: 100%;
            padding: 18px 8px;
            border-bottom: 1px solid rgba(0, 0, 0, .07);

            a {
                display: block;

                span {
                    font-weight: 600;
                    font-size: 17px;
                    color: #4a4f47;
                    transition: all .3s ease;
                }

                &:hover span {
                    color: #000;
                    transform: translateX(4px);
                }
            }
        }
    }

    .destaque-links {
        display: flex;
        gap: 16px;
        flex-direction: column;
        margin-top: 24px;
        padding-bottom: 24px;

        .item-destaque {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start;
            padding: 16px 20px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 12px;
            background: #ffffff;
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
            transition: all .3s ease;

            &:hover {
                background: #fff;
                box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
                transform: translateY(-2px);
            }

            span {
                font-family: "Nunito Sans", sans-serif;
                font-weight: 600;
                font-size: 12px;
                color: #6c7268;
                margin-bottom: 6px;
            }

            a {
                display: flex;
                align-items: center;
                gap: 6px;

                .text-destaque {
                    font-family: "Nunito Sans", sans-serif;
                    font-weight: 600;
                    font-size: 15px;
                    color: #0f150c;
                }
            }

            svg {
                rect {
                    fill: #092315;
                }
            }

        }
    }
}


#header {
    position: fixed;
    top: 12px;
    width: 100%;
    z-index: 5;

    &.header-378 {
        display: none;
    }

    .content-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 24px;
        height: 90px;
        background: #092315;
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(7.5px);
        border-radius: 4px;


        @media(max-width: 990px) {
            height: 90px;
            padding: 16px;
        }

        #site-title,
        #site-description {
            position: absolute;
            z-index: -1;
            visibility: hidden;
            opacity: 0;
            color: transparent;

            * {
                color: transparent !important;
            }
        }

        .site-logo {
            img {
                max-width: 148px;
                height: auto;
            }
        }

        nav {
            &#menu {
                @media(max-width: 990px) {
                    display: none;
                }
            }

            &.nav-mobile {
                display: none;
                padding: 5px;
                border: 2px solid #C18045;
                border-radius: 6px;
                align-items: center;
                justify-content: center;

                @media(max-width: 990px) {
                    display: flex;
                }
            }

            .menu {
                display: flex;
                align-items: center;

                li {
                    padding: 24px 16px;

                    a {
                        span {
                            font-family: 'Inter', sans-serif;
                            font-style: normal;
                            font-weight: 400;
                            font-size: 16px;
                            line-height: 160%;
                            text-align: center;
                            color: #FFFFFF;
                            transition: all .5s ease-in-out;
                        }

                        &:hover {
                            span {
                                opacity: .8;
                            }
                        }
                    }
                }
            }
        }

        .destaque-links {
            display: flex;
            gap: 40px;
            justify-content: flex-end;
            align-items: center;

            @media(max-width: 990px) {
                display: none;
            }

            .item-destaque {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 16px 32px;
                gap: 8px;
                height: 56px;
                background: #B3763F;
                border: 1px solid #E8AA70;
                transition: opacity .5s ease-in-out;

                &:hover {
                    opacity: .7;
                }

                span {
                    font-family: 'Nunito Sans', sans-serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 100%;
                    color: #FFFFFF;
                }
            }
        }
    }
}

.section-site {
    .subtitle-section {
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 150%;
        text-align: center;
        color: #FFFFFF;
        margin-bottom: 24px;
        display: block;
    }

    .js-slider {
        overflow: hidden;
        position: relative;

        .arrow-swiper {
            bottom: 20px;
            top: inherit;
            font-size: 0px;
            width: 32px;
            height: 32px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;

            svg {
                display: none;
            }

            &.atuacao-prev {
                left: 50%;
                transform: translateX(calc(-50% - 20px));
                background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_6043_2964" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="10" y="3" width="20" height="34"><path d="M26.6667 36.0896L10.5772 20L26.6667 3.9104L29.0322 6.27582L15.3076 20L29.0322 33.7242L26.6667 36.0896Z" fill="%231C1B1F"/></mask><g mask="url(%23mask0_6043_2964)"><rect y="6.99382e-06" width="40" height="40" fill="%23C18045"/></g></svg>');

            }

            &.atuacao-next {
                left: 50%;
                transform: translateX(calc(-50% + 20px));
                background-image: url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_6043_2958" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="10" y="3" width="20" height="34"><path d="M13.3333 3.91043L29.4229 20L13.3333 36.0896L10.9679 33.7242L24.6924 20L10.9679 6.27585L13.3333 3.91043Z" fill="%231C1B1F"/></mask><g mask="url(%23mask0_6043_2958)"><rect x="40" y="40" width="40" height="40" transform="rotate(-180 40 40)" fill="%23C18045"/></g></svg>');
            }
        }
    }

    .js-text {

        h2 {
            font-family: 'Noticia Text', serif;
            font-style: normal;
            font-weight: 700;
            font-size: 39px;
            line-height: 140%;
            color: #232625;
        }

        p {
            font-family: 'Inter', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            color: #60665D;
            padding: 20px 0px 40px 0px;

        }
    }

    .js-title {
        text-align: center;
        padding-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;

        small {
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            line-height: 160%;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        h2 {
            font-style: normal;
            font-weight: 600;
            font-size: 39px;
            line-height: 130%;

            @media(max-width: 990px) {
                font-size: 30px;
            }
        }

        p {
            font-family: 'Inter', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 160%;
            width: 485px;
            max-width: 100%;
        }

        small,
        p,
        h2 {
            max-width: 100%;
            width: 485px;
        }
    }
}

.main-banner {
    position: relative;

    .base-banner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .float-elements {
        padding-top: 152px;
        min-height: 100vh;

        @media(max-width: 990px) {
            padding-top: 12px;
        }

        .content-float {
            display: flex;
            align-items: center;

            @media(max-width: 990px) {
                flex-direction: column;
                align-items: flex-start;
                gap: 32px;
            }

            .text-grid {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                width: 55%;
                padding-right: 75px;

                @media(max-width: 990px) {
                    width: 100%;
                    padding-top: 0;
                    padding-bottom: 0;
                    padding-right: 12px;
                    padding-left: 12px;

                }

                .custom-logo-link {
                    display: flex;
                    margin-bottom: 64px;

                    @media(max-width: 990px) {
                        display: none;
                    }

                    img {
                        max-width: 148px;
                        width: 100%;
                        height: auto;
                    }
                }

                small {
                    display: block;
                    padding: 4px 12px;
                    border: 1px solid rgba(255, 255, 255, 0.2);
                    border-radius: 4px;
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 13px;
                    line-height: 160%;
                    letter-spacing: 0.15em;
                    text-transform: uppercase;
                    color: #FFFFFF;
                    width: fit-content;
                }

                h2 {
                    font-family: 'Noticia Text', serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 64px;
                    line-height: 130%;
                    color: #FFFFFF;
                    margin-bottom: 8px;

                    @media(max-width: 990px) {
                        font-size: 32px;
                    }

                }

                i {
                    font-family: 'Noticia Text', serif;
                    font-style: italic;
                    font-weight: 400;
                    font-size: 31px;
                    line-height: 140%;
                    color: #FFFFFF;
                    display: block;
                    margin-bottom: 24px;

                    @media(max-width: 990px) {
                        font-size: 16px;
                    }
                }

                .text {
                    margin-bottom: 64px;

                    strong {
                        font-weight: 700;
                    }

                    p {
                        font-family: 'Inter', sans-serif;
                        font-size: 18px;
                        line-height: 160%;
                        color: #DAE5E0;

                        @media(max-width: 990px) {
                            font-size: 16px;
                        }
                    }
                }

                .actions {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    gap: 8px;

                    .button-link {
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                        padding: 16px 32px;
                        gap: 8px;
                        height: 56px;
                        font-family: 'Nunito Sans', sans-serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 100%;
                        color: #FFFFFF;

                        @media(max-width: 990px) {
                            padding: 10px;
                            width: 100%;
                        }

                        &.link-download {
                            background: #B3763F;
                            border: 1px solid #E8AA70;
                        }

                        &.link-conferir {
                            background: transparent;
                            border: 1px solid rgba(255, 255, 255, 0.1);
                        }
                    }
                }
            }

            .image-lateral {
                width: 45%;

                @media(max-width: 990px) {
                    width: 100%;
                    padding-bottom: 32px;

                }

                img {
                    max-width: 100%;
                    height: auto;
                    width: 100%;
                }
            }
        }
    }

    &.banner-home {
        .float-elements {
            min-height: calc(100vh - 36px);

            @media(max-width: 990px) {
                padding-top: 122px;
            }

            .content-float {
                gap: 32px;
                padding-bottom: 46px;
                padding-top: 24px;
                align-items: flex-start;


                .text-grid {
                    width: 50%;
                    padding-top: 130px;
                    padding-left: 40px;

                    @media (max-width: 990px) {
                        padding: 12px 0;
                        width: 100%;
                    }

                    .text {
                        margin-bottom: 32px;

                        h2 {
                            font-family: 'Noticia Text', sans-serif;
                            font-style: normal;
                            font-weight: 400;
                            line-height: 130%;
                            font-size: 49px;
                            color: #FFFFFF;
                            margin-bottom: 12px;


                            strong {
                                font-weight: bold;
                            }

                            @media(max-width: 990px) {
                                font-size: 32px;
                            }


                        }

                        p {
                            font-family: 'Noticia Text', sans-serif;
                            font-style: normal;
                            font-weight: 400;
                            font-size: 20px;
                            line-height: 160%;
                            color: rgba(255, 255, 255, .8);

                            @media(max-width: 990px) {
                                font-size: 16px;
                            }
                        }
                    }
                }

                .image-lateral {
                    width: 50%;
                    margin-right: -15px;

                    @media (max-width: 990px) {
                        margin-right: 0;
                        width: 100%;
                    }

                    img {
                        @media(max-width: 990px) {
                            width: 100%;
                            height: auto;
                        }
                    }
                }
            }
        }
    }
}

.sobre {
    background-color: #F8F5F3;
    padding-top: 124px;
    padding-bottom: 80px;

    .js-slider {
        margin-top: 48px;

        .swiper-slide {
            .card-item {
                padding: 32px 124px 32px 32px;
                background: #1B3628;
                border: 1px solid rgba(0, 0, 0, 0.2);
                border-radius: 8px;
                position: relative;
                overflow: hidden;
                padding-right: 120px;
                color: #fff;

                h2 {
                    font-family: 'Noticia Text', serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 25px;
                    line-height: 140%;
                }

                p {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    color: #DAE5E0;
                }

                &:before {
                    content: '';
                    background-image: url(../images/vector-card.png);
                    width: 159px;
                    height: 186px;
                    position: absolute;
                    bottom: -100px;
                    right: -40px;
                    z-index: 1;
                }
            }
        }
    }
}

.beneficios {
    position: relative;

    .float-camada {
        position: absolute;
        width: fit-content;
        height: auto;
        position: absolute;
        z-index: -1;
        top: 124px;
        right: 0;

        @media(max-width: 990px) {
            top: 32px;
            max-width: 50%;
        }
    }

    .content-direitos {
        padding: 124px 0;
        display: flex;
        flex-direction: column;
        gap: 80px;

        @media(max-width: 990px) {
            padding: 0;
        }
    }

    .content-cards-direitos {
        display: flex;

        @media(max-width: 990px) {
            flex-direction: column;
            gap: 32px;
        }
    }

    .js-title {
        max-width: 220px;
        margin-right: 75px;
        padding-bottom: 0;

        h2 {
            font-family: 'Noticia Text', serif;
            font-style: normal;
            font-weight: 700;
            font-size: 39px;
            line-height: 140%;
            color: #224432;
            text-align: left;

            @media(max-width: 990px) {
                font-size: 30px;
            }
        }
    }


    .js-cards {

        .grid-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;

            @media(max-width: 990px) {
                grid-template-columns: repeat(1, 1fr);
            }

            .card {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 32px;
                background: #F8F5F3;
                border: 1px solid rgba(0, 0, 0, 0.1);
                border-radius: 8px;

                i {
                    margin-bottom: 12px;
                    display: flex;
                }

                .content-card {
                    display: flex;
                    flex-direction: column;

                    span {
                        font-family: 'Noticia Text', serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 130%;
                        color: #232625;
                        display: block;
                        margin-bottom: 32px;
                    }

                    p {
                        font-family: 'Inter', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 160%;
                        color: #464C49;
                    }
                }
            }

        }
    }

}

.assosiated {
    padding: 80px 0;
    background-color: #F8F5F3;
    position: relative;

    .float-background {
        position: absolute;
        height: 100%;
        width: auto;
        z-index: 0;
        top: 0;
        left: 0;
        user-select: none;

    }

    @media(max-width: 990px) {
        padding-top: 0;
    }

    .content-as {
        display: flex;
        align-items: center;

        @media(max-width: 990px) {
            flex-wrap: wrap;
        }

        .js-text {
            padding: 20px 80px 20px 0px;
            width: 55%;

            @media(max-width: 990px) {
                width: 100%;
                padding: 20px 0;
            }

            small {
                margin-bottom: 16px;
                display: block;
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 13px;
                line-height: 160%;
                letter-spacing: 0.15em;
                text-transform: uppercase;
                color: #C18045;
            }

            h2 {
                margin-bottom: 32px;
                font-family: 'Noticia Text', serif;
                font-style: normal;
                font-weight: 700;
                font-size: 39px;
                line-height: 140%;
                color: #232625;
            }

            p {
                padding: 0;
                margin-bottom: 24px;
            }

        }

        .js-slider {
            width: 45%;
            border-radius: 0;

            @media(max-width: 990px) {
                width: 100%;
            }

            img {
                max-width: 100%;
                height: auto;
                width: 100%;
            }

        }

    }
}

.depoimentos-google {
    padding: 128px 0;
    background-color: #FCFBFA;

    .js-text {
        padding-bottom: 40px;

        h2 {
            font-family: 'Noticia Text', serif;
            font-style: normal;
            font-weight: 700;
            font-size: 39px;
            line-height: 140%;
            color: #3C4141;
        }
    }

    .ti-widget.ti-goog .ti-review-item>.ti-inner,
    .ti-widget.ti-goog .ti-load-more-reviews-container .ti-load-more-reviews-button {
        border: 1px solid rgba(0, 0, 0, .2) !important;
        background-color: transparent !important;

    }

    .ti-widget.ti-goog .ti-controls .ti-next,
    .ti-widget.ti-goog .ti-controls .ti-prev {
        background: transparent;
        outline-color: transparent;
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    .ti-widget.ti-goog .ti-controls .ti-next {
        right: -40px !important;
    }

    .ti-widget.ti-goog .ti-controls .ti-prev {
        left: -40px !important;
    }

    .ti-widget.ti-goog .ti-controls .ti-next:before,
    .ti-widget.ti-goog .ti-controls .ti-prev:before {
        border-color: #C18045 !important;
        width: 30px;
        height: 30px;
    }

    .ti-widget.ti-goog .ti-controls .ti-next:hover,
    .ti-widget.ti-goog .ti-controls .ti-next:focus,
    .ti-widget.ti-goog .ti-controls .ti-prev:hover,
    .ti-widget.ti-goog .ti-controls .ti-prev:focus {
        background-color: #003422 !important;
        outline-color: transparent !important;
    }
}

.blog-maneiro {
    background-color: #F2EEE8;
    padding: 124px 0;

    &.blog-page {


        .js-filters {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 32px;

            @media(max-width: 990px) {
                flex-direction: column-reverse;
            }

            .search-feedback {
                display: block;
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 13px;
                line-height: 160%;
                letter-spacing: 0.15em;
                color: #C18045;
                margin-top: 12px;
                text-align: left;

                @media(max-width: 990px) {
                    text-align: center;
                }

                strong {
                    font-weight: bold;
                    color: #1B3628;
                    text-transform: uppercase;

                }
            }

            form {
                display: flex;
                align-items: center;
                gap: 6px;
                max-width: 100%;

                @media(max-width: 990px) {
                    width: 100%;
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    grid-template-rows: repeat(2, 1fr);
                }

                input,
                select {
                    padding: 8px 16px;
                    height: 48px;
                    background: #FCFBFA;
                    border: 1px solid rgba(0, 0, 0, 0.1);
                }

                input {
                    @media(max-width: 990px) {
                        grid-column: 1 / -1;
                    }
                }

                select {
                    @media(max-width: 990px) {
                        &[name="cat"] {
                            grid-row-start: 2;
                            grid-column: span 2;
                        }

                        &[name="order"] {
                            grid-row-start: 2;
                            grid-column: span 2;
                        }



                    }
                }

                button {
                    padding: 6px 12px;
                    height: 48px;
                    background: #B3763F;
                    border: none;
                    font-family: 'Nunito Sans', sans-serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 100%;
                    color: #FFFFFF;

                    @media(max-width: 990px) {
                        grid-row-start: 3;
                        grid-column: 1 / -1;
                    }
                }
            }
        }
    }

    .js-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 32px;

        @media(max-width: 990px) {
            align-items: flex-start;
        }

        small {
            display: block;
            font-family: 'Inter', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 13px;
            line-height: 160%;
            letter-spacing: 0.15em;
            text-transform: uppercase;
            color: #C18045;
            margin-bottom: 16px;

            @media(max-width: 990px) {
                text-align: left;
            }
        }

        h2 {
            margin-bottom: 32px;
            font-family: 'Noticia Text', serif;
            font-style: normal;
            font-weight: 700;
            font-size: 39px;
            line-height: 140%;
            color: #232625;
            max-width: 350px;
            text-align: center;
            margin-bottom: 40px;

            @media(max-width: 990px) {
                text-align: left;
            }
        }

    }

    .main-post {
        margin-bottom: 24px;

        .post-destaque {
            display: flex;
            align-items: center;
            background: #F8F5F3;
            border: 1px solid rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: background .5s ease-in-out;

            @media(max-width: 990px) {
                flex-direction: column;
            }

            .text-post {
                width: 50%;
                padding: 138px 32px;
                padding-right: 80px;

                @media(max-width: 990px) {
                    width: 100%;
                    padding: 32px 16px;
                }

                .post-data {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 160%;
                    color: #C18045;
                    margin-bottom: 8px;
                }

                .post-title {
                    font-family: 'Noticia Text', serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 39px;
                    line-height: 140%;
                    color: #232625;
                    margin-bottom: 12px;
                    transition: color .5s ease-in-out;

                    a {
                        color: #232625;
                        text-decoration: none;
                        transition: color .5s ease-in-out;

                    }
                }

                .post-author {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    color: #464C49;
                    margin-bottom: 32px;
                    transition: color .5s ease-in-out;

                }

                .resume-post,
                .resume-post a {

                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    color: #464C49;
                    transition: color .5s ease-in-out;

                }
            }

            .image-post {
                width: 50%;
                display: flex;
                overflow: hidden;

                @media(max-width: 990px) {
                    width: 100%;
                }

                a {
                    display: flex;
                }

                img {
                    max-width: 100%;
                    object-fit: cover;
                    transition: transform .5s ease-in-out;

                }
            }

            &:hover {
                background: radial-gradient(circle, rgba(0, 52, 34, 1) 0%, rgba(0, 24, 14, 1) 73%);

                .text-post {

                    .post-title,
                    .post-title a,
                    .post-author,
                    .resume-post {
                        color: #fff;

                    }
                }

                .image-post {
                    img {
                        transform: scale(1.2);
                    }
                }
            }
        }
    }

    .posts-secundarios {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;

        @media(max-width: 990px) {
            grid-template-columns: repeat(1, 1fr);
        }

        .post-normal {
            width: 100%;
            min-width: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 0px;
            background: #F8F5F3;
            border: 1px solid rgba(0, 0, 0, 0.2);
            transition: background .5s ease-in-out;
            position: relative;

            .post-destaque {
                position: absolute;
                background-color: #FCFBFA;
                color: #c07a2d;
                padding: 6px 12px;
                top: 5px;
                right: 5px;
                border: 1px solid rgba(0, 0, 0, .2);
                z-index: 1;
                font-size: 13px;
                font-weight: bold;
                border-radius: 6px;
            }

            .image-post {
                width: 100%;

                a {
                    display: flex;
                    overflow: hidden;
                    position: relative;
                    padding-bottom: 70%;

                    img {
                        max-width: 100%;
                        width: 100%;
                        height: 100%;
                        transition: transform .5s ease-in-out;
                        position: absolute;
                        top: 0;
                        left: 0;
                        object-fit: cover;
                    }
                }
            }

            .text-post {
                padding: 32px;
                padding-bottom: 24px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.2);
                height: 100%;

                .post-title {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 29px;
                    color: #232625;
                    margin-bottom: 16px;

                    & * {
                        color: #232625;

                    }
                }

                .resume-post {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    color: #464C49;

                    & * {
                        color: #464C49;
                    }
                }
            }

            .down-line {
                display: flex;
                justify-content: space-between;
                padding: 18.5px 32px;
                width: 100%;

                .post-author {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 500;
                    font-size: 13px;
                    line-height: 160%;
                    color: #464C49;
                }

                .post-data {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 160%;
                    color: #C18045;
                }
            }

            &:hover {
                background: radial-gradient(circle, rgba(0, 52, 34, 1) 0%, rgba(0, 24, 14, 1) 73%);

                .post-title,
                .resume-post,
                .post-author {
                    color: #fff;

                    & * {
                        color: #fff;
                    }
                }

                .image-post {
                    img {
                        transform: scale(1.2);
                    }
                }
            }
        }
    }

    .link-blog {
        display: flex;
        justify-content: flex-end;
        margin-top: 32px;

        @media(max-width: 990px) {
            justify-content: center;
        }

        a {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 16px 32px;
            gap: 8px;
            height: 56px;
            background: #B3763F;
            border: 1px solid #E8AA70;
            width: fit-content;
            font-family: 'Nunito Sans', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 18px;
            line-height: 100%;
            color: #FFFFFF;
            transition: opacity .5s ease-in-out;

            &:hover {
                opacity: .7;
            }

        }
    }

    .pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 80px;

        .page-numbers {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 34px;
            height: 34px;
            border: 1px solid rgba(0, 0, 0, .2);
            color: #0f150c;
            font-weight: bold;
            font-family: 'Inter', sans-serif;
            background-color: #F8F5F3;
            border-radius: 3px;

            &.current {
                background-color: #C18045;
                color: #fff;
                border: 1px solid rgba(255, 255, 255, .2);
            }
        }
    }
}


.single-post-page {
    background-color: #F2EEE8;
    padding-top: 110px;

    .content-post {
        padding-top: 90px;
        padding-bottom: 124px;

        @media(max-width: 990px) {
            padding-top: 10px;
        }

        .post-single {
            header {
                padding-bottom: 32px;

                h1 {
                    font-family: 'Noticia Text', serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 39px;
                    line-height: 140%;
                    color: #232625;
                    text-align: center;
                    margin-bottom: 40px;
                }
            }

            .post-card {
                display: flex;
                align-items: flex-start;
                padding: 0px;
                background: #F8F5F3;
                border: 1px solid rgba(0, 0, 0, 0.2);
                margin-bottom: 24px;

                .post-thumbnail {
                    width: 100px;
                    height: 100px;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        max-width: 100%;
                        display: block;
                    }
                }

                .post-main {

                    .post-content {
                        font-family: 'Inter', sans-serif;
                        color: #464C49;
                        line-height: 130%;

                        .post-meta {
                            display: flex;
                            align-items: center;
                            background: #fff;
                            padding: 0;
                            border-bottom: 1px solid rgba(0, 0, 0, .2);

                            .content-autor {
                                padding: 12px;
                            }

                            .post-author,
                            .post-date {
                                font-family: 'Inter', sans-serif;
                                font-style: normal;
                                font-weight: 500;
                                font-size: 16px;
                                line-height: 160%;
                                color: #232625;

                                .vcard {
                                    color: #C18045;
                                    font-weight: 700;
                                }
                            }

                            .post-author {
                                display: flex;
                                align-items: center;
                                gap: 5px;
                            }
                        }

                        .float-post {
                            padding: 32px;
                            display: flex;
                            flex-direction: column;
                            gap: 12px;



                            .scriptlesssocialsharing {
                                display: none;
                            }

                            p {
                                margin: 0 0 1em;
                                line-height: 1.6;
                            }

                            h1,
                            h2,
                            h3,
                            h4,
                            h5,
                            h6 {
                                margin: 1.5em 0 0.6em;
                                line-height: 1.25;
                                font-weight: 700;
                            }

                            h1 {
                                font-size: 2.2rem;
                            }

                            h2 {
                                font-size: 1.8rem;
                            }

                            h3 {
                                font-size: 1.5rem;
                            }

                            h4 {
                                font-size: 1.25rem;
                            }

                            h5 {
                                font-size: 1.1rem;
                            }

                            h6 {
                                font-size: 1rem;
                            }

                            ul,
                            ol {
                                margin: 0 0 1.2em 1.5em;
                                padding: 0;
                            }

                            li {
                                margin-bottom: 0.4em;
                            }

                            strong {
                                font-weight: 700;
                            }

                            em {
                                font-style: italic;
                            }

                            a {
                                text-decoration: underline;

                                &:hover {
                                    text-decoration: none;
                                }
                            }

                            blockquote {
                                margin: 1.5em 0;
                                padding-left: 1em;
                                border-left: 4px solid #ddd;
                                font-style: italic;
                            }

                            img {
                                max-width: 100%;
                                height: auto;
                                margin: 1em 0;
                            }

                            hr {
                                border: none;
                                border-top: 1px solid #ddd;
                                margin: 2em 0;
                            }

                            table {
                                width: 100%;
                                border-collapse: collapse;
                                margin: 1.5em 0;
                            }

                            th,
                            td {
                                border: 1px solid #ddd;
                                padding: 0.6em;
                                text-align: left;
                            }

                            th {
                                font-weight: 700;
                            }

                        }
                    }
                }
            }

            .sharing {
                margin-bottom: 32px;

                >* {
                    display: none;
                }

                >.scriptlesssocialsharing {
                    display: block;
                    margin: 0;
                    width: fit-content;

                    h3 {
                        font-size: 12px;
                        font-weight: normal;
                    }
                }
            }

            .post-footer {
                .post-categories {
                    pointer-events: none;

                    a {
                        color: #c07a2d;
                    }
                }
            }
        }

        .post-navigation {
            display: flex;
            justify-content: space-between;
            gap: 24px;
            margin: 64px 0;
            padding-top: 24px;
            border-top: 1px solid #e5e5e5;

            a {
                font-weight: 600;
                text-decoration: none;
                color: #222;
                transition: color .2s ease;

                &:hover {
                    color: #c07a2d;
                }
            }

            .prev-post,
            .next-post {
                flex: 1;
            }

            .next-post {
                text-align: right;
            }
        }

        #comments {
            margin-top: 80px;

            .comments-title {
                font-size: 1.4rem;
                margin-bottom: 32px;
                border-bottom: 1px solid #e5e5e5;
                padding-bottom: 12px;
            }


            .comments {
                ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                .comment {
                    margin-bottom: 32px;

                    .comment-body {
                        background: #fafafa;
                        border-radius: 8px;
                        padding: 20px 24px;
                    }

                    .comment-author {
                        display: flex;
                        align-items: center;
                        gap: 12px;
                        font-size: .9rem;

                        img {
                            border-radius: 50%;
                        }

                        .fn {
                            a {
                                text-decoration: none;
                                font-weight: 600;
                                color: #222;
                            }
                        }

                        .says {
                            display: none;
                        }
                    }

                    .comment-metadata {
                        margin-top: 6px;
                        font-size: .8rem;

                        a {
                            color: #777;
                            text-decoration: none;

                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }

                    .comment-content {
                        margin-top: 16px;
                        font-size: .95rem;
                        line-height: 1.6;

                        p {
                            margin: 0;
                        }
                    }

                    .reply {
                        margin-top: 12px;

                        .comment-reply-link {
                            font-size: .85rem;
                            font-weight: 600;
                            text-decoration: none;
                            color: #c07a2d;

                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }
                }
            }

            #respond {
                margin-top: 64px;

                .comment-reply-title {
                    font-size: 1.3rem;
                    margin-bottom: 24px;
                }

                .comment-form {
                    label {
                        display: block;
                        font-size: .9rem;
                        margin-bottom: 6px;
                    }

                    textarea {
                        width: 100%;
                        resize: vertical;
                        padding: 8px 16px;
                        background: #FCFBFA;
                        border: 1px solid rgba(0, 0, 0, 0.1);
                        border-radius: 4px;
                        max-width: 100%;

                        &:focus {
                            outline: none;
                            border-color: #c07a2d;
                        }
                    }

                    .logged-in-as {
                        font-size: .85rem;
                        margin-bottom: 16px;

                        a {
                            color: #c07a2d;
                            text-decoration: none;

                            &:hover {
                                text-decoration: underline;
                            }
                        }
                    }

                    .form-submit {
                        margin-top: 16px;

                        .submit {
                            background: #222;
                            color: #fff;
                            border: none;
                            padding: 10px 20px;
                            font-size: .9rem;
                            font-weight: 600;
                            border-radius: 4px;
                            cursor: pointer;
                            transition: background .2s ease;

                            &:hover {
                                background: #000;
                            }
                        }
                    }
                }
            }
        }
    }
}

.contact-form {
    background-color: #FCFBFA;
    padding: 128px 0;

    .content-form {
        display: flex;
        background: #FFFFFF;
        box-shadow: 0px 20px 30px -10px rgba(50, 39, 16, 0.15);

        @media(max-width: 990px) {
            flex-direction: column;
        }

        .block-info {
            display: flex;
            align-items: center;
            padding: 0 40px;
            width: 50%;
            background-image: url('../images/bg-form.png');
            background-repeat: no-repeat;
            background-size: cover;

            @media(max-width: 990px) {
                width: 100%;
                padding: 16px;

            }


            .content-info {
                padding-right: 80px;

                @media(max-width: 990px) {
                    padding: 80px 0;
                }

                h2 {
                    font-family: 'Noticia Text', serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 39px;
                    line-height: 140%;
                    color: #232625;
                    margin-bottom: 15px;

                    strong,
                    b {
                        color: #C18045;
                    }
                }

                p {
                    font-family: 'Noticia Text', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 160%;
                    color: #464C49;
                    flex: none;
                    order: 0;
                    flex-grow: 1;
                }
            }
        }

        .container-form {
            width: 50%;

            @media(max-width: 990px) {
                width: 100%;
            }

            #wpcf7-f695-o1 {
                width: 100%;
            }
        }

        form {
            position: relative;
            padding: 64px;

            @media(max-width: 990px) {
                padding: 0;
            }

            .content-inputs {
                display: flex;
                flex-direction: column;
                gap: 24px;

                @media(max-width: 990px) {
                    padding: 16px;
                }

                label {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;

                    span {
                        font-family: 'Figtree', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 160%;
                        color: #232625;
                    }

                    input,
                    textarea {
                        padding: 8px 16px;
                        height: 48px;
                        background: #FCFBFA;
                        border: 1px solid rgba(0, 0, 0, 0.1);
                        border-radius: 4px;
                        width: 100%;
                        max-width: 100%;
                        transition: border .5s ease-in-out;

                        &.wpcf7-not-valid {
                            border: 1px solid red;
                        }
                    }

                    textarea {
                        height: 156px;
                    }

                    .wpcf7-not-valid-tip {
                        display: none;
                    }


                }

                .submit-content {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    padding: 16px 32px;
                    gap: 8px;
                    height: 56px;
                    background: #B3763F;
                    border: 1px solid #E8AA70;

                    p {
                        width: fit-content;
                        display: flex;
                        align-items: center;
                        height: 100%;
                    }

                    &:after {
                        content: '';
                        width: 25px;
                        height: 25px;
                        background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_8034_418" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="16" height="16"><path d="M16.627 12.75H4.5V11.25H16.627L10.9308 5.55375L12 4.5L19.5 12L12 19.5L10.9308 18.4462L16.627 12.75Z" fill="%231C1B1F"></path></mask><g mask="url(%23mask0_8034_418)"><rect width="24" height="24" fill="white"></rect></g></svg>');
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    .wpcf7-submit {
                        background-color: transparent;
                        height: 100%;
                        border: none;
                        outline: transparent;
                        font-family: 'Nunito Sans', sans-serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 100%;
                        color: #FFFFFF;
                        transition: opacity .5s ease-in-out;
                        width: 100%;

                        &:hover {
                            opacity: .7;
                        }
                    }

                    .wpcf7-spinner {
                        position: absolute;
                        top: 100%;
                        right: 0;
                    }
                }
            }

            .wpcf7-response-output {
                box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
                padding: 16px 32px;
                min-height: 56px;
                text-align: center;
                font-family: 'Nunito Sans', sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 100%;
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            &.init {
                .wpcf7-response-output {
                    display: none;
                }
            }

            &.sent {

                .wpcf7-response-output {
                    background: #46b450;
                    border: 1px solid #46b450;
                    color: #FFFFFF;

                }

                .content-inputs {
                    opacity: .7;
                    user-select: none;
                    pointer-events: none;
                }

                .submit-content {
                    display: none;
                }
            }

            &.invalid {
                .wpcf7-response-output {
                    color: #ffffff;
                    background-color: rgb(255, 69, 69);
                    border: 1px solid rgb(255, 69, 69);
                }
            }


        }
    }
}

#footer {
    background-color: #1B3628;

    .content-footer {
        display: flex;
        justify-content: space-between;
        gap: 50px;
        padding: 80px 0;

        @media(max-width: 990px) {
            flex-wrap: wrap;
        }


        .item-footer {
            width: 100%;
            max-width: 195px;

            &.antendimento-footer,
            &.logo-footer {
                max-width: fit-content;
            }

            @media(max-width: 990px) {
                max-width: 100%;
            }

            &.logo-footer {
                width: fit-content;
                padding-right: 90px;

                @media(max-width: 990px) {
                    padding-right: 0;
                    text-align: center;
                }

                img {
                    margin-bottom: 24px;
                    max-width: 240px;
                    height: auto;
                }

                p {
                    font-style: normal;
                    font-weight: 600;
                    font-size: 14px;
                    line-height: 150%;
                    color: #FFFFFF;

                    @media(max-width: 990px) {
                        padding: 0 12px;
                    }
                }
            }

            h2 {
                font-family: 'Noticia Text', serif;
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 120%;
                color: #FFFFFF;
                margin-bottom: 24px;
            }

            .links {
                .item-link {
                    display: flex;
                    align-items: flex-start;
                    margin-bottom: 16px;
                    gap: 8px;

                    span {
                        font-family: 'Inter', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 14px;
                        line-height: 170%;
                        color: #DAE5E0;
                    }
                }
            }
        }
    }

    .content-social-polices {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);

        @media(max-width: 990px) {
            flex-direction: column;
            gap: 16px;
        }

        a,
        span {
            font-family: 'Inter', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 160%;
            color: #fff;
        }

        .social-links {
            display: flex;
            align-items: center;
            gap: 15.5px;
        }

    }
}

.modal-polices {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 10000;

    &.active {
        display: block;
    }

    .modal-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .6);
    }

    .modal-content {
        position: relative;
        max-width: 600px;
        width: calc(100% - 32px);
        margin: 10vh auto;
        background: #fff;
        border-radius: 12px;

        .modal-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 12px;
            border-bottom: 1px solid rgba(0, 0, 0, .1);

            .modal-close {
                font-size: 24px;
                cursor: pointer;
                color: red;
                border: none;
                background-color: transparent;
            }
        }

        .modal-text {
            padding: 12px;
            font-size: 14px;
            line-height: 1.6;
            color: #333;
            max-height: 400px;
            overflow-y: auto;

            h3 {
                font-size: 15px;
                font-weight: 600;
                margin: 20px 0 8px;
                color: #111;
            }

            p {
                margin: 0 0 12px;
            }

            ul {
                margin: 0 0 16px;
                padding-left: 18px;

                li {
                    margin-bottom: 6px;
                    position: relative;
                    padding-left: 6px;
                }
            }

            a {
                color: inherit;
                text-decoration: underline;

                &:hover {
                    opacity: .8;
                }
            }

            // separação visual leve entre blocos
            h3+p {
                margin-top: 0;
            }

            p+h3 {
                margin-top: 24px;
            }



        }
    }



}

.protection {
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;

    .float-background {
        position: absolute;
        height: 100%;
        width: auto;
        z-index: 0;
        top: 0;
        left: 0;
        user-select: none;
    }

    .content-pt {
        display: flex;

        @media(max-width: 990px) {
            flex-direction: column;
            gap: 32px;
        }



        .js-text {
            width: 50%;
            padding-right: 80px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            @media(max-width: 990px) {
                width: 100%;
                padding-right: 0;
            }

            small {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 13px;
                line-height: 160%;
                letter-spacing: 0.15em;
                text-transform: uppercase;
                color: #C18045;
                display: block;
                margin-bottom: 12px;
            }

            h2 {
                font-family: 'Noticia Text', serif;
                font-style: normal;
                font-weight: 700;
                font-size: 31px;
                line-height: 150%;
                color: #232625;
                margin-bottom: 12px;

            }

            p {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 160%;
                color: #232625;
                margin-bottom: 40px;
                padding: 0;
            }

            .grid-card {
                display: flex;
                flex-direction: column;
                gap: 32px;

                .card {
                    display: flex;
                    justify-content: center;
                    gap: 8px;

                    span {
                        font-family: 'Inter', sans-serif;
                        font-style: normal;
                        font-weight: 600;
                        font-size: 16px;
                        line-height: 160%;
                        color: #232625;
                    }

                    p {
                        font-family: 'Inter', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 160%;
                        color: #464C49;
                        padding: 0;
                        margin: 0;
                    }
                }


            }
        }

        .js-slider {
            width: 50%;

            @media(max-width: 990px) {
                width: 100%;
            }

            .sobre-swiper {

                .swiper-slide {
                    img {
                        max-width: 100%;
                        width: 100%;
                        height: 100%;
                    }
                }
            }
        }
    }
}


main.page-378 {

    .conteudo {
        background: #003422;
        background: radial-gradient(circle, rgba(0, 52, 34, 1) 0%, rgba(0, 24, 14, 1) 73%);
        padding: 80px 0;

        .js-text {
            display: flex;
            align-items: center;
            flex-direction: column;
            gap: 12px;
            padding-bottom: 40px;

            small,
            h2,
            p {
                padding: 0;
                text-align: center;
                max-width: 580px;

                @media(max-width: 990px) {
                    max-width: 100%;
                }
            }

            small {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 13px;
                line-height: 160%;
                letter-spacing: 0.15em;
                text-transform: uppercase;
                color: #C18045;
            }

            h2 {
                font-family: 'Noticia Text', serf;
                font-style: normal;
                font-weight: 700;
                font-size: 39px;
                line-height: 140%;
                color: #FFFFFF;
            }

            p {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 18px;
                line-height: 160%;
                color: #DAE5E0;
            }
        }

        .grid-conteudo {
            display: grid;
            grid-template-columns: 1fr 1.2fr 1fr;
            grid-template-rows: repeat(4, 1fr);
            gap: 24px;
            align-items: stretch;

            @media(max-width: 990px) {
                display: flex;
                flex-direction: column;
            }

            .item-card {

                &.item-card:nth-child(1) {
                    grid-column: 1;
                    grid-row: 2;
                    padding-right: 24px;
                }

                &.item-card:nth-child(2) {
                    grid-column: 1;
                    grid-row: 3;
                    padding-right: 24px;

                }

                &.item-card:nth-child(4) {
                    grid-column: 3;
                    grid-row: 2;
                    padding-left: 24px;

                }

                &.item-card:nth-child(5) {
                    grid-column: 3;
                    grid-row: 3;
                    padding-left: 24px;

                }

                @media(max-width: 990px) {
                    padding-left: 0 !important;
                    padding-right: 0 !important;
                }

                .card-content {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    padding: 32px;
                    background: rgba(255, 255, 255, 0.05);
                    border: 1px solid rgba(255, 255, 255, 0.2);
                    border-radius: 8px;

                    h2 {
                        font-family: 'Noticia Text', serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 130%;
                        color: #FFFFFF;
                        margin-bottom: 8px;
                    }

                    p {
                        font-family: 'Inter', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 160%;
                        color: #DAE5E0;
                    }


                }
            }

            .image-center {
                grid-column: 2;
                grid-row: -1 / 1;
                display: flex;
                align-items: center;
                justify-content: center;

                .content-image {
                    img {
                        max-width: 100%;
                        width: 100%;
                        height: auto;
                    }
                }
            }
        }
    }

    .beneficios {
        padding-top: 124px;
        padding-bottom: 80px;

        .content-direitos {
            padding: 0;
        }

        .js-title {
            max-width: 100%;
            margin-right: 0;
            align-items: flex-start;
            text-align: left;
            margin-bottom: 40px;

            small {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 13px;
                line-height: 160%;
                letter-spacing: 0.15em;
                text-transform: uppercase;
                color: #C18045;
                display: block;
                margin-bottom: 12px;
            }


            h2 {
                font-family: 'Noticia Text', serif;
                font-style: normal;
                font-weight: 700;
                font-size: 39px;
                line-height: 140%;
                color: #232625;
                max-width: 100%;
                width: 500px;

                @media(max-width: 990px) {
                    font-size: 30px;
                }
            }
        }

        .content-cards-direitos {
            flex-direction: column;
        }
    }

    .assosiated {
        background-color: transparent;
    }

    .depoimentos {
        background-color: #F8F5F3;
        padding: 128px 0;

        .js-title {
            padding: 0;
            margin-bottom: 40px;

            h2 {
                width: 100%;
                font-family: 'Noticia Text', serif;
                font-style: normal;
                font-weight: 700;
                font-size: 39px;
                line-height: 140%;
                color: #3C4141;

                @media(max-width: 990px) {
                    font-size: 30px;
                }
            }
        }

        .js-slider {
            position: relative;

            &:before,
            &:after {
                content: '';
                position: absolute;
                top: 0;
                height: 100%;
                width: 200px;
                z-index: 2;
            }

            &:after {
                background: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(248, 245, 243, 1) 100%);
                right: 0;

                @media(max-width: 990px) {
                    display: none;
                }
            }

            &::before {
                background: linear-gradient(90deg, rgba(248, 245, 243, 1) 0%, rgba(0, 0, 0, 0) 50%);
                left: 0;


                @media(max-width: 990px) {
                    display: none;
                }
            }

            .content-depoimento {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                padding: 40px;
                background: rgba(255, 255, 255, 0.1);
                border: 1px solid #FFFFFF;
                border-radius: 8px;

                i {
                    display: block;
                    margin-bottom: 24px;
                }

                p {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 24px;
                    line-height: 160%;
                    color: #232625;
                    padding: 0;
                    margin-bottom: 23px;
                }

                .autor-depoimento {
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 600;
                    font-size: 16px;
                    line-height: 160%;
                    color: #464C49;
                }
            }
        }
    }

    .faq {
        padding: 128px 0;

        .faq-content {
            width: 800px;
            max-width: 100%;
            margin: 0 auto;

            .faq-title {
                font-family: 'Noticia Text', serif;
                font-style: normal;
                font-weight: 700;
                font-size: 39px;
                line-height: 140%;
                text-align: center;
                color: #3C4141;
                margin-bottom: 40px;
            }

            .faq-item {
                padding: 0px 0px 16px;
                border-bottom: 1px solid rgba(0, 0, 0, 0.05);
                margin-bottom: 24px;

                input {
                    display: none;

                    &:checked+label::after {
                        transform: rotate(-180deg);
                    }

                    &:checked~.faq-content {
                        max-height: 300px;
                        padding: 24px 0;
                        overflow-y: auto;
                    }

                    &:checked~label {
                        color: #003422;
                    }
                }

                label {
                    font-family: 'DM Sans', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 20px;
                    line-height: 160%;
                    color: #232625;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    cursor: pointer;
                    transition: color .5s ease-in-out;

                    &:hover {
                        color: #003422;
                    }

                    &:after {
                        content: "";
                        width: 24px;
                        height: 24px;
                        background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_8069_595" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="7" y="10" width="10" height="5"><path d="M12 15L7 10H17L12 15Z" fill="%231C1B1F"/></mask><g mask="url(%23mask0_8069_595)"><rect width="24" height="24" fill="%23232625"/></g></svg>');
                        background-position: center;
                        background-repeat: no-repeat;
                        transition: transform 0.3s ease;
                    }
                }

                .faq-content {
                    max-height: 0;
                    overflow: hidden;
                    transition: max-height 0.4s ease, padding 0.3s ease;

                    p {
                        margin: 0;
                        padding-bottom: 14px;
                        color: #555;
                        line-height: 1.6;
                    }
                }
            }
        }


    }

    .download-ebook {
        padding: 128px 0;
        background-image: url('../images/bg-book.png');
        background-repeat: no-repeat;
        background-size: cover;

        .js-title {
            text-align: center;
            margin-bottom: 40px;

            h2 {
                font-family: 'Noticia Text', serif;
                font-style: normal;
                font-weight: 700;
                font-size: 39px;
                line-height: 140%;
                text-align: center;
                color: #3C4141;
                margin-bottom: 24px;

                @media(max-width: 990px) {
                    font-size: 30px;
                }
            }

            small {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                text-align: center;
                color: #464C49;
            }
        }

        form {
            width: 635px;
            max-width: 100%;
            margin: 0 auto;
            box-shadow: 0px 20px 30px -10px rgba(50, 39, 16, 0.15);
            background-color: #fff;


            .content-inputs {
                padding: 64px;
                display: flex;
                flex-direction: column;
                gap: 24px;

                @media(max-width: 990px) {
                    padding: 16px;
                }

                label {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;

                    span {
                        font-family: 'Figtree', sans-serif;
                        font-style: normal;
                        font-weight: 400;
                        font-size: 16px;
                        line-height: 160%;
                        color: #232625;
                    }

                    input,
                    textarea {
                        padding: 8px 16px;
                        height: 48px;
                        background: #FCFBFA;
                        border: 1px solid rgba(0, 0, 0, 0.1);
                        border-radius: 4px;
                        width: 100%;
                        max-width: 100%;
                        transition: border .5s ease-in-out;

                        &.wpcf7-not-valid {
                            border: 1px solid red;
                        }
                    }

                    textarea {
                        height: 156px;
                    }

                    .wpcf7-not-valid-tip {
                        display: none;
                    }


                }

                .submit-content {
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    padding: 16px 32px;
                    gap: 8px;
                    height: 56px;
                    background: #B3763F;
                    border: 1px solid #E8AA70;

                    p {
                        width: fit-content;
                        display: flex;
                        align-items: center;
                        height: 100%;
                    }

                    &:after {
                        content: '';
                        width: 25px;
                        height: 25px;
                        background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_8034_418" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="4" y="4" width="16" height="16"><path d="M16.627 12.75H4.5V11.25H16.627L10.9308 5.55375L12 4.5L19.5 12L12 19.5L10.9308 18.4462L16.627 12.75Z" fill="%231C1B1F"></path></mask><g mask="url(%23mask0_8034_418)"><rect width="24" height="24" fill="white"></rect></g></svg>');
                        background-size: contain;
                        background-repeat: no-repeat;
                        background-position: center;
                    }

                    .wpcf7-submit {
                        background-color: transparent;
                        height: 100%;
                        border: none;
                        outline: transparent;
                        font-family: 'Nunito Sans', sans-serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 18px;
                        line-height: 100%;
                        color: #FFFFFF;
                        transition: opacity .5s ease-in-out;
                        width: 100%;

                        &:hover {
                            opacity: .7;
                        }
                    }

                    .wpcf7-spinner {
                        position: absolute;
                        top: 100%;
                        right: 0;
                    }
                }

            }

            .wpcf7-response-output {
                box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
                padding: 16px 32px;
                min-height: 56px;
                text-align: center;
                font-family: 'Nunito Sans', sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 100%;
                margin: 0;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            &.init {
                .wpcf7-response-output {
                    display: none;
                }
            }

            &.sent {

                .wpcf7-response-output {
                    background: #46b450;
                    border: 1px solid #46b450;
                    color: #FFFFFF;

                }

                .content-inputs {
                    opacity: .7;
                    user-select: none;
                    pointer-events: none;
                }

                .submit-content {
                    display: none;
                }
            }

            &.invalid {
                .wpcf7-response-output {
                    color: #ffffff;
                    background-color: rgb(255, 69, 69);
                    border: 1px solid rgb(255, 69, 69);
                }
            }


        }
    }
}


.breadcrumbs-block {
    margin: 12px 0;

    .breadcrumbs {
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 6px;
        color: #1B3628;
        width: fit-content;
        background-color: transparent;
        border: 1px solid rgba(255, 255, 255, .4);
        border-radius: 4px;
        font-size: 13px;

        &>span {
            display: flex;
            gap: 5px;
            flex-wrap: wrap;
        }

        span {
            color: #ccc;

            a {
                color: #ccc;

            }

            span {
                color: #fff;
            }

            &.breadcrumb_last {
                color: #C18045;
            }
        }
    }
}

.zap-zap {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 11;

    a {
        text-decoration: none !important;
    }
}


.cookie-popup {
    position: fixed;
    bottom: -600px;
    left: 16px;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    max-width: calc(100% - 32px);
    transition: bottom 1s ease-in-out;

    &.active {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }

    .modal-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, .2);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    @media(max-width: 990px) {
        left: 5px;
        max-width: calc(100% - 10px);
    }

    .content-cookies {
        background: #EBEBEB;
        color: #111;
        padding: 24px 40px;
        border-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
        max-width: 100%;
        width: 1080px;
        margin: 0 auto;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 32px;

        @media(max-width: 990px) {
            padding: 24px 12px;
            gap: 12px;
        }
    }

    .cookie-box {
        width: calc(100% - 332px);

        @media(max-width: 990px) {
            width: 100%;
        }
    }

    h3 {
        font-family: 'Noticia Text', serif;
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 130%;
        color: #232625;
        margin-bottom: 8px;
    }

    p {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        color: #464C49;
        padding: 0;
    }

    a {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 160%;
        text-decoration-line: underline !important;
        color: #224432;
    }

    button {
        font-family: 'Nunito Sans', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        color: #FFFFFF;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 16px 32px;
        height: 50px;
        background: #B3763F;
        border: 1px solid #E8AA70;
        max-width: 100%;
        width: 300px;

        @media(max-width: 990px) {
            width: 100%;
        }

        &:hover {
            opacity: .85;
        }
    }
}

.float-wpp_site {
    position: fixed;
    z-index: 14;
    bottom: 12px;
    right: 12px;

    a {
        i {
            width: 60px;
            height: 60px;
            background-color: #25D366;
            display: block;
            position: relative;
            border-radius: 50%;
            box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);

            svg {
                width: 32px;
                height: auto;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }
        }
    }
}