﻿.h2-2024 {
    font-family: Anton;
    font-size: var(--size-text-6xl, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(123deg, #7749F8 20.25%, #ECFE9E 151.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.h2-2024-white {
    font-family: Anton;
    font-size: var(--size-body-h-h2-text, 60px);
    font-style: normal;
    font-weight: var(--weight-medium, 400);
    line-height: 73px;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: var(--gradient-heard, linear-gradient(126deg, #ECFE9E -59.04%, #FFF 64.44%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.h2-2024-degrade-green {
    font-family: Anton;
    font-size: 60px;
    font-style: normal;
    font-weight: var(--weight-medium, 400);
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(104deg, #ECFE9E 10.08%, #FFF 88.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.h2-2024-orange {
    color: var(--primitive-brand-brand-color-2, #FF684D);
    font-family: Impact;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
}

.u1.u-underline {
    font-family: Anton;
    font-size: var(--size-text-6xl, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(123deg, #7749F8 -35%, #ECFE9E 201.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

    .u1.u-underline::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 10px;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(123deg, #7749F8 -35%, #ECFE9E 201.19%);
    }

.u2.u-underline {
    font-family: Anton;
    font-size: var(--size-text-6xl, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(123deg, #7749F8 0, #ECFE9E 301.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline;
}

    .u2.u-underline::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 10px;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(123deg, #7749F8 -35%, #ECFE9E 201.19%);
    }

.u3.u-underline {
    font-family: Anton;
    font-size: var(--size-text-6xl, 60px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(123deg, #7749F8 0, #ECFE9E 301.19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline;
}

    .u3.u-underline::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 10px;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(123deg, #7749F8 -35%, #ECFE9E 201.19%);
    }

.u4.u-underline {
    font-family: Anton;
    font-size: var(--size-text-4xl, 36px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(104deg, #ECFE9E -50.08%, #FFF 188.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline;
}

    .u4.u-underline::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 5px;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(123deg, #7749F8 -35%, #ECFE9E 201.19%);
    }

.u5.u-underline {
    font-family: Anton;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.2px;
    text-transform: uppercase;
    background: linear-gradient(104deg, #ECFE9E -150.08%, #FFF 100.06%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline;
}

    .u5.u-underline::before {
        content: "";
        position: absolute;
        width: 100%;
        bottom: 10px;
        left: 0;
        height: 3px;
        border-radius: 2px;
        background: linear-gradient(123deg, #7749F8 -105%, #ECFE9E 201.19%);
    }

.p-2024 {
    color: var(--primitive-body-600, #52525B);
    font-family: var(--family-space-fontFamily-Inter, Inter);
    font-size: var(--size-text-2xl, 24px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    margin: 0;
}

.destaque-tag {
    width: fit-content;
    display: flex;
    padding: 8px 88px 8px 88px;
    justify-content: center;
    align-items: center;
    gap: var(--space-8, 8px);
    border-radius: var(--space-72, 72px);
    border: 1px solid var(--primitive-stroke-500-bold, #6B7280);
    background: var(--primitive-pill-1, #ECFE9E);
}

    .destaque-tag img {
        width: 20px;
    }

.padding-sectiontop-base {
    padding-top: 96px;
}

.area-1-home {
}

    .area-1-home h2 {
        text-align: center;
    }

    .area-1-home p {
        text-align: center;
    }

.area-2-home {
}

    .area-2-home .area-2-home-title {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

        .area-2-home .area-2-home-title h2 {
            text-align: left;
        }

        .area-2-home .area-2-home-title p {
            text-align: left;
        }

        .area-2-home .area-2-home-title img {
            width: 60px;
            margin-top: 10px;
        }

    .area-2-home .area-2-home-content {
        margin: 48px 0 0 0;
        display: flex;
        gap: 48px;
    }

        .area-2-home .area-2-home-content .area-2-home-content-item {
            padding: 32px;
            border-radius: var(--space-16, 16px);
            background: var(--primitive-zinc-50, #FAFAFA);
            border: 2px solid var(--primitive-brand-brand-color, #FF4798);
        }

            .area-2-home .area-2-home-content .area-2-home-content-item:nth-child(odd) {
                border: 2px solid var(--primitive-brand-brand-color-3, #7749F8);
            }

            .area-2-home .area-2-home-content .area-2-home-content-item img {
                width: 32px;
            }

            .area-2-home .area-2-home-content .area-2-home-content-item h3 {
                color: var(--primitive-body-800-header, #27272A);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-body-lg, 18px);
                font-style: normal;
                font-weight: var(--weight-semibold, 600);
                line-height: normal;
                letter-spacing: -0.18px;
                margin: 28px 0 8px 0;
            }

            .area-2-home .area-2-home-content .area-2-home-content-item h4 {
                color: var(--primitive-body-700-normal, #3F3F46);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-base, 16px);
                font-style: normal;
                font-weight: var(--weight-regular, 400);
                line-height: normal;
                margin: 0 0 24px 0;
            }

            .area-2-home .area-2-home-content .area-2-home-content-item p {
                color: var(--primitive-body-800-header, #27272A);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-base, 16px);
                font-style: normal;
                font-weight: var(--weight-regular, 400);
                line-height: normal;
                letter-spacing: -0.08px;
                margin: 0;
            }

.area-3-home .area-3-home-content {
    display: flex;
    padding: var(--space-40, 40px) 0px;
    justify-content: space-between;
    gap: 80px;
}

    .area-3-home .area-3-home-content .area-3-home-content-left {
        min-width: calc(50% - 40px);
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: start;
        padding: 20px 0;
    }

        .area-3-home .area-3-home-content .area-3-home-content-left h3 {
            color: var(--primitive-body-700-normal, #3F3F46);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-body-lg, 18px);
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.36px;
        }

        .area-3-home .area-3-home-content .area-3-home-content-left p {
            color: var(--primitive-body-700-normal, #3F3F46);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-body-lg, 18px);
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.36px;
        }

.area-3-home .made-with {
    opacity: 0.2;
    transition: all 0.5s;
}

    .area-3-home .made-with:hover {
        opacity: 1;
    }

.area-4-home {
    display: flex;
    padding: var(--space-80, 80px) 0;
    background: url('../img/2024/background-pattern-1.png') #7749F8;
    background-repeat: repeat;
}

    .area-4-home .area-4-home-content {
        display: flex;
        gap: 48px;
        align-items: center;
    }

        .area-4-home .area-4-home-content .area-4-home-img {
            max-width: calc(50% - 30px);
            height: fit-content;
        }

        .area-4-home .area-4-home-content .area-4-home-content-tags {
            justify-content: start;
            gap: 16px 24px;
            padding: 16px 0 0 0;
        }

.area-5-home .area-5-home-main-img {
    padding-top: 64px;
    width: auto;
}

.area-5-home .destaque-tag {
    margin: 48px auto;
}

.area-5-home .area-5-home-custom-cards {
    margin: 0 auto;
}

.area-5-home .custom-card {
    margin-bottom: 40px;
}

.area-5-home .custom-card-header {
    cursor: pointer;
}

.area-5-home .custom-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.area-5-home .custom-card {
    padding: var(--space-16, 16px) 10px;
    background: none;
    border: none;
    border-bottom: 1px solid #FCC96D;
    max-width: 380px;
}

    .area-5-home .custom-card .custom-card-header {
        background: none;
    }

        .area-5-home .custom-card .custom-card-header h2 {
            position: relative;
            color: var(--primitive-body-600, #52525B);
            font-family: Impact;
            font-size: var(--size-text-4xl, 36px);
            font-style: normal;
            font-weight: var(--weight-regular, 400);
            line-height: normal;
            letter-spacing: -0.72px;
            text-transform: uppercase;
            text-align: left;
        }

    .area-5-home .custom-card h2::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 20px; /* Ajuste conforme o tamanho da imagem */
        height: 20px; /* Ajuste conforme o tamanho da imagem */
        background: url('../img/2024/seta-roxa.svg') no-repeat;
        background-size: cover;
        transition: all 0.5s ease-out;
    }

    .area-5-home .custom-card .custom-card-header h2 b {
        color: var(--primitive-brand-brand-color-3, #7749F8);
        font-family: Impact;
        font-size: var(--size-text-4xl, 36px);
        font-style: normal;
        font-weight: var(--weight-regular, 400);
        line-height: normal;
        letter-spacing: -0.72px;
        text-transform: uppercase;
    }

    .area-5-home .custom-card p {
        color: var(--primitive-body-600, #52525B);
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-base, 16px);
        font-style: normal;
        font-weight: var(--weight-regular, 400);
        line-height: normal;
        letter-spacing: -0.32px;
        margin: 16px 0;
    }

    .area-5-home .custom-card:hover .custom-collapse {
        max-height: 200px; /* Ajuste conforme o tamanho do conteúdo */
    }

    .area-5-home .custom-card:hover {
        border-color: #aaa;
    }

        .area-5-home .custom-card:hover h2::before {
            transform: rotate(180deg);
        }

.area-5-home .area-5-teste-gratis-btn {
    margin: 72px 0 0 0;
    display: inline-flex;
    transform: rotate(-4.926deg);
    padding: 16px 42px;
    justify-content: center;
    align-items: center;
    gap: 9.499px;
    border-radius: 85.602px;
    background: var(--primitive-brand-brand-color-3, #7749F8);
    color: var(--primitive-miscelaneus-white, #FFF);
    font-family: var(--family-space-fontFamily-Inter, Inter);
    font-size: 22.798px;
    font-style: normal;
    font-weight: var(--weight-bold, 700);
    line-height: normal;
    letter-spacing: 1.9px;
}

    .area-5-home .area-5-teste-gratis-btn img {
        width: 22px;
    }

.area-6-home .area-6-home-content {
    display: flex;
    padding: var(--space-40, 40px) 0px;
    justify-content: space-between;
    gap: 80px;
}

    .area-6-home .area-6-home-content .area-6-home-content-left {
        min-width: calc(55% - 40px);
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        justify-content: start;
        padding: 20px 0;
    }

    .area-6-home .area-6-home-content .area-6-home-title-h3 {
        display: flex;
        justify-content: space-between;
    }

        .area-6-home .area-6-home-content .area-6-home-title-h3 h3 {
            color: var(--primitive-brand-brand-color-2, #FF684D);
            font-family: "Shadows Into Light Two";
            font-size: var(--size-text-5xl, 48px);
            font-style: normal;
            font-weight: var(--weight-bold, 400);
            line-height: normal;
        }

        .area-6-home .area-6-home-content .area-6-home-title-h3 span {
            color: var(--primitive-brand-brand-color-3, #7749F8);
        }

        .area-6-home .area-6-home-content .area-6-home-title-h3 img {
            width: 62px;
        }

    .area-6-home .area-6-home-content p {
        color: var(--primitive-body-700-normal, #3F3F46);
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-body-h-body-lg, 18px);
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.09px;
    }

.area-7-home {
    padding: var(--space-sections-home-inter-section-base, 96px) 0px;
    background: url('../img/2024/background-pattern-1.png') #7749F8;
    background-repeat: repeat;
}

    .area-7-home .area-7-home-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 130px;
    }

        .area-7-home .area-7-home-content p {
            color: var(--primitive-miscelaneus-white, #FFF);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-body-lg, 18px);
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.09px;
        }

        .area-7-home .area-7-home-content img {
            width: 350px;
        }

.line-divider-svg {
    width: 100%;
    height: 3px;
}

.area-8-home {
    padding: var(--space-sections-home-inter-section-base, 96px) 0px;
    background: url('../img/2024/background-pattern-1.png') #7749F8;
    background-repeat: repeat;
}

    .area-8-home p {
        color: var(--primitive-miscelaneus-white, #FFF);
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-body-lg, 18px);
        font-style: normal;
        font-weight: var(--weight-medium, 500);
        line-height: normal;
        letter-spacing: -0.09px;
    }

    .area-8-home .h2-2024-degrade-green-fright {
        width: fit-content;
        float: right;
    }

        .area-8-home .h2-2024-degrade-green-fright .h2-2024-degrade-green {
            font-size: var(--size-text-4xl, 36px);
        }

    .area-8-home img {
        padding: 64px 0;
    }

    .area-8-home .area-8-home-referencias {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 40px;
        margin: 64px 0 0 0;
    }

        .area-8-home .area-8-home-referencias img {
            margin: 0;
            padding: 0;
        }


.area-9-home {
    padding: var(--space-sections-home-inter-section-base, 96px) 0px;
    background: url('../img/2024/background-pattern-1.png') #7749F8;
    background-repeat: repeat;
}

    .area-9-home .area-9-home-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 130px;
    }

        .area-9-home .area-9-home-content p {
            color: var(--primitive-miscelaneus-white, #FFF);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-body-lg, 18px);
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            letter-spacing: -0.09px;
        }

        .area-9-home .area-9-home-content img {
            width: 420px;
        }

.area-planos-2024-owl {
    padding-top: 48px;
    max-width: 780px;
    margin: 0 auto;
}

    .area-planos-2024-owl .owl-nav {
        max-width: 100px;
        margin: 32px auto;
    }

    .area-planos-2024-owl .area-planos-2024-owl-item {
        border-radius: 18px;
        border: 2px solid var(--primitive-stroke-50-input-light, #E2E2E2);
        background: #FFF;
        display: flex;
        padding: var(--space-40, 40px);
        align-items: flex-start;
        gap: 16px;
        flex-wrap: wrap;
    }

        .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention {
            border-radius: 18px;
            border: 2px solid var(--primitive-green-900, #14532D);
            background: #B9FF66;
        }

        .area-planos-2024-owl .area-planos-2024-owl-item .add-8pt {
            padding-top: 8px;
        }

        .area-planos-2024-owl .area-planos-2024-owl-item h2 {
            color: var(--primitive-gray-600, #4B5563);
            font-family: Impact;
            font-size: var(--size-text-xl, 20px);
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.4px;
            text-transform: uppercase;
        }

        .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention h2 {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

            .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention h2 img {
                width: 20px;
            }

            .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention h2 .h2tag {
                display: flex;
                padding: 0px var(--space-8, 8px);
                justify-content: center;
                align-items: center;
                gap: 10px;
                align-self: stretch;
                border: 1px #000;
                background: var(--primitive-miscelaneus-white, #FFF);
                color: var(--primitive-body-800-header, #27272A);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-xs, 12px);
                font-style: normal;
                font-weight: var(--weight-extrabold, 800);
                line-height: normal;
                letter-spacing: -0.06px;
            }


        .area-planos-2024-owl .area-planos-2024-owl-item p {
            color: var(--primitive-body-600, #52525B);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-sm, 14px);
            font-style: normal;
            font-weight: var(--weight-regular, 400);
            line-height: normal;
            letter-spacing: -0.07px;
        }

        .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-price {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 16px;
        }

            .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-price .area-planos-2024-owl-item-price-1 {
                color: var(--primitive-zinc-500, #71717A);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-base, 16px);
                font-style: normal;
                font-weight: var(--weight-regular, 400);
                line-height: normal;
                letter-spacing: -0.08px;
            }

            .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-price .area-planos-2024-owl-item-price-2 {
                color: var(--primitive-body-700-normal, #3F3F46);
                font-family: Impact;
                font-size: var(--size-text-5xl, 48px);
                font-style: normal;
                font-weight: var(--weight-semibold, 400);
                line-height: normal;
                letter-spacing: -0.24px;
            }

            .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-price .area-planos-2024-owl-item-price-3 {
                color: var(--primitive-zinc-500, #71717A);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-xs, 12px);
                font-style: normal;
                font-weight: var(--weight-regular, 400);
                line-height: normal;
                letter-spacing: -0.06px;
            }

        .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention .area-planos-2024-owl-item-price .area-planos-2024-owl-item-price-1,
        .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention .area-planos-2024-owl-item-price .area-planos-2024-owl-item-price-2,
        .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention .area-planos-2024-owl-item-price .area-planos-2024-owl-item-price-3 {
            color: var(--primitive-brand-brand-color-3, #7749F8) !important;
        }

        .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-cta {
            display: block;
            justify-content: center;
            align-items: center;
            width: 100%;
        }

            .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-cta a {
                display: flex;
                width: 100%;
                padding: 10px 16px;
                justify-content: center;
                align-items: center;
                gap: 8px;
                border-radius: 6px;
                background: var(--primitive-brand-brand-color-3, #7749F8);
                color: var(--Default-White, #FFF);
                font-family: Inter;
                font-size: 16px;
                font-style: normal;
                font-weight: 500;
                line-height: 18px; /* 112.5% */
                letter-spacing: -0.08px;
                height: 46px;
            }

        .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention .area-planos-2024-owl-item-cta a {
            border-radius: 8px;
            border: 1px solid var(--primitive-zinc-900, #000);
            background: var(--primitive-pill-1, #ECFE9E);
            color: var(--primitive-green-950, #052E16);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-body-h-body-base, 16px);
            font-style: normal;
            font-weight: var(--weight-semibold, 600);
            line-height: normal;
            letter-spacing: -0.08px;
        }

        .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-qtdmensal {
            display: flex;
            align-content: center;
            width: 100%;
            padding: var(--space-16, 16px);
            justify-content: center;
            align-items: center;
            gap: 16px;
            align-self: stretch;
            border-top: 1px solid var(--primitive-zinc-300, #D4D4D8);
            border-bottom: 1px solid var(--primitive-zinc-300, #D4D4D8);
        }

            .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-qtdmensal img {
                width: 24px;
            }

            .area-planos-2024-owl .area-planos-2024-owl-item .area-planos-2024-owl-item-qtdmensal span {
                color: var(--primitive-body-600, #52525B);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-base, 16px);
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: -0.08px;
            }

        .area-planos-2024-owl .area-planos-2024-owl-item.area-planos-2024-owl-item-atention .area-planos-2024-owl-item-qtdmensal span {
            color: var(--primitive-gray-950, #030712);
            font-family: Impact;
            font-size: var(--size-text-base, 16px);
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            letter-spacing: 0.32px;
            text-transform: uppercase;
        }

.area-planos-home {
    background: url('../img/2024/tape.svg') center center no-repeat;
    background-size: cover;
    padding-bottom: 96px;
}

    .area-planos-home .area-planos-home-p {
        color: var(--primitive-body-700-normal, #3F3F46);
        text-align: center;
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-body-lg, 18px);
        font-style: normal;
        font-weight: var(--weight-regular, 400);
        line-height: normal;
        letter-spacing: -0.09px;
        margin-top: 48px;
    }

    .area-planos-home p.p-engaje-sub {
        color: var(--primitive-body-700-normal, #3F3F46);
        text-align: center;
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-body-lg, 18px);
        font-style: normal;
        font-weight: var(--weight-regular, 400);
        line-height: normal;
        letter-spacing: -0.09px;
    }

.home-star {
    position: relative;
}

.home-star-1 {
    position: absolute;
    width: 120px;
    left: 0px;
    top: 0px;
}

.home-star-2 {
    position: absolute;
    width: 120px;
    right: 0px;
    bottom: 0px;
}

.area-10-home .area-10-home-content {
    align-items: center;
    justify-content: space-between;
}

    .area-10-home .area-10-home-content .area-10-home-content-r {
        min-width: 370px;
    }

    .area-10-home .area-10-home-content .owl-depoimentos-item {
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        border-radius: var(--space-24, 24px);
        border: 1px solid var(--primitive-brand-brand-color-3, #7749F8);
        background: #FFF;
    }

        .area-10-home .area-10-home-content .owl-depoimentos-item .owl-depoimentos-item-5stars {
            width: 76px;
            max-width: 76px;
        }

        .area-10-home .area-10-home-content .owl-depoimentos-item .owl-depoimentos-item-depoimento-title {
            display: flex;
            align-content: center;
            align-items: center;
        }

            .area-10-home .area-10-home-content .owl-depoimentos-item .owl-depoimentos-item-depoimento-title img {
                width: 24px;
            }

            .area-10-home .area-10-home-content .owl-depoimentos-item .owl-depoimentos-item-depoimento-title h3 {
                color: var(--primitive-body-700-normal, #3F3F46);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-body-lg, 18px);
                font-style: normal;
                font-weight: var(--weight-bold, 700);
                line-height: normal;
                margin: 0 0 0 8px;
            }

        .area-10-home .area-10-home-content .owl-depoimentos-item p {
            color: var(--primitive-body-600, #52525B);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-xs, 12px);
            font-style: normal;
            font-weight: var(--weight-regular, 400);
            line-height: normal;
            letter-spacing: -0.06px;
        }

.area-11-home {
    background: url('../img/2024/background-pattern-1.png') #7749F8;
    background-repeat: repeat;
    padding: 80px 0;
}

    .area-11-home .h2-2024-white {
        font-family: Anton;
        font-size: var(--size-text-5xl, 48px);
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.96px;
        text-transform: uppercase;
    }

    .area-11-home h3 {
        display: flex;
        padding: var(--space-8, 8px) var(--space-16, 16px);
        justify-content: center;
        align-items: center;
        gap: 10px;
        background: #B9FF66;
        width: fit-content;
        color: var(--primitive-zinc-900, #18181B);
        text-align: center;
        font-family: Inter;
        font-size: var(--size-text-xl, 20px);
        font-style: normal;
        font-weight: var(--weight-semibold, 600);
        line-height: normal;
        letter-spacing: -0.1px;
    }

    .area-11-home .list-gbpoints {
        display: flex;
        align-items: center;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
        align-content: center;
    }

    .area-11-home .list-gbpoints-item {
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .area-11-home .list-gbpoints-item img {
            width: 16px;
        }

        .area-11-home .list-gbpoints-item span {
            color: var(--primitive-miscelaneus-white, #FFF);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-body-h-body-lg, 18px);
            font-style: normal;
            font-weight: var(--weight-medium, 500);
            line-height: normal;
            letter-spacing: -0.09px;
        }

    .area-11-home .area-11-home-l, .area-11-home .area-11-home-r {
        margin-top: 48px;
    }

.list-gbpoints {
}

.blg-area {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
    margin-top: 48px;
}

    .blg-area .blg-area-item {
        display: flex;
        gap: 30px;
        border-radius: var(--space-48, 48px);
        border: 1px solid var(--primitive-brand-brand-color-2, #FF684D);
        align-content: center;
        padding-right: 32px;
        max-width: 100%;
    }

        .blg-area .blg-area-item .blg-area-img {
            width: 260px;
            height: 272px;
            min-width: 260px;
            min-height: 272px;
            background-size: cover;
            border-radius: 48px 0 0 48px;
            background-position: center center;
        }

        .blg-area .blg-area-item .blg-area-content {
            display: flex;
            align-content: center;
            flex-wrap: wrap;
        }

            .blg-area .blg-area-item .blg-area-content h3 {
                color: var(--primitive-body-700-normal, #3F3F46);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-2xl, 24px);
                font-style: normal;
                font-weight: var(--weight-semibold, 600);
                line-height: normal;
                letter-spacing: -0.48px;
            }

            .blg-area .blg-area-item .blg-area-content .blg-area-content-sub {
                color: var(--primitive-body-600, #52525B);
                font-family: var(--family-space-fontFamily-Inter, Inter);
                font-size: var(--size-text-xl, 20px);
                font-style: normal;
                font-weight: var(--weight-regular, 400);
                line-height: normal;
                letter-spacing: -0.1px;
                width: 100%;
            }

    .blg-area .blg-area-content a {
        display: inline-block;
        color: var(--primitive-brand-brand-color, #FF4798);
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-xs, 12px);
        font-style: normal;
        font-weight: var(--weight-semibold, 600);
        line-height: normal;
        letter-spacing: -0.24px;
        margin: 22px 0 0 0;
    }

.blg-area-seeall {
    display: flex;
    margin: 48px 0 0 0;
    padding: 16px 0px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: var(--primitive-purple-600, #9333EA);
    font-family: var(--family-space-fontFamily-Inter, Inter);
    font-size: var(--size-text-body-lg, 18px);
    font-style: normal;
    font-weight: var(--weight-bold, 700);
    line-height: normal;
    letter-spacing: -0.09px;
    text-decoration-line: underline;
}

    .blg-area-seeall img {
        width: 22px;
    }

.area-13-home .area-13-home-content {
    padding: 56px;
    border-radius: 18px;
    border: 1px solid var(--primitive-brand-brand-color-2, #FF684D);
    margin: 0 auto
}

.area-13-home-content p {
    color: var(--primitive-body-700-normal, #3F3F46);
    font-family: var(--family-space-fontFamily-Inter, Inter);
    font-size: var(--size-text-xl, 20px);
    font-style: normal;
    font-weight: var(--weight-regular, 400);
    line-height: normal;
    letter-spacing: -0.1px;
}

    .area-13-home-content p strong {
        color: var(--primitive-body-700-normal, #3F3F46);
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-xl, 20px);
        font-style: normal;
        font-weight: var(--weight-bold, 700);
        line-height: normal;
        letter-spacing: -0.1px;
    }

.area-13-home .area-13-home-content .btn-green-45 {
    border-radius: 80px;
    border: 2px solid #80933A;
    background: var(--primitive-pill-1, #ECFE9E);
    display: flex;
    transform: rotate(-4.926deg);
    padding: 16px 42px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #384E00;
    font-family: var(--family-space-fontFamily-Inter, Inter);
    font-size: var(--size-text-body-lg, 18px);
    font-style: normal;
    font-weight: var(--weight-bold, 700);
    line-height: normal;
    letter-spacing: 2px;
}

    .area-13-home .area-13-home-content .btn-green-45 img {
        width: 22px;
    }

.area-faq-home .faq-botton-line {
    margin: var(--space-sections-home-inter-section-base, 96px) 0 0 0;
    background: var(--primitive-brand-brand-color-3, #7749F8);
    height: 1px;
    border: none;
}

.faq-content {
    margin: 96px auto 0 auto;
}

#faqAccordion .card.faq-item {
    border: none;
    padding: 0 16px;
    border-bottom: 2px solid var(--primitive-zinc-300, #D4D4D8);
    border-radius: 0;
}

    #faqAccordion .card.faq-item .card-header {
        padding: 0 16px;
        margin: 0;
        border: none;
        position: relative; /* Necessário para o posicionamento do pseudo-elemento */
        background: none;
    }

        #faqAccordion .card.faq-item .card-header::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 16px;
            width: 24px; /* Largura da estrela */
            height: 24px; /* Altura da estrela */
            background: url('../img/2024/faq-item.svg') no-repeat center center;
            background-size: contain;
            transform: translateY(-50%); /* Centraliza verticalmente */
            transition: transform 0.3s ease; /* Transição suave para a rotação */
        }

        #faqAccordion .card.faq-item .card-header h5 {
            display: block;
            color: var(--primitive-body-600, #52525B);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-xl, 20px);
            font-style: normal;
            font-weight: var(--weight-semibold, 600);
            line-height: 28px; /* 140% */
            letter-spacing: -0.4px;
            padding: var(--space-32, 32px) 0;
            justify-content: flex-end;
            align-items: flex-start;
            gap: var(--space-24, 24px);
            text-align: left;
            border: none;
            cursor: pointer;
        }

    #faqAccordion .card.faq-item .card-body {
        text-align: left;
        padding: 0 16px 16px 16px;
        margin: 0;
    }

    #faqAccordion .card.faq-item.active {
        border-bottom: 2px solid var(--primitive-brand-brand-color-2, #FF684D);
        background: var(--primitive-orange-50, #FFF7ED);
    }

        #faqAccordion .card.faq-item.active .card-header::after {
            background: url('../img/2024/faq-item-selected.svg') no-repeat center center; /* Troca para estrela preenchida */
            transform: translateY(-50%) rotate(-90deg); /* Rotaciona a estrela em 45 graus */
            transition: transform 0.3s ease, background 0.3s ease; /* Transição suave */
        }

        #faqAccordion .card.faq-item.active .card-header h5 {
            color: var(--primitive-body-700-normal, #3F3F46);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-xl, 20px);
            font-style: normal;
            font-weight: var(--weight-semibold, 600);
            line-height: 28px; /* 140% */
            letter-spacing: -0.4px;
            padding-bottom: 24px;
            border: none;
        }

        #faqAccordion .card.faq-item.active p {
            color: var(--primitive-body-700-normal, #3F3F46);
            font-family: var(--family-space-fontFamily-Inter, Inter);
            font-size: var(--size-text-body-lg, 18px);
            font-style: normal;
            font-weight: var(--weight-medium, 500);
            line-height: 24px; /* 133.333% */
            letter-spacing: -0.09px;
        }

.btn-faq-load-more {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    margin: 32px auto 0 auto;
    padding: 0;
    border: none;
    cursor: pointer;
}

    .btn-faq-load-more img {
        width: 32px;
        height: 32px;
    }

    .btn-faq-load-more span {
        color: var(--primitive-purple-600, #9333EA);
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-base, 16px);
        font-style: normal;
        font-weight: var(--weight-bold, 700);
        line-height: 28px; /* 175% */
        letter-spacing: -0.32px;
        text-decoration-line: underline;
        text-transform: uppercase;
    }

.loged-link-item-navbar {
    border-radius: 8px;
    border: 2px solid var(--primitive-zinc-500, #71717A);
    color: var(--primitive-zinc-300, #D4D4D8);
    font-family: Inter;
    font-size: var(--size-text-sm, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.07px;
    padding: 10px var(--space-24, 24px);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .loged-link-item-navbar:hover {
        border: 2px solid var(--primitive-brand-brand-color, #FF4798);
        color: var(--primitive-miscelaneus-white, #FFF);
    }

.navbar-home-custom {
    margin-bottom: 40px;
}

.inicie-teste-desc {
    max-width: 600px;
    margin: 0 auto;
}

    .inicie-teste-desc p {
        margin-bottom: 16px;
    }

.login-left-content {
    background: url(../img/2024/background-pattern-1.png) #B9FF66;
    background-repeat: repeat;
    height: 100%;
    padding: var(--space-72, 72px) var(--space-64, 64px);
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    border-right: 1px solid var(--primitive-green-950, #052E16);
}

    .login-left-content .login-left-content-logo-area {
        width: 100%;
    }

    .login-left-content .login-left-content-logo {
        width: 30px;
        display: block;
    }

    .login-left-content .login-left-content-text {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

        .login-left-content .login-left-content-text .login-left-content-text-1 {
            display: block;
            color: var(--primitive-zinc-800, #27272A);
            font-family: Impact;
            font-size: var(--size-text-8xl, 96px);
            font-style: normal;
            font-weight: var(--weight-regular, 400);
            line-height: normal;
            letter-spacing: -0.48px;
            text-transform: uppercase;
        }

        .login-left-content .login-left-content-text .login-left-content-text-2 {
            display: block;
            text-align: right;
            color: var(--primitive-brand-brand-color-3, #7749F8);
            font-family: "Shadows Into Light";
            font-size: var(--size-text-6xl, 60px);
            font-style: normal;
            font-weight: var(--weight-regular, 400);
            line-height: 64px; /* 106.667% */
            letter-spacing: -0.3px;
        }

    .login-left-content .login-left-content-tags {
        gap: 24px;
    }

    .login-left-content .login-left-content-text-3 {
        color: var(--primitive-zinc-800, #27272A);
        font-family: var(--family-space-fontFamily-Inter, Inter);
        font-size: var(--size-text-base, 16px);
        font-style: normal;
        font-weight: var(--weight-medium, 500);
        line-height: normal;
        letter-spacing: -0.08px;
    }

.login-right-content {
    background: var(--primitive-gray-50, #F9FAFB);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-right-content .login-right-content-limitsize {
        max-width: 800px;
        width: 100%;
    }

    .login-right-content h2 {
        color: var(--primitive-body-800-header, #27272A);
        font-family: Inter;
        font-size: var(--size-text-2xl, 24px);
        font-style: normal;
        font-weight: var(--weight-bold, 700);
        line-height: normal;
        letter-spacing: -0.12px;
    }

    .login-right-content h3 {
        color: var(--primitive-zinc-700, #3F3F46);
        font-family: Inter;
        font-size: var(--size-text-body-lg, 18px);
        font-style: normal;
        font-weight: var(--weight-regular, 400);
        line-height: normal;
        letter-spacing: -0.09px;
    }

        .login-right-content h3 a {
            color: var(--primitive-zinc-700, #3F3F46);
            font-family: Inter;
            font-size: var(--size-text-body-lg, 18px);
            font-style: normal;
            font-weight: var(--weight-bold, 700);
            line-height: normal;
            letter-spacing: -0.09px;
            text-decoration-line: underline;
            text-decoration-style: solid;
            text-decoration-skip-ink: none;
            text-decoration-thickness: auto;
            text-underline-offset: auto;
            text-underline-position: from-font;
        }

    .login-right-content .login-divider {
        height: 1px;
        background: var(--primitive-stroke-50-input-light, #E2E2E2);
        margin: 56px 0;
    }

    .login-right-content .login-right-content-txt-1 {
        color: var(--primitive-zinc-700, #3F3F46);
        font-family: Inter;
        font-size: var(--size-text-body-lg, 18px);
        font-style: normal;
        font-weight: var(--weight-bold, 700);
        line-height: normal;
        letter-spacing: -0.09px;
    }

    .login-right-content .login-right-content-txt-2 {
        color: var(--primitive-zinc-700, #3F3F46);
        font-family: Inter;
        font-size: var(--size-text-body-lg, 18px);
        font-style: normal;
        font-weight: var(--weight-regular, 400);
        line-height: normal;
        letter-spacing: -0.09px;
    }

    .login-right-content .login-social-buttons {
        display: flex;
        align-items: center;
        gap: 8%;
        margin: 32px 0 0 0;
    }

    .login-right-content .login-right-content-formlogin {
        margin: 32px 0 0 0;
    }

        .login-right-content .login-right-content-formlogin .mt56 {
            margin: 56px 0 0 0;
        }

    .login-right-content .login-right-content-linksupport {
        color: var(--primitive-zinc-700, #3F3F46);
        font-family: Inter;
        font-size: var(--size-text-body-lg, 18px);
        font-style: normal;
        font-weight: var(--weight-regular, 400);
        line-height: normal;
        letter-spacing: -0.09px;
        cursor: pointer;
    }

.cadasto-finalizado-content .cadasto-finalizado-content-success {
    display: flex;
    padding: var(--space-64, 64px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: var(--space-16, 16px);
    background: var(--primitive-brand-brand-color-3, #7749F8);
    margin-bottom: 56px;
}

    .cadasto-finalizado-content .cadasto-finalizado-content-success img {
        width: 24px;
    }

    .cadasto-finalizado-content .cadasto-finalizado-content-success span {
        color: var(--primitive-miscelaneus-white, #FFF);
        font-family: Inter;
        font-size: var(--size-text-2xl, 24px);
        font-style: normal;
        font-weight: var(--weight-bold, 700);
        line-height: normal;
        letter-spacing: -0.12px;
    }

.cadasto-finalizado-content p {
    color: var(--primitive-body-700-normal, #3F3F46);
    font-family: Inter;
    font-size: var(--size-text-body-lg, 18px);
    font-style: normal;
    font-weight: var(--weight-regular, 400);
    line-height: normal;
    letter-spacing: -0.09px;
}

.cadasto-finalizado-content .cadastro-email-naochegou {
    display: flex;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}

    .cadasto-finalizado-content .cadastro-email-naochegou img {
        width: 32px;
    }

    .cadasto-finalizado-content .cadastro-email-naochegou span {
        color: var(--primitive-body-500-light, #6C757D);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: var(--weight-medium, 500);
        line-height: normal;
        letter-spacing: -0.07px;
    }

.grecaptcha-badge {
    display: none;
}

.text-captcha {
    font-size: 12px;
    text-align: center;
    padding: 40px 0 0 0;
    margin: 0;
    color: #fff;
}

    .text-captcha a {
        color: #fff;
        text-decoration: underline;
    }

.hp-disp {
    display: none;
}