:root {
    --Gradient: linear-gradient(69deg, #F294B6 -2.2%, #F2D8C2 67.6%, #BF80B5 137.41%);
    --Gradient-2: linear-gradient(79deg, #FF8FB7 9.59%, #F2D8C2 48.42%, #E3BA90 87.26%);
    --Gradient-3: linear-gradient(102deg, #CAEFD7 22.08%, #F5BFD7 46.86%, #ABC9E9 70.85%) --White: #fff;
    --Gradient-4: linear-gradient(246deg, rgba(0, 0, 0, 0.00) 38.78%, rgba(0, 0, 0, 0.61) 92.3%), linear-gradient(79deg, #FF8FB7 9.59%, #F2D8C2 48.42%, #E3BA90 87.26%);
    --Black-Gradient: linear-gradient(109deg, #4D4D4D 11.07%, #1B171A 99.26%);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.gradient {
    color: var(--Gradient-2);
    background: var(--Gradient);
}

#classificado {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 12px 0;
    justify-content: center;
    align-items: center;
    gap: 48px;
    border: 1px solid var(--color-zinc-900, #18181B);
    background: var(--color-zinc-950, #09090B);
    max-width:1450px;
    margin: 0 auto;
}

.classificado-container {
    width: 95vw;
    max-width:1400px
}

.classificado-container .classificados .item {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

.classificados p {
    text-transform: uppercase;
    margin-bottom: 0;
    white-space: nowrap;
}

#lp-cientistadapele #classificado .owl-carousel .owl-stage.marquee-run {
    display: flex;
    animation: marquee var(--marquee-duration) linear infinite;
    will-change: transform;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}




#lp-cientistadapele.lancamentos-lp .banner h2 {
    font-family: "Inter", sans-serif;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    margin: 40px 0;
    leading-trim: both;
    text-edge: cap;
    line-height: 100%;
    letter-spacing: -3.84px;
}

#lp-cientistadapele.lancamentos-lp .hero p {
    font-family: "Inter", sans-serif;
    font-size: var(--font-size-XL, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--Secondary---70, #BDBDBD);
}

#lp-cientistadapele .hero span.gradient {
    background: var(--Gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

#lp-cientistadapele .banner.hero {
    overflow: hidden;
    background: url('../img/lancamentos/cientistadapele/Frame 463 Lente Aplicada.png') center top / contain no-repeat;
    position: relative;
}

    #lp-cientistadapele .banner.hero .container {
        padding: 12px 0px 52px 0px;
    }

#lp-cientistadapele.lancamentos-lp .banner .seal {
    z-index: 3;
}

#lp-cientistadapele.lancamentos-lp .seal p {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    color: var(--color-amber-800, #92400E);
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 160% */
    text-transform: uppercase;
    padding: 8px 10px;
    margin: 0;
    width: fit-content;
}

    #lp-cientistadapele.lancamentos-lp .seal p img {
        margin: 0px 8px 0px 0px;
        width: 18px;
        height: 16px;
    }

#lp-cientistadapele .mandala-hero {
    width: 48px;
    height: 36px;
}


.arte-manipulacao-content {
    border-left: 1px solid var(--Secondary---30, #575757);
    padding: 0px 32px;
}

.align-right-content h4 span {
    background: var(--Gradient-4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: right;
}

.align-right-content h4 {
    text-align: right;
}


.align-right-content span {
    background: none;
}

.bg-texto-gradient {
    background: var(--Gradient-4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

    .bg-texto-gradient span {
        background: none !important;
        color: inherit;
    }




.align-right-content p.has-highlight,
.align-right-content .arrow-star {
    text-align: right;
}

.align-right-content .arrow-star {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

#arte-manipulacao .arrow-star img {
    width: 142px;
    height: 19px;
}

#arte-manipulacao .btn-underline {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important; /* força branco mesmo que herde algo */
    background: none !important; /* remove qualquer gradiente herdado */
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    text-decoration-line: underline !important;
    text-decoration-skip-ink: none;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-align: right;
    font-weight: 500;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
}


.arte-manipulacao-content,
.quem-domina-content,
#faq .banner-text {
    background: var(--Gradient-2);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

    .arte-manipulacao-content p,
    .quem-domina-content p {
        color: white;
        -webkit-text-fill-color: white;
    }

    .arte-manipulacao-content p {
        margin-top: 0px !important;
        color: white;
        -webkit-text-fill-color: white;
    }

    .quem-domina-content a {
        margin-top: 72px !important;
        color: white;
        -webkit-text-fill-color: white;
    }

    .arte-manipulacao-content p span,
    .quem-domina-content p span,
    #faq .banner-text h5 span {
        -webkit-text-fill-color: transparent;
        color: inherit;
    }

#lp-cientistadapele .my-col-2 {
    position: relative;
}

#lp-cientistadapele.lancamentos-lp .banner .infos {
    margin-top: 72px;
}

#lp-cientistadapele #about {
    background: url(../img/lancamentos/cientistadapele/shadow-light.png) !important;
    background-position: top right !important;
    background-size: 20%;
    background-repeat: no-repeat !important;
}

    #lp-cientistadapele #about .has-highlight span {
        font-weight: 700;
    }

    #lp-cientistadapele #about .row .col-lg-6:nth-of-type(2) img {
        margin-bottom: 40px;
    }

    #lp-cientistadapele #about .row:nth-of-type(2) {
        margin-top: 72px;
    }


#lp-cientistadapele #arte-manipulacao:not(.arte-manipulacao2) img {
    margin-bottom: 80px;
}

#lp-cientistadapele #quem-domina {
    background: url(../img/lancamentos/cientistadapele/esq-bg-light.svg) !important;
    background-position: bottom right !important;
    background-size: 15% !important;
    background-repeat: no-repeat !important;
}

#lp-cientistadapele #arte-manipulacao {
    position: relative;
}

    #lp-cientistadapele #arte-manipulacao .shadow-right {
        max-width: 350px;
        position: absolute;
        right: 0;
        top: -350px;
        transform: rotate(180deg);
        filter: blur(10px);
    }

    #lp-cientistadapele #arte-manipulacao:not(.arte-manipulacao2)::before {
        content: "";
        position: absolute;
        top: 350px;
        left: 0;
        width: 100%;
        height: 120%;
        background: url(../img/lancamentos/cientistadapele/shadow.svg) no-repeat;
        background-size: contain;
        /*transform: translateX(-70%) rotate(180deg);*/
        z-index: -1;
        filter: blur(10px);
    }

    #lp-cientistadapele #arte-manipulacao h4 {
        font-size: var(--font-size-5XL, 60px);
        font-style: normal;
        font-weight: 500;
        line-height: 74px;
    }

    #lp-cientistadapele #arte-manipulacao b {
        font-weight: 700;
    }

#lp-cientistadapele #quem-domina h4 {
    font-size: var(--font-size-5XL, 60px);
    font-style: normal;
    font-weight: 300;
    line-height: 74px;
    text-align: left;
}

    #lp-cientistadapele #arte-manipulacao h4 span,
    #lp-cientistadapele #quem-domina h4 span {
        font-weight: 600;
    }

    #lp-cientistadapele #quem-domina h4.heading-2.medium-300 {
        background: var(--Gradient-4);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
    }

    #lp-cientistadapele #quem-domina h4 span {
        font-weight: 600;
    }

#lp-cientistadapele #quem-domina .medalha img {
    width: 312px;
    transform: rotate(10.323deg);
    flex-shrink: 0;
}

#lp-cientistadapele #quem-domina .mt-72 {
    margin-top: 72px;
}

#lp-cientistadapele #quem-domina .content {
    border-bottom: 1px solid var(--Secondary---30, #575757);
}



#lp-cientistadapele #porque-icosmetologia .block:not(:last-of-type) h5 {
    background: var(--Gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


#lp-cientistadapele #depoimentos {
    background: url(../img/lancamentos/cientistadapele/dir-bg-light.svg) !important;
    background-position: top left !important;
    background-size: 25% !important;
    background-repeat: no-repeat !important;
}


#lp-cientistadapele #faq .banner {
    background: url(../img/lancamentos/cientistadapele/final-moca.jpg) 50% / cover no-repeat;
    height: 660px;
}

#lp-cientistadapele #faq .banner-text {
    max-width: 916px;
}

    #lp-cientistadapele #faq .banner-text .underline-gradient {
        color: var(--Gradient);
    }

#lp-cientistadapele #faq {
    position: relative;
    padding-bottom: 125px !important;
    overflow: hidden;
}

    #lp-cientistadapele #faq .perguntas {
        padding: 142px;
        width: 100%;
    }

    #lp-cientistadapele #faq::before {
        content: "";
        position: absolute;
        bottom: -500px;
        left: 0;
        width: 120%;
        height: 120%;
        background: url(../img/lancamentos/cientistadapele/down-bg-light.svg) no-repeat;
        background-size: contain;
        transform: translateY(60%) translateX(-5%) rotate(0deg);
        z-index: -1;
        opacity: 0.8;
        filter: blur(10px);
    }

#lp-cientistadapele .prime .selo-prime-img {
    width: 75px;
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    transition: opacity 0.3s ease;
}



@media(max-width: 1600px) {
    #lp-cientistadapele #quem-domina {
        background: url(../img/lancamentos/cientistadapele/esq-bg-light.svg) !important;
        background-position: bottom right !important;
        background-size: 20% !important;
        background-repeat: no-repeat !important;
    }
}

@media(max-width: 1300px) {
    #lp-cientistadapele .banner.hero::before {
        right: 0%;
        width: 60% !important;
        height: 80%;
    }
}

@media(max-width: 1300px) and (min-width: 1000px) {
    #lp-cientistadapele.lancamentos-lp .banner .infos .tag:last-of-type {
        margin-left: 8px !important;
    }
}

@media(max-width: 1000px) {
    #lp-cientistadapele.lancamentos-lp .banner h2 {
        margin: 0;
    }

    #lp-cientistadapele.lancamentos-lp .banner .infos {
        margin-top: 40px;
        flex-direction: column;
    }

    #lp-cientistadapele.lancamentos-lp .banner .seal {
        max-width: 244px;
        margin-left: -22px;
    }

    #lp-cientistadapele #faq .banner {
        background: linear-gradient(0deg, #131313 0%, rgba(0, 0, 0, 0.00) 100%), url(../img/lancamentos/cientistadapele/final-moca-mob.jpg) 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }

    #lp-cientistadapele.lancamentos-lp .banner p {
        text-align: center;
    }

    #lp-cientistadapele .banner.hero {
    }

        #lp-cientistadapele .banner.hero::before {
            display: none;
        }

    #lp-cientistadapele #about .row:nth-of-type(2) {
        display: flex;
        flex-direction: column;
    }

    #lp-cientistadapele #about h4 {
        margin-bottom: unset;
    }

    #lp-cientistadapele #about .row .col-lg-6:first-of-type {
        margin-bottom: 40px;
    }

    #lp-cientistadapele #arte-manipulacao.arte-manipulacao2 h4 {
        text-align: left;
    }

    #lp-cientistadapele #arte-manipulacao:not(.arte-manipulacao2) {
        padding-top: 72px !important;
    }

    #lp-cientistadapele #arte-manipulacao {
        padding: 0 !important;
    }

    #lp-cientistadapele #about .row:nth-of-type(2) {
        margin-top: 40px;
    }
}

@media(max-width:900px) {
}

@media(max-width: 768px) {
    #lp-cientistadapele .banner.hero .container {
        background: none;
    }

    #lp-cientistadapele #faq .perguntas {
        padding: 142px 0px;
    }
}

@media(max-width: 700px) {
    #lp-cientistadapele.lancamentos-lp .banner .seal {
        margin-left: unset;
    }

    #lp-cientistadapele .pins .wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px 0px;
    }

    .lancamentos-lp a.btn.btn-white {
        padding: 8px 50px;
    }
}

@media(max-width: 500px) {
    #lp-cientistadapele .banner.hero {
        padding-top: 388px;
        background: url(../img/lancamentos/cientistadapele/head.jpg) center top / 100% no-repeat, #110C10 !important;
    }

    #lp-cientistadapele.lancamentos-lp .banner h2 {
        font-family: Inter;
        font-size: 86.893px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -3.476px;
        margin-bottom: 32px;
    }

    #lp-cientistadapele.lancamentos-lp .banner p br {
        display: none;
    }

    #lp-cientistadapele .banner .mandala-hero {
        display: none;
    }

    #lp-cientistadapele.lancamentos-lp .banner .seal {
        border-radius: 6px;
        border: 1px solid rgba(28, 20, 0, 0.40);
        background: #FFE45B;
        backdrop-filter: blur(16px);
    }

    .seal-wrapper {
        margin-top: 24px;
    }

    #lp-cientistadapele #arte-manipulacao .shadow-right {
        display: none;
    }

    .classificado {
        overflow: hidden;
    }

    .align-right-content {
        text-align: left;
    }

        .align-right-content h4 br {
            display: none;
        }

        .align-right-content p {
            font-size: 20px;
        }

    #lp-cientistadapele #arte-manipulacao:not(.arte-manipulacao2)::before {
        display: none;
    }

    .arte-manipulacao-content {
        padding: 16px;
        margin-left: 10px;
    }

        .arte-manipulacao-content p {
            margin-top: 0 !important;
        }

        .arte-manipulacao-content .btn {
            padding-left: 0px;
            padding-right: 0px;
        }

    .lancamentos-lp .wrapper-vimeo {
        position: none;
    }

    .lancamentos-lp #video {
        padding-bottom: 0px;
    }

    .lancamentos-lp .modulos p {
        display: none;
    }

    .lancamentos-lp .modulos .professores {
        margin-top: 24px !important;
    }

    .lancamentos-lp .padding-section {
        padding: 35px 0px;
    }

    .heading-2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .mt-72 {
        flex-direction: column !important;
    }

    .quem-domina-content a {
        width: 350px;
        margin: 0 auto;
    }

    .quem-domina-content div {
        width: 100%;
    }

    .medalha {
        margin-top: 42px;
    }

        .medalha img {
            display: flex;
            margin: 0 auto;
        }

    #lp-cientistadapele #quem-domina {
        background: none !important;
    }

    #lp-cientistadapele #faq .banner {
        height: auto;
    }

    #lp-cientistadapele #faq::before {
        background: none;
    }

    #lp-cientistadapele #faq .perguntas {
        padding: 72px 0px;
    }
    #lp-cientistadapele .align-right-content h4 {
        text-align: left;
    }
}
