﻿
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Bootstrap Reset   */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}


.flowWrapper {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-family: 'Causten', sans-serif;
    font-size: var(--font-xsmall);
    max-width: 1900px;
    height: auto;
    margin: 0 auto;
    padding: clamp(80px, 10vw, 140px) clamp(12px, 4vw, 32px) clamp(100px, 12vw, 160px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.flowWrapper.step2 {
    padding: 30px 0 70px;

}

.flowWrapper.step2.step3 {
    padding: 100px 0 70px;
}


.bullet-points-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    font-size: var(--font-small);
    font-weight: 300;
}

.bullet-points-wrapper img {
    width: 100%;
    max-width: clamp(25px, 5vw, 57px);
}



.bullet-points-wrapper div p {
    margin: 15px 0;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 28%;
}

.bullet-points-wrapper div span {
    color: #09e6fd;
    background: -webkit-linear-gradient(#09e6fd, #007a87);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form-flow-card {
    background-color: var(--color-white);
    color: var(--color-base-dark);
    padding: 60px 52px 40px;
    border-radius: 16px;
    position: relative;
}

.pix-card {
    max-width: 600px;
    color: var(--color-white);
    font-size: var(--font-xsmall);
    text-align: center;
    background-color: var(--color-white);
    color: var(--color-bgBody);
    font-family: 'Causten', sans-serif;
}

.pix-card h1 {
    font-size: var(--font-large);
    font-weight: 700;
    text-align: center;
}

.pix-card-content {
    font-family: 'Causten', sans-serif;
}

.pix-card-wrapper {
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

#inputCopiaCola {
    color: var(--color-bgBody);
    width: 100%;
    border-radius: 7px;
    border: none;
    padding: 5px 10px;
}


.form-flow-card .payment-flags {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.alert-container-01.modalNewFlow {

    backdrop-filter: blur(2px);
    background-color: transparent;
}

.modalNewFlow .alert-container-02 {
    border-radius: 30px;
    box-shadow: none;
    background: var(--color-white);
    font-family: 'Causten', sans-serif;
    max-width: 534px;
    width: 100%;
}

.modalNewFlow .alert-container-02 .popup-title {
    font-family: 'Causten', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 22px;
}

.modalNewFlow .alert-container-02 p {
    font-size: 16px;
    color: #0066cc;
    margin-bottom: 20px;
}


.modalNewFlow .alert-container-02 p:last-child {
    margin-bottom: 0;
}

.modalNewFlow #inputCode,
.inputSenCodeFlow {
    width: 100%;
    background-color: transparent;
    border: none;
    border: 1px solid var(--color-dark-grey);
    padding: 12px 18px;
    color: var(--color-dark-grey);
    font-size: var(--font-small);
    box-sizing: border-box;
    margin: 0;
    height: auto;
    font-weight: 400;
    border-radius: 8px;

    margin-bottom: 20px;
}


.flowWrapper h1 {
    font-size: var(--font-xlarge);
    color: var(--color-white);
    margin: 1rem 0 1rem;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
}

.flowWrapper h2 {
    font-size: var(--font-medium);
    color: var(--color-yellow);
    font-weight: 600;
    margin: 1.5rem 0 3rem;
}

.flowWrapper .boxPlansWrapper {
    display: flex;
    gap: 4vw;
    /* width: 80%; */
    justify-content: center;
    transform: scale(0.9);
}

.flowWrapper .boxPlansWrapper article {
    background-color: var(--color-white);
    padding: 30px;
    color: var(--color-base-dark);
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    border: 1px solid var(--color-blue);
    min-height: 460px;
    justify-content: center;
    width: 420px;
}

.flowWrapper .boxPlansWrapper .card-economic-plan {
    outline: 3px solid rgb(255 255 255 / 92%);
}

.flowWrapper .boxPlansWrapper article h3 {
    text-align: center;

    position: relative;
    font-weight: 600;
    font-size: var(--font-xlarge);
}

.flowWrapper .boxPlansWrapper article small {
    font-size: var(--font-small)
}

.flowWrapper .boxPlansWrapper article h3 span {
    position: absolute;

    top: -75px;
    color: var(--color-darkBlue);
    font-size: var(--font-xsmall);
    background: var(--color-yellow);
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 30px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

.flowWrapper .boxPlansWrapper article ul {
    margin: 0;
    padding: 0;
}

.flowWrapper .boxPlansWrapper article ul li {
    list-style: none;
    font-size: var(--font-xsmall);
}

.flowWrapper .boxPlansWrapper article ul li::before {
    content: '\002B';
    display: inline;
    margin-right: 5px;
    font-weight: bold;
    font-size: var(--font-xsmall);
}

.buttonFlow {
    border: none;
    background-color: var(--color-secondary);
    border-radius: 8px;
    padding: 5px 18px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: var(--color-white);
    font-size: var(--font-medium);
    align-self: center;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    height: 60px;
    transition: background-color 0.2s ease;
}

.buttonFlow:hover {
    background-color: var(--color-primary);
}

.monthText {
    color: var(--color-complement-light);
    font-size: var(--font-large);
    transform: translate(0px, -9px);
}

.smallTextFlow {
    font-weight: 200;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    line-height: 1.3;
    color: var(--color-complement-dark);
}


.smallTextFlow a {
    color: var(--color-blue);
    font-weight: 200;
}


.smallTextFlow span {
    margin: 40px 0 0;
    font-weight: 600;
}


.flowWrapper .steps {
    margin: 0 0 0px;
}

.priceWrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.pricePartTwo {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    align-self: baseline;
}

.pricePartTwo span:first-child {
    font-size: 51px;
    font-weight: 600;
    transform: translate(-4px, 0px);
}

.moneySymbol {
    font-size: 50px;
    font-weight: 600;

}

.adjustSpaceLeft {
    margin-right: 0;
}

.pricePartOne {
    font-size: 7em;
    font-weight: 600;
    height: min-content;
    line-height: 0.9;
}


/* step 2 Form*/
.step2 .inputLine {
    display: flex;
    gap: 5px;
    /* margin-bottom: 20px; */
}

.step2 .inputLine:last-child {
    margin-bottom: 0;
}

.inputLine+small {
    display: block;
}

.step2 form .buttonSubmit {
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.successPageWrapper {
    background-color: var(--color-primary);
}

.successLeftContent,
.successRightContent {
    width: 50%;
}

.successLeftContent {}

.arrow-back {
    text-align: center;
    color: #ffffff;
    display: block;
}

.arrow-back:hover {
    color: #ffffff;
    text-decoration: none;
}

.successRightContent {
    padding-top: calc(90px + 5vw);
    font-family: "Causten", sans-serif;
    color: var(--color-white);
    padding-left: calc(30px + 5vw);
    padding-right: calc(10px + 1vw);
}



.successRightContent h1 {
    color: #ffffff;
    font-size: calc(16px + 2vw);
    font-weight: 600;
}

.successLeftContent img {
    width: 100%;
}

.successButton {
    background-color: var(--color-secondary);
    border-radius: 100px;
    border: none;
    color: var(--color-white);
    font-weight: 500;
    align-self: center;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
  
    font-size: clamp(14px, 1.5vw, 30px); /* 14px a 18px */
    padding: clamp(8px, 1vw, 12px) clamp(16px, 2vw, 32px); /* padding vertical/horizontal */
    height: clamp(40px, 6vw, 60px); /* altura entre 40px e 60px */
  }
  



.successRightContent p {
    font-weight: 300;
    font-size: calc(11px + 1vw);
    line-height: 1.4;
    max-width: 700px;
}
.successRightContent span {
    font-size: var(--font-large);
    font-weight: 600;
}

.successLogoLooke {
    width: calc(100px + 10vw);
}

.storesWrapper img {
    width: 180px;
}



.storesWrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 50px;
    margin-top: 30px;
}

.successContent {
    display: flex
;
    width: 100%;
    /* margin-top: 60px; */
    /* margin-top: 4%; */
    /* padding: 60px 0; */
}


.blueLink:hover {
    color: var(--color-blue);
}

.step2 form .buttonSubmit button.submitPayment {
    /* background: url(/content/images/flow/bg-button-form-payment.png); */
}

.termos-modo-pagamento {
    border: 1px solid #4367a3;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    color: var(--color-dark-grey);
    font-size: var(--font-xsmall);
    font-weight: 300;
}

.backButton {
    margin-right: auto;
    margin-left: 40px;
    cursor: pointer;
    width: 60px;
    margin-bottom: -35px;
}

.disabled-button, .buttonFlow:disabled {
    filter: brightness(0.9);
    cursor: not-allowed !important;
}


.modalNewFlow button {

    border: none;
    background-color: var(--color-secondary);
    border-radius: 8px;
    padding: 5px 18px;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: var(--color-white);
    font-size: var(--font-small);
    align-self: center;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    height: 60px;
    transition: background-color 0.2s ease;
}


.step2 form .buttonSubmit button:hover,
.boxPlansWrapper button:hover {
    filter: brightness(0.9);
}

.step2 .inputLine.eyeWrapper {
    position: relative;
}

.giftcodeInfo+small {
    display: block;
}

.step2 .inputLine.eyeWrapper img {
    position: absolute;
    width: 25px;
    top: 15px;
    right: 5px;
    cursor: pointer;
}

.planBox {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    width: 100%;
    max-width: 620px;
    background: var(--color-white);
    color: #0066cc;
    border-radius: 10px;
    font-family: 'Causten', sans-serif;
    align-items: center;
}

.fadeIn {
    animation: fadein 0.4s;
}

.custom-select {
    min-width: 350px;
    position: relative;
}

.custom-select select {
    appearance: none;
    /*  safari  */
    -webkit-appearance: none;
    /*  other styles for aesthetics */
    width: 100%;
    font-size: var(--font-xsmall);
    padding: 0.675em 6em 0.675em 1em;
    background-color: transparent;
    border-bottom: 2px var(--color-white) solid;
    border-radius: 0.25rem;
    color: var(--color-white);
    cursor: pointer;
    outline: none;
}

.custom-select::before,
.custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid var(--color-white);
    top: 40%;
}

.custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid var(--color-white);
    top: 55%;
}

.custom-select select option {
    margin: 40px;
    background: #0d45b0;
    color: #fff;

}


@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1;
    }
}

.planBox div {
    display: flex;
    gap: 20px;
    align-items: center;
}

.planBox img {
    cursor: pointer;
}



.planBox p {
    margin: 0;
}

.inputWrapper {
    width: 100%;
}

.inputLine input {
    width: 100%;
    background-color: transparent;
    border: none;
    border: 1px solid var(--color-dark-grey);
    padding: 12px 18px;
    color: var(--color-dark-grey);
    font-size: var(--font-small);
    box-sizing: border-box;
    margin: 0;
    height: auto;
    font-weight: 400;
    border-radius: 8px;
    width: 100%;
}



/* .inputLine input:focus {
    outline: none;
} */

.inputLine.inputHalf input {
    width: 50%;
}

.step2 .genderWrapper {
    display: flex;
    align-items: end;
    gap: 14px;
    position: relative;
}

.step2 .genderWrapper div {
    display: flex;
    gap: 5px;
    align-items: center;
}

.step3 .form-flow-card {
    display: grid;
    grid-template-columns: 1fr 590px;
    gap: 110px;
    padding: 50px 100px;
    transition: grid-template-columns 0.3s ease;
}

.paymentPlanTitle {
    font-size: var(--font-xlarge);
    font-weight: 600;
    margin-bottom: 20px;
}

.formPaymetLeftSide {
    padding-top: 70px;
}

.formPaymetLeftSide article .paymentPlanTitle{
    text-align: center;
}


.step2 form {
    max-width: 572px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flowSocialButtonWrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}


.step2 h1+p {
    font-size: 19px;
    font-weight: 200;
    margin-bottom: 3rem;
    margin-top: -1rem;
}

.step2 form .textFooter {
    font-size: calc(13px + .1vw);
    margin-top: 20px;
    text-align: center;
    line-height: 1.3;
}

.customSelectFlowWrapper {
    position: relative;
    display: inline-block;
    width: 200px;
}

.customSelectFlow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 12px 18px;
    font-size: var(--font-small);
    font-family: inherit;
    border: 1px solid var(--color-dark-grey);
    border-radius: 8px;
    background-color: var(--color-white);
    color: var(--color-dark-grey);
    cursor: pointer;
}


/* seta visual no canto direito */
.customSelectFlowWrapper::after {
    content: '▾';
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* step 3 form */

.step3 form {
    max-width: 650px;
}

.step3 h1+p {
    font-size: var(--font-xsmall);
}

.step3 .inputLine+small {
    font-size: 12px;
    text-align: center;
}

.step3 .textFooter p:first-child {
    font-size: calc(var(--font-small) - 7.1px)
}

.flowWrapper.step3 .textFooter p {
    margin: 1.5rem 0;
}

.step3 .paymentCardsWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.step3 .paymentCardsWrapper div {
    text-align: center;
}

.paymentCardsWrapper div span {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.paymentCardsWrapper div span img {
    align-self: center;
}

#PixPaymentContent {
    display: none;
}

.text-pix {
    text-align: center;
    font-size: var(--font-xxsmall);
}

.paymentCardsWrapper p {
    color: var(--color-primary);
    font-weight: 500;
}

.no-mobile {
    display: block;
}

.only-mobile {
    display: none;
}

.blueLinkFlow {
    color: var(--color-blue);
    cursor: pointer;
}

.textBottonSuccess p,
.textBottonSuccess span {
    font-size: calc(7px + 1vw);
    margin: 0;
}

.benefit-item-payment {
    display: flex;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
    color: var(--color-dark-grey);
    font-weight: 300;
}

.benefit-item-payment:first-of-type {
    margin-top: 20px;
}

#promoGiftError .field-validation-error {
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    display: block;
    color: var(--color-error);
    margin-top: -10px;
}


.step3 .paymentCardsWrapper,
.step3 #PicPayPaymentContent small:first-child {
    cursor: pointer;
}

.step3 #PicPayPaymentContent {
    max-width: 550px;
}


.mt-3 {
    margin-top: 30px
}


.mt-2 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 50px !important;
}

.h-50 {
    height: 500px !important;
}



@media only screen and (max-width: 1400px) {


    .successLogoLooke {
        width: calc(50px + 10vw);
    }

    .successRightContent h1 {
        color: var(--color-white);
        font-size: calc(20px + 2vw);
    }

    .successRightContent p,
    .successRightContent span {
        font-size: calc(8px + 1vw);
        line-height: 1.4;
    }

    .storesWrapper img {
        width: calc(70px + 5vw);
    }

    .buttonBlueSimple {
        font-size: var(--font-xsmall);
    }

    .successPageWrapper {
        display: flex;
    }

    .successContent {
        align-items: center;
    }

    .successLeftContent img {
        width: 100%;
    }
}

@media only screen and (max-width: 1240px) {
    .trippleCard {
        width: 30%;
    }

    .flowWrapper .boxPlansWrapper {
        /*    width: 100%;*/
    }

    .priceWrapper {
        transform: scale(0.8);
    }

    .step3 .form-flow-card {
        grid-template-columns: 1fr minmax(300px, 500px);
        /* lado do form vai reduzindo até 300px */
        gap: 60px;
        padding: 40px 60px;
    }

}


@media only screen and (max-width: 1040px) {

    .flowWrapper .boxPlansWrapper {

        transform: scale(0.70);
    }

    .successPageWrapper {
        height: 100vh;
    }


}



@media only screen and (max-width: 840px) {
    .wrapper {
        min-height: 100% !important;

    }

    .step3 .form-flow-card {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 30px 30px;
    }
}


/* Media Query */
@media only screen and (max-width: 720px) {

    .successLeftContent img {
        display: none;
    }

    .backButton {
        margin-right: auto;
        margin-left: 20px;
        cursor: pointer;
        width: 40px;
        margin-bottom: -32px;
        transform: translate(0px, -27px);
    }


    /* Step 1 */
    .flowWrapper {
        padding-bottom: 60px;

    }

    .flowWrapper .boxPlansWrapper article {
        width: auto;
        max-width: 300px;
        transform: scale(0.9);
        min-height: auto;
    }

    .flowWrapper .boxPlansWrapper {
        transform: scale(1);
    }

    .flowWrapper .boxPlansWrapper article h3 span {
        top: -82px;
    }

    .flowWrapper h1 {
        font-size: var(--font-xlarge);
        font-weight: 600;
        width: 90%;
        margin-bottom: 30px;
    }

    .flowWrapper .boxPlansWrapper {
        flex-direction: column;
    }

    /* Step 2 */

    .step2 h1+p {
        font-size: var(--font-xsmall);
        text-align: center;
    }

    .step2 form .buttonSubmit button {
        font-size: var(--font-medium);
    }

    .step2 .inputLine input,
    .step2 .inputLine input::placeholder {
        font-size: var(--font-xsmall);
    }

    .benefit-item {
        max-width: unset;
        gap: 17px;
    }

    .bullet-points-wrapper {
        flex-direction: column;
        padding: 0 8%
    }

    .bullet-points-wrapper div {
        width: 100%;
    }

    .bullet-points-wrapper div p {
        font-size: 15px;
        font-weight: 200;
        margin: 10px 0;
    }

    .form-flow-card {
        padding: 17px 20px;
        width: 90%;
    }

    /* .inputLine input::placeholder,
    .genderWrapper label,
    .input-material label {
        font-size: 14px;
    } */

    .planBox {
        width: 90%;
        font-size: var(--font-xxsmall);
        margin-bottom: 20px;
    }

    .flowSocialButtonWrapper {
        flex-direction: column;
        gap: 20px;
    }

    .no-mobile {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .successRightContent {
        text-align: center;
        padding: 0 20px;
    }

    /* .successLeftContent img {
        width: 50%;
    } */

    .successContent {
        align-items: center;
        flex-direction: column;
        margin-top: 60px
    }

    .successLeftContent,
    .successRightContent {
        width: 100%;
        text-align: center;
    }

    .successRightContent h1 {
        font-size: calc(16px + 2vw);
    }

    .successRightContent p,
    .successRightContent span {
        font-size: calc(12px + 1vw);
    }

    .storesWrapper img {
        width: calc(100px + 5vw);
    }

    .storesWrapper {
        gap: 20px;
    }

    .flowWrapper .boxPlansWrapper article h3 {
        margin: 0;
        font-size: var(--font-xlarge);
    }

    .pix-card-wrapper {
        margin-top: 50px;
        padding-bottom: 50px;
    }

    .buttonFlow {
        margin: 40px 0 10px;
        padding: 5px 15px;
        height: 45px;
    }

    .pricePartOne {
        font-size: 100px;
    }

    .moneySymbol {
        font-size: 40px;
    }

    .pricePartTwo span:first-child {
        font-size: 40px;
    }

    .pricePartTwo span:last-child {
        font-size: var(--font-large);
    }

    .smallTextFlow {
        margin: 20px 0 0;
    }

    .priceWrapper:last-child {
        transform: translate(0px, 28px);
    }

    .flowWrapper article .priceWrapper {
        transform: translate(0px, 28px);

    }

    .flowWrapper article.card-economic-plan .priceWrapper {
        transform: translate(0, 0);

    }

    .flowWrapper {

        padding-bottom: 60px;
    }

}