body {
    overflow-x: hidden;
    font-family: 'Open Sans';
}

@font-face {
    font-family: customFont;
    src: url(./raleway.ttf);
}

@font-face {
    font-family: ralewayBold;
    src: url(./Raleway-ExtraBold.ttf);
}

@font-face {
    font-family: 'AmsiPro';
    src: url('./AmsiPro-Black.woff2') format('woff2'), url('./AmsiPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.formFont {
    /* font-family: 'AmsiPro' !important; */
    font-family: 'Open Sans', sans-serif !important;
}

.customFont {
    font-family: 'customFont';
}

.logo {
    height: auto;
    width: 14rem;
}

.rowLogo {
    border-bottom: solid #f2f2f2 2px;
    min-height: 450px;
    background: url(./top-banner-bg.png) no-repeat top left;
    background-size: cover;
}

.parallax {
    /* The image used */
    background-image: url("./bg02.jpg");
    /* Set a specific height */
    min-height: 95vh !important;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: cover;
}

.space-type {
    margin-left: 2%;
}

.cta {
    width: 52rem;
}

.familia {
    width: 100%;
    background: url(./familia.png) no-repeat left bottom;
    min-height: 100%;
    background-size: 100%;
}

.buttonHold {
    width: 400px;
    height: 50px;
    margin: 0 auto;
}

@media only screen and (max-width: 850px) {
    .parallax {
        background-size: auto !important;
    }
    .style-woman {
        margin-top: 0;
        display: block;
        margin: 0 auto;
        width: 300px !important;
    }
    .style-about {
        margin-top: 0;
        display: block;
        margin: 0 auto;
    }
    .space-type {
        margin-left: 0%;
    }
}

[type="radio"]:disabled+span {
    color: #e2ad48;
}

.cusBanner1 {
    border-top: 6px solid #d06d00;
    background-color: #eb7b00;
    min-height: 35vh;
    color: #FFF;
}

.cusBanner2 {
    /* border-top: #2e9faf solid 6px; */
    background: url(./form-bg.png) no-repeat #005ea6;
    background-position-x: left;
    background-position-y: bottom;
    background-size: cover;
    color: #fff !important;
    min-height: 35vh;
}

#formSection {
    /* background-color: rgba(255, 255, 255, 0.9); 
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 18px;*/
}

.cnpj {
    display: none;
}

.cusBanner3 {
    background-color: #2c2c2c;
    min-height: 10vh;
    color: #FFF;
}

.bullet_line1 {
    font-size: 1.6em;
    line-height: 1;
}

.bullet_line2 {
    font-size: 1.9em;
    line-height: 1;
}

.bullet_line3 {
    font-size: 1.75em;
    line-height: 1;
}

.bullet_line4 {
    font-size: 1.75em;
    line-height: 1;
}

.bullet_line5 {
    font-size: 1.5em;
    line-height: 1;
}

.bullet_line6 {
    font-size: 1.5em;
    line-height: 1;
}

.bullet_line7 {
    font-size: 1.5em;
    line-height: 1;
}

.bullet_line8 {
    font-size: 1.5em;
    line-height: 1;
}

.form-fase .alert {
    display: none;
    position: absolute;
    z-index: 99;
}

.cardDefault {
    background-color: #FFF;
    min-height: 10vh;
    border-radius: 6px;
    text-align: center;
}

.cardDefault p {
    color: #2c2c2c;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

.titCard {
    color: #37307c !important;
    font-weight: 800 !important;
    font-family: 'Open Sans', sans-serif;
}

.smallFont {
    text-align: left !important;
    color: #37307c !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
}

.smallFont_b {
    text-align: center !important;
    color: #37307c !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
}

.info {
    width: 33rem;
}

.infoCard {
    background-color: #f4f4f4;
    border-radius: 22px;
    min-height: 410px;
    font-size: 0.8rem;
    width: 70%;
    margin: 0 auto;
    padding: 15px 20px 0 20px;
    color: #8f8f8f !important;
    font-weight: 100;
    text-align: left;
}

.cusContactCard {
    background-color: #2e9faf;
    border-radius: 6px;
    text-align: center;
    color: #FFF;
    min-height: 30vh;
    cursor: pointer;
}

.cusContactCard p {
    color: #FFF;
    font-weight: 600;
}

.cusContactCard .material-icons {
    font-size: 6rem!important;
    color: #FFF;
}

.material-icons-cusColor {
    font-size: 6rem!important;
    color: #eb7b00;
}

#btnSubmit {
    background-color: #dfe3e4;
    color: #4b4a98;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

#cta1 {
    /* background-color: #ffff;
    color: #FF1212;
    font-size: 1.5rem;
    font-weight: 900;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 50px; */
}

.slideImg {
    height: auto;
    width: 100%;
}

.auxImg {
    width: auto;
    height: 12rem;
}

.carousel-inner h6 {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 900;
}

.carousel-inner p {
    color: #FFF;
    padding-top: 1rem;
}

.legalTerms {
    text-decoration: underline!important;
    font-weight: 800;
}

#registrationSection {
    min-height: 95vh;
}

#registrationHeader {
    min-height: 41vh;
    background-color: #E29D00;
}

#cnpj {
    display: none;
}

#feedbackSection {
    display: none;
    background-color: rgba(65, 65, 65, 0.4);
    width: 100%;
    height: 100%;
    /* padding-top: 50px !important; */
    /* border-radius: 18px; */
    position: absolute;
    /* margin-top: 200px; */
    /* margin-left: 20%; */
    color: #2c2c2c
}

.feedbackInner {
    background-color: rgba(255, 255, 255, 0.9);
    width: 80%;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    border-radius: 18px;
    margin-top: 200px;
    margin-left: 10%;
}


/* #feedbackSection :after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
} */

.hide {
    display: none;
}

.autoComplete {
    color: #2c2c2c!important;
    padding-top: 5px;
}

.style-woman {
    margin-top: 15%;
    width: 400px;
}

.style-about {
    margin-top: 15%;
    width: 300px;
}

.full-width {
    width: 320px;
}

.cus-input {
    background-color: #fff !important;
    height: 60px;
    border-radius: 20px;
}

.cusAlert {
    background-color: #fff3cd;
    border-radius: 10px;
    padding-top: 10px;
    border-color: #fff3cd;
    color: #856404;
}

#fixed-position {
    position: fixed;
    bottom: 10px;
    left: 75px;
    right: 75px;
    height: 65px;
    margin-bottom: 0px;
    z-index: 999;
    border-radius: 5px;
    padding: 10px;
    background-color: rgba(64, 64, 64, .9);
    color: white;
    font-size: 12px;
    text-align: center;
}

.center-text {
    position: relative;
    top: 10px;
}

.lgpdOut {
    display: none !important;
}

#mobileText {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .bullet_line5 {
        font-size: 1.3em;
        line-height: 1;
    }
    .bullet_line6 {
        font-size: 1.1em;
        line-height: 1;
    }
    .bullet_line3 {
        font-size: 1.3em;
        line-height: 1;
    }
    .bullet_line4 {
        font-size: 1.3em;
        line-height: 1;
    }
    .bullet_line1 {
        font-size: 1.3em;
        line-height: 1;
    }
    .bullet_line2 {
        font-size: 1.3em;
        line-height: 1;
    }
    .bullet_line8 {
        font-size: 1.3em;
        line-height: 1;
    }
    .bullet_line7 {
        font-size: 1.3em;
        line-height: 1;
    }
    .bullet_line5 {
        font-size: 1.3em;
        line-height: 1;
    }
}

@media only screen and (max-width: 992px) {
    .info {
        width: 20rem;
    }
    .bullet_line6 {
        font-size: 0.9em;
        line-height: 1;
    }
    .bullet_line3 {
        font-size: 0.9em;
        line-height: 1;
    }
    .bullet_line4 {
        font-size: 0.9em;
        line-height: 1;
    }
    .bullet_line1 {
        font-size: 0.9em;
        line-height: 1;
    }
    .bullet_line2 {
        font-size: 0.9em;
        line-height: 1;
    }
    .bullet_line8 {
        font-size: 0.9em;
        line-height: 1;
    }
    .bullet_line7 {
        font-size: 0.9em;
        line-height: 1;
    }
    .bullet_line5 {
        font-size: 0.9em;
        line-height: 1;
    }
    .cusBanner2 {
        background-position-x: right;
    }
}

@media only screen and (max-width: 815px) {
    .cusTitle {
        color: #fff;
        font-weight: 900;
        background-color: #FBCB4C;
        font-size: 25px !important;
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 90px;
        padding-bottom: 80px;
        position: relative;
        font-family: ralewayBold !important;
        top: 37px;
    }
}

@media only screen and (max-width: 768px) {
    .cta {
        width: 95% !important;
    }
    #fixed-position {
        position: fixed;
        bottom: 0px;
        height: 105px !important;
        margin-bottom: 0px;
        z-index: 999;
        border-radius: 5px;
        padding: 10px;
        background-color: rgba(64, 64, 64, .9);
        color: white;
        font-size: 12px;
        text-align: center;
        left: 0px;
        right: 0px;
    }
    #desktopText {
        display: none;
    }
    #mobileText {
        display: block !important;
    }
}

@media only screen and (max-width: 529px) {
    .cusTitle {
        color: #fff;
        font-weight: 900;
        background-color: #FBCB4C;
        font-size: 16px !important;
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 90px;
        padding-bottom: 80px;
        position: relative;
        font-family: ralewayBold !important;
        top: 37px;
    }
}

@media only screen and (max-width: 400px) {
    .cusTitle {
        color: #fff;
        font-weight: 900;
        background-color: #FBCB4C;
        font-size: 12px !important;
        padding-right: 50px;
        padding-left: 50px;
        padding-top: 90px;
        padding-bottom: 80px;
        position: relative;
        font-family: ralewayBold !important;
        top: 37px;
    }
}

.cusTitle {
    color: #fff;
    font-weight: 900;
    background-color: #FBCB4C;
    font-size: 45px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 90px;
    padding-bottom: 80px;
    position: relative;
    font-family: ralewayBold !important;
    top: 37px;
}

.cusCardAlert {
    padding: 1.5rem;
    width: 20rem;
    margin-top: -5rem;
    z-index: 99;
    background-color: #f1ac1b;
    color: white;
    font-weight: bold;
}