body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: rgb(198, 185, 178);
    background: linear-gradient(48deg, rgba(198, 185, 178, 1) 0%, rgba(138, 196, 198, 1) 47%, rgba(192, 218, 165, 1) 97%);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    min-height: 100dvh;
}

.header-marketing {
    text-align: center;
    padding-top: 50px;
}

.header-marketing .container {

}

.header-marketing p {
    color: #FFF;
    margin-bottom: 60px;
}

.header-marketing h5 {
    font-weight: 600;
    color: #FFF;
    margin-bottom: 50px;
}

.button-back {
    display: inline-block;
    padding: 15px 20px;
    font-weight: 600;
    border: none;
    background: #2a2d33;
    color: #FFF;
    border-radius: 8px;
    transition: 0.3s;
    text-decoration: none;
}

.header-marketing h6 {
    margin-bottom: 50px;
}

.header-marketing img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

#acordMarketing {

    padding-bottom: 30px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}

#acordMarketing button {
    width: 100%;
    display: block;
    padding: 20px;
    font-weight: 600;
    border: none;
    background: #2a2d33;
    color: #FFF;
    border-radius: 8px;
    transition: 0.3s;
}

#acordMarketing button:hover {
    background: #000;
    transition: 0.3s;
}

.step {
    border: 1px solid #FFF;
    border-radius: 15px;
    /*padding: 15px;*/
    position: relative;
    margin-bottom: 25px;
    padding: 8px 15px 6px 15px;
}

.step h5 {
    font-size: 14px;
    position: absolute;
    top: -14px;
    padding: 5px 10px;
    background: #FFF;
    border-radius: 8px;
    width: 200px;
}

.step label {
    font-weight: 700;
    /*font-size: 20px;*/
}

.emailInput, .phoneInput {
    width: 100%;
    margin-top: 30px;
}

.emailInput .infoemail, .phoneInput .infoemail {
    font-size: 12px;
}


.step .form-check-input[type=radio] {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border-radius: 99rem;
}

.disclaimer {
    color: #FFF;
}

.disclaimer small {
    display: block;
    text-align: center;
    font-size: 12px;
}


.phoneStep:before {
}

.bifa {
    margin-bottom: 35px;
    text-align: center;
    font-weight: 600;
    display: none;
    border: none;
    padding: 0;
}

.error {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    color: red;
    display: none;
}

.stepstudii {
    margin-top: 80px;
}

/*
.stepstudii h5:after {
    content: "";
        height: 2px;
        background-image: -webkit-linear-gradient(269deg, #1ab0b2, #c9b49f 42%, #da9297 64%, #a18bac);
    background-image: -moz-linear-gradient(269deg, #1ab0b2, #c9b49f 42%, #da9297 64%, #a18bac);
    background-image: -ms-linear-gradient(269deg, #1ab0b2, #c9b49f 42%, #da9297 64%, #a18bac);
    background-image: -o-linear-gradient(269deg, #1ab0b2, #c9b49f 42%, #da9297 64%, #a18bac);
    background-image: linear-gradient(269deg, #1ab0b2, #c9b49f 42%, #da9297 64%, #a18bac);
    display: block;
    margin-top: 14px;
}
*/


@media only screen and (max-width: 980px) {
    .header-marketing {
        padding-top: 15px;
    }

    .header-marketing img {
        max-width: 75px;
    }

    .header-marketing h5 {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .step {
        margin-bottom: 20px;
    }

    .stepstudii {
        margin-top: 30px;
    }

    /*.step label {*/
    /*    font-size: 15px;*/
    /*}*/
    .step .form-check-input[type=radio] {
        width: 20px;
        height: 20px;
    }

    .bifa {
        margin-top: -20px;
        padding: 10px 20px;
        font-size: 14px;
        line-height: 1.2;
    }

    .step h5 {
        font-size: 12px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 760px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

#dataInput {
    padding-bottom: 30px;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.form-control::placeholder {
    color: white;
    opacity: 0.7;
}

.step .form-check-input[type=checkbox] {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.form-check-input:checked {
    background-color: green;
    border-color: green;
}

.input-lg, .form-select {
    font-weight: 700 !important;
    filter: brightness(0) invert(1);
}

