@charset "utf-8";
/* CSS Document - Moloni Campanha Recuperação Clientes 2023 */

/***** Header *****/
.tmplHeader {
    overflow: hidden;
    position: relative;
    min-height: 740px;
    background-color: #FFFFFF;
}

/*** Header - Images ***/
.headerElementLeft,
.headerElementRight {
    display: block;
    position: absolute;
    max-width: 25rem;
    width: 20%;
    top: 0;
}

.headerElementLeft {
    left: 0;
}

.headerElementRight {
    right: 0;
}

.headerImageMobile {
    display: none;
    width: 80%;
    margin: 0 auto;
}

/*** Header - Content ***/
.headerContent {
    position: relative;
    max-width: 85.375rem;
    padding: 3rem 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
}

/*** Header - Logo ***/
a.headerLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    height: 2.5rem;
    margin-bottom: 7rem;
}

a.headerLogo img {
    width: 100%;
    height: 100%;
}

/*** Header - Texts (On Left) ***/
.headerText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.headerTitle,
.headerTitleHighlight {
    font-weight: 600;
    font-size: 3rem;
    line-height: 120%;
    text-align: center;
    color: #303A4D;
    margin-bottom: 0.25rem;
}

.headerTitleHighlight {
    color: #FFFFFF;
    background-color: #0082F2;
    padding: 0 0.5rem;
    margin-bottom: 2.5rem;
}

.headerSubtitle {
    font-weight: 600;
    font-size: 2rem;
    line-height: 120%;
    text-align: center;
    color: #303A4D;
    margin-bottom: 0.5rem;
}

.headerSubtitleExtra {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 160%;
    text-align: center;
    color: #303A4D;
    margin-bottom: 2.5rem;
    max-width: 50%;
}

.headerSubtitleExtra span {
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    color: #0082F2;
}

.headerInfo {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 160%;
    text-align: center;
    color: #303A4D;
    margin-bottom: 2.5rem;
}

.headerHolderBtn {
    margin: 0 auto;
}

/***** Sections *****/
.tmplSectionContainer {
    margin: 0;
    padding: 5rem 5%;
    text-align: center;
    position: relative;
}

/*** Sections - Margins ***/
.sectionMaxWidth {
    max-width: 85.375rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*** General Sections - Text format ***/
.sectionFloatTitle,
.sectionFloatTitleLeft {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 120%;
    text-align: center;
    color: #303A4D;
    margin-bottom: 1.5rem;
}

.sectionFloatTitle span {
    font-weight: inherit;
    font-size: inherit;
    color: #E21A17;
}

.sectionFloatSubTitle,
.sectionFloatSubTitleLeft,
.sectionFloatText,
.sectionFloatExtraText {
    font-weight: 400;
    font-size: 1.125rem;
    color: #303A4D;
    line-height: 160%;
    text-align: center;
    padding: 0;
    margin: 0;
}

.sectionFloatTitleLeft,
.sectionFloatSubTitleLeft,
.sectionFloatText {
    text-align: left;
}

.sectionFloatExtraText {
    text-align: left;
    max-width: 90%;
    margin-top: 2.5rem;
}

/*** Clients Section ***/
.sectionClientsTitle {
    font-size: 2.25rem;
    line-height: 120%;
    color: #303A4D;
}

.clientsNumber {
    color: #0082F2;
}

/***** Cards *****/
/*** Cards - Features ***/
.cardHolderFeatures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cardHolderFeatures .cardFeature {
    width: 18.75rem;
    background-color: #FFFFFF;
    border-radius: 1.25rem;
}

.cardHolderFeatures .cardFeature div.cardIcon {
    width: 3.75rem;
    height: 3.75rem;
}

.cardHolderFeatures .cardFeature div.cardIcon img {
    width: 100%;
    height: 100%;
}

.cardHolderFeatures .cardFeature div.cardTitle {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 120%;
    text-align: left;
    color: #0082F2;
    margin-top: 2rem;
}

.cardHolderFeatures .cardFeature div.cardText {
    font-weight: 400;
    font-size: 1rem;
    line-height: 150%;
    text-align: left;
    color: #303A4D;
    margin-top: 1rem;
}

/*** Cards - Campaign ***/
.cardHolderCampaign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    margin-top: 1.5rem;
}

.cardCampaignContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.cardHolderCampaign .cardCampaign {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 10.625rem;
    min-height: 12rem;
    padding: 1rem;
    margin: 1rem;
    border-radius: 1.25rem;
    background-color: #FFFFFF;
    -webkit-box-shadow: rgba(81, 97, 129, 0.25) 0 35px 70px;
    box-shadow: rgba(81, 97, 129, 0.25) 0 35px 70px;
}

.cardHolderCampaign .cardCampaign div.cardIcon {
    width: 5rem;
    height: 5rem;
    margin: 1.25rem auto;
}

.cardHolderCampaign .cardCampaign div.cardIcon img {
    width: 100%
}

.cardHolderCampaign .cardCampaign div.cardText {
    font-weight: 400;
    font-size: 1rem;
    color: #303A4D;
    line-height: 140%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cardHolderCampaign .cardCampaign .cardText b {
    font-weight: 600;
    color: #0082F2;
    text-align: center;
}

.cardCampaignSeparator {
    width: 1.125rem;
    height: 1.875rem;
    margin: auto 3rem;
    background-image: url("https://www.moloni.pt/_media/public/campanhas/2023/recuperacao/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    -ms-transform: rotate(0deg);;
    -webkit-transform: rotate(0deg);;
    transform: rotate(0deg);
}

.cardCampaignLastSeparator {
    display: none;
}

/*** Campaign Form ***/
.formSectionHolder {
    max-width: 80rem;
    margin: 0 auto;
    background-color: #EAEFF6;
    padding: 5rem;
    border-radius: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.formSectionContent {
    max-width: 51rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.formSectionIcon {
    display: inline-block;
    width: 5.375rem;
    height: 5.375rem;
    margin: 0 auto 1.5rem;
}

/* Form - Text Formatting */
.formSectionTitle {
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 120%;
    text-align: center;
    color: #303A4D;
    width: 100%;
    margin-bottom: 1rem;
}

.formSectionSubTitle {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 160%;
    text-align: center;
    color: #303A4D;
    width: 100%;
    margin-bottom: 2.5rem;
}

.formSectionText {
    font-weight: 400;
    font-size: 1rem;
    line-height: 160%;
    text-align: center;
    color: #303A4D;
    width: 100%;
    margin-bottom: 2.5rem;
}

/* Form - Default */
.defaultFormBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 1.25rem 0 0;
    width: 100%;
}

.defaultFormBtns button:last-child {
    margin-left: 1rem;
}

.holdInputVat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 25rem;
    width: 100%;
}

.inputVatTitle {
    font-weight: 400;
    font-size: 17px;
    color: #303A4D;
    line-height: 140%;
    text-align: left;
    margin-bottom: 5px;
}

.vatInput {
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    border: 1px solid #B6C3D5;
    color: #303A4D;
    background-color: #FFFFFF;
    border-radius: 0.375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    height: 55px;
    padding: 0.75rem;
    margin: 0;
}

.vatInput:focus {
    border: 1px solid #303A4D;
}

/* Form - Plan selector */
.planSelectorFormBtns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0;
    width: 100%;
}

.planSelectorFormBtns button:last-child {
    margin-left: 1rem;
}

/* Form - Success */
.formSectionTable {
    margin: 0 0 2.5rem;
    padding: 0;
    width: 100%;
}

.tableData {
    border: 0;
    width: 100%;
    margin: 0 auto;
}

.tableData tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tableData tr:not(:last-child) {
    border-bottom: 1px solid #0082F2;
}

.tableData .tableTitle,
.tableData .tableValue {
    font-size: 1.125rem;
    line-height: 120%;
    color: #303A4D;
    padding: 1rem 0;
    width: 50%;
}

.tableData .tableTitle {
    font-weight: 600;
    text-align: left;
    padding-right: 1rem;
}

.tableData .tableValue {
    font-weight: 400;
    text-align: right;
}

.tableData tr:first-child td {
    padding-top: 0;
}

.tableData tr:last-child td {
    padding-bottom: 0;
}

/* Form - Link */
a.formSectionLink {
    font-weight: 600;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    text-decoration: underline;
}

/***** Footer *****/
.tmplFooterBgColor {
    background-color: #0082F2;
}

/***** Buttons *****/
.ctaButton,
.ctaBackButton {
    font-weight: 400;
    font-size: 1.25rem;
    padding: 1rem 1.875rem;
    margin: 0;
    border: 0;
    border-radius: 0.625rem;
    cursor: pointer;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctaButton {
    background-color: #0082F2;
    color: #FFFFFF;
    border: 1px solid #0082F2;
}

.ctaButton:hover {
    opacity: 0.8;
}

.ctaBackButton {
    background-color: #EAEFF6;
    color: #303A4D;
    border: 1px solid #303A4D;
}

.ctaBackButton:hover {
    background-color: #303A4D;
    color: #FFFFFF;
}

/***** Sections Colors *****/
.sectionBGColorCustomerRecovery {
    background-color: #EAEFF6;
}

.sectionBGColorPrimary100 {
    background-color: #0082F2;
}

/***** Text formatting *****/
.txtWhite {
    color: #FFFFFF;
}

/***** Utilities *****/
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

/***** Settings responsive - Media Queries *****/
@media screen and (max-width: 1366px) {
    /* Header - Content */
    .headerContent {
        max-width: 100%;
        padding: 3rem 5%;
    }

    /* Header - Images */
    .headerElementLeft,
    .headerElementRight {
        bottom: 0;
        top: unset;
    }

    /* Header - Texts (On Left) */
    .headerSubtitleExtra {
        max-width: 100%;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 5rem 5%;
    }

    /* Cards */
    /* Cards - Features */
    .cardHolderFeatures {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cardHolderFeatures .cardFeature {
        margin: 1rem;
    }

    /* Cards - Campaign */
    .cardCampaignContent {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cardHolderCampaign {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cardCampaignSeparator {
        margin: 0.375rem;
    }

    .cardCampaignLastSeparator {
        display: block;
        width: 18px;
        height: 30px;
        margin: 0.375rem;
    }
}

@media screen and (max-width: 960px) {
    /* Header - Content */
    .headerContent {
        padding: 3rem 1.5rem 0;
    }

    /* Header - Logo */
    a.headerLogo {
        height: 2rem;
        margin-bottom: 5rem;
    }

    /* Header - Images */
    .headerElementLeft,
    .headerElementRight {
        display: none;
    }

    .headerImageMobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    /* Header - Texts (On Left) */
    .headerTitle,
    .headerTitleHighlight {
        font-size: 2.5rem;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 3.75rem 1.5rem;
    }

    /* Sections - Forms */
    .formSectionHolder {
        padding: 3rem 1rem;
        width: 100%;
    }

    .defaultFormBtns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .planSelectorFormBtns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .defaultFormBtns,
    .planSelectorFormBtns {
        margin: 0 auto;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        width: 60%;
    }

    .defaultFormBtns button:last-child {
        margin-left: 0;
        margin-top: 1.25rem;
    }

    .planSelectorFormBtns button:last-child {
        margin-left: 0;
        margin-bottom: 1.25rem;
    }

    .holdInputVat {
        max-width: 100%;
    }

    /* Cards */
    /* Cards - Features */
    .cardHolderFeatures {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cardHolderFeatures .cardFeature {
        width: 70%;
        margin: 1rem auto;
    }

    .cardHolderFeatures .cardFeature:first-child {
        margin-top: 0;
    }

    .cardHolderFeatures .cardFeature:last-child {
        margin-bottom: 0;
    }

    .cardHolderFeatures .cardFeature div.cardIcon {
        margin: auto;
    }

    /* Cards - Campaign */
    .cardHolderCampaign .cardCampaign {
        margin: 1.25rem 0.875rem;
    }

    /* Buttons */
    .ctaButtonHeader {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: auto;
    }

    /* Text formatting */
    .sectionFloatTitle,
    .sectionClientsTitle,
    .formSectionTitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    /* Header - Content */
    .headerContent {
        padding: 2.5rem 1.5rem 0;
    }

    /* Header - Images */
    .headerImageMobile {
        width: 100%;
        margin: 2.5rem auto 0;
    }

    /* Sections */
    .tmplSectionContainer {
        padding: 2.5rem 1.5rem;
    }

    .formSectionContent {
        max-width: 100%;
    }

    /* Sections - Forms */
    .defaultFormBtns,
    .planSelectorFormBtns {
        width: 100%;
    }

    /* Cards */
    /* Cards - Features */
    .cardHolderFeatures .cardFeature {
        width: unset;
    }

    /* Cards - Campaign */
    .cardHolderCampaign {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .cardHolderCampaign .cardCampaign {
        margin: 1.25rem;
    }

    .cardCampaignContent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cardCampaignSeparator {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    /* Text formatting */
    .sectionFloatSubTitle,
    .sectionFloatText,
    .sectionFloatExtraText,
    .inputVatTitle,
    .vatInput,
    .formSectionSubTitle,
    .tableData .tableTitle,
    .tableData .tableValue,
    .ctaButton,
    .ctaBackButton {
        font-size: 1rem;
    }
}
