body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
 
}


h1, h2, h3, h4, h5, h6, b, strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    line-height: 1.1;
}

a {
    color: #009ca6;
}

    a:hover {
        color: #00dfe9;
    }


section.intro {
}

    section.intro .intro-bg {
        background-image: url('../img/cover.jpg');
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

        section.intro .intro-bg.green {
            /*border-bottom:4px solid red;*/
        }

        section.intro .intro-bg.violet {
            /*border-bottom:4px solid red;*/
        }


        section.intro .intro-bg:before {
            /* content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0.5;
            background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */ */
        }

    section.intro h2 {
        color: #00dfe9;
        font-family: 'Poppins', sans-serif;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 1.155;
        margin-top: 0;
    }

        section.intro h2 small {
            color: #00dfe9;
            display: block;
            margin-top: 5px;
        }

    section.intro h4 {
        color: #00dfe9;
        margin-bottom: 10px;
        font-size: 16px;
    }

.navbar {
    height: auto;
    min-height: 0;
    margin: 0;
}

.navbar-brand {
    float: left;
    display: block;
    padding: 10px 0 15px 0;
    font-size: 18px;
    line-height: 20px;
    height: 75px;
}

.div-form {
    background-color: #eee;
    box-shadow: -3px 0 15px rgba(0, 0, 0, 0.15);
}

    .div-form .inner {
        padding: 15px;
    }

section.intro .intro-bg.green {
    min-height: 300px;
    max-height:440px!important;
}


@media(min-width:1200px) {
    .div-form .inner {
        min-height: 440px;
    }

    section.intro .intro-bg.green {
        min-height: 440px;
    }
}


.div-form .inner input[type="text"],
.div-form .inner input[type="email"],
.div-form .inner input[type="number"] {
    width: 100%;
    margin: 5px 0;
    padding: 10px;
    border: 2px solid transparent;
    background-color: #fff;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    height: auto;
}


    .div-form .inner input[type="text"]:focus,
    .div-form .inner input[type="email"]:focus,
    .div-form .inner input[type="number"]:focus {
        border-color: #18a4aa;
        box-shadow: none;
        outline: none;
    }

.row-bb > div:nth-child(odd) {
    padding-right: 5px;
}


.row-bb > div:nth-child(even) {
    padding-left: 5px;
}

.terms {
    font-size: 11px;
    color: #00dfe9;
    margin-bottom: 15px;
}

.btn-submit-form {
    background-color: #b3005f;
    color: #fff;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    font-weight: bold;
    width: 100%;
}

    .btn-submit-form:hover {
        background-color: #ff4c5d;
        color: #fff;
        text-decoration: none;
    }

    .btn-submit-form:focus {
        text-decoration: none;
        color: #fff;
    }




.headline {
    color: #fff;
    font-size: 34px;
    max-width: 80%;
    padding: 8% 0%;
    line-height: 1.3;
    position: relative;
    font-weight: bolder;
}

    .headline b {
        font-weight: bolder;
        line-height: 1.1;
    }

    .headline p {
        margin-top: 20px;
    }

    .headline p,
    .headline ul {
        font-size: 14px;
        line-height: 1.3;
        font-weight: normal;
    }

        .headline ul li {
            padding: 7px 0;
        }



.circle {
    display: inline-block;
    width: 240px;
    height: 240px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 60px 40px;
    text-transform: uppercase;
    line-height: 1;
    position: absolute;
    right: 30px;
    bottom: -80px;
    border-radius: 100%;
    z-index: 999;
    background: #00dfe9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}

    .circle b {
        display: block;
        font-size: 42px;
        line-height: 1;
    }

    .circle small {
        font-size: 13px;
    }


.features {
    padding: 60px 0;
}

    .features ul li {
        text-transform: uppercase;
        padding-left: 50px;
        background-image: url(../img/list-type.png);
        background-position: 0 5px;
        background-repeat: no-repeat;
        min-height: 60px;
        margin: 10px 0;
        background-size: 30px;
    }


footer {
    border-top: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 10px;
    opacity: 0.7;
    padding: 20px 0 10px 0;
    letter-spacing: 0.5px;
    background: #717475;
    color: #fff;
    margin-bottom: 0;
}

    footer a {
        color: #fff !important;
    }

img {
    max-width: 100%;
    height: auto;
}


.navbar-brand > img {
    height: 49px;
}


div#thanksForm, div#duplicateForm {
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    padding: 10% 5%;
    text-align: center;
}

p#txtError {
    position: absolute;
    font-family: 'Poppins', sans-serif;
    bottom: -10px;
    background: #F44336 !important;
    padding: 15px;
    width: 100%;
    left: 0;
    transform: translateY(100%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

section.intro.violet {
    background-color: #7F3F98;
}

section.intro .intro-bg.violet {
    background-image: url('../img/bg2.jpg')
}

.div-form.violet {
    background-color: #7F3F98;
}

.circle.violet {
    background-image: url('../img/circle.png');
}

.features ul li {
    background-image: url('../img/list-type.png');
}


p.disc {
    font-size: 12px;
    opacity: 0.5;
    display: block;
    margin-top: 30px;
}

.btn-buttons {
    z-index: 99;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}

    .btn-buttons img {
        height: 60px;
    }

        .btn-buttons img:hover {
            opacity: 0.85;
        }

    .btn-buttons .btn-auto {
    }

    .btn-buttons.violet {
        border-bottom: 4px solid #804098;
    }

    .btn-buttons.green {
        border-bottom: 4px solid #00dfe9;
    }

    .btn-buttons .btn-casa {
    }


    .btn-buttons.hidden-md {
        position: inherit;
    }

        .btn-buttons.hidden-md a {
            width: 49%;
            margin: 0;
            display: inline-block;
        }


            .btn-buttons.hidden-md a img {
                height: auto;
            }




/* line 2143, styles.scss */
.optionsList {
    position: relative;
}
    /* line 2149, styles.scss */
    .optionsList ol {
    }
    /* line 2154, styles.scss */
    .optionsList li {
        display: block;
        float: left;
        width: 31%;
        height: auto;
        min-height: 680px;
        border: 2px solid #009ca6;
        margin: 10px;
        top: 0px;
        left: 0px;
        padding: 20px 0px 100px 0;
        position: relative;
        background: #fff;
        border-radius: 10px;
    }
        /* line 2165, styles.scss */
        .optionsList li h2 {
            font-size: 32px;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            margin: 0px 0px 20px 0px;
        }
        /* line 2172, styles.scss */
        .optionsList li table {
            width: 100%;
            font-size: 13px;
        }
            /* line 2175, styles.scss */
            .optionsList li table thead {
                position: absolute;
                left: -999em;
            }
            /* line 2181, styles.scss */
            .optionsList li table tbody tr td {
                padding: 10px 0px 10px 20px;
                border-bottom: 1px solid #fff;
            }
                /* line 2185, styles.scss */
                .optionsList li table tbody tr td.last-child, .optionsList li table tbody tr td:last-child {
                    font-size: 19px !important;
                    padding: 5px 20px 10px 0px;
                    vertical-align: middle;
                }
                /* line 2190, styles.scss */
                .optionsList li table tbody tr td label {
                    display: block;
                    text-align: left !important;
                    margin: 0px 0px 10px 0px;
                }
            /* line 2198, styles.scss */
            .optionsList li table tbody tr.opcional td {
                background: #ededed;
            }
                /* line 2200, styles.scss */
                .optionsList li table tbody tr.opcional td:first-child {
                    border-left: 8px solid #00dfe9;
                }
        /* line 2206, styles.scss */
        .optionsList li .button-submit {
            position: absolute;
            font-size: 18px;
            left: 15px;
            right: 15px;
            bottom: 30px;
            width: 92%;
        }
        /* line 2213, styles.scss */
        .optionsList li .totalSimulation {
            position: absolute;
            bottom: 100px;
            right: 0;
            font-size: 30px;
            padding-bottom: 10px;
            font-weight: bolder;
            left: 0;
            text-align: center;
            color: #009ca6;
        }
        /* line 2220, styles.scss */
        .optionsList li.highlighted {
        }
            /* line 2222, styles.scss */
            .optionsList li.highlighted .button-submit {
                background-color: #b3005f;
            }
                /* line 2224, styles.scss */
                .optionsList li.highlighted .button-submit:hover {
                    background-color: #d64343;
                }
            /* line 2228, styles.scss */
            .optionsList li.highlighted .ribbon {
                background-color: #b3005f;
                white-space: nowrap;
                font-size: 18px;
                position: absolute;
                left: -50px;
                top: 25px;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
                padding: 5px 50px;
                color: #fff;
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }
    /* line 2246, styles.scss */
    .optionsList .nextButton {
        display: block;
        width: 65px;
        height: 65px;
        position: absolute;
        top: 200px;
        right: -75px;
        margin: 0px 0px 0px 0px;
        z-index: 80;
        background: white url(../img/dart.png) no-repeat 50% 50%;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        text-indent: -999em;
    }
    /* line 2259, styles.scss */
    .optionsList .prevButton {
        display: block;
        width: 65px;
        height: 65px;
        position: absolute;
        top: 200px;
        left: -75px;
        margin: 0px 0px 0px 0px;
        z-index: 80;
        background: white url(../img/previous.png) no-repeat 50% 50%;
        background-size: 10px 14px;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        text-indent: -999em;
    }
        /* line 2274, styles.scss */
        .optionsList .nextButton:hover,
        .optionsList .prevButton:hover {
            background-color: #ededed;
        }

.button-submit {
    color: #fff;
    cursor: pointer;
    display: block;
    border: 0;
    height: 50px;
    background-color: #00dfe9;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 50px;
}
    /* line 260, styles.scss */
    .button-submit:hover, .button-submit:focus {
        background-color: #017d6a;
    }
    /* line 266, styles.scss */
    .button-submit.button-error {
        background-color: #b3005f;
    }
        /* line 268, styles.scss */
        .button-submit.button-error:hover {
            background-color: #d64343;
        }



/* line 2472, styles.scss */
tbody tr.opcional.awesomeness label {
    cursor: pointer;
    line-height: 2;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
/* line 2477, styles.scss */
tbody tr.opcional.awesomeness input[type=checkbox] {
    display: none;
}
/* line 2480, styles.scss */
tbody tr.opcional.awesomeness label:before {
    content: " ";
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../img/checkbox.png);
    background-position: 0 -21px;
    background-repeat: no-repeat;
}

label#B_EXTRA:before {
    top: 4px!important;
}
    /* line 2495, styles.scss */
    tbody tr.opcional.awesomeness .checkbox label {
        margin-bottom: 10px;
    }
/* line 2499, styles.scss */
tbody tr.opcional.awesomeness input[type=checkbox]:checked + label:before {
    content: '';
    background-position: 0px 0px !important;
}


@media (max-width: 992px) {
    .optionsList li {
        width: 100% !important;
        margin: 0 0 30px 0 !important;
    }

    .optionsList ol {
        margin: 0;
        padding: 0;
    }
}



.div-form .remove {
    background: #f1f1f1;
}

    .div-form .remove td {
        font-style: italic;
    }

.div-form .table > tbody > tr > td {
    vertical-align: middle;
    padding: 0;
    border: 0;
}


.div-form .input-group {
    width: 100%;
}

.div-form .editable {
    border: none;
    padding: 0;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
}

.div-form .addBtn,
.div-form .delRow {
    cursor: pointer;
    background: #b3005f;
    width: 84px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
}

    .div-form .addBtn:hover,
    .div-form .delRow:hover {
        background: #ff4c5d;
    }

.table-modal {
    position: fixed;
    top: 0px;
    left: 0;
    overflow: auto;
    right: 0;
    bottom: 0;
    background: rgba(246, 246, 246, 0.98);
    padding: 2vh 0;
    z-index: 9999;
}

.panel-heading {
    padding: 0;
    height: auto;
}

    .panel-heading a {
        font-size: 18px;
        display: block;
        font-weight: 400;
        letter-spacing: 0.2px;
        padding: 20px;
        background: #00dfe9;
        color: #fff;
        text-transform: uppercase;
        position: relative;
    }

        .panel-heading a[aria-expanded="true"]:after {
            content: "-";
        }

        .panel-heading a[aria-expanded="false"]:after {
            content: "+";
        }

        .panel-heading a:after {
            content: "+";
            font-weight: 600;
            position: absolute;
            right: 30px;
            font-size: 26px;
            top: 50%;
            transform: translateY(-50%);
        }


        .panel-heading a:hover, .panel-heading a:active, .panel-heading a:focus {
            text-decoration: none;
            background-color: #009ca6;
        }

.panel-group {
    padding: 30px 0;
}


.panel-body {
    padding: 5% 15%;
    font-size: 18px;
    line-height: 1.7;
}

    .panel-body img {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .panel-body p {
        margin-bottom: 30px;
    }

    .panel-body h2 {
        color: #b3005f;
        font-size: 32px;
        margin-bottom: 30px;
        font-weight: 400;
    }

        .panel-body h2 b {
            font-weight: bold;
        }





.tooltip-inner {
    line-height: 1.1;
    padding: 15px !important;
}

span.addBtn {
    font-size: 14px;
    width: 33px !important;
    padding: 8px 10px;
    height: 33px !important;
    line-height: 0 !important;
}

.del-disabled {
    opacity: 0;
    pointer-events: none;
}

.open-info:focus,
.open-info:visited,
.open-info:active, {
    color: #fff !important;
}


.navbar-resume {
    float: right;
    padding-top: 10px;
}

    .navbar-resume .resume-back {
        display: inline-block;
        padding: 15px 10px;
        background: #ddd;
        font-size: 16px;
        cursor: pointer;
        border-radius: 6px;
    }

        .navbar-resume .resume-back:hover {
            background: #999;
            color: #fff;
        }

    .navbar-resume .resume-info {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        background-color: #009ca6;
        padding: 15px 10px;
        border-radius: 6px;
    }

@media (max-width: 768px) {
    .navbar-resume {
        position: fixed;
        background: #eee;
        z-index: 9999999;
        float: none;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px;
    }

        .navbar-resume .resume-back,
        .navbar-resume .resume-info {
            font-size: 13px;
        }

    .table-modal {
        padding: 2vh 0 60px 0;
    }
}


.table-modal h2 {
    text-align: center;
    color: #009ca6;
}


.price-disc {
    font-size: 12px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 80px;
    left: 0;
    text-align: center;
}

.error-label {
    position: relative;
    background: #b3005f;
    font-weight: bold;
    padding: 0px 5px;
    color: #fff;
    top: -5px;
}

input.error {
    border-color: #b3005f;
}

.div-vantagens {
    background-color: #f6f6f6;
    padding: 100px 0;
    font-size: 20px;
}

    .div-vantagens h3 {
        font-weight: 500;
        margin-bottom: 30px;
        color: #b3005f;
    }

        .div-vantagens h3 strong {
            font-weight: bold;
        }


ul.vantagens {
    font-size: 20px;
    line-height: 1.3;
    font-weight: normal;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    ul.vantagens li {
        padding: 30px;
        background: #eee;
        margin: 10px 0;
        font-weight: 500;
        line-height: 2;
    }

        ul.vantagens li strong {
            color: #00dfe9;
            display: block;
        }

.p-vant {
    padding: 30px 30px 0 30px;
    line-height: 2;
}

@media (max-width: 768px) {

    ul.vantagens {
        font-size: 16px;
    }

        ul.vantagens li {
            padding: 20px;
        }


    li.highlighted.list_MS301 {
        min-height: 690px;
    }

    li.highlighted.list_MS302 {
        min-height: 690px;
    }

    .navbar-brand {
        padding: 10px;
    }

    .p-vant {
        padding: 30px 5px;
    }


    .div-vantagens {
        padding: 20px 0;
    }

    body {
    }

    footer, footer .text-right {
        text-align: center;
    }

    .div-form .inner {
        padding: 15px 0;
    }

    .panel-heading a {
        font-size: 16px;
        padding: 15px;
    }

    .circle {
        position: relative;
        bottom: inherit;
        right: inherit;
        z-index: 99;
        transform: scale(0.85);
    }

    .headline {
        max-width: 100%;
        font-size: 26px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        width: 100%;
        padding: 15% 5%;
    }

    .features ul li {
        font-size: 12px;
    }

    .promo-ball {
      width: 85px !important;
      top: 5% !important;
      right: 30px !important;
    }

    .headline {
        padding-top: 30px;
        padding-left: 10px;
    }

    section.intro .intro-bg {
        max-height: 480px;

    background-position: 80% 100%;
    }

    .panel-body {
        padding: 5%;
        font-size: 14px;
    }


    .navbar-brand.pull-right > img {
      height: 10px !important;
      position: absolute !important;
      right: 15px;
      top: 30px !important;
    }
    .navbar-brand > img {
    height: 35px;
    position: relative;
    top: 7px;
}
}



.div-content {
    background-color: #f6f6f6;
    padding: 100px 0;
    font-size: 20px;
    font-size: 14px;
}

.navbar-header {
    width: 100%;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.promo-ball {
  position: absolute;
  width: 140px;
  right: 30%;
  top: 35%;
}

.intro-disclaimer {
    font-size: 10px;
    position: absolute;
    bottom: 0;
    color: #eee;
    opacity: 1;
}

.optionsList .promo-ball {
    width: 95px;
    right: 0;
    top: 0;
    transform: translate(25%,-25%);
    z-index: 99;
}


textarea {
    border: 2px solid transparent;
    background-color: #fff;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    height: 60px;
    width: 330px;
    margin: 5px 0;
    padding: 10px;
}


/* .headline,
.promo-ball,
.intro-disclaimer{
  display: none;
} */


@media(max-width:1024px){
  section.intro .intro-bg.green{
    max-height: 450px;
  }
}

@media(max-width:768px){
  .headline{
    max-width: 59%;
  }
.table-modal h2{
  margin-bottom: 40px;
}

.div-form h1{
  font-size: 26px;
  line-height: 1.5 !important;
}
.optionsList .promo-ball{
  top:0 !important;
}
}


#tblMais td:first-child, #tblMais th:first-child {
    width: 200px;
}

#tblMais thead tr th:first-child,
#tblMais tbody tr td:first-child {
    width: 52%;
    min-width: 52%;
    max-width: 52%;
    word-break: break-all;
}