.landing-h3 {
    display: inline-block !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400 !important;
}

.cross-icon {
    margin-top: -9px;
    font-size: 20px;
}

.landing-h3-a {
    color: #fff !important;
}

 :-moz-placeholder {
    font-weight: 600 !important;
}

 ::-webkit-input-placeholder {
    font-weight: 600 !important;
}

 ::-moz-placeholder {
    font-weight: 600 !important;
}

 :-ms-input-placeholder {
    font-weight: 600 !important;
}

.form-control,
.form-group .form-control {
    font-weight: 600;
}

.has-success~.form-control-feedback {
    color: #4caf50 !important;
    opacity: 1 !important;
}

.has-error~.form-control-feedback {
    color: #f44336 !important;
    opacity: 1 !important;
}

.has-success+.form-control-feedback {
    color: #4caf50 !important;
    opacity: 1 !important;
}

.has-error+.form-control-feedback {
    color: #f44336 !important;
    opacity: 1 !important;
}

.btn,
.navbar .navbar-nav>li>a.btn {
    border: none;
    border-radius: 3px;
    position: relative;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    will-change: box-shadow, transform;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 768px) {
    .header-2 .page-header .container {
        padding-top: 2em !important;
    }
}

.header-2 .page-header .card {
    margin-top: 30px;
}

@media (max-width: 992px) {
    .card-form-horizontal {
        margin-bottom: 100px !important;
    }
}

.features-1 {
    padding-top: 40px;
    padding-bottom: 0px;
}

.titulo-azul {
    color: #0078d7;
}

.landing-descricao {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500 !important;
    color: #898989 !important;
}

.navbar {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    display: none;
}

@media (max-width: 992px) {
    .navbar {
        display: none !important;
    }
}

.card-raised {
    box-shadow: 128px 24px 128px rgba(28, 65, 84, 0.08), 64px 12px 64px rgba(28, 65, 84, 0.12), 24px 8px 24px rgba(28, 65, 84, 0.12), 12px 4px 12px rgba(28, 65, 84, 0.08);
    z-index: 1;
}

.landing-titulo-menu {
    margin: 0;
    line-height: 1.2;
    text-align: left;
    font-size: 1.6em;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 1px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.landing-padding-card {
    padding-left: 40px;
    padding-right: 40px
}

.landing-input-group-addon {
    padding: 0px 15px 0px !important;
}

.landing-form-pad .form-group {
    padding-bottom: 7px !important;
    margin: 7px 0 0 0 !important;
}

.landing-form-icon {
    margin-top: -5px !important;
}

.animate-in {
    -moz-animation: fadeIn .6s ease-in;
    -webkit-animation: fadeIn .6s ease-in;
    animation: fadeIn .6s ease-in;
}

.animate-out {
    -moz-transition: opacity .6s;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.select-button .btn {
    padding: 9px 0px !important;
}

.select-button .btn-group {
    margin: 0px 1px
}

.bootstrap-select>.dropdown-toggle[title="Você possui CNPJ?"],
.bootstrap-select>.dropdown-toggle[title="Você possui CNPJ?"]:hover,
.bootstrap-select>.dropdown-toggle[title="Você possui CNPJ?"]:focus,
.bootstrap-select>.dropdown-toggle[title="Você possui CNPJ?"]:active {
    color: #AAAAAA !important;
}

.bootstrap-select>.dropdown-toggle[title="Estado"],
.bootstrap-select>.dropdown-toggle[title="Estado"]:hover,
.bootstrap-select>.dropdown-toggle[title="Estado"]:focus,
.bootstrap-select>.dropdown-toggle[title="Estado"]:active {
    color: #AAAAAA !important;
}

.bootstrap-select>.dropdown-toggle[title="Cidade"],
.bootstrap-select>.dropdown-toggle[title="Cidade"]:hover,
.bootstrap-select>.dropdown-toggle[title="Cidade"]:focus,
.bootstrap-select>.dropdown-toggle[title="Cidade"]:active {
    color: #AAAAAA !important;
}

.bootstrap-select>.dropdown-toggle[title="Qual sua profissão?"],
.bootstrap-select>.dropdown-toggle[title="Qual sua profissão?"]:hover,
.bootstrap-select>.dropdown-toggle[title="Qual sua profissão?"]:focus,
.bootstrap-select>.dropdown-toggle[title="Qual sua profissão?"]:active {
    color: #AAAAAA !important;
}

@media (min-width: 992px) {
    .landing-margin-form {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .landing-page-header {
        height: 100% !important;
        padding-bottom: 20px;
    }
}

.back-to-top {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    display: none;
    width: 300px;
    transform: translateX(-50%);
}

.landing-btn-shadow {
    box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.22), 0 4px 23px 0px rgba(0, 0, 0, 0.10), 0 8px 10px -5px rgba(153, 153, 153, 0.1);
}

@media (max-width: 992px) {
    .pull-right {
        float: none !important;
        text-align: center;
    }
}

@media (max-width: 992px) {
    .footer-brand {
        float: none !important;
        text-align: center;
    }
}

.page-header {
    background: linear-gradient(121deg, #F8F9FB 50%, #b1e1fd 100%);
    position: relative;
}

.page-header-2 {
    background: linear-gradient(45deg, #0060ac 0%, #007bf2 100%)
}

.page-header-2 * {
    color: #fff !important
}

.row-1 {
    margin-bottom: 20px;
}

.card {
    padding: 5px 15px;
}

.tit {
    color: black !important;
    font-family: "Titillium Web", "Times New Roman", serif;
    font-weight: 400;
    font-size: 16px
}

.noUi-tooltip {
    width: 80px;
    margin-left: -42px;
    text-align: center;
    background: #007bf2;
    position: absolute;
    left: 50%;
    top: -35px;
    font-family: "Titillium Web", "Times New Roman", serif;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    padding: 2px 5px 4px;
}

.noUi-tooltip::after {
    content: '';
    border: transparent solid 7px;
    border-top: #007bf2 solid 7px;
    position: absolute;
    left: 50%;
    top: 25px;
    margin: 0 0 0 -6px;
}

.btn-group.bootstrap-select.input-group-btn.form-group {
    width: 100%;
    padding: 0;
}

button.form-control {
    padding: 12px 0px;
}

.flexcampo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.flexcampo span {
    font-weight: 600;
}

.flexcampo input.btn {
    margin: 0 5px;
}

.optionsflex {
    float: right
}

.flexlabel {
    margin: 10px 10px;
}

.flexoptions {
    font-family: 'Titillium Web', Helvetica, sans-serif;
    font-weight: 500;
    font-size: 16px;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-left: solid 1px #cecece;
}

.parceiros img:hover {
    transform: translateY(-4px);
    transition: 300ms
}

.parceiros img {
    transition: 300ms
}

.footer a {
    cursor: pointer;
}

.form-control-feedback {
    position: absolute;
    right: -17px;
    top: 17px;
}

.form-control-feedback {
    position: absolute;
    right: -17px;
    top: 17px;
}

.alert-info {
    color: #1675c2 !important;
}

.inputHiddenForm {
    visibility: hidden;
    position: absolute;
    z-index: -3;
    top: -32px;
}

.btn-group-justified {
    display: block !important;
}

.bgCotacao {
    background: linear-gradient(to right, #007bf2 0%, #0060ac 100%);
}

.pie-wrapper .label {
    color: #ffffff !important;
}

.thirdFilds>div>div {
    min-height: 50px;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: -18px !important;
}

.cenarios>div>div {
    margin-bottom: 25px;
}

.img-absolute {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 0;
    height: 100%
}

@media(max-width: 414px) {
    .bancosSelect>.btn-group-justified {
        margin-bottom: 0;
    }
    .bancosSelect>.btn-group-justified>.btn {
        width: 46% !important;
        display: inline-block;
        margin: 10px 3px;
        background: #fff;
        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.21);
        border-radius: 4px !important;
        padding: 20px 2px;
    }
    .alert {
        margin-top: 25px;
    }
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    border-radius: 4px !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12), 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    transition: 300ms all !important;
}

.secondFilds .btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    border: 1px solid #f3f3f3;
    border-collapse: separate;
}

.secondFilds .btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-left: none;
}

.btn-group-justified>.btn:hover {
    box-shadow: 0px 5px 9px 0px rgba(0, 152, 94, 0.19), 0px 3px 20px 0px rgba(0, 101, 69, 0.1);
    background-color: #f5fffe;
    transform: translateY(-2px);
}

.btn-group-justified {
    border-collapse: separate;
    border-spacing: 5px;
}

.fourthFilds .row {
    margin-bottom: 15px;
}

.secondFilds .btn-group>.btn,
.btn-group-vertical>.btn,
.whitespace .btn .btn-group>.btn {
    white-space: normal;
    padding: 10px 20px;
    margin: 5px;
}

@media (max-width: 992px) {
    .secondFilds .btn,
    .fourthFilds .btn,
    .thirdFilds .btn {
        padding: 12px 0px;
    }
}

.contatoRastreador {
    white-space: normal;
    padding: 10px !important;
}

#demo2 .timer {
    color: #0f7533 !important;
}

@media (min-width:1240px) {
    .container {
        width: 1230px;
    }
}

.carro-imovel .btn-group>.btn i {
    font-size: 3em;
    color: #394444;
    text-shadow: 0px 3px 9px #f8f9fb;
    transition: 200ms;
}

.carro-imovel .btn-group>.btn {
    border-radius: 8px !important;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.12), 0px 3px 20px 0px rgba(66, 66, 66, 0.24);
    transition: 300ms all !important;
    font-size: 22px;
    font-weight: 800;
    padding: 20px 0 10px;
    color: #6f6f6f;
    line-height: 1.6em;
    /* background: linear-gradient(45deg, #f8f9fb, #ffffff); */
    transition: 200ms;
}

.carro-imovel .btn-group-justified>.btn:hover {
    box-shadow: 0px 5px 20px 0px rgb(183, 180, 181), 0px 3px 20px 0px rgba(0, 101, 69, 0.1);
    background-color: #ffffff;
    transform: translateY(-2px);
    color: #007bf2;
    transition: 200ms;
}

.carro-imovel .btn-group-justified>.btn:hover i {
    font-size: 3em;
    color: #007bf2;
    text-shadow: 0px 3px 9px rgba(64, 145, 237, 0.23);
    transition: 200ms;
}

.carro-imovel .btn-group-justified {
    border-collapse: separate;
    border-spacing: 20px;
}

.carro-imovel h3 {
    color: #394444;
    margin: 0 20px;
    font-weight: 600;
}

.section {
    padding: 0;
}

.features-5 .container [class*="col-"] {
    border: none
}

i.material-icons.next {
    position: absolute;
    right: -20px;
    top: 1.7em;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px;
    font-size: 2.2em;
    border-radius: 50%;
    color: rgb(58, 97, 182);
}

@media (max-width:992px) {
    i.material-icons.next {
        display: none;
    }
}

.features-5 .info .icon>i {
    text-shadow: 0px 2px 5px #0060ac;
}

html,
body {
    overflow-x: hidden;
}

.sonho {
    background: linear-gradient(#fff 50%, #e5e5e5);
}

.sonho h3 {
    margin: 0;
}

.sonho .card {
    margin-top: 60px;
    border-radius: 10px;
}

.sonho ul {
    list-style: none;
    text-align: center;
    padding: 0;
}

.sonho ul li {
    padding: 15px 10px;
    font-size: 1.2em;
    border-bottom: 1px solid #f5f5f5;
}

.sonho ul li:last-child {
    border-bottom: none;
}

.sonho .background-icon {
    text-align: center;
    margin-top: -45px;
    position: absolute;
    left: 0;
    right: 0;
}

.sonho .background-icon i.material-icons {
    padding: 15px;
    font-size: 44px;
    border-radius: 22px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.17);
    color: #0078d7;
}

.sonho .title-back {
    margin: -5px -15px;
    background: #0078d7;
    padding: 40px 0px 10px;
    text-align: center;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.sonho .title-back h3.title {
    color: #fff;
}

.parcelas {
    margin: 5px -15px;
    text-align: center;
    background: #f9f9f9;
    padding: 10px;
}

.parcelas h4.title {
    color: #656565;
    font-size: 20px;
}

.parcelas .title span {
    color: #0078d7;
}

.sonho .rodape-cards .btn.btn-primary {
    background-color: #fc9303 !important;
    color: #fff;
}

.sonho .rodape-cards .btn.btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(64, 145, 237, 0.23);
}

.rodape-cards {
    text-align: center;
    margin-top: -30px;
    margin-bottom: -39px;
}

.sonho .card .card-content {
    padding-top: 0;
}

#back-to-top.back-to-top .btn {
    padding: 16px 30px;
    font-size: 1.5em;
    font-family: "Titillium Web", "Times New Roman", serif;
    background-color: #de373e;
    line-height: 1.2em;
}

#back-to-top.back-to-top .btn i {
    font-size: 1em;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.2em;
    }
    .secondFields .btn-group .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    #bback1,
    #bback2 {
        padding: 12px 0;
    }
    #bback2 {
        padding: 8px 0px;
        margin-bottom: 8px;
    }
}

.secondFields .btn-group .btn:first-child {
    margin-right: 10px;
}

.mb-4 {
    margin-bottom: 7rem;
}

@media (max-width:1200px) {
    .img-absolute {
        right: -200px!important;
    }
}

.mb-3 {
    margin-bottom: 4rem;
}

@media (max-width:992px) {
    .mb-3 {
        margin-bottom: 0rem;
    }
    .mb-4 {
        margin-bottom: 1rem;
    }
}

.email-list {
    width: auto!important;
}

ul.mailtip {
    float: none;
    background-color: #fcfeff;
    list-style: none;
    border: 1px solid #97bccc;
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
    border-top: none;
}

li {
    list-style-type: none;
}

ul.mailtip li p {
    text-align: left;
    line-height: 30px;
    cursor: pointer;
    margin: 0 9px;
    overflow: hidden;
    word-wrap: break-word;
    height: 30px;
}

ul.mailtip li:last-child {
    border-radius: 0px 0px 10px 10px;
}

ul.mailtip li.active {
    background: #eaeaea;
}

ul.mailtip li.hover {
    background: #e7f6ff;
}

.email-list {
    background-color: white;
    border: 1px solid lightgray;
    font-family: 'Arial';
    transition: all .3s;
    border-radius: 0 0 8px 8px;
}

.email-list>li {
    padding: 8px 8px;
    margin: 0;
    transition: all .3s;
}

.email-list>li>p {
    margin: 0;
}

.email-list>li:hover {
    cursor: pointer;
    background-color: lightgray;
}

.email-list>li:last-child:hover {
    border-radius: 0 0 8px 8px;
}

.spin {
    animation: shake 1.2s cubic-bezier(.36, .07, .19, .97) both;
    animation-iteration-count: infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(0px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}