* {
    padding: 0;
    margin: 0
}

.loaderpage {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fff;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.loaderpage.loaded {
    opacity: 0;
    z-index: -1;
}

a.voltar {
    text-decoration: none;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: max-content;
    font-size: 18px;
    color: #0a253b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500
}

a.voltar:hover {
    color: #d68881
}

a.voltar svg {
    width: 20px;
    height: auto;
    vertical-align: sub
}

a.voltar svg path {
    fill: #0a253b
}

a.voltar:hover svg path {
    fill: #d68881
}

main .imoveis-relacionados h1 {
    color: #0a253b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

header {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #0a253b;
    overflow: hidden
}

header img {
    width: 244px;
    height: auto;
    /* filter: brightness(50) */
}

header a.btn {
    background: #d68881;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: 53px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    padding: 0 30px
}

header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    width: max-content;
    text-align: center;
    height: 53px;
    line-height: 53px
}

header ul li {
    padding: 0 25px
}
header ul li:last-child {
    padding-right: 0;
}

header ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative
}

header ul li a:hover,
header ul li a.active {
    color: #d68881
}

header .menumobile {
    display: none
}

header ul li a .diamond {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #e5ebf1;
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
    -moz-transform: translate(-50%, 0) rotate(-45deg);
    -ms-transform: translate(-50%, 0) rotate(-45deg);
    -o-transform: translate(-50%, 0) rotate(-45deg);
    transform: translate(-50%, 0) rotate(-45deg);
    left: 50%;
    bottom: -65px;
    display: none
}

header ul li a.active .diamond {
    display: block
}

@media(max-width:980px) {
    header .menumobile {
        display: block;
        margin-top: 20px
    }

    header a.btn {
        display: none
    }

    header ul {
        display: none
    }
}

#menufixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    text-align: center;
    background: #0a253b;
    display: none
}

#menufixed ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

#menufixed ul li {
    display: block;
    width: 100%;
    margin-bottom: 5px
}

#menufixed ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: block;
    height: 35px;
    line-height: 35px;
    width: max-content;
    margin: 0 auto
}

#menufixed ul li a:hover {
    color: #d68881
}

#menufixed ul li a.btn {
    background: #d68881;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: 53px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    padding: 0 30px
}

#menufixed ul li a:hover.btn {
    color: #0a253b;
    -webkit-box-shadow: 0 0 15px -7px #FFF;
    box-shadow: 0 0 15px -7px #FFF
}

#menufixed .closemenu {
    border-radius: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid #FFF;
    line-height: 35px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 5px
}

#menufixed svg {
    width: 12px;
    height: auto;
    margin-top: 10px;
    margin-left: 1px
}

#menufixed svg path {
    stroke: #FFF
}

.mobile {
    display: none
}

.desktop {
    display: flex
}

@media(max-width:992px) {
    .mobile {
        display: flex
    }

    .desktop {
        display: none
    }

    main .filtros button {
        width: 100%;
        margin-top: 15px;
    }    
}

main .listaprodutos {
    padding-top: 55px;
    padding-bottom: 55px
}

main .listaprodutos h1 {
    color: #0a253b;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 50px
}

main .listaprodutos h1 span {
    color: #d68881;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 34px
}

main .listaprodutos .destaque {
    margin-bottom: 55px
}

main .listaprodutos .destaque .infos {
    padding: 50px;
    color: #0a253b;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    background: #e5ebf1
}

main .listaprodutos .destaque .infos strong {
    font-size: 40px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    display: block
}

main .listaprodutos .destaque .infos span {
    font-size: 34px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 40px;
    display: block
}

main .listaprodutos .destaque .infos a {
    background: #d68881;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: 53px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
    display: block;
    width: max-content;
    transition: all .2s
}

main .listaprodutos .destaque .infos a:hover {
    background: #0a253b
}

main .listaprodutos .destaque .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

main .listaprodutos .destaque .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 10px;
    width: 100%
}

main .listaprodutos .destaque .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #FFF
}

main .listaprodutos .destaque .owl-theme .owl-dots .owl-dot.active span,
main .listaprodutos .destaque .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF
}

main .listaprodutos .destaque .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 100%
}

main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10px;
    background: url(../images/next.png) center no-repeat;
    width: 68px;
    height: 68px;
    opacity: .5;
    transition: all .2s
}

main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10px;
    background: url(../images/prev.png) center no-repeat;
    width: 68px;
    height: 68px;
    opacity: .5;
    transition: all .2s
}

main .listaprodutos .destaque .owl-carousel .owl-nav button span {
    display: none
}

main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../images/next.png) center no-repeat;
    opacity: 1
}

main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../images/prev.png) center no-repeat;
    opacity: 1
}

main .listaprodutos .imovel {
    position: relative;
    margin-bottom: 35px
}
main .listaprodutos .imovel .ribbon {
    position: absolute;
    top: -8px;
    left: -8px;
    width: 115px;
    height: 115px;
    overflow: hidden;
    z-index: 2;
}
main .listaprodutos .imovel .ribbon::before,
main .listaprodutos .imovel .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #a15f59;
    border-top-color: transparent;
    border-left-color: transparent;
}
main .listaprodutos .imovel .ribbon.Aluguel::before,
main .listaprodutos .imovel .ribbon.Aluguel::after {
    border-color: #010f1a;
}
main .listaprodutos .imovel .ribbon::before {
    top: 0;
    right: 0;
}
main .listaprodutos .imovel .ribbon::after {
    bottom: 0;
    left: 0;
}
main .listaprodutos .imovel .ribbon span {
    position: absolute;
    display: block;
    width: 161px;
    padding: 8px 0;
    background-color: #d68881;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;

    right: -9px;
    top: 23px;
    transform: rotate(-45deg);
}
main .listaprodutos .imovel .ribbon.Aluguel span {
    background-color: #153d5e;
}

main .listaprodutos .imovel img {
    width: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

main .listaprodutos .imovel .info-imovel {
    width: calc(100% - 75px);
    background-color: #FFF;
    padding: 25px;
    color: #0a253b;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    border-left: 4px solid #d68881;
    border-radius: 4px;
    margin-top: -77.5px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.2);
    min-height: 195px
}

main .listaprodutos .imovel .info-imovel strong {
    color: #0a253b;
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    display: block;
    min-height: 67px
}

main .listaprodutos .imovel .info-imovel span {
    color: #d68881;
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    display: block
}
main .listarmais {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 30px;
    width: fit-content;
    color: #d68881;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #d68881;
    border-radius: 5px;
    height: 53px;
    background: transparent;
    margin: 0 auto 50px auto;
    transition: all .2s
}

main .listarmais:hover {
    background: #d68881;
    color: #0a253b
}
/* main .listaprodutos .imovel .info-imovel span {
    color: #0a253b;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    display: block
} */

.mobile {
    display: none
}

.desktop {
    display: flex
}

.desktop label {
    display: none
}

@media(max-width:992px) {
    main .filtros button.abrefiltros {
        margin-bottom: 0 !important
    }

    main .filtros div svg {
        top: 48px
    }

    main .listaprodutos h1,
    main .listaprodutos h1 span {
        font-size: 21px
    }

    main .listaprodutos .destaque .infos {
        padding: 20px
    }

    main .listaprodutos .imovel .info-imovel {
        width: calc(100% - 30px);
        min-height: unset
    }

    main .listaprodutos .imovel .info-imovel strong {
        min-height: 40px
    }

    main .listaprodutos .imovel .info-imovel,
    main .listaprodutos .destaque .infos,
    main .listaprodutos .destaque .infos a {
        font-size: 14px
    }

    main .listaprodutos .imovel .info-imovel strong,
    main .listaprodutos .destaque .infos strong {
        font-size: 18px
    }

    main .listaprodutos .imovel .info-imovel span,
    main .listaprodutos .destaque .infos span {
        font-size: 18px
    }

    main .listaprodutos .destaque .col-lg-4 {
        padding-right: calc(var(--bs-gutter-x) * .5) !important
    }

    main .listaprodutos .destaque .col-lg-8 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }

    .mobile {
        display: flex
    }

    .desktop {
        display: none
    }

    .desktop label {
        display: block
    }

    .desktop button.busca-avancada,
    .desktop button.send {
        display: none !important
    }

    main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 10px;
        background: url(../images/next.png) center no-repeat;
        width: 48px;
        height: 48px;
        background-size: contain;
        opacity: .5;
        transition: all .2s
    }

    main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 10px;
        background: url(../images/prev.png) center no-repeat;
        width: 48px;
        height: 48px;
        background-size: contain;
        opacity: .5;
        transition: all .2s
    }

    main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-next:hover {
        background: url(../images/next.png) center no-repeat;
        background-size: contain;
        opacity: 1
    }

    main .listaprodutos .destaque .owl-carousel .owl-nav button.owl-prev:hover {
        background: url(../images/prev.png) center no-repeat;
        background-size: contain;
        opacity: 1
    }

    main .listaprodutos .destaque .owl-theme .owl-nav {
        top: calc(50% - 25px)
    }

    main .filtros select,
    main .filtros input {
        margin-bottom: 15px
    }

    main .filtros .row.desktop {
        display: flex;
    }
}

footer {
    padding-top: 35px;
    padding-bottom: 35px;
    border-top: 1px solid #e7ecf1;
    border-bottom: 1px solid #e7ecf1;
    color: #6a7d8c;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500
}

footer a {
    text-decoration: none;
    color: #6a7d8c;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500
}

footer b {
    color: #d68881;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700
}

footer h1 {
    color: #0a253b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 16px
}

footer img {
    width: 100%;
    max-width: 240px;
    filter: brightness(0);
}

footer .redessociais a {
    color: #494949;
    font-size: 18px;
    font-weight: 300
}

footer .redessociais a.btn {
    margin-right: 2px;
    font-size: 20px;
    padding: 0;
    width: 42px;
    display: inline-block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    position: relative
}

footer .redessociais a.btn i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 1366px) {
    footer .redessociais a {
        font-size: 15px
    }

    footer .redessociais a.btn {
        margin-bottom: 8px
    }
}

footer .redessociais a.btn.wt {
    background-color: #00d45e;
    color: #fff;
    border: 0
}

footer .redessociais a.btn.ins {
    background: #9b36b7;
    background: -webkit-radial-gradient(33% 100% circle, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    color: #fff;
    border: 0
}

footer .redessociais a.btn.face {
    background-color: #1196f5;
    color: #fff;
    border: 0
}

footer .redessociais a.btn.you {
    background-color: red;
    color: #fff;
    border: 0
}

.assinatura {
    padding-top: 35px;
    padding-bottom: 35px;
    color: #6a7d8c;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 14px
}

.assinatura img {
    float: right
}

@media(max-width:992px) {
    footer {
        text-align: center
    }

    footer img {
        display: block;
        margin: 0 auto;
        margin-bottom: 25px
    }

    footer h1 {
        margin-top: 25px
    }

    .assinatura {
        text-align: center
    }

    .assinatura img {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 15px
    }
}

.debug-header {
    display: block;
    width: 100%;
    height: 112px;
    background-color: #0a253b;
}

main {
    /* padding-top: 112px */
}

main .topo {
    padding-top: 35px;
    padding-bottom: 35px
}

main .topo h1 {
    color: #0a253b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 40px
}

main .topo p {
    color: #6a7d8c;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px
}

main .topo strong {
    color: #d68881;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 38px
}

main .col-lg-miniatura {
    padding-top: calc(var(--bs-gutter-x) * .5);
}
main .col-lg-galeria {
    padding-top: calc(var(--bs-gutter-x) * .5);
    overflow: hidden;
}
main .col-lg-galeria span.finalidade {
    position: absolute;
    top: 1px;
    right: -35px;
    width: 150px;
    height: 150px;
    overflow: hidden;
    z-index: 2;
}
main .col-lg-galeria span.finalidade::before,
main .col-lg-galeria span.finalidade::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 7px solid #a15f59;
    border-top-color: transparent;
    border-right-color: transparent;
}
main .col-lg-galeria span.finalidade.Aluguel::before,
main .col-lg-galeria span.finalidade.Aluguel::after {
    border-color: #010f1a;
}
main .col-lg-galeria span.finalidade::before {
    top: 0;
    left: 0;
}
main .col-lg-galeria span.finalidade::after {
    bottom: 35px;
    right: 35px;
}
main .col-lg-galeria span.finalidade span {
    position: absolute;
    display: block;
    width: 175px;
    padding: 8px 0;
    background-color: #d68881;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;

    right: -9px;
    top: 23px;
    transform: rotate(45deg);
}
main .col-lg-galeria span.finalidade.Aluguel span {
    background-color: #153d5e;
}


main .topo button {
    background: #d68881;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    padding: 0 30px;
    border: none;
    transition: all .2s
}

main .topo button.btn2 {
    margin-left: 15px
}

main .topo button:hover {
    background: #0a253b;
    color: #FFF
}

main button.voltar {
    background: #d68881;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    padding: 0 30px;
    border: none;
    transition: all .2s;
    margin-bottom: 35px
}

main button.voltar:hover {
    background: #0a253b;
    color: #FFF
}

main button.voltar svg {
    height: 25px;
    width: auto;
    vertical-align: bottom
}

main button.voltar svg path {
    fill: #fff
}

main button.voltar:hover svg path {
    fill: #FFF
}

@media(max-width:992px) {
    main .topo h1 {
        font-size: 21px
    }

    main .topo strong {
        font-size: 34px
    }
    main .topo span {
        display: none;
    }

    main .topo p,
    main .topo button {
        font-size: 14px
    }

    main .topo button {
        margin-top: 20px
    }

    main .topo {
        text-align: center
    }
}

main .filtros {
    background-color: #e5ebf1;
    padding: 25px 0;
}
header.fixed + main .filtros {
    padding: 15px 0;
}
@media(min-width:993px) {
    header.fixed + main #filtros-consulta {
        position: fixed!important;
        top: 0;
        width: 100%;
        padding: 5px 0;
        z-index: -1;
        opacity: 0;

        animation: pulse 200ms linear forwards;
        animation-delay: 100ms;
    }

    @keyframes pulse {
        0% {
            top: 0;
            opacity: 0;
            z-index: -1;
        }
        100% {
            top: 68px;
            opacity: 1;
            z-index: 999;
        }
    }

    main .debug-filtro {
        display: none;
        width: 100%;
        height: 0;
    }
    header.fixed + main .debug-filtro {
        display: block;
        width: 100%;
        height: 102px;
    } 
    
    /* main #filtros-consulta {
        position: sticky!important;
        width: 100%;
        top: 73px;
        z-index: 999;
    } */
    /* header.fixed + main #filtros-consulta .col-var {
        flex: 0 0 auto;
        width: 25%;
    }
    header.fixed + main #filtros-consulta .col-varB {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    header.fixed + main .filtros .row.busca-avancada-desktop {
        display: none!important;
    }
    
    header.fixed + main .filtros .row.desktop .send{
        width: 100%;
    }
    header.fixed + main .filtros .row.desktop .busca-avancada{
        display: none;
    } */
}
header.fixed +  main .filtros .row.scrolling {
    display: flex;
}
main .filtros .row.scrolling button.send {
    width: 100%;
}
@media(max-width:992px) {
    main .row.scrolling {
        display: none!important;
    }
    header.fixed + main .filtros .row.desktop {
        display: block;
    }
}

main .filtros input,
main .filtros select {
    height: 53px;
    padding: 0 12px;
    line-height: 53px;
    color: #0a253b;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    border-radius: 5px;
    background: #FFF;
    border: none;
    width: 100%;
    border: 1px solid #FFF
}

main .filtros input:focus-visible,
main .filtros select:focus-visible {
    outline: none;
    border: 1px solid #1a5d94
}

main .filtros select {
    appearance: none;
    position: relative
}

main .filtros div svg {
    width: auto;
    height: 4px;
    position: absolute;
    right: 10px;
    top: 25px
}

main .filtros ::placeholder {
    color: #0a253b;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500
}

main .filtros .acoes_busca {
    display: flex;
    align-items: center;
    gap: var(--bs-gutter-x);
}
main .filtros .acoes_busca .send {
    width: fit-content;
    padding: 0 28px;
}
main .filtros .acoes_busca .busca-avancada {
    width: 100%;
}
main .filtros button {
    width: calc(100%/2 - 7.5px);
    float: left;
    color: #d68881;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    border: 1px solid #d68881;
    border-radius: 5px;
    height: 53px;
    background: transparent;
    transition: all .2s
}

main .filtros button:hover {
    background: #d68881;
    color: #0a253b
}

main .filtros button.ms-choice {
    display: flex;
    align-items: center;
}

main .filtros button.busca-avancada {
    float: right;
    color: #0a253b;
    border: 1px solid #0a253b;
    position: relative
}

main .filtros button.busca-avancada:hover {
    background: #0a253b;
    color: #fff
}

main .filtros button.busca-avancada svg {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: 4px;
    float: right;
/*     margin-right: 0;
    margin-top: 0; */
    transition: all .2s
}

main .filtros button.busca-avancada:hover svg path {
    stroke: #fff !important
}

main .filtros button.abrefiltros {
    display: block;
    float: none;
    color: #fff;
    border: 1px solid #d68881;
    background: #d68881;
    margin: 0 auto;
    margin-bottom: 15px
}

main .filtros button.abrefiltros:hover {
    background: #0a253b;
    border: 1px solid #0a253b;
    color: #fff
}
@media(max-width:992px) {
    main .filtros button {
        width: 100%;
        margin-top: 15px;
    }
}

.busca-avancada-desktop {
    display: none
}

.busca-avancada-desktop span {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 53px;
    background: #0a253b;
    color: #FFF
}

.busca-avancada-desktop a.btn-advanced {
    background: #d68881;
    border-radius: 3px;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    line-height: 53px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    line-height: 53px;
    padding: 0 10px;
    display: block;
    width: 100%;
    transition: all .2s;
    margin-top: 25px
}
@media(max-width:992px) {
    .busca-avancada-desktop a.btn-advanced {
        display: none;
    }
}

.busca-avancada-desktop a.limparfiltros {
    right: 15px;
    color: #0a253b;
    font-size: 12px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    text-decoration: none
}
@media(max-width:992px) {
    .busca-avancada-desktop a.limparfiltros {
        position: initial!important;
        display: block;
        padding: 20px 0 0;
    }
}

.desktop label {
    display: none
}

@media(max-width:992px) {
    main .filtros div svg {
        top: 48px
    }

    main .filtros select,
    main .filtros input {
        margin-bottom: 15px
    }

    .desktop label {
        display: block
    }
}

main .galeria {
    padding-bottom: 35px
}

@media(min-width:993px) {
    .col-lg-miniatura {
        width: 13%;
    }
    .col-lg-galeria {
        width: 87%;
    }
}

main .galeria img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

main .galeria .minis.mobile {
    display: none
}

main .galeria .minis .col-12 {
    position: relative;
    cursor: pointer
}

main .galeria .minis [data-gallerylink="fotosmini"]:after,
main .galeria .minis [data-gallerylink="fotos"]:after {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(73, 73, 73, 0.6)
}

main .galeria .minis [data-gallerylink="fotosmini"]:hover::after,
main .galeria .minis [data-gallerylink="fotos"]:hover::after {
    background: transparent
}
main .galeria .minis [data-gallerylink="fotosmini"].active:after,
main .galeria .minis [data-gallerylink="fotos"].active:after {
    background: transparent
}

main .galeria .minis .col-12 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    z-index: 3
}

main .galeria .minis.mobile .col-2 {
    position: relative;
    cursor: pointer
}

main .galeria .minis.mobile .col-2:after {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(73, 73, 73, 0.6)
}

main .galeria .minis.mobile .col-2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    z-index: 3
}

main .galeria .owl-carousel .owl-item #linkimgprincipal {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
}
main .galeria .owl-carousel .owl-item img {
    position: absolute!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 
    /* position: relative; */
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 999;
}

main .galeria .owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 10px;
    width: 100%
}

main .galeria .owl-theme .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #FFF
}

main .galeria .owl-theme .owl-dots .owl-dot.active span,
main .galeria .owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF
}

main .galeria .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 100%
}

main .galeria .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 10px;
    background: url(../images/next.png) center no-repeat;
    width: 68px;
    height: 68px;
    opacity: .5;
    transition: all .2s
}

main .galeria .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 10px;
    background: url(../images/prev.png) center no-repeat;
    width: 68px;
    height: 68px;
    opacity: .5;
    transition: all .2s
}

main .galeria .owl-carousel .owl-nav button span {
    display: none
}

main .galeria .owl-carousel .owl-nav button.owl-next:hover {
    background: url(../images/next.png) center no-repeat;
    opacity: 1
}

main .galeria .owl-carousel .owl-nav button.owl-prev:hover {
    background: url(../images/prev.png) center no-repeat;
    opacity: 1
}

@media(max-width:992px) {
    main .galeria .minis {
        display: none
    }

    main .galeria .minis.mobile {
        display: flex !important
    }

    main .galeria .col-lg-9 {
        padding-left: calc(var(--bs-gutter-x) * .5) !important
    }

    main .galeria .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 10px;
        background: url(../images/next.png) center no-repeat;
        width: 48px;
        height: 48px;
        background-size: contain;
        opacity: .5;
        transition: all .2s
    }

    main .galeria .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 10px;
        background: url(../images/prev.png) center no-repeat;
        width: 48px;
        height: 48px;
        background-size: contain;
        opacity: .5;
        transition: all .2s
    }

    main .galeria .owl-carousel .owl-nav button.owl-next:hover {
        background: url(../images/next.png) center no-repeat;
        background-size: contain;
        opacity: 1
    }

    main .galeria .owl-carousel .owl-nav button.owl-prev:hover {
        background: url(../images/prev.png) center no-repeat;
        background-size: contain;
        opacity: 1
    }

    main .galeria .owl-theme .owl-nav {
        top: calc(50% - 25px)
    }
}

@media(min-width:993px) {
    main .infos .col-infos {
        position: sticky;
        top: 170px;
        height: fit-content;
    }
}
main .infos .quadro {
    padding: 50px;
    color: #6a7d8c;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    font-size: 18px;
    background-color: #e5ebf1;
    margin-bottom: 35px
}

main .infos .quadro h1 {
    color: #0a253b;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 25px
}

main .infos .quadro ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    width: 100%
}

main .infos .quadro ul li {
    width: 50%;
    float: left;
    padding-bottom: 10px
}

main .infos .quadro ul li b {
    font-weight: 700;
    color: #0a253b
}

main .infos .quadro .planta-pavimento,
main .infos .quadro .planta-terreo {
    width: 100%;
    padding: 15px;
    background: #FFF;
    margin-top: 25px
}

main .infos .quadro .planta-pavimento img,
main .infos .quadro .planta-terreo img {
    width: max-content;
    max-width: 100%
}

main .infos .quadro .planta-terreo {
    display: none
}

main .infos .quadro a {
    background: #fff;
    border-radius: 3px;
    color: #0a253b;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
    border: none;
    transition: all .2s;
    display: block;
    width: max-content;
    text-decoration: none;
    float: left
}

main .infos .quadro a.active,
main .infos .quadro a:hover {
    background: #d68881;
    color: #FFF
}

main .infos .quadro a.link-terreo {
    margin-left: 15px
}

main .form {
    padding: 50px;
    margin-bottom: 35px;
    border-left: 3px solid #d68881;
    -webkit-box-shadow: 0 0 24px 5px #000;
    box-shadow: 0 0 24px 5px #000
}

main .form .corretor img {
    float: left;
    margin-right: 10px;
    margin-top: -20px
}

main .form .corretor h1 {
    color: #0a253b;
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 0
}

main .form .corretor p {
    color: #6a7d8c;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 0
}

main .form .corretor span {
    color: #d68881;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700
}

main .form form {
    margin-top: 25px
}

main .form input,
main .form select {
    width: 100%;
    border: 2px solid #e5ebf1;
    background: #FFF;
    height: 66px;
    border-radius: 5px;
    padding: 0 8px;
    margin-bottom: 15px
}

main .form label {
    width: 100%;
    margin-bottom: 15px;
    color: #6a7d8c;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500
}

main .form label span {
    text-decoration: underline
}

main .form label input {
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    vertical-align: sub
}

main .form button {
    background: #d68881;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
    border: none;
    transition: all .2s;
    display: block;
    width: 100%;
    text-decoration: none
}

main .form button:hover {
    background: #0a253b;
    color: #FFF
}

main .whatsapp {
    padding: 50px;
    margin-bottom: 35px;
    border-left: 3px solid #00d45e;
    -webkit-box-shadow: 0 0 24px 5px #000;
    box-shadow: 0 0 24px 5px #000
}

main .whatsapp h1 {
    color: #0a253b;
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 15px
}

main .whatsapp p {
    color: #6a7d8c;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 15px
}

main .whatsapp a {
    color: #6a7d8c;
    font-size: 18px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: none
}

main .whatsapp button {
    background: #00d45e;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
    border: none;
    transition: all .2s;
    display: block;
    width: 100%;
    text-decoration: none;
    text-transform: uppercase
}

main .whatsapp button i {
    margin-right: 5px;
    font-size: 25px;
    vertical-align: sub
}

main .whatsapp button:hover {
    background: #078741;
    color: #FFF
}

main .share {
    margin-bottom: 35px
}

main .share h1 {
    color: #0a253b;
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase
}

main .owl-galeria-plantas .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

main .owl-galeria-plantas .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 10px;
    width: 100%
}

main .owl-galeria-plantas .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #FFF
}

main .owl-galeria-plantas .owl-dots .owl-dot.active span,
main .owl-galeria-plantas .owl-dots .owl-dot:hover span {
    background: #FFF
}

main .owl-galeria-plantas .owl-nav {
    margin-top: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 100%
}

main .owl-galeria-plantas .owl-nav button.owl-next {
    position: absolute;
    right: 10px;
    background: url(../images/next.png) center no-repeat;
    width: 68px;
    height: 68px;
    opacity: .5;
    transition: all .2s;
    filter: invert(1)
}

main .owl-galeria-plantas .owl-nav button.owl-prev {
    position: absolute;
    left: 10px;
    background: url(../images/prev.png) center no-repeat;
    width: 68px;
    height: 68px;
    opacity: .5;
    transition: all .2s;
    filter: invert(1)
}

main .owl-galeria-plantas .owl-nav button span {
    display: none
}

main .owl-galeria-plantas .owl-nav button.owl-next:hover {
    background: url(../images/next.png) center no-repeat;
    opacity: 1
}

main .owl-galeria-plantas .owl-nav button.owl-prev:hover {
    background: url(../images/prev.png) center no-repeat;
    opacity: 1
}

@media(max-width:992px) {
    main .owl-galeria-plantas .owl-nav button.owl-next {
        position: absolute;
        right: 10px;
        background: url(../images/next.png) center no-repeat;
        width: 48px;
        height: 48px;
        background-size: contain;
        opacity: .5;
        transition: all .2s
    }

    main .owl-galeria-plantas .owl-nav button.owl-prev {
        position: absolute;
        left: 10px;
        background: url(../images/prev.png) center no-repeat;
        width: 48px;
        height: 48px;
        background-size: contain;
        opacity: .5;
        transition: all .2s
    }

    main .owl-galeria-plantas .owl-nav button.owl-next:hover {
        background: url(../images/next.png) center no-repeat;
        background-size: contain;
        opacity: 1
    }

    main .owl-galeria-plantas .owl-nav button.owl-prev:hover {
        background: url(../images/prev.png) center no-repeat;
        background-size: contain;
        opacity: 1
    }

    main .owl-galeria-plantas .owl-nav {
        top: calc(50% - 25px)
    }
}

.ms-parent {
    height: 53px;
    padding: 0;
    line-height: 53px;
    color: #0a253b;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    border-radius: 5px;
    background: #FFF;
    border: none;
    width: 100%;
    border: 1px solid #FFF
}

.ms-choice>span {
    height: 53px;
    padding: 0 12px;
    line-height: 53px;
    color: #0a253b;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    background: transparent
}

.ms-choice>span.placeholder {
    color: #999;
    background: transparent;
    height: 53px;
    padding: 0 12px;
    line-height: 53px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500
}

.ms-parent button {
    border: none !important;
    width: 100% !important
}

.ms-parent button:hover {
    background: #fff !important;
    color: #0a253b !important
}

.ms-drop span {
    background: transparent !important;
    color: #0a253b !important
}

.ms-drop input {
    width: 15px !important;
    height: 15px !important;
    opacity: 1;
    margin-top: 4px !important
}

.ms-search input {
    width: 100% !important;
    border: 1px solid #0a253b !important;
    margin-top: 2px !important
}

.ms-drop ul>li.hide-radio label {
    height: max-content !important;
    line-height: 22px !important
}

.ms-drop ul>li {
    height: max-content !important;
    line-height: 25px !important
}

@media(max-width:992px) {
    main .filtros button.abrefiltros {
        margin-bottom: 0 !important
    }

    main .infos .quadro {
        padding: 20px
    }

    main .infos .quadro h1 {
        font-size: 26px
    }

    main .infos .quadro ul li {
        width: 100%
    }

    main .form {
        padding: 20px
    }

    main .form .corretor {
        margin-top: 20px
    }

    main .form .corretor h1 {
        font-size: 26px
    }

    main .whatsapp {
        padding: 20px
    }

    main .whatsapp h1 {
        font-size: 26px
    }

    main .share h1 {
        font-size: 18px;
        text-align: center
    }

    main .share .addthis_inline_share_toolbox {
        text-align: center
    }
}