﻿@charset "utf-8";
 CSS Document

	*	Abyara Brokers
	* 	27/02/2018
	*	Author: GM5


@import url('../lib/bootstrap/dist/css/bootstrap.min.css');
@import url('jquery.fancybox-1.3.4.css');



@keyframes animLoader {
    to {
        transform: rotate(360deg);
    }
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}

.row-height .col-height {
    display: table-cell;
    float: none;
    height: 100%;
}



html.contatoUnificado #searchPage .filtros {
    display: none;
}

html .popLGPD {
    width: 350px;
    border: 1px solid #1c1c1c;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    position: fixed;
    left: 60px;
    bottom: 10px;
    z-index: 10;
}

html .popLGPD strong {
    color: #1c1c1c;
    margin-bottom: 10px;
    display: block;
}

html .popLGPD p {
    color: #1c1c1c;
    margin-bottom: 10px;
}

html .popLGPD p a {
    color: #122449;
}

html .popLGPD .btnAceito {
    color: white;
    background: #122449;
    padding: 8px 20px;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
}

html .popLGPD .btnAceito:hover {
    background: #6288d9;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    html .popLGPD {
        width: 100%;
        left: 0;
        bottom: 0;
        font-size: 11px;
    }

    html .popLGPD .btnAceito {
        float: inherit;
    }
}

@media only screen and (min-width: 992px) {
    .page {
        padding: 118px 0 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .page.fixedMenuM {
        padding-top: 61px;
    }

    .page.fixedMenuM #searchPage {
        padding-top: 39px;
    }
}



@media only screen and (max-width: 991px) {
    .page-node-type-regional #menu {
        padding: 155px 20px 20px 20px;
    }
}





form fieldset legend {
    display: none;
}

form .form-group:not(.inline) {
    position: relative;
}

form .form-group:not(.inline) input[type="text"],
    form .form-group:not(.inline) input[type="email"],
    form .form-group:not(.inline) textarea {
        /* height: 50px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 22px 16px 10px 16px;
        font-family: 'Ubuntu', sans-serif;
        line-height: 18px;
        font-weight: normal;
        font-size: 16px;
        color: #000000;
        font-weight: 300;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; */
    }

form .form-group:not(.inline) input[type="text"]:focus+label,
form .form-group:not(.inline) input[type="email"]:focus+label,
form .form-group:not(.inline) textarea:focus+label,
form .form-group:not(.inline) input[type="text"].notEmpty+label,
form .form-group:not(.inline) input[type="email"].notEmpty+label,
form .form-group:not(.inline) textarea.notEmpty+label {
    top: 16px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #a6a6a6;
    left: 17px;
    background: #fff;
}

form .form-group:not(.inline) input[type="text"]:focus+label span,
form .form-group:not(.inline) input[type="email"]:focus+label span,
form .form-group:not(.inline) textarea:focus+label span,
form .form-group:not(.inline) input[type="text"].notEmpty+label span,
form .form-group:not(.inline) input[type="email"].notEmpty+label span,
form .form-group:not(.inline) textarea.notEmpty+label span {
    font-size: 0;
    line-height: 0;
    display: none;
}

form .form-group:not(.inline) input[type="text"]:focus,
form .form-group:not(.inline) input[type="email"]:focus,
form .form-group:not(.inline) textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

form .form-group:not(.inline) textarea {
    height: 220px;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

/* form .form-group:not(.inline) label {
    position: absolute;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #707071;
    margin: 0;
    top: 27px;
    margin-top: -10px;
    left: 20px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
} */

/* form .form-group:not(.inline) label span {
    color: #b51212;
    font-size: 26px;
    line-height: 22px;
    font-weight: 600;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
} */

form .form-group:not(.inline) .count {
    position: absolute;
    bottom: 1px;
    right: 16px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #acacac;
}

    
form .form-group.inline input[type="text"],
form .form-group.inline input[type="email"],
form .form-group.inline textarea {
    border: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    font-weight: 300;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    form .form-group.inline input[type="text"]:focus,
    form .form-group.inline input[type="email"]:focus,
    form .form-group.inline textarea:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

form .form-group.inline textarea {
    height: 220px;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

form .form-group.inline label {
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #707071;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

form button.btn.search {
    border: none;
    display: block;
    width: 100%;
    background: #6288d9;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}

form button.btn.search span {
    display: none;
}

form button.btn.clear {
    border: none;
    display: block;
    height: 72px;
    width: 100%;
    background: #ffffff;
}

form button.btn.clear span {
    display: none;
}

form button.btn.clear:before {
    content: "\f1f8";
    font: normal normal normal 26px/1 "Font Awesome 5 Free";
    color: #696969;
    line-height: 26px;
}

form button.btn.submit {
    border: none;
    display: block;
    padding: 17px 0;
    width: 100%;
    background: #6288d9;
    float: right;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    -moz-transition: background 0.25s ease-in-out;
    -webkit-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
}

form button.btn.submit:hover {
    background: #2daa24;
}

form button.btn.submit.corretor {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
}

form button.btn.submit.loading:after {
    content: "\f1ce";
    font: normal normal normal 16px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 16px;
    font-weight: bold;
    margin-left: 10px;
    -webkit-animation: move 1s infinite steps(8);
    animation: move 1s infinite steps(8);
    display: inline-block;
}

form button.btn.add {
    border: none;
    display: block;
    width: 100%;
    background: #6288d9;
    text-align: center;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

form button.btn.add:before {
    content: "\f067";
    font: normal normal normal 16px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 16px;
    font-weight: bold;
    line-height: 20px;
}

form button.btn.add:hover {
    background: #2daa24;
}

form button.btn.add span {
    display: none;
}

form button.btn.voltar {
    border: none;
    display: block;
    padding: 17px 0;
    background: #e6e6e6;
    width: 100%;
    float: left;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #6288d9;
    text-transform: uppercase;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

form button.btn.voltar:before {
    content: "\f053";
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    color: #6288d9;
    line-height: 14px;
    font-weight: 600;
    margin-right: 10px;
}

form button.btn.voltar:hover {
    background: #ccc;
}

@keyframes move {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

#linksFooter h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #696969;
    font-weight: 600;
    margin: 0 0 20px 0;
}

#linksFooter ul {
    padding: 20px;
    margin: 0;
    height: auto;
    overflow: hidden;
}

#linksFooter ul li {
    width: 33%;
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
}

#linksFooter ul li a {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #3368d2;
}

#linksFooter ul .btnExtend {
    display: none;
    background: #ffffff;
    border: 1px solid #3368d2;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #3368d2;
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
    margin-top: 20px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#linksFooter ul .btnExtend:before {
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #fff;
    line-height: 20px;
    line-height: 36px;
    font-weight: 900;
    content: "\f107";
    position: relative;
    top: 1px;
    left: -7px;
    font-size: 15px;
    color: #3368d2;
}

#linksFooter ul .btnExtend.open:before {
    content: "\f106";
}

@media only screen and (max-width: 992px) {
    #linksFooter ul li {
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    #linksFooter ul li {
        width: 100%;
    }

    #linksFooter ul li:nth-child(n+6) {
        display: none;
    }

    #linksFooter ul .btnExtend {
        display: block;
    }

    #linksFooter ul.block li {
        display: block;
    }
}

@media only screen and (min-width: 768px),
only screen and (min-device-width: 768px) {
    #linksFooter ul li {
        display: inline-block !important;
    }

    #linksFooter ul .btnExtend {
        display: none;
    }
}


footer .copy p.copyright {
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #122449;
    margin: 15px 0 0 0;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    footer {
        padding: 15px 0 0 0;
    }

    footer .titleHome {
        text-align: center;
    }

    footer h3 {
        text-align: center;
    }

    footer p {
        text-align: center;
    }

    footer ul li {
        text-align: center;
    }

    footer ul.nav.contato {
        margin: 0;
    }

    footer ul.nav.contato li {
        background: #172d5d;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin: 0 auto 20px auto;
        padding: 10px;
        width: 240px;
        position: relative;
    }

    footer ul.nav.contato li:last-child {
        margin: 0 auto;
    }

    footer ul.nav.contato li:before {
        content: "\f095";
        font: normal normal normal 20px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 20px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        right: 20px;
    }

    footer ul.nav.contato li p {
        text-align: left;
    }

    footer ul.nav.contato li p.name-contact,
    footer ul.nav.contato li p.number-contact,
    footer ul.nav.contato li p span {
        color: #ffffff;
    }

    footer ul.nav li a:link img,
    footer ul.nav li a:visited img {
        margin: 20px auto 0 auto;
        display: block;
    }

    footer ul.redesSociais {
        margin: 20px 0;
    }

    footer img {
        margin: 0 auto;
    }
}

:not(#contactforms) .form-group.has-error {
    position: relative;
}

:not(#contactforms) .form-group.has-error p {
    margin: 4px 0;
}

:not(#contactforms) .form-group.has-error p.msgerro {
    background: #712b29;
    font-family: 'Ubuntu', sans-serif;
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    position: absolute;
    bottom: -7px;
    right: 0;
    margin: 0;
    padding: 2px 5px;
}

:not(#contactforms) .form-group.has-error p.msgerro:before {
    content: "\f0d9";
    position: absolute;
    top: -2px;
    left: -9px;
    font: normal normal normal 27px/1 "Font Awesome 5 Free";
    color: #712b29;
    line-height: 27px;
    line-height: 20px;
    font-weight: bold;
    display: block;
}

:not(#contactforms) .form-group.has-error .help-block,
:not(#contactforms) .form-group.has-error .control-label,
:not(#contactforms) .form-group.has-error .radio,
:not(#contactforms) .form-group.has-error .checkbox,
:not(#contactforms) .form-group.has-error .radio-inline,
:not(#contactforms) .form-group.has-error .checkbox-inline,
:not(#contactforms) .form-group.has-error.radio label,
:not(#contactforms) .form-group.has-error.checkbox label,
:not(#contactforms) .form-group.has-error.radio-inline label,
:not(#contactforms) .form-group.has-error.checkbox-inline label,
:not(#contactforms) .form-group.has-error .form-control-feedback {
    color: #e74c3c !important;
}

:not(#contactforms) .form-group.has-error .form-control,
:not(#contactforms) .form-group.has-error .form-control:focus {
    border: 2px solid #712b29 !important;
}

:not(#contactforms) .form-group.has-error .input-group-addon {
    border-color: #e74c3c !important;
}

.alert {
    display: none;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

.alert strong {
    display: block;
    margin: 0 0 10px 0;
}

.alert.alert-success {
    background-color: #93C54B;
    background-color: #e9f3db;
    border-color: #e1efcd;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #4c6627;
    font-weight: 300;
}

.alert.alert-danger {
    background-color: #f7dddc;
    border-color: #f4cfce;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #712b29;
    font-weight: 300;
}

.alert.alert-dismissible {
    padding-right: 30px;
}

.alert.alert-dismissible .close {
    float: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 5px;
    text-shadow: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    opacity: 0.5;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    padding: 10px 7px;
    color: inherit;
    border: 0;
}

.imageLoad {
    background: #fafafa;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}

.imageLoad .lazyImg {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: absolute;
    background-position: center center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.imageLoad:after {
    content: "\f1ce";
    font: normal normal normal 40px/1 "Font Awesome 5 Free";
    color: #122449;
    line-height: 40px;
    font-weight: bold;
    -webkit-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 10;
    display: block;
}

.imageLoad.animated .lazyImg {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.imageLoad.animated:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    display: none;
}

.imageLoad img {
    display: block;
    height: auto;
    width: 100%;
}

.imageLoad img.lazy {
    width: 1px;
    height: 1px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
}

.imageLoad img.bgCol {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

#searchPage .imageLoad .lazyImg {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.tipsy {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    padding: 5px;
    z-index: 100000;
}

.tipsy .tipsy-inner {
    background: #122449;
    max-width: 200px;
    padding: 10px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tipsy .tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #122449;
}

.tipsy.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.tipsy.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.tipsy.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.btnFloat .container {
    position: fixed;
    z-index: 10;
    left: calc(50% - 630px);
    bottom: 0;
}

.btnFloat .container a {
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 20px;
    background: #237cd8;
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    z-index: 10;
}

.btnFloat .container a:before {
    font: normal normal normal 25px/1 "Font Awesome 5 Free";
    color: white;
    line-height: 25px;
    content: "\f086";
    font-weight: 300;
    text-decoration: none;
}

.btnFloat .container a span {
    overflow: hidden;
    transition: 0.5s linear;
    max-width: 0px;
    max-height: 25px;
    font-size: 16px;
    float: right;
    color: white;
    padding-top: 5px;
    text-transform: uppercase;
}

.btnFloat .container a:hover span {
    padding-left: 10px;
    max-width: 210px;
}

.btnFloat .container a.btnWhatsApp {
    background: #2daa24;
}

.btnFloat .container a.btnWhatsApp:before {
    font-family: "Font Awesome 5 Brands";
    color: white;
    font-size: 32px;
    line-height: 34px;
    content: "\f232";
    line-height: 27px;
}

@media only screen and (max-width: 991px) {
    .btnFloat .container {
        left: -70px;
        width: 100%;
    }

    .btnFloat .container a {
        border-radius: 11px 11px 0 0;
        padding: 13px;
        bottom: 0;
    }

    .btnFloat .container a span {
        display: none;
    }
}

#searchPage {
    padding: 20px 0 0 0;
}

/* #searchPage .filtros h3 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #696969;
    margin: 20px 0 10px 0;
    font-weight: 500;
} */

#searchPage .filtros a.verNoMapa {
    width: auto;
    height: 80px;
    margin: 0 0 20px 0;
}

#searchPage .filtros a.verNoMapa:link,
#searchPage .filtros a.verNoMapa:visited {
    display: block;
    background-image: url("../images/mapa.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(25, 25, 25, 0.9);
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    padding: 20px 0 0 0;
    text-decoration: none;
}

#searchPage .filtros a.verNoMapa:link:before,
#searchPage .filtros a.verNoMapa:visited:before {
    content: "\f3c5";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -10px;
}

#searchPage .filtros a.sairDoMapa {
    position: relative;
    width: auto;
    height: 80px;
    margin: 0 0 20px 0;
    padding: 20px 0 0 0;
    display: none;
}

#searchPage .filtros a.sairDoMapa:link,
#searchPage .filtros a.sairDoMapa:visited {
    background: #2daa24;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
}

#searchPage .filtros a.sairDoMapa:link:before,
#searchPage .filtros a.sairDoMapa:visited:before {
    content: "\f03a";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 20px;
    font-weight: bold;
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -10px;
}

#searchPage .filtros a.limparFiltro {
    display: block;
    padding: 0 0;
    margin-bottom: 20px;
    text-decoration: none;
    text-align: left;
}

#searchPage .filtros a.limparFiltro:link,
#searchPage .filtros a.limparFiltro:visited {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #696969;
    background: #ffffff;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#searchPage .filtros a.limparFiltro:before {
    content: "\f00d";
    font: normal normal normal 12px/1 "Font Awesome 5 Free";
    color: #696969;
    line-height: 12px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

#searchPage .filtros a.verMaisOpcoes {
    display: block;
    padding: 10px;
    text-decoration: none;
}

#searchPage .filtros a.verMaisOpcoes:link,
#searchPage .filtros a.verMaisOpcoes:visited {
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    text-align: center;
}

#searchPage .filtros a.verMaisOpcoes:link:after,
#searchPage .filtros a.verMaisOpcoes:visited:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    color: #696969;
    line-height: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
    display: inline-block;
}

#searchPage .filtros a.verMaisOpcoes:hover {
    color: #6288d9;
}

#searchPage .filtros a.verMaisOpcoes:hover:after {
    color: #6288d9;
}

#searchPage .filtros a.verMaisOpcoes.opened {
    border-top: 1px solid #ccc;
}

#searchPage .filtros a.verMaisOpcoes.opened:link:after,
#searchPage .filtros a.verMaisOpcoes.opened:visited:after {
    -webkit-transform: rotate(-180deg);
     Safari 
    -o-transform: rotate(-180deg);
     Opera 
    -moz-transform: rotate(-180deg);
     Firefox 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
     Internet Explorer 
}

#searchPage .filtros a.mobileMenuFiltro {
    display: none;
}

#searchPage .filtros .boxFiltro {
    background: #f7f7f7;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

#searchPage .filtros .boxFiltro h4 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #696969;
    font-weight: 500;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #ccc;
}

#searchPage .filtros .boxFiltro h5 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #696969;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 10px 0 10px;
}

#searchPage .filtros .boxFiltro ul.checkboxLB {
    overflow: auto;
    list-style: none;
    display: block;
    clear: both;
    margin: 0;
}

#searchPage .filtros .boxFiltro ul.checkboxLB.closeLB>li:nth-child(n+4) {
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    border: 0;
    height: 0;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li.comSubItens {
    border-bottom: none;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li.comSubItens ul.checkboxLB {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0 0 0;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li.comSubItens ul.checkboxLB li {
    padding-left: 15px;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li:last-child {
    border-bottom: none;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="checkbox"] {
    display: none;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="checkbox"]+label {
    padding: 0px 0px 0px 30px;
    margin: 10px;
    position: relative;
    width: calc(100%-20px);
    float: none;
    display: block;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    line-height: 20px;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="checkbox"]+label:after {
    line-height: 20px;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 1px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="checkbox"]+label:hover:after {
    color: #696969;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="checkbox"]:checked+label:after {
    background: #6288d9;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc;
    box-shadow: 0px 0px 0px 1px #cccccc;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="radio"] {
    display: none;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="radio"]+label {
    padding: 0px 0px 0px 30px;
    margin: 10px;
    position: relative;
    width: calc(100%-20px);
    float: none;
    display: block;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    line-height: 20px;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="radio"]+label:after {
    line-height: 20px;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 1px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ccc;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="radio"]+label:hover:after {
    color: #696969;
}

#searchPage .filtros .boxFiltro ul.checkboxLB>li input[type="radio"]:checked+label:after {
    background: #6288d9;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc;
    box-shadow: 0px 0px 0px 1px #cccccc;
}

#searchPage .filtros .boxFiltro ul.checkboxBG {
    overflow: hidden;
    margin: 0;
    padding: 5px 5px 10px 5px;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li {
    display: block;
    float: left;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="checkbox"],
#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="radio"] {
    display: none;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="checkbox"]+label {
    height: 26px;
    width: 25px;
    padding: 0;
    margin: 5px;
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    line-height: 26px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="checkbox"]+label:after {
    font: normal normal normal 28px/1 "Font Awesome 5 Free";
    color: #ccc;
    line-height: 28px;
    line-height: 22px;
    content: "\f0c8";
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: -1;
    left: -1px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="checkbox"]+label:hover:after {
    color: #696969;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="checkbox"]:checked+label {
    color: #ffffff;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="checkbox"]:checked+label:after {
    color: #6288d9;
    font-weight: bold;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="radio"]+label {
    height: 35px;
    width: 35px;
    padding: 0;
    margin: 5px 7px;
    position: relative;
    float: left;
    display: block;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    line-height: 32px;
    overflow: hidden;
    z-index: 1;
    text-align: center;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="radio"]+label:after {
    line-height: 22px;
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    z-index: -1;
    left: -1px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="radio"]+label:hover:after {
    color: #696969;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="radio"]:checked+label {
    color: #ffffff;
}

#searchPage .filtros .boxFiltro ul.checkboxBG li input[type="radio"]:checked+label:after {
    background: #6288d9;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc;
    box-shadow: 0px 0px 0px 1px #cccccc;
}

#searchPage .filtros .boxFiltro ul.comCheck>li {
    position: relative;
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens {
    border-bottom: 1px solid #ccc;
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens:last-child {
    border-bottom: none;
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens a.expand:link,
#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens a.expand:visited {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens a.expand:link span,
#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens a.expand:visited span {
    display: none;
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens a.expand:link:before,
#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens a.expand:visited:before {
    content: "\f0d7";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #696969;
    font-weight: bold;
    z-index: 0;
    line-height: 20px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens>input[type="checkbox"]:checked+label:before,
#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens>input[type="radio"]:checked+label:before {
    -webkit-transform: rotate(-180deg);
     Safari 
    -o-transform: rotate(-180deg);
     Opera 
    -moz-transform: rotate(-180deg);
     Firefox 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
     Internet Explorer 
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens.optionSelected {
    border-bottom: none;
}

#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens.optionSelected a.expand:link:before,
#searchPage .filtros .boxFiltro ul.comCheck>li.comSubItens.optionSelected a.expand:visited:before {
    -webkit-transform: rotate(-180deg) !important;
     Safari 
    -o-transform: rotate(-180deg) !important;
     Opera 
    -moz-transform: rotate(-180deg) !important;
     Firefox 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important;
     Internet Explorer 
}

#searchPage .filtros .boxFiltro ul.comCheck>li>ul.checkboxLB {
    height: 0;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

#searchPage .filtros .boxFiltro ul.comCheck>li.optionSelected>ul.checkboxLB {
    border-top: 1px solid #cccccc !important;
    border-bottom: 1px solid #cccccc !important;
    height: auto;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#searchPage .filtros .boxFiltro .form-group {
    padding: 0 10px;
}

#searchPage .filtros .boxFiltro .form-group.inline {
    margin: 10px;
    padding: 0;
}

#searchPage .filtros .boxFiltro .form-group.inline .posRel {
    position: relative;
}

#searchPage .filtros .boxFiltro.autocplt .form-group.inline {
    margin: 0;
    padding: 10px;
}

#searchPage .filtros .boxFiltro.autocplt .form-group.inline .posRel {
    position: relative;
}

#searchPage .filtros .boxFiltro.area {
    padding: 0 0 1px 0;
}

#searchPage .filtros .boxFiltro.area .form-group {
    overflow: hidden;
}

#searchPage .filtros .boxFiltro.area .form-group label {
    width: 35px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px 0 0;
}

#searchPage .filtros .boxFiltro.area .form-group input.rangeText {
    width: calc(100% - 65px);
    float: left;
    height: 35px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

#searchPage .filtros .boxFiltro.area .form-group span {
    width: 30px;
    display: block;
    float: left;
    padding: 0 0 0 10px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    line-height: 35px;
}

#searchPage .filtros .boxFiltro.preco {
    padding: 0 0 1px 0;
}

#searchPage .filtros .boxFiltro.preco .form-group {
    overflow: hidden;
}

#searchPage .filtros .boxFiltro.preco .form-group label {
    width: 58px;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 10px 0 0;
}

#searchPage .filtros .boxFiltro.preco .form-group input.rangeText {
    width: calc(100% - 58px);
    float: left;
    height: 35px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

#searchPage .filtros .findBox {
    margin: 0 0 40px 0;
    padding: 10px;
}

#searchPage .filtros .findBox h3 {
    padding: 0;
    font-weight: 500;
    margin: 0 0 20px 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #696969;
}

#searchPage .filtros .findBox .form-group {
    position: relative;
}

#searchPage .filtros .findBox .form-group.inline {
    margin: 0;
}

#searchPage .filtros .findBox .form-group input[type="text"] {
    border-color: #ccc;
}

#searchPage .filtros .findBox .boxSelecionado ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
}

#searchPage .filtros .findBox .boxSelecionado ul li {
    float: left;
    margin: 10px 0 0 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#searchPage .filtros .findBox .boxSelecionado ul li a:link,
#searchPage .filtros .findBox .boxSelecionado ul li a:visited {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #696969;
    padding: 10px;
    display: block;
    background: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
}

#searchPage .filtros .findBox .boxSelecionado ul li a:after {
    content: "\f00d";
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    color: #696969;
    line-height: 14px;
    font-weight: bold;
    margin: 0 0 0 10px;
}

#searchPage .filtros .findBox .boxSelecionado ul li.closing {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    opacity: 0;
    padding: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    #searchPage {
        padding: 9px 0 0;
    }

    #searchPage .filtros {
        position: fixed;
        width: 320px;
        background: #ffffff;
        height: 100%;
        display: block;
        z-index: 222;
        top: 0;
        left: -320px;
        padding: 10px 10px 0 10px;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    #searchPage .filtros .boxForm {
        overflow: auto;
        display: block;
        height: 100%;
        position: absolute;
        width: calc(100% - 20px);
        padding-top: 60px;
    }

    #searchPage .filtros .boxForm .headerFiltroMobile {
        overflow: hidden;
        position: fixed;
        z-index: 10;
        background: #122449;
        top: 10px;
        height: 60px;
        width: 300px;
    }

    #searchPage .filtros .boxForm .headerFiltroMobile h2 {
        float: left;
        font-family: 'Ubuntu', sans-serif;
        line-height: 24px;
        font-weight: normal;
        font-size: 22px;
        color: #ffffff;
        padding: 18px 15px;
        margin: 0;
        border-bottom: 10px solid #ffffff;
    }

    #searchPage .filtros .boxForm .headerFiltroMobile a.btnFecharFiltro {
        display: none;
        float: right;
        margin: 16px 15px;
    }

    #searchPage .filtros .boxForm .headerFiltroMobile a.btnFecharFiltro span {
        display: none;
    }

    #searchPage .filtros .boxForm .headerFiltroMobile a.btnFecharFiltro:before {
        content: "\f057";
        font: normal normal normal 26px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 26px;
    }

    #searchPage .filtros.active {
        left: 0;
    }

    #searchPage .filtros.active .headerFiltroMobile a.btnFecharFiltro {
        display: block;
    }

    #searchPage .filtros a.mobileMenuFiltro {
        position: absolute;
        left: 100%;
        bottom: 0;
        width: calc(120% + 17px);
        height: 60px;
        padding: 5px 30px;
        background: #6288d9;
        display: block;
        z-index: 99999;
        text-align: left;
        font-family: 'Ubuntu', sans-serif;
        line-height: 20px;
        font-weight: normal;
        font-size: 18px;
        color: #ffffff;
        line-height: 50px;
    }

    #searchPage .filtros a.mobileMenuFiltro:before {
        content: "\f0b0";
        font: normal normal normal 20px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 20px;
        font-weight: bold;
        line-height: 50px;
        margin-right: 30px;
    }
}

.resultSearch.ajaxReceive {
    position: relative;
}

.resultSearch.ajaxReceive .ajaxBlock>h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #696969;
    margin: 0;
}

.resultSearch.ajaxReceive .ajaxBlock>strong {
    font-family: 'Ubuntu', sans-serif;
    line-height: 34px;
    font-weight: normal;
    font-size: 32px;
    color: #696969;
    text-align: center;
    margin: 0 auto;
    width: 70%;
    padding-top: 90px;
    display: block;
}

.resultSearch.ajaxReceive .ajaxBlock>strong span {
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}

.resultSearch.ajaxReceive .ajaxBlock>strong:before {
    content: "\f002";
    font: normal normal normal 50px/1 "Font Awesome 5 Free";
    color: #6288d9;
    line-height: 50px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.resultSearch .resultItem {
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    background: #ffffff;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.resultSearch .resultItem .imagens {
    display: block;
    height: 200px;
    position: relative;
    left: 0;
    overflow: hidden;
}

.resultSearch .resultItem .imagens .codigoImovel {
    width: 100%;
    padding: 5px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
    background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
}

.resultSearch .resultItem .imagens .mcmv {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 10px;
    left: 10px;
    text-indent: -9999px;
    background-position: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.resultSearch .resultItem .imagens .permuta {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    background: #2daa24;
    border: 2px solid #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-family: 'Ubuntu', sans-serif;
    line-height: 11px;
    font-weight: normal;
    font-size: 9px;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px #2daa24;
    -moz-box-shadow: 0 0 0 2px #2daa24;
    box-shadow: 0 0 0 2px #2daa24;
    text-align: center;
    text-transform: uppercase;
    padding-top: 27px;
    line-height: 9px;
    font-weight: 600;
}

.resultSearch .resultItem .imagens .permuta:before {
    content: "\f2f1";
    font: normal normal normal 15px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 15px;
    font-weight: 600;
    position: absolute;
    top: 8px;
    left: 23px;
}

.resultSearch .resultItem .imagens .faixaCampanha {
    position: absolute;
    bottom: 35px;
    background: #122449;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
}

.resultSearch .resultItem .imagens .faixaCampanha span {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    border-right: 10px solid transparent;
    border-top: 15px solid;
    border-left: 10px solid;
    border-bottom: 15px solid;
    background: transparent;
}

.resultSearch .resultItem .imagens .faixaCampanha:before {
    width: calc(100% + 18px);
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    -webkit-box-shadow: 2px 2px 2px 0 #000000;
    -moz-box-shadow: 2px 2px 2px 0 #000000;
    box-shadow: 2px 2px 2px 0 #000000;
}

.resultSearch .resultItem .imagens .carrossel {
    width: 100%;
    position: relative;
    text-align: center;
    background: #f2f2f2;
}

.resultSearch .resultItem .imagens .carrossel .item {
    float: left;
    width: 100%;
}

.resultSearch .resultItem .imagens .carrossel .item .lazyImg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.resultSearch .resultItem .imagens .carrossel .item .lazyImg img.lazy {
    margin: 0 auto;
}

.resultSearch .resultItem .imagens .carrossel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.resultSearch .resultItem .imagens .carrossel .owl-stage-outer .owl-stage .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav button {
    width: 35px;
    height: 50px;
    border: 0;
    display: block;
    position: absolute;
    top: calc(50% - 28px);
    background: transparent;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav button:before {
    font: normal normal normal 34px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 34px;
    font-weight: 600;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav button span {
    display: none;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav button.disabled {
    opacity: 0.5;
    cursor: default;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav .owl-prev {
    left: 10px;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav .owl-prev:before {
    content: "\f053";
    text-shadow: -3px 3px 10px #000;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav .owl-next {
    right: 10px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.resultSearch .resultItem .imagens .carrossel .owl-nav .owl-next:before {
    content: "\f054";
    text-shadow: 3px 3px 10px #000;
}



.resultSearch .resultItem a.chatOnline {
    display: block;
    padding: 15px 20px 15px 40px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    background: #6288d9;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    z-index: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.resultSearch .resultItem a.chatOnline:before {
    content: "\f086";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 20px;
    font-weight: 600;
    position: absolute;
    top: 14px;
    left: 10px;
}

.resultSearch .resultItem .controls {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 2;
}

.resultSearch .resultItem .controls a,
.resultSearch .resultItem .controls span {
    text-decoration: none;
}

.resultSearch .resultItem .controls a.icon,
.resultSearch .resultItem .controls span.icon {
    height: 20px;
    display: block;
    float: left;
    margin: 10px 5px;
}

.resultSearch .resultItem .controls a.icon.centerMapa,
.resultSearch .resultItem .controls span.icon.centerMapa {
    position: relative;
}

.resultSearch .resultItem .controls a.icon.centerMapa:before,
.resultSearch .resultItem .controls span.icon.centerMapa:before {
    content: "\f3c5";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #2daa24;
    line-height: 20px;
    font-weight: bold;
}

.resultSearch .resultItem .controls a.icon.centerMapa:after,
.resultSearch .resultItem .controls span.icon.centerMapa:after {
    content: "";
    height: 6px;
    width: 6px;
    display: block;
    position: absolute;
    background: #ffffff;
    top: 4px;
    left: 4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.resultSearch .resultItem .controls a.icon.favoritar:before,
.resultSearch .resultItem .controls span.icon.favoritar:before {
    content: "\f005";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ccc;
    line-height: 20px;
    font-weight: bold;
}

.resultSearch .resultItem .controls a.icon.favoritar.active:before,
.resultSearch .resultItem .controls span.icon.favoritar.active:before {
    color: #6288d9;
}

.resultSearch .resultItem .controls a.icon.fire:before,
.resultSearch .resultItem .controls span.icon.fire:before {
    margin: 0 5px 0 0;
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #bc1903;
    line-height: 20px;
    font-weight: bold;
}

.resultSearch .resultItem:hover {
    background: -moz-radial-gradient(circle, rgba(235, 235, 235, 0.42620798) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-radial-gradient(circle, rgba(235, 235, 235, 0.42620798) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(circle, rgba(235, 235, 235, 0.42620798) 0%, rgba(255, 255, 255, 0) 100%);
}

.resultSearch .resultItem:hover a.detailLink .image .lazyImg {
    transform: scale(1.1);
}

.resultSearch .resultItem:hover a .infoItem h2,
.resultSearch .resultItem:hover a .infoItem h3 {
    color: #6288d9;
}

.resultSearch .resultItem:hover a .infoItem p.preco strong {
    color: #6288d9;
}

.resultSearch .resultItem:hover a .infoItem p.preco strong span {
    color: #6288d9 !important;
}

@media only screen and (max-width: 1200px) {
    .resultSearch .resultItem a.chatOnline {
        width: 50px;
        height: 47px;
        padding: 14px 0 14px 50px;
        right: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .resultSearch .resultItem a.chatOnline:before {
        left: 15px;
    }

    .resultSearch .resultItem a.contatar {
        right: 70px;
    }

    .resultSearch .resultItem a.maisDetalhes {
        right: 190px;
    }
}

@media only screen and (max-width: 1100px) {
    .resultSearch .resultItem .imagens .carrossel .owl-nav button {
        top: calc(50% - 8px);
    }

    .resultSearch .resultItem .faixaCampanha {
        max-width: 87%;
        font-size: 9px;
        height: 30px;
        padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .resultSearch .resultItem .imagens {
        position: relative;
        width: 100%;
        height: auto;
    }

    .resultSearch .resultItem a.detailLink {
        height: auto;
    }

    .resultSearch .resultItem a.detailLink .infoItem {
        padding: 0;
    }

    .resultSearch .resultItem a.detailLink .infoItem h2 {
        margin: 10px 0;
        font-family: 'Ubuntu', sans-serif;
        line-height: 19px;
        font-weight: normal;
        font-size: 17px;
        color: #696969;
        line-height: 24px;
        font-weight: 600;
        white-space: normal;
        overflow: auto;
        text-overflow: inherit;
    }

    .resultSearch .resultItem a.detailLink .infoItem p.preco {
        position: relative;
        top: auto;
        right: 0;
        margin: 20px 0 0 0;
        text-align: left;
    }

    .resultSearch .resultItem a.detailLink .infoItem .valores {
        position: inherit;
    }

    .resultSearch .resultItem a.detailLink .infoItem .descricao {
        width: 100%;
        position: inherit;
    }

    .resultSearch .resultItem a.detailLink .infoItem .caracteristicas {
        position: inherit;
        border: 0;
        width: 100%;
    }

    .resultSearch .resultItem a.contatar {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .resultSearch .resultItem a.maisDetalhes {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .resultSearch .resultItem a.chatOnline {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center;
        padding: 14px 20px;
    }

    .resultSearch .resultItem a.chatOnline:before {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 10px 0 0;
    }

    .resultSearch .resultItem .controls {
        top: 20px;
        right: 5px;
        z-index: 2;
    }

    .resultSearch .resultItem .controls a.icon,
    .resultSearch .resultItem .controls span.icon {
        height: 40px;
        width: 40px;
        float: none;
        text-align: center;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #ffffff;
    }

    .resultSearch .resultItem .controls a.icon:before,
    .resultSearch .resultItem .controls span.icon:before {
        line-height: 40px !important;
        margin: 0 !important;
    }

    .resultSearch .resultItem .controls a.icon:after,
    .resultSearch .resultItem .controls span.icon:after {
        display: none !important;
    }

    .resultSearch .resultItem .faixaCampanha {
        max-width: inherit;
        font-size: 14px;
        height: inherit;
        padding-top: 5px;
    }
}

.headerResult {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.headerResult .fright {
    float: right;
}

.headerResult .fright label {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 19px;
    font-weight: normal;
    font-size: 17px;
    color: #696969;
    font-weight: 300;
    text-align: right;
}

.headerResult h1,
.headerResult h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #696969;
    font-style: italic;
    margin: 0;
    padding: 10px 0;
    height: 60px;
}

.headerResult h1 strong,
.headerResult h2 strong {
    font-weight: 600;
}

.headerResult h1 span,
.headerResult h2 span {
    margin-right: 6px;
}

.headerResult .space {
    margin-left: -15px;
    margin-right: -15px;
}

.headerResult .headerCampanha {
    width: inherit;
    padding: 0 0 0 20px;
}

.headerResult .headerCampanha h1.title {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: #122449;
    font-style: italic;
    padding: 0;
    height: 32px;
    font-weight: 600;
}

.headerResult .headerCampanha h2.description {
    font-family: 'Ubuntu', sans-serif;
    line-height: 19px;
    font-weight: normal;
    font-size: 17px;
    color: #696969;
    font-style: italic;
    margin: 0;
    padding: 0;
    height: 45px;
}

.headerResult .headerCampanha h2.description strong {
    font-weight: 600;
}

.headerResult .headerCampanha h2.description span {
    margin-right: 6px;
}

@media only screen and (max-width: 991px) {
    .headerResult {
        top: 0;
        z-index: 10;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0 !important;
        margin-right: -15px !important;
        -moz-transition: top 0.25s ease-in-out;
        -webkit-transition: top 0.25s ease-in-out;
        -o-transition: top 0.25s ease-in-out;
        transition: top 0.25s ease-in-out;
        padding: 0;
    }

    .headerResult a {
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        text-align: center;
    }

    .headerResult a:before {
        -moz-transition: color 0.25s ease-in-out;
        -webkit-transition: color 0.25s ease-in-out;
        -o-transition: color 0.25s ease-in-out;
        transition: color 0.25s ease-in-out;
        font: normal normal normal 16px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 16px;
        margin-right: 8px;
        font-weight: bold;
    }

    .headerResult a.btnMapa:link,
    .headerResult a.btnMapa:visited {
        display: block;
        background: #6288d9;
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        padding: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .headerResult a.btnMapa:link:before,
    .headerResult a.btnMapa:visited:before {
        content: "\f3c5";
    }

    .headerResult a.btnLista:link,
    .headerResult a.btnLista:visited {
        display: block;
        display: none;
        background: #6288d9;
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        padding: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .headerResult a.btnLista:link:before,
    .headerResult a.btnLista:visited:before {
        content: "\f03a";
    }

    .headerResult a.btnFiltrar:link,
    .headerResult a.btnFiltrar:visited {
        display: block;
        background: #6288d9;
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #ffffff;
        line-height: 20px;
        padding: 10px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .headerResult a.btnFiltrar:link:before,
    .headerResult a.btnFiltrar:visited:before {
        content: "\f0b0";
    }

    .headerResult.fixedMenuM {
        position: fixed;
        top: 61px;
        margin-top: 0;
        width: 100%;
        z-index: 100;
        background: #f2f2f2;
        webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
        padding: 10px 15px;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .headerResult.fixedMenuM a.btnMapa:link,
    .headerResult.fixedMenuM a.btnFiltrar:link,
    .headerResult.fixedMenuM a.btnMapa:visited,
    .headerResult.fixedMenuM a.btnFiltrar:visited {
        background: #6288d9;
        color: #ffffff;
    }

    .headerResult.fixedMenuM a.btnMapa:link:before,
    .headerResult.fixedMenuM a.btnFiltrar:link:before,
    .headerResult.fixedMenuM a.btnMapa:visited:before,
    .headerResult.fixedMenuM a.btnFiltrar:visited:before {
        color: #ffffff;
    }

    .headerResult.fixedMenuM .selectEstilizado .sSselect {
        background: #ffffff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .headerResult .space {
        margin-right: 0;
        margin-left: 0;
    }

    .headerResult .npr {
        padding-right: 0;
    }

    .headerResult .selectEstilizado .sSselect span {
        padding-left: 35px !important;
        background: #6288d9;
        border: 1px solid #6288d9;
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        line-height: 18px;
        color: #ffffff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .headerResult .selectEstilizado .sSselect span:after {
        content: "\f362";
        font: normal normal normal 18px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 18px;
        font-weight: 700;
        position: absolute;
        left: 10px;
        -webkit-transform: rotate(90deg);
         Safari 
        -o-transform: rotate(90deg);
         Opera 
        -moz-transform: rotate(90deg);
         Firefox 
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
         Internet Explorer 
    }

    .headerResult .selectEstilizado .sSselect span:before {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .headerResult h2 {
        height: auto;
        padding: 20px 0 0 0;
    }
}

@media only screen and (max-width: 374px) {
    .headerResult a:before {
        display: none;
    }

    .headerResult .selectEstilizado .sSselect span {
        padding-left: 10px !important;
    }

    .headerResult .selectEstilizado .sSselect span:after {
        display: none;
    }
}

.headerCampanha {
    padding: 20px 0 0 0;
    overflow: hidden;
    width: 100%;
}

.headerCampanha h1.title {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: #6288d9;
    font-style: italic;
    padding-bottom: 0;
    height: inherit !important;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 10px !important;
}

.headerCampanha h2.description {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #696969;
    font-style: italic;
    margin: 0;
    padding: 10px 0 !important;
    height: inherit !important;
}

.headerCampanha h2.description strong {
    font-weight: 600;
}

.headerCampanha h2.description span {
    margin-right: 6px;
}

.boxEncontrados {
    padding: 20px 0 0 0;
    overflow: hidden;
    width: 100%;
}

.boxEncontrados h1,
.boxEncontrados h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #696969;
    font-style: italic;
    margin: 0;
    padding: 10px 0;
}

.boxEncontrados h1 strong,
.boxEncontrados h2 strong {
    font-weight: 600;
}

.boxEncontrados h1 span,
.boxEncontrados h2 span {
    margin-right: 6px;
}

#sairCampanha,
#openWhatsApp,
#openLayer {
    background: rgba(0, 0, 0, 0.4);
}

#sairCampanha .mensagem,
#openWhatsApp .mensagem,
#openLayer .mensagem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 90%;
    height: 180px;
    margin: auto;
    padding: 15px;
    max-width: 360px;
    background: #ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#sairCampanha .mensagem h4,
#openWhatsApp .mensagem h4,
#openLayer .mensagem h4 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: #122449;
    font-weight: 600;
    margin-top: 10px;
}

#sairCampanha .mensagem p,
#openWhatsApp .mensagem p,
#openLayer .mensagem p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #696969;
    margin-bottom: 30px;
}

#sairCampanha .mensagem button,
#openWhatsApp .mensagem button,
#openLayer .mensagem button {
    background: #2daa24;
    width: 100%;
    border: 0;
    padding: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
}

#sairCampanha .mensagem button:hover,
#openWhatsApp .mensagem button:hover,
#openLayer .mensagem button:hover {
    opacity: 0.9;
}

#sairCampanha .mensagem .closeLbox,
#openWhatsApp .mensagem .closeLbox,
#openLayer .mensagem .closeLbox {
    top: 10px;
    right: 0;
}

#sairCampanha .mensagem .closeLbox:before,
#openWhatsApp .mensagem .closeLbox:before,
#openLayer .mensagem .closeLbox:before {
    font: normal normal normal 18px/1 "Font Awesome 5 Free";
    color: #1c1c1c;
    line-height: 18px;
    font-weight: 600;
}

#openWhatsApp .mensagem {
    height: 290px;
    margin: auto;
    padding: 50px 60px;
    max-width: 530px;
}

#openWhatsApp h4 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 26px;
    font-weight: normal;
    font-size: 24px;
    color: #122449;
}

#openWhatsApp p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 19px;
    font-weight: normal;
    font-size: 17px;
    color: #696969;
}

#openWhatsApp a.btnWhatsApp {
    text-align: center;
    font-weight: 300;
    display: block;
    background: #2daa24;
    border: 0;
    position: relative;
    padding: 15px;
    margin: 0;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
}

#openWhatsApp a.btnWhatsApp:hover {
    opacity: 0.9;
}

#openWhatsApp a.btnWhatsApp span:before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    margin-right: 6px;
}

#openLayer {
    z-index: 9998;
}

.caracteristicas {
    text-align: center;
    width: 100%;
    /* padding: 20px 0; */
}

/* .caracteristicas ul {
    margin: 0;
    display: flex;
    display: -webkit-flex;
    list-style: none;
} */

/* .caracteristicas ul li {
    text-align: center;
    position: relative;
    vertical-align: middle;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 0 5px;
} */

.caracteristicas ul li:before {
    /* content: "";
    position: absolute;
    height: 20px;
    background: #696969;
    width: 1px;
    right: 0;
    top: 50%;
    margin-top: -10px; */
}

.caracteristicas ul li:last-child:before {
    display: none;
}

.caracteristicas ul li>span {
    display: block;
    text-align: center;
}

.caracteristicas ul li>span.icon {
    /* margin: 0 0 5px 0; */
}

.caracteristicas ul li>span.icon:before {
    color: #696969;
}

.caracteristicas ul li>span.numero {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #696969;
}

.caracteristicas ul li>span.nome {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #696969;
    font-weight: 300;
}

.caracteristicas ul li>span>span {
    display: inline;
}

@media only screen and (max-width: 1200px) {
    .caracteristicas ul li {
        padding: 0 10px;
    }

    .caracteristicas ul li span.numero {
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #696969;
    }

    .caracteristicas ul li span.nome {
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #696969;
    }
}

@media only screen and (max-width: 991px) {
    .caracteristicas ul li {
        padding: 0 5px;
    }

    .caracteristicas ul li span.numero {
        font-family: 'Ubuntu', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #696969;
    }

    .caracteristicas ul li span.nome {
        font-family: 'Ubuntu', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #696969;
    }
}

@media only screen and (max-width: 767px) {
    /* .caracteristicas {
        padding: 20px 0;
    } */

    .caracteristicas ul {
        float: none;
    }

    .caracteristicas ul li span.icon:before {
        font-size: 16px;
    }
}

select.sSelectStyle {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.selectEstilizado select.sSelectStyle {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    padding: 22px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #696969;
    font-weight: 300;
    padding: 10px 20px 10px 10px;
    height: auto;
    width: calc(100% - 30px);
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.selectEstilizado select.sSelectStyle.isMobile {
    z-index: 100;
}

.selectEstilizado .sSselect {
    position: relative;
    min-width: 130px;
}

.selectEstilizado .sSselect span {
    padding: 10px 20px 10px 10px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #696969;
    font-weight: 300;
    display: block;
    width: 100%;
    cursor: pointer;
    cursor: default;
    border: 1px solid #e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selectEstilizado .sSselect span:before {
    content: "\f0dd";
    font: normal normal normal 18px/1 "Font Awesome 5 Free";
    color: #696969;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px;
}

.selectEstilizado .sSselect>ul {
    list-style: none;
    position: absolute;
    background: #fafafa;
    min-width: 100%;
    top: calc(100% + 7px);
    z-index: 20;
    margin-top: 7px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    float: left;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
}

.selectEstilizado .sSselect>ul.show {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: auto;
    margin-top: -8px;
    overflow: inherit;
    -webkit-box-shadow: 3px 0 15px 0 rgba(110, 110, 110, 0.5);
    -moz-box-shadow: 3px 0 15px 0 rgba(110, 110, 110, 0.5);
    box-shadow: 3px 0 15px 0 rgba(110, 110, 110, 0.5);
}

.selectEstilizado .sSselect>ul.show:before {
    content: "\f0de";
    font: normal normal normal 30px/1 "Font Awesome 5 Free";
    color: #fafafa;
    line-height: 30px;
    font-weight: bold;
    position: absolute;
    top: -12px;
    left: 10px;
    text-shadow: 0px -2px 4px rgba(150, 150, 150, 0.3);
}

.selectEstilizado .sSselect>ul>li {
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #696969;
    font-weight: 300;
    cursor: default;
    display: block;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.selectEstilizado .sSselect>ul>li:hover {
    background: #e5e5e5;
}

.selectEstilizado.has-error .sSselect span {
    border: 2px solid #e74c3c !important;
    color: #e74c3c !important;
}

.lboxMapa {
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 1000;
    height: 100%;
    width: 100%;
    display: none;
    padding: 110px 0 0 300px;
}

.lboxMapa a.fecharLbox:link,
.lboxMapa a.fecharLbox:visited {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
}

.lboxMapa a.fecharLbox:link:before,
.lboxMapa a.fecharLbox:visited:before {
    content: "\f057";
    font: normal normal normal 30px/1 "Font Awesome 5 Free";
    color: #122449;
    line-height: 30px;
}

.lboxMapa #mapSearch {
    width: calc(100% - 300px);
    height: calc(100% - 110px);
    position: fixed;
    overflow: hidden;
    background: #0e172a;
}

.lboxMapa #mapSearch #renderMap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.lboxMapa #mapSearch .gm-style .gm-style-iw {
    overflow: visible !important;
}

.lboxMapa #mapSearch .tooltipMap {
    width: 310px;
}

.lboxMapa #mapSearch .tooltipMap table th.titulo {
    padding: 5px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #696969;
    font-weight: 700;
    text-align: left;
}

.lboxMapa #mapSearch .tooltipMap table td.num {
    padding: 0 8px;
    height: 40px;
    position: relative;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #696969;
    font-weight: 700;
}

.lboxMapa #mapSearch .tooltipMap table td.num:after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 15px;
    background: #c0c7d1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.lboxMapa #mapSearch .tooltipMap table td.num:last-child:after {
    content: none;
}

.lboxMapa #mapSearch .tooltipMap table td.num img {
    display: inline-block;
}

.lboxMapa #mapSearch .tooltipMap table td.num span {
    display: block;
}

.lboxMapa #mapSearch .tooltipMap .bottom {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 10px 0 0 0;
    clear: both;
    width: 100%;
}

.lboxMapa #mapSearch .tooltipMap .bottom ul {
    float: left;
    margin: 0;
}

.lboxMapa #mapSearch .tooltipMap .bottom ul li {
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #6288d9;
    padding: 2px 0;
}

.lboxMapa #mapSearch .tooltipMap .bottom ul li.preco {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #6288d9;
    font-weight: 700;
    padding: 5px 0 8px;
}

.lboxMapa #mapSearch .tooltipMap .bottom a {
    display: block;
    position: absolute;
    padding: 10px;
    height: 34px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #ffffff;
    background: #1cac00;
    bottom: 0;
    right: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.lboxMapa #mapSearch .tooltipMap .hitarea {
    position: absolute;
    width: 38px;
    height: 36px;
    width: 100%;
    bottom: -36px;
}

.lboxMapa #mapSearch .tooltipMap .hitarea .markerHit {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 83px;
}

.lboxMapa #mapSearch .mapBox145,
.lboxMapa #mapSearch .mapBox147 {
    display: none;
}

.lboxMapa #mapSearch .mapBox139 {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .lboxMapa #mapSearch {
        width: 100%;
        left: 0;
        height: calc(100% - 170px);
    }
}

html.iframe header {
    position: fixed;
    top: 80px;
    margin-top: -80px;
    left: 0;
    width: 100%;
    z-index: 9999;
}

html.iframe header .container {
    width: 100%;
}

@media only screen and (min-width: 992px) {
    html.iframe #searchPage .filtros {
        overflow: auto;
        left: 0;
        top: 80px;
        height: calc(100% - 80px);
    }
}

@media only screen and (max-width: 991px) {
    html.iframe #searchPage .filtros {
        left: -320px;
        top: 0;
        height: 100%;
    }
}

html.iframe #searchPage .filtros {
    position: fixed;
    padding: 10px;
    width: 300px;
    z-index: 999999;
    background: #ffffff;
}

html.iframe #searchPage .filtros .boxForm .headerFiltroMobile {
    width: 280px;
}

html.iframe #searchPage .filtros.active {
    left: 0;
}

html.iframe #searchPage .filtros a.verNoMapa:link,
html.iframe #searchPage .filtros a.verNoMapa:visited {
    display: none;
}

html.iframe #searchPage .filtros a.sairDoMapa:link,
html.iframe #searchPage .filtros a.sairDoMapa:visited {
    display: block;
}

@media only screen and (max-width: 991px) {
    html.iframe .lboxMapa {
        padding: 170px 0 0 0;
    }

    html.iframe header {
        -moz-transition: none 0.25s ease-in-out;
        -webkit-transition: none 0.25s ease-in-out;
        -o-transition: none 0.25s ease-in-out;
        transition: none 0.25s ease-in-out;
        top: 0;
        margin-top: 0;
    }

    html.iframe .headerResult {
        -moz-transition: height 0.25s ease-in-out;
        -webkit-transition: height 0.25s ease-in-out;
        -o-transition: height 0.25s ease-in-out;
        transition: height 0.25s ease-in-out;
        position: fixed;
        top: 61px;
        margin-top: 0;
        z-index: 9999;
        width: 100%;
        background: #ffffff;
        padding: 10px 15px;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    html.iframe .headerResult .selectEstilizado {
        display: none;
    }

    html.iframe.filterM body:after {
        z-index: 9999;
    }
}

html.activeMenu header {
    z-index: 9999999;
}

html.activeMenu #menu {
    z-index: 9999998;
}


.bannerCampanha {
    margin-top: 40px;
}

@media only screen and (max-width: 767px) {
    .bannerCampanha .image {
        height: 300px;
    }

    .bannerCampanha .image .lazyImg {
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        -o-background-size: auto !important;
        background-size: auto !important;
    }
}

.footerCampanha {
    margin-bottom: 40px;
}

.footerCampanha h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: #122449;
    font-style: italic;
    padding-bottom: 0;
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .footerCampanha h2 {
        font-family: 'Ubuntu', sans-serif;
        line-height: 22px;
        font-weight: normal;
        font-size: 20px;
        color: #122449;
    }
}

.footerCampanha h3 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #696969;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .footerCampanha h3 {
        font-family: 'Ubuntu', sans-serif;
        line-height: 17px;
        font-weight: normal;
        font-size: 15px;
        color: #696969;
    }
}

.autocompleteBox {
    width: 100%;
    position: absolute;
    top: 100%;
    margin-top: -5px;
    right: 0;
    background: #fff;
    z-index: 5;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.autocompleteBox ul {
    margin: 0;
    background: #f2f2f2;
}

.autocompleteBox ul li {
    padding: 10px 15px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.autocompleteBox ul li:hover {
    background: #d9d9d9;
}

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

.autocompleteBox ul li.selected {
    background: #6288d9;
    color: #fff;
}

body.iframeTrue {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.lbox {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
}

.lbox:not(.loaded):before {
    content: "\f1ce";
    font: normal normal normal 40px/1 "Font Awesome 5 Free";
    color: #122449;
    line-height: 40px;
    font-weight: bold;
    -webkit-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 10;
    display: block;
}

.lbox iframe {
    border: none;
    height: 100%;
    width: 100%;
}

.lbox a.closeLbox:link,
.lbox a.closeLbox:visited {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #ffffff;
    text-decoration: none;
}

.lbox a.closeLbox:link:before,
.lbox a.closeLbox:visited:before {
    content: "\f00d";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 20px;
    font-weight: 600;
    line-height: 34px;
}

.lbox a.closeLbox:link span,
.lbox a.closeLbox:visited span {
    display: none;
}

.overlay {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0.5;
    display: block;
    /*position: fixed;*/
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background: #ffffff;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
}

.overlay:after {
    content: "\f1ce";
    font: normal normal normal 50px/1 "Font Awesome 5 Free";
    color: #122449;
    line-height: 50px;
    height: 50px;
    width: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    position: absolute;
    font-weight: bold;
    margin-left: 10px;
    -webkit-animation: move 1s infinite linear;
    animation: move 1s infinite linear;
    display: block;
    opacity: 1;
    z-index: 99999;
}

.favoritosSlideshow {
    background: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto -180px auto 0;
    border-right: 0;
    height: 375px;
    z-index: 9999;
    -moz-border-radius: 0 0 0 5px;
    -webkit-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    border-left: 5px solid #6288d9;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.favoritosSlideshow a.btnAba {
    background: #6288d9;
    display: block;
    float: left;
    position: absolute;
    height: 70px;
    font-size: 27px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #6288d9;
    top: 0;
    left: -50px;
    width: 50px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
}

.favoritosSlideshow a.btnAba:after {
    font: normal normal normal 27px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 27px;
    content: "\f005";
    display: block;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    line-height: 68px;
    text-align: center;
}

.favoritosSlideshow a.btnAba:hover:after {
    -webkit-text-stroke: 1px #fff;
    -moz-text-stroke: 1px #fff;
    -o-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}

.favoritosSlideshow.aberto {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    right: 180px;
}

.favoritosSlideshow.aberto.btnAba:after {
    content: "\f005";
    -webkit-text-stroke: 1px #fff;
    -moz-text-stroke: 1px #fff;
    -o-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
}

.favoritosSlideshow .lista {
    display: block;
    float: left;
    height: 100%;
    width: 175px;
    border-top: 1px solid #6288d9;
    border-bottom: 1px solid #6288d9;
}

.favoritosSlideshow .lista a.item {
    width: 153.6px;
    height: 100px;
    display: block;
    margin: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    text-decoration-color: white;
    background-color: #ccc;
    text-decoration: none;
}

.favoritosSlideshow .lista a.item .info {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    background: rgba(0, 0, 0, 0.5);
    width: 153.6px;
    height: 100px;
}

.favoritosSlideshow .lista a.item .info span.titulo,
.favoritosSlideshow .lista a.item .info span.valor {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
    padding: 5px;
    display: block;
    text-overflow: ellipsis;
}

.favoritosSlideshow .lista a.item .info:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.favoritosSlideshow .lista a.verTodos:link,
.favoritosSlideshow .lista a.verTodos:visited {
    text-align: center;
    display: block;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #6288d9;
}

.favoritosSlideshow .lista span.empty {
    text-align: center;
    display: block;
    margin-top: 150px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #6288d9;
}

@media only screen and (max-height: 575px),
only screen and (max-device-height: 575px) {
    .favoritosSlideshow {
        top: 90px;
    }
}

.voltarAoTopo {
    background: #6288d9;
    -moz-border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    position: fixed;
    bottom: -50px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.voltarAoTopo:hover {
    background: #2daa24;
}

.voltarAoTopo.active {
    bottom: 0;
}

.voltarAoTopo:before {
    content: "\f062";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 20px;
    font-weight: 600;
    line-height: 50px;
}

.ancoraFaleConosco {
    display: none;
}

@media only screen and (max-width: 767px) {
    .ancoraFaleConosco {
        background: #6288d9;
        color: white;
        -moz-border-radius: 0 10px 0 0;
        -webkit-border-radius: 0 10px 0 0;
        border-radius: 0 10px 0 0;
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 190px;
        height: 50px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        -moz-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        -webkit-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.3);
        z-index: 100;
    }

    .ancoraFaleConosco:hover {
        text-decoration: none;
        color: white;
    }

    .ancoraFaleConosco:before {
        content: "\f0e0";
        font: normal normal normal 20px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 20px;
        font-weight: 600;
        line-height: 50px;
        margin-right: 10px;
    }
}

.overflowH {
    overflow: hidden;
}

#contactforms.lbox {
    padding: 30px;
    background: rgba(23, 45, 93, 0.99);
    overflow: auto;
}

#contactforms.lbox iframe {
    min-height: 550px;
}

#contactforms.lbox h6 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #6288d9;
    position: relative;
    margin: 50px auto;
    max-width: 70%;
    text-align: center;
}

#contactforms.lbox h6:before {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    content: '';
    width: 40%;
    left: 0%;
    top: 8px;
    height: 1px;
    background: #6288d9;
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #6288d9 100%);
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #6288d9 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #6288d9 100%);
}

#contactforms.lbox h6:after {
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    content: '';
    width: 40%;
    right: 0%;
    top: 8px;
    height: 1px;
    background: #6288d9;
    background: -moz-linear-gradient(left, #6288d9 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, #6288d9 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #6288d9 0%, rgba(125, 185, 232, 0) 100%);
}

#contactforms.lbox .headers h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 47px;
    font-weight: normal;
    font-size: 45px;
    color: #ffffff;
    width: 50%;
}

#contactforms.lbox .headers h2 span {
    padding: 10px 20px;
    margin-right: 20px;
}

#contactforms.lbox .headers h2 span:before {
    content: "\f104";
    font: normal normal normal 30px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
    font-weight: 600;
    line-height: 50px;
}

#contactforms.lbox .selectors {
    margin: 60px auto 10px;
    padding-top: 40px;
    overflow: hidden;
}

#contactforms.lbox .selectors:before {
    content: "";
    width: 70%;
    height: 1px;
    display: block;
    position: relative;
    top: -50px;
    left: 15%;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.6);
}

#contactforms.lbox .selectors ul {
    width: 70%;
    margin: 30px auto 0;
}

#contactforms.lbox .selectors ul li {
    width: 25%;
    float: left;
    text-align: center;
}

#contactforms.lbox .selectors ul li a {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: var(--color-secondary);
    display: block;
}

#contactforms.lbox .selectors ul li a:hover {
    text-decoration: none;
}

#contactforms.lbox .selectors ul li a:hover .email:before,
#contactforms.lbox .selectors ul li a:hover .chat:before {
    font-size: 50px;
}

#contactforms.lbox .selectors ul li a:hover .telefone:before {
    font-size: 45px;
}

#contactforms.lbox .selectors ul li a:hover .whatsapp:before {
    font-size: 58px;
}

#contactforms.lbox .selectors ul li a span:before {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    font: normal normal normal 40px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 15px;
    display: block;
    height: 50px;
}

#contactforms.lbox .selectors ul li a .email:before {
    content: "\f0e0";
}

#contactforms.lbox .selectors ul li a .telefone:before {
    content: "\f095";
    font: normal normal normal 40px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 40px;
    font-weight: 600;
}

#contactforms.lbox .selectors ul li a .whatsapp:before {
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 50px;
    line-height: 52px;
    content: "\f232";
}

#contactforms.lbox .selectors ul li a .chat:before {
    content: "\f086";
}

#contactforms.lbox .blockFacebookLogin {
    max-width: 410px;
    margin: 0 auto;
    margin-bottom: 20px;
}

#contactforms.lbox .blockFacebookLogin .title-group {
    color: #fff;
    font-size: 15px;
}

#contactforms.lbox .blockFacebookLogin .btnUsarFacebook {
    background: #395390;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
}

#contactforms.lbox .blockFacebookLogin .btnUsarFacebook:before {
    content: "\f09a";
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    margin: 0 10px 0 0;
    display: inline-block;
}

#contactforms.lbox .blockFacebookLogin .lineOr {
    font-size: 16px;
    display: block;
    position: relative;
    text-align: center;
    margin: 10px 0;
    color: #fff;
}

#contactforms.lbox .blockFacebookLogin .lineOr:before {
    content: "";
    width: calc(50% - 15px);
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #fff;
}

#contactforms.lbox .blockFacebookLogin .lineOr:after {
    content: "";
    width: calc(50% - 15px);
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #fff;
}

#contactforms.lbox .form-contato {
    max-width: 440px;
    margin: 0 auto;
}

#contactforms.lbox .form-contato .form-group {
    padding-top: 10px;
    margin-bottom: 10px;
    background: #122349;
    border-radius: 5px;
    overflow: hidden;
}

#contactforms.lbox .form-contato .form-group input,
#contactforms.lbox .form-contato .form-group textarea {
    background: #122349;
    color: #2daa24;
    padding: 0 10px;
    height: 40px;
    border: 0;
}

#contactforms.lbox .form-contato .form-group textarea {
    padding: 13px 10px;
}

#contactforms.lbox .form-contato .form-group label {
    color: #6288d9;
    background: transparent;
    font-size: 12px;
    left: 10px;
    top: 17px;
}

#contactforms.lbox .form-contato .form-group label span {
    font-size: 12px;
    color: #6288d9;
}

#contactforms.lbox .form-contato .form-group.submit {
    padding-top: 0;
}

#contactforms.lbox .form-contato .form-group.submit button {
    background: #2daa24;
}

#contactforms.lbox .form-contato#contato_telefones {
    max-width: 700px;
}

#contactforms.lbox .form-contato#contato_telefones h6 {
    color: #6288d9;
    font-size: 14px;
    position: relative;
    text-align: center;
    margin: 40px 0;
}

#contactforms.lbox .form-contato#contato_telefones h6:before {
    position: absolute;
    content: '';
    width: 40%;
    left: 0%;
    top: 8px;
    height: 1px;
    background: #6288d9;
    background: -moz-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #6288d9 100%);
    background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, #6288d9 100%);
    background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, #6288d9 100%);
}

#contactforms.lbox .form-contato#contato_telefones h6:after {
    position: absolute;
    content: '';
    width: 40%;
    right: 0%;
    top: 8px;
    height: 1px;
    background: #6288d9;
    background: -moz-linear-gradient(left, #6288d9 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(left, #6288d9 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, #6288d9 0%, rgba(125, 185, 232, 0) 100%);
}

#contactforms.lbox .form-contato#contato_telefones ul li {
    display: inline-block;
    width: 33%;
    list-style: none;
}

#contactforms.lbox .form-contato#contato_telefones ul li .icon-telefone {
    float: left;
    margin-right: 10px;
    margin-top: 15px;
}

#contactforms.lbox .form-contato#contato_telefones ul li .icon-telefone:before {
    content: "\f095";
    font: normal normal normal 25px/1 "Font Awesome 5 Free";
    color: #6288d9;
    line-height: 25px;
    font-weight: 600;
}

#contactforms.lbox .form-contato#contato_telefones ul li span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #6288d9;
    padding: 0;
}

#contactforms.lbox .form-contato#contato_telefones ul li span:last-child {
    display: inline-block;
    font-size: 25px;
    line-height: 22px;
    color: #fff;
    text-align: left;
}

#contactforms.lbox .form-contato#contato_telefones ul li p {
    float: left;
}

#contactforms.lbox .form-contato .form-group.has-error {
    position: relative;
    border-color: #f95e5a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(249, 94, 90, 0.075), 0 0 8px #f95e5a;
    box-shadow: inset 0 1px 1px rgba(249, 94, 90, 0.075), 0 0 8px #f95e5a;
}

#contactforms.lbox .form-contato .form-group.has-error p {
    margin: 4px 0;
}

#contactforms.lbox .form-contato .form-group.has-error p.msgerro {
    display: none;
}

@media only screen and (max-width: 700px) {
    #contactforms.lbox .headers h2 {
        width: 70%;
        font-size: 30px;
    }

    #contactforms.lbox ul li {
        width: 100% !important;
        margin: 20px 0;
    }

    #contactforms.lbox h6:before,
    #contactforms.lbox h6:after {
        width: 30%;
    }

    #contactforms.lbox .form-contato ul {
        padding-left: 36%;
    }
}

@media only screen and (max-width: 600px) {
    #contactforms.lbox .form-contato ul {
        padding-left: 30%;
    }
}

@media only screen and (max-width: 440px) {
    #contactforms.lbox .headers h2 {
        width: 70%;
        font-size: 20px;
        line-height: 30px;
    }

    #contactforms.lbox ul li {
        width: 100% !important;
        margin: 20px 0;
    }

    #contactforms.lbox h6:before,
    #contactforms.lbox h6:after {
        width: 20% !important;
    }

    #contactforms.lbox .selectors {
        margin: 30px auto !important;
    }

    #contactforms.lbox .form-contato ul {
        padding-left: 18%;
    }
}

#fale-conosco.lbox,
#fale-conosco-modal.lbox,
#chatOnline.lbox,
#agendamento.lbox,
#buscaVoz.lbox {
    padding: 30px;
    background: rgba(23, 45, 93, 0.75);
    overflow: auto;
}

#fale-conosco.lbox .content,
#fale-conosco-modal.lbox .content,
#chatOnline.lbox .content,
#agendamento.lbox .content,
#buscaVoz.lbox .content {
    max-width: 580px;
    color: #111;
    background: #ffffff;
    padding: 25px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
}

#fale-conosco.lbox .content .headers h4.modal-title,
#fale-conosco-modal.lbox .content .headers h4.modal-title,
#chatOnline.lbox .content .headers h4.modal-title,
#agendamento.lbox .content .headers h4.modal-title,
#buscaVoz.lbox .content .headers h4.modal-title {
    font-family: 'Ubuntu', sans-serif;
    line-height: 28px;
    font-weight: normal;
    font-size: 26px;
    color: #122449;
    font-weight: 400;
    padding-bottom: 30px;
    margin: 0;
}

#fale-conosco.lbox .content .headers .closeLbox,
#fale-conosco-modal.lbox .content .headers .closeLbox,
#chatOnline.lbox .content .headers .closeLbox,
#agendamento.lbox .content .headers .closeLbox,
#buscaVoz.lbox .content .headers .closeLbox {
    border-color: #808080;
}

#fale-conosco.lbox .content .headers .closeLbox:before,
#fale-conosco-modal.lbox .content .headers .closeLbox:before,
#chatOnline.lbox .content .headers .closeLbox:before,
#agendamento.lbox .content .headers .closeLbox:before,
#buscaVoz.lbox .content .headers .closeLbox:before {
    color: #808080;
}

#agendamento.lbox .content .content-form-lightbox,
#buscaVoz.lbox .content .content-form-lightbox {
    height: 90%;
}

#fale-conosco.lbox .content .blockFacebookLogin,
#fale-conosco-modal.lbox .content .blockFacebookLogin,
#chatOnline.lbox .content .blockFacebookLogin,
#agendamento.lbox .content .blockFacebookLogin,
#buscaVoz.lbox .content .blockFacebookLogin {
    margin: 0 auto;
    margin-bottom: 20px;
}

#fale-conosco.lbox .content .blockFacebookLogin .title-group,
#fale-conosco-modal.lbox .content .blockFacebookLogin .title-group,
#chatOnline.lbox .content .blockFacebookLogin .title-group,
#agendamento.lbox .content .blockFacebookLogin .title-group,
#buscaVoz.lbox .content .blockFacebookLogin .title-group {
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #111;
    font-weight: 600;
}

#fale-conosco.lbox .content .blockFacebookLogin .btnUsarFacebook,
#fale-conosco-modal.lbox .content .blockFacebookLogin .btnUsarFacebook,
#chatOnline.lbox .content .blockFacebookLogin .btnUsarFacebook,
#agendamento.lbox .content .blockFacebookLogin .btnUsarFacebook,
#buscaVoz.lbox .content .blockFacebookLogin .btnUsarFacebook {
    background: #395390;
    color: #ffffff;
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
}

#fale-conosco.lbox .content .blockFacebookLogin .btnUsarFacebook:before,
#fale-conosco-modal.lbox .content .blockFacebookLogin .btnUsarFacebook:before,
#chatOnline.lbox .content .blockFacebookLogin .btnUsarFacebook:before,
#agendamento.lbox .content .blockFacebookLogin .btnUsarFacebook:before,
#buscaVoz.lbox .content .blockFacebookLogin .btnUsarFacebook:before {
    content: "\f39e";
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    margin: 0 10px 0 0;
    display: inline-block;
}

#fale-conosco.lbox .content .blockFacebookLogin .lineOr,
#fale-conosco-modal.lbox .content .blockFacebookLogin .lineOr,
#chatOnline.lbox .content .blockFacebookLogin .lineOr,
#agendamento.lbox .content .blockFacebookLogin .lineOr,
#buscaVoz.lbox .content .blockFacebookLogin .lineOr {
    font-size: 16px;
    display: block;
    position: relative;
    text-align: center;
    margin: 20px 0 10px;
    color: #888;
}

#fale-conosco.lbox .content .blockFacebookLogin .lineOr:before,
#fale-conosco-modal.lbox .content .blockFacebookLogin .lineOr:before,
#chatOnline.lbox .content .blockFacebookLogin .lineOr:before,
#agendamento.lbox .content .blockFacebookLogin .lineOr:before,
#buscaVoz.lbox .content .blockFacebookLogin .lineOr:before {
    content: "";
    width: calc(50% - 15px);
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #ccc;
}

#fale-conosco.lbox .content .blockFacebookLogin .lineOr:after,
#fale-conosco-modal.lbox .content .blockFacebookLogin .lineOr:after,
#chatOnline.lbox .content .blockFacebookLogin .lineOr:after,
#agendamento.lbox .content .blockFacebookLogin .lineOr:after,
#buscaVoz.lbox .content .blockFacebookLogin .lineOr:after {
    content: "";
    width: calc(50% - 15px);
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #ccc;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos,
#chatOnline.lbox .content .form-group.checkbox.tipos,
#agendamento.lbox .content .form-group.checkbox.tipos,
#buscaVoz.lbox .content .form-group.checkbox.tipos {
    margin-bottom: 20px;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset {
    margin-bottom: 0px;
    width: 100%;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset legend,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset legend,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset legend,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset legend {
    display: block;
    margin: 0 0 20px;
    border: 0;
    font-weight: 600 !important;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #111;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item {
    width: 33.5%;
    display: inline-block;
    margin: 0;
    border: 0;
    margin-left: -1px;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label {
    padding: 10px;
    text-align: center;
    border: 1px solid #38538f;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    position: inherit;
    color: #111 !important;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:first-child label,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:first-child label,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:first-child label,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:first-child label {
    border-radius: 4px 0 0 4px;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:last-child label,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:last-child label,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:last-child label,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item:last-child label {
    border-radius: 0 4px 4px 0;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input {
    display: none;
    position: absolute;
    top: -70px;
}

#fale-conosco.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input:checked+label,
#chatOnline.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input:checked+label,
#agendamento.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input:checked+label,
#buscaVoz.lbox .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item input:checked+label {
    background: #38538f;
    color: #fff !important;
}

#fale-conosco.lbox .content .form-group.checkbox.newsletter input[type="checkbox"],
#fale-conosco-modal.lbox .content .form-group.checkbox.newsletter input[type="checkbox"],
#chatOnline.lbox .content .form-group.checkbox.newsletter input[type="checkbox"],
#agendamento.lbox .content .form-group.checkbox.newsletter input[type="checkbox"],
#buscaVoz.lbox .content .form-group.checkbox.newsletter input[type="checkbox"] {
    display: none;
}

#fale-conosco.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label,
#fale-conosco-modal.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label,
#chatOnline.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label,
#agendamento.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label,
#buscaVoz.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label {
    padding: 0px 0px 0px 30px;
    margin-bottom: 17px;
    position: relative;
    left: 0;
    top: 0;
    float: none;
    display: block;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    line-height: 20px;
}

#fale-conosco.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:after,
#fale-conosco-modal.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:after,
#chatOnline.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:after,
#agendamento.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:after,
#buscaVoz.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:after {
    line-height: 20px;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 1px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #696969;
}

#fale-conosco.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:hover:after,
#fale-conosco-modal.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:hover:after,
#chatOnline.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:hover:after,
#agendamento.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:hover:after,
#buscaVoz.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]+label:hover:after {
    color: #696969;
}

#fale-conosco.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]:checked+label:after,
#fale-conosco-modal.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]:checked+label:after,
#chatOnline.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]:checked+label:after,
#agendamento.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]:checked+label:after,
#buscaVoz.lbox .content .form-group.checkbox.newsletter input[type="checkbox"]:checked+label:after {
    background: #6288d9;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc;
    box-shadow: 0px 0px 0px 1px #cccccc;
}

#fale-conosco.lbox .content .form-group.field,
#fale-conosco-modal.lbox .content .form-group.field,
#chatOnline.lbox .content .form-group.field,
#agendamento.lbox .content .form-group.field,
#buscaVoz.lbox .content .form-group.field {
    position: relative;
}

#fale-conosco.lbox .content .form-group.field label,
#chatOnline.lbox .content .form-group.field label,
#agendamento.lbox .content .form-group.field label,
#buscaVoz.lbox .content .form-group.field label {
    font-size: 13px;
    color: #999;
    position: absolute;
    top: 13px !important;
    left: 16px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    background: transparent;
}

#fale-conosco.lbox .content .form-group.field label span,
#fale-conosco-modal.lbox .content .form-group.field label span,
#chatOnline.lbox .content .form-group.field label span,
#agendamento.lbox .content .form-group.field label span,
#buscaVoz.lbox .content .form-group.field label span {
    color: #999;
    font-size: 13px;
    font-weight: normal;
}

/* #fale-conosco.lbox .content .form-group.field input,
#fale-conosco-modal.lbox .content .form-group.field input,
#chatOnline.lbox .content .form-group.field input,
#agendamento.lbox .content .form-group.field input,
#buscaVoz.lbox .content .form-group.field input,
#fale-conosco.lbox .content .form-group.field textarea,
#fale-conosco-modal.lbox .content .form-group.field textarea,
#chatOnline.lbox .content .form-group.field textarea,
#agendamento.lbox .content .form-group.field textarea,
#buscaVoz.lbox .content .form-group.field textarea {
    background: #f2f2f2;
    border: 1px solid #dadada;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #38538f;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: inherit;
} */

#fale-conosco.lbox .content .form-group.field textarea,
#fale-conosco-modal.lbox .content .form-group.field textarea,
#chatOnline.lbox .content .form-group.field textarea,
#agendamento.lbox .content .form-group.field textarea,
#buscaVoz.lbox .content .form-group.field textarea {
    height: 100px;
}

#fale-conosco.lbox .content .form-group.field input::placeholder,
#fale-conosco-modal.lbox .content .form-group.field input::placeholder,
#chatOnline.lbox .content .form-group.field input::placeholder,
#agendamento.lbox .content .form-group.field input::placeholder,
#buscaVoz.lbox .content .form-group.field input::placeholder,
#fale-conosco.lbox .content .form-group.field textarea::placeholder,
#fale-conosco-modal.lbox .content .form-group.field textarea::placeholder,
#chatOnline.lbox .content .form-group.field textarea::placeholder,
#agendamento.lbox .content .form-group.field textarea::placeholder,
#buscaVoz.lbox .content .form-group.field textarea::placeholder {
    text-transform: initial;
    font-size: 14px;
    color: #999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#fale-conosco.lbox .content .form-group.field.active input,
#fale-conosco-modal.lbox .content .form-group.field.active input,
#chatOnline.lbox .content .form-group.field.active input,
#agendamento.lbox .content .form-group.field.active input,
#buscaVoz.lbox .content .form-group.field.active input,
#fale-conosco.lbox .content .form-group.field.active textarea,
#fale-conosco-modal.lbox .content .form-group.field.active textarea,
#chatOnline.lbox .content .form-group.field.active textarea,
#agendamento.lbox .content .form-group.field.active textarea,
#buscaVoz.lbox .content .form-group.field.active textarea {
    padding: 21px 15px 5px;
}

#fale-conosco.lbox .content .form-group.field.active label,
#fale-conosco-modal.lbox .content .form-group.field.active label,
#chatOnline.lbox .content .form-group.field.active label,
#agendamento.lbox .content .form-group.field.active label,
#buscaVoz.lbox .content .form-group.field.active label {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#fale-conosco.lbox .content .form-group.field.active input::placeholder,
#fale-conosco-modal.lbox .content .form-group.field.active input::placeholder,
#chatOnline.lbox .content .form-group.field.active input::placeholder,
#agendamento.lbox .content .form-group.field.active input::placeholder,
#buscaVoz.lbox .content .form-group.field.active input::placeholder,
#fale-conosco.lbox .content .form-group.field.active textarea::placeholder,
#fale-conosco-modal.lbox .content .form-group.field.active textarea::placeholder,
#chatOnline.lbox .content .form-group.field.active textarea::placeholder,
#agendamento.lbox .content .form-group.field.active textarea::placeholder,
#buscaVoz.lbox .content .form-group.field.active textarea::placeholder {
    color: transparent;
}

#fale-conosco.lbox .content .form-group.select select,
#fale-conosco-modal.lbox .content .form-group.select select,
#chatOnline.lbox .content .form-group.select select,
#agendamento.lbox .content .form-group.select select,
#buscaVoz.lbox .content .form-group.select select {
    background: #f2f2f2;
    border: 1px solid #dadada;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: inherit;
}

#fale-conosco.lbox .content .form-group.submit .form-item,
#fale-conosco-modal.lbox .content .form-group.submit .form-item,
#chatOnline.lbox .content .form-group.submit .form-item,
#agendamento.lbox .content .form-group.submit .form-item,
#buscaVoz.lbox .content .form-group.submit .form-item {
    display: inline-block;
}

#fale-conosco.lbox .content .form-group.submit .form-item.ou,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.ou,
#chatOnline.lbox .content .form-group.submit .form-item.ou,
#agendamento.lbox .content .form-group.submit .form-item.ou,
#buscaVoz.lbox .content .form-group.submit .form-item.ou {
    width: 6.5%;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: -30px;
    left: 3px;
}

#fale-conosco.lbox .content .form-group.submit .form-item.ou span,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.ou span,
#chatOnline.lbox .content .form-group.submit .form-item.ou span,
#agendamento.lbox .content .form-group.submit .form-item.ou span,
#buscaVoz.lbox .content .form-group.submit .form-item.ou span {
    position: relative;
    top: -1px;
}

#fale-conosco.lbox .content .form-group.submit .form-item.ou.loading:after,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.ou.loading:after,
#chatOnline.lbox .content .form-group.submit .form-item.ou.loading:after,
#agendamento.lbox .content .form-group.submit .form-item.ou.loading:after,
#buscaVoz.lbox .content .form-group.submit .form-item.ou.loading:after {
    font: normal normal normal 16px/1 "Font Awesome 5 Free";
    color: #000;
    content: "\f1ce";
    line-height: 16px;
    margin-top: 3px;
    -webkit-animation: move 1s infinite steps(8);
    animation: move 1s infinite steps(8);
    display: inline-block;
    font-weight: 600;
}

#fale-conosco.lbox .content .form-group.submit .form-item.ou.loading span,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.ou.loading span,
#chatOnline.lbox .content .form-group.submit .form-item.ou.loading span,
#agendamento.lbox .content .form-group.submit .form-item.ou.loading span,
#buscaVoz.lbox .content .form-group.submit .form-item.ou.loading span {
    display: none;
}

#fale-conosco.lbox .content .form-group.submit .form-item.whatsapp,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.whatsapp,
#chatOnline.lbox .content .form-group.submit .form-item.whatsapp,
#agendamento.lbox .content .form-group.submit .form-item.whatsapp,
#buscaVoz.lbox .content .form-group.submit .form-item.whatsapp {
    width: 48%;
    margin-top: 0;
    font-size: 15px;
}

#fale-conosco.lbox .content .form-group.submit .form-item.whatsapp button,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.whatsapp button,
#chatOnline.lbox .content .form-group.submit .form-item.whatsapp button,
#agendamento.lbox .content .form-group.submit .form-item.whatsapp button,
#buscaVoz.lbox .content .form-group.submit .form-item.whatsapp button {
    background: #29a71a;
    width: 100%;
    border-radius: 4px;
    text-transform: initial;
    padding: 12px 9px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
}

#fale-conosco.lbox .content .form-group.submit .form-item.whatsapp button span,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.whatsapp button span,
#chatOnline.lbox .content .form-group.submit .form-item.whatsapp button span,
#agendamento.lbox .content .form-group.submit .form-item.whatsapp button span,
#buscaVoz.lbox .content .form-group.submit .form-item.whatsapp button span {
    position: relative;
    top: -3px;
    left: -4px;
}

#fale-conosco.lbox .content .form-group.submit .form-item.whatsapp button span:before,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.whatsapp button span:before,
#chatOnline.lbox .content .form-group.submit .form-item.whatsapp button span:before,
#agendamento.lbox .content .form-group.submit .form-item.whatsapp button span:before,
#buscaVoz.lbox .content .form-group.submit .form-item.whatsapp button span:before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    position: relative;
    top: 3px;
    margin-right: 8px;
    margin-top: 2px;
    margin-left: 5px;
    padding-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

#fale-conosco.lbox .content .form-group.submit .form-item.enviar,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.enviar,
#chatOnline.lbox .content .form-group.submit .form-item.enviar,
#agendamento.lbox .content .form-group.submit .form-item.enviar,
#buscaVoz.lbox .content .form-group.submit .form-item.enviar {
    width: 44%;
    float: right;
    margin-bottom: 10px;
}

#fale-conosco.lbox .content .form-group.submit .form-item.enviar button,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.enviar button,
#chatOnline.lbox .content .form-group.submit .form-item.enviar button,
#agendamento.lbox .content .form-group.submit .form-item.enviar button,
#buscaVoz.lbox .content .form-group.submit .form-item.enviar button {
    width: 100%;
    text-align: center;
    background: #237cd8;
    padding: 15px;
    font-weight: 500;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
}

#fale-conosco.lbox .content .form-group.submit .form-item.enviar button:disabled,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.enviar button:disabled,
#chatOnline.lbox .content .form-group.submit .form-item.enviar button:disabled,
#agendamento.lbox .content .form-group.submit .form-item.enviar button:disabled,
#buscaVoz.lbox .content .form-group.submit .form-item.enviar button:disabled {
    opacity: 0.8;
}

#fale-conosco.lbox .content .form-group.submit .form-item.enviar.loading:after,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.enviar.loading:after,
#chatOnline.lbox .content .form-group.submit .form-item.enviar.loading:after,
#agendamento.lbox .content .form-group.submit .form-item.enviar.loading:after,
#buscaVoz.lbox .content .form-group.submit .form-item.enviar.loading:after {
    font: normal normal normal 16px/1 "Font Awesome 5 Free";
    color: #fff;
    content: "\f1ce";
    line-height: 16px;
    margin-top: 3px;
    margin-left: 7px;
    -webkit-animation: move 1s infinite steps(8);
    animation: move 1s infinite steps(8);
    display: inline-block;
    font-weight: 600;
}

#fale-conosco.lbox .content .form-group.submit .form-item.enviar.loading span,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.enviar.loading span,
#chatOnline.lbox .content .form-group.submit .form-item.enviar.loading span,
#agendamento.lbox .content .form-group.submit .form-item.enviar.loading span,
#buscaVoz.lbox .content .form-group.submit .form-item.enviar.loading span {
    display: none;
}

#fale-conosco.lbox .content .form-group.submit .form-item.enviar.noWhatsApp,
#fale-conosco-modal.lbox .content .form-group.submit .form-item.enviar.noWhatsApp,
#chatOnline.lbox .content .form-group.submit .form-item.enviar.noWhatsApp,
#agendamento.lbox .content .form-group.submit .form-item.enviar.noWhatsApp,
#buscaVoz.lbox .content .form-group.submit .form-item.enviar.noWhatsApp {
    width: 100%;
}

#fale-conosco.lbox .content .form-group.submit button.agendamento,
#fale-conosco-modal.lbox .content .form-group.submit button.agendamento,
#chatOnline.lbox .content .form-group.submit button.agendamento,
#agendamento.lbox .content .form-group.submit button.agendamento,
#buscaVoz.lbox .content .form-group.submit button.agendamento {
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    margin-top: 5%;
    background-color: #1cac00;
    width: 100%;
    border: 0;
    padding: 15px;
    margin-top: 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 19px;
    font-weight: normal;
    font-size: 17px;
    color: #ffffff;
}

#fale-conosco.lbox .content .form-group.submit button.agendamento:hover,
#fale-conosco-modal.lbox .content .form-group.submit button.agendamento:hover,
#chatOnline.lbox .content .form-group.submit button.agendamento:hover,
#agendamento.lbox .content .form-group.submit button.agendamento:hover,
#buscaVoz.lbox .content .form-group.submit button.agendamento:hover,
#fale-conosco.lbox .content .form-group.submit button.agendamento:focus,
#fale-conosco-modal.lbox .content .form-group.submit button.agendamento:focus,
#chatOnline.lbox .content .form-group.submit button.agendamento:focus,
#agendamento.lbox .content .form-group.submit button.agendamento:focus,
#buscaVoz.lbox .content .form-group.submit button.agendamento:focus,
#fale-conosco.lbox .content .form-group.submit button.agendamento:active,
#fale-conosco-modal.lbox .content .form-group.submit button.agendamento:active,
#chatOnline.lbox .content .form-group.submit button.agendamento:active,
#agendamento.lbox .content .form-group.submit button.agendamento:active,
#buscaVoz.lbox .content .form-group.submit button.agendamento:active {
    background: #189300;
}

#fale-conosco.lbox .content .form-group.form-type-textarea,
#fale-conosco-modal.lbox .content .form-group.form-type-textarea,
#chatOnline.lbox .content .form-group.form-type-textarea,
#agendamento.lbox .content .form-group.form-type-textarea,
#buscaVoz.lbox .content .form-group.form-type-textarea {
    background: #fff;
    height: inherit;
    padding: 0;
}

#fale-conosco.lbox .content .form-group.has-error input,
#fale-conosco-modal.lbox .content .form-group.has-error input,
#chatOnline.lbox .content .form-group.has-error input,
#agendamento.lbox .content .form-group.has-error input,
#buscaVoz.lbox .content .form-group.has-error input,
#fale-conosco.lbox .content .form-group.has-error fieldset label,
#fale-conosco-modal.lbox .content .form-group.has-error fieldset label,
#chatOnline.lbox .content .form-group.has-error fieldset label,
#agendamento.lbox .content .form-group.has-error fieldset label,
#buscaVoz.lbox .content .form-group.has-error fieldset label {
    border: 1px solid #FF5B5A !important;
    background: #fffafa;
}

#fale-conosco.lbox .content .form-group .msgerro,
#fale-conosco-modal.lbox .content .form-group .msgerro,
#chatOnline.lbox .content .form-group .msgerro,
#agendamento.lbox .content .form-group .msgerro,
#buscaVoz.lbox .content .form-group .msgerro {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #ff5b5b;
    text-transform: lowercase;
    background: transparent;
    position: inherit;
    margin-top: -8px;
}

#fale-conosco.lbox .content .form-group .msgerro:before,
#fale-conosco-modal.lbox .content .form-group .msgerro:before,
#chatOnline.lbox .content .form-group .msgerro:before,
#agendamento.lbox .content .form-group .msgerro:before,
#buscaVoz.lbox .content .form-group .msgerro:before {
    display: none;
}

#fale-conosco.lbox .content .support-contant,
#fale-conosco-modal.lbox .content .support-contant,
#chatOnline.lbox .content .support-contant,
#agendamento.lbox .content .support-contant,
#buscaVoz.lbox .content .support-contant {
    clear: both;
}

#fale-conosco.lbox .content .support-contant .lineOr,
#fale-conosco-modal.lbox .content .support-contant .lineOr,
#chatOnline.lbox .content .support-contant .lineOr,
#agendamento.lbox .content .support-contant .lineOr,
#buscaVoz.lbox .content .support-contant .lineOr {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #888;
    display: block;
    position: relative;
    text-align: center;
    margin: 10px 0;
}

#fale-conosco.lbox .content .support-contant .lineOr:before,
#fale-conosco-modal.lbox .content .support-contant .lineOr:before,
#chatOnline.lbox .content .support-contant .lineOr:before,
#agendamento.lbox .content .support-contant .lineOr:before,
#buscaVoz.lbox .content .support-contant .lineOr:before {
    content: "";
    width: calc(50% - 80px);
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    background: #ccc;
}

#fale-conosco.lbox .content .support-contant .lineOr:after,
#fale-conosco-modal.lbox .content .support-contant .lineOr:after,
#chatOnline.lbox .content .support-contant .lineOr:after,
#agendamento.lbox .content .support-contant .lineOr:after,
#buscaVoz.lbox .content .support-contant .lineOr:after {
    content: "";
    width: calc(50% - 80px);
    height: 1px;
    top: 50%;
    right: 0;
    position: absolute;
    background: #ccc;
}

#fale-conosco.lbox .content .support-contant ul,
#fale-conosco-modal.lbox .content .support-contant ul,
#chatOnline.lbox .content .support-contant ul,
#agendamento.lbox .content .support-contant ul,
#buscaVoz.lbox .content .support-contant ul {
    margin-top: 20px;
}

#fale-conosco.lbox .content .support-contant ul li,
#fale-conosco-modal.lbox .content .support-contant ul li,
#chatOnline.lbox .content .support-contant ul li,
#agendamento.lbox .content .support-contant ul li,
#buscaVoz.lbox .content .support-contant ul li {
    width: 32%;
    display: inline-block;
    text-align: left;
    position: relative;
}

#fale-conosco.lbox .content .support-contant ul li .icon,
#fale-conosco-modal.lbox .content .support-contant ul li .icon,
#chatOnline.lbox .content .support-contant ul li .icon,
#agendamento.lbox .content .support-contant ul li .icon,
#buscaVoz.lbox .content .support-contant ul li .icon {
    float: left;
    width: 30px;
    color: #38538f;
    position: absolute;
    top: 13px;
    left: 4px;
}

#fale-conosco.lbox .content .support-contant ul li .icon:before,
#fale-conosco-modal.lbox .content .support-contant ul li .icon:before,
#chatOnline.lbox .content .support-contant ul li .icon:before,
#agendamento.lbox .content .support-contant ul li .icon:before,
#buscaVoz.lbox .content .support-contant ul li .icon:before {
    content: "\f095";
    font: normal normal normal 18px/1 "Font Awesome 5 Free";
    color: #38538f;
    line-height: 18px;
    font-weight: 600;
}

#fale-conosco.lbox .content .support-contant ul li p,
#fale-conosco-modal.lbox .content .support-contant ul li p,
#chatOnline.lbox .content .support-contant ul li p,
#agendamento.lbox .content .support-contant ul li p,
#buscaVoz.lbox .content .support-contant ul li p {
    width: calc(100% - 30px);
    float: right;
    display: block;
}

#fale-conosco.lbox .content .support-contant ul li p span:first-child,
#fale-conosco-modal.lbox .content .support-contant ul li p span:first-child,
#chatOnline.lbox .content .support-contant ul li p span:first-child,
#agendamento.lbox .content .support-contant ul li p span:first-child,
#buscaVoz.lbox .content .support-contant ul li p span:first-child {
    color: #888;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding-left: 0;
    display: block;
}

#fale-conosco.lbox .content .support-contant ul li p span:last-child,
#fale-conosco-modal.lbox .content .support-contant ul li p span:last-child,
#chatOnline.lbox .content .support-contant ul li p span:last-child,
#agendamento.lbox .content .support-contant ul li p span:last-child,
#buscaVoz.lbox .content .support-contant ul li p span:last-child {
    font-size: 16px;
    font-weight: 600;
    color: #38538f;
}

#fale-conosco.lbox .content .g-recaptcha,
#fale-conosco-modal.lbox .content .g-recaptcha,
#chatOnline.lbox .content .g-recaptcha,
#agendamento.lbox .content .g-recaptcha,
#buscaVoz.lbox .content .g-recaptcha,
#fale-conosco.lbox .content .reCaptcha,
#fale-conosco-modal.lbox .content .reCaptcha,
#chatOnline.lbox .content .reCaptcha,
#agendamento.lbox .content .reCaptcha,
#buscaVoz.lbox .content .reCaptcha {
    float: left;
    position: relative;
}

#fale-conosco.lbox .content .g-recaptcha.error>div,
#fale-conosco-modal.lbox .content .g-recaptcha.error>div,
#chatOnline.lbox .content .g-recaptcha.error>div,
#agendamento.lbox .content .g-recaptcha.error>div,
#buscaVoz.lbox .content .g-recaptcha.error>div,
#fale-conosco.lbox .content .reCaptcha.error>div,
#fale-conosco-modal.lbox .content .reCaptcha.error>div,
#chatOnline.lbox .content .reCaptcha.error>div,
#agendamento.lbox .content .reCaptcha.error>div,
#buscaVoz.lbox .content .reCaptcha.error>div {
    border: 1px solid #ff5b5b;
    border-radius: 3px;
}

#fale-conosco.lbox .content .captchaMsg,
#fale-conosco-modal.lbox .content .captchaMsg,
#chatOnline.lbox .content .captchaMsg,
#agendamento.lbox .content .captchaMsg,
#buscaVoz.lbox .content .captchaMsg {
    color: #ff5b5b;
    font-size: 12px;
    text-align: center;
    clear: both;
    margin-bottom: 17px;
}

#fale-conosco.lbox .content .contatoWhatsapp,
#fale-conosco-modal.lbox .content .contatoWhatsapp,
#chatOnline.lbox .content .contatoWhatsapp,
#agendamento.lbox .content .contatoWhatsapp,
#buscaVoz.lbox .content .contatoWhatsapp,
#fale-conosco.lbox .content .alert,
#fale-conosco-modal.lbox .content .alert,
#chatOnline.lbox .content .alert,
#agendamento.lbox .content .alert,
#buscaVoz.lbox .content .alert {
    display: none;
}

#fale-conosco.lbox.nHome .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label,
#fale-conosco-modal.lbox.nHome .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label,
#chatOnline.lbox.nHome .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label,
#agendamento.lbox.nHome .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label,
#buscaVoz.lbox.nHome .content .form-group.checkbox.tipos fieldset .fieldset-wrapper .form-item label {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    display: block;
}

#agendamento.lbox .content-form-lightbox,
#buscaVoz.lbox .content-form-lightbox {
    display: flex;
    margin-bottom: 30px;
}

#fale-conosco.lbox .content-form-lightbox .busca-audio-result,
#fale-conosco-modal.lbox .content-form-lightbox .busca-audio-result,
#chatOnline.lbox .content-form-lightbox .busca-audio-result,
#agendamento.lbox .content-form-lightbox .busca-audio-result,
#buscaVoz.lbox .content-form-lightbox .busca-audio-result {
    font-size: 28px;
    margin-bottom: 20px;
    width: calc(100% - 80px);
    margin-right: 10px;
    font-weight: bold;
    text-align: center;
}

#fale-conosco.lbox .content-form-lightbox .div-microphone,
#fale-conosco-modal.lbox .content-form-lightbox .div-microphone,
#chatOnline.lbox .content-form-lightbox .div-microphone,
#agendamento.lbox .content-form-lightbox .div-microphone,
#buscaVoz.lbox .content-form-lightbox .div-microphone {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    -webkit-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    -moz-box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    font-size: 35px;
    animation: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    background: #fff;
    text-align: center;
    color: #696969;
}

#fale-conosco.lbox .content-form-lightbox .div-microphone.speaking,
#fale-conosco-modal.lbox .content-form-lightbox .div-microphone.speaking,
#chatOnline.lbox .content-form-lightbox .div-microphone.speaking,
#agendamento.lbox .content-form-lightbox .div-microphone.speaking,
#buscaVoz.lbox .content-form-lightbox .div-microphone.speaking {
    color: #2daa24;
    animation: shadow-pulse 1s infinite;
    pointer-events: none;
}

#fale-conosco.lbox .content-form-lightbox .sr-only,
#fale-conosco-modal.lbox .content-form-lightbox .sr-only,
#chatOnline.lbox .content-form-lightbox .sr-only,
#agendamento.lbox .content-form-lightbox .sr-only,
#buscaVoz.lbox .content-form-lightbox .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

#fale-conosco.lbox .content-form-lightbox .sr-only-focusable:active,
#fale-conosco-modal.lbox .content-form-lightbox .sr-only-focusable:active,
#chatOnline.lbox .content-form-lightbox .sr-only-focusable:active,
#agendamento.lbox .content-form-lightbox .sr-only-focusable:active,
#buscaVoz.lbox .content-form-lightbox .sr-only-focusable:active,
#fale-conosco.lbox .content-form-lightbox .sr-only-focusable:focus,
#fale-conosco-modal.lbox .content-form-lightbox .sr-only-focusable:focus,
#chatOnline.lbox .content-form-lightbox .sr-only-focusable:focus,
#agendamento.lbox .content-form-lightbox .sr-only-focusable:focus,
#buscaVoz.lbox .content-form-lightbox .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

#fale-conosco.lbox .content-form-lightbox .spinner-border,
#fale-conosco-modal.lbox .content-form-lightbox .spinner-border,
#chatOnline.lbox .content-form-lightbox .spinner-border,
#agendamento.lbox .content-form-lightbox .spinner-border,
#buscaVoz.lbox .content-form-lightbox .spinner-border {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    vertical-align: text-bottom;
    border: 0.25em solid #696969;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

#fale-conosco.lbox .div-alert-ios,
#fale-conosco-modal.lbox .div-alert-ios,
#chatOnline.lbox .div-alert-ios,
#agendamento.lbox .div-alert-ios,
#buscaVoz.lbox .div-alert-ios {
    display: none;
}

@supports (-webkit-overflow-scrolling: touch) {

    #fale-conosco.lbox,
    #fale-conosco-modal.lbox,
    #chatOnline.lbox,
    #agendamento.lbox,
    #buscaVoz.lbox {
         CSS specific to iOS devices 
    }

    #fale-conosco.lbox .div-alert-ios,
    #fale-conosco-modal.lbox .div-alert-ios,
    #chatOnline.lbox .div-alert-ios,
    #agendamento.lbox .div-alert-ios,
    #buscaVoz.lbox .div-alert-ios {
        display: block;
    }
}

@media only screen and (max-width: 640px) {

    #fale-conosco.lbox,
    #fale-conosco-modal.lbox,
    #chatOnline.lbox,
    #agendamento.lbox,
    #buscaVoz.lbox {
        padding: 10px;
    }

    #fale-conosco.lbox form .col-xs-12,
    #fale-conosco-modal.lbox form .col-xs-12,
    #chatOnline.lbox form .col-xs-12,
    #agendamento.lbox form .col-xs-12,
    #buscaVoz.lbox form .col-xs-12 {
        padding: 0;
    }

    #fale-conosco.lbox form .tipos label,
    #fale-conosco-modal.lbox form .tipos label,
    #chatOnline.lbox form .tipos label,
    #agendamento.lbox form .tipos label,
    #buscaVoz.lbox form .tipos label {
        padding: 8px !important;
        font-size: 12px !important;
    }

    #fale-conosco.lbox form .submit .form-item,
    #fale-conosco-modal.lbox form .submit .form-item,
    #chatOnline.lbox form .submit .form-item,
    #agendamento.lbox form .submit .form-item,
    #buscaVoz.lbox form .submit .form-item {
        width: 100% !important;
        top: inherit !important;
    }

    #fale-conosco.lbox form .submit .form-item.ou,
    #fale-conosco-modal.lbox form .submit .form-item.ou,
    #chatOnline.lbox form .submit .form-item.ou,
    #agendamento.lbox form .submit .form-item.ou,
    #buscaVoz.lbox form .submit .form-item.ou {
        top: -6px !important;
    }

    #fale-conosco.lbox form .submit .form-item.enviar,
    #fale-conosco-modal.lbox form .submit .form-item.enviar,
    #chatOnline.lbox form .submit .form-item.enviar,
    #agendamento.lbox form .submit .form-item.enviar,
    #buscaVoz.lbox form .submit .form-item.enviar {
        margin-bottom: 20px;
    }

    #fale-conosco.lbox form #contato_telefones ul,
    #fale-conosco-modal.lbox form #contato_telefones ul,
    #chatOnline.lbox form #contato_telefones ul,
    #agendamento.lbox form #contato_telefones ul,
    #buscaVoz.lbox form #contato_telefones ul {
        margin-top: 0;
    }

    #fale-conosco.lbox form #contato_telefones ul li,
    #fale-conosco-modal.lbox form #contato_telefones ul li,
    #chatOnline.lbox form #contato_telefones ul li,
    #agendamento.lbox form #contato_telefones ul li,
    #buscaVoz.lbox form #contato_telefones ul li {
        max-width: 150px;
        margin: 20px auto;
        width: 100%;
        height: 10px;
    }
}

@media only screen and (max-width: 340px) {

    #fale-conosco.lbox .g-recaptcha,
    #fale-conosco-modal.lbox .g-recaptcha,
    #chatOnline.lbox .g-recaptcha,
    #agendamento.lbox .g-recaptcha,
    #buscaVoz.lbox .g-recaptcha,
    #fale-conosco.lbox .reCaptcha,
    #fale-conosco-modal.lbox .reCaptcha,
    #chatOnline.lbox .reCaptcha,
    #agendamento.lbox .reCaptcha,
    #buscaVoz.lbox .reCaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        left: calc(50% - 129px) !important;
    }
}

#chatOnline.lbox .content {
    
}

#buscaVoz.lbox .content {
    max-width: 760px;
}

#buscaVoz.lbox .content .headers {
    width: calc(100% - 60px);
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 35px transparent;
    }
}

.gm-style .gm-style-iw {
    left: 10px !important;
    top: 10px !important;
    width: 300px !important;
}

.popMap {
    width: 300px;
    background: #ffffff;
    position: relative;
    min-height: 80px;
}

.popMap .image {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f1f1;
}

.popMap .informacoes {
    padding: 0 0 0 90px;
    min-height: 102px;
}

.popMap .informacoes h2 {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    font-weight: 600;
}

.popMap .informacoes .caracteristicas {
    padding: 10px 0 0 0;
}

.popMap .informacoes .caracteristicas ul {
    float: none;
}

.popMap .informacoes .caracteristicas ul li {
    padding: 0 10px;
}

.popMap .informacoes .caracteristicas ul li:first-child {
    padding-left: 0;
}

.popMap .informacoes .caracteristicas ul li:last-child {
    padding-right: 0;
}

.popMap .informacoes .caracteristicas ul li:before {
    background: #ccc;
}

.popMap .informacoes .caracteristicas ul li>span.icon:before {
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    color: #696969;
    line-height: 14px;
    font-weight: bold;
}

.popMap .informacoes .caracteristicas ul li>span.numero {
    font-family: 'Ubuntu', sans-serif;
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    color: #696969;
    min-width: 22px;
}

.popMap .informacoes .caracteristicas ul li>span.nome {
    font-family: 'Ubuntu', sans-serif;
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    color: #696969;
    font-weight: 300;
}

.popMap .informacoes .caracteristicas ul li>span>span {
    display: inline;
}

.popMap p.codReferencia {
    position: absolute;
    background: #6288d9;
    float: left;
    width: 80px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    padding: 4px;
    margin: 0 0 4px 0;
    text-align: center;
    top: 80px;
    left: 0;
}

.popMap .bottom {
    position: relative;
    padding: 0;
    margin: 0 0 10px 0;
}

.popMap .bottom p {
    margin: 0;
    margin: 2px 0;
}

.popMap .bottom p.preco {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #6288d9;
    font-weight: 700;
    clear: both;
}

.popMap .bottom p.iptu {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #6288d9;
    clear: both;
}

.popMap .bottom p.condominio {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #6288d9;
    clear: both;
}

.popMap a.btnDetalhe:link,
.popMap a.btnDetalhe:visited {
    float: left;
    display: block;
    padding: 8px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #2daa24;
    line-height: 12px;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #2daa24;
    text-decoration: none;
    text-align: center;
    width: calc(100% / 3 - 4px);
    margin: 0 4px 0 0;
}

.popMap a.btnContatar:link,
.popMap a.btnContatar:visited {
    display: block;
    padding: 10px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    line-height: 12px;
    background: #2daa24;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 66px;
    text-decoration: none;
    text-align: center;
    float: left;
    width: calc(100% / 3 - 4px);
    margin: 0 4px 0 0;
}

.popMap a.btnChat:link,
.popMap a.btnChat:visited {
    display: block;
    padding: 9px 7px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    line-height: 14px;
    background: #6288d9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    text-align: center;
    float: left;
    width: calc(100% / 3);
}

.popMap a.btnChat:link:before,
.popMap a.btnChat:visited:before {
    content: "\f086";
    font: normal normal normal 12px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 12px;
    font-weight: 600;
    margin: 0 5px 0 0;
}

@media only screen and (max-width: 374px) {
    .popMap {
        width: 260px;
    }

    .popMap a.btnDetalhe:link,
    .popMap a.btnDetalhe:visited {
        font-family: 'Ubuntu', sans-serif;
        line-height: 12px;
        font-weight: normal;
        font-size: 10px;
        color: #2daa24;
    }

    .popMap a.btnContatar:link,
    .popMap a.btnContatar:visited {
        font-family: 'Ubuntu', sans-serif;
        line-height: 12px;
        font-weight: normal;
        font-size: 10px;
        color: #ffffff;
    }

    .popMap a.btnChat:link,
    .popMap a.btnChat:visited {
        font-family: 'Ubuntu', sans-serif;
        line-height: 12px;
        font-weight: normal;
        font-size: 10px;
        color: #ffffff;
    }
}


.table::-webkit-scrollbar-track {
    background: #ffffff;
}

.table::-webkit-scrollbar {
    height: 5px;
    background: #6288d9;
}

.table::-webkit-scrollbar-thumb {
    background-color: #6288d9;
}

.table {
    scrollbar-face-color: #6288d9;
    scrollbar-track-color: #ffffff;
}

.banner {
    position: relative;
}

.banner .botoes {
    display: block;
    position: absolute;
    top: 10px;
    left: 145px;
    z-index: 10;
}

.banner .botoes .tour360 {
    float: left;
    margin-right: 15px;
}

.banner .botoes a.verVideo,
.banner .botoes a.ver360 {
    display: inline-block;
    padding: 12px;
    z-index: 10;
    background: #122449;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: 1s 0.25s ease-in-out;
    -webkit-transition: 1s 0.25s ease-in-out;
    -o-transition: 1s 0.25s ease-in-out;
    transition: 1s 0.25s ease-in-out;
}

.banner .botoes a.verVideo:link,
.banner .botoes a.ver360:link,
.banner .botoes a.verVideo:visited,
.banner .botoes a.ver360:visited {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}

.banner .botoes a.verVideo:link span,
.banner .botoes a.ver360:link span,
.banner .botoes a.verVideo:visited span,
.banner .botoes a.ver360:visited span {
    font-weight: 600;
}

.banner .botoes a.verVideo.active,
.banner .botoes a.ver360.active {
    background: #2daa24;
}

.banner .botoes a.verVideo:before {
    content: "\f04b";
    font: normal normal normal 15px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 15px;
    line-height: 24px;
    font-weight: 600;
    border: 3px solid #ffffff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 6px 6px 8px;
    margin-right: 10px;
}

.banner .botoes a.ver360:before {
    content: "\f2f1";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 20px;
    line-height: 24px;
    font-weight: 600;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 6px 6px 8px;
    margin-right: 5px;
}

.banner span.cod {
    display: block;
    position: absolute;
    padding: 15px;
    background: #151515;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    top: 10px;
    left: 10px;
    z-index: 10;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.banner span.cod.left {
    left: 10px;
}

.banner .boxCount {
    display: block;
    padding: 15px 50px 15px 15px;
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    top: 10px;
    right: 10px;
    z-index: 1;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.banner .boxCount a.maximize:link,
.banner .boxCount a.maximize:visited {
    display: inline-block;
    margin: 0 0 0 10px;
}

.banner .boxCount a.maximize:link span,
.banner .boxCount a.maximize:visited span {
    display: none;
}

.banner .boxCount a.maximize:link:after,
.banner .boxCount a.maximize:visited:after {
    content: "\f065";
    font: normal normal normal 18px/1 "Font Awesome 5 Free";
    color: #000000;
    line-height: 18px;
    font-weight: 600;
    line-height: 24px;
    top: 12px;
    right: 15px;
    height: 24px;
    width: 24px;
    text-align: center;
}

.banner .carrossel {
    width: 100%;
    position: relative;
    text-align: center;
    background: #f2f2f2;
}

.banner .carrossel .item {
    float: left;
    width: 100%;
}

.banner .carrossel .item .lazyImg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.banner .carrossel .item .lazyImg img.lazy {
    margin: 0 auto;
}

.banner .carrossel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.banner .carrossel .owl-stage-outer .owl-stage .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
}

.banner .carrossel .owl-nav button {
    width: 62px;
    height: 62px;
    border: 6px solid #ffffff;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 31px);
    background: rgba(0, 0, 0, 0.7);
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.banner .carrossel .owl-nav button:before {
    font: normal normal normal 24px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 24px;
    font-weight: 600;
}

.banner .carrossel .owl-nav button span {
    display: none;
}

.banner .carrossel .owl-nav button.disabled {
    background: rgba(0, 0, 0, 0.3);
}

.banner .carrossel .owl-nav .owl-prev {
    left: 10px;
}

.banner .carrossel .owl-nav .owl-prev:before {
    content: "\f053";
}

.banner .carrossel .owl-nav .owl-next {
    right: 10px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.banner .carrossel .owl-nav .owl-next:before {
    content: "\f054";
}

.banner .boxVideo,
.banner .boxTour360 {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: 1s 0.25s ease-in-out;
    -webkit-transition: 1s 0.25s ease-in-out;
    -o-transition: 1s 0.25s ease-in-out;
    transition: 1s 0.25s ease-in-out;
}

.banner .boxVideo.active,
.banner .boxTour360.active {
    z-index: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.banner .lightbox {
    display: none;
}

.banner .permuta {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 75px;
    height: 75px;
    background: #2daa24;
    border: 2px solid #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px #2daa24;
    -moz-box-shadow: 0 0 0 2px #2daa24;
    box-shadow: 0 0 0 2px #2daa24;
    text-align: center;
    text-transform: uppercase;
    padding-top: 33px;
    line-height: 11px;
    font-weight: 600;
}

.banner .permuta:before {
    content: "\f2f1";
    font: normal normal normal 19px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 19px;
    font-weight: 600;
    position: absolute;
    top: 8px;
    left: 26px;
}

.banner .mcmv {
    position: absolute;
    width: 90px;
    height: 90px;
    bottom: 10px;
    left: 10px;
    text-indent: -9999px;
    background-position: contain;
    background-size: contain;
    background-repeat: no-repeat;
}

.banner .faixaCampanha {
    position: absolute;
    top: 70px;
    background: #122449;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
}

.banner .faixaCampanha span {
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    border-right: 10px solid transparent;
    border-top: 15px solid;
    border-left: 10px solid;
    border-bottom: 15px solid;
    background: transparent;
}

.banner .faixaCampanha:before {
    width: calc(100% + 18px);
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    -webkit-box-shadow: 2px 2px 2px 0 #000000;
    -moz-box-shadow: 2px 2px 2px 0 #000000;
    box-shadow: 2px 2px 2px 0 #000000;
}

@media only screen and (max-width: 767px) {

    .banner a.verVideo,
    .banner a.ver360 {
        top: auto;
        bottom: 2px;
        left: 0;
        width: 100%;
    }

    .banner span.cod {
        left: 5px !important;
        top: 5px;
        padding: 10px;
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #ffffff;
    }

    .banner .boxCount {
        padding: 10px 35px 10px 10px;
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #000000;
        top: 5px;
        right: 5px;
        text-align: right;
        padding: 0 10px 0 0;
    }

    .banner .boxCount a.maximize:link,
    .banner .boxCount a.maximize:visited {
        display: inline-block;
        margin: 0 0 0 5px;
    }

    .banner .boxCount a.maximize:link span,
    .banner .boxCount a.maximize:visited span {
        display: none;
    }

    .banner .boxCount a.maximize:link:after,
    .banner .boxCount a.maximize:visited:after {
        content: "\f065";
        font: normal normal normal 16px/1 "Font Awesome 5 Free";
        color: #000000;
        line-height: 16px;
        font-weight: 600;
        line-height: 24px;
        top: 6px;
        right: 6px;
        height: 24px;
        width: 24px;
        text-align: center;
    }

    .banner .carrossel .owl-nav .owl-next,
    .banner .carrossel .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        border: 3px solid #ffffff;
        top: 50%;
    }

    .banner .carrossel .owl-nav .owl-next:before,
    .banner .carrossel .owl-nav .owl-prev:before {
        font: normal normal normal 20px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 20px;
        font-weight: 600;
        line-height: 35px;
    }

    .banner .permuta {
        bottom: 20px;
    }

    .banner .faixaCampanha {
        top: 50px;
    }
}

@media only screen and (max-width: 460px) {
    .banner .faixaCampanha {
        top: 10px;
    }

    .banner .mcmv {
        width: 70px;
        height: 70px;
        bottom: 5px;
        left: 5px;
    }
}

@media only screen and (max-width: 400px) {
    .banner .permuta {
        bottom: 50px;
        height: 55px;
        width: 55px;
        font-size: 8px;
        line-height: 8px;
        padding-top: 22px;
    }

    .banner .permuta:before {
        top: 2px;
        left: 20px;
        font-size: 12px;
    }
}

.banner .lazyImg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
}

.banner .lazyImg img.lazy {
    margin: 0 auto;
}

.fixedBottom {
    position: absolute;
    top: inherit;
    bottom: 770px;
    right: 0;
}

.fixedBottom .fixedMenuD {
    position: inherit !important;
    top: inherit !important;
    z-index: inherit !important;
}

#boxMaisInformacoes {
    background: #172d5d;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#boxMaisInformacoes.fixedMenuD {
    position: fixed;
    top: 150px;
    z-index: 90;
}

#boxMaisInformacoes .btnUsarFacebook:link,
#boxMaisInformacoes .btnUsarFacebook:visited {
    background: #395390;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    display: block;
    padding: 8px 15px 8px 60px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    text-decoration: none;
}

#boxMaisInformacoes .btnUsarFacebook:link:before,
#boxMaisInformacoes .btnUsarFacebook:visited:before {
    content: "\f39e";
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    position: absolute;
    top: 6px;
    left: 0;
    width: 45px;
    text-align: center;
    display: block;
    border-right: 1px solid #4d659b;
}

#boxMaisInformacoes .btnUsarFacebook:link span,
#boxMaisInformacoes .btnUsarFacebook:visited span {
    font-weight: 600;
}

#boxMaisInformacoes .ou,
#boxMaisInformacoes .converse {
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    position: relative;
    padding: 4px;
    height: 30px;
}

#boxMaisInformacoes .ou:before,
#boxMaisInformacoes .converse:before {
    content: "";
    display: block;
    height: 1px;
    width: calc(50% - 20px);
    position: absolute;
    background: #2f426e;
    top: 50%;
    left: 0;
}

#boxMaisInformacoes .ou:after,
#boxMaisInformacoes .converse:after {
    content: "";
    display: block;
    height: 1px;
    width: calc(50% - 20px);
    position: absolute;
    top: 50%;
    background: #2f426e;
    right: 0;
}

#boxMaisInformacoes .ou.loading .text,
#boxMaisInformacoes .converse.loading .text {
    display: none;
}

#boxMaisInformacoes .ou.loading .icon:after,
#boxMaisInformacoes .converse.loading .icon:after {
    font: normal normal normal 16px/1 "Font Awesome 5 Free";
    color: #fff;
    content: "\f1ce";
    line-height: 16px;
    margin-top: 3px;
    -webkit-animation: move 1s infinite steps(8);
    animation: move 1s infinite steps(8);
    display: inline-block;
    font-weight: 600;
}

#boxMaisInformacoes .ou.converse:before,
#boxMaisInformacoes .converse.converse:before,
#boxMaisInformacoes .ou.converse:after,
#boxMaisInformacoes .converse.converse:after {
    width: calc(50% - 55px);
}

#boxMaisInformacoes h3 {
    padding: 8px 20px;
    margin: 0;
}

#boxMaisInformacoes h3 a:link,
#boxMaisInformacoes h3 a:visited {
    font-family: 'Ubuntu', sans-serif;
    line-height: 21px;
    font-weight: normal;
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
}

#boxMaisInformacoes h3:before {
    content: "\f095";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #2daa24;
    line-height: 20px;
    font-weight: 600;
    margin: 0 10px 0 0;
    -webkit-transform: rotate(90deg);
     Safari 
    -o-transform: rotate(90deg);
     Opera 
    -moz-transform: rotate(90deg);
     Firefox 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
     Internet Explorer 
    display: inline-block;
}

#boxMaisInformacoes h2 {
    background: #112145;
    margin: 0;
    padding: 10px 20px 14px 50px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
}

#boxMaisInformacoes h2:before {
    content: "\f0e0";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #2daa24;
    line-height: 20px;
    font-weight: 600;
    margin: 0 10px 0 0;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    left: 20px;
}

#boxMaisInformacoes h2:after {
    content: "\f0de";
    font: normal normal normal 36px/1 "Font Awesome 5 Free";
    color: #172d5d;
    line-height: 36px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 20px;
    display: block;
    height: 12px;
    width: 20px;
}

#boxMaisInformacoes h2 span {
    display: block;
    font-family: 'Ubuntu', sans-serif;
    line-height: 26px;
    font-weight: normal;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}

#boxMaisInformacoes .boxForm {
    padding: 10px;
}

#boxMaisInformacoes .boxForm form .form-group {
    margin: 0 0 5px 0;
}

#boxMaisInformacoes .boxForm form .form-group .converse {
    margin-top: -10px;
    margin-bottom: 5px;
}

#boxMaisInformacoes .boxForm form .form-group .ou {
    padding: 8px;
    height: 36px;
    width: 16%;
    float: left;
    text-align: center;
    font-weight: lighter;
}

#boxMaisInformacoes .boxForm form .form-group input[type="text"],
#boxMaisInformacoes .boxForm form .form-group input[type="email"],
#boxMaisInformacoes .boxForm form .form-group textarea {
    height: 38px;
    border: 1px solid #253967;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 16px 16px 6px 16px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #112145;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#boxMaisInformacoes .boxForm form .form-group input[type="text"]:focus+label,
#boxMaisInformacoes .boxForm form .form-group input[type="email"]:focus+label,
#boxMaisInformacoes .boxForm form .form-group textarea:focus+label,
#boxMaisInformacoes .boxForm form .form-group input[type="text"].notEmpty+label,
#boxMaisInformacoes .boxForm form .form-group input[type="email"].notEmpty+label,
#boxMaisInformacoes .boxForm form .form-group textarea.notEmpty+label {
    top: 14px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    color: #6288d9;
    left: 17px;
    background: transparent;
}

#boxMaisInformacoes .boxForm form .form-group input[type="text"]:focus+label span,
#boxMaisInformacoes .boxForm form .form-group input[type="email"]:focus+label span,
#boxMaisInformacoes .boxForm form .form-group textarea:focus+label span,
#boxMaisInformacoes .boxForm form .form-group input[type="text"].notEmpty+label span,
#boxMaisInformacoes .boxForm form .form-group input[type="email"].notEmpty+label span,
#boxMaisInformacoes .boxForm form .form-group textarea.notEmpty+label span {
    font-size: 0;
    line-height: 0;
    display: none;
}

#boxMaisInformacoes .boxForm form .form-group input[type="text"]:focus,
#boxMaisInformacoes .boxForm form .form-group input[type="email"]:focus,
#boxMaisInformacoes .boxForm form .form-group textarea:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#boxMaisInformacoes .boxForm form .form-group textarea {
    height: 70px;
    min-height: 70px;
    max-width: 100%;
    min-width: 100%;
}

#boxMaisInformacoes .boxForm form .form-group label {
    position: absolute;
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #6288d9;
    margin: 0;
    top: 20px;
    margin-top: -9px;
    left: 20px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#boxMaisInformacoes .boxForm form .form-group label span {
    color: #b51212;
    font-size: 26px;
    line-height: 22px;
    font-weight: 600;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#boxMaisInformacoes .boxForm form .form-group .count {
    position: absolute;
    bottom: 1px;
    right: 16px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #acacac;
}

#boxMaisInformacoes .boxForm form .form-group button {
    padding: 10px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    display: block;
    background: #2daa24;
    width: 100%;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}

#boxMaisInformacoes .boxForm form .form-group button span {
    font-weight: 400;
}

#boxMaisInformacoes .boxForm form .form-group button.whatsapp {
    float: left;
    width: 46%;
    padding: 10px 10px 10px 30px;
}

#boxMaisInformacoes .boxForm form .form-group button.whatsapp:before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 20px;
    line-height: 22px;
    position: absolute;
    top: 5px;
    left: 12px;
    padding-right: 10px;
}

#boxMaisInformacoes .boxForm form .form-group button.email {
    background: #6288d9;
}

#boxMaisInformacoes .boxForm form .form-group button.email.inline {
    width: 38%;
    float: left;
    padding: 10px 10px 10px 27px;
}

#boxMaisInformacoes .boxForm form .form-group button.email.inline:before {
    content: "\f0e0";
    font: normal normal normal 19px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 19px;
    position: absolute;
    top: 7px;
    left: 11px;
    padding-right: 10px;
}

#boxMaisInformacoes .boxForm form .form-group button:disabled {
    opacity: 0.7;
}

#boxMaisInformacoes .boxForm form .form-group.newsletter input[type="checkbox"] {
    display: none;
}

#boxMaisInformacoes .boxForm form .form-group.newsletter input[type="checkbox"]+label {
    padding: 0px 0px 0px 30px;
    margin: 4px 10px 12px 3px;
    position: relative;
    left: 0;
    top: 0;
    float: none;
    display: block;
    cursor: pointer;
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #afc7fb;
    line-height: 20px;
}

#boxMaisInformacoes .boxForm form .form-group.newsletter input[type="checkbox"]+label:after {
    line-height: 20px;
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 1px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #253967;
}

#boxMaisInformacoes .boxForm form .form-group.newsletter input[type="checkbox"]+label:hover:after {
    color: #696969;
}

#boxMaisInformacoes .boxForm form .form-group.newsletter input[type="checkbox"]:checked+label:after {
    background: #6288d9;
    border: 3px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc;
    box-shadow: 0px 0px 0px 1px #cccccc;
}

#boxMaisInformacoes .boxForm form .reCaptcha {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    width: 255px;
    margin: 0 auto;
}

#boxMaisInformacoes .boxForm form .reCaptcha.error>div {
    border: 1px solid #ff5b5b;
    border-radius: 3px;
}

#boxMaisInformacoes .boxForm form .reCaptcha.error~.erroCaptcha {
    display: block;
}

#boxMaisInformacoes .boxForm form .reCaptcha.error~.erroCaptcha .msgerro {
    background: #712b29;
    font-family: 'Ubuntu', sans-serif;
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    color: #ffffff;
    font-weight: 300;
    width: 140px;
    margin: 0;
    padding: 2px 5px;
}

#boxMaisInformacoes .boxForm form .reCaptcha.error~.erroCaptcha .msgerro:before {
    content: "\f0d9";
    position: absolute;
    top: -2px;
    left: -9px;
    font: normal normal normal 27px/1 "Font Awesome 5 Free";
    color: #712b29;
    line-height: 27px;
    line-height: 20px;
    font-weight: bold;
    display: block;
}

#boxMaisInformacoes .boxForm form .erroCaptcha {
    margin: 0 auto;
    position: absolute;
    left: calc(50% - 8px);
    bottom: 5px;
    display: none;
}

#boxMaisInformacoes .boxForm form .captchaMsg {
    color: #ff5b5b;
    font-size: 12px;
    text-align: center;
    clear: both;
    margin-bottom: 17px;
    display: none;
}

#boxMaisInformacoes .avisoLinkWhatsApp {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem {
    background: #ffffff;
    position: absolute;
    top: 35%;
    width: 280px;
    padding: 25px 30px;
    z-index: 99999;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem h4 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 23px;
    font-weight: normal;
    font-size: 21px;
    color: #172d5d;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem p {
    margin: 20px 0;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem .btnWhatsApp {
    text-align: center;
    font-weight: 300;
    display: block;
    background: #2daa24;
    border: 0;
    position: relative;
    padding: 15px;
    margin: 0;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem .btnWhatsApp:hover {
    opacity: 0.9;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem .btnWhatsApp span:before {
    content: "\f232";
    font-family: "Font Awesome 5 Brands";
    color: #ffffff;
    font-size: 22px;
    line-height: 24px;
    margin-right: 6px;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem .closeLbox {
    top: -6px;
    right: -10px;
    position: relative;
    float: right;
    text-decoration: none;
}

#boxMaisInformacoes .avisoLinkWhatsApp .mensagem .closeLbox:before {
    content: "\f00d";
    font: normal normal normal 15px/1 "Font Awesome 5 Free";
    color: #1c1c1c;
    line-height: 15px;
    font-weight: 600;
}

#boxMaisInformacoes .avisoLinkWhatsApp.hidden {
    display: none;
}

@media only screen and (min-width: 992px),
only screen and (min-device-width: 992px) {
    #boxMaisInformacoes {
        max-width: 280px;
    }

    #boxMaisInformacoes .avisoLinkWhatsApp {
        width: 280px;
    }
}

@media only screen and (max-width: 992px) {
    #boxMaisInformacoes {
        max-width: 100%;
        position: static;
    }

    #boxMaisInformacoes .avisoLinkWhatsApp {
        width: calc(100% - 30px);
        height: calc(100% - 30px);
    }

    #boxMaisInformacoes .avisoLinkWhatsApp .mensagem {
        width: 100%;
    }

    #boxMaisInformacoes .boxForm form .form-group button.whatsapp,
    #boxMaisInformacoes .boxForm form .form-group button.email.inline {
        width: 100%;
    }

    #boxMaisInformacoes .boxForm form .form-group .ou {
        width: 100%;
    }

    #boxMaisInformacoes .boxForm form .form-group .ou:after,
    #boxMaisInformacoes .boxForm form .form-group .ou:before {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #boxMaisInformacoes {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    #boxMaisInformacoes .boxForm form .form-group button.email {
        margin: 5px 0 5px 0;
    }
}





.simulador.section{
	margin:0;
	padding:50px 0 50px 0;
	position:relative;
	display:block;
	width:100%;
	float:left;
	&:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		height:1px;
		width:100%;
		background:#ebebeb;
	}
	&:after{
		content:"";
		position:absolute;
		top:5px;
		left:0;
		height:1px;
		width:100%;
		background:#ebebeb;
	}
	h2{
		.setFont(20px, #232323, @ubuntu);
		line-height:22px;
		font-weight:500;
		font-style:normal;
		margin:0 0 35px 0;
	}
	> h2{
			.setFont(32px, #237cd8, @ubuntu);
			margin:0 0 35px 0;
			text-align: left!important;
	}
	p{
		margin:0 0 35px 0;
	}
	@media only screen and (max-width:991px){
		&{
			margin:0;
			padding:30px 0;
			h2{
				text-align:center;
			}
			img{
				margin:0 auto;
			}
		}
	}
	//
	//	Passo a passo
	//
	.passbypass{
		overflow:hidden;
		clear:both;
		margin:0 0 35px 0;
		ul{
			list-style:none;
			background:#f8f8f8;
			li{
				display:block;
				float:left;
				padding:10px 10px 10px 60px;
				background:#e6e6e6;
				width:~"calc(100% / 3)";
				.setFont(16px, #5e7283, @ubuntu);
				line-height:30px;
				position:relative;
				.transition();
				&:after{
					content:"\f0da";
					.setFontAwe(120px, #e6e6e6);
					font-weight:600;
					line-height:50px;
					position:absolute;
					top:0;
					right:0;
					z-index:10;
					background:#e6e6e6;
					text-indent:-15px;
					width:27px;
					overflow:hidden;
					text-shadow: 3px 0px 1px #f8f8f8;
					.transition();
				}
				&:before{
					.setFontAwe(30px, #566b7d);
					font-weight:600;
					line-height:30px;
					position:absolute;
					display:block;
					left:0;
					top:10px;
					height:30px;
					width:50px;
					text-align:center;
					border-right:1px solid rgba(0,0,0,0.1);
					.transition();
				}
				&:nth-child(1){
					&:before{
						content:"\f15c";
						font-size:26px;
					}
				}
				&:nth-child(2){
					&:before{
						content:"\f080";
					}
				}
				&:nth-child(3){
					&:before{
						content:"\f155";
					}
					&:after{
					 	background:#fff;
					}
				}
			}
			&.p1{
				li{
					&:nth-child(1){
						background:@azulEscuro;
						color:@branco;
						&:before{
							color:@branco;
							border-color:rgba(255,255,255,0.2);
						}
						&:after{
							color:@azulEscuro;
						}
					}
				}
			}
			&.p2{
				li{
					&:nth-child(1){
						background:@azulEscuro;
						color:@branco;
						&:before{
							color:@branco;
							border-color:rgba(255,255,255,0.2);
						}
						&:after{
							color:@azulEscuro;
							background:@azulEscuro;
						}
					}
					&:nth-child(2){
						background:@azulEscuro;
						color:@branco;
						&:before{
							color:@branco;
							border-color:rgba(255,255,255,0.2);
						}
						&:after{
							color:@azulEscuro;
						}
					}
				}
			}
			&.p3{
				li{
					&:nth-child(1){
						background:@azulEscuro;
						color:@branco;
						&:before{
							color:@branco;
							border-color:rgba(255,255,255,0.2);
						}
						&:after{
							color:@azulEscuro;
							background:@azulEscuro;
						}
					}
					&:nth-child(2){
						background:@azulEscuro;
						color:@branco;
						&:before{
							color:@branco;
							border-color:rgba(255,255,255,0.2);
						}
						&:after{
							color:@azulEscuro;
							background:@azulEscuro;
						}
					}
					&:nth-child(3){
						background:@azulEscuro;
						color:@branco;
						&:before{
							color:@branco;
							border-color:rgba(255,255,255,0.2);
						}
						&:after{
							color:@azulEscuro;
						}
					}
				}
			}
		}
		@media only screen and (max-width:1100px){
			&{
				ul{
					li{
						.setFont(14px, #5e7283, @ubuntu);
						line-height:30px;
					}
				}
			}
		}

		@media only screen and (max-width:991px){
			&{
				ul{
					li{
						.setFont(16px, #5e7283, @ubuntu);
						line-height:30px;
					}
				}
			}
		}
		@media only screen and (max-width:767px){
			&{
				ul{
					li{
						height:50px;
						padding:10px;
						span{
							display:none;
						}
						&:before{
							border:none;
							width:75%;
						}
					}
				}
			}
		}
	}
	.formulario{
		.logoCredimorar{
			max-width:100px;
			margin:18px auto 0 auto;
		}
		select{
			height:50px;
			border:1px solid rgba(0,0,0,.1)!important;
			padding:15px 50px 15px 15px;
			.setFont(16px, @cinza, @ubuntu);
			width:100%;
			-webkit-appearance:none;
			background:url(../images/select.png) center right no-repeat #fff;
			&:disabled{
				background:#eeeeee;
			}
		}
		select::-ms-expand {
			display: none;
		}
		button{
			&.btn{
				&.submit{
					float:none;
					background:@verde;
				}
			}
		}
		p{
			.setFont(13px, @cinza, @ubuntu);
			font-weight:300;
			font-style:normal;
			&.texto{
				margin:10px 0 10px 0;
				&.title{
					.setFont(15px, @cinza, @ubuntu);
				}
				&.italico{
					.setFont(12px, @cinza, @ubuntu);
					font-style:italic;
				}
			}
		}
		@media only screen and (max-width:991px){
			p{
				margin:15px 0 0 0;
			}
		}
		.row{
			&.p1{
				display:block;
			}
			&.p2,
			&.p3{
				display:none;
			}
			&.p1,
			&.p2,
			&.p3{
				position:relative;
				.loading{
					position:absolute;
					top:0;
					left:0;
					background:rgba(248,248,248,0.8);
					width:100%;
					height:100%;
					&:before{
						content:"\f1ce";
						.setFontAwe(40px, @azul);
						font-weight:bold;
						margin-left:10px;
						-webkit-animation:move 1s infinite steps(8);
						animation:move 1s infinite steps(8);
						display:inline-block;
						position:absolute;
						top:50%;
						left:50%;
						width:40px;
						height:40px;
						margin-top:-20px;
						margin-left:-20px;
						transform:translate(-50%, -50%);
					}
				}
			}
		}
		.p3{
			h3{
				.setFont(22px, @azul, @ubuntu);
				margin:0;
			}
			.boxResultado{
				border:1px solid @azul;
				margin:20px 0;
				padding:20px;
				text-align:center;
				h4{
					.setFont(18px, @cinza, @ubuntu);
					margin:0;
				}
				h5{
					.setFont(18px, @cinza, @ubuntu);
					margin:20px 0 0 0;
					padding:20px 0 0 0;
					border-top:1px solid @azul;
					span{
						.setFont(22px, @azul, @ubuntu);
						font-weight:700;
					}
				}
				p{
					.setFont(30px, @azul, @ubuntu);
					font-weight:700;
					margin:0;
				}
			}
		}
	}
}
.simulador.section {
    margin: 0;
    padding: 50px 0 50px 0;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.simulador.section h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.simulador.section .borderSimulador {
    border: 1px solid #cccccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 50px 35px;
}

.simulador.section p {
    margin: 0 0 35px 0;
}

.simulador.section .passbypass {
    overflow: hidden;
    clear: both;
    margin: 0 0 35px 0;
}

.simulador.section .passbypass ul {
    list-style: none;
    background: #f8f8f8;
}

.simulador.section .passbypass ul li {
    display: block;
    float: left;
    padding: 5px 27px 5px 20px;
    background: #ffffff;
    width: calc(100% / 3);
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #3368d2;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #f6f6f6;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.simulador.section .passbypass ul li span:first-child {
    color: #000000;
}

.simulador.section .passbypass ul li:nth-child(1):after,
.simulador.section .passbypass ul li:nth-child(2):after {
    content: "\f054";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #a4a9b2;
    line-height: 20px;
    font-weight: bold;
    line-height: 42px;
    position: absolute;
    top: -2px;
    right: -1px;
    z-index: 10;
    background: #ffffff;
    width: 27px;
    overflow: hidden;
    text-align: center;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #f6f6f6;
}

.simulador.section .passbypass ul.p1 li:nth-child(1) {
    background: #f2f2f2;
    font-weight: bold;
}

.simulador.section .passbypass ul.p2 li:nth-child(1),
.simulador.section .passbypass ul.p2 li:nth-child(2) {
    background: #f2f2f2;
    font-weight: bold;
}

.simulador.section .passbypass ul.p3 li:nth-child(1),
.simulador.section .passbypass ul.p3 li:nth-child(2),
.simulador.section .passbypass ul.p3 li:nth-child(3) {
    background: #f2f2f2;
    font-weight: bold;
}

.simulador.section .formulario form .form-group:not(.inline) label {
    position: relative;
    top: 0;
    margin-top: 0;
    left: 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #1d3b77;
    font-weight: bold;
    margin: 0 0 10px 0;
    display: block;
    text-transform: uppercase;
}

.simulador.section .formulario form .form-group:not(.inline) input[type="email"],
.simulador.section .formulario form .form-group:not(.inline) input[type="text"],
.simulador.section .formulario form .form-group:not(.inline) input[type="password"] {
    padding: 10px 15px;
    height: 40px;
    border: 1px solid #efefef;
    background: #f3f3f3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #565656;
}

.simulador.section .formulario form .form-group:not(.inline) select {
    padding: 10px 15px;
    height: 40px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid #efefef;
    background: #f3f3f3 url("../images/select-button.png") center right no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #565656;
}

.simulador.section .formulario form .form-group:not(.inline) select:disabled {
    color: #e3e3e3;
}

.simulador.section .formulario form .form-group:not(.inline) button.btn.voltar {
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #3368d2;
    font-weight: bold;
    text-transform: uppercase;
}

.simulador.section .formulario form .form-group:not(.inline) button.btn.submit {
    padding: 12px 0;
    margin-top: 23px;
    height: 40px;
}

.simulador.section .formulario form .form-group:not(.inline) button.btn.voltar,
.simulador.section .formulario form .form-group:not(.inline) button.btn.simular,
.simulador.section .formulario form .form-group:not(.inline) button.btn.refazer {
    margin-top: 0;
    padding: 12px 0;
    height: 40px;
}

.simulador.section .formulario .logoCredimorar {
    max-width: 100px;
    margin: 18px auto 0 auto;
}

.simulador.section .formulario select::-ms-expand {
    display: none;
}

.simulador.section .formulario button.btn.submit {
    float: none;
    background: #2daa24;
}

.simulador.section .formulario p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #f2f2f2;
    font-weight: 300;
    font-style: normal;
}

.simulador.section .formulario p.texto {
    margin: 10px 0 10px 0;
}

.simulador.section .formulario p.texto.title {
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #f2f2f2;
}

.simulador.section .formulario p.texto.italico {
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #f2f2f2;
    font-style: italic;
}

@media only screen and (max-width: 991px) {
    .simulador.section .formulario p {
        margin: 15px 0 0 0;
    }
}

.simulador.section .formulario .row.p1 {
    display: block;
}

.simulador.section .formulario .row.p2,
.simulador.section .formulario .row.p3 {
    display: none;
}

.simulador.section .formulario .row.p1,
.simulador.section .formulario .row.p2,
.simulador.section .formulario .row.p3 {
    position: relative;
}

.simulador.section .formulario .row.p1 .loading,
.simulador.section .formulario .row.p2 .loading,
.simulador.section .formulario .row.p3 .loading {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(248, 248, 248, 0.8);
    width: 100%;
    height: 100%;
}

.simulador.section .formulario .row.p1 .loading:before,
.simulador.section .formulario .row.p2 .loading:before,
.simulador.section .formulario .row.p3 .loading:before {
    content: "\f1ce";
    font: normal normal normal 40px/1 "Font Awesome 5 Free";
    color: #122449;
    line-height: 40px;
    font-weight: bold;
    margin-left: 10px;
    -webkit-animation: move 1s infinite steps(8);
    animation: move 1s infinite steps(8);
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    transform: translate(-50%, -50%);
}

.simulador.section .formulario .p3 h3 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: #122449;
    margin: 0;
}

.simulador.section .formulario .p3 .boxResultado {
    border: 1px solid #122449;
    margin: 20px 0;
    padding: 20px;
    text-align: center;
}

.simulador.section .formulario .p3 .boxResultado h4 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #3368d2;
    margin: 0;
}

.simulador.section .formulario .p3 .boxResultado h5 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #3368d2;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #122449;
}

.simulador.section .formulario .p3 .boxResultado h5 span {
    font-family: 'Ubuntu', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: #122449;
    font-weight: 700;
}

.simulador.section .formulario .p3 .boxResultado p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 32px;
    font-weight: normal;
    font-size: 30px;
    color: #1d3b77;
    font-weight: 700;
    margin: 0;
}

.simulador.section .divisao {
    position: relative;
    padding: 15px 0 50px 90px;
}

.simulador.section .divisao:before {
    content: "";
    height: 70%;
    width: 1px;
    display: block;
    position: absolute;
    top: 15%;
    left: 30px;
    background: #dcdee1;
}

.simulador.section .divisao p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #1c1c1c;
    font-style: italic;
    line-height: 25px;
}

.simulador.section .divisao p span {
    font-weight: 600;
}

@media only screen and (max-width: 991px) {
    .simulador.section {
        margin: 0;
        padding: 30px 0;
    }

    .simulador.section h2 {
        text-align: center;
    }

    .simulador.section img {
        margin: 0 auto;
    }

    .simulador.section .divisao {
        padding: 15px 0;
    }

    .simulador.section .divisao:before {
        display: none;
    }

    .simulador.section .divisao p {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .simulador.section {
        padding: 15px 0;
    }

    .simulador.section .borderSimulador {
        padding: 0;
    }

    .simulador.section .passbypass {
        margin: 20px 0;
    }

    .simulador.section .passbypass ul {
        overflow: hidden;
        margin: 0;
    }

    .simulador.section .passbypass ul li {
        font-family: 'Ubuntu', sans-serif;
        line-height: 12px;
        font-weight: normal;
        font-size: 10px;
        color: #3368d2;
        padding: 3px;
        text-align: center;
        border: 0;
        height: 64px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: 2px solid #ffffff;
    }

    .simulador.section .passbypass ul li span {
        display: block;
        text-align: center;
        text-transform: initial;
        font-family: 'Ubuntu', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #3368d2;
    }

    .simulador.section .passbypass ul li span:first-child {
        font-family: 'Ubuntu', sans-serif;
        line-height: 22px;
        font-weight: normal;
        font-size: 20px;
        color: #000000;
    }

    .simulador.section .passbypass ul li:nth-child(1):after,
    .simulador.section .passbypass ul li:nth-child(2):after {
        display: none;
    }

    .simulador.section .passbypass ul.p1 li:nth-child(1) {
        background: #3368d2;
        font-weight: bold;
    }

    .simulador.section .passbypass ul.p1 li:nth-child(1) span {
        color: #ffffff;
    }

    .simulador.section .passbypass ul.p2 li:nth-child(1),
    .simulador.section .passbypass ul.p2 li:nth-child(2) {
        background: #3368d2;
        font-weight: bold;
    }

    .simulador.section .passbypass ul.p2 li:nth-child(1) span,
    .simulador.section .passbypass ul.p2 li:nth-child(2) span {
        color: #ffffff;
    }

    .simulador.section .passbypass ul.p3 li:nth-child(1),
    .simulador.section .passbypass ul.p3 li:nth-child(2),
    .simulador.section .passbypass ul.p3 li:nth-child(3) {
        background: #3368d2;
        font-weight: bold;
    }

    .simulador.section .passbypass ul.p3 li:nth-child(1) span,
    .simulador.section .passbypass ul.p3 li:nth-child(2) span,
    .simulador.section .passbypass ul.p3 li:nth-child(3) span {
        color: #ffffff;
    }
}

.newsLetter {
    background: #2daa24;
    padding: 30px 0;
    margin-bottom: 30px;
}

.newsLetter p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #ffffff;
    margin: 15px 0;
}

.newsLetter .noPadding {
    padding: 0;
}

.newsLetter form .form-group {
    position: relative;
    margin: 0;
}

.newsLetter form .form-group select {
    height: 44px;
    padding: 15px 50px 15px 15px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #2daa24;
    border: 2px solid #178b00;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    width: 100%;
}

.newsLetter form .form-group select option {
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    padding: 15px 50px 15px 15px;
    display: block;
}

.newsLetter form .form-group input[type="text"],
.newsLetter form .form-group input[type="email"] {
    height: 50px;
    border: 2px solid #178b00;
    background: #178b00;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
}

.newsLetter form .form-group input[type="text"]+label,
.newsLetter form .form-group input[type="email"]+label {
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
    padding-left: 20px;
}

.newsLetter form .form-group input[type="text"]+label:before,
.newsLetter form .form-group input[type="email"]+label:before {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    content: "";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #2daa24;
    line-height: 20px;
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: -10px;
    margin-right: 10px;
}

.newsLetter form .form-group input[type="text"]:focus+label,
.newsLetter form .form-group input[type="email"]:focus+label,
.newsLetter form .form-group input[type="text"].notEmpty+label,
.newsLetter form .form-group input[type="email"].notEmpty+label {
    top: 16px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    left: 17px;
    background: none;
    padding-left: 0;
}

.newsLetter form .form-group input[type="text"]:focus+label span,
.newsLetter form .form-group input[type="email"]:focus+label span,
.newsLetter form .form-group input[type="text"].notEmpty+label span,
.newsLetter form .form-group input[type="email"].notEmpty+label span {
    font-size: 0;
    line-height: 0;
    display: none;
}

.newsLetter form .form-group input[type="text"]:focus+label:before,
.newsLetter form .form-group input[type="email"]:focus+label:before,
.newsLetter form .form-group input[type="text"].notEmpty+label:before,
.newsLetter form .form-group input[type="email"].notEmpty+label:before {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
    width: 0;
    font-size: 0;
}

.newsLetter form .form-group input[type="text"]:focus,
.newsLetter form .form-group input[type="email"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.newsLetter form .form-group input[type="text"] {
    border-right: 2px solid #2daa24;
}

.newsLetter form .form-group input[type="text"]+label:before {
    content: "\f007";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #2daa24;
    line-height: 20px;
}

.newsLetter form .form-group input[type="email"] {
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.newsLetter form .form-group input[type="email"]+label:before {
    content: "\f0e0";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #2daa24;
    line-height: 20px;
}

.newsLetter form .form-group button[type="submit"] {
    display: block;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #2daa24;
    height: 42px;
    width: 42px;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    right: 4px;
}

@media only screen and (max-width: 767px) {
    .newsLetter p {
        margin: 0 0 20px 0;
    }

    .newsLetter form .form-group select {
        -moz-border-radius: 4px 4px 0 0;
        -webkit-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    .newsLetter form .form-group input[type="text"] {
        border-right: 2px solid #178b00;
        border-bottom: 2px solid #2daa24;
    }

    .newsLetter form .form-group input[type="email"] {
        -moz-border-radius: 0 0 4px 4px;
        -webkit-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
        padding: 22px 16px 10px 16px;
    }
}

.plantas,
.galeriaDeImagens {
    margin: 30px 0 0 0;
    padding: 50px 0 0 0;
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.plantas:before,
.galeriaDeImagens:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ebebeb;
}

.plantas:after,
.galeriaDeImagens:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ebebeb;
}

.plantas h2,
.galeriaDeImagens h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 26px;
    font-weight: normal;
    font-size: 24px;
    color: #1c1c1c;
    margin: 0 0 35px 0;
}

.plantas a.planta,
.galeriaDeImagens a.planta,
.plantas a.lancamento,
.galeriaDeImagens a.lancamento {
    display: block;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
}

.plantas a.planta:before,
.galeriaDeImagens a.planta:before,
.plantas a.lancamento:before,
.galeriaDeImagens a.lancamento:before {
    content: "\f0b2";
    font: normal normal normal 15px/1 "Font Awesome 5 Free";
    color: #696969;
    line-height: 15px;
    line-height: 25px;
    text-align: center;
    font-weight: 600;
    width: 25px;
    height: 25px;
    display: block;
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 11;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.plantas .coluna.show,
.galeriaDeImagens .coluna.show {
    display: block;
}

.plantas .coluna.hiden,
.galeriaDeImagens .coluna.hiden {
    display: none;
}

@media only screen and (max-width: 991px) {

    .plantas h2,
    .galeriaDeImagens h2 {
        margin: 0 0 15px 0;
    }
}

#detalhe .carrosselSugestao {
    width: 95%;
    display: block;
    margin: 0 auto;
}

#detalhe .carrosselSugestao .header h3 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #237cd8;
    float: left;
    font-weight: 500;
    margin-bottom: 30px;
    margin-right: 20px;
    margin-left: -20px;
}

#detalhe .carrosselSugestao .header .count {
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #696969;
    float: right;
    margin-top: 20px;
}

#detalhe .carrosselSugestao .itens {
    clear: both;
}

#detalhe .carrosselSugestao .itens .item {
    padding: 0 10px;
}

#detalhe .carrosselSugestao .itens .item a {
    text-decoration: none;
}

#detalhe .carrosselSugestao .itens .item a .image .codigoImovel {
    width: 100%;
    padding: 5px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
    background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
}

#detalhe .carrosselSugestao .itens .item a .infoItem {
    margin-top: 10px;
    min-height: 220px;
}

#detalhe .carrosselSugestao .itens .item a .infoItem h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 19px;
    font-weight: normal;
    font-size: 17px;
    color: #696969;
    font-weight: 600;
    margin: 0 0 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#detalhe .carrosselSugestao .itens .item a .infoItem span {
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #696969;
    line-height: 18px;
    margin-top: 7px;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #696969;
    margin: 0;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p.preco {
    margin-bottom: 5px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 21px;
    font-weight: normal;
    font-size: 19px;
    color: #122449;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p.preco .precoDe {
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #696969;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p.preco strong {
    font-family: 'Ubuntu', sans-serif;
    line-height: 21px;
    font-weight: normal;
    font-size: 19px;
    color: #122449;
    font-weight: 600;
    display: block;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p.preco strong span {
    font-family: 'Ubuntu', sans-serif;
    line-height: 21px;
    font-weight: normal;
    font-size: 19px;
    color: #122449;
    font-weight: 600;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p.preco strong span.prefix {
    font-family: 'Ubuntu', sans-serif;
    line-height: 21px;
    font-weight: normal;
    font-size: 19px;
    color: #122449;
    font-weight: 600;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p.preco strong span.prefix span {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #122449;
}

#detalhe .carrosselSugestao .itens .item a .infoItem p.iptu,
#detalhe .carrosselSugestao .itens .item a .infoItem p.condominio {
    font-family: 'Ubuntu', sans-serif;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
    color: #696969;
}

#detalhe .carrosselSugestao .itens .item a .infoItem .descricao {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #696969;
    font-style: italic;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    box-orient: vertical;
    height: 33px;
}

#detalhe .carrosselSugestao .itens .item a .infoItem .caracteristicas {
    padding: 20px 0;
}

#detalhe .carrosselSugestao .itens .item a.maisDetalhes {
    display: block;
    padding: 14px 20px;
    background: #ffffff;
    width: 100%;
    text-align: center;
    z-index: 1;
    border: 1px solid #2daa24;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #2daa24;
}

#detalhe .carrosselSugestao .itens .item:hover {
    background: -moz-radial-gradient(circle, rgba(235, 235, 235, 0.42620798) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-radial-gradient(circle, rgba(235, 235, 235, 0.42620798) 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(circle, rgba(235, 235, 235, 0.42620798) 0%, rgba(255, 255, 255, 0) 100%);
}

#detalhe .carrosselSugestao .itens .item:hover a.detailLink .image .lazyImg {
    transform: scale(1.1);
}

#detalhe .carrosselSugestao .itens .item:hover a .infoItem h2,
#detalhe .carrosselSugestao .itens .item:hover a .infoItem h3 {
    color: #6288d9;
}

#detalhe .carrosselSugestao .itens .item:hover a .infoItem p.preco strong {
    color: #6288d9;
}

#detalhe .carrosselSugestao .itens .item:hover a .infoItem p.preco strong span {
    color: #6288d9 !important;
}

#detalhe .carrosselSugestao .itens .item .permuta {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    background: #2daa24;
    border: 2px solid #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    font-family: 'Ubuntu', sans-serif;
    line-height: 11px;
    font-weight: normal;
    font-size: 9px;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 2px #2daa24;
    -moz-box-shadow: 0 0 0 2px #2daa24;
    box-shadow: 0 0 0 2px #2daa24;
    text-align: center;
    text-transform: uppercase;
    padding-top: 27px;
    line-height: 9px;
    font-weight: 600;
}

#detalhe .carrosselSugestao .itens .item .permuta:before {
    content: "\f2f1";
    font: normal normal normal 15px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 15px;
    font-weight: 600;
    position: absolute;
    top: 8px;
    left: 23px;
}

#detalhe .carrosselSugestao .itens .item .faixaCampanha {
    position: absolute;
    bottom: 35px;
    background: #122449;
    color: #ffffff;
    padding: 5px 10px;
    font-weight: bold;
}

#detalhe .carrosselSugestao .itens .item .faixaCampanha span {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    border-right: 10px solid transparent;
    border-top: 15px solid;
    border-left: 10px solid;
    border-bottom: 15px solid;
    background: transparent;
}

#detalhe .carrosselSugestao .itens .item .faixaCampanha:before {
    width: calc(100% + 18px);
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 1px;
    -webkit-box-shadow: 2px 2px 2px 0 #000000;
    -moz-box-shadow: 2px 2px 2px 0 #000000;
    box-shadow: 2px 2px 2px 0 #000000;
}

#detalhe .carrosselSugestao .itens .item .lazyImg {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

#detalhe .carrosselSugestao .itens .item .lazyImg img.lazy {
    margin: 0 auto;
}

#detalhe .carrosselSugestao .itens .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

#detalhe .carrosselSugestao .itens .owl-stage-outer .owl-stage .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
}

#detalhe .carrosselSugestao .itens .owl-nav button {
    display: block;
    position: absolute;
    top: calc(50% - 31px);
    background: transparent;
    border: 0;
}

#detalhe .carrosselSugestao .itens .owl-nav button:before {
    font: normal normal normal 34px/1 "Font Awesome 5 Free";
    color: #000000;
    line-height: 34px;
    font-weight: 600;
}

#detalhe .carrosselSugestao .itens .owl-nav button span {
    display: none;
}

#detalhe .carrosselSugestao .itens .owl-nav button.disabled:before {
    font: normal normal normal 34px/1 "Font Awesome 5 Free";
    color: rgba(0, 0, 0, 0.3);
    line-height: 34px;
    font-weight: 600;
    display: none;
}

#detalhe .carrosselSugestao .itens .owl-nav .owl-prev {
    left: -25px;
}

#detalhe .carrosselSugestao .itens .owl-nav .owl-prev:before {
    content: "\f053";
}

#detalhe .carrosselSugestao .itens .owl-nav .owl-next {
    right: -25px;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#detalhe .carrosselSugestao .itens .owl-nav .owl-next:before {
    content: "\f054";
}

#detalhe .carrosselSugestao .itens .owl-dots {
    text-align: center;
    margin-top: 30px;
}

#detalhe .carrosselSugestao .itens .owl-dots button {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #a9a9a9;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 0;
}

#detalhe .carrosselSugestao .itens .owl-dots button.active {
    background: #000000;
}

@media only screen and (max-width: 640px) {
    #detalhe .carrosselSugestao {
        width: 100%;
    }

    #detalhe .carrosselSugestao .header h3 {
        margin-left: 0;
    }

    #detalhe .carrosselSugestao .owl-nav {
        display: none;
    }

    #detalhe .carrosselSugestao .owl-dots {
        display: block !important;
    }
}

@media only screen and (max-width: 400px) {
    #detalhe .carrosselSugestao .header h3 {
        width: 70%;
    }
}

#fancybox-overlay {
    z-index: 9999;
}

#fancybox-wrap {
    padding: 0;
    left: auto !important;
    left: 50% !important;
    transform: translate(-50%, 20px) !important;
    z-index: 9999;
}

#fancybox-wrap #fancybox-outer {
    padding: 0;
}

#fancybox-wrap #fancybox-outer a:before {
    font: normal normal normal 24px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 24px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 40px;
    width: 40px;
    border: 3px solid #ffffff;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 34px;
    background: #a7a7a7;
    background: rgba(0, 0, 0, 0.5);
}

#fancybox-wrap #fancybox-outer a#fancybox-left:before {
    content: "\f053";
    left: 15px;
}

#fancybox-wrap #fancybox-outer a#fancybox-right:before {
    content: "\f054";
    right: 15px;
}

#fancybox-wrap #fancybox-outer a#fancybox-close {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: block;
}

#fancybox-wrap #fancybox-outer a#fancybox-close:before {
    content: "\f00d";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 20px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    border: 3px solid #ffffff;
    line-height: 34px;
    margin-top: 0;
    top: auto;
}

#fancybox-wrap #fancybox-title {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    left: 0 !important;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}

#fancybox-wrap #fancybox-title #fancybox-title-float-wrap {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    #fancybox-wrap #fancybox-outer a:before {
        font: normal normal normal 20px/1 "Font Awesome 5 Free";
        color: #ffffff;
        line-height: 20px;
        font-weight: 600;
        margin-top: -20px;
        height: 40px;
        width: 40px;
        border: 3px solid #ffffff;
        line-height: 34px;
    }

    #fancybox-wrap #fancybox-title {
        bottom: 0;
    }
}

.estagioObra {
    margin: 30px 0 0 0;
    padding: 50px 0 0 0;
    position: relative;
    display: block;
    width: 100%;
    float: left;
}

.estagioObra:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ebebeb;
}

.estagioObra:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #ebebeb;
}

.estagioObra h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 34px;
    font-weight: normal;
    font-size: 32px;
    color: #237cd8;
    margin: 0 0 35px 0;
}

.estagioObra ul {
    list-style: none;
}

.estagioObra ul li {
    position: relative;
}

.estagioObra ul li .estagio {
    display: inline-block;
    text-align: center;
}

.estagioObra ul li .estagio:before {
    content: "";
    height: 7px;
    width: 100%;
    background: #d6d5d5;
    position: absolute;
    display: block;
    bottom: 25px;
    left: 0;
}

.estagioObra ul li .estagio:after {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #a7a7a7;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 8px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px #a7a7a7;
    -moz-box-shadow: 0px 0px 0px 2px #a7a7a7;
    box-shadow: 0px 0px 0px 2px #a7a7a7;
    z-index: 10;
    position: relative;
}

.estagioObra ul li .estagio img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

.estagioObra ul li .estagio p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #555658;
    text-transform: uppercase;
    margin: 10px 0;
}

.estagioObra ul li:nth-child(1) {
    text-align: left;
}

.estagioObra ul li:nth-child(1) .estagio:before {
    display: none;
}

.estagioObra ul li:nth-child(1) .estagio img {
    margin: 0 auto;
}

.estagioObra ul li:nth-child(2) {
    text-align: center;
}

.estagioObra ul li:nth-child(2) .estagio {
    margin: 0 auto;
}

.estagioObra ul li:nth-child(2) .estagio:before {
    width: calc(150% - 50px);
    right: 50%;
    left: auto;
}

.estagioObra ul li:nth-child(3) {
    text-align: right;
}

.estagioObra ul li:nth-child(3) .estagio:before {
    width: calc(150% - 50px);
    right: 50px;
    left: auto;
}

.estagioObra ul li:nth-child(3) .estagio img {
    margin: 0;
}

.estagioObra.estagio1 ul li:nth-child(1) .estagio:after {
    background: #6288d9;
    -webkit-box-shadow: 0px 0px 0px 2px #6288d9;
    -moz-box-shadow: 0px 0px 0px 2px #6288d9;
    box-shadow: 0px 0px 0px 2px #6288d9;
}

.estagioObra.estagio2 ul li:nth-child(1) .estagio:after {
    background: #6288d9;
    -webkit-box-shadow: 0px 0px 0px 2px #6288d9;
    -moz-box-shadow: 0px 0px 0px 2px #6288d9;
    box-shadow: 0px 0px 0px 2px #6288d9;
}

.estagioObra.estagio2 ul li:nth-child(2) .estagio:after {
    background: #62cfd9;
    -webkit-box-shadow: 0px 0px 0px 2px #62cfd9;
    -moz-box-shadow: 0px 0px 0px 2px #62cfd9;
    box-shadow: 0px 0px 0px 2px #62cfd9;
}

.estagioObra.estagio2 ul li:nth-child(2) .estagio:before {
    background: -webkit-linear-gradient(to bottom, #6288d9, #62cfd9);
    background: -o-linear-gradient(to bottom, #6288d9, #62cfd9);
    background: -moz-linear-gradient(to bottom, #6288d9, #62cfd9);
    background: linear-gradient(to bottom, #6288d9, #62cfd9);
}

.estagioObra.estagio3 ul li:nth-child(1) .estagio:after {
    background: #6288d9;
    -webkit-box-shadow: 0px 0px 0px 2px #6288d9;
    -moz-box-shadow: 0px 0px 0px 2px #6288d9;
    box-shadow: 0px 0px 0px 2px #6288d9;
}

.estagioObra.estagio3 ul li:nth-child(2) .estagio:after {
    background: #62cfd9;
    -webkit-box-shadow: 0px 0px 0px 2px #62cfd9;
    -moz-box-shadow: 0px 0px 0px 2px #62cfd9;
    box-shadow: 0px 0px 0px 2px #62cfd9;
}

.estagioObra.estagio3 ul li:nth-child(2) .estagio:before {
    background: -webkit-linear-gradient(to bottom, #6288d9, #62cfd9);
    background: -o-linear-gradient(to bottom, #6288d9, #62cfd9);
    background: -moz-linear-gradient(to bottom, #6288d9, #62cfd9);
    background: linear-gradient(to bottom, #6288d9, #62cfd9);
}

.estagioObra.estagio3 ul li:nth-child(3) .estagio:after {
    background: #62d962;
    -webkit-box-shadow: 0px 0px 0px 2px #62d962;
    -moz-box-shadow: 0px 0px 0px 2px #62d962;
    box-shadow: 0px 0px 0px 2px #62d962;
}

.estagioObra.estagio3 ul li:nth-child(3) .estagio:before {
    background: -webkit-linear-gradient(to bottom, #62cfd9, #62d962);
    background: -o-linear-gradient(to bottom, #62cfd9, #62d962);
    background: -moz-linear-gradient(to bottom, #62cfd9, #62d962);
    background: linear-gradient(to bottom, #62cfd9, #62d962);
}

@media only screen and (max-width: 767px) {
    .estagioObra ul li .estagio img {
        height: 40px;
    }

    .estagioObra ul li .estagio p {
        font-family: 'Ubuntu', sans-serif;
        line-height: 12px;
        font-weight: normal;
        font-size: 10px;
        color: #555658;
    }

    .estagioObra ul li .estagio:after {
        width: 30px;
        height: 30px;
        border: 4px solid #ffffff;
    }

    .estagioObra ul li .estagio:before {
        bottom: 15px;
    }

    .estagioObra ul li:nth-child(2) .estagio:before,
    .estagioObra ul li:nth-child(3) .estagio:before {
        width: calc(150% - 20px);
    }

    .estagioObra ul li:nth-child(3) .estagio:before {
        right: 20px;
    }
}

#at-expanded-menu-host .at-branding-logo,
#at-expanded-menu-host .at-expanded-menu-top-services-header {
    display: none !important;
}

#at20mc {
    display: none;
}

.ui-datepicker {
    width: auto;
    overflow: hidden;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 13px 0 #696969;
    -moz-box-shadow: 0px 1px 13px 0 #696969;
    box-shadow: 0px 1px 13px 0 #696969;
    background: #ffffff;
}

.ui-datepicker .ui-datepicker-header {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #122449;
    margin-bottom: 10px;
    border: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    line-height: 37px;
}

.ui-datepicker .ui-widget-header .ui-icon {
    background-image: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 25px;
    height: 25px;
    text-indent: 9999px;
    border: 2px solid #696969;
    border-radius: 100%;
    cursor: pointer;
    overflow: hidden;
    margin-top: 12px;
}

.ui-datepicker .ui-datepicker-prev {
    float: left;
    margin-left: 12px;
}

.ui-datepicker .ui-datepicker-prev:after {
    transform: rotate(45deg);
    margin: -43px 0px 0px 8px;
}

.ui-datepicker .ui-datepicker-next {
    float: right;
    margin-right: 12px;
}

.ui-datepicker .ui-datepicker-next:after {
    transform: rotate(-135deg);
    margin: -43px 0px 0px 6px;
}

.ui-datepicker .ui-datepicker-prev:after,
.ui-datepicker .ui-datepicker-next:after {
    content: '\e90c';
    position: relative;
    display: block;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    bottom: 1px;
    font-size: 14px;
}

.ui-datepicker .ui-datepicker-prev:after {
    right: 1px;
}

.ui-datepicker .ui-datepicker-next:after {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover:after,
.ui-datepicker .ui-datepicker-next:hover:after {
    background: none !important;
}

.ui-datepicker .ui-datepicker-title {
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar {
    width: 100%;
    text-align: center;
}

.ui-datepicker .ui-datepicker-calendar thead tr th span {
    display: block;
    width: 40px;
    color: #696969;
    margin-bottom: 5px;
    font-size: 13px;
}

.ui-datepicker .ui-datepicker td a {
    text-align: center;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active {
    border: 1px solid #696969 !important;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
    border-color: #696969 !important;
}

.ui-datepicker .ui-state-default {
    display: block;
    text-decoration: none;
    color: #696969;
    line-height: 30px;
    font-size: 12px;
    background: transparent !important;
    border: 1px solid transparent !important;
}

.ui-datepicker .ui-state-default:hover {
    border: 1px solid #696969 !important;
    color: #696969;
}

.ui-datepicker .ui-state-highlight {
    color: #8dd391;
}

.ui-datepicker .ui-state-active {
    color: #5ed1cc;
}

.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    color: #f7f7f7;
    border: 2px solid transparent;
}

#footerNexpe {
    height: 145px;
    background: #778149;
    background: -webkit-linear-gradient(left, #778149 33%, #bbb5ab 33%, #bbb5ab 100%);
    background: -moz-linear-gradient(left, #778149 33%, #bbb5ab 33%, #bbb5ab 100%);
    background: -o-linear-gradient(left, #778149 33%, #bbb5ab 33%, #bbb5ab 100%);
    background: linear-gradient(to right, #778149 33%, #bbb5ab 33%, #bbb5ab 100%);
}

#nHome .bannerHome {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(25, 25, 25, 0.9);
    height: 170px;
    display: block;
    width: 100%;
}

#nHome .lancamentosDestaque,
#nHome .bannerSubMosaico {
    padding: 30px 0 0 0;
}

#nHome .lancamentosDestaque h2,
#nHome .bannerSubMosaico h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #5b5b5b;
    font-weight: 600;
    margin: 0 0 10px 0;
}

#nHome .lancamentosDestaque .carrossel,
#nHome .bannerSubMosaico .carrossel {
    max-width: 1210px;
    margin: 0 auto;
}

#nHome .lancamentosDestaque .carrossel .item .texto,
#nHome .bannerSubMosaico .carrossel .item .texto {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 70px 20px 70px;
}

#nHome .lancamentosDestaque .carrossel .item .texto h2,
#nHome .bannerSubMosaico .carrossel .item .texto h2 {
    margin: 0 0 5px 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 32px;
    font-weight: normal;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

#nHome .lancamentosDestaque .carrossel .item .texto p,
#nHome .bannerSubMosaico .carrossel .item .texto p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 21px;
    font-weight: normal;
    font-size: 19px;
    color: #ffffff;
    margin: 0 0 20px 0;
}

#nHome .lancamentosDestaque .carrossel .item .texto a:link,
#nHome .bannerSubMosaico .carrossel .item .texto a:link,
#nHome .lancamentosDestaque .carrossel .item .texto a:visited,
#nHome .bannerSubMosaico .carrossel .item .texto a:visited {
    display: block;
    float: left;
    padding: 10px 20px;
    background: #45bc13;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

#nHome .lancamentosDestaque .carrossel .owl-nav .owl-prev,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-prev,
#nHome .lancamentosDestaque .carrossel .owl-nav .owl-next,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
}

#nHome .lancamentosDestaque .carrossel .owl-nav .owl-prev,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-prev {
    left: 20px;
}

#nHome .lancamentosDestaque .carrossel .owl-nav .owl-prev span,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-prev span {
    display: block;
    height: 45px;
    width: 45px;
}

#nHome .lancamentosDestaque .carrossel .owl-nav .owl-prev span:before,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-prev span:before {
    font: normal normal normal 45px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    font-weight: bold;
    content: "\f053";
    height: 45px;
}

#nHome .lancamentosDestaque .carrossel .owl-nav .owl-next,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-next {
    right: 20px;
}

#nHome .lancamentosDestaque .carrossel .owl-nav .owl-next span,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-next span {
    display: block;
    height: 45px;
    width: 45px;
}

#nHome .lancamentosDestaque .carrossel .owl-nav .owl-next span:before,
#nHome .bannerSubMosaico .carrossel .owl-nav .owl-next span:before {
    font: normal normal normal 45px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    font-weight: bold;
    content: "\f054";
    height: 45px;
}

#nHome .lancamentosDestaque .carrossel .owl-dots,
#nHome .bannerSubMosaico .carrossel .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: -40px;
    left: 0;
}

#nHome .lancamentosDestaque .carrossel .owl-dots .owl-dot,
#nHome .bannerSubMosaico .carrossel .owl-dots .owl-dot {
    background: none;
    border: 0;
}

#nHome .lancamentosDestaque .carrossel .owl-dots .owl-dot span,
#nHome .bannerSubMosaico .carrossel .owl-dots .owl-dot span {
    width: 10px;
    border: 1px solid #dfdfdf;
    height: 10px;
    background: #f2f2f2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 10px;
    margin: 0 3px;
}

#nHome .lancamentosDestaque .carrossel .owl-dots .owl-dot.active span,
#nHome .bannerSubMosaico .carrossel .owl-dots .owl-dot.active span {
    background: #919191;
    border: #7a7a7a;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



#nHome .tabs .tabMenu .tabsCarrossel .item .texto {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 70px 20px 70px;
}

#nHome .tabs .tabMenu .tabsCarrossel .item .texto h2 {
    margin: 0 0 5px 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 32px;
    font-weight: normal;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
}

#nHome .tabs .tabMenu .tabsCarrossel .item .texto p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 21px;
    font-weight: normal;
    font-size: 19px;
    color: #ffffff;
    margin: 0 0 20px 0;
}

#nHome .tabs .tabMenu .tabsCarrossel .item .texto a:link,
#nHome .tabs .tabMenu .tabsCarrossel .item .texto a:visited {
    display: block;
    float: left;
    padding: 10px 20px;
    background: #45bc13;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-prev,
#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-prev {
    left: 20px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-prev span {
    display: block;
    height: 45px;
    width: 45px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-prev span:before {
    font: normal normal normal 45px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    font-weight: bold;
    content: "\f053";
    height: 45px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-next {
    right: 20px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-next span {
    display: block;
    height: 45px;
    width: 45px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-nav .owl-next span:before {
    font: normal normal normal 45px/1 "Font Awesome 5 Free";
    color: #ffffff;
    line-height: 45px;
    display: inline-block;
    font-weight: bold;
    content: "\f054";
    height: 45px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-dots {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: -40px;
    left: 0;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-dots .owl-dot {
    background: none;
    border: 0;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-dots .owl-dot span {
    width: 10px;
    border: 1px solid #dfdfdf;
    height: 10px;
    background: #f2f2f2;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 10px;
    margin: 0 3px;
}

#nHome .tabs .tabMenu .tabsCarrossel .owl-dots .owl-dot.active span {
    background: #919191;
    border: #7a7a7a;
}

#nHome .tabs .tabMenu ul {
    list-style: none;
}
 
#nHome .tabs .tabMenu ul li a:link,
#nHome .tabs .tabMenu ul li a:visited {
    border-top: 1px solid #ececec;
    display: block;
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #3760b2;
    font-weight: 600;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}

#nHome .tabs .tabMenu ul li.active a:link,
#nHome .tabs .tabMenu ul liCont.active a:visited {
    background: #3760b2;
    color: #ffffff;
} 

#nHome .imoveisOcasiao {
    padding: 50px 0 0 0;
}

#nHome .imoveisOcasiao h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #5b5b5b;
    font-weight: 600;
    margin: 0 0 10px 0;
}

#nHome .imoveisOcasiao .np {
    padding: 0;
}

#nHome .imoveisOcasiao .item {
    position: relative;
}

#nHome .imoveisOcasiao .item:before {
    content: "";
    height: 80px;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 88%, rgba(0, 0, 0, 0.9) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

#nHome .imoveisOcasiao .item a:link img,
#nHome .imoveisOcasiao .item a:visited img {
    width: 100%;
}

#nHome .imoveisOcasiao .item a:link .texto,
#nHome .imoveisOcasiao .item a:visited .texto {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 40px 20px 40px;
    z-index: 2;
}

#nHome .imoveisOcasiao .item a:link .texto p,
#nHome .imoveisOcasiao .item a:visited .texto p {
    font-family: 'Ubuntu', sans-serif;
    line-height: 36px;
    font-weight: normal;
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    text-shadow: 1px -1px 1px rgba(28, 28, 28, 0.5);
    -moz-text-shadow: 1px -1px 1px rgba(28, 28, 28, 0.5);
    -webkit-text-shadow: 1px -1px 1px rgba(28, 28, 28, 0.5);
    margin: 0 0 20px 0;
}

#nHome .imoveisOcasiao .item a:link .texto ul.tags,
#nHome .imoveisOcasiao .item a:visited .texto ul.tags {
    float: left;
}

#nHome .imoveisOcasiao .item a:link .texto ul.tags li,
#nHome .imoveisOcasiao .item a:visited .texto ul.tags li {
    display: inline-block;
    background: rgba(248, 241, 44, 0.8);
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #1c1c1c;
    text-transform: uppercase;
    line-height: 16px;
    padding: 5px;
    margin: 0 2px;
}

#nHome .imoveisOcasiao .item a:link .texto span.confira,
#nHome .imoveisOcasiao .item a:visited .texto span.confira {
    float: right;
    background: #45bc13;
    font-family: 'Ubuntu', sans-serif;
    line-height: 13px;
    font-weight: normal;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

@media only screen and (max-width: 767px) {
    #nHome .imoveisOcasiao .item {
        overflow: hidden;
        margin: 0 0 20px 0;
    }

    #nHome .imoveisOcasiao .item:before {
        display: none;
    }

    #nHome .imoveisOcasiao .item a:link .texto,
    #nHome .imoveisOcasiao .item a:visited .texto {
        position: relative;
        bottom: auto;
        left: auto;
        width: 100%;
        padding: 0;
    }

    #nHome .imoveisOcasiao .item a:link .texto h2,
    #nHome .imoveisOcasiao .item a:visited .texto h2 {
        font-family: 'Ubuntu', sans-serif;
        line-height: 36px;
        font-weight: normal;
        font-size: 34px;
        color: #5b5b5b;
        text-shadow: none;
        -moz-text-shadow: none;
        -webkit-text-shadow: none;
        display: block;
        width: 100%;
        margin: 20px 0;
        text-align: center;
    }

    #nHome .imoveisOcasiao .item a:link .texto span.confira,
    #nHome .imoveisOcasiao .item a:visited .texto span.confira {
        display: none;
    }
}

#nHome .ofertas {
    padding: 50px 0 0 0;
}

#nHome .ofertas h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #5b5b5b;
    font-weight: 600;
    margin: 0 0 20px 0;
}

#nHome .ofertas .banner {
    margin-bottom: 40px;
    display: block;
}

#nHome .bannerInstitucional {
    margin-bottom: 30px;
}

#nHome .bannerInstitucional a img {
    margin: 0 auto;
}

#nHome .linksEstados .foto {
    height: 180px;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: 10px;
}

#nHome .linksEstados .foto span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    padding: 10px 12px;
    color: white;
    font-weight: bold;
    text-align: center;
    background: -webkit-linear-gradient(to bottom, transparent, black);
    background: -o-linear-gradient(to bottom, transparent, black);
    background: -moz-linear-gradient(to bottom, transparent, black);
    background: linear-gradient(to bottom, transparent, black);
}

#nHome .linksEstados .links li {
    list-style: none;
    padding: 8px 12px;
}

#nHome .linksEstados .links li a {
    font-weight: bold;
}

#nHome #resizeFrame {
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
    #nHome .imoveisOcasiao {
        padding: 15px 0 0 0;
    }

    #nHome .lancamentosDestaque {
        padding: 15px 0 0 0;
    }

    #nHome .lancamentosDestaque .carrossel .item .texto {
        position: relative;
        bottom: auto;
        left: auto;
        padding: 15px 0;
    }

    #nHome .lancamentosDestaque .carrossel .item .texto h2 {
        margin: 0 0 5px 0;
        font-family: 'Ubuntu', sans-serif;
        line-height: 24px;
        font-weight: normal;
        font-size: 22px;
        color: #112145;
        font-weight: 600;
        text-transform: uppercase;
    }

    #nHome .lancamentosDestaque .carrossel .item .texto p {
        font-family: 'Ubuntu', sans-serif;
        line-height: 18px;
        font-weight: normal;
        font-size: 16px;
        color: #000000;
        margin: 0 0 20px 0;
    }

    #nHome .lancamentosDestaque .carrossel .item .texto a:link,
    #nHome .lancamentosDestaque .carrossel .item .texto a:visited {
        width: 100%;
        float: none;
        text-align: center;
    }

    #nHome .lancamentosDestaque .carrossel .owl-nav {
        display: none;
    }

    #nHome .lancamentosDestaque .carrossel .owl-nav .owl-prev,
    #nHome .lancamentosDestaque .carrossel .owl-nav .owl-next {
        top: 18%;
        margin-top: 0;
    }



    #nHome .tabs .tabMenu {
        overflow-x: auto;
        display: block;
        width: 100%;
        height: 100px;
    }

    #nHome .tabs .tabMenu ul li {
        padding: 0;
    }

    #nHome .tabs .tabMenu ul li:before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background: #ffffff;
        display: block;
    }

    #nHome .tabs .tabMenu ul li:last-child:before {
        display: none;
    }

    #nHome .tabs .tabMenu ul li a:link,
    #nHome .tabs .tabMenu ul li a:visited {
        height: 53px;
        padding: 10px;
        font-family: 'Ubuntu', sans-serif;
        line-height: 15px;
        font-weight: normal;
        font-size: 13px;
        color: #3760b2;
        font-weight: 600;
        line-height: 32px;
        word-wrap: break-word;
    }

    #nHome .tabs .tabContent {
        padding: 15px 0 0 0;
    }

    #nHome .ofertas {
        padding: 15px 0 0 0;
    }

    #nHome .ofertas .boxOferta {
        padding: 70px 15px;
        margin: 0 0 15px 0;
    }
}

.btnSim {
    display: block;
    padding: 14px 10px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #2daa24;
    background: #ffffff;
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #2daa24;
    margin: 20px 0 0 20px;
}

.btnSim:hover {
    color: #2daa24;
}

@media screen and (max-width: 992px) {
    .btnSim {
        margin: 20px 0 0 -10px;
    }
}

@media screen and (max-width: 768px) {
    .btnSim {
        margin: 20px 0 0 0;
    }
}

.btnSimL {
    display: block;
    padding: 14px 10px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #2daa24;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #2daa24;
    margin: 20px 0 0 20px;
    padding: 17px 10px;
    font-size: 17px;
    position: relative;
    bottom: unset;
    width: 100%;
    margin: 24px 0 0 30px;
}

.btnSimL:hover {
    color: #2daa24;
}

@media screen and (max-width: 768px) {
    .btnSimL {
        margin: -9px 0 0 0px;
    }
}

# sourceMappingURL=style.css.map 




.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav>li {
    position: relative;
    display: block;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}



.prefooter {
    background: #1cac00;
    color: #fff;
    padding: 20px 0;
    clear: both;
    position: relative;
    z-index: 999;
}

.prefooter h5 {
    line-height: 24px;
    font-size: 17px;
}

.prefooter .form-news {
    text-align: right;
}

a {
    text-decoration: none;
}

.split-page {
    display: flex;
}

@media (min-width: 1745px) {
    .split-page .split-page-c1 {
        width: 35% !important;
    }
}
/* 
.split-page .split-page-c1 {
    padding: 0 10px;
}

.split-page .head-common {
    padding: 30px 0;
}

.split-page .head-common h1 {
    margin-right: 40px;
}

.head-common h1 {
    font-size: 36px;
    color: #1c1c1c;
    font-weight: 500;
    display: inline-block;
    margin: 0;
}

.head-common * {
    vertical-align: bottom;
} */

/* .split-page .head-common .select-wrapper {
    display: inline-block;
    width: auto;
    max-width: 150px;
} */

.form-item {
    position: relative;
    border-radius: 2px;
    height: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.our-shops {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}

#nHome .tabs .tabContent {
    padding: 15px 0;
    background: #f2f2f2;
}

#nHome .imovel .link {
    margin: 15px 0;
}

#nHome .imovel .link .img {
    height: 280px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    border-radius: 3px 3px 0 0;
}

    /* #nHome .imovel .link .img img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
    } */

    #nHome .imovel .link .desc {
        width: 100%;
        display: block;
        min-height: 220px;
        padding: 20px 20px 30px;
        background: white;
        border-radius: 0 0 3px 3px;
        -webkit-box-shadow: 0px 1px 4px 0 #ccc;
        -moz-box-shadow: 0px 1px 4px 0 #ccc;
        box-shadow: 0px 1px 4px 0 #ccc;
    }

#nHome .imovel .favoritar:link, #nHome .imovel .favoritar:visited {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    text-decoration: none;
}

#nHome .imovel .link:hover .desc h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #6288d9;
    font-weight: 600;
    line-height: 20px;
}

#nHome .imovel .link .desc h2 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #5b5b5b;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#nHome .imovel .link .desc p.preco {
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    line-height: 22px;
    font-weight: normal;
    font-size: 20px;
    color: #112145;
    font-weight: 600;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

#nHome .tabs .tabMenu ul li.active a:link, #nHome .tabs .tabMenu ul li.active a:visited {
    background: #3760b2;
    color: #ffffff;
}
#nHome .tabs .tabMenu ul li a:link, #nHome .tabs .tabMenu ul li a:visited {
    border-top: 1px solid #ececec;
    display: block;
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #3760b2;
    font-weight: 600;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
}
/* 
#buscaHeader .boxFiltros .advancedFilters > ul {
    list-style: none;
    margin: 0;
}

    #buscaHeader .boxFiltros .advancedFilters > ul > div > li {
        padding: 0;
    }

        #buscaHeader .boxFiltros .advancedFilters > ul > div > li.dormitorios > a:link, #buscaHeader .boxFiltros .advancedFilters > ul > div > li.dormitorios > a:visited {
            padding: 5px 16px 5px 30px;
        }

        #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited {
            border-bottom: 2px solid #b1b1b1;
            padding: 5px 16px 5px 25px;
            font-family: 'Ubuntu', sans-serif;
            line-height: 17px;
            font-weight: normal;
            font-size: 15px;
            color: white;
            text-decoration: none;
            display: block;
            width: 100%;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

#buscaHeader .filtro .boxModal {
    display: none;
    position: absolute;
    min-width: 100%;
    top: 100%;
    background: #f2f2f2;
    z-index: 11;
    margin-top: -2px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    height: 0;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    float: left;
    border-top: 4px solid #55a931;
    min-width: 240px;
}
    #buscaHeader .filtro .boxModal h4 {
        display: none;
    }

#buscaHeader .filtro h4 {
    font-family: 'Ubuntu', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: white;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

#buscaHeader ul.checkboxLB {
    overflow: hidden;
    margin: 0;
}

    #buscaHeader ul.checkboxLB li {
        display: block;
        width: 100%;
        float: left;
        padding: 10px;
        border-bottom: 1px solid #b1b1b1;
        position: relative;
    }

        #buscaHeader ul.checkboxLB li input[type="radio"] {
            display: none;
        }

            #buscaHeader ul.checkboxLB li input[type="radio"] + label {
                padding: 0px 0px 0px 30px;
                position: relative;
                width: calc(100%-20px);
                float: none;
                display: block;
                cursor: pointer;
                font-family: 'Ubuntu', sans-serif;
                line-height: 16px;
                font-weight: normal;
                font-size: 14px;
                color: #575757;
                line-height: 20px;
                margin: 0;
                top: auto;
                left: auto;
            }

#buscaHeader .boxFiltros .advancedFilters > ul > div > li.dormitorios > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li.dormitorios > a:visited:before {
    content: "\f236";
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:before {
    content: "";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: 400;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:after, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:after {
    content: "\f107";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li.suites > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li.suites > a:visited:before {
    content: "\f445";
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:before {
    content: "";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: 400;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li.vagas > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li.vagas > a:visited:before {
    content: "\f1b9";
}




#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:before {
    content: "";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: 400;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:after, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:after {
    content: "\f107";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li.area > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li.area > a:visited:before {
    content: "\f5cb";
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:before {
    content: "";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: 400;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:after, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:after {
    content: "\f107";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li.preco > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li.preco > a:visited:before {
    content: "\f155";
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:before {
    content: "";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: 400;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:after, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:after {
    content: "\f107";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li.caracteristicas > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li.caracteristicas > a:visited:before {
    content: "\f0cb";
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:before, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:before {
    content: "";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: 400;
    top: 50%;
    left: 0;
    margin-top: -10px;
    position: absolute;
}

#buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:link:after, #buscaHeader .boxFiltros .advancedFilters > ul > div > li > a:visited:after {
    content: "\f107";
    font: normal normal normal 20px/1 "Font Awesome 5 Free";
    color: #55a931;
    line-height: 20px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}

#buscaHeader .boxFiltros {
    padding: 40px 0;
}

    #buscaHeader .boxFiltros .col-md-2 {
        width: 15.66666667%;
        display: inline-block;
    }

#buscaHeader .filtro .boxModal.open {
    display: block;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    height: auto;
    overflow: inherit;
}

#buscaHeader .faixaAvancada {
    background: #fff;
    padding: 30px 0;
    margin: 20px 0 0 0;
}

#buscaHeader .boxFiltros {
    padding: 40px 0;
}*/

.anuncie-seu-imovel .page-header {
    display: block;
}

.page-header {
    color: #1c1c1c;
    border-bottom: 1px solid #e3e3e3;
    font-size: 37px;
    padding: 20px 0;
}

.container, div.modal .modal-content, .tokenize-dropdown, .anuncie-seu-imovel .page-header span, .anuncie-seu-imovel {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) 
{
    .container, div.modal .modal-content, .tokenize-dropdown, .anuncie-seu-imovel .page-header span, .anuncie-seu-imovel {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container, div.modal .modal-content, .tokenize-dropdown, .anuncie-seu-imovel .page-header span, .anuncie-seu-imovel {
        width: 960px;
    }
}

@media (min-width: 1280px) {
    .container, div.modal .modal-content, .tokenize-dropdown, .anuncie-seu-imovel .page-header span, .anuncie-seu-imovel {
        width: 1240px;
    }
}

.field-summary {
    margin: 0 0 30px 0;
}

.field-summary h2 {
    color: #6288d9;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.field-summary p {
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.announce-form {
    padding-bottom: 110px;
}

.panel {
    border: 0;
}

.form-item {
    position: relative;
    border-radius: 2px;
    height: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default[id*=dados-do-proprietario], .panel-default[id*=dados-do-imovel] {
    padding: 20px 30px;
}

.panel-default > .panel-heading {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.panel-heading {
    background: #fff;
    border: 0;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-default[id*=dados-do-proprietario] .panel-body, .panel-default[id*=dados-do-imovel] .panel-body {
    padding: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading .panel-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #1c1c1c;
    padding: 0 0 20px 0;
}

.panel-title {
    display: block;
    margin: -10px -15px;
    padding: 10px 15px;
}

.panel-default[id*=dados-do-proprietario] .panel-body > .form-item, .panel-default[id*=dados-do-imovel] .panel-body > .form-item {
    width: 23%;
    margin-right: 10px;
    min-width: 237px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

.form-item {
    position: relative;
    border-radius: 2px;
    height: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.form-type-email, .form-type-textfield, .form-type-select, .form-type-cshs, .form-type-password, .form-type-entity-autocomplete, .form-type-textarea, .form-type-tel {
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
    padding: 0 12px;
    height: 48px;
    border-radius: 4px;
    position: relative;
}

.panel-default[id*=dados-do-proprietario] .panel-body > .form-item label, .panel-default[id*=dados-do-imovel] .panel-body > .form-item label {
    color: dimgray;
    padding: 0;
}

.panel-default[id*=dados-do-proprietario] .panel-body > .form-item label, .panel-default[id*=dados-do-imovel] .panel-body > .form-item label {
    color: dimgray;
    padding: 0;
}

.form-type-email .control-label, .form-type-textfield .control-label, .form-type-select .control-label, .form-type-cshs .control-label, .form-type-password .control-label, .form-type-entity-autocomplete .control-label, .form-type-textarea .control-label, .form-type-tel .control-label {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
    position: absolute;
    background: #122349;
    color: #6288d9;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-transform: lowercase;
    opacity: 0;
    top: 50%;
    margin-top: -8px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.panel-default[id*=dados-do-proprietario] .panel-body, .panel-default[id*=dados-do-imovel] .panel-body {
    padding: 0;
}

.panel-default[id*=dados-do-proprietario], .panel-default[id*=dados-do-imovel] {
    padding: 20px 30px;
}

.form-required:after {
    background-image: url(/themes/brasilbrokers/css/../images/required.svg);
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    line-height: 1;
    height: 7px;
    width: 10px;
}

.form-type-email input, .form-type-textfield input, .form-type-select input, .form-type-cshs input, .form-type-password input, .form-type-entity-autocomplete input, .form-type-textarea input, .form-type-tel input {
    box-shadow: none;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    width: 100%;
    height: 25px;
    margin: 9px 0;
    font-weight: 500;
    border: 0 !important;
    position: relative;
    top: 0;
    -webkit-transition: top ease .3s;
    -o-transition: top ease .3s;
    transition: top ease .3s;
}

/* .form-control, .form-type-select.form-type-select .select-wrapper select, .form-type-cshs.form-type-cshs .select-wrapper select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.45;
    color: #1cac00;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} */

.panel-default[id*=dados-do-proprietario] .panel-body [id*='optin'], .panel-default[id*=dados-do-imovel] .panel-body [id*='optin'] {
    width: 100%;
    padding: 20px 0 0 0;
}

.panel-default[id*=dados-do-proprietario] .panel-body > .form-item, .panel-default[id*=dados-do-imovel] .panel-body > .form-item {
    width: 23%;
    margin-right: 10px;
    min-width: 237px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

fieldset.form-composite {
    margin: 0;
}

.panel-default[id*=dados-do-proprietario] .panel-body [id*='optin'], .panel-default[id*=dados-do-imovel] .panel-body [id*='optin'] {
    width: 100%;
    padding: 20px 0 0 0;
}
.panel-default[id*=dados-do-proprietario] .panel-body>.form-item, .panel-default[id*=dados-do-imovel] .panel-body>.form-item {
    width: 23%;
    margin-right: 10px;
    min-width: 237px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}
fieldset.form-composite {
    margin: 0;
}
.form-item {
    position: relative;
    border-radius: 2px;
    height: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

.form-item {
    position: relative;
    border-radius: 2px;
    height: auto;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.fieldgroup {
    border-width: 0;
    padding: 0;
}

legend {
    display: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #adadad;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.form-item .form-type-checkbox {
    height: auto;
    padding: 0;
    margin-bottom: 15px;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.panel-default[id*=dados-do-proprietario] .panel-body [id*='optin'], .panel-default[id*=dados-do-imovel] .panel-body [id*='optin'] {
    width: 100% !important;
    padding: 20px 0 0 0;
}

.form-item .form-type-checkbox .form-checkbox {
    display: none;
}

.form-item .form-type-checkbox .control-label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    border: 2px solid #ccc;
    margin-right: 18px;
    text-align: center;
    transition-duration: 330ms;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 21px;
    font-size: 9px;
    padding-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-item .form-type-checkbox .control-label {
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
    font-weight: 500;
}

.panel-body:after {
    clear: both;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.form-type-email .control-label, .form-type-textfield .control-label, .form-type-select .control-label, .form-type-cshs .control-label, .form-type-password .control-label, .form-type-entity-autocomplete .control-label, .form-type-textarea .control-label, .form-type-tel .control-label {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400;
    position: absolute;
    background: #122349;
    color: #6288d9;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    text-transform: lowercase;
    opacity: 0;
    top: 50%;
    margin-top: -8px;
}

.form-required:after {
    background-image: url(/themes/brasilbrokers/css/../images/required.svg);
    background-size: 10px 7px;
    content: "";
    display: inline-block;
    line-height: 1;
    height: 7px;
    width: 10px;
}

.form-type-email input, .form-type-textfield input, .form-type-select input, .form-type-cshs input, .form-type-password input, .form-type-entity-autocomplete input, .form-type-textarea input, .form-type-tel input {
    box-shadow: none;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    width: 100%;
    height: 25px;
    margin: 9px 0;
    font-weight: 500;
    border: 0 !important;
    position: relative;
    top: 0;
    -webkit-transition: top ease .3s;
    -o-transition: top ease .3s;
    transition: top ease .3s;
}

[id*=dados-do-imovel] div.fieldgroup .panel-heading {
    display: none;
}

.panel-default[id*=dados-do-proprietario] .panel-body, .panel-default[id*=dados-do-imovel] .panel-body {
    padding: 0;
}

.panel-default[id*=dados-do-proprietario] .panel-body > .form-item, .panel-default[id*=dados-do-imovel] .panel-body > .form-item {
    width: 23%;
    margin-right: 10px;
    min-width: 237px;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top;
}

[id*=dados-do-imovel] div.webform-location {
    display: block;
    width: 81% !important;
    background: none;
    margin: 0 0 20px 0;
}

[id*=dados-do-imovel] div.webform-location .form-item {
    display: inline-block;
    min-width: 230px;
    vertical-align: middle;
    margin: 0;
}

[id*=dados-do-imovel] div.fieldgroup .form-item {
    width: 100%;
    margin-bottom: 0;
}

[id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop {
    vertical-align: top;
    margin-bottom: 20px;
    width: 40%;
}

.form-type-email.form-type-select .select-wrapper select, .form-type-email.form-type-cshs .select-wrapper select, .form-type-textfield.form-type-select .select-wrapper select, .form-type-textfield.form-type-cshs .select-wrapper select, .form-type-select.form-type-select .select-wrapper select, .form-type-select.form-type-cshs .select-wrapper select, .form-type-cshs.form-type-select .select-wrapper select, .form-type-cshs.form-type-cshs .select-wrapper select, .form-type-password.form-type-select .select-wrapper select, .form-type-password.form-type-cshs .select-wrapper select, .form-type-entity-autocomplete.form-type-select .select-wrapper select, .form-type-entity-autocomplete.form-type-cshs .select-wrapper select, .form-type-textarea.form-type-select .select-wrapper select, .form-type-textarea.form-type-cshs .select-wrapper select, .form-type-tel.form-type-select .select-wrapper select, .form-type-tel.form-type-cshs .select-wrapper select {
    width: 100%;
    box-shadow: none;
    border: 0;
    height: 48px;
}

[id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop {
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 20px;
    width: 40%;
}

[id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper .form-control, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-email.form-type-select .select-wrapper select, .form-type-email.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-textfield.form-type-select .select-wrapper select, .form-type-textfield.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-cshs.form-type-cshs .select-wrapper select, .form-type-cshs.form-type-cshs [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-password.form-type-select .select-wrapper select, .form-type-password.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-entity-autocomplete.form-type-select .select-wrapper select, .form-type-entity-autocomplete.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-textarea.form-type-select .select-wrapper select, .form-type-textarea.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-tel.form-type-select .select-wrapper select, .form-type-tel.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select {
    font-size: 14px;
    color: #6288d9;
}

[id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper .form-control, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-email.form-type-select .select-wrapper select, .form-type-email.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-textfield.form-type-select .select-wrapper select, .form-type-textfield.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-cshs.form-type-cshs .select-wrapper select, .form-type-cshs.form-type-cshs [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-password.form-type-select .select-wrapper select, .form-type-password.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-entity-autocomplete.form-type-select .select-wrapper select, .form-type-entity-autocomplete.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-textarea.form-type-select .select-wrapper select, .form-type-textarea.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select, [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .form-type-tel.form-type-select .select-wrapper select, .form-type-tel.form-type-select [id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper select {
    font-size: 14px;
    color: #6288d9;
}

[id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper {
    background: #f2f2f2;
}

[id*=dados-do-imovel] .panel-body div.form-type-select.blue-drop .select-wrapper:after {
    color: #6288d9;
}

.has-glyphicons .select-wrapper:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e90d';
    display: inline-block;
}

.iconFont, .has-glyphicons .select-wrapper:after, #cboxPrevious:before, #cboxNext:before, #cboxClose:before, #OmClose:before, .property-midia .slick-arrow:before, .header .countries .wrapper-select:after, .header.intern-header .search-header .form-inline .wrapper-select:after, .header.intern-header .search-header .form-inline .wrapper-input:before, .search-input:before, .search-input .tokenize ul.tokens-container.form-control li a:after, .filtered-flags .filtered-flags-item a:after, .prefooter .block-newsforms-block .form-group.form-type-textfield:before, .prefooter .block-newsforms-block .form-group.form-type-email:before, .paragraph--type--accordion .ui-accordion .ui-accordion-header .ui-accordion-header-icon::after, .ajax-success .icon, .ajax-success .form-interest .info-corporate .stores .stores-item .address-street:before, .form-interest .info-corporate .stores .stores-item .ajax-success .address-street:before, .gallery .gallery-body ul ul li a:before, .gallery .item-list ul ul li a:before, .habitation-head .habitation-head-details .habitation-actions span.at-icon-wrapper:before, .habitation-images button.slick-arrow:before, .map-filters h5:after, .map-filters .map-filters-list button.active:before, .chart .chart-details .chart-details-discount:before, .gallery-img-princ .slick-arrow:before, .event-info-block .event-info-block-head .form-type-select .select-wrapper:after, .list-houseintext .list-houseintext-item address:before, .list-houseintext .list-houseintext-item li:before, .buscaAntiga- .fieldBuscaHome .addEndereco:after, [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.select-wrapper:after {
    color: #1cac00;
    content: '▼';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-top: -2.5px;
    padding-right: 0.5em;
    pointer-events: none;
    position: absolute;
    right: 3px;
    top: 50%;
    z-index: 10;
    font-size: 9px;
}

.input-group .select-wrapper {
    display: table-cell;
}

.announce-form .webform-button--submit {
    width: 200px !important;
}

.form-actions .form-submit {
    background: #1cac00;
    color: #fff;
    padding: 5px 20px;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    margin-right: 0;
    height: 48px;
    width: auto;
    text-align: center;
    float: right;
}

.btn, #frmChat #formulario-footer #formulario-footer-02 a, .callto-quiz .popup-login form input[type=submit], #modalquiz .modal-content #edit-submit, #modalquiz .modal-content .next {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.45;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-item .form-type-checkbox .form-checkbox:checked + .control-label:before {
    content: '\e916';
    background: #6288d9;
    border-color: #6288d9;
    color: #fff;
}

.iconFont, .has-glyphicons .select-wrapper:after, #cboxPrevious:before, #cboxNext:before, #cboxClose:before, #OmClose:before, .property-midia .slick-arrow:before, .header .countries .wrapper-select:after, .header.intern-header .search-header .form-inline .wrapper-select:after, .header.intern-header .search-header .form-inline .wrapper-input:before, .search-input:before, .search-input .tokenize ul.tokens-container.form-control li a:after, .filtered-flags .filtered-flags-item a:after, .prefooter .block-newsforms-block .form-group.form-type-textfield:before, .prefooter .block-newsforms-block .form-group.form-type-email:before, .paragraph--type--accordion .ui-accordion .ui-accordion-header .ui-accordion-header-icon::after, .ajax-success .icon, .ajax-success .form-interest .info-corporate .stores .stores-item .address-street:before, .form-interest .info-corporate .stores .stores-item .ajax-success .address-street:before, .gallery .gallery-body ul ul li a:before, .gallery .item-list ul ul li a:before, .habitation-head .habitation-head-details .habitation-actions span.at-icon-wrapper:before, .habitation-images button.slick-arrow:before, .map-filters h5:after, .map-filters .map-filters-list button.active:before, .chart .chart-details .chart-details-discount:before, .gallery-img-princ .slick-arrow:before, .event-info-block .event-info-block-head .form-type-select .select-wrapper:after, .list-houseintext .list-houseintext-item address:before, .list-houseintext .list-houseintext-item li:before, .buscaAntiga- .fieldBuscaHome .addEndereco:after, [class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

[id*=dados-do-imovel] div[id*='edit-modelo'] {
    height: 48px;
    vertical-align: middle;
}

[id*=dados-do-imovel] div[id*='edit-modelo'] .form-item {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 12px 0;
    border: 0;
}

/* .loginModal .modal-header .close {
    position: absolute;
    right: 10px;
    z-index: 9898898989898990000000000;
} */

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.loginModal .modal-content {
    border: none;
    filter: drop-shadow(0 16px 20px rgba(0,0,0,.2));
}

.loginModal .modal-body {
    padding: 1rem 2.2rem;
}

/* .loginModal h4 {
    font-weight: bold;
    color: #05286a;
    font-size: 1rem;
} */

.loginModal .feedback {
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.loginModal .feedback.error:before {
    content: "";
    color: #ffa500;
}

.loginModal .feedback:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    content: "";
    display: block;
}

.form-group.floating-label {
    position: relative;
}

.form-group.floating-label .form-control:not(:placeholder-shown) {
    padding-top: 1.4rem;
    padding-bottom: 0.625rem;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.loginModal {
    font-size: .9rem;
}

.form-control {
    height: calc(3.5rem + 2px);
    padding: 1rem 0.75rem;
    font-size: .9rem;
    color: #7d8484;
    border-radius: 8px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group.floating-label label {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .2s ease-in-out,transform .2s ease-in-out;
    color: #7d8484;
    text-align: left;
    font-size: .9rem;
}

.form-group {
    margin-bottom: 1rem;
}

.loginModal .formContainerLink {
    margin-bottom: 20px;
    display: block;
}

.loginModal a {
    color: #7d8484;
    text-decoration: underline;
}

.mt-n2, .my-n2 {
    margin-top: -0.5rem !important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.btn.green {
    background: #7bbb06;
    color: #fff;
}

.btn.lg {
    width: 250px;
    padding: 10px;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.loginModal .formContainerLink {
    margin-bottom: 20px;
    display: block;
}

.loginModal .modal-header {
    border: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.text-left {
    text-align: left !important;
}

/* .loginModal h4 {
    font-weight: bold;
    color: #05286a;
    font-size: 1rem;
} */

/* ul.checkbox-list {
    list-style: none;
    padding: 0;
}

ul.checkbox-list li {
    color: #05286a;
    margin-bottom: 10px;
} */

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

button, input {
    overflow: visible;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-weight: normal !important;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #05286a;
    background-color: #05286a;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label:before, .custom-control-label:after {
    top: 0.1rem;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.loginModal a {
    color: #7d8484;
    text-decoration: underline;
}

/* .blue-text, .blue-link {
    color: #05286a !important;
    font-weight: 600;
} */

.form-control.error {
    border-color: #f00;
    color: #f00;
}

.form-group.floating-label .form-control.error ~ label.error {
    position: static;
    width: 100%;
    display: block;
    color: #f00;
    margin-bottom: -10px !important;
    font-size: .8rem;
    font-weight: bold;
    padding: 0 0 0 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1 !important;
}

.cadastro {
    padding: 50px 0;
    background: #fff;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.cadastro .nav-tabs.multi-tabs .nav-link {
    width: auto;
}

.cadastro .nav-tabs .nav-link {
    border: 2px solid transparent;
    border-radius: 0;
    font-weight: bold;
    font-size: 1rem;
    color: #dee2e6;
}

/* @media (min-width: 780px) {
    .cadastro .nav-item, .cadastro .tab-pane {
        width: 550px;
    }
} */

/* .nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.cadastro .nav-tabs.multi-tabs .nav-link {
    width: auto;
}

.cadastro .nav-tabs .nav-item.show .nav-link, .cadastro .nav-tabs .nav-link.active {
    color: #05286a;
    border-color: #fff #fff #05286a;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
} */

/* @media (min-width: 780px) {
    .cadastro .nav-item, .cadastro .tab-pane {
        width: 550px;
    }
} */

.tab-content > .active {
    display: block;
}

.tab-content > .tab-pane {
    display: none;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.fade {
    transition: opacity .15s linear;
}

.form-group.floating-label {
    position: relative;
}

.form-group.floating-label .form-control:focus, .form-group.floating-label .form-control:not(:placeholder-shown) {
    padding-top: 1.4rem;
    padding-bottom: 0.625rem;
}

.cadastro .form-control {
    height: 55px;
    padding: 0.25rem 1rem;
}

a {
    color: #05286a;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.lista-cards-imoveis {
    margin: 40px 0;
}

.lista-imoveis .imovel-container .card {
    margin-bottom: 0;
}

@media (min-width: 780px) {
    .cadastro .nav-item#nav-meusfavoritos .imovel-container, .cadastro .tab-pane#nav-meusfavoritos .imovel-container {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.lista-cards-imoveis:not(.meus-favoritos) .imovel-container {
    max-width: none;
}

.lista-imoveis .imovel-container {
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
    height: fit-content;
}

.lista-imoveis .imovel-container {
    position: relative;
}

.lista-imoveis .imovel-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.favorito[data-favorito=true] {
    animation-name: favoriteChecked;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.favorito {
    display: flex;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 31px;
    height: 28px;
    cursor: pointer;
    z-index: 3;
    pointer-events: all;
    animation-name: favoriteUnchecked;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background-image .3s ease-in-out;
    transition: background-image .3s ease-in-out;
}

.favorito[data-favorito=true] svg {
    fill: #05286a;
}

.favorito svg {
    fill: transparent;
    width: 25px;
}

.selo-lancamento {
    position: absolute;
    top: 8px;
    left: 8px;
    color: #fff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background: #05286a;
    border-radius: 8px;
    padding: 1px 16px;
}

.selo-lancamento:after {
    content: "Lançamento";
}

.lista-imoveis .card .card-fotos {
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white,#000);
    margin: -1px;
    background: #dadada;
    z-index: 2;
}


@media (min-width: 1200px) {
    .lista-imoveis .card .card-fotos .card-img-top {
        height: 145px;
    }
}

@media (min-width: 960px) {
    .lista-imoveis .card .card-fotos .card-img-top {
        height: 19vw;
    }
}

@media (min-width: 768px) {
    .lista-imoveis .card .card-fotos .card-img-top {
        height: 29.5vw;
    }
}

.lista-imoveis .card .card-fotos .card-img-top {
    width: 100%;
    height: 58.5vw;
    object-fit: cover;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.lista-imoveis .card .card-body {
    padding: 15px 20px 10px 20px;
    position: relative;
    color: #5b5b5b;
    font-size: 13px;
    z-index: 2;
}

.lista-imoveis .card .card-body .detalhes {
    min-height: 86px;
}

.lista-imoveis .card .card-body .detalhes .tipo-imovel {
    font-weight: 700;
    font-size: 11px;
}

.lista-imoveis .card .card-body .detalhes .endereco {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.2;
    margin: 0.15rem 0;
    color: #05286a;
}

.valores {
    right: -60px !important;
}

.lista-imoveis .card .card-body .valores .titulo {
    font-weight: 600;
    line-height: 1.1;
    font-size: .75rem;
    color: #5b5b5b;
}

.lista-imoveis .card .card-body .valores .valor {
    font-weight: bold;
    font-size: 1.15rem;
    color: #05286a;
}

.fade:not(.show) {
    opacity: 0;
}

.modal-open .modal.show {
    overflow-y: hidden;
}

.loading.feedback {
    background: #fff;
    font-weight: bold;
    left: -10px;
    right: -10px;
    border-radius: 10px;
    box-shadow: 0 0 0 1000px #fff inset,0 3px 7px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 0 1000px #fff inset,0 3px 7px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 0 1000px #fff inset,0 3px 7px rgba(0,0,0,.1);
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -7px;
    z-index: 9989;
    text-align: center;
    background: rgba(0,0,0,.2);
}

.loading.feedback.error .loading-content:before {
    content: "";
    color: #f00;
}

.loading.feedback .loading-content:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-right: 5px;
}

.loading .loading-content {
    position: absolute;
    width: 100%;
    top: 50%;
}

.loading.feedback .loading-content span {
    display: inline-block;
    height: 30px;
}