/* RESET */
.campaign-nova h2,
.campaign-nova h1,
.campaign-nova span,
.campaign-nova p {
    margin: 0;
}

/* VARIABLES */
.campaign-nova {
    --color-primary-red: #ED002F;
    --color-primary-black-strong: #262626;
    --color-primary-white: #FFF;

    --color-red: var(--color-primary-red, #ED002F);
    --color-black: var(--color-primary-black-strong, #262626);
    --color-white: var(--color-primary-white, #fff);
}

/* TYPOGRAPHY */
.c-nova-title-1__regular {
    font-family: "Fira Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: -0.64px;
    color: var(--color-black, #262626);
}

.c-nova-title-1__regular span.campaign-nova__bold {
    font-weight: 500;
    color: var(--color-red)
}

.c-nova-title-2__regular {
    font-family: "Fira Sans", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: var(--color-title, #262626);
}

.c-nova-title-4__regular {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: var(--color-title, #262626);
}

.c-nova-title-4__medium {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: var(--color-title, #262626);
}

.c-nova-text {
    font-family: 'Fira Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.28px;
    color: var(--color-text, #636466);
}

.c-nova-title-1__regular.split span.word {
    color: var(--color-white)
}

.c-nova-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 128px;
    max-width: 335px;
    padding: 12px 32px;
    vertical-align: middle;
    border-radius: 24px;
    border: 0;
    background-color: var(--color-background-button);
    transition: all 0.2s ease-in-out;
}

.c-nova-button:has(.c-nova-button__append-icon){
    padding: 12px 24px 12px 32px;
}

.c-nova-button__append-icon {
    margin-left: 8px;
}

.c-nova-button__text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--color-primary-white);
}

.c-nova-button__text > sup {
    text-align: center;
    font-feature-settings: 'sups' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: 'sups' on;
    line-height: 24px;
}

.c-nova-button:hover {
    background-color: var(--color-secondary-red);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

.c-nova-button:focus {
    box-shadow: 0 0 8px 0 rgba(255, 0, 51, 0.5);
    outline: 0;
    background-color: var(--color-secondary-red);
}

.c-nova-button:active {
    color: var(--color-secondary-red);
    box-shadow: none;
}

.campaign-nova__sup {
    top: -0.6em;
    font-size: 18px;
    line-height: 36px;
}

/* LAYOUT */
/* generico */
.campaign-nova__section {
    position: relative;
}

.campaign-nova__wrapper {
    position: relative;
    z-index: 2;
    margin-inline: auto;
    width: 247px;
}

.campaign-nova__list {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 96px;
}

.campaign-nova__line-advance {
    position: absolute;
    top: 0;
    z-index: 1;
    transform: translateX(50%);
    right: 50%;
    display: block;
}

.campaign-nova__line-advance.desktop {
    display: none;
}

.campaign-nova__section .campaign-nova__wrapper.double-text {
    display: flex;
    flex-direction: column;
    row-gap: 96px;
}

/* SECTIONS */
/* hero section */
.campaign-nova__hero {
    box-sizing: border-box;
    height: 469px;
    padding: 64px 40px;
    background-image: url("/sites/vs-pt/files/flmngr/tpl/landing-NOVA/hero-nova-m.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.campaign-nova__hero-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

.campaign-nova__hero-title {
    width: auto;
    text-align: center;
}

.campaign-nova__hero-text {
    width: 250px;
    text-align: center;
}

.campaign-nova__hero-title .c-nova-title-1__regular,
.campaign-nova__hero-text .c-nova-title-4__regular {
    color: var(--color-white);
}

/* first section*/
.campaign-nova__section.first-section {
    padding-block: 48px;
    background: linear-gradient(180deg, #FFF 0%, #DCD5CC 100%);
}

.campaign-nova__section.first-section .c-nova-title-1__regular,
.campaign-nova__section.first-section .c-nova-title-2__regular {
    color: var(--color-red);
}

.campaign-nova__section.first-section .c-nova-title {
    color: var(--color-black);
}

.campaign-nova__section.first-section .campaign-nova__sup {
    top: -0.3em;
    font-size: 16px;
    line-height: 36px;
}

/* second section */
.campaign-nova__subsection.second-section {
    position: relative;
    background: linear-gradient(180deg, #DCD5CC 0%, #AB192D 100%);
}

.campaign-nova__subsection.second-section .campaign-nova__waves {
    position: absolute;
    width: 100%;
    height: 192px;
    background-image: url('/sites/vs-pt/files/flmngr/tpl/landing-NOVA/waves-1.png');
    background-position: 0 0;
    background-size: 100% 130.299%;
    background-repeat: no-repeat;
}

.campaign-nova__subsection.second-section .double-text {
    padding-block: 192px;
}

.campaign-nova__subsection.second-section .c-nova-title-1__regular {
    color: var(--color-white);
}

.campaign-nova__image-section {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 363px;
    padding-bottom: 32px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
            url("/sites/vs-pt/files/flmngr/nova/img-operadora-nova-lp-m.jpg");
    background-color: lightgray;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* third section */
.campaign-nova__section.third-section {
    padding-block: 48px;
    background: linear-gradient(180deg, #AB192D 0%, #DCD5CC 100%);
}

.campaign-nova__section.third-section .c-nova-title-1__regular,
.campaign-nova__section.third-section .c-nova-title-2__regular,
.campaign-nova__section.third-section .c-nova-text {
    color: var(--color-white);
}

/* fourth subsection */
.campaign-nova__subsection.fourth-section {
    padding-top: 192px;
    background: linear-gradient(180deg,  #DCD5CC 0%, #F1EEEB 100%);;
}

.campaign-nova__subsection.fourth-section .c-nova-title-1__regular {
    color: var(--color-red);
}

/* fifth subsection*/
.campaign-nova__subsection.fifth-section {
    padding-bottom: 48px;
    background: linear-gradient(180deg, #F1EEEB 0%, #F8F7F5 100%);
}

.campaign-nova__subsection.fifth-section .campaign-nova__text-wrapper {
    padding-top: 384px;
}

.campaign-nova__subsection.fifth-section .c-nova-title-1__regular {
    color: var(--color-red);
}

/* last waves */
.campaign-nova__section.last-section .campaign-nova__waves.mobile {
    position: absolute;
    width: 100%;
    height: 300px;
    display: block;
    background-image: url('/sites/vs-pt/files/flmngr/tpl/landing-NOVA/waves-2.png');
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.campaign-nova__section.last-section .campaign-nova__waves.desktop {
    display: none;
}

/* discover section */
.campaign-nova__section.discover-section {
    padding-top: 48px;
    padding-bottom: 96px;
    background: linear-gradient(180deg, #F8F7F5 0%,  #FFF 100%);
}

.discover-section .c-nova-button {
    border-radius: 32px;
}

.discover-section .c-nova-button .c-nova-title-4__medium {
    color: var(--color-white);
}

.discover-section .campaign-nova__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

/* video section */
.campaign-nova__section.video-section {
    display: none;
    /*height: 469px;*/
    height: 228px;
}

.campaign-nova__video {
    position: relative;
    display: block;
    width: 100%;
    height: inherit;
    aspect-ratio: 4/5;
    overflow: hidden;
}

.campaign-nova__wrapper-video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 4/5;
    overflow: hidden;
}

.campaign-nova__wrapper-video.video-ready {
    background: linear-gradient(58deg, rgba(0, 0, 0, 0.52) 19.3%, rgba(0, 0, 0, 0.00) 50.24%), lightgray 50% / cover no-repeat;
}

.campaign-nova__wrapper-video.video-loading {
    position: relative;
    background: #eee;
    background: linear-gradient(to right, #e2e2e2 8%, #e7e7e7 18%, #e2e2e2 33%);
    background-size: 800px 335px;
    animation: loadingShimmer 1.2s ease-in-out infinite forwards;
}

.campaign-nova__overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0);
    pointer-events: all;
}

.campaign-nova__btn-video {
    position: absolute;
    z-index: 500;
    right: 16px;
    bottom: 16px;
    display: none;
    text-align: center;
    cursor: pointer;
}

.campaign-nova__btn-video svg {
    width: 48px;
    height: 48px;
}

.campaign-nova__btn-video.pauseBtn {
    display: block;
}

@media (min-width: 424px) {
    .campaign-nova__hero {
        display: flex;
        justify-content: center;
        padding-inline: 80px;
    }

    .campaign-nova__hero-wrapper {
        width: 416px;
    }
}

@media (min-width: 744px) {
    .campaign-nova__hero {
        height: 600px;
        padding-inline: 130px;
        justify-content: flex-start;
        background-image: url("/sites/vs-pt/files/flmngr/tpl/landing-NOVA/hero-nova-tablet.png");
    }

    .campaign-nova__hero-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 16px;
        width: 300px;
    }

    .campaign-nova__hero-title {
        text-align: left;
    }

    .campaign-nova__hero-text {
        width: 261px;
        text-align: left;
    }

    .campaign-nova__hero-text {
        width: 250px;
    }

}

@media (min-width: 1023px) {
    /* TYPOGRAPHY */
    .c-nova-title-1__regular {
        font-size: 45px;
        line-height: 48px;
        letter-spacing: -0.9px;
    }

    .c-nova-title-2__regular {
        font-size: 26px;
        line-height: 32px;
    }

    .c-nova-title-4__regular {
        font-size: 20px;
        line-height: 24px;
    }

    .c-nova-title-4__medium {
        font-size: 20px;
        line-height: 24px;
    }

    .c-nova-text {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.32px;
    }

    .campaign-nova__sup {
        font-size: 24px;
    }

    .campaign-nova__hero {
       justify-content: flex-start;
    }

    .campaign-nova__hero-wrapper {
        width: 344px;
    }

    .campaign-nova__line-advance.mobile,
    .campaign-nova__section.last-section .campaign-nova__waves.mobile {
        display: none;
    }

    .campaign-nova__wrapper {
        width: 416px;
    }

    .campaign-nova__subsection.second-section .double-text {
        padding-top: 192px;
    }

    .campaign-nova__section.third-section {
        padding-bottom: 192px;
    }

    .campaign-nova__line-advance.desktop {
        display: block;
    }

    .campaign-nova__image-section {
        background-image: url("/sites/vs-pt/files/flmngr/nova/img-operadora-nova-lp.jpg");
    }

    .campaign-nova__subsection.second-section .campaign-nova__waves {
        inset: 0;
        height: 800px;
        background-image: url('/sites/vs-pt/files/flmngr/tpl/landing-NOVA/waves-1-desktop.png');
        background-size: 100% 100%;
    }

    .campaign-nova__section.last-section .campaign-nova__waves.desktop {
        display: block;
        position: absolute;
        width: 100%;
        height: 1296px;
        background-image: url('/sites/vs-pt/files/flmngr/tpl/landing-NOVA/waves-2-desktop.png');
        background-position: 0 44%;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (min-width: 1200px) {
    .campaign-nova__hero {
        justify-content: flex-start;
        padding-top: 133px;
        padding-left: 191px;
    }

    .campaign-nova__section.last-section .campaign-nova__waves.desktop {
        background-position: 0 36%;
    }

    .campaign-nova__section.last-section .campaign-nova__waves.desktop {
        background-position: 0 0;
    }

    .campaign-nova__hero {
        background-image: url(/sites/vs-pt/files/flmngr/tpl/landing-NOVA/hero-nova.jpg);
    }
}