@charset "UTF-8";
@font-face {
    font-family: ApresentaIcon;
    src: url(/fonts/ApresentaIcon.eot?7b3eb3e474139155f352580d262a102e);
    src: url(/fonts/ApresentaIcon.eot?7b3eb3e474139155f352580d262a102e) format("embedded-opentype"), url(../img/img_96.woff2) format("woff2"), url(../img/img_97.woff) format("woff"), url(../img/img_98.ttf) format("truetype"), url(../img/img_99.svg) format("svg")
}

.icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    display: inline-block;
    flex-shrink: 0;
    font: normal normal normal 1em/1 ApresentaIcon
}

.icon-sm {
    font-size: .8em
}

.icon-lg {
    font-size: 1.2em
}

.icon-16 {
    font-size: 16px
}

.icon-32 {
    font-size: 32px
}

.icon-is-spinning {
    animation: icon-spin 1s linear infinite
}

@keyframes icon-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.icon-rotate-90 {
    transform: rotate(90deg)
}

.icon-rotate-180 {
    transform: rotate(180deg)
}

.icon-rotate-270 {
    transform: rotate(270deg)
}

.icon-flip-y {
    transform: scaleY(-1)
}

.icon-flip-x {
    transform: scaleX(-1)
}

.icon-add1:before {
    content: "\ea01"
}

.icon-area:before {
    content: "\ea02"
}

.icon-bed:before {
    content: "\ea03"
}

.icon-bed2:before {
    content: "\ea04"
}

.icon-bed3:before {
    content: "\ea05"
}

.icon-cancel:before {
    content: "\ea06"
}

.icon-car:before {
    content: "\ea07"
}

.icon-car2:before {
    content: "\ea08"
}

.icon-chat:before {
    content: "\ea09"
}

.icon-check:before {
    content: "\ea0a"
}

.icon-checked:before {
    content: "\ea0b"
}

.icon-dining:before {
    content: "\ea0c"
}

.icon-dinner2:before {
    content: "\ea0d"
}

.icon-document:before {
    content: "\ea0e"
}

.icon-envelope-send:before {
    content: "\ea0f"
}

.icon-facebook:before {
    content: "\ea10"
}

.icon-facebook-messenger:before {
    content: "\ea11"
}

.icon-ground:before {
    content: "\ea12"
}

.icon-height:before {
    content: "\ea13"
}

.icon-linkedin:before {
    content: "\ea14"
}

.icon-load:before {
    content: "\ea15"
}

.icon-load-2:before {
    content: "\ea16"
}

.icon-map-pin:before {
    content: "\ea17"
}

.icon-padlock-unlocked:before {
    content: "\ea18"
}

.icon-people:before {
    content: "\ea19"
}

.icon-phone:before {
    content: "\ea1a"
}

.icon-pinterest:before {
    content: "\ea1b"
}

.icon-print:before {
    content: "\ea1c"
}

.icon-qrcode:before {
    content: "\ea1d"
}

.icon-queen:before {
    content: "\ea1e"
}

.icon-search:before {
    content: "\ea1f"
}

.icon-send:before {
    content: "\ea20"
}

.icon-shower:before {
    content: "\ea21"
}

.icon-shower2:before {
    content: "\ea22"
}

.icon-social-twitter:before {
    content: "\ea23"
}

.icon-sofa:before {
    content: "\ea24"
}

.icon-star:before {
    content: "\ea25"
}

.icon-star-fill:before {
    content: "\ea26"
}

.icon-surface:before {
    content: "\ea27"
}

.icon-tiktok:before {
    content: "\ea28"
}

.icon-trash:before {
    content: "\ea29"
}

.icon-twitter:before {
    content: "\ea2a"
}

.icon-warning:before {
    content: "\ea2b"
}

.icon-whatsapp:before {
    content: "\ea2c"
}

.icon-width:before {
    content: "\ea2d"
}

.icon-youtube:before {
    content: "\ea2e"
}

@font-face {
    font-display: swap;
    font-family: Helvetica LT Std;
    font-style: normal;
    font-weight: 700;
    src: url(../img/img_100.woff2) format("woff2"), url(../img/img_101.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Helvetica LT Std;
    font-style: normal;
    font-weight: 300;
    src: url(../img/img_102.woff2) format("woff2"), url(../img/img_103.woff) format("woff")
}

@font-face {
    font-display: swap;
    font-family: Helvetica LT Std;
    font-style: normal;
    font-weight: 500;
    src: url(../img/img_104.woff2) format("woff2"), url(../img/img_105.woff) format("woff")
}

body,
body * {
    font-family: Helvetica LT Std, sans-serif
}

body {
    font-weight: 400
}

body .container {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%
}

@media screen and (max-width:1400px) {
    body .container {
        max-width: 1170px
    }
}

@media screen and (max-width:1200px) {
    body .container {
        max-width: 980px
    }
}

@media screen and (max-width:992px) {
    body .container {
        max-width: 750px
    }
}

.button {
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    opacity: 1;
    outline: none;
    padding: 10px;
    text-align: center;
    transition: all .1s ease-in-out
}

.button:hover {
    opacity: .8
}

.button.primary {
    background-color: #023765;
    color: #fff;
    font-weight: 800
}

.btn-primary {
    border: none
}

@media (min-width:1200px) {
    .generation .container {
        margin: 0 auto;
        max-width: 1400px;
        width: 100%
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {
    .generation .container {
        max-width: 1170px
    }
}

@media screen and (min-width:1200px) and (max-width:1200px) {
    .generation .container {
        max-width: 980px
    }
}

@media screen and (min-width:1200px) and (max-width:992px) {
    .generation .container {
        max-width: 750px
    }
}

div.BoxBusca div.jBuscaInput {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    color: #5a5a5a;
    color: #777;
    font-size: 16px;
    font-weight: 700;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    opacity: 1;
    padding: 0 6px 0 10px
}

div.BoxBusca div.jBuscaInput:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

div.BoxBusca div.jBuscaInput.searched {
    border: 1px solid rgba(2, 55, 101, .6);
    box-shadow: 0 0 4px rgba(2, 55, 101, .5)
}

div.BoxBusca div.jBuscaInput div.inside div.titulo {
    color: #777;
    font-size: 16px;
    font-weight: 300;
    height: 42px;
    line-height: 42px;
    padding: 0
}

div.BoxBusca div.jBuscaInput div.seta {
    background-color: transparent
}

div.BoxBusca div.inputBusca {
    min-height: 38px
}

div.BoxBusca div.inputBusca div.seta {
    background-size: 16px;
    height: 16px;
    margin: 12px 3px 0 2px;
    width: 16px
}

div.BoxBusca div.BoxButtons button.btn {
    font-size: 17px;
    font-weight: 300;
    margin: 1px 0 0;
    padding: 7px 12px
}

div.BoxBusca div.BoxButtons button.btn .fa {
    margin-right: 3px
}

div.BoxInsideContent.MinMax {
    max-width: 249px
}

.BoxCheckBox input[type=checkbox]+span,
.BoxCheckBox input[type=radio]+span {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    box-shadow: none;
    height: 1.3em;
    margin-right: 3px;
    width: 1.3em
}

.BoxCheckBox input[type=checkbox]+span:after,
.BoxCheckBox input[type=radio]+span:after {
    background: none;
    color: #555;
    transition: none
}

.BoxCheckBox input[type=radio]+span {
    border-radius: 50%
}

.BoxCheckBox input[type=radio]+span:after {
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px
}

.BoxCheckBox input[type=checkbox]:checked+span,
.BoxCheckBox input[type=radio]:checked+span {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    box-shadow: none
}

.BoxCheckBox input[type=checkbox]:checked+span:after,
.BoxCheckBox input[type=radio]:checked+span:after {
    font-size: .8em;
    line-height: 1.5em
}

.BoxCheckBox input[type=checkbox]:focus+span,
.BoxCheckBox input[type=radio]:focus+span {
    box-shadow: 0 0 3px rgba(18, 73, 223, .644)
}

.BoxCheckBox label {
    font-size: 14px;
    font-weight: 300
}

.daterangepicker .drp-buttons .btn.btn-sm {
    font-weight: 400
}

input::-moz-placeholder {
    color: #a9a9a9!important;
    font-weight: 300
}

input::placeholder {
    color: #a9a9a9!important;
    font-weight: 300
}

div.FormConteudo label.error {
    letter-spacing: 0
}

div.footerBar {
    background: #022c51;
    margin-top: 60px;
    padding: 20px 0;
    width: 100%
}

div.footerBar:after {
    clear: both;
    content: "";
    display: block
}

div.footerBar div.line {
    align-items: center;
    display: flex;
    justify-content: space-between
}

div.footerBar div.BoxSocial a.SocialLink {
    float: left;
    margin: 5px
}

div.footerBar div.BoxSocial a.SocialLink .socialIcon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    color: #023765;
    display: flex;
    font-size: 30px;
    height: 48px;
    justify-content: center;
    line-height: 48px;
    outline: none;
    text-align: center;
    text-decoration: none;
    transition: .2s ease-out;
    width: 48px
}

div.footerBar div.BoxSocial a.SocialLink .socialIcon:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

div.footerBar div.BoxSocial a.SocialLink .socialIcon:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

@media only screen and (max-width:992px) {
    div.footerBar div.BoxSocial {
        width: 100%
    }
}

div.footerBar div.BoxButtons .btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 300;
    margin: 0;
    padding: 7px 12px
}

div.footerBar div.BoxButtons .btn .fa {
    font-size: 1.3rem;
    margin: 0 4px 0 0;
    position: relative;
    top: 1px
}

div.footerBar div.BoxButtons .btn:hover {
    background: #fff;
    color: #022c51
}

div.footerBar div.BoxButtons span.separator {
    margin: 0 5px
}

div.footerBar div.BoxButtons span.separator:after {
    content: "•"
}

div.footerBar div.BoxButtons span.separator:last-child {
    display: none
}

@media only screen and (max-width:992px) {
    div.footerBar div.BoxButtons span.separator {
        display: none
    }
}

#footer,
#footer a,
.footerBar {
    color: #fff
}

#footer {
    background: #023765;
    margin-top: 0;
    padding: 70px 0 80px;
    width: 100%
}

#footer h3.Title {
    color: #f5d800;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 20px
}

@media screen and (min-width:320px) {
    #footer h3.Title {
        font-size: calc(18.51852px + .46296vw)
    }
}

@media screen and (min-width:1400px) {
    #footer h3.Title {
        font-size: 25px
    }
}

#footer h3.Title .fa {
    font-size: 1.5rem;
    margin: 0 5px 0 0
}

#footer .btn {
    background-color: #fff;
    border: none;
    color: #023765;
    font-size: 16px;
    outline: none;
    transition: .2s ease-out
}

#footer .btn:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

#footer .btn:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

#footer div.EmailList {
    word-wrap: break-word;
    float: left;
    margin: 15px 0 0;
    width: 100%
}

#footer div.EmailList a {
    word-wrap: break-word;
    font-size: 17px
}

#footer div.FooterLogo {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media only screen and (max-width:992px) {
    #footer div.FooterLogo {
        margin: 0 0 70px;
        order: -1
    }
}

#footer div.FooterLogo a.FooterLogo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    height: 120px;
    max-width: 300px;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:99999px) {
    #footer div.BoxLocal div.BoxInside {
        float: right;
        max-width: 300px
    }
}

#footer div.BoxLocal a {
    font-size: 15px;
    font-style: italic;
    margin-top: 8px;
    padding: 2px 8px
}

#footer div.BoxLocal div.Endereco {
    font-size: 17px
}

#footer div.BoxLocal div.Endereco .CRECI {
    display: block;
    font-weight: 700;
    margin: 10px 0 6px
}

#footer div.Telefone div.Phone {
    display: block;
    margin: 0
}

#footer div.Telefone div.Phone span.numero {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4
}

@media screen and (min-width:320px) {
    #footer div.Telefone div.Phone span.numero {
        font-size: calc(19.03704px + .92593vw)
    }
}

@media screen and (min-width:1400px) {
    #footer div.Telefone div.Phone span.numero {
        font-size: 32px
    }
}

#footer div.Telefone div.Phone span.operadora {
    height: 25px;
    margin: 8px 0 0 2px
}

#footer div.Telefone div.Phone .fa {
    font-size: 28px
}

@media only screen and (max-width:992px) {
    #footer div.BoxCol {
        margin-bottom: 50px;
        text-align: center
    }
}

#copyright {
    background: #fff;
    color: #222;
    font-weight: lighter;
    padding: 15px 0;
    text-align: left;
    width: 100%
}

#copyright * {
    color: #222
}

#copyright div.line {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#copyright div.line>div {
    padding: 10px 0
}

@media only screen and (min-width:992px) and (max-width:99999px) {
    #copyright div.line>div {
        width: 33.3333333333%
    }
}

@media only screen and (max-width:768px) {
    #copyright div.line {
        flex-direction: column
    }
}

#copyright div.Empresa {
    align-items: center;
    display: flex
}

#copyright div.Empresa div.BoxText {
    display: flex;
    flex-direction: column
}

#copyright div.Empresa div.BoxText>span {
    line-height: 17px
}

#copyright div.Empresa div.BoxText span.Copyright,
#copyright div.Empresa div.BoxText span.SystemSub {
    font-size: 12px
}

#copyright div.Empresa div.BoxText span.SytemName a {
    font-size: 13px;
    font-weight: 500
}

#copyright div.Empresa a.SystemLogo {
    background: url(../img/img_106.png) no-repeat 50%;
    height: 37px;
    margin: 4px 10px 0 3px;
    outline: none;
    text-indent: -99999px;
    width: 55px
}

#copyright div.Cliente {
    padding: 0;
    text-align: center
}

#copyright div.Cliente span.ClienteNome {
    float: left;
    font-size: 18px;
    font-weight: 700;
    width: 100%
}

#copyright div.Cliente a.SiteName {
    float: left;
    font-size: 15px;
    font-style: italic;
    margin: 0;
    width: 100%
}

@media only screen and (max-width:992px) {
    #copyright div.Cliente {
        display: none
    }
}

#copyright div.Qrcode {
    float: right
}

#copyright div.Qrcode a.ButtonAdmin,
#copyright div.Qrcode a.QR_Code {
    float: right;
    font-size: 34px;
    margin: 0 3px 0 6px;
    outline: none;
    transition: .2s ease-out
}

#copyright div.Qrcode a.ButtonAdmin:hover,
#copyright div.Qrcode a.QR_Code:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

#copyright div.Qrcode a.ButtonAdmin:active,
#copyright div.Qrcode a.QR_Code:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

a.BtnOpenClose {
    display: none!important
}

div#Page_CON .BlocoSize_complete:first-child {
    margin-top: -40px
}

div.social-header {
    background: hsla(0, 0%, 98%, .1);
    border-bottom: 1px solid hsla(0, 0%, 100%, .063);
    max-width: 100%;
    position: relative;
    width: 100%;
    z-index: 5
}

@media only screen and (max-width:992px) {
    div.social-header {
        display: none
    }
}

div.social-header a:hover {
    text-decoration: none
}

div.social-header .container {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 1400px;
    padding: 6px 0;
    width: 100%
}

@media screen and (max-width:1400px) {
    div.social-header .container {
        max-width: 1170px
    }
}

@media screen and (max-width:1200px) {
    div.social-header .container {
        max-width: 980px
    }
}

@media screen and (max-width:992px) {
    div.social-header .container {
        max-width: 750px
    }
}

@media only screen and (max-width:1200px) {
    div.social-header .container {
        padding: 2px 0;
        transform: scale(.807);
        transform-origin: center right
    }
}

div.social-header .container .box-social {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

div.social-header .container .box-social .empty {
    display: none
}

div.social-header .container .box-social span.operadora {
    height: 16px;
    margin: 0 0 -2px;
    width: 24px
}

div.social-header .container .textLink a {
    color: #fff;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 300;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3)
}

div.social-header .container .textLink a .fa {
    margin-right: 4px
}

div.social-header .container .textLink a:hover {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8)
}

div.social-header .container span.separator {
    border-right: 1px solid hsla(0, 0%, 100%, .322);
    display: inline-block;
    height: 25px;
    margin-right: 15px;
    padding-right: 15px
}

div.social-header .container div.LanguageOption {
    border-left: none!important;
    height: 22px;
    margin: 0!important;
    padding-left: 4px!important
}

div.social-header .container div.LanguageOption a div.flag {
    background-size: initial!important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    height: 22px!important;
    margin: 0 1px;
    opacity: .7;
    transition: .2s ease-out;
    width: 31px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_pt-br {
    background-position: 0 0
}

div.social-header .container div.LanguageOption a div.flag.Country_en {
    background-position: 0 58px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_es {
    background-position: 0 -30px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_de {
    background-position: 0 28px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_fr {
    background-position: -40px 0!important
}

div.social-header .container div.LanguageOption a div.flag.Country_it {
    background-position: -41px -30px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_ja {
    background-position: -40px -60px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_zh-cn {
    background-position: 35px -60px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_ru {
    background-position: -40px 28px!important
}

div.social-header .container div.LanguageOption a div.flag.Country_ar {
    background-position: 33px 0!important
}

div.social-header .container div.LanguageOption a div.flag.Country_pl {
    background-position: 34px -30px!important
}

div.social-header .container div.LanguageOption a div.flag:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

div.social-header .container form {
    position: relative
}

div.social-header .container form input {
    border: none;
    border-radius: 3px;
    font-size: 13px;
    outline: none;
    padding: 5px 8px;
    transition: .2s ease-out;
    width: 160px
}

div.social-header .container form input:focus {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .445)
}

div.social-header .container form button {
    background-color: transparent;
    border: none;
    color: #023765;
    cursor: pointer;
    outline: none;
    position: absolute;
    right: 2px;
    top: 2px;
    transition: .2s ease-out
}

div.social-header .container form button:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

div.social-header .container form button:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

div.social-header .container .social-icons {
    margin-left: -5px
}

div.social-header .container .social-icons>a {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    float: left;
    font-size: 20px;
    justify-content: center;
    margin: 0 10px;
    outline: none;
    transition: .2s ease-out
}

div.social-header .container .social-icons>a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

div.social-header .container .social-icons>a:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

div.social-header .container .social-icons>a svg {
    fill: #fff
}

.generation>.header {
    background: #013763;
    color: #fff;
    margin: 0 0 40px
}

.generation>.header div.LogoBlock {
    height: 90px;
    max-width: 200px;
    position: relative;
    width: 100%
}

.generation>.header div.LogoBlock a {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 100%;
    min-width: 120px;
    outline: none;
    width: 100%
}

.generation .nav-header {
    align-items: flex-start;
    display: flex;
    height: 90px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    width: 100%;
    z-index: 10
}

@media screen and (max-width:1400px) {
    .generation .nav-header {
        max-width: 1170px
    }
}

@media screen and (max-width:1200px) {
    .generation .nav-header {
        max-width: 980px
    }
}

@media screen and (max-width:992px) {
    .generation .nav-header {
        max-width: 750px
    }
}

@media only screen and (max-width:992px) {
    .generation .nav-header div.LogoBlock {
        height: 90px;
        margin: 0 0 0 5px;
        max-width: inherit;
        width: calc(100% - 80px)
    }
    .generation .nav-header div.LogoBlock a.LogoPlace {
        background-position: 0
    }
    .generation .nav-header div.MenuTopoPlace {
        align-items: center;
        display: flex;
        height: 100%;
        width: 74px
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo {
        margin: 0;
        position: inherit
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone a#SmartMenuButton button.navbar-toggle {
        border: 3px solid #fff;
        border-radius: 50%;
        height: 50px;
        outline: none;
        width: 50px
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone a#SmartMenuButton button.navbar-toggle .icon-bar {
        border-radius: 6px;
        height: 4px;
        width: 28px
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone a#SmartMenuButton.opened button.navbar-toggle span.icon-bar.i3 {
        margin: -4px 0 0
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone {
        border: none;
        border-radius: 8px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
        max-width: 400px;
        position: absolute;
        right: 8px;
        width: 80%
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li>a {
        background-color: #023765;
        border-bottom: 1px solid #022c51
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li:first-child>a {
        border-radius: 8px 8px 0 0
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li:last-child>a {
        border: none;
        border-radius: 0 0 8px 8px
    }
    .generation .nav-header div.MenuTopoPlace div.MenuTopo div.MenuSmartphone .sm-blue a span.sub-arrow {
        background: none;
        font-size: 25px!important;
        font-weight: 100!important
    }
}

.generation .nav-header div.MenuTopo {
    display: flex;
    list-style: none;
    margin-top: 10px
}

@media only screen and (max-width:1200px) {
    .generation .nav-header div.MenuTopo div.MenuNormal {
        transform: scale(.9);
        transform-origin: center right
    }
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    font-size: 14px;
    margin-top: 10px
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista li.home {
    display: none
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista span.desc {
    font-size: 16px;
    font-weight: 300;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    text-transform: none;
    white-space: nowrap
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuInterno ul.ListaInterna div.SubMenu {
    background-color: rgba(2, 41, 76, .9);
    border-bottom-color: #035297;
    border-radius: 5px;
    min-width: 700px
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista .sm-blue ul {
    background-color: rgba(2, 41, 76, .9);
    border-bottom-color: #02294c;
    border-radius: 0 5px 5px 5px
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista .sm-blue ul li a:hover {
    background-color: #023765
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuInterno ul.ListaInterna a.FecharMenu,
.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuInterno ul.ListaInterna li.Coluna div.ColunaHeader a.VerTodos {
    background-color: #035297
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuInterno ul.ListaInterna li.Coluna div.ColunaHeader a.VerTodos {
    margin-top: 2px
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuInterno ul.ListaInterna li.Coluna li a {
    border-radius: 4px;
    font-size: 14px
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuInterno ul.ListaInterna.Fixed div.SubMenu {
    top: 0
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista ul.MenuTopoCustom {
    align-items: center;
    display: flex;
    flex-direction: row-reverse
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista ul.MenuTopoCustom>li,
.generation .nav-header div.MenuTopo ul.MenuTopoLista>li {
    background: none!important;
    border-radius: 5px;
    margin: 0 6px
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista a.LinkPrincipal {
    border: 1px solid transparent;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    outline: none;
    padding: 10px 14px;
    text-align: center;
    transition: all .1s ease-in-out
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista a.LinkPrincipal:hover {
    background-color: transparent;
    border-color: #fff
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista a.LinkPrincipal>span.sub-arrow {
    border: none;
    border-top: 1px solid hsla(0, 0%, 100%, .659);
    top: 34px;
    width: 10px
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista a.LinkPrincipal.active,
.generation .nav-header div.MenuTopo ul.MenuTopoLista a.LinkPrincipal.highlighted,
.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuAtivo>a {
    background-color: rgba(2, 41, 76, .9);
    border-color: transparent;
    border-radius: 5px 5px 0 0;
    box-shadow: none
}

.generation .nav-header div.MenuTopo ul.MenuTopoLista a.LinkPrincipal.active:hover,
.generation .nav-header div.MenuTopo ul.MenuTopoLista a.LinkPrincipal.highlighted:hover,
.generation .nav-header div.MenuTopo ul.MenuTopoLista li.MenuAtivo>a:hover {
    background-color: rgba(2, 41, 76, .9);
    border-color: transparent
}

.generation .nav-header .MenuBtnDestaque {
    margin-top: 30px
}

.generation .nav-header .MenuBtnDestaque .btnDestaqueTopo {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none
}

@media only screen and (max-width:1200px) {
    .generation .nav-header .MenuBtnDestaque {
        display: none
    }
}

body.Home #header,
div.BoxBannerTopo div.BannerItem {
    height: 70vh;
    min-height: 750px
}

@media only screen and (max-width:768px) {
    body.Home #header,
    div.BoxBannerTopo div.BannerItem {
        height: 100%;
        min-height: 100vh
    }
}

div.BoxBannerTopo {
    background: #a3a3a3;
    height: 100%;
    position: absolute;
    top: 0
}

div.BoxBannerTopo div.BannerItem {
    height: 100%
}

div.BoxBannerTopo div.BannerItem div.BoxDesc {
    display: none!important
}

div.bannerPopUpBlock {
    border-radius: 5px
}

div.bannerPopUpBlock a.bannerPopUpClose {
    border-radius: 2rem
}

div.bannerPopUpBlock div.BannerBlock,
div.bannerPopUpBlock div.BannerBlock div.bannerBlockTitle {
    border-radius: 5px
}

body.HeaderCapa100 div.BoxBannerTopo div.BannerItem,
body.HeaderCapa100.Home #header {
    min-height: 100vh
}

body.HeaderCapa100 div.bannerContent {
    min-height: calc(100vh - 90px)
}

body.HeaderCapa50 div.BoxBannerTopo div.BannerItem,
body.HeaderCapa50.Home #header {
    min-height: 500px
}

@media screen and (min-width:993px) {
    body.HeaderCapa50 div.BoxBannerTopo div.BannerItem,
    body.HeaderCapa50.Home #header {
        height: 500px
    }
}

body.HeaderCapa50 div.bannerContent {
    min-height: 410px
}

@media screen and (min-width:993px) {
    body.HeaderCapa50 div.bannerContent {
        height: 410px
    }
}

body.HeaderCapa50 .bannerAllPages {
    height: 50vh;
    min-height: 500px;
    position: relative
}

div.banner-mask {
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(180deg, rgba(0, 0, 0, .4), transparent);
    bottom: 0;
    height: 20vw;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

div.bannerContent {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100% - 134px);
    justify-content: center;
    padding-top: 20px;
    vertical-align: middle
}

@media only screen and (max-width:768px) {
    div.bannerContent {
        justify-content: start;
        min-height: calc(100vh - 90px)
    }
}

div.bannerContent .content-header {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
    z-index: 9
}

@media only screen and (max-width:768px) {
    div.bannerContent .content-header {
        zoom: .63
    }
}

div.bannerContent .content-header .content-contact {
    display: flex;
    margin: 0 -30px 40px
}

div.bannerContent .content-header .content-contact .contact-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 0 30px
}

div.bannerContent .content-header .content-contact .contact-item:first-child {
    border-right: 1px solid #fff
}

div.bannerContent .content-header .content-contact .contact-item .item-name {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 3px
}

div.bannerContent .content-header .content-contact .contact-item .item-number {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 28px;
    text-decoration: none
}

div.bannerContent .content-header .content-contact .contact-item .item-number>i {
    font-size: 39px;
    margin: 3px 10px 0 0
}

div.bannerContent .content-header .content-description {
    margin-bottom: 40px;
    text-align: center
}

div.bannerContent .content-header .content-description .description-title {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 2px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, .3)
}

div.bannerContent .content-header .content-description .description-text {
    font-size: 32px;
    font-weight: 400
}

@media only screen and (min-width:0) and (max-width:1320px) {
    div.bannerContent .content-header .content-description {
        zoom: .8
    }
}

div.bannerContent .search-header {
    color: #fff;
    z-index: 1
}

div.bannerContent .search-header .search-tabs .tab-item {
    background-color: rgba(2, 55, 101, .8)
}

div.bannerContent .search-header .search-tabs .tab-item.active {
    background-color: hsla(0, 0%, 100%, .8);
    color: #222
}

@media only screen and (min-width:768px) and (max-width:992px) {
    div.bannerContent {
        transform: scale(.807);
        transform-origin: center center
    }
}

a {
    outline: none
}

body.Home #header {
    background: transparent;
    display: block;
    left: 0;
    position: relative;
    right: 0;
    top: 0
}

.generation .owl-theme .owl-nav {
    display: none
}

.generation .owl-theme .owl-dots {
    margin-top: 10px
}

.generation .owl-theme .owl-dots button span {
    background-color: #023765;
    background-color: transparent;
    border: 2px solid silver;
    box-shadow: none;
    height: 14px;
    margin: 0 4px;
    width: 14px
}

.generation .owl-theme .owl-dots button.active span,
.generation .owl-theme .owl-dots button:hover span {
    background-color: #625d5d;
    border-color: #625d5d
}

div.pagination {
    margin: 15px 0 25px
}

div.pagination .PageNumber {
    background-color: #023765;
    border-radius: 50%;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    text-shadow: none;
    width: 46px
}

div.pagination .PageNumber.Active,
div.pagination .PageNumber:hover {
    background-color: #f5d800;
    box-shadow: none;
    font-weight: 700;
    text-shadow: none
}

@media screen and (max-width:992px) {
    div.pagination .PageNumber {
        height: 38px;
        line-height: 38px;
        width: 38px
    }
}

div.Title,
div.WidgetTitle {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .094);
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px
}

div.Title span.subTitle,
div.WidgetTitle span.subTitle {
    align-items: center;
    display: flex;
    font-size: 18px;
    gap: 6px;
    line-height: 32px
}

div.Title span.Color,
div.WidgetTitle span.Color {
    display: none
}

div.Title a.TitleLink,
div.WidgetTitle a.TitleLink {
    flex-grow: 2
}

div.Title .pageShowIptuCondominiumValues,
div.WidgetTitle .pageShowIptuCondominiumValues {
    display: flex;
    flex-direction: column
}

div.Title a.TitleLink,
div.Title>h2,
div.WidgetTitle a.TitleLink,
div.WidgetTitle>h2 {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    gap: 6px;
    letter-spacing: -1px;
    line-height: 1.2;
    padding-left: 5px;
    text-decoration: none
}

@media screen and (min-width:320px) {
    div.Title a.TitleLink,
    div.Title>h2,
    div.WidgetTitle a.TitleLink,
    div.WidgetTitle>h2 {
        font-size: calc(17.92593px + .64815vw)
    }
}

@media screen and (min-width:1400px) {
    div.Title a.TitleLink,
    div.Title>h2,
    div.WidgetTitle a.TitleLink,
    div.WidgetTitle>h2 {
        font-size: 27px
    }
}

div.Title a.TitleLink>h1,
div.Title>h2>h1,
div.WidgetTitle a.TitleLink>h1,
div.WidgetTitle>h2>h1 {
    font-size: 20px;
    margin: 0
}

@media screen and (min-width:320px) {
    div.Title a.TitleLink>h1,
    div.Title>h2>h1,
    div.WidgetTitle a.TitleLink>h1,
    div.WidgetTitle>h2>h1 {
        font-size: calc(17.92593px + .64815vw)
    }
}

@media screen and (min-width:1400px) {
    div.Title a.TitleLink>h1,
    div.Title>h2>h1,
    div.WidgetTitle a.TitleLink>h1,
    div.WidgetTitle>h2>h1 {
        font-size: 27px
    }
}

@media only screen and (max-width:768px) {
    div.Title,
    div.WidgetTitle {
        align-items: inherit;
        flex-direction: column
    }
    div.Title div.SubTitle span.DuasLinhas,
    div.WidgetTitle div.SubTitle span.DuasLinhas {
        margin-bottom: 8px;
        max-width: inherit;
        text-align: left
    }
}

div.Title.titleAmount h2,
div.WidgetTitle.titleAmount h2 {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
    width: 100%
}

div.Title.titleAmount h2 .amount,
div.WidgetTitle.titleAmount h2 .amount {
    border-radius: 8px;
    height: -moz-fit-content;
    height: fit-content;
    padding: 5px
}

@media screen and (max-width:768px) {
    div.Title.titleAmount h2 .amount,
    div.WidgetTitle.titleAmount h2 .amount {
        bottom: 0;
        position: absolute;
        right: 0
    }
}

div.Title.titleAmount h2 .divTitle,
div.WidgetTitle.titleAmount h2 .divTitle {
    border-radius: 8px;
    padding: 5px
}

div.Title.titleAmount h2 .amount,
div.WidgetTitle.titleAmount h2 .amount {
    display: flex;
    flex-direction: column-reverse;
    min-width: 150px
}

div.Title.titleAmount h2 .amount .ValorMoeda,
div.WidgetTitle.titleAmount h2 .amount .ValorMoeda {
    font-size: 21px
}

div.Title.titleAmount h2 .amount .ValorMoeda.valorNaoNulo,
div.WidgetTitle.titleAmount h2 .amount .ValorMoeda.valorNaoNulo {
    font-size: 24px
}

div.Title.titleAmount h2 .amount .ValorDesc,
div.WidgetTitle.titleAmount h2 .amount .ValorDesc {
    font-size: 16px
}

@media screen and (max-width:768px) {
    div.Title.titleAmount h2 .amount .ValorDesc,
    div.WidgetTitle.titleAmount h2 .amount .ValorDesc {
        font-size: 13px
    }
}

div.Title .IndicarImovel,
div.WidgetTitle .IndicarImovel {
    bottom: 0;
    font-size: 22px;
    position: absolute;
    right: 33px
}

div.Title .ImovelFavorito,
div.WidgetTitle .ImovelFavorito {
    bottom: 0;
    color: #000;
    position: absolute;
    right: 5px
}

div.Title .ImovelFavorito.IsFavorite,
div.WidgetTitle .ImovelFavorito.IsFavorite {
    color: #ff4b2f
}

div.Title.showId,
div.WidgetTitle.showId {
    align-items: flex-start;
    border-bottom: none;
    flex-direction: column
}

div.Title.showId .cod,
div.WidgetTitle.showId .cod {
    border-radius: 8px 8px 0 0;
    font-size: 23px;
    min-width: 135px;
    padding: 5px
}

div.Title.showId .cod:after,
div.WidgetTitle.showId .cod:after {
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    width: 100%
}

div.Title.showId .cod .buildingCodOld,
div.Title.showId .cod .buildingReference,
div.WidgetTitle.showId .cod .buildingCodOld,
div.WidgetTitle.showId .cod .buildingReference {
    margin-left: 5px
}

@media screen and (max-width:768px) {
    div.Title.showId .cod,
    div.WidgetTitle.showId .cod {
        align-items: center;
        display: flex;
        height: 54px;
        min-width: 100%
    }
    div.Title.showId .ImovelFavorito,
    div.Title.showId .IndicarImovel,
    div.WidgetTitle.showId .ImovelFavorito,
    div.WidgetTitle.showId .IndicarImovel {
        color: #fff
    }
    div.Title.showId .ImovelFavorito.IsFavorite,
    div.Title.showId .IndicarImovel.IsFavorite,
    div.WidgetTitle.showId .ImovelFavorito.IsFavorite,
    div.WidgetTitle.showId .IndicarImovel.IsFavorite {
        color: #ff4b2f
    }
}

div.complete div.WidgetTitle {
    margin-bottom: 30px
}

div.complete div.WidgetTitle a.TitleLink,
div.complete div.WidgetTitle>h1,
div.complete div.WidgetTitle>h2 {
    font-size: 25px
}

@media screen and (min-width:320px) {
    div.complete div.WidgetTitle a.TitleLink,
    div.complete div.WidgetTitle>h1,
    div.complete div.WidgetTitle>h2 {
        font-size: calc(22.33333px + .83333vw)
    }
}

@media screen and (min-width:1400px) {
    div.complete div.WidgetTitle a.TitleLink,
    div.complete div.WidgetTitle>h1,
    div.complete div.WidgetTitle>h2 {
        font-size: 34px
    }
}

div.BlocoColunaCentral div.BoxGoogleMaps,
div.BlocoColunaLateral div.BoxGoogleMaps {
    border: 1px solid #ccc;
    border-radius: 5px
}

div.BlocoColunaCentral div.BoxGoogleMaps div.GoogleMapsMaskBottom,
div.BlocoColunaCentral div.BoxGoogleMaps div.GoogleMapsMaskTop,
div.BlocoColunaLateral div.BoxGoogleMaps div.GoogleMapsMaskBottom,
div.BlocoColunaLateral div.BoxGoogleMaps div.GoogleMapsMaskTop {
    display: none
}

div#Page_CON {
    margin: -40px 0 30px!important
}

div.BoxImovelAlert div.Info span.Dados {
    font-size: 13px;
    line-height: 16px
}

div.BoxImovelAlert div.Info span.Dados.Titulo {
    font-size: 22px;
    font-weight: 500;
    line-height: 18px;
    margin: 2px 0 4px
}

div.modal div.modal-dialog div.modal-body {
    padding: 16px 10px
}

div.modal div.modal-header div.title div.modal-title {
    font-size: 22px;
    line-height: 36px
}

div.modal div.modal-header div.title div.modal-title .fa {
    font-size: 1.3em;
    top: 2px
}

div.modal div.modal-footer .btn-fechar {
    background-color: #6a6a6a;
    color: #fff
}

div.modal div.modal-footer div.ModalFooterButtons .btn,
div.modal div.modal-footer div.ModalFooterButtons .btn-group,
div.modal div.modal-footer div.ModalFooterButtons .dropdown {
    border: none;
    font-size: 16px;
    font-weight: 300;
    margin: 7px 7px 0 0;
    padding: 5px 10px
}

div.modal div.modal-footer div.ModalFooterButtons .btn .fa,
div.modal div.modal-footer div.ModalFooterButtons .btn-group .fa,
div.modal div.modal-footer div.ModalFooterButtons .dropdown .fa {
    font-size: 18px
}

.generation div.BoxListagemImovel div.SubTitle div.ListaModoTipo a.ListaModo {
    box-shadow: none;
    outline: none;
    transition: .2s ease-out
}

.generation div.BoxListagemImovel div.SubTitle div.ListaModoTipo a.ListaModo:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: .7
}

.generation div.BoxListagemImovel div.SubTitle div.ListaModoTipo a.ListaModo:active {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5
}

.generation div.BoxListagemImovel div.UL_Imovel:not(.owl-carousel) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(337px, 1fr))
}

.generation div.BoxListagemImovel div.UL_Imovel {
    gap: 8px
}

@media only screen and (max-width:1200px) {
    .generation div.BoxListagemImovel div.UL_Imovel {
        zoom: .8
    }
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LinhaFundo {
    background-color: #023765;
    height: 5px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner {
    border-radius: 6px 6px 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: .2s ease-out
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, .5)
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner:hover .Mask {
    margin: -20px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner:hover a.Image img {
    transform: scale(1.05) rotate(-1.03deg)
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner div.deliveryDate {
    top: 60px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner .buttomWhatsapp {
    align-items: center;
    bottom: 156px;
    display: flex;
    height: 32px;
    justify-content: center;
    left: 72px;
    position: absolute;
    transition: all .3s ease;
    width: 32px;
    z-index: 3
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner .buttomWhatsapp a.LinkContato {
    text-decoration: none
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner .buttomWhatsapp a.LinkContato span.IconBtn {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 20px;
    justify-content: center;
    transition: all .2s ease-in-out;
    width: 20px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner .buttomWhatsapp a.LinkContato span.IconBtn span.Icon {
    color: #fff;
    font-size: 24px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner .buttomWhatsapp a.LinkContato span.Desc {
    background: #fff;
    border-left: 1px solid #ccc;
    border-radius: 13px;
    border-top: 1px solid #ccc;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .267);
    color: #222;
    display: none;
    float: left;
    font-size: 12px;
    margin: -38px 0 0 50px;
    padding: 3px 10px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner:hover .buttonWhatsapp {
    transform: scale(1.1)
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.LI_ImovelInner:hover .buttonWhatsapp a.LinkContato span.IconBtn {
    background: #4ec248;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .533)
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image {
    height: 330px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image img {
    transition: .2s ease-out
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image div.Mask {
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .4));
    box-shadow: none
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image h5.ImovelValor {
    bottom: 12px;
    font-size: 25px;
    font-weight: 500;
    right: 12px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .529)
}

@media screen and (min-width:320px) {
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image h5.ImovelValor {
        font-size: calc(22.33333px + .83333vw)
    }
}

@media screen and (min-width:1400px) {
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image h5.ImovelValor {
        font-size: 34px
    }
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image h5.ImovelValor span.ValorDesc {
    font-size: 14px;
    font-weight: 300;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .565)
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image h5.ImovelValor span.Valor {
    letter-spacing: -1px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image span.ImovelFavorito {
    bottom: 4px;
    left: 38px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image span.sendBuilding {
    bottom: 4px;
    left: 100px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image span.TarjaImovel {
    padding: 5px 51px 5px 39px;
    width: 215px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image span.TarjaImovel span.desc {
    font-size: 15px;
    line-height: 16px;
    max-height: 32px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image span.ImovelPhotos {
    bottom: 4px;
    left: 4px;
    top: auto
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image div.Categoria,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image div.furnishing,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image span.ImovelId {
    background-color: transparent!important;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    margin: 10px 5px 0;
    padding: 1px 6px;
    text-shadow: none
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image div.divAccepts {
    display: none;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 300;
    gap: 6px;
    left: 10px;
    line-height: normal;
    position: absolute;
    text-shadow: none;
    top: 10px;
    width: 200px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image div.divAccepts span.accepts {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    padding: 1px 6px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image div.Categoria {
    right: 4px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image div.furnishing {
    color: #fff;
    right: 4px;
    top: 60px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.Image span.ImovelId {
    font-size: 11px;
    left: inherit;
    padding: 2px 4px;
    right: 4px;
    top: 32px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.DescContent {
    padding: 12px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.DescContent a.Title {
    color: #023765;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: inherit;
    white-space: nowrap
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.DescContent span.Endereco {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens {
    display: flex;
    flex-wrap: wrap;
    height: 61px;
    left: 0;
    overflow: hidden;
    padding: 14px 0 0;
    width: 100%
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens .virgula {
    display: none
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 69px;
    width: 20%
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_PRIVADA .icon,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_TERRENO .icon,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_TOTAL .icon,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_UTIL .icon,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.FRENTE .icon,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.FUNDO .icon {
    text-align: center;
    width: 100%
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_PRIVADA .val,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_TERRENO .val,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_TOTAL .val,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_UTIL .val,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.FRENTE .val,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.FUNDO .val {
    font-size: 10px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_PRIVADA .attr,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_TERRENO .attr,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_TOTAL .attr,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.A_UTIL .attr,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.FRENTE .attr,
.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.FUNDO .attr {
    width: auto
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem.DISTANCE_SEA {
    display: none
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem .icon {
    color: #6c6c6c;
    font-size: 30px;
    margin-bottom: 3px;
    margin-right: 5px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem .val {
    color: #6c6c6c;
    display: block;
    font-size: 20px;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    width: 24px
}

.generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem .attr {
    color: #6c6c6c;
    text-align: center;
    width: 100%
}

.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel {
    height: 480px
}

.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel .BoxValores,
.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel a.VejaMais,
.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel div.DescSide div.Categoria,
.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel div.ResumoDescritivo,
.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel span.Linha,
.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel span.ResumoItens span.ResumoItem:nth-child(n+10) {
    display: none
}

.generation div.BoxListagemImovel div.UL_Imovel.ModoGrade div.LI_Imovel div.buttomWhatsapp {
    top: auto
}

@media only screen and (max-width:768px) {
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel {
        height: 480px
    }
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel .BoxValores,
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel a.VejaMais,
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.DescSide div.Categoria,
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.ResumoDescritivo,
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.Linha,
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel span.ResumoItens span.ResumoItem:nth-child(n+10) {
        display: none
    }
    .generation div.BoxListagemImovel div.UL_Imovel div.LI_Imovel div.buttomWhatsapp {
        top: auto
    }
}

@media only screen and (min-width:992px) and (max-width:99999px) {
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle a.Title {
        height: 44%
    }
}

@media only screen and (min-width:992px) and (max-width:99999px) and (min-width:1200px) and (max-width:99999px) {
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle a.Title {
        height: 26%!important
    }
}

@media only screen and (min-width:650px) and (max-width:99999px) {
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.LinhaFundo,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.LinhaFundo {
        display: none
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.LI_ImovelInner,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.LI_ImovelInner {
        border-radius: 5px;
        border-right: 6px solid #023765;
        height: 100%
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.LI_ImovelInner:hover,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.LI_ImovelInner:hover {
        border-right: 6px solid #023765
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.ImageSide,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide {
        height: 100%;
        position: static
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.ImageSide div.Categoria,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.ImageSide span.ImovelId,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide div.Categoria,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide span.ImovelId {
        bottom: 5px!important;
        left: inherit!important;
        right: 5px!important;
        top: inherit!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel {
        height: 272px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel a.Image span.ImovelId {
        bottom: 40px!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel a.Image div.Categoria {
        bottom: 10px!important;
        z-index: 5
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel a.Image span.ImovelFavorito {
        bottom: 0;
        height: 31px;
        left: 0;
        width: 31px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel .LI_ImovelInner .buttomWhatsapp {
        bottom: 6px;
        left: 40px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide {
        height: 100%;
        padding: 12px!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent {
        height: 100%;
        overflow: hidden;
        padding: 0;
        position: relative
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent span.Endereco {
        font-size: 16px;
        font-weight: 600;
        height: auto;
        white-space: normal
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent a.Title {
        height: 26%;
        line-height: 42px;
        margin: 0;
        max-width: 65%;
        text-transform: capitalize;
        white-space: inherit
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle {
        height: 67%!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor {
        right: 0;
        top: -9px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor span.ValorMoeda {
        font-size: 24px;
        line-height: 21px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor span.ValorMoeda.valorNaoNulo {
        font-size: 32px!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor span.ValorDesc {
        font-size: 15px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens {
        height: 62px;
        padding: initial
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem {
        flex: 0 0 99px;
        max-width: 100px;
        min-width: 0
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem:first-child {
        margin-left: -14px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem i.icon {
        font-size: 24px;
        justify-self: end;
        margin-right: 0;
        margin-top: -12px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem span.val {
        font-size: 11px;
        font-weight: 600;
        margin-top: -12px;
        white-space: normal;
        width: 100%
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem span.attr {
        font-size: 11px;
        font-weight: 600
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.DISTANCE_SEA {
        display: none
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle div.ResumoDescritivo {
        font-size: 12px;
        font-style: italic;
        font-weight: 300;
        height: 60px;
        line-height: 20px;
        margin-bottom: -10px;
        margin-top: 2px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide span.Linha {
        display: none
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.Categoria {
        font-size: 13px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaDetalhada div.LI_Imovel span.Resumo {
        bottom: 5px;
        position: absolute
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel {
        height: 120px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.LI_ImovelInner {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.LI_ImovelInner .buttonWhatsapp {
        display: none
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide {
        height: 100%;
        min-width: 120px;
        position: static;
        width: 20%!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide div.deliveryDate {
        top: 0
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide a.Image {
        margin: 0
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide a.Image span.ImovelFavorito {
        bottom: 5px!important;
        height: 25px!important;
        left: 5px!important;
        width: 17px!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide a.Image span.TarjaImovel {
        left: -96px!important;
        padding: 5px 55px 5px 68px!important;
        top: 28px!important;
        transform: rotate(-32deg)!important;
        width: 276px!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide a.Image span.TarjaImovel span.desc {
        font-size: 12px!important;
        height: 10px!important;
        line-height: 11px!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.ImageSide div.divAccepts {
        display: none
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide {
        flex-grow: 1;
        width: 80%!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent {
        height: 100%;
        padding: 8px 10px 2px 8px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle a.Title {
        font-size: 25px!important;
        font-weight: 500;
        height: 24%;
        line-height: 1;
        margin-bottom: 4px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor span.ValorMoeda {
        font-size: 21px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor span.ValorMoeda.valorNaoNulo {
        font-size: 21px!important
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor span.ValorDesc {
        font-size: 13px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo {
        height: 30px;
        margin: 3px 0 0
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens {
        flex-wrap: nowrap;
        height: 30px;
        overflow: hidden;
        padding: 0
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem {
        margin-right: 0;
        min-width: inherit;
        width: auto
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem:nth-child(n+10) {
        display: none
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem:first-child {
        margin-left: -2px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem .icon {
        font-size: 20px;
        width: auto
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem .val {
        font-size: 16px;
        padding: 0 8px 0 0;
        width: auto
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem .attr {
        width: auto
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.A_PRIVADA .val,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.A_TERRENO .val,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.A_TOTAL .val,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.A_UTIL .val,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.FRENTE .val,
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.FUNDO .val {
        font-size: 14px
    }
    .generation div.BoxListagemImovel div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo span.ResumoItens span.ResumoItem.DISTANCE_SEA {
        display: none
    }
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item:hover .item-block .ImovelDesc {
    top: 25%!important
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc {
    top: 78.7%!important
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical {
    border-radius: 1rem
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block {
    border-radius: 0 0 1rem 1rem
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block div.ImovelImagem img {
    border-radius: 1rem
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card {
    border-radius: 0 0 1rem 1rem
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem span.ImovelId {
    border-radius: .6rem
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-radius: 1rem 1rem 0 0
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block.painting_card :before {
    right: 10px
}

.generation .col-lg-8 div.SliderDestaqueImoveis div.vertical [class^=swiper-button-]:after {
    border-radius: .6rem
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item:hover .item-block .ImovelDesc {
    top: 22%!important
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc {
    top: 79.8%!important
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc .IconsValor .ImovelValor span.ValorMoeda {
    font-size: 26px!important
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc .ResumoDescritivo {
    max-height: 36.5%
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical {
    border-radius: 1rem
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block {
    border-radius: 0 0 1rem 1rem
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block div.ImovelImagem img {
    border-radius: 1rem
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card {
    border-radius: 0 0 1rem 1rem
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem span.ImovelId {
    border-radius: .6rem
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-radius: 1rem 1rem 0 0
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block.painting_card :before {
    right: 10px
}

.generation .col-lg-4 div.SliderDestaqueImoveis div.vertical [class^=swiper-button-]:after {
    border-radius: .6rem
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .item-block h4.ImovelTitulo {
    background-color: #023765;
    color: #fff;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    margin: -20px 0 8px 7px;
    max-width: 95%;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard div.owl-item {
    padding: 0 18px
}

@media only screen and (max-width:1200px) {
    .generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard div.owl-item div.item {
        padding: 5px
    }
}

@media only screen and (max-width:768px) {
    .generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard div.owl-item div.item {
        padding: 0
    }
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard div.owl-item div.item .item-block {
    display: block;
    position: relative
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .item-block span.ImovelResumo {
    margin-top: 10px;
    min-height: 70px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .item-block span.ImovelResumo .virgula {
    display: none
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens {
    display: flex;
    flex-wrap: wrap;
    height: 61px;
    left: 0;
    overflow: hidden;
    padding: 14px 0 0;
    width: 100%
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens .virgula {
    display: none
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 69px;
    width: 20%
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_PRIVADA .icon,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_TERRENO .icon,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_TOTAL .icon,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_UTIL .icon,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.FRENTE .icon,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.FUNDO .icon {
    text-align: center;
    width: 100%
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_PRIVADA .val,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_TERRENO .val,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_TOTAL .val,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_UTIL .val,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.FRENTE .val,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.FUNDO .val {
    font-size: 10px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_PRIVADA .attr,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_TERRENO .attr,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_TOTAL .attr,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.A_UTIL .attr,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.FRENTE .attr,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.FUNDO .attr {
    width: auto
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem.DISTANCE_SEA {
    display: none
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem .icon {
    color: #6c6c6c;
    font-size: 30px;
    margin-bottom: 3px;
    margin-right: 5px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem .val {
    color: #6c6c6c;
    display: block;
    font-size: 20px;
    margin-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    width: 24px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem .attr {
    color: #6c6c6c;
    text-align: center;
    width: 100%
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens {
    height: 51px!important;
    padding-top: 5px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ResumoItens span.ResumoItem {
    min-width: 82px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard span.ImovelEndereco {
    display: block;
    font-size: 16px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    margin: 8px 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .item-block h5.ImovelValor {
    color: #fff;
    font-weight: 500;
    position: absolute;
    right: 25px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .376);
    top: 15px;
    width: inherit;
    z-index: 5
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .item-block h5.ImovelValor span.ValorDesc {
    font-size: 13px;
    font-weight: 300;
    margin-top: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .376)
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .item-block h5.ImovelValor span.Valor {
    font-size: 36px;
    letter-spacing: -1px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .owl-nav {
    display: none
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.standard .owl-dots {
    position: inherit
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick .owl-dots {
    left: 18%;
    right: 35%
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick .owl-dots button span {
    border: 2px solid #fff
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick div.owl-item .item-block h4.ImovelTitulo {
    background: transparent!important
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick div.owl-item .item-block div.ResumoDescritivo,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick div.owl-item .item-block span.ImovelEndereco {
    font-weight: 400!important
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick div.owl-item .item-block span.ImovelResumo .ResumoItens span.ResumoItem i.icon,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick div.owl-item .item-block span.ImovelResumo .ResumoItens span.ResumoItem span.attr,
.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick div.owl-item .item-block span.ImovelResumo .ResumoItens span.ResumoItem span.val {
    font-size: 15px;
    font-weight: 400!important
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.slick div.owl-item .item-block span.ImovelResumo .ResumoItens span.ResumoItem i.icon {
    font-size: 30px!important
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item:hover .item-block .ImovelDesc {
    top: 25%
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item:hover .item-block .ImovelDesc h4.ImovelTitulo {
    line-height: 1.1;
    max-height: inherit
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc {
    top: 78.8%
}

@media only screen and (max-width:768px) {
    .generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc {
        top: 78%
    }
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc h4.ImovelTitulo {
    font-size: 24px!important;
    min-height: 29px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc .IconsValor .ImovelValor span.ValorMoeda {
    font-size: 33px
}

.generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-stage .owl-item.center .item .item-block .ImovelDesc .IconsValor .ImovelValor span.ValorDesc {
    font-size: 15px
}

.generation div.SliderDestaqueImoveis div.vertical,
.generation div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block,
.generation div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block div.ImovelImagem img,
.generation div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card {
    border-radius: 1rem
}

.generation div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem span.ImovelId {
    border-radius: .6rem
}

.generation div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-radius: 1rem
}

.generation div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block.painting_card {
    border-radius: 0 0 1rem 1rem
}

.generation div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    right: 10px
}

.generation div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.imgBig a.item-block div.ImovelImagem img {
    border-radius: 1rem 1rem 0 0
}

.generation div.SliderDestaqueImoveis div.vertical [class^=swiper-button-]:after {
    border-radius: .6rem
}

@media only screen and (min-width:0) and (max-width:380px) {
    .generation div.SliderDestaqueImoveis div.BoxDestaqueColunaImovel.gallery .owl-item.center .item .item-block .ImovelDesc .IconsValor .ImovelValor span.ValorMoeda {
        font-size: 29px!important
    }
}

.generation div.BoxButtonsImovel a.BtnSquare {
    border: none
}

.generation div.BoxButtonsImovel a.BtnSquare span.Text {
    font-size: 18px
}

.generation div.BoxButtonsImovel a.BtnSquare span.Icon span {
    font-size: 26px
}

.generation div.BuscaResultado div.Title {
    margin-bottom: 30px
}

.generation div.BuscaResultado div.BoxListagemImovel .Title span.ListaTitulo {
    font-size: 19px;
    font-weight: 100
}

.generation div.BuscaResultado div.BoxBtnShowMoreImovel {
    text-align: center
}

.generation div.BuscaResultado div.BoxBtnShowMoreImovel button {
    background-color: #f5d800;
    border: 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
    color: #023765;
    font-size: 22px;
    margin: 20px auto 0;
    padding: 12px 0;
    transition: .2s ease-out;
    width: auto
}

@media screen and (min-width:320px) {
    .generation div.BuscaResultado div.BoxBtnShowMoreImovel button {
        font-size: calc(19.62963px + .74074vw)
    }
}

@media screen and (min-width:1400px) {
    .generation div.BuscaResultado div.BoxBtnShowMoreImovel button {
        font-size: 30px
    }
}

.generation div.BuscaResultado div.BoxBtnShowMoreImovel button span.Restam {
    font-size: 11px;
    margin: 0
}

@media screen and (min-width:320px) {
    .generation div.BuscaResultado div.BoxBtnShowMoreImovel button span.Restam {
        font-size: calc(10.11111px + .27778vw)
    }
}

@media screen and (min-width:1400px) {
    .generation div.BuscaResultado div.BoxBtnShowMoreImovel button span.Restam {
        font-size: 14px
    }
}

.generation div.BuscaResultado div.BoxBtnShowMoreImovel button:hover {
    box-shadow: 2px 2px 1px rgba(0, 0, 0, .6)
}

@media only screen and (max-width:1200px) {
    div.FormBuscaAvancada div.busca-avancada {
        zoom: .9
    }
}

div.FormBuscaAvancada div.busca-avancada ul.FilteredList li {
    background: rgba(2, 55, 101, .05);
    border: 1px solid #023765;
    color: #023765;
    float: left
}

div.FormBuscaAvancada div.busca-avancada ul.FilteredList li label.LabelRemoveFilter span.Value {
    font-size: 14px;
    font-weight: 300
}

div.FormBuscaAvancada div.busca-avancada ul.FilteredList li label.LabelRemoveFilter span.icon-cancel {
    background: none;
    color: #023765;
    font-size: 13px
}

div.FormBuscaAvancada div.busca-avancada ul.FilteredList li span.Filter {
    font-size: 11px;
    font-weight: 600
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox {
    background: transparent;
    border: 1px solid #ced4da;
    color: #023765;
    padding: 4px 8px 8px
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox div.SearchBoxTitle {
    border-bottom: 1px solid #ced4da
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox div.SearchBoxTitle label.control-label {
    font-size: 14px;
    font-weight: 600;
    padding: 0
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox div.SearchBoxTitle span.OpenClose {
    display: none
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox div.SearchBoxContent {
    background: none;
    border: none;
    border-radius: 0;
    display: block;
    padding: 0 3px 0 1px
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox div.SearchBoxContent::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
    border-right: none
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox div.SearchBoxContent::-webkit-scrollbar {
    border-radius: 4px;
    width: 8px
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox div.SearchBoxContent::-webkit-scrollbar-thumb {
    border-radius: 4px;
    padding: 2px
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox#SearchTemporada div.TemporadaAcomodacao select {
    font-size: 14px;
    height: auto
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox.numeric div.input-group {
    float: left
}

div.FormBuscaAvancada div.busca-avancada div.SearchBox.numeric div.input-group .form-control {
    font-size: 15px
}

div.FormBuscaAvancada div.busca-avancada div.BoxCheckBox div.CheckBox {
    height: 25px;
    margin: 1px 0
}

div.FormBuscaAvancada div.busca-avancada div.BoxCheckBox div.CheckBox label {
    font-size: 15px;
    margin-top: 3px;
    width: calc(100% - 32px)
}

div.FormBuscaAvancada div.busca-avancada div.BoxCheckBox div.CheckBox.CheckTitle {
    height: inherit;
    padding: 4px 8px
}

div.ImovelSearch div.SearchField.DeAte label.btn span.circle span.desc {
    position: relative;
    top: -1px
}

div.FiltersOnPopup div.BoxFiltros div.BoxSearch {
    background: #fff!important
}

div.FiltersOnPopup div.BoxFiltros div.BoxSearch div.PopTitle {
    color: #333!important
}

@media only screen and (max-width:992px) {
    .FormBuscaAvancada div.BoxFiltros div.BoxSearch {
        background: #fff!important
    }
    .FormBuscaAvancada div.BoxFiltros div.BoxSearch div.PopTitle {
        color: #333!important
    }
}

div#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo {
    line-height: 1.1
}

.BoxGaleriaImovel span.TarjaImovel {
    color: #fff;
    left: -44px;
    padding: 5px 46px 5px 37px;
    position: absolute;
    text-shadow: 0 0 5px rgba(0, 0, 0, .63);
    top: 12px;
    transform: rotate(-32deg);
    width: 186px;
    z-index: 5
}

.BoxGaleriaImovel span.TarjaImovel span.tarja {
    background-color: red;
    bottom: 0;
    box-shadow: 0 0 1px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.BoxGaleriaImovel span.TarjaImovel span.desc {
    word-wrap: break-word;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    max-height: 24px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.fullscreen span.TarjaImovel {
    color: #fff;
    left: -44px;
    padding: 5px 46px 5px 37px;
    position: absolute;
    text-shadow: 0 0 5px rgba(0, 0, 0, .63);
    top: 12px;
    transform: rotate(-32deg);
    width: 186px;
    z-index: 5
}

.fullscreen span.TarjaImovel span.tarja {
    background-color: red;
    bottom: 0;
    box-shadow: 0 0 1px #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    left: 0;
    opacity: .6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.fullscreen span.TarjaImovel span.desc {
    word-wrap: break-word;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    max-height: 24px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.INSTAGRAM_MEDIA_POPUP .BoxWidgetInstagramMediaPopup .WidgetContent .instagramPublication .mediaSide {
    height: 108%
}

body.generation.azul a.FooterLogo,
body.generation.azul a.LogoPlace {
    border-radius: 6px
}

body.generation.azul #footer,
body.generation.azul:not(.Home) #header {
    background-color: #023765
}

body.generation.azul #footer a.btn,
body.generation.azul:not(.Home) #header a.btn {
    color: #023765
}

body.generation.azul #footer div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.azul #footer div.BoxDadosFooter div.BoxTelefone h3.Title,
body.generation.azul:not(.Home) #header div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.azul:not(.Home) #header div.BoxDadosFooter div.BoxTelefone h3.Title {
    color: #f5d800
}

body.generation.azul #footer div.BoxDadosFooter .LanguageOption,
body.generation.azul:not(.Home) #header div.BoxDadosFooter .LanguageOption {
    margin-top: 8px
}

@media only screen and (max-width:992px) {
    body.generation.azul #footer div.BoxDadosFooter .LanguageOption,
    body.generation.azul:not(.Home) #header div.BoxDadosFooter .LanguageOption {
        justify-content: center;
        width: 100%
    }
}

body.generation.azul.tv-carrousel #tv-footer,
body.generation.azul.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc {
    background-color: #023765
}

body.generation.azul.tv-carrousel #tv-footer *,
body.generation.azul.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc * {
    color: #fff
}

body.generation.azul div.footerBar {
    background-color: #011c33
}

body.generation.azul div.footerBar div.BoxButtons a.btn:hover,
body.generation.azul div.footerBar div.BoxButtons div.socialIcon,
body.generation.azul div.footerBar div.BoxSocial a.btn:hover,
body.generation.azul div.footerBar div.BoxSocial div.socialIcon {
    color: #023765
}

body.generation.azul div.footerBar div.BoxButtons a.btn:hover svg,
body.generation.azul div.footerBar div.BoxButtons div.socialIcon svg,
body.generation.azul div.footerBar div.BoxSocial a.btn:hover svg,
body.generation.azul div.footerBar div.BoxSocial div.socialIcon svg {
    fill: #023765
}

body.generation.azul #header .social-header a,
body.generation.azul #header .social-header a:hover {
    color: #fff
}

body.generation.azul #header .social-header .fa.fa-search,
body.generation.azul #header nav.nav-header div.MenuBtnDestaque a:hover {
    color: #023765
}

body.generation.azul #header nav.nav-header div.MenuTopo a:hover {
    color: #fff
}

body.generation.azul #header nav.nav-header div.MenuTopo div.MenuNormal li.MenuAtivo>a {
    background-color: rgba(2, 55, 101, .8)
}

body.generation.azul #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu {
    background-color: rgba(2, 55, 101, .8);
    border-bottom-color: #011c33
}

body.generation.azul #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu a.FecharMenu,
body.generation.azul #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu li.Coluna div.ColunaHeader a.VerTodos {
    background-color: #011c33
}

body.generation.azul #header nav.nav-header div.MenuTopo ul.MenuTopoCustom a.highlighted {
    background-color: rgba(2, 55, 101, .8)
}

body.generation.azul #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul {
    background-color: rgba(2, 55, 101, .8);
    border-bottom-color: #023765
}

body.generation.azul #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul li a:hover {
    background-color: #023765
}

body.generation.azul #header nav.nav-header div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li>a {
    background-color: #023765;
    border-bottom-color: #02294c;
    color: #fff
}

body.generation.azul #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a,
body.generation.azul #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a:hover {
    color: #01182c
}

@media only screen and (min-width:992px) {
    body.generation.azul #header.fixed nav.nav-header {
        zoom: .9;
        align-items: center;
        background: #023765!important;
        display: flex;
        height: auto;
        justify-content: center;
        left: inherit;
        max-width: inherit;
        position: fixed!important;
        right: inherit;
        top: 0;
        transition: .1s ease-in-out;
        z-index: 1001
    }
    body.generation.azul #header.fixed nav.nav-header div.LogoBlock {
        max-height: 60px;
        max-width: 300px;
        padding: 2px 0
    }
    body.generation.azul #header.fixed nav.nav-header div.MenuTopo,
    body.generation.azul #header.fixed nav.nav-header div.MenuTopo ul.MenuTopoLista {
        margin: 0
    }
}

body.generation.azul #header div.bannerContent.homeSearch div.search-header div.search-tabs a.tab-item:not(.active),
body.generation.azul #header div.bannerContent.homeSearch div.search-header div.search-tabs div.tab-item:not(.active) {
    background-color: rgba(2, 55, 101, .8)
}

body.generation.azul #header div.bannerContent.homeSearch div.search-header div.search-tabs .tab-item:not(.active) :not(.opt) {
    color: #fff
}

body.generation.azul #cookieForm .cookieFormInside .footerCookie button.submitCookie {
    background: #fff;
    border: 1px solid #023765;
    color: #023765
}

body.generation.azul #cookieForm .cookieFormInside .footerCookie button.submitCookie:hover {
    background: #023765;
    color: #fff
}

body.generation.azul #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade {
    background: #f2f2f2;
    color: #000
}

body.generation.azul #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade:hover {
    background: #e6e6e6
}

body.generation.azul a {
    color: #023765
}

body.generation.azul a:hover {
    color: #011c33
}

body.generation.azul .btn-primary,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button {
    background-color: #023765;
    color: #fff
}

body.generation.azul .btn-primary:hover,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button:hover {
    background: #012747;
    color: #fff
}

body.generation.azul .btn-primary:focus,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button:focus {
    box-shadow: none
}

body.generation.azul .btn-primary .show>.btn-primary.dropdown-toggle,
body.generation.azul .btn-primary:active,
body.generation.azul .btn-primary:not(:disabled):not(.disabled).active,
body.generation.azul .btn-primary:not(:disabled):not(.disabled):active,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button .show>.btn-primary.dropdown-toggle,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button:active,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled).active,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled):active {
    background: #011c33;
    box-shadow: 0 0 0 .2rem #38a0fb
}

body.generation.azul .btn-primary.BtnShowMoreImovel,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel {
    background-color: #023765;
    color: #fff
}

body.generation.azul .btn-primary.BtnShowMoreImovel:hover,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:hover {
    background: #012747;
    color: #fff
}

body.generation.azul .btn-primary.BtnShowMoreImovel:focus,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:focus {
    box-shadow: none
}

body.generation.azul .btn-primary.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.azul .btn-primary.BtnShowMoreImovel:active,
body.generation.azul .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.azul .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled):active,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:active,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.azul div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled):active {
    background: #011c33;
    box-shadow: 0 0 0 .2rem #38a0fb
}

body.generation.azul .btn-warning {
    background-color: #f5d800;
    color: #023765
}

body.generation.azul .btn-warning:hover {
    background: #d6bd00;
    color: #023765
}

body.generation.azul .btn-warning:focus {
    box-shadow: none
}

body.generation.azul .btn-warning .show>.btn-primary.dropdown-toggle,
body.generation.azul .btn-warning:active,
body.generation.azul .btn-warning:not(:disabled):not(.disabled).active,
body.generation.azul .btn-warning:not(:disabled):not(.disabled):active {
    background: #c2ab00;
    box-shadow: 0 0 0 .2rem #fff8c2
}

body.generation.azul div.form-group .dropdown-toggle:active,
body.generation.azul div.form-group .dropdown-toggle:focus,
body.generation.azul div.form-group .dropdown-toggle:not(:disabled):not(.disabled).active,
body.generation.azul div.form-group .dropdown-toggle:not(:disabled):not(.disabled):active,
body.generation.azul div.form-group .form-control:active,
body.generation.azul div.form-group .form-control:focus,
body.generation.azul div.form-group .form-control:not(:disabled):not(.disabled).active,
body.generation.azul div.form-group .form-control:not(:disabled):not(.disabled):active {
    border-color: #046dc9;
    box-shadow: 0 0 0 .2rem #6ab8fc
}

body.generation.azul div.form-group .dropdown-item.active,
body.generation.azul div.form-group .dropdown-item:active {
    background-color: #046dc9;
    color: #fff
}

body.generation.azul div.WidgetTitle a,
body.generation.azul div.form-group .dropdown-item {
    color: #01182c
}

body.generation.azul div.WidgetTitle.showId .cod,
body.generation.azul div.WidgetTitle.titleAmount h2 .amount {
    background-color: #023765;
    color: #fff
}

body.generation.azul div.WidgetTitle.showId .cod:after {
    background: #023765
}

@media screen and (max-width:768px) {
    body.generation.azul div.WidgetTitle.showId .ImovelFavorito:not(.IsFavorite),
    body.generation.azul div.WidgetTitle.showId .IndicarImovel {
        color: #fff
    }
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais {
    color: #023765!important
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais:hover {
    color: #02294c!important
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #023765 #efefef
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #023765
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #023765 #efefef
}

body.generation.azul div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #023765
}

body.generation.azul div.WidgetContent div.UL_Imovel div.LI_Imovel div.DescSide div.BoxTitle a.Title {
    color: #023765
}

body.generation.azul div.WidgetContent div.UL_Imovel div.LI_Imovel div.LinhaFundo {
    background-color: #023765
}

body.generation.azul div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner {
    border-right-color: #023765
}

body.generation.azul div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner:hover {
    border-right-color: #046dc9
}

body.generation.azul div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block {
    color: #01182c
}

body.generation.azul div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block h4.ImovelTitulo {
    background-color: #023765
}

body.generation.azul div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.azul div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:after,
body.generation.azul div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #023765;
    background-color: #023765
}

body.generation.azul div.WidgetContent div.vertical div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #01182c!important
}

body.generation.azul div.WidgetContent div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-color: #023765
}

body.generation.azul div.WidgetContent div.WidgetArtigoCategoria a.list-group-item span.badge.badge-pill {
    background-color: #023765
}

body.generation.azul div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.image-overflow div.icon-link a:hover {
    background-color: #023765;
    border-color: #023765
}

body.generation.azul div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.data div.mes {
    background-color: #023765
}

body.generation.azul div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:hover,
body.generation.azul div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.ArticleTitle a.Titulo:hover,
body.generation.azul div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.categoria-data div.Categorias a:hover {
    color: #023765
}

body.generation.azul div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:after {
    background: #023765;
    border-color: #023765
}

body.generation.azul div.WidgetContent ul.Widget_ArtigoListaSimples li a:hover div.text div.Titulo,
body.generation.azul div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:hover {
    color: #023765
}

body.generation.azul div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:after {
    border-color: #023765
}

body.generation.azul div.WidgetContent.Widget_Indices a:hover {
    color: #fff
}

body.generation.azul div.WidgetContent div.pagination .PageNumber {
    background-color: #01182c
}

body.generation.azul div.WidgetContent div.pagination .PageNumber.Active {
    background-color: #023765;
    color: #fff
}

body.generation.azul div.WidgetContent div.pagination .PageNumber:hover {
    background-color: #02457e;
    color: #fff
}

body.generation.azul div.FormBuscaAvancada div.busca-avancada ul.FilteredList li {
    background-color: rgba(2, 55, 101, .2);
    border-color: #023765;
    color: #023765
}

body.generation.azul div.FormBuscaAvancada div.busca-avancada ul.FilteredList li label.LabelRemoveFilter span.icon-cancel {
    color: #023765
}

body.generation.azul div.FormBuscaAvancada div.busca-avancada ul.FilteredList li:hover {
    background-color: rgba(2, 55, 101, .3)
}

body.generation.azul .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-next span,
body.generation.azul .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-prev span {
    background-color: #fff;
    color: transparent
}

body.generation.azul .slideImageGalleryTop .slideGallery.owl-theme .owl-stage {
    background: #000
}

body.generation.azul .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg {
    background-color: #d3d3d3;
    color: #000
}

body.generation.azul .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg:hover {
    color: #000
}

body.generation.azul .divSwap button.buttonSwap {
    background-color: #fff;
    border: 1px solid #023765
}

body.generation.azul .divSwap button.buttonSwap.active,
body.generation.azul .divSwap button.buttonSwap:hover {
    background: #023765;
    opacity: 1
}

body.generation.azul .divSwap button.buttonSwap:after {
    background: #023765
}

body.generation.azul .divSwap button.buttonSwap:active {
    background: #02294c;
    opacity: 1
}

body.generation.azul .divSwap button.buttonSwap :not(font) {
    color: #023765
}

body.generation.azul .divSwap button.buttonSwap:focus {
    border: 1px solid #023765
}

body.generation.azul .divSwap button.buttonSwap.active :not(font),
body.generation.azul .divSwap button.buttonSwap:active :not(font),
body.generation.azul .divSwap button.buttonSwap:hover :not(font) {
    color: #fff!important
}

body.generation.azul div.constructionStages .percentage {
    background-color: #023765
}

body.generation.azul .BoxWidgetListaLink.Modelo_mosaico div.ListaLink.mosaico .paginationSlide .swiper-pagination-bullet-active {
    background: #023765
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup:hover {
    border-color: #023765
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupTitle {
    border-right-color: rgba(2, 55, 101, .2)
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupTitle h3 {
    color: #023765
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem {
    border-bottom-color: rgba(2, 55, 101, .1)
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorName {
    color: #01182c
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorCount {
    color: #01182c;
    opacity: .7
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorLink:hover .constructorName {
    color: #023765
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore {
    border-color: #023765;
    color: #023765
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:hover {
    background-color: #023765;
    color: #fff
}

body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus,
body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus-visible {
    border-color: #023765
}

@media (max-width:768px) {
    body.generation.azul div.buildingConstructorList .buildingConstructorGroup .groupTitle {
        border-bottom-color: rgba(2, 55, 101, .2)
    }
}

body.generation.azul div.buildingConstructorList .noData {
    color: #01182c;
    opacity: .7
}

body.generation.verde a.FooterLogo,
body.generation.verde a.LogoPlace {
    border-radius: 6px
}

body.generation.verde #footer,
body.generation.verde:not(.Home) #header {
    background-color: #348b1a
}

body.generation.verde #footer a.btn,
body.generation.verde:not(.Home) #header a.btn {
    color: #41af1f
}

body.generation.verde #footer div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.verde #footer div.BoxDadosFooter div.BoxTelefone h3.Title,
body.generation.verde:not(.Home) #header div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.verde:not(.Home) #header div.BoxDadosFooter div.BoxTelefone h3.Title {
    color: #1a440d
}

body.generation.verde #footer div.BoxDadosFooter .LanguageOption,
body.generation.verde:not(.Home) #header div.BoxDadosFooter .LanguageOption {
    margin-top: 8px
}

@media only screen and (max-width:992px) {
    body.generation.verde #footer div.BoxDadosFooter .LanguageOption,
    body.generation.verde:not(.Home) #header div.BoxDadosFooter .LanguageOption {
        justify-content: center;
        width: 100%
    }
}

body.generation.verde.tv-carrousel #tv-footer,
body.generation.verde.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc {
    background-color: #348b1a
}

body.generation.verde.tv-carrousel #tv-footer *,
body.generation.verde.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc * {
    color: #fff
}

body.generation.verde div.footerBar {
    background-color: #246012
}

body.generation.verde div.footerBar div.BoxButtons a.btn:hover,
body.generation.verde div.footerBar div.BoxButtons div.socialIcon,
body.generation.verde div.footerBar div.BoxSocial a.btn:hover,
body.generation.verde div.footerBar div.BoxSocial div.socialIcon {
    color: #41af1f
}

body.generation.verde div.footerBar div.BoxButtons a.btn:hover svg,
body.generation.verde div.footerBar div.BoxButtons div.socialIcon svg,
body.generation.verde div.footerBar div.BoxSocial a.btn:hover svg,
body.generation.verde div.footerBar div.BoxSocial div.socialIcon svg {
    fill: #41af1f
}

body.generation.verde #header .social-header a,
body.generation.verde #header .social-header a:hover {
    color: #fff
}

body.generation.verde #header .social-header .fa.fa-search {
    color: #41af1f
}

body.generation.verde #header nav.nav-header div.MenuBtnDestaque a:hover {
    color: #defad6
}

body.generation.verde #header nav.nav-header div.MenuTopo a:hover {
    color: #fff
}

body.generation.verde #header nav.nav-header div.MenuTopo div.MenuNormal li.MenuAtivo>a {
    background-color: rgba(65, 175, 31, .8)
}

body.generation.verde #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu {
    background-color: rgba(65, 175, 31, .8);
    border-bottom-color: #318417
}

body.generation.verde #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu a.FecharMenu,
body.generation.verde #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu li.Coluna div.ColunaHeader a.VerTodos {
    background-color: #318417
}

body.generation.verde #header nav.nav-header div.MenuTopo ul.MenuTopoCustom a.highlighted {
    background-color: rgba(65, 175, 31, .8)
}

body.generation.verde #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul {
    background-color: rgba(65, 175, 31, .8);
    border-bottom-color: #41af1f
}

body.generation.verde #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul li a:hover {
    background-color: #41af1f
}

body.generation.verde #header nav.nav-header div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li>a {
    background-color: #41af1f;
    border-bottom-color: #39991b;
    color: #fff
}

body.generation.verde #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a,
body.generation.verde #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a:hover {
    color: #236d46
}

@media only screen and (min-width:992px) {
    body.generation.verde #header.fixed nav.nav-header {
        zoom: .9;
        align-items: center;
        background: #41af1f!important;
        display: flex;
        height: auto;
        justify-content: center;
        left: inherit;
        max-width: inherit;
        position: fixed!important;
        right: inherit;
        top: 0;
        transition: .1s ease-in-out;
        z-index: 1001
    }
    body.generation.verde #header.fixed nav.nav-header div.LogoBlock {
        max-height: 60px;
        max-width: 300px;
        padding: 2px 0
    }
    body.generation.verde #header.fixed nav.nav-header div.MenuTopo,
    body.generation.verde #header.fixed nav.nav-header div.MenuTopo ul.MenuTopoLista {
        margin: 0
    }
}

body.generation.verde #header div.bannerContent.homeSearch div.search-header div.search-tabs a.tab-item:not(.active),
body.generation.verde #header div.bannerContent.homeSearch div.search-header div.search-tabs div.tab-item:not(.active) {
    background-color: rgba(65, 175, 31, .8)
}

body.generation.verde #header div.bannerContent.homeSearch div.search-header div.search-tabs .tab-item:not(.active) :not(.opt) {
    color: #fff
}

body.generation.verde #cookieForm .cookieFormInside .footerCookie button.submitCookie {
    background: #fff;
    border: 1px solid #41af1f;
    color: #41af1f
}

body.generation.verde #cookieForm .cookieFormInside .footerCookie button.submitCookie:hover {
    background: #41af1f;
    color: #fff
}

body.generation.verde #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade {
    background: #f2f2f2;
    color: #000
}

body.generation.verde #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade:hover {
    background: #e6e6e6
}

body.generation.verde a {
    color: #41af1f
}

body.generation.verde a:hover {
    color: #318417
}

body.generation.verde .btn-primary,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button {
    background-color: #41af1f;
    color: #fff
}

body.generation.verde .btn-primary:hover,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button:hover {
    background: #37951a;
    color: #fff
}

body.generation.verde .btn-primary:focus,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button:focus {
    box-shadow: none
}

body.generation.verde .btn-primary .show>.btn-primary.dropdown-toggle,
body.generation.verde .btn-primary:active,
body.generation.verde .btn-primary:not(:disabled):not(.disabled).active,
body.generation.verde .btn-primary:not(:disabled):not(.disabled):active,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button .show>.btn-primary.dropdown-toggle,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button:active,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled).active,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled):active {
    background: #318417;
    box-shadow: 0 0 0 .2rem #bbf0aa
}

body.generation.verde .btn-primary.BtnShowMoreImovel,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel {
    background-color: #41af1f;
    color: #fff
}

body.generation.verde .btn-primary.BtnShowMoreImovel:hover,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:hover {
    background: #37951a;
    color: #fff
}

body.generation.verde .btn-primary.BtnShowMoreImovel:focus,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:focus {
    box-shadow: none
}

body.generation.verde .btn-primary.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.verde .btn-primary.BtnShowMoreImovel:active,
body.generation.verde .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.verde .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled):active,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:active,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.verde div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled):active {
    background: #318417;
    box-shadow: 0 0 0 .2rem #bbf0aa
}

body.generation.verde .btn-warning {
    background-color: #36a76b;
    color: #defad6
}

body.generation.verde .btn-warning:hover {
    background: #2f905c;
    color: #defad6
}

body.generation.verde .btn-warning:focus {
    box-shadow: none
}

body.generation.verde .btn-warning .show>.btn-primary.dropdown-toggle,
body.generation.verde .btn-warning:active,
body.generation.verde .btn-warning:not(:disabled):not(.disabled).active,
body.generation.verde .btn-warning:not(:disabled):not(.disabled):active {
    background: #2a8052;
    box-shadow: 0 0 0 .2rem #bfead3
}

body.generation.verde div.form-group .dropdown-toggle:active,
body.generation.verde div.form-group .dropdown-toggle:focus,
body.generation.verde div.form-group .dropdown-toggle:not(:disabled):not(.disabled).active,
body.generation.verde div.form-group .dropdown-toggle:not(:disabled):not(.disabled):active,
body.generation.verde div.form-group .form-control:active,
body.generation.verde div.form-group .form-control:focus,
body.generation.verde div.form-group .form-control:not(:disabled):not(.disabled).active,
body.generation.verde div.form-group .form-control:not(:disabled):not(.disabled):active {
    border-color: #75e153;
    box-shadow: 0 0 0 .2rem #ddf8d5
}

body.generation.verde div.form-group .dropdown-item.active,
body.generation.verde div.form-group .dropdown-item:active {
    background-color: #75e153;
    color: #fff
}

body.generation.verde div.WidgetTitle a,
body.generation.verde div.form-group .dropdown-item {
    color: #236d46
}

body.generation.verde div.WidgetTitle.showId .cod,
body.generation.verde div.WidgetTitle.titleAmount h2 .amount {
    background-color: #41af1f;
    color: #fff
}

body.generation.verde div.WidgetTitle.showId .cod:after {
    background: #41af1f
}

@media screen and (max-width:768px) {
    body.generation.verde div.WidgetTitle.showId .ImovelFavorito:not(.IsFavorite),
    body.generation.verde div.WidgetTitle.showId .IndicarImovel {
        color: #fff
    }
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais {
    color: #41af1f!important
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais:hover {
    color: #39991b!important
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #348b1a #efefef
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #348b1a
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #348b1a #efefef
}

body.generation.verde div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #348b1a
}

body.generation.verde div.WidgetContent div.UL_Imovel div.LI_Imovel div.DescSide div.BoxTitle a.Title {
    color: #41af1f
}

body.generation.verde div.WidgetContent div.UL_Imovel div.LI_Imovel div.LinhaFundo {
    background-color: #41af1f
}

body.generation.verde div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner {
    border-right-color: #41af1f
}

body.generation.verde div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner:hover {
    border-right-color: #75e153
}

body.generation.verde div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block {
    color: #236d46
}

body.generation.verde div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block h4.ImovelTitulo {
    background-color: #41af1f
}

body.generation.verde div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.verde div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:after,
body.generation.verde div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #41af1f;
    background-color: #41af1f
}

body.generation.verde div.WidgetContent div.vertical div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #236d46!important
}

body.generation.verde div.WidgetContent div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-color: #41af1f
}

body.generation.verde div.WidgetContent div.WidgetArtigoCategoria a.list-group-item span.badge.badge-pill {
    background-color: #41af1f
}

body.generation.verde div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.image-overflow div.icon-link a:hover {
    background-color: #41af1f;
    border-color: #41af1f
}

body.generation.verde div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.data div.mes {
    background-color: #41af1f
}

body.generation.verde div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:hover,
body.generation.verde div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.ArticleTitle a.Titulo:hover,
body.generation.verde div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.categoria-data div.Categorias a:hover {
    color: #41af1f
}

body.generation.verde div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:after {
    background: #41af1f;
    border-color: #41af1f
}

body.generation.verde div.WidgetContent ul.Widget_ArtigoListaSimples li a:hover div.text div.Titulo,
body.generation.verde div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:hover {
    color: #41af1f
}

body.generation.verde div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:after {
    border-color: #41af1f
}

body.generation.verde div.WidgetContent.Widget_Indices a:hover {
    color: #fff
}

body.generation.verde div.WidgetContent div.pagination .PageNumber {
    background-color: #236d46
}

body.generation.verde div.WidgetContent div.pagination .PageNumber.Active {
    background-color: #41af1f;
    color: #fff
}

body.generation.verde div.WidgetContent div.pagination .PageNumber:hover {
    background-color: #49c523;
    color: #fff
}

body.generation.verde div.FormBuscaAvancada div.busca-avancada ul.FilteredList li {
    background-color: rgba(65, 175, 31, .2);
    border-color: #41af1f;
    color: #41af1f
}

body.generation.verde div.FormBuscaAvancada div.busca-avancada ul.FilteredList li label.LabelRemoveFilter span.icon-cancel {
    color: #41af1f
}

body.generation.verde div.FormBuscaAvancada div.busca-avancada ul.FilteredList li:hover {
    background-color: rgba(65, 175, 31, .3)
}

body.generation.verde .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-next span,
body.generation.verde .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-prev span {
    background-color: #fff;
    color: transparent
}

body.generation.verde .slideImageGalleryTop .slideGallery.owl-theme .owl-stage {
    background: #000
}

body.generation.verde .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg {
    background-color: #d3d3d3;
    color: #000
}

body.generation.verde .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg:hover {
    color: #000
}

body.generation.verde .divSwap button.buttonSwap {
    background-color: #fff;
    border: 1px solid #41af1f
}

body.generation.verde .divSwap button.buttonSwap.active,
body.generation.verde .divSwap button.buttonSwap:hover {
    background: #348b1a;
    opacity: 1
}

body.generation.verde .divSwap button.buttonSwap:after {
    background: #348b1a
}

body.generation.verde .divSwap button.buttonSwap:active {
    background: #2c7616;
    opacity: 1
}

body.generation.verde .divSwap button.buttonSwap :not(font) {
    color: #41af1f
}

body.generation.verde .divSwap button.buttonSwap:focus {
    border: 1px solid #41af1f
}

body.generation.verde .divSwap button.buttonSwap.active :not(font),
body.generation.verde .divSwap button.buttonSwap:active :not(font),
body.generation.verde .divSwap button.buttonSwap:hover :not(font) {
    color: #fff!important
}

body.generation.verde div.constructionStages .percentage {
    background-color: #41af1f
}

body.generation.verde .BoxWidgetListaLink.Modelo_mosaico div.ListaLink.mosaico .paginationSlide .swiper-pagination-bullet-active {
    background: #41af1f
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup:hover {
    border-color: #41af1f
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupTitle {
    border-right-color: rgba(65, 175, 31, .2)
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupTitle h3 {
    color: #41af1f
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem {
    border-bottom-color: rgba(65, 175, 31, .1)
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorName {
    color: #236d46
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorCount {
    color: #236d46;
    opacity: .7
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorLink:hover .constructorName {
    color: #41af1f
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore {
    border-color: #41af1f;
    color: #41af1f
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:hover {
    background-color: #41af1f;
    color: #fff
}

body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus,
body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus-visible {
    border-color: #41af1f
}

@media (max-width:768px) {
    body.generation.verde div.buildingConstructorList .buildingConstructorGroup .groupTitle {
        border-bottom-color: rgba(65, 175, 31, .2)
    }
}

body.generation.verde div.buildingConstructorList .noData {
    color: #236d46;
    opacity: .7
}

body.generation.vermelho a.FooterLogo,
body.generation.vermelho a.LogoPlace {
    border-radius: 6px
}

body.generation.vermelho #footer,
body.generation.vermelho:not(.Home) #header {
    background-color: #bb0303
}

body.generation.vermelho #footer a.btn,
body.generation.vermelho:not(.Home) #header a.btn {
    color: #f50203
}

body.generation.vermelho #footer div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.vermelho #footer div.BoxDadosFooter div.BoxTelefone h3.Title,
body.generation.vermelho:not(.Home) #header div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.vermelho:not(.Home) #header div.BoxDadosFooter div.BoxTelefone h3.Title {
    color: #f5d800
}

body.generation.vermelho #footer div.BoxDadosFooter .LanguageOption,
body.generation.vermelho:not(.Home) #header div.BoxDadosFooter .LanguageOption {
    margin-top: 8px
}

@media only screen and (max-width:992px) {
    body.generation.vermelho #footer div.BoxDadosFooter .LanguageOption,
    body.generation.vermelho:not(.Home) #header div.BoxDadosFooter .LanguageOption {
        justify-content: center;
        width: 100%
    }
}

body.generation.vermelho.tv-carrousel #tv-footer,
body.generation.vermelho.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc {
    background-color: #bb0303
}

body.generation.vermelho.tv-carrousel #tv-footer *,
body.generation.vermelho.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc * {
    color: #fff
}

body.generation.vermelho div.footerBar {
    background-color: #890202
}

body.generation.vermelho div.footerBar div.BoxButtons a.btn:hover,
body.generation.vermelho div.footerBar div.BoxButtons div.socialIcon,
body.generation.vermelho div.footerBar div.BoxSocial a.btn:hover,
body.generation.vermelho div.footerBar div.BoxSocial div.socialIcon {
    color: #f50203
}

body.generation.vermelho div.footerBar div.BoxButtons a.btn:hover svg,
body.generation.vermelho div.footerBar div.BoxButtons div.socialIcon svg,
body.generation.vermelho div.footerBar div.BoxSocial a.btn:hover svg,
body.generation.vermelho div.footerBar div.BoxSocial div.socialIcon svg {
    fill: #f50203
}

body.generation.vermelho #header .social-header a,
body.generation.vermelho #header .social-header a:hover {
    color: #fff
}

body.generation.vermelho #header .social-header .fa.fa-search {
    color: #f50203
}

body.generation.vermelho #header nav.nav-header div.MenuBtnDestaque a:hover {
    color: #f5d800
}

body.generation.vermelho #header nav.nav-header div.MenuTopo a:hover {
    color: #fff
}

body.generation.vermelho #header nav.nav-header div.MenuTopo div.MenuNormal li.MenuAtivo>a {
    background-color: rgba(245, 2, 3, .8)
}

body.generation.vermelho #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu {
    background-color: rgba(245, 2, 3, .8);
    border-bottom-color: #c20202
}

body.generation.vermelho #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu a.FecharMenu,
body.generation.vermelho #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu li.Coluna div.ColunaHeader a.VerTodos {
    background-color: #c20202
}

body.generation.vermelho #header nav.nav-header div.MenuTopo ul.MenuTopoCustom a.highlighted {
    background-color: rgba(245, 2, 3, .8)
}

body.generation.vermelho #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul {
    background-color: rgba(245, 2, 3, .8);
    border-bottom-color: #f50203
}

body.generation.vermelho #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul li a:hover {
    background-color: #f50203
}

body.generation.vermelho #header nav.nav-header div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li>a {
    background-color: #f50203;
    border-bottom-color: #dc0203;
    color: #fff
}

body.generation.vermelho #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a,
body.generation.vermelho #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a:hover {
    color: #383838
}

@media only screen and (min-width:992px) {
    body.generation.vermelho #header.fixed nav.nav-header {
        zoom: .9;
        align-items: center;
        background: #f50203!important;
        display: flex;
        height: auto;
        justify-content: center;
        left: inherit;
        max-width: inherit;
        position: fixed!important;
        right: inherit;
        top: 0;
        transition: .1s ease-in-out;
        z-index: 1001
    }
    body.generation.vermelho #header.fixed nav.nav-header div.LogoBlock {
        max-height: 60px;
        max-width: 300px;
        padding: 2px 0
    }
    body.generation.vermelho #header.fixed nav.nav-header div.MenuTopo,
    body.generation.vermelho #header.fixed nav.nav-header div.MenuTopo ul.MenuTopoLista {
        margin: 0
    }
}

body.generation.vermelho #header div.bannerContent.homeSearch div.search-header div.search-tabs a.tab-item:not(.active),
body.generation.vermelho #header div.bannerContent.homeSearch div.search-header div.search-tabs div.tab-item:not(.active) {
    background-color: rgba(245, 2, 3, .8)
}

body.generation.vermelho #header div.bannerContent.homeSearch div.search-header div.search-tabs .tab-item:not(.active) :not(.opt) {
    color: #fff
}

body.generation.vermelho #cookieForm .cookieFormInside .footerCookie button.submitCookie {
    background: #fff;
    border: 1px solid #f50203;
    color: #f50203
}

body.generation.vermelho #cookieForm .cookieFormInside .footerCookie button.submitCookie:hover {
    background: #f50203;
    color: #fff
}

body.generation.vermelho #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade {
    background: #f2f2f2;
    color: #000
}

body.generation.vermelho #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade:hover {
    background: #e6e6e6
}

body.generation.vermelho a {
    color: #f50203
}

body.generation.vermelho a:hover {
    color: #c20202
}

body.generation.vermelho .btn-primary,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button {
    background-color: #f50203;
    color: #fff
}

body.generation.vermelho .btn-primary:hover,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button:hover {
    background: #d70203;
    color: #fff
}

body.generation.vermelho .btn-primary:focus,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button:focus {
    box-shadow: none
}

body.generation.vermelho .btn-primary .show>.btn-primary.dropdown-toggle,
body.generation.vermelho .btn-primary:active,
body.generation.vermelho .btn-primary:not(:disabled):not(.disabled).active,
body.generation.vermelho .btn-primary:not(:disabled):not(.disabled):active,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button .show>.btn-primary.dropdown-toggle,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button:active,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled).active,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled):active {
    background: #c20202;
    box-shadow: 0 0 0 .2rem #ffc4c5
}

body.generation.vermelho .btn-primary.BtnShowMoreImovel,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel {
    background-color: #f50203;
    color: #fff
}

body.generation.vermelho .btn-primary.BtnShowMoreImovel:hover,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:hover {
    background: #d70203;
    color: #fff
}

body.generation.vermelho .btn-primary.BtnShowMoreImovel:focus,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:focus {
    box-shadow: none
}

body.generation.vermelho .btn-primary.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.vermelho .btn-primary.BtnShowMoreImovel:active,
body.generation.vermelho .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.vermelho .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled):active,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:active,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.vermelho div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled):active {
    background: #c20202;
    box-shadow: 0 0 0 .2rem #ffc4c5
}

body.generation.vermelho .btn-warning {
    background-color: #f50203;
    color: #f5d800
}

body.generation.vermelho .btn-warning:hover {
    background: #d70203;
    color: #f5d800
}

body.generation.vermelho .btn-warning:focus {
    box-shadow: none
}

body.generation.vermelho .btn-warning .show>.btn-primary.dropdown-toggle,
body.generation.vermelho .btn-warning:active,
body.generation.vermelho .btn-warning:not(:disabled):not(.disabled).active,
body.generation.vermelho .btn-warning:not(:disabled):not(.disabled):active {
    background: #c20202;
    box-shadow: 0 0 0 .2rem #ffc4c5
}

body.generation.vermelho div.form-group .dropdown-toggle:active,
body.generation.vermelho div.form-group .dropdown-toggle:focus,
body.generation.vermelho div.form-group .dropdown-toggle:not(:disabled):not(.disabled).active,
body.generation.vermelho div.form-group .dropdown-toggle:not(:disabled):not(.disabled):active,
body.generation.vermelho div.form-group .form-control:active,
body.generation.vermelho div.form-group .form-control:focus,
body.generation.vermelho div.form-group .form-control:not(:disabled):not(.disabled).active,
body.generation.vermelho div.form-group .form-control:not(:disabled):not(.disabled):active {
    border-color: #fe5f60;
    box-shadow: 0 0 0 .2rem #fff7f7
}

body.generation.vermelho div.form-group .dropdown-item.active,
body.generation.vermelho div.form-group .dropdown-item:active {
    background-color: #fe5f60;
    color: #fff
}

body.generation.vermelho div.WidgetTitle a,
body.generation.vermelho div.form-group .dropdown-item {
    color: #383838
}

body.generation.vermelho div.WidgetTitle.showId .cod,
body.generation.vermelho div.WidgetTitle.titleAmount h2 .amount {
    background-color: #f50203;
    color: #fff
}

body.generation.vermelho div.WidgetTitle.showId .cod:after {
    background: #f50203
}

@media screen and (max-width:768px) {
    body.generation.vermelho div.WidgetTitle.showId .ImovelFavorito:not(.IsFavorite),
    body.generation.vermelho div.WidgetTitle.showId .IndicarImovel {
        color: #fff
    }
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais {
    color: #f50203!important
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais:hover {
    color: #dc0203!important
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #bb0303 #efefef
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #bb0303
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #bb0303 #efefef
}

body.generation.vermelho div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #bb0303
}

body.generation.vermelho div.WidgetContent div.UL_Imovel div.LI_Imovel div.DescSide div.BoxTitle a.Title {
    color: #f50203
}

body.generation.vermelho div.WidgetContent div.UL_Imovel div.LI_Imovel div.LinhaFundo {
    background-color: #f50203
}

body.generation.vermelho div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner {
    border-right-color: #f50203
}

body.generation.vermelho div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner:hover {
    border-right-color: #fe5f60
}

body.generation.vermelho div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block {
    color: #383838
}

body.generation.vermelho div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block h4.ImovelTitulo {
    background-color: #f50203
}

body.generation.vermelho div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.vermelho div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:after,
body.generation.vermelho div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #f50203;
    background-color: #f50203
}

body.generation.vermelho div.WidgetContent div.vertical div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #383838!important
}

body.generation.vermelho div.WidgetContent div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-color: #f50203
}

body.generation.vermelho div.WidgetContent div.WidgetArtigoCategoria a.list-group-item span.badge.badge-pill {
    background-color: #f50203
}

body.generation.vermelho div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.image-overflow div.icon-link a:hover {
    background-color: #f50203;
    border-color: #f50203
}

body.generation.vermelho div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.data div.mes {
    background-color: #f50203
}

body.generation.vermelho div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:hover,
body.generation.vermelho div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.ArticleTitle a.Titulo:hover,
body.generation.vermelho div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.categoria-data div.Categorias a:hover {
    color: #f50203
}

body.generation.vermelho div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:after {
    background: #f50203;
    border-color: #f50203
}

body.generation.vermelho div.WidgetContent ul.Widget_ArtigoListaSimples li a:hover div.text div.Titulo,
body.generation.vermelho div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:hover {
    color: #f50203
}

body.generation.vermelho div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:after {
    border-color: #f50203
}

body.generation.vermelho div.WidgetContent.Widget_Indices a:hover {
    color: #fff
}

body.generation.vermelho div.WidgetContent div.pagination .PageNumber {
    background-color: #383838
}

body.generation.vermelho div.WidgetContent div.pagination .PageNumber.Active {
    background-color: #f50203;
    color: #fff
}

body.generation.vermelho div.WidgetContent div.pagination .PageNumber:hover {
    background-color: #fd1314;
    color: #fff
}

body.generation.vermelho div.FormBuscaAvancada div.busca-avancada ul.FilteredList li {
    background-color: rgba(245, 2, 3, .2);
    border-color: #f50203;
    color: #f50203
}

body.generation.vermelho div.FormBuscaAvancada div.busca-avancada ul.FilteredList li label.LabelRemoveFilter span.icon-cancel {
    color: #f50203
}

body.generation.vermelho div.FormBuscaAvancada div.busca-avancada ul.FilteredList li:hover {
    background-color: rgba(245, 2, 3, .3)
}

body.generation.vermelho .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-next span,
body.generation.vermelho .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-prev span {
    background-color: #fff;
    color: transparent
}

body.generation.vermelho .slideImageGalleryTop .slideGallery.owl-theme .owl-stage {
    background: #000
}

body.generation.vermelho .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg {
    background-color: #d3d3d3;
    color: #000
}

body.generation.vermelho .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg:hover {
    color: #000
}

body.generation.vermelho .divSwap button.buttonSwap {
    background-color: #fff;
    border: 1px solid #f50203
}

body.generation.vermelho .divSwap button.buttonSwap.active,
body.generation.vermelho .divSwap button.buttonSwap:hover {
    background: #bb0303;
    opacity: 1
}

body.generation.vermelho .divSwap button.buttonSwap:after {
    background: #bb0303
}

body.generation.vermelho .divSwap button.buttonSwap:active {
    background: #a20303;
    opacity: 1
}

body.generation.vermelho .divSwap button.buttonSwap :not(font) {
    color: #f50203
}

body.generation.vermelho .divSwap button.buttonSwap:focus {
    border: 1px solid #f50203
}

body.generation.vermelho .divSwap button.buttonSwap.active :not(font),
body.generation.vermelho .divSwap button.buttonSwap:active :not(font),
body.generation.vermelho .divSwap button.buttonSwap:hover :not(font) {
    color: #fff!important
}

body.generation.vermelho div.constructionStages .percentage {
    background-color: #f50203
}

body.generation.vermelho .BoxWidgetListaLink.Modelo_mosaico div.ListaLink.mosaico .paginationSlide .swiper-pagination-bullet-active {
    background: #f50203
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup:hover {
    border-color: #f50203
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupTitle {
    border-right-color: rgba(245, 2, 3, .2)
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupTitle h3 {
    color: #f50203
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem {
    border-bottom-color: rgba(245, 2, 3, .1)
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorName {
    color: #383838
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorCount {
    color: #383838;
    opacity: .7
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorLink:hover .constructorName {
    color: #f50203
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore {
    border-color: #f50203;
    color: #f50203
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:hover {
    background-color: #f50203;
    color: #fff
}

body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus,
body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus-visible {
    border-color: #f50203
}

@media (max-width:768px) {
    body.generation.vermelho div.buildingConstructorList .buildingConstructorGroup .groupTitle {
        border-bottom-color: rgba(245, 2, 3, .2)
    }
}

body.generation.vermelho div.buildingConstructorList .noData {
    color: #383838;
    opacity: .7
}

body.generation.preto a.FooterLogo,
body.generation.preto a.LogoPlace {
    border-radius: 6px
}

body.generation.preto #footer,
body.generation.preto:not(.Home) #header {
    background-color: #353535
}

body.generation.preto #footer a.btn,
body.generation.preto:not(.Home) #header a.btn {
    color: #131313
}

body.generation.preto #footer div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.preto #footer div.BoxDadosFooter div.BoxTelefone h3.Title,
body.generation.preto:not(.Home) #header div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.preto:not(.Home) #header div.BoxDadosFooter div.BoxTelefone h3.Title {
    color: #c3941d
}

body.generation.preto #footer div.BoxDadosFooter .LanguageOption,
body.generation.preto:not(.Home) #header div.BoxDadosFooter .LanguageOption {
    margin-top: 8px
}

@media only screen and (max-width:992px) {
    body.generation.preto #footer div.BoxDadosFooter .LanguageOption,
    body.generation.preto:not(.Home) #header div.BoxDadosFooter .LanguageOption {
        justify-content: center;
        width: 100%
    }
}

body.generation.preto.tv-carrousel #tv-footer,
body.generation.preto.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc {
    background-color: #353535
}

body.generation.preto.tv-carrousel #tv-footer *,
body.generation.preto.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc * {
    color: #fff
}

body.generation.preto div.footerBar {
    background-color: #1c1c1c
}

body.generation.preto div.footerBar div.BoxButtons a.btn:hover,
body.generation.preto div.footerBar div.BoxButtons div.socialIcon,
body.generation.preto div.footerBar div.BoxSocial a.btn:hover,
body.generation.preto div.footerBar div.BoxSocial div.socialIcon {
    color: #131313
}

body.generation.preto div.footerBar div.BoxButtons a.btn:hover svg,
body.generation.preto div.footerBar div.BoxButtons div.socialIcon svg,
body.generation.preto div.footerBar div.BoxSocial a.btn:hover svg,
body.generation.preto div.footerBar div.BoxSocial div.socialIcon svg {
    fill: #131313
}

body.generation.preto #header .social-header a,
body.generation.preto #header .social-header a:hover {
    color: #fff
}

body.generation.preto #header .social-header .fa.fa-search {
    color: #131313
}

body.generation.preto #header nav.nav-header div.MenuBtnDestaque a:hover,
body.generation.preto #header nav.nav-header div.MenuTopo a:hover {
    color: #fff
}

body.generation.preto #header nav.nav-header div.MenuTopo div.MenuNormal li.MenuAtivo>a {
    background-color: hsla(0, 0%, 7%, .8)
}

body.generation.preto #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu {
    background-color: hsla(0, 0%, 7%, .8);
    border-bottom-color: #000
}

body.generation.preto #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu a.FecharMenu,
body.generation.preto #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu li.Coluna div.ColunaHeader a.VerTodos {
    background-color: #000
}

body.generation.preto #header nav.nav-header div.MenuTopo ul.MenuTopoCustom a.highlighted {
    background-color: hsla(0, 0%, 7%, .8)
}

body.generation.preto #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul {
    background-color: hsla(0, 0%, 7%, .8);
    border-bottom-color: #131313
}

body.generation.preto #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul li a:hover {
    background-color: #131313
}

body.generation.preto #header nav.nav-header div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li>a {
    background-color: #131313;
    border-bottom-color: #060606;
    color: #fff
}

body.generation.preto #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a,
body.generation.preto #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a:hover {
    color: #4b4a4a
}

@media only screen and (min-width:992px) {
    body.generation.preto #header.fixed nav.nav-header {
        zoom: .9;
        align-items: center;
        background: #131313!important;
        display: flex;
        height: auto;
        justify-content: center;
        left: inherit;
        max-width: inherit;
        position: fixed!important;
        right: inherit;
        top: 0;
        transition: .1s ease-in-out;
        z-index: 1001
    }
    body.generation.preto #header.fixed nav.nav-header div.LogoBlock {
        max-height: 60px;
        max-width: 300px;
        padding: 2px 0
    }
    body.generation.preto #header.fixed nav.nav-header div.MenuTopo,
    body.generation.preto #header.fixed nav.nav-header div.MenuTopo ul.MenuTopoLista {
        margin: 0
    }
}

body.generation.preto #header div.bannerContent.homeSearch div.search-header div.search-tabs a.tab-item:not(.active),
body.generation.preto #header div.bannerContent.homeSearch div.search-header div.search-tabs div.tab-item:not(.active) {
    background-color: hsla(0, 0%, 7%, .8)
}

body.generation.preto #header div.bannerContent.homeSearch div.search-header div.search-tabs .tab-item:not(.active) :not(.opt) {
    color: #fff
}

body.generation.preto #cookieForm .cookieFormInside .footerCookie button.submitCookie {
    background: #fff;
    border: 1px solid #131313;
    color: #131313
}

body.generation.preto #cookieForm .cookieFormInside .footerCookie button.submitCookie:hover {
    background: #131313;
    color: #fff
}

body.generation.preto #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade {
    background: #f2f2f2;
    color: #000
}

body.generation.preto #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade:hover {
    background: #e6e6e6
}

body.generation.preto a {
    color: #131313
}

body.generation.preto a:hover {
    color: #000
}

body.generation.preto .btn-primary,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button {
    background-color: #131313;
    color: #fff
}

body.generation.preto .btn-primary:hover,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button:hover {
    background: #040404;
    color: #fff
}

body.generation.preto .btn-primary:focus,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button:focus {
    box-shadow: none
}

body.generation.preto .btn-primary .show>.btn-primary.dropdown-toggle,
body.generation.preto .btn-primary:active,
body.generation.preto .btn-primary:not(:disabled):not(.disabled).active,
body.generation.preto .btn-primary:not(:disabled):not(.disabled):active,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button .show>.btn-primary.dropdown-toggle,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button:active,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled).active,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled):active {
    background: #000;
    box-shadow: 0 0 0 .2rem #797979
}

body.generation.preto .btn-primary.BtnShowMoreImovel,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel {
    background-color: #131313;
    color: #fff
}

body.generation.preto .btn-primary.BtnShowMoreImovel:hover,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:hover {
    background: #040404;
    color: #fff
}

body.generation.preto .btn-primary.BtnShowMoreImovel:focus,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:focus {
    box-shadow: none
}

body.generation.preto .btn-primary.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.preto .btn-primary.BtnShowMoreImovel:active,
body.generation.preto .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.preto .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled):active,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:active,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.preto div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled):active {
    background: #000;
    box-shadow: 0 0 0 .2rem #797979
}

body.generation.preto .btn-warning {
    background-color: #c3941d;
    color: #fff
}

body.generation.preto .btn-warning:hover {
    background: #a88019;
    color: #fff
}

body.generation.preto .btn-warning:focus {
    box-shadow: none
}

body.generation.preto .btn-warning .show>.btn-primary.dropdown-toggle,
body.generation.preto .btn-warning:active,
body.generation.preto .btn-warning:not(:disabled):not(.disabled).active,
body.generation.preto .btn-warning:not(:disabled):not(.disabled):active {
    background: #977216;
    box-shadow: 0 0 0 .2rem #f4e3b8
}

body.generation.preto div.form-group .dropdown-toggle:active,
body.generation.preto div.form-group .dropdown-toggle:focus,
body.generation.preto div.form-group .dropdown-toggle:not(:disabled):not(.disabled).active,
body.generation.preto div.form-group .dropdown-toggle:not(:disabled):not(.disabled):active,
body.generation.preto div.form-group .form-control:active,
body.generation.preto div.form-group .form-control:focus,
body.generation.preto div.form-group .form-control:not(:disabled):not(.disabled).active,
body.generation.preto div.form-group .form-control:not(:disabled):not(.disabled):active {
    border-color: #464646;
    box-shadow: 0 0 0 .2rem #939393
}

body.generation.preto div.form-group .dropdown-item.active,
body.generation.preto div.form-group .dropdown-item:active {
    background-color: #464646;
    color: #fff
}

body.generation.preto div.WidgetTitle a,
body.generation.preto div.form-group .dropdown-item {
    color: #4b4a4a
}

body.generation.preto div.WidgetTitle.showId .cod,
body.generation.preto div.WidgetTitle.titleAmount h2 .amount {
    background-color: #131313;
    color: #fff
}

body.generation.preto div.WidgetTitle.showId .cod:after {
    background: #131313
}

@media screen and (max-width:768px) {
    body.generation.preto div.WidgetTitle.showId .ImovelFavorito:not(.IsFavorite),
    body.generation.preto div.WidgetTitle.showId .IndicarImovel {
        color: #fff
    }
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais {
    color: #131313!important
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais:hover {
    color: #060606!important
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #353535 #efefef
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #353535
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #353535 #efefef
}

body.generation.preto div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #353535
}

body.generation.preto div.WidgetContent div.UL_Imovel div.LI_Imovel div.DescSide div.BoxTitle a.Title {
    color: #131313
}

body.generation.preto div.WidgetContent div.UL_Imovel div.LI_Imovel div.LinhaFundo {
    background-color: #131313
}

body.generation.preto div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner {
    border-right-color: #131313
}

body.generation.preto div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner:hover {
    border-right-color: #464646
}

body.generation.preto div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block {
    color: #4b4a4a
}

body.generation.preto div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block h4.ImovelTitulo {
    background-color: #131313
}

body.generation.preto div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.preto div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:after,
body.generation.preto div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #131313;
    background-color: #131313
}

body.generation.preto div.WidgetContent div.vertical div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #4b4a4a!important
}

body.generation.preto div.WidgetContent div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-color: #131313
}

body.generation.preto div.WidgetContent div.WidgetArtigoCategoria a.list-group-item span.badge.badge-pill {
    background-color: #131313
}

body.generation.preto div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.image-overflow div.icon-link a:hover {
    background-color: #131313;
    border-color: #131313
}

body.generation.preto div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.data div.mes {
    background-color: #131313
}

body.generation.preto div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:hover,
body.generation.preto div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.ArticleTitle a.Titulo:hover,
body.generation.preto div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.categoria-data div.Categorias a:hover {
    color: #131313
}

body.generation.preto div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:after {
    background: #131313;
    border-color: #131313
}

body.generation.preto div.WidgetContent ul.Widget_ArtigoListaSimples li a:hover div.text div.Titulo,
body.generation.preto div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:hover {
    color: #131313
}

body.generation.preto div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:after {
    border-color: #131313
}

body.generation.preto div.WidgetContent.Widget_Indices a:hover {
    color: #fff
}

body.generation.preto div.WidgetContent div.pagination .PageNumber {
    background-color: #4b4a4a
}

body.generation.preto div.WidgetContent div.pagination .PageNumber.Active {
    background-color: #131313;
    color: #fff
}

body.generation.preto div.WidgetContent div.pagination .PageNumber:hover {
    background-color: #202020;
    color: #fff
}

body.generation.preto div.FormBuscaAvancada div.busca-avancada ul.FilteredList li {
    background-color: hsla(0, 0%, 7%, .2);
    border-color: #131313;
    color: #131313
}

body.generation.preto div.FormBuscaAvancada div.busca-avancada ul.FilteredList li label.LabelRemoveFilter span.icon-cancel {
    color: #131313
}

body.generation.preto div.FormBuscaAvancada div.busca-avancada ul.FilteredList li:hover {
    background-color: hsla(0, 0%, 7%, .3)
}

body.generation.preto .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-next span,
body.generation.preto .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-prev span {
    background-color: #fff;
    color: transparent
}

body.generation.preto .slideImageGalleryTop .slideGallery.owl-theme .owl-stage {
    background: #000
}

body.generation.preto .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg {
    background-color: #d3d3d3;
    color: #000
}

body.generation.preto .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg:hover {
    color: #000
}

body.generation.preto .divSwap button.buttonSwap {
    background-color: #fff;
    border: 1px solid #131313
}

body.generation.preto .divSwap button.buttonSwap.active,
body.generation.preto .divSwap button.buttonSwap:hover {
    background: #353535;
    opacity: 1
}

body.generation.preto .divSwap button.buttonSwap:after {
    background: #353535
}

body.generation.preto .divSwap button.buttonSwap:active {
    background: #282828;
    opacity: 1
}

body.generation.preto .divSwap button.buttonSwap :not(font) {
    color: #131313
}

body.generation.preto .divSwap button.buttonSwap:focus {
    border: 1px solid #131313
}

body.generation.preto .divSwap button.buttonSwap.active :not(font),
body.generation.preto .divSwap button.buttonSwap:active :not(font),
body.generation.preto .divSwap button.buttonSwap:hover :not(font) {
    color: #fff!important
}

body.generation.preto div.constructionStages .percentage {
    background-color: #131313
}

body.generation.preto .BoxWidgetListaLink.Modelo_mosaico div.ListaLink.mosaico .paginationSlide .swiper-pagination-bullet-active {
    background: #131313
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup:hover {
    border-color: #131313
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupTitle {
    border-right-color: hsla(0, 0%, 7%, .2)
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupTitle h3 {
    color: #131313
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem {
    border-bottom-color: hsla(0, 0%, 7%, .1)
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorName {
    color: #4b4a4a
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorCount {
    color: #4b4a4a;
    opacity: .7
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorLink:hover .constructorName {
    color: #131313
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore {
    border-color: #131313;
    color: #131313
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:hover {
    background-color: #131313;
    color: #fff
}

body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus,
body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus-visible {
    border-color: #131313
}

@media (max-width:768px) {
    body.generation.preto div.buildingConstructorList .buildingConstructorGroup .groupTitle {
        border-bottom-color: hsla(0, 0%, 7%, .2)
    }
}

body.generation.preto div.buildingConstructorList .noData {
    color: #4b4a4a;
    opacity: .7
}

:root {
    --background-footer: $base
}

body.generation.marrom a.FooterLogo,
body.generation.marrom a.LogoPlace {
    border-radius: 6px
}

body.generation.marrom #footer,
body.generation.marrom:not(.Home) #header {
    background-color: #3b3d3f
}

body.generation.marrom #footer a.btn,
body.generation.marrom #footer div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.marrom #footer div.BoxDadosFooter div.BoxTelefone h3.Title,
body.generation.marrom:not(.Home) #header a.btn,
body.generation.marrom:not(.Home) #header div.BoxDadosFooter div.BoxLocal h3.Title,
body.generation.marrom:not(.Home) #header div.BoxDadosFooter div.BoxTelefone h3.Title {
    color: #c3941d
}

body.generation.marrom #footer div.BoxDadosFooter .LanguageOption,
body.generation.marrom:not(.Home) #header div.BoxDadosFooter .LanguageOption {
    margin-top: 8px
}

@media only screen and (max-width:992px) {
    body.generation.marrom #footer div.BoxDadosFooter .LanguageOption,
    body.generation.marrom:not(.Home) #header div.BoxDadosFooter .LanguageOption {
        justify-content: center;
        width: 100%
    }
}

body.generation.marrom.tv-carrousel #tv-footer,
body.generation.marrom.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc {
    background-color: #3b3d3f
}

body.generation.marrom.tv-carrousel #tv-footer *,
body.generation.marrom.tv-carrousel div.BoxDestaqueColunaImovel.tv .owl-stage .owl-item .item .item-block .ImovelDesc * {
    color: #fff
}

body.generation.marrom div.footerBar {
    background-color: #222425
}

body.generation.marrom div.footerBar div.BoxButtons a.btn:hover,
body.generation.marrom div.footerBar div.BoxButtons div.socialIcon,
body.generation.marrom div.footerBar div.BoxSocial a.btn:hover,
body.generation.marrom div.footerBar div.BoxSocial div.socialIcon {
    color: #c3941d
}

body.generation.marrom div.footerBar div.BoxButtons a.btn:hover svg,
body.generation.marrom div.footerBar div.BoxButtons div.socialIcon svg,
body.generation.marrom div.footerBar div.BoxSocial a.btn:hover svg,
body.generation.marrom div.footerBar div.BoxSocial div.socialIcon svg {
    fill: #c3941d
}

body.generation.marrom #header .social-header a,
body.generation.marrom #header .social-header a:hover {
    color: #f7f7ff
}

body.generation.marrom #header .social-header .fa.fa-search {
    color: #c3941d
}

body.generation.marrom #header nav.nav-header div.MenuBtnDestaque a:hover,
body.generation.marrom #header nav.nav-header div.MenuTopo a:hover {
    color: #f7f7ff
}

body.generation.marrom #header nav.nav-header div.MenuTopo div.MenuNormal li.MenuAtivo>a {
    background-color: rgba(195, 148, 29, .8)
}

body.generation.marrom #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu {
    background-color: rgba(195, 148, 29, .8);
    border-bottom-color: #977216
}

body.generation.marrom #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu a.FecharMenu,
body.generation.marrom #header nav.nav-header div.MenuTopo li.MenuInterno ul.ListaInterna div.SubMenu li.Coluna div.ColunaHeader a.VerTodos {
    background-color: #977216
}

body.generation.marrom #header nav.nav-header div.MenuTopo ul.MenuTopoCustom a.highlighted {
    background-color: rgba(195, 148, 29, .8)
}

body.generation.marrom #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul {
    background-color: rgba(195, 148, 29, .8);
    border-bottom-color: #c3941d
}

body.generation.marrom #header nav.nav-header div.MenuTopo ul.MenuTopoCustom ul li a:hover {
    background-color: #c3941d
}

body.generation.marrom #header nav.nav-header div.MenuTopo div.MenuSmartphone ul#MenuTopoSmartphone>li>a {
    background-color: #c3941d;
    border-bottom-color: #ad831a;
    color: #f7f7ff
}

body.generation.marrom #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a,
body.generation.marrom #header nav.nav-header div.MenuTopo div.MenuSmartphone ul li a:hover {
    color: #222
}

@media only screen and (min-width:992px) {
    body.generation.marrom #header.fixed nav.nav-header {
        zoom: .9;
        align-items: center;
        background: #c3941d!important;
        display: flex;
        height: auto;
        justify-content: center;
        left: inherit;
        max-width: inherit;
        position: fixed!important;
        right: inherit;
        top: 0;
        transition: .1s ease-in-out;
        z-index: 1001
    }
    body.generation.marrom #header.fixed nav.nav-header div.LogoBlock {
        max-height: 60px;
        max-width: 300px;
        padding: 2px 0
    }
    body.generation.marrom #header.fixed nav.nav-header div.MenuTopo,
    body.generation.marrom #header.fixed nav.nav-header div.MenuTopo ul.MenuTopoLista {
        margin: 0
    }
}

body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-tabs a.tab-item:not(.active),
body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-tabs div.tab-item:not(.active) {
    background-color: rgba(195, 148, 29, .8)
}

body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-tabs .tab-item:not(.active) :not(.opt) {
    color: #f7f7ff
}

body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.submitCookie {
    background: #fff
}

body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade {
    background: #dedeff;
    color: #000
}

body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade:hover {
    background: #c4c4ff
}

body.generation.marrom a {
    color: #c3941d
}

body.generation.marrom a:hover {
    color: #977216
}

body.generation.marrom .btn-primary,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button {
    background-color: #c3941d;
    color: #f7f7ff
}

body.generation.marrom .btn-primary:hover,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button:hover {
    background: #a88019;
    color: #f7f7ff
}

body.generation.marrom .btn-primary:focus,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button:focus {
    box-shadow: none
}

body.generation.marrom .btn-primary .show>.btn-primary.dropdown-toggle,
body.generation.marrom .btn-primary:active,
body.generation.marrom .btn-primary:not(:disabled):not(.disabled).active,
body.generation.marrom .btn-primary:not(:disabled):not(.disabled):active,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button .show>.btn-primary.dropdown-toggle,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button:active,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled).active,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button:not(:disabled):not(.disabled):active {
    background: #977216;
    box-shadow: 0 0 0 .2rem #f4e3b8
}

body.generation.marrom .btn-primary.BtnShowMoreImovel,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel {
    background-color: #c3941d;
    color: #f7f7ff
}

body.generation.marrom .btn-primary.BtnShowMoreImovel:hover,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:hover {
    background: #a88019;
    color: #f7f7ff
}

body.generation.marrom .btn-primary.BtnShowMoreImovel:focus,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:focus {
    box-shadow: none
}

body.generation.marrom .btn-primary.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.marrom .btn-primary.BtnShowMoreImovel:active,
body.generation.marrom .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.marrom .btn-primary.BtnShowMoreImovel:not(:disabled):not(.disabled):active,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel .show>.btn-primary.dropdown-toggle,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:active,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled).active,
body.generation.marrom div.BuscaResultado div.BoxBtnShowMoreImovel button.BtnShowMoreImovel:not(:disabled):not(.disabled):active {
    background: #977216;
    box-shadow: 0 0 0 .2rem #f4e3b8
}

body.generation.marrom .btn-warning {
    background-color: #c3941d;
    color: #f7f7ff
}

body.generation.marrom .btn-warning:hover {
    background: #a88019;
    color: #f7f7ff
}

body.generation.marrom .btn-warning:focus {
    box-shadow: none
}

body.generation.marrom .btn-warning .show>.btn-primary.dropdown-toggle,
body.generation.marrom .btn-warning:active,
body.generation.marrom .btn-warning:not(:disabled):not(.disabled).active,
body.generation.marrom .btn-warning:not(:disabled):not(.disabled):active {
    background: #977216;
    box-shadow: 0 0 0 .2rem #f4e3b8
}

body.generation.marrom div.form-group .dropdown-toggle:active,
body.generation.marrom div.form-group .dropdown-toggle:focus,
body.generation.marrom div.form-group .dropdown-toggle:not(:disabled):not(.disabled).active,
body.generation.marrom div.form-group .dropdown-toggle:not(:disabled):not(.disabled):active,
body.generation.marrom div.form-group .form-control:active,
body.generation.marrom div.form-group .form-control:focus,
body.generation.marrom div.form-group .form-control:not(:disabled):not(.disabled).active,
body.generation.marrom div.form-group .form-control:not(:disabled):not(.disabled):active {
    border-color: #e7c15f;
    box-shadow: 0 0 0 .2rem #fbf4e4
}

body.generation.marrom div.form-group .dropdown-item.active,
body.generation.marrom div.form-group .dropdown-item:active {
    background-color: #e7c15f
}

body.generation.marrom div.WidgetTitle a,
body.generation.marrom div.form-group .dropdown-item {
    color: #222
}

body.generation.marrom div.WidgetTitle.showId .cod,
body.generation.marrom div.WidgetTitle.titleAmount h2 .amount {
    background-color: #c3941d;
    color: #fff
}

body.generation.marrom div.WidgetTitle.showId .cod:after {
    background: #c3941d
}

@media screen and (max-width:768px) {
    body.generation.marrom div.WidgetTitle.showId .ImovelFavorito:not(.IsFavorite),
    body.generation.marrom div.WidgetTitle.showId .IndicarImovel {
        color: #f7f7ff
    }
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais {
    color: #c3941d!important
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais:hover {
    color: #ad831a!important
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #3b3d3f #efefef
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #3b3d3f
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo {
    width: 100%
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo * {
    scrollbar-color: #3b3d3f #efefef
}

body.generation.marrom div.WidgetContent div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #3b3d3f
}

body.generation.marrom div.WidgetContent div.UL_Imovel div.LI_Imovel div.DescSide div.BoxTitle a.Title {
    color: #c3941d
}

body.generation.marrom div.WidgetContent div.UL_Imovel div.LI_Imovel div.LinhaFundo {
    background-color: #c3941d
}

body.generation.marrom div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner {
    border-right-color: #c3941d
}

body.generation.marrom div.WidgetContent div.UL_Imovel:not(.ModoGrade) div.LI_Imovel div.LI_ImovelInner:hover {
    border-right-color: #e7c15f
}

body.generation.marrom div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block {
    color: #222
}

body.generation.marrom div.WidgetContent div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block h4.ImovelTitulo {
    background-color: #c3941d
}

body.generation.marrom div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.marrom div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:after,
body.generation.marrom div.WidgetContent div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #c3941d;
    background-color: #c3941d
}

body.generation.marrom div.WidgetContent div.vertical div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #222!important
}

body.generation.marrom div.WidgetContent div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-color: #c3941d
}

body.generation.marrom div.WidgetContent div.WidgetArtigoCategoria a.list-group-item span.badge.badge-pill {
    background-color: #c3941d
}

body.generation.marrom div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.image-overflow div.icon-link a:hover {
    background-color: #c3941d;
    border-color: #c3941d
}

body.generation.marrom div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.ImagemContainer div.data div.mes {
    background-color: #c3941d
}

body.generation.marrom div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:hover,
body.generation.marrom div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.ArticleTitle a.Titulo:hover,
body.generation.marrom div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text div.categoria-data div.Categorias a:hover {
    color: #c3941d
}

body.generation.marrom div.WidgetContent#Artigo div.articleList div.BoxArtigo div.article div.Text a.ContinuarLendo:after {
    background: #c3941d;
    border-color: #c3941d
}

body.generation.marrom div.WidgetContent ul.Widget_ArtigoListaSimples li a:hover div.text div.Titulo,
body.generation.marrom div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:hover {
    color: #c3941d
}

body.generation.marrom div.WidgetContent#Artigo div.ArtigoDetalha div.cabecalho div.text-container div.titulo-categoria .categoria a:after {
    border-color: #c3941d
}

body.generation.marrom div.WidgetContent.Widget_Indices a:hover {
    color: #f7f7ff
}

body.generation.marrom div.WidgetContent div.pagination .PageNumber {
    background-color: #222
}

body.generation.marrom div.WidgetContent div.pagination .PageNumber.Active {
    background-color: #c3941d;
    color: #f7f7ff
}

body.generation.marrom div.WidgetContent div.pagination .PageNumber:hover {
    background-color: #d9a520;
    color: #f7f7ff
}

body.generation.marrom div.FormBuscaAvancada div.busca-avancada ul.FilteredList li {
    background-color: rgba(195, 148, 29, .2);
    border-color: #c3941d;
    color: #c3941d
}

body.generation.marrom div.FormBuscaAvancada div.busca-avancada ul.FilteredList li label.LabelRemoveFilter span.icon-cancel {
    color: #c3941d
}

body.generation.marrom div.FormBuscaAvancada div.busca-avancada ul.FilteredList li:hover {
    background-color: rgba(195, 148, 29, .3)
}

body.generation.marrom .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-next span,
body.generation.marrom .slideImageGalleryTop .slideGallery.owl-theme .owl-nav button.owl-prev span {
    background-color: #fff;
    color: transparent
}

body.generation.marrom .slideImageGalleryTop .slideGallery.owl-theme .owl-stage {
    background: #000
}

body.generation.marrom .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg {
    background-color: #d3d3d3;
    color: #000
}

body.generation.marrom .slideImageGalleryTop .slideGallery.owl-theme .owl-stage .owl-item .descImg:hover {
    color: #000
}

body.generation.marrom .divSwap button.buttonSwap {
    background-color: #fff
}

body.generation.marrom .divSwap button.buttonSwap.active,
body.generation.marrom .divSwap button.buttonSwap:after,
body.generation.marrom .divSwap button.buttonSwap:hover {
    background: #3b3d3f
}

body.generation.marrom .divSwap button.buttonSwap:active {
    background: #2f3032
}

body.generation.marrom .divSwap button.buttonSwap :not(font) {
    color: #c3941d
}

body.generation.marrom:not(.imprimir) {
    background-color: #3b3d3f;
    color: #f7f7ff
}

body.generation.marrom hr {
    border-color: #f7f7ff
}

body.generation.marrom .calendar-table {
    color: #222
}

body.generation.marrom div.CalendarList div.calendar table.calendar span.BoxDay span.DayText {
    color: #fff
}

body.generation.marrom #copyright {
    background-color: #161717
}

body.generation.marrom #copyright * {
    color: #f7f7ff
}

body.generation.marrom #copyright div.Empresa a.SystemLogo {
    background: url(../img/img_107.png) no-repeat 50%
}

body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-tabs a.tab-item,
body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-tabs div.tab-item {
    background-color: rgba(247, 247, 255, .8);
    color: #222
}

body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-tabs a.tab-item:not(.active),
body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-tabs div.tab-item:not(.active) {
    background-color: rgba(34, 34, 34, .8);
    color: #f7f7ff
}

body.generation.marrom #header div.bannerContent.homeSearch div.search-header div.search-box div.search-controllers {
    background-color: rgba(34, 34, 34, .8)
}

body.generation.marrom div.Title,
body.generation.marrom div.WidgetTitle {
    border-color: #f7f7ff
}

body.generation.marrom div.Title a.TitleLink,
body.generation.marrom div.Title a.TitleLink div.ListaModoTipo a.ListaModo,
body.generation.marrom div.Title div.SubTitle,
body.generation.marrom div.Title div.SubTitle div.ListaModoTipo a.ListaModo,
body.generation.marrom div.Title span.SubTitle,
body.generation.marrom div.Title span.SubTitle div.ListaModoTipo a.ListaModo,
body.generation.marrom div.Title>h1,
body.generation.marrom div.Title>h1 a.PageLink,
body.generation.marrom div.Title>h1 a.PageLink div.ListaModoTipo a.ListaModo,
body.generation.marrom div.Title>h1 div.ListaModoTipo a.ListaModo,
body.generation.marrom div.Title>h2,
body.generation.marrom div.Title>h2 a.PageLink,
body.generation.marrom div.Title>h2 a.PageLink div.ListaModoTipo a.ListaModo,
body.generation.marrom div.Title>h2 div.ListaModoTipo a.ListaModo,
body.generation.marrom div.WidgetTitle a.TitleLink,
body.generation.marrom div.WidgetTitle a.TitleLink div.ListaModoTipo a.ListaModo,
body.generation.marrom div.WidgetTitle div.SubTitle,
body.generation.marrom div.WidgetTitle div.SubTitle div.ListaModoTipo a.ListaModo,
body.generation.marrom div.WidgetTitle span.SubTitle,
body.generation.marrom div.WidgetTitle span.SubTitle div.ListaModoTipo a.ListaModo,
body.generation.marrom div.WidgetTitle>h1,
body.generation.marrom div.WidgetTitle>h1 a.PageLink,
body.generation.marrom div.WidgetTitle>h1 a.PageLink div.ListaModoTipo a.ListaModo,
body.generation.marrom div.WidgetTitle>h1 div.ListaModoTipo a.ListaModo,
body.generation.marrom div.WidgetTitle>h2,
body.generation.marrom div.WidgetTitle>h2 a.PageLink,
body.generation.marrom div.WidgetTitle>h2 a.PageLink div.ListaModoTipo a.ListaModo,
body.generation.marrom div.WidgetTitle>h2 div.ListaModoTipo a.ListaModo {
    color: #f7f7ff
}

body.generation.marrom div.Title.showId .cod,
body.generation.marrom div.Title.titleAmount h2 .amount,
body.generation.marrom div.WidgetTitle.showId .cod,
body.generation.marrom div.WidgetTitle.titleAmount h2 .amount {
    background-color: #c3941d;
    color: #f7f7ff
}

body.generation.marrom div.Title .ImovelFavorito,
body.generation.marrom div.Title .IndicarImovel,
body.generation.marrom div.WidgetTitle .ImovelFavorito,
body.generation.marrom div.WidgetTitle .IndicarImovel {
    color: #f7f7ff
}

body.generation.marrom div.Title .ImovelFavorito.IsFavorite,
body.generation.marrom div.Title .IndicarImovel.IsFavorite,
body.generation.marrom div.WidgetTitle .ImovelFavorito.IsFavorite,
body.generation.marrom div.WidgetTitle .IndicarImovel.IsFavorite {
    color: #ff4b2f
}

body.generation.marrom #cookieForm .cookieFormInside {
    background: #3b3d3f
}

body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.submitCookie {
    background-color: #3b3d3f;
    border: 1px solid #c3941d;
    color: #c3941d
}

@media screen and (max-width:768px) {
    body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.submitCookie {
        background: #c3941d;
        color: #fff!important
    }
}

body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.submitCookie:hover {
    background: #c3941d;
    color: #fff
}

body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade {
    background-color: #36383a;
    color: #fff
}

body.generation.marrom #cookieForm .cookieFormInside .footerCookie button.ActionPrivacidade:hover {
    background: #2f3032
}

body.generation.marrom div.UL_Imovel div.LI_Imovel .LI_ImovelInner,
body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide {
    background-color: #222
}

body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide span.Endereco {
    color: #f7f7ff
}

body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide span.Resumo span.ResumoItens span.ResumoItem .attr,
body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide span.Resumo span.ResumoItens span.ResumoItem .icon,
body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide span.Resumo span.ResumoItens span.ResumoItem .val {
    color: rgba(247, 247, 255, .7)
}

body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide div.Categoria,
body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide div.ResumoDescritivo {
    color: rgba(247, 247, 255, .5)
}

body.generation.marrom div.UL_Imovel div.LI_Imovel div.DescSide div.BoxTitle a.Title {
    color: #c3941d
}

body.generation.marrom div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor {
    color: #fff
}

body.generation.marrom div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo * {
    scrollbar-color: #c3941d #fff
}

body.generation.marrom div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #c3941d
}

body.generation.marrom div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo ::-webkit-scrollbar-track {
    background: #f1dba1
}

body.generation.marrom div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais {
    background: #222!important
}

body.generation.marrom div.UL_Imovel.ModoListaDetalhada div.LI_Imovel div.DescSide a.VejaMais:after {
    background-image: linear-gradient(90deg, rgba(34, 34, 34, 0), rgba(34, 34, 34, .5) 10%, #222)
}

body.generation.marrom div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.ImovelValor.ValorDestaque {
    background-color: transparent!important;
    color: #f7f7ff
}

body.generation.marrom div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo * {
    scrollbar-color: #c3941d #fff
}

body.generation.marrom div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo ::-webkit-scrollbar-thumb {
    background-color: #c3941d
}

body.generation.marrom div.UL_Imovel.ModoListaSimples div.LI_Imovel div.DescSide div.DescContent .BoxTitle span.Resumo ::-webkit-scrollbar-track {
    background: #f1dba1
}

body.generation.marrom div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block span.ImovelEndereco {
    color: #f7f7ff
}

body.generation.marrom div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block span.ImovelResumo span.ResumoItens span.ResumoItem .attr,
body.generation.marrom div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block span.ImovelResumo span.ResumoItens span.ResumoItem .icon,
body.generation.marrom div.BoxDestaqueColunaImovel.standard div.owl-item a.item-block span.ImovelResumo span.ResumoItens span.ResumoItem .val {
    color: rgba(247, 247, 255, .7)
}

body.generation.marrom div.BoxDestaqueColunaImovel.slick .owl-nav button.owl-next,
body.generation.marrom div.BoxDestaqueColunaImovel.slick .owl-nav button.owl-prev {
    color: #fff
}

body.generation.marrom .col-lg-4 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.marrom .col-lg-4 div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #222;
    background-color: #222
}

body.generation.marrom .col-lg-4 div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #c3941d!important
}

body.generation.marrom .col-lg-4 div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-color: #222
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical {
    background: #3b3d3f
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.marrom div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #c3941d;
    background-color: #c3941d
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block .ImovelDesc h4,
body.generation.marrom div.SliderDestaqueImoveis div.vertical div.swiper-wrapper div.swiper-slide a.item-block .ImovelDesc span {
    color: #fff
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #222!important
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical div.imgBig a.item-block div.ImovelImagem img {
    border-color: #c3941d
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block.painting_card,
body.generation.marrom div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block.painting_card:before {
    background: #222;
    background-color: #222
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block .ImovelDesc h4,
body.generation.marrom div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.swiper-wrapper div.swiper-slide a.item-block .ImovelDesc span {
    color: #fff
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.imgBig a.item-block:hover div.ImovelImagem img {
    border-color: #c3941d!important
}

body.generation.marrom div.SliderDestaqueImoveis div.vertical.buildingVerticalMobile div.imgBig a.item-block div.ImovelImagem img {
    border-color: #222
}

body.generation.marrom .divSwap button.buttonSwap {
    background-color: #3b3d3f;
    border: 1px solid #c3941d
}

body.generation.marrom .divSwap button.buttonSwap.active,
body.generation.marrom .divSwap button.buttonSwap:hover {
    background: #c3941d;
    opacity: 1
}

body.generation.marrom .divSwap button.buttonSwap:after,
body.generation.marrom .divSwap button.buttonSwap:before {
    background: #c3941d
}

body.generation.marrom .divSwap button.buttonSwap:active {
    background: #ad831a;
    opacity: 1
}

body.generation.marrom .divSwap button.buttonSwap :not(font) {
    color: #fff
}

body.generation.marrom .divSwap button.buttonSwap:focus {
    border: 1px solid #c3941d
}

body.generation.marrom .divSwap button.buttonSwap.active :not(font),
body.generation.marrom .divSwap button.buttonSwap:active :not(font),
body.generation.marrom .divSwap button.buttonSwap:hover :not(font) {
    color: #fff!important
}

body.generation.marrom div.FacebookComment {
    background-color: rgba(247, 247, 255, .8)
}

body.generation.marrom div.WidgetArtigoCategoria a.list-group-item {
    background-color: rgba(34, 34, 34, .45)
}

body.generation.marrom div.WidgetArtigoCategoria a.list-group-item span.badge.badge-pill {
    background-color: #c3941d;
    color: #222
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo .article {
    background-color: rgba(34, 34, 34, .45)
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo .article:hover {
    background-color: rgba(34, 34, 34, .6)
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.ImagemContainer div.image-overflow div.icon-link a:hover {
    background-color: #c3941d;
    border-color: #c3941d
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.ImagemContainer div.data div.mes {
    background-color: #c3941d
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text div.categoria-data div.Categorias {
    background-color: #222
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text div.categoria-data div.Categorias a,
body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text div.categoria-data div.Categorias span {
    color: #fff
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text div.ArticleTitle a.Titulo {
    color: #f7f7ff
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text div.ArticleTitle a.Titulo:hover {
    color: #c3941d
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text a.ContinuarLendo {
    color: #f7f7ff
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text a.ContinuarLendo:hover {
    color: #c3941d
}

body.generation.marrom #Artigo div.articleList div.BoxArtigo div.Text a.ContinuarLendo:after {
    border-color: #c3941d
}

body.generation.marrom ul.Widget_ArtigoListaSimples li a:hover div.text div.Titulo {
    color: #c3941d
}

body.generation.marrom ul.Widget_ArtigoListaSimples li a div.text div.Titulo {
    color: #f7f7ff
}

body.generation.marrom ul.Widget_ArtigoListaSimples li a div.text div.Data,
body.generation.marrom ul.Widget_ArtigoListaSimples li a div.text div.Data .fa {
    color: rgba(247, 247, 255, .8)
}

body.generation.marrom #Artigo div.ArtigoDetalha div.cabecalho div.text-container .categoria a {
    color: #f7f7ff
}

body.generation.marrom #Artigo div.ArtigoDetalha div.cabecalho div.text-container .categoria a:hover {
    color: #c3941d
}

body.generation.marrom div.ImovelBuscaMenu ul.ImovelBuscaMenuLista .Coluna a,
body.generation.marrom div.ImovelBuscaMenu ul.ListaLinkList .Item a,
body.generation.marrom div.ListaLink ul.ImovelBuscaMenuLista .Coluna a,
body.generation.marrom div.ListaLink ul.ListaLinkList .Item a {
    background-color: rgba(34, 34, 34, .4);
    color: #f7f7ff
}

body.generation.marrom div.ImovelBuscaMenu ul.ImovelBuscaMenuLista .Coluna a:hover,
body.generation.marrom div.ImovelBuscaMenu ul.ListaLinkList .Item a:hover,
body.generation.marrom div.ListaLink ul.ImovelBuscaMenuLista .Coluna a:hover,
body.generation.marrom div.ListaLink ul.ListaLinkList .Item a:hover {
    background-color: #222
}

body.generation.marrom .Widget_Indices {
    color: #f7f7ff
}

body.generation.marrom .Widget_Indices tbody {
    color: rgba(247, 247, 255, .8)
}

body.generation.marrom div.Corretor .side span.cresci *,
body.generation.marrom div.Corretor .side span.email *,
body.generation.marrom div.Corretor .side span.name *,
body.generation.marrom div.Corretor .side span.phone * {
    color: #f7f7ff
}

@media only screen and (min-width:978px) and (max-width:99999px) {
    body.generation.marrom div.form-group.SearchBox {
        background-color: rgba(34, 34, 34, .5);
        border-color: #090909
    }
    body.generation.marrom div.form-group.SearchBox div.CheckTitle:not(.Colored) {
        background-color: rgba(34, 34, 34, .3)
    }
}

body.generation.marrom div.form-group label.FieldLabel,
body.generation.marrom div.form-group label:not(.btn) {
    color: #f7f7ff
}

body.generation.marrom div.form-group .dropdown-toggle:active,
body.generation.marrom div.form-group .dropdown-toggle:focus,
body.generation.marrom div.form-group .dropdown-toggle:not(:disabled):not(.disabled).active,
body.generation.marrom div.form-group .dropdown-toggle:not(:disabled):not(.disabled):active,
body.generation.marrom div.form-group .form-control:active,
body.generation.marrom div.form-group .form-control:focus,
body.generation.marrom div.form-group .form-control:not(:disabled):not(.disabled).active,
body.generation.marrom div.form-group .form-control:not(:disabled):not(.disabled):active {
    border-color: #6c7074;
    box-shadow: 0 0 0 .2rem #a2a2a2
}

body.generation.marrom div.form-group .dropdown-item.active,
body.generation.marrom div.form-group .dropdown-item:active {
    background-color: #555;
    color: #f7f7ff
}

body.generation.marrom div.ImovelSearch div.SearchField.DeAte label.btn span.circle {
    color: #000
}

body.generation.marrom div.FormBuscaAvancada div.busca-avancada div.SearchBoxTitle label.control-label {
    color: #f7f7ff
}

body.generation.marrom div.ImovelListaSimples a.ImovelItem {
    background-color: rgba(34, 34, 34, .7)
}

body.generation.marrom div.ImovelListaSimples a.ImovelItem span.address,
body.generation.marrom div.ImovelListaSimples a.ImovelItem span.resume,
body.generation.marrom div.ImovelListaSimples a.ImovelItem span.title {
    color: #f7f7ff
}

body.generation.marrom div.ImovelListaSimples a.ImovelItem:hover {
    background-color: #222
}

body.generation.marrom div.ImovelListaSimples a.ImovelItem:hover span.address,
body.generation.marrom div.ImovelListaSimples a.ImovelItem:hover span.resume,
body.generation.marrom div.ImovelListaSimples a.ImovelItem:hover span.title {
    color: #f7f7ff
}

@media only screen and (max-width:1200px) {
    body.generation.marrom .BoxSearch {
        background-color: #3b3d3f!important
    }
    body.generation.marrom .BoxSearch div.PopTitle {
        color: #f7f7ff!important
    }
}

body.generation.marrom div.constructionStages .percentage {
    background-color: #c3941d
}

body.generation.marrom .BoxWidgetListaLink.Modelo_mosaico div.ListaLink.mosaico .paginationSlide .swiper-pagination-bullet-active {
    background: #c3941d
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup:hover {
    border-color: #c3941d
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupTitle {
    border-right-color: rgba(195, 148, 29, .2)
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupTitle h3 {
    color: #c3941d
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem {
    border-bottom-color: rgba(195, 148, 29, .1)
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorName {
    color: #222
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorCount {
    color: #222;
    opacity: .7
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .constructorItem .constructorLink:hover .constructorName {
    color: #c3941d
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore {
    border-color: #c3941d;
    color: #c3941d
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:hover {
    background-color: #c3941d;
    color: #fff
}

body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus,
body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupItems .showMoreContainer .btnShowMore:focus-visible {
    border-color: #c3941d
}

@media (max-width:768px) {
    body.generation.marrom div.buildingConstructorList .buildingConstructorGroup .groupTitle {
        border-bottom-color: rgba(195, 148, 29, .2)
    }
}

body.generation.marrom div.buildingConstructorList .noData {
    color: #222;
    opacity: .7
}