:root {
    --color01: #ffffff;
    --color02: #141414;
    --color03: #3F3FEA;
    --color04: #EFEDED;
    --color05: #242424;
    --color-6: #000000;
}

body {
    overflow-x: hidden;

    .container {
        max-width: 1160px;
        padding: 0;
    }

    span.nowrap {
        white-space: nowrap;
    }

    span.semi {
        font-weight: 600;
    }

    h2.title {
        font-size: 46px;
        line-height: 45px;
        font-weight: bold;
        margin: 0;
        color: var(--color01);

        span {
            color: #3F3FEA;
        }
    }

    p {
        font-size: 17px;
        line-height: 23px;
        margin: 0;
        color: var(--color01);
    }

    a.btn-padrao {
        display: block;
        background-color: var(--color02);
        color: var(--color01);
        font-size: 16px;
        font-weight: 500;
        line-height: 48px;
        border-radius: 4px;
        padding: 0;
        text-align: center;
        align-content: center;
        text-transform: inherit;
        text-decoration: none;
    }

    a.btn-padrao:hover {
        opacity: 0.9;
    }

    .margin-scroll {
        margin-top: -400px;
        position: absolute;
    }
}

#essential-week {
    background: var(--color04);
}

#essential-week section.section-1 {
    padding-block: 48px 20px;

    .col-md-5.left-side.d-flex {
        padding-inline: 0 8px;
        flex-direction: column;
        gap: 16px;

        img {
            width: 100%;
            max-width: 474px;
            border-radius: 20px;
        }
    }

    .col-md-7.right-side {
        padding-inline: 8px 0;

        .bg-black {
            background-color: var(--color05);
            border-radius: 20px;
            padding: 64px 90px 0px;
            min-height: 687px;

            h2.title {
                max-width: 340px;
                margin-bottom: 28px;
                position: relative;
            }

            p {
                max-width: 320px;
            }

            p.thanks-content {
                max-width: 315px;
                margin-bottom: 28px;
            }

            p.description {
                font-size: 14px;
                line-height: 16px;
                color: #B4B0B0;
                max-width: 500px;

                a {
                    color: #B4B0B0;
                    text-decoration: underline;
                }
            }

            #form_essentia-week {
                max-width: 278px;
                margin-block: 26px;
                display: flex;
                flex-direction: column;
                gap: 10px;

                input {
                    color: #666666;
                    border: 1px solid var(--color02);
                    background-color: var(--color01);

                    &::placeholder {
                        color: #666666;
                        text-align: center;
                    }
                }

                input:not([disabled]):focus {
                    border: 1px solid #767373;
                }

                p.error {
                    color: #ED2100;
                }

                a#botao {
                    display: block;
                    background-color: var(--color03);
                    color: var(--color01);
                    font-size: 16px;
                    font-weight: 500;
                    line-height: 48px;
                    border-radius: 4px;
                    padding: 0;
                    text-align: center;
                    align-content: center;
                    text-transform: inherit;
                }

                a#botao:hover {
                    text-decoration: none;
                    opacity: 0.9;
                }
            }
        }

        .bg-black::after {
            content: "";
            display: block;
            width: 182px;
            height: 222px;
            background-image: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/essential-week-2026/agradecimento/after-arrow.svg);
            background-size: contain;
            background-repeat: no-repeat;
            top: 50%;
            right: 0%;
            position: absolute;
            transform: translate(-32%, -46%);
        }

    }
}

@media(max-width:767px) {
    #essential-week section.section-1 {
        padding: 18px 16px 16px;

        .col-md-5.left-side.d-flex {
            padding-inline: 0;
            margin-bottom: 16px;
        }

        .col-md-7.right-side {
            padding-inline: 0;

            .bg-black {
                background-color: var(--color05);
                padding: 40px 16px 34px;
                min-height: auto;

                h2.title {
                    font-size: 36px;
                    line-height: 40px;
                    max-width: 295px;
                    margin-bottom: 24px;
                }

                p {
                    font-size: 14px;
                    line-height: 22px;
                    max-width: 265px;
                }

                p.thanks-content {
                    max-width: 250px;
                    margin-bottom: 24px;
                }

                p.description {
                    max-width: 275px;
                }

                #form_essentia-week {
                    margin-block: 24px 26px;
                }
            }

            .bg-black::after {
                display: none;
            }

        }
    }
}

/* Bloco 2 */
#essential-week section.section-2 {
    background: var(--color03);
    padding: 81px 0;
    height: 263px;

    .container {
        display: flex;
        align-items: flex-end;
    }

    .col-md-6.left-side {
        padding-left: 82px;
    }

    .col-md-6.right-side {
        padding-left: 0px;

        p {
            font-size: 16px;
            line-height: 19px;
            max-width: 455px;
        }
    }
}

@media(max-width:767px) {
    #essential-week section.section-2 {
        background: var(--color03);
        padding: 40px 32px;
        height: auto;

        .container {
            flex-direction: column;
        }

        .col-md-6.left-side {
            padding-left: 0px;

            h2.title {
                font-size: 36px;
                line-height: 40px;
                margin-bottom: 24px;
            }
        }

        .col-md-6.right-side {
            padding-left: 0px;

            p {
                font-size: 14px;
                line-height: 22px;
                max-width: 275px;
            }
        }
    }
}

/* Bloco 3 */
#essential-week section.section-3 {
    background: var(--color04) url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/essential-week-2026/agradecimento/bg-section-3.jpg) no-repeat bottom;
    background-size: 100%;
    padding: 78px 0 180px;

    h2.title {
        color: var(--color02);
        max-width: 290px;
        margin: 0 0 30px 67px;
        position: relative;
        z-index: 1;

        span {
            color: var(--color03);
        }
    }

    h2.title::after {
        content: "";
        display: block;
        width: 272px;
        height: 21px;
        background-image: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/essential-week-2026/vem-ai/doble-line-black.svg);
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 0%;
        left: 50%;
        position: absolute;
        transform: translate(-55%, 65%);
    }

    .block-grid {
        display: flex;
        flex-direction: column;
        gap: 88px;

        .content-grid {
            display: flex;
            align-items: baseline;

            .col-md-4.text {
                width: 376px;
                padding: 0 0 0 67px;
                position: relative;

                h3 {
                    font-size: 28px;
                    line-height: 28px;
                    font-weight: bold;
                    color: #000000;
                    max-width: 325px;
                    margin: 0;

                    span {
                        color: var(--color03);
                    }
                }
            }

            .col-md-8.d-flex.grid-products {
                padding: 0;
                padding-left: 78px;
                gap: 10px;

                .product-info {

                    img {
                        max-width: 225px;
                        height: 227px;
                        margin-bottom: 8px;
                    }

                    a.title {
                        color: #000000;
                        font-weight: bold;
                        font-size: 14px;
                        line-height: 14px;
                        display: block;
                        max-width: 225px;
                    }

                    a.title:hover {
                        cursor: pointer;
                        opacity: 0.8;
                    }

                    span.description {
                        font-size: 14px;
                        line-height: 14px;
                        color: #7E7E7E;
                        display: block;
                        max-width: 185px;
                        margin: 6px 0 0;
                    }
                }
            }
        }
    }
}

@media(max-width: 766px) {
    #essential-week section.section-3 {
        background: var(--color04);
        padding-block: 38px 40px;
        position: relative;

        h2.title {
            font-size: 32px;
            line-height: 30px;
            max-width: 200px;
            margin: 0 32px 50px;
        }

        h2.title::after {
            width: 185px;
            height: 15px;
            bottom: 0%;
            left: 50%;
            transform: translate(-55%, 65%);
        }

        .block-grid {
            display: flex;
            flex-direction: column;
            gap: 25px;
            height: auto;

            .content-grid {
                display: block;

                .col-md-4.text {
                    width: 100%;
                    padding: 0 18px 0 32px;
                    position: relative;

                    h3 {
                        font-size: 26px;
                        line-height: 22px;
                        letter-spacing: -1.04px;
                        max-width: 295px;
                        margin: 0 0 16px;
                    }
                }

                .col-md-8.d-flex.grid-products {
                    padding: 0px 0 25px;
                    margin: 0px;
                    gap: 9px;
                    width: 100%;

                    .slick-track {
                        display: flex;
                        margin-top: 16px;
                    }

                    .slick-dots {
                        left: 0;
                        bottom: 0;
                        text-align: left;
                        padding-left: 27px;

                        li {
                            width: 9px;
                            height: 9px;
                        }

                        li button {
                            font-size: 0;
                            line-height: 0;
                            width: 9px;
                            height: 9px;
                            padding: 5px;
                            color: transparent;
                            border: 1px solid var(--color03);
                            background: none;
                        }
                    }

                    .slick-dots li.slick-active button {
                        background: var(--color03);
                    }

                    .slick-dots .slick-dots .product-info {
                        img {
                            max-width: 225px;
                            height: 227px;
                            margin-bottom: 8px;
                        }
                    }
                }
            }
        }

        .slick-list.draggable {
            padding-left: 32px;
        }

        .slick-initialized .slick-slide {
            width: 235px !important;
        }
    }
}

#essential-week section.section-4 {
    background: #000000;
    padding-block: 112px 118px;

    h2.title {
        margin: 0 auto 16px;
        text-align: center;
        max-width: 808px;
    }

    p.content {
        font-size: 16px;
        line-height: 19px;
        max-width: 365px;
        margin: 0 auto;
        text-align: center;
    }

    .d-flex.blog {
        gap: 16px;
        margin-top: 57px;

        .post {
            max-width: 376px;

            img {
                width: 100%;
                max-width: 376px;
                margin-bottom: 24px;
                border-radius: 12px;
            }

            img:hover {
                opacity: .9;
            }

            h3 a {
                font-size: 24px;
                line-height: 29px;
                font-weight: bold;
                margin: 0;
                color: var(--color01);
            }

            h3 a:hover {
                opacity: .9;
            }

            a.btn-padrao {
                background: var(--color01);
                color: var(--color02);
                margin-top: 18px;
                font-size: 14px;
                line-height: 35px;
                max-width: 102px;
            }
        }

        .post.content-1 h3 {
            max-width: 275px;
        }

        .post.content-2 h3 {
            max-width: 356px;
        }

        .post.content-3 h3 {
            max-width: 280px;
        }
    }
}

@media(max-width:767px) {
    #essential-week section.section-4 {
        padding: 40px 32px 42px;

        h2.title {
            margin: 0 0 16px;
            text-align: left;
            font-size: 36px;
            line-height: 40px;
            max-width: 295px;
        }

        p.content {
            font-size: 14px;
            line-height: 22px;
            max-width: 288px;
            margin: 0;
            text-align: left;
        }

        .d-flex.blog {
            flex-direction: column;
            gap: 62px;
            margin-top: 24px;

            .post {

                img {
                    margin-bottom: 16px;
                }              
    
                a.btn-padrao {
                    margin-top: 20px;
                }
            }

            .post.content-1 h3 {
                max-width: 275px;
            }

            .post.content-2 h3 {
                max-width: 250px;
            }

            .post.content-3 h3 {
                max-width: 280px;
            }
        }
    }
}

@media(max-width:330px) {
    #essential-week section.section-4 h2.title {
        font-size: 35px;
    }
}

#essential-week section.section-5 {
    position: relative;
    padding: 98px 0;
    color: var(--color02);

    .title {
        font-size: 28px;
        line-height: 34px;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin-bottom: 36px;
        color: var(--color02);
    }

    .bloco-duvidas-essential-week {
        position: relative;
        border: none;

        .col-12.col-md-10.offset-md-1 {
            padding: 0;
            max-width: 964px;
            margin: 0 auto;
        }
    }

    #bloco-duvidas-essential-week .card {
        background: transparent;
        border: none;
    }

    #bloco-duvidas-essential-week .card:last-child {
        border: none;
    }

    button.collapsed:active {
        border-top: 0;
        box-shadow: none;
    }


    #bloco-duvidas-essential-week .card button {
        width: 100%;
        text-align: left;
        font-weight: bold;
        font-size: 22px;
        line-height: 23px;
        color: var(--color02);
        background: transparent;
        border: 0;
        padding: 0;
        outline: none;
        position: relative;
    }

    #bloco-duvidas-essential-week button:active {
        box-shadow: none;
    }

    #bloco-duvidas-essential-week .card button:after {
        content: "";
        width: 15px;
        height: 15px;
        display: block;
        background: url(https://essentialnutrition-upload-files.s3.us-east-1.amazonaws.com/site-nutrition/campanhas/essential-week-2026/comecou/more.svg) center no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.3s;
        transform: rotate(45deg);
    }

    #bloco-duvidas-essential-week .card button.collapsed:after {
        transform: rotate(0deg);
    }

    #bloco-duvidas-essential-week.accordion>.card>.card-header {
        border-radius: 0;
        margin-bottom: 0px;
        padding: 28px 0px;
        border-bottom: 0;
        border-top: 1px solid var(--color03);
        background-color: var(--color04);
    }

    #bloco-duvidas-essential-week .card-body {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 28px;
        text-align: left;
        display: block;
    }

    #bloco-duvidas-essential-week .card-body>span {
        font-size: 17px;
        line-height: 23px;
        display: block;
        color: var(--color02);
    }

    #bloco-duvidas-essential-week .card-body>span a {
        color: var(--color02);
        text-decoration: underline;
    }

    #bloco-duvidas-essential-week div#duvidaContent01 .card-body>span {
        max-width: 855px;
    }

    #bloco-duvidas-essential-week div#duvidaContent02 .card-body>span {
        max-width: 770px;
    }

    #bloco-duvidas-essential-week div#duvidaContent03 .card-body>span {
        max-width: 835px;
    }

    #bloco-duvidas-essential-week div#duvidaContent04 .card-body>span {
        max-width: 750px;
    }
}

@media (max-width: 767px) {
    & #essential-week section.section-5 {
        padding: 40px 32px;

        .row {
            margin: 0;
        }

        #bloco-duvidas-essential-week h2.title {
            margin-bottom: 20px;
        }

        #bloco-duvidas-essential-week.accordion>.card>.card-header {
            padding: 16px 0px;
        }

        #bloco-duvidas-essential-week .card button {
            font-size: 22px;
            line-height: 23px;
            padding: 0 30px 0 0;
        }
    }

    #essential-week section.section-5 h2.title {
        margin-bottom: 20px;
    }
}