﻿body {
    margin-bottom: 30px !important;
}
body .container{
    margin-top:0px!important;
}

.error-msg {
    padding: 0 0 0.5rem;
    color: var(--bgDanger);
}

.platformLogo {
    width: auto;
    height: 100px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    background: linear-gradient(180deg, var(--colorPrimary) 0%, var(--colorPrimary) 73.02%, var(--colorPrimaryDark) 100%);
}

.subcription-closed {
    display: none !important;
}

.information-block .title {
    font-family: Hermes;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 0.7rem;
}

.information-block__item {
    display: flex;
}

    .information-block__item:not(:last-of-type) {
        margin-bottom: 1.0rem;
    }

.information-block__item-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.05rem;
}

.information-block__item-icon--plus-padding {
    padding: 4px;
}

.information-block__item-info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

    .information-block__item-info:first-of-type {
        max-width: 290px;
        margin: 0 auto;
    }

.information-block__item:first-of-type {
    border: 1px solid #fff;
    padding: 0.5rem;
}

.information-block__item-title {
    font-family: Hermes;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
}

.information-block__item-subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-top: 0.5rem;
}

.form-showcase_form {
    background: #fff;
    border-radius: 0.375rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 1.31rem 1.19rem;
}

.form-register {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.form-showcase_form h3 {
    font-family: Hermes;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: var(--colorComplementaryOne);
}

.form-showcase_form p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--colorComplementaryOne);
    padding: 0.44rem 0;
}

.form-register input {
    border-radius: 0.25rem;
    border: 0.5px solid var(--colorComplementaryOne);
    width: 100%;
    margin-bottom: 0.5rem;
    padding: 0.7rem 1.53rem;
}

.form-register label {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--colorLabel);
}

.checkbox-item {
    display: flex;
    gap: 0.75rem;
    width: 100%;
    border-radius: 5px;
}

    .checkbox-item:first-of-type {
        margin-top: 0.75rem;
    }

    .checkbox-item input {
        width: 1.1875rem;
        height: 1.125rem;
        flex-shrink: 0;
    }

input[type=checkbox] {
    accent-color: var(--colorPrimary);
}

.btn-c {
    border: none;
    color: #fff;
    text-align: center;
    font-family: Hermes;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    padding: 1rem 4.75rem;
    border-radius: 0.375rem;
    background-color: var(--colorComplementaryThree);
    margin-top: 1.5rem;
    pointer-events: none;
}

.form-message {
    color: var(--colorSuccess);
    text-align: center;
    font-family: Open Sans;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 0.44rem;
    width: 100%;
}

.features-mobile {
    background-image: url("/assets/images/bg-features-desk.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 1rem left 65%;
    height: 50rem;
    margin-bottom: -13rem;
}

    .features-mobile .container {
        padding: 2.5rem 0 1.75rem;
    }

    .features-mobile p {
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #fff;
        text-align: right;
        max-width: 303px;
        margin-top: 1.3rem;
    }
        .features-mobile p:nth-child(3n) {
            text-align: left;
        }

    .features-mobile svg:first-of-type {
        margin-left: 4rem;
    }

    .features-mobile svg:not(:first-of-type) {
        float: right;
        margin-right: 3.7rem;
    }

    .features-mobile img {
        width: 100%;
    }

.explanation {
    border-bottom: 1px solid #fff;
}
    .explanation h3 {
        font-family: Hermes;
        font-size: 1rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        color: #fff;
        display: flex;
        align-items: center;
        align-self: start;
        position: relative;
    }

.explanation .vl {
    height: 1.9rem;
    width: 5px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: -1.25rem;
}

.explanation article {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.25rem;
    margin-top: 2.5rem;
}

.explanation img {
    max-width: 10rem;
    max-height: 10rem;
    width: 100%;
    height: auto;
}

.explanation p {
    font-family: "Open Sans", sans-serif;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.bradesco-logos .container {
    display: flex;
    flex-direction: column;
    border-bottom: 1px #fff solid;
    padding: 1.5rem 0 2.5rem;
    gap: 1.5rem;
}

footer .container {
    color: #fff;
    font-kerning: none;
    font-family: "Open Sans", sans-serif;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
     padding: 0.75rem 0 3.75rem;
    padding-bottom:30px!important;
}

.btn-c-active {
    background-color: var(--colorPrimary) !important;
    pointer-events: initial !important;
}
.btn-c-active:hover {
    background-color: var(--colorPrimaryDark) !important;
}

.div-img-container{
    width: 13rem;
    height: 13rem;
    background-color: var(--colorPrimaryDark);
    border-radius: 50%;
}

@media only screen and (min-width: 1024px) {
    .information-block .title {
        font-size: 1.875rem;
    }

    .information-block__item-title {
        font-size: 1.125rem;
    }

    .form-showcase_form h3 {
        font-size: 1.125rem;
    }

    .features-mobile p {
        font-size: 1.125rem;
    }

    .explanation h3 {
        font-size: 1.125rem;
    }

    .explanation p {
        font-size: 1.125rem;
    }

    body {
        background: linear-gradient(90deg, var(--colorPrimary) 0%, var(--colorPrimary) 73.02%, var(--colorPrimaryDark) 100%);
    }

    header {
        background-image: none;
    }

        /* header .flex-container {
            background-image: url("/assets/images/bg-header-desk.svg");
            justify-content: flex-start;
            height: 20rem;
            padding: 1.75rem 4.5rem;
        } */

            header .flex-container .platformLogo {
                width: 16.4375rem;
                height: 10.17763rem;
            }

    .char-left,
    .char-right {
        display: none;
    }

    .showcase {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .form-showcase_form {
        width: 39.625rem;
        height: auto;
        flex-shrink: 0;
    }

    .container {
        max-width: 1440px;
    }

    .information-block .container {
        max-width: 426px;
    }

    .form-showcase {
        display: flex;
        max-width: 836px;
        margin: unset;
    }

    .char-right--showcase,
    .char-left--showcase {
        display: block;
        width: auto;
        height: 30.125rem;
        z-index: 2;
    }

    .information-block__item:first-of-type {
        max-width: 16.375rem;
    }

    .features-mobile {
        display: none;
    }

    .features-desktop {
        display: block;
    }

    .features-desktop .container {
        display: flex;
        justify-content: center;
        background-image: url("/assets/images/bg-features-desk.svg");
        background-repeat: no-repeat;
        background-size: cover;
        height: 50rem;
        padding: 10rem 2rem 0;
    }

    .features-desktop .container .feature-center img {
        width: 90%;
        max-width: 667.61px;
    }

    .features-desktop .container .feature-left,
    .features-desktop .feature-right {
        padding-top: 10rem;
        font-family: "Open Sans", sans-serif;
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #fff;
        text-align: center;
        max-width: 18.9375rem;
        font-size: 1.125rem;
    }

    .features-desktop .container .feature-right {
        max-width: 14.5625rem;
    }

    .explanation {
        padding-bottom: 5.5rem;
    }
        .explanation img {
            max-width: 13rem;
            max-height: 13rem;
        }

    .explanation .container {
        display: flex;
        flex-direction: column;
    }

        .explanation .container h3 {
            max-width: 25rem;
            text-align: center;
            margin-right: 12rem;
            align-self: self-end;
        }

    .explanation .d-container {
        display: flex;
        justify-content: space-evenly;
        margin-top: 3rem;
    }

        .explanation .d-container article {
            max-width: 26rem;
            width: 100%;
        }

        .explanation .d-container h3 {
            max-width: unset;
            align-self: self-start;
            margin-right: 0;
            text-align: left;
        }

    .bradesco-logos .container {
        flex-direction: row;
        justify-content: center;
        align-items: flex-end;
        padding: 2.25rem 0;
    }

    .bradesco-logos .footer-block-logo {
        display: none;
    }

    .bradesco-logos .footer-block-logo--desk {
        display: inline-block;
    }
}

@media only screen and (min-width: 1241px) {
    .form-showcase_form {
        max-width: 634px;
        max-height: 30.1875rem;
        padding: 2.59rem 5rem 3rem;
        margin: -1.5rem -3.5rem 0;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1240px) {
    .form-showcase_form {
        max-width: 500px;
        padding: 2.59rem 5rem 3rem;
        margin: -1.5rem -3.5rem 0;
    }
}