@charset "UTF-8";


@font-face {
    font-family: 'Bebas Neue Bold';
    src: url('../fonts/bebas-neue/BebasNeueBold.eot');
    src: url('../fonts/bebas-neue/BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue/BebasNeueBold.woff') format('woff'), url('../fonts/bebas-neue/BebasNeueBold.ttf') format('truetype'), url('../fonts/bebas-neue/BebasNeueBold.svg#BebasNeueBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Light';
    src: url('../fonts/bebas-neue/BebasNeueLight.eot');
    src: url('../fonts/bebas-neue/BebasNeueLight.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue/BebasNeueLight.woff') format('woff'), url('../fonts/bebas-neue/BebasNeueLight.ttf') format('truetype'), url('../fonts/bebas-neue/BebasNeueLight.svg#BebasNeueLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/bebas-neue/BebasNeueBook.eot');
    src: url('../fonts/bebas-neue/BebasNeueBook.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue/BebasNeueBook.woff') format('woff'), url('../fonts/bebas-neue/BebasNeueBook.ttf') format('truetype'), url('../fonts/bebas-neue/BebasNeueBook.svg#BebasNeueBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/bebas-neue/BebasNeueRegular.eot');
    src: url('../fonts/bebas-neue/BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue/BebasNeueRegular.woff') format('woff'), url('../fonts/bebas-neue/BebasNeueRegular.ttf') format('truetype'), url('../fonts/bebas-neue/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bebas Neue Thin';
    src: url('../fonts/bebas-neue/BebasNeue-Thin.eot');
    src: url('../fonts/bebas-neue/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/bebas-neue/BebasNeue-Thin.woff') format('woff'), url('../fonts/bebas-neue/BebasNeue-Thin.ttf') format('truetype'), url('../fonts/bebas-neue/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

/**/
.lightbox {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


/* RESET  */
body {
    color: #505252;
    font-family: Arial, Helvetica, sans-serif;
    background: #f7f8f9;
}

hr {
    opacity: 1;
    background: #505252;
}

.zindex-2 {
    z-index: 2;
}

select {
    appearance: auto !important;
}

/**/

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/**/
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bebas Neue Bold';
}

.ph15siteweb {}

/**/
.slick-dots {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    margin: 5px;
}

.slick-dots li button {
    border: none;
    padding: 0;
    background: #a0a0a0;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background: #000;
}

.slick-dots li:hover button {
    background: #000;
}

/* TAGS */
.tag-green {
    font-size: 12px;
    background: #77c720;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}

.tag-red {
    font-size: 12px;
    background: #ec3035;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    top: 10px;
    left: 10px;
}

/* BOTOES */
.btn-red {
    background: #ec3035;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
}

.btn-red:hover {
    background: #fff;
    color: #ec3035 !important;
    border: 1px solid #ec3035;
}

/**/
.block-btn {
    display: table;
    background: #ec3035;
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
}

.block-btn i {
    margin: 0 0 0 10px;
}

.block-btn:hover {
    background: #f2f2f2;
}

/* LOAD MORE AJAX */
#preloader-imoveis {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

#preloader-imoveis i {
    margin: 0 10px 0 0;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 1s linear infinite;
}

#preloader-imoveis span {}


/* TOPO:  */

header {
    background: #fff;
}

header .top-bar {
    background: #505252;
    color: #fff;
    padding: 10px;
}

header .top-bar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .top-bar ul li {}

header .top-bar ul li a {
    font-size: 12px;
    margin: 0 20px 0 0;
    color: #fff;
    text-decoration: none;
}

header .top-bar ul li a i {
    margin: 0 2px 0 0;
}

header .top-bar ul li:hover a {
    color: #c2c3c4;
}

header .top-bar .social-midia h3 {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

header .top-bar .social-midia ul {
    justify-content: flex-end;
}

header .top-bar .social-midia ul li {}

header .top-bar .social-midia ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    border-radius: 5px;
    margin: 0 4px;
}

header .top-bar .social-midia ul li a i {
    margin: 0;
}

header .top-bar .social-midia ul li:hover a {
    color: #ec3035;
}


header .navbar {
    padding: 0;
}

header .navbar .navbar-brand {
    width: 330px;
    margin: 0;
}

header .navbar .navbar-brand img {
    width: 100%;
}

header .navbar button {}

header .navbar button span {}

header .navbar button i {}

header .navbar button:hover span {}

header .navbar button:hover i {}

header .navbar #menu-site {
    margin: 0 0 0 40px;
}

header .navbar #menu-site ul {
    flex: auto;
    justify-content: center;
}

header .navbar #menu-site ul li {}

header .navbar #menu-site ul li a {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Bebas Neue Bold';
    font-weight: 200;
    margin: 0;
    padding: 30px 20px;
    color: #505252;
    white-space: nowrap;
}

header .navbar #menu-site ul li a.active {
    /* color: #505252; */
    background: rgb(236 48 53 / 20%);
}

header .navbar #menu-site ul li:hover a {
    background: rgb(236 48 53 / 20%);
}

header .navbar #menu-site ul li a.show {
    background: rgb(236 48 53 / 20%);
}

header .navbar #menu-site ul li:hover ul {}

header .navbar #menu-site ul li:hover ul li {}

header .navbar #menu-site ul li:hover ul li a {
    background: transparent;
}

header .navbar #menu-site ul ul {
    min-width: 120px;
    margin: 0;
    border-radius: 0;
}

header .navbar #menu-site ul ul li {}

header .navbar #menu-site ul ul li a {
    padding: 10px;
    font-size: 14px;
}

header .navbar #menu-site ul ul li:hover a {
    color: #ec3035;
}

header .navbar #menu-site .link-externo {}

header .navbar #menu-site .link-externo a {
    background: #ec3035;
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
    white-space: nowrap;
    display: inline-block;
}

/* Menu desktop "estreito" (992px–1399px): o container-lg fica com pouco
   espaço nessa faixa (960px a 1140px) e não cabe todos os itens do menu na
   largura padrão — reduz logo, espaçamento e fonte para evitar quebra. */
@media (min-width: 992px) and (max-width: 1399.98px) {
    header .navbar .navbar-brand {
        width: 220px;
    }
    header .navbar #menu-site {
        margin-left: 20px;
    }
    header .navbar #menu-site ul li a {
        font-size: 15px;
        padding: 30px 12px;
    }
    header .navbar #menu-site .link-externo a {
        font-size: 14px;
        padding: 9px 14px;
    }
}

header .navbar #menu-site .link-externo a:hover {
    background: #333;
}

/**/
.title-page {}

.title-page h1 {
    color: #000;
    font-family: 'Bebas Neue Bold';
    font-size: 30px;
}

.title-page h2 {}

.title-page .breadcrumbs {}

.title-page .breadcrumbs ul {
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
}

.title-page .breadcrumbs ul li {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px solid #505252;
    font-size: 12px;
}

.title-page .breadcrumbs ul li:last-of-type {
    border: none;
    padding: 0;
    margin: 0;
}

.title-page .breadcrumbs ul li a {
    color: #ec3035;
    text-decoration: none;
}

.title-page .breadcrumbs ul li:hover a {
    color: #000;
}

/* SIDEBAR */
.sidebar {}

.sidebar aside {
    background: #fff;
    border-radius: 5px;
}

.sidebar aside h2 {
    font-family: 'Bebas Neue Bold';
    color: #000;
    font-size: 23px;
}

.sidebar aside p {
    font-size: 11px;
}

.sidebar aside hr {
    margin: 40px 0;
}

.sidebar aside ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-size: 14px;
}

.sidebar aside ul li {}

.sidebar aside ul li a {
    display: flex;
    color: #505252;
    text-decoration: none;
    align-items: center;
}

.sidebar aside ul li a i {
    color: #ec3035;
    margin: 0 5px 0 0;
}

.sidebar aside ul li:hover a {
    color: #ec3035;
}

.sidebar aside form {}

.sidebar aside form input {
    border: 1px solid #bababa;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    font-size: 12px;
}

.sidebar aside form select {
    border: 1px solid #bababa;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    font-size: 12px;
}

.sidebar aside form textarea {
    border: 1px solid #bababa;
    border-radius: 5px;
    width: 100%;
    height: 140px;
    margin: 10px 0;
    resize: none;
    font-size: 12px;
}

.sidebar aside form button {
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    margin: 0;
    color: #fff;
    background: #ec3035;
    font-size: 14px;
    font-weight: bold;
}

.sidebar aside form button:hover {
    color: #ec3035;
    background: #f7f8f9;
}

/**/
ul.social-share {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.social-share li {
    margin: 0 5px;
}

ul.social-share li a {}

ul.social-share li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    color: #fff !important;
    border-radius: 100%;
    /* box-shadow: 0px 5px 10px 0px #a9a9a9; */
}

ul.social-share li a i[class*="link"] {
    background: #000;
}

ul.social-share li a i[class*="facebook"] {
    background: #3b5998;
}

ul.social-share li a i[class*="linkedin"] {
    background: #007bb6;
}

ul.social-share li a i[class*="twitter"] {
    background: #00aced;
}

ul.social-share li a i[class*="whatsapp"] {
    background: #34af23;
}

ul.social-share li a i[class*="instagram"] {
    background: #517fa4;
}

ul.social-share li a i[class*="envelope"] {
    background: #333;
}

ul.social-share li a i[class*="youtube"] {
    background: #bb0000;
}

ul.social-share li a i:hover {
    background: #cc273f !important;
    color: #fff;
    box-shadow: none
}

/**/
.atalhos-bairros {
    background: #f0f1f2;
}

.atalhos-bairros h2 {
    font-weight: bold;
    color: #000;
    font-size: 28px;
}

.atalhos-bairros p {
    font-size: 15px;
    margin-bottom: 0;
}

.atalhos-bairros a {
    text-decoration: none
}

.atalhos-bairros a:hover {
    filter: grayscale(1);
}

.atalhos-bairros a:hover .item {}

.atalhos-bairros .item {
    height: 245px;
    color: #fff;
    font-size: 12px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
}

.atalhos-bairros .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: .2;
}

.atalhos-bairros .item h3 {
    /* font-family: 'Bebas Neue'; */
    font-size: 22px;
}

.atalhos-bairros .item span {
    bottom: 1rem;
    right: 1rem;
}

.atalhos-bairros .item span i {
    font-size: 12px;
    color: #fff;
    margin: 0 0 0 5px;
}

.atalhos-bairros .item:hover {}

.atalhos-bairros .item:hover h3 {}

.atalhos-bairros .item:hover span {}

.atalhos-bairros .item:hover span i {}

/**/
.atalhos-bairros .arrows-text {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    background: #d2d3d4;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}

.atalhos-bairros .arrows-text:hover {
    background: #505252
}

.atalhos-bairros .arrows-text.slick-next {}

.atalhos-bairros .arrows-text.slick-prev {
    right: 140px;
}

.atalhos-bairros .arrows-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ec3035;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    cursor: pointer;
    transform: translateY(-50%);
}

.atalhos-bairros .arrows-icon:hover {
    background: #505252
}

.atalhos-bairros .arrows-icon.slick-next {}

.atalhos-bairros .arrows-icon.slick-prev {
    right: auto;
    left: 20px;
    z-index: 2;
}



/**/
.atalhos-parceiros {
    background: #fff;
}

.atalhos-parceiros h2 {
    font-weight: bold;
    color: #000;
    font-size: 28px;
    margin-bottom: 0;
}

.atalhos-parceiros p {
    font-size: 15px;
}

.atalhos-parceiros a {
    text-decoration: none;
    transition: all 0.5s ease;
    width: 100%;
    height: 90px;
}

.atalhos-parceiros a:hover {}

.atalhos-parceiros a img {
    width: 100%;
    max-height: 60px;
    object-fit: contain;
    filter: grayscale(1);
}

.atalhos-parceiros a:hover img {
    filter: grayscale(0);
}

/**/
.atalhos-parceiros .slick-dots {
    margin: 0;
}

.atalhos-parceiros .arrows-text {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    background: #d2d3d4;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}

.atalhos-parceiros .arrows-text:hover {
    background: #505252
}

.atalhos-parceiros .arrows-text.slick-next {}

.atalhos-parceiros .arrows-text.slick-prev {
    right: 140px;
}

.atalhos-parceiros .arrows-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ec3035;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    cursor: pointer;
    transform: translateY(-50%);
}

.atalhos-parceiros .arrows-icon:hover {
    background: #505252
}

.atalhos-parceiros .arrows-icon.slick-next {}

.atalhos-parceiros .arrows-icon.slick-prev {
    right: auto;
    left: 20px;
    z-index: 2;
}



/* #### FILTRAR #### */
#filtrar-imoveis {
    color: #fff;
    background: #ec3035;
}

#filtrar-imoveis form {}

#filtrar-imoveis form .form-control {
    background: transparent;
    border: none;
    width: auto;
    padding: 5px;
    flex: auto;
}

#filtrar-imoveis form input {
    background: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    height: 40px;
    width: 100%;
}

#filtrar-imoveis form label {
    color: #fff;
    /* display: none; */
    font-size: 12px;
    line-height: 30px;
    display: block;
}

#filtrar-imoveis form select {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    border: none;
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
}

#filtrar-imoveis form button {
    margin: 10px;
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
}

#filtrar-imoveis form button i {}

#filtrar-imoveis form button.advanced {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 30px 10px 0px;
}

#filtrar-imoveis form button.advanced i {}

#filtrar-imoveis form button.features {
    background: transparent;
    color: #fff;
    padding: 0;
    margin: 30px 10px 0px;
}

#filtrar-imoveis form button.features i {}

#filtrar-imoveis form button[type="submit"] {
    text-transform: uppercase;
    font-weight: bold;
    color: #ec3035;
    padding: 0 30px;
}

#filtrar-imoveis form button[type="submit"]:hover {}

#filtrar-imoveis form .campo-text {
    flex: auto;
}

#filtrar-imoveis form .campo-text input {}

#filtrar-imoveis form .campo-text select {}

#filtrar-imoveis form .campo-tipo {
    width: 10%;
}

#filtrar-imoveis form .campo-tipo input {}

#filtrar-imoveis form .campo-tipo select {}

#filtrar-imoveis form .campo-status {
    width: 10%;
}

#filtrar-imoveis form .campo-status input {}

#filtrar-imoveis form .campo-status select {}

#filtrar-imoveis form .filtro-avancado {
    flex: auto;
    display: none;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}

#filtrar-imoveis form .campo-cidade {
    width: 20%;
}

#filtrar-imoveis form .campo-cidade input {}

#filtrar-imoveis form .campo-cidade select {}

#filtrar-imoveis form .campo-quartos {
    width: 20%;
}

#filtrar-imoveis form .campo-quartos input {}

#filtrar-imoveis form .campo-quartos select {}

#filtrar-imoveis form .campo-tamanho {
    width: 20%;
}

#filtrar-imoveis form .campo-tamanho input {}

#filtrar-imoveis form .campo-tamanho select {}

#filtrar-imoveis form .campo-referencia {
    width: 20%;
}

#filtrar-imoveis form .campo-referencia input {}

#filtrar-imoveis form .campo-referencia select {}

#filtrar-imoveis form .campo-preco {
    width: 100%;
}

#filtrar-imoveis form .campo-preco select {}

#filtrar-imoveis form .campo-preco label {}

#filtrar-imoveis form .campo-preco input {
    width: 50%;
    background: transparent;
    margin: 20px 0 0;
}

#filtrar-imoveis form .outras-caracteristicas {
    display: none;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex: auto;
    width: 100%;
}

#filtrar-imoveis form .campo-caracteristicas {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    flex: auto;
    width: 100%;
}

#filtrar-imoveis form .campo-caracteristicas label {
    width: 25%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px;
}

#filtrar-imoveis form .campo-caracteristicas input {
    width: 15px;
    height: 15px;
    border: none;
    /* appearance: none; */
    border-radius: 2px;
    padding: 0;
    margin: 0 10px 0 0;
}

#filtrar-imoveis form .campo-caracteristicas select {}

/**/
section.filtrar-imoveis-home {
    margin: -90px 0 0;
    position: relative;
    z-index: 10;
}

section.filtrar-imoveis-home ul {
    width: 80%;
    margin: 0 auto 0px;
    border: none;
    position: relative;
}

section.filtrar-imoveis-home ul li {
    margin: 0 3px;
}

section.filtrar-imoveis-home ul li button {
    background: rgb(236 48 53 / 70%);
    color: #fff;
    font-family: 'Bebas Neue bold';
    font-size: 16px;
    padding: 0px 30px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none !important;
    line-height: 40px;
    margin: 0;
}

section.filtrar-imoveis-home ul li button.active {
    border: none;
    color: #505252;
    background: #fff;
}

section.filtrar-imoveis-home ul li:hover button {
    color: #505252;
    background: #fff;
    border: none;
}

section.filtrar-imoveis-home ul li button:hover {
    border: none;
}

section.filtrar-imoveis-home ul li button:focus {
    border: none;
}

section.filtrar-imoveis-home ul li button:focus-visible {
    border: none;
    outline: none;
}

section.filtrar-imoveis-home form {
    display: flex;
    align-items: flex-end;
    /* flex: auto; */
    flex-wrap: wrap;
}

section.filtrar-imoveis-home form:first-of-type {
    flex: auto;
}

section.filtrar-imoveis-home form .group-radio {
    width: 80%;
    margin: 0 auto 0px;
    border: none;
    position: relative;
    flex-direction: row;
    list-style: none;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
}

section.filtrar-imoveis-home form .group-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: rgb(236 48 53 / 70%);
    color: #fff;
    font-family: 'Bebas Neue';
    font-size: 16px;
    padding: 0px 30px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none !important;
    line-height: 40px;
    margin: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

section.filtrar-imoveis-home form .group-radio input:checked {
    border: none;
    color: #505252;
    background: #fff;
}

section.filtrar-imoveis-home form .group-radio input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}

section.filtrar-imoveis-home form label {
    flex: auto;
    color: #bababa;
    font-size: 12px;
    margin: 0 5px;
}

section.filtrar-imoveis-home form label span {
    font-family: 'Bebas Neue Bold';
    font-size: 14px;
    color: #000;
}

section.filtrar-imoveis-home form select {
    color: #bababa;
    font-size: 12px;
    width: 100%;
    height: 40px;
    appearance: auto;
}

section.filtrar-imoveis-home form input {
    color: #bababa;
    font-size: 12px;
    width: 100%;
    height: 40px;
}

section.filtrar-imoveis-home form textarea {}

section.filtrar-imoveis-home form button {
    background: #ec3035;
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 40px;
    border-radius: 5px;
    border: none;
    height: 40px;
}

section.filtrar-imoveis-home form button:hover {
    background: #333;
}

section.filtrar-imoveis-home form .form-check.form-switch input[type="checkbox"] {
    width: 25px;
    height: 15px;
}

section.filtrar-imoveis-home button {
    background: #ec3035;
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 16px;
    letter-spacing: 1px;
    padding: 0px 40px;
    border-radius: 5px;
    border: none;
    height: 40px;
}

section.filtrar-imoveis-home button:hover {
    background: #333;
}

section.filtrar-imoveis-home .ou-diviser {
    border: navajowhite;
}

section.filtrar-imoveis-home .box-filter {
    width: 80%;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
    border-radius: 10px;
}

section.filtrar-imoveis-home .abas-form-home {}

section.filtrar-imoveis-home .tab-content {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 40%);
    border-radius: 10px;
}

section.filtrar-imoveis-home .tab-content .tab-pane {}

section.filtrar-imoveis-home .tab-content .tab-pane.active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

/**/
.banner {}

.banner .item {
    color: #fff;
    height: 490px;
    background-size: cover;
    background-position: center;
    padding-bottom: 130px;
}

.banner .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.banner .item h1 {
    margin: 0;
    font-family: 'Bebas Neue Bold';
    font-size: 68px;
}

.banner .item h2 {
    margin: 0;
    font-family: 'Bebas Neue Bold';
    font-size: 68px;
}

.banner .item a {
    margin: 0 auto;
    background: #ec3035;
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 20px;
    letter-spacing: 1px;
    padding: 6px 40px 0px;
    border-radius: 5px;
    border: none;
    height: 40px;
    display: table;
}

.banner .item a:hover {
    background: #333;
}

.banner i.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #ec3036;
    border-radius: 5px;
}

.banner i.slick-arrow:hover {
    background: #333;
}

.banner i.slick-arrow.slick-prev {
    left: 10px;
}

.banner i.slick-arrow.slick-next {
    right: 10px;
}

/**/
.numeros-ph15 {}

.numeros-ph15:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    opacity: .6;
    z-index: 1;
}

.numeros-ph15 figure {
    margin: 0 40px 0 0;
    display: table;
}

.numeros-ph15 figure img {
    width: 160px;
}

.numeros-ph15 figure span {
    width: 100%;
    display: table;
    font-family: 'Bebas Neue';
    font-size: 33px;
}

.numeros-ph15 .ano {
    font-family: 'Bebas Neue Bold';
    font-size: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 20px 0 0;
}

.numeros-ph15 .ano span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 10px;
}

.numeros-ph15 .porcentagem {
    font-family: 'Bebas Neue Bold';
    font-size: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0;
    border-left: 2px solid #505252;
    padding: 0 0 0 20px;
}

.numeros-ph15 .porcentagem span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 0 10px;
}

/**/
.form-page {
    background: #fff;
    border-radius: 5px;
}

.form-page form {}

.form-page form label {
    font-size: 13px;
}

.form-page form label span {}

.form-page form select {
    font-size: 13px;
    height: 40px;
    line-height: 20px;
}

.form-page form input {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}

.form-page form textarea {
    resize: none;
    font-size: 13px;
}

.form-page form iframe {}

.form-page form button {}

.form-page form button:hover {}

/**/
.conheca-diferenciais {
    background: #fff;
}

.conheca-diferenciais img {
    width: 100%;
}

.conheca-diferenciais p {
    font-size: 15px;
}

.conheca-diferenciais h2 {
    font-family: 'Bebas Neue Bold';
    font-weight: bold;
    color: #000;
    font-size: 32px;
}

.conheca-diferenciais h3 {
    font-family: 'Bebas Neue Bold';
    color: #000;
    font-size: 22px;
}

.conheca-diferenciais a {
    line-height: 15px;
    display: table;
    background: #ec3035;
    color: #fff;
    text-decoration: none;
    font-family: 'Bebas Neue';
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 60px;
    border-radius: 5px;
    text-align: center;
    margin: 0 10px;
}

.conheca-diferenciais a:hover {
    background: #333;
}

.conheca-diferenciais .item {}

.conheca-diferenciais .item figure {
    margin: 0;
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
}

.conheca-diferenciais .item figure i {}

.conheca-diferenciais .item .text {}

.conheca-diferenciais .item .text h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
}

.conheca-diferenciais .item .text p {
    line-height: 18px;
    font-size: 14px;
}

.conheca-diferenciais i.slick-arrow {
    position: absolute;
    top: 50%;
    color: #000;
    z-index: 4;
    font-size: 25px;
    cursor: pointer;
}

.conheca-diferenciais i.slick-prev {
    left: 20px;
}

.conheca-diferenciais i.slick-next {
    right: 20px;
}

/* DADOS DO IMOVEL (ABAIXO DO TITULO) */
.dados-imovel {}

.dados-imovel .tag {
    margin: 0 10px 0 0;
}

.dados-imovel .tag:last-of-type {
    margin: 0;
}

.dados-imovel .info-endereco {
    font-size: 14px;
}

.dados-imovel .info-endereco i {
    margin: 0 5px 0 0;
}

.dados-imovel .info-referencia {
    color: #ec3035;
    font-size: 14px;
    font-weight: bold;
}

.dados-imovel .info-valor {
    font-family: 'Bebas Neue';
    color: #000;
    font-size: 30px;
}

.dados-imovel .info-valor span {
    color: #505252;
    font-size: 16px;
    margin: 0 10px 0 0;
}

/* DADOS INDIVIDUAL DO IMOVEL */
.imovel-completo {}

/* SIDEBAR DO IMOVEL */
.imovel-completo .sidebar {}

.imovel-completo #cta-corretor {}

.imovel-completo #cta-corretor h2 {}

.imovel-completo #cta-corretor form {}

.imovel-completo #cta-corretor form input {}

.imovel-completo #cta-corretor form select {}

.imovel-completo #cta-corretor form textarea {}

.imovel-completo #cta-corretor form button {}

.imovel-completo #cta-corretor form button:hover {}

.imovel-completo #cta-corretor .g-recaptcha {}

.imovel-completo #cta-corretor .g-recaptcha iframe {
    width: 258px
}

/* DADOS SOBRE O IMOVEL */
/**/
.tab-content>.tab-pane {
    /* display: block; */
    /* position: absolute; */
    /* left: -100%; */
    /* opacity: 0; */
    /* top: -100%; */
}

.tab-content>.active {
    position: relative;
    left: 0;
    opacity: 1;
    top: 0;
}

/**/
.box-midia-imovel {}

.box-midia-imovel iframe {
    width: 100%;
    height: 550px;
}

.box-midia-imovel img {
    width: 100%;
    object-fit: cover;
    padding: 2px;
}

.box-midia-imovel ul.nav {}

.box-midia-imovel ul.nav li {}

.box-midia-imovel ul.nav li span {
    /* display: none; */
    margin: 10px;
    /* transition: all 0.5s ease-out; */
    float: left;
    /* opacity: 0; */
}

.box-midia-imovel ul.nav li button {
    background: rgb(74 74 74 / 60%);
    color: #fff;
    margin: 2px;
    /* min-width: 40px; */
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    /* transition: all 0.5s ease-out; */
    background: transparent;
    color: #333;
    border: 1px solid #ccc;
    padding: 20px;
}

.box-midia-imovel ul.nav li button img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin: 10px;
    margin: 0;
    filter: none;
    transition: all 0.5s ease-out;
}

.box-midia-imovel ul.nav li button.active {
    background: rgb(236 48 53 / 0%);
    color: #333
}

.box-midia-imovel ul.nav li:hover button {
    background: rgb(236 48 53 / 0%);
}

.box-midia-imovel ul.nav li:hover span {
    color: rgb(236 48 53 / 100%);
}

.box-midia-imovel ul.nav li:hover img {
    margin: 2px 2px 2px 5px
}

.modal-body .box-midia-imovel iframe {
    height: 800px;
}

/**/
#videoModal {}

#videoModal .modal-content,
#videoModal .modal-body {
    background: transparent;
    border: none;
}


#videoModal iframe {
    width: 100%;
    height: 565px;
}

/**/
.list-gallery {
    flex-direction: row;
    flex-wrap: wrap;
}

.list-gallery .item.thumbs-galeria-flex {}

.list-gallery .item.thumbs-galeria-flex img {}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+1) {
    width: 33.33%;
    flex: auto;
}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+1) img {}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+2) {
    width: 33.33%;
    flex: auto;
}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+2) img {}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+3) {
    width: 33.33%;
    flex: auto;
}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+3) img {}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+4) {
    width: 25%;
    flex: auto;
}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+4) img {}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+5) {
    width: 25%;
    flex: auto;
}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+5) img {}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+6) {
    width: 25%;
    flex: auto;
}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+6) img {}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+7) {
    width: 25%;
    flex: auto;
}

.list-gallery .item.thumbs-galeria-flex:nth-child(7n+7) img {}

/**/
.box-midia-imovel .slider-single {}

.box-midia-imovel .slider-single img {
    height: 470px;
}

.box-midia-imovel .slider-nav {}

.box-midia-imovel .slider-nav img {
    cursor: pointer;
    height: 80px;
}

.box-midia-imovel .slider-nav img.is-active {
    opacity: .7;
}

.box-midia-imovel .slider-nav img:hover {
    opacity: .7;
}

.box-midia-imovel i.slick-arrow {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 4;
    font-size: 25px;
    cursor: pointer;
    text-shadow: 0px 0px 4px #000;
}

.box-midia-imovel i.slick-prev {
    left: 20px;
}

.box-midia-imovel i.slick-next {
    right: 20px;
}

/**/
.box {
    background: #fff;
    border-radius: 5px;
}

.box p {
    font-size: 15px;
}

.box p a {
    color: #ec3035;
    text-decoration: none;
}

.box p a:hover {
    color: #000
}

.box h2 {
    font-size: 18px;
}

.box hr {
    margin: 40px 0 30px;
}

.box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.box ul li {
    margin: 0 20px 0 0;
    flex: auto;
}

.box ul li:last-of-type {
    margin: 0;
}

.box ul li i {}

.box ul li span {}

.box-dados-imovel {}

.box-descricao-imovel {}

/**/
.list-imoveis-carousel {
    background: #fff;
}

.list-imoveis .arrows-text,
.carousel-specials .arrows-text {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    background: #d2d3d4;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    cursor: pointer;
}

.list-imoveis .arrows-text:hover,
.carousel-specials .arrows-text:hover {
    background: #505252
}

.list-imoveis .arrows-text.slick-next {}

.list-imoveis .arrows-text.slick-prev,
.carousel-specials .arrows-text.slick-prev {
    right: 140px;
}

.list-imoveis .arrows-icon,
.carousel-specials .arrows-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ec3035;
    color: #fff;
    border-radius: 100%;
    font-size: 13px;
    cursor: pointer;
    transform: translateY(-50%);
}

.list-imoveis .arrows-icon:hover,
.carousel-specials .arrows-icon:hover {
    background: #505252
}

.list-imoveis .arrows-icon.slick-next {}

.list-imoveis .arrows-icon.slick-prev {
    right: auto;
    left: 20px;
    z-index: 2;
}


/* #### LISTA DOS IMOVEIS #### */
.list-imoveis {}

.list-imoveis h2 {
    /* font-family: 'Bebas Neue'; */
    color: #000;
    font-size: 32px;
    font-weight: bold;
}

.list-imoveis p {
    font-size: 15px;
    margin-bottom: 0;
}

.list-imoveis .item-imovel {
    font-size: 12px;
}

.list-imoveis .item-imovel .item {
    border: 1px solid #50525238;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 16px;
}

.list-imoveis .item-imovel .galeria-imovel {
    border-radius: 10px;
    overflow: hidden;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 10px;
}

.list-imoveis .item-imovel .galeria-imovel .hover-galeria {
    text-decoration: none;
    background: rgb(236 48 53 / 40%);
    z-index: 2;
    top: -100%;
    left: 0;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    cursor: pointer;
}

.list-imoveis .item-imovel .galeria-imovel .hover-galeria i {}

.list-imoveis .item-imovel .galeria-imovel:hover .hover-galeria {
    opacity: 1;
    top: 0;
    display: flex;
    justify-content: center;
}

.list-imoveis .item-imovel .galeria-imovel:hover .hover-galeria i {}
#section-especiais .item-imovel .item.swiper-slide{padding: 0;}
#section-especiais .item-imovel .galeria-imovel:hover .hover-galeria i {
    transform: translateY(10px);
}

.list-imoveis .item-imovel .galeria-imovel .galeria-fotos {}

.list-imoveis .item-imovel .galeria-imovel .galeria-fotos i.slick-arrow,
.carousel-specials i.slick-arrow {
    position: absolute;
    top: 50%;
    color: #fff;
    z-index: 4;
    font-size: 25px;
    cursor: pointer;
    text-shadow: 0px 0px 4px #000;
}

.list-imoveis .item-imovel .galeria-imovel .galeria-fotos i.slick-prev,
.carousel-specials i.slick-prev {
    left: 20px;
}

.list-imoveis .item-imovel .galeria-imovel .galeria-fotos i.slick-next,
.carousel-specials i.slick-next {
    right: 20px;
}

.list-imoveis .item-imovel .galeria-imovel .galeria-fotos .item-foto {}

.list-imoveis .item-imovel .galeria-imovel .galeria-fotos .item-foto:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
    opacity: 1;
    z-index: 2;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.list-imoveis .item-imovel .galeria-imovel:hover .galeria-fotos .item-foto:after {
    opacity: 0;
}

.list-imoveis .item-imovel .galeria-imovel .galeria-fotos img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.list-imoveis .item-imovel .item a.btn {
    display: block;
    border: none;
    border-radius: 5px;
    width: 92%;
    margin: 8px auto 0;
    color: #fff;
    background: #ec3035;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 32px;
}

.list-imoveis .item-imovel .item a.btn:hover {
    color: #ec3035;
    background: #f7f8f9;
}

/**/
.list-imoveis .item-imovel .tag {}

.list-imoveis .item-imovel .caption-imovel {
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0;
}

.list-imoveis .item-imovel .caption-imovel .item-imovel-valor {
    background: #ec3035;
    padding: 6px 12px;
    border-radius: 0;
}

.list-imoveis .item-imovel .caption-imovel strong {
    flex: auto;
    font-size: 15px;
    text-shadow: none;
}

.list-imoveis .item-imovel .caption-imovel-operacao {
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.list-imoveis .item-imovel .caption-imovel .nav-imovel {}

.list-imoveis .item-imovel .caption-imovel .nav-imovel ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
}

.list-imoveis .item-imovel .caption-imovel .nav-imovel ul li {}

.list-imoveis .item-imovel .caption-imovel .nav-imovel ul li:last-of-type {}

.list-imoveis .item-imovel .caption-imovel .nav-imovel ul li:last-of-type a {
    margin: 0;
}

.list-imoveis .item-imovel .caption-imovel .nav-imovel ul li a {
    background: rgb(74 74 74 / 60%);
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 10px 0 0;
    border-radius: 5px;
    font-size: 14px;
}

.list-imoveis .item-imovel .caption-imovel .nav-imovel ul li a i {}

.list-imoveis .item-imovel .caption-imovel .nav-imovel ul li:hover a {
    background: rgb(236 48 53 / 70%);
}

.list-imoveis .item-imovel .descricao-imovel {
    padding: 10px;
}

.list-imoveis .item-imovel .descricao-imovel .tipo-imovel {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

.list-imoveis .item-imovel .descricao-imovel p {
    font-size: 12px;
    color: #505252;
    margin: 0 0 10px;
}

.list-imoveis .item-imovel .descricao-imovel h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    height: 30px;
}

.list-imoveis .wrap-property.wrap-property-pages.all .item-imovel .descricao-imovel h2 {
    height: auto;
}

.list-imoveis .item-imovel .descricao-imovel h2 a {
    color: #000;
    text-decoration: none;
    height: 32px;
    display: block;
}

.list-imoveis .item-imovel .descricao-imovel h2 a:hover {
    color: #ec3035;
}

.list-imoveis .item-imovel .descricao-imovel ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}

.list-imoveis .item-imovel .descricao-imovel ul li {
    margin: 0 14px 0 0;
    display: flex;
    align-items: center;
}

.list-imoveis .item-imovel .descricao-imovel ul li:last-of-type {
    margin: 0;
}

.list-imoveis .item-imovel .descricao-imovel ul li i {}

.list-imoveis .item-imovel .descricao-imovel ul li img {
    margin: 0 5px 0 0;
}

/* #### FOOTER #### */
footer {
    background: #505252;
    color: #fff;
    padding: 50px 0px 0;
}

footer h3 {
    font-size: 18px;
    margin: 0 0 30px;
    letter-spacing: .5px;
}

footer p {
    font-size: 13px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {}

footer ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: flex-start;
}

footer ul li:hover a {
    color: #777878;
}

footer ul li i {
    margin: 0 5px 0 0;
}

footer form {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 10px;
}

footer form input {
    width: 40%;
    flex: auto;
    height: 40px;
    padding: 0 10px;
    border-radius: 5px;
    border: none;
}

footer form button {
    margin: 0 0 0 10px;
    border-radius: 5px;
    border: none;
    background: #ec3035;
    color: #fff;
    padding: 0 50px;
    line-height: 40px;
}

footer form button:hover {
    color: #ec3035;
    background: #fff;
}

footer .footer-bar {
    background: #ec3035;
    color: #fff;
    padding: 20px;
    font-size: 12px;
    margin: 30px 0 0;
}

footer .footer-bar a {}

footer .footer-bar a img {
    width: 50%;
    filter: brightness(0) invert(1);
    margin: 0 auto;
    display: table;
}

footer .footer-bar ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

footer .footer-bar ul li {}

footer .footer-bar ul li a {
    font-size: 16px;
    margin: 0 20px 0 0;
}

footer .footer-bar ul li a i {
    margin: 0;
}

footer .footer-bar ul li:hover a {
    color: #000;
}

/**/
#cockie-modal {
    display: none;
    z-index: 9999999;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 38%);
}

#cockie-modal .text {
    font-size: 14px;
    width: 70%;
    flex: auto;
    line-height: normal;
}

#cockie-modal .text a {
    color: #EC3027;
}

#cockie-modal .text a:hover {
    color: #333;
}

#cockie-modal button {
    font-size: 12px;
    margin: 0 0 0 10px;
    border-radius: 5px;
    border: none;
    background: #ec3035;
    color: #fff;
    padding: 0 50px;
    line-height: 40px;
}

#cockie-modal button:hover {
    background: #333333;
}


/**/
.sidebar-wrapper {
    margin-top: -100px;
    height: 100%;
}

.sidebar-wrapper .dados-imovel {
    border-radius: 5px;
    position: relative;
    z-index: 4;
}

.sidebar-wrapper .imovel-completo {
    position: sticky;
    top: 20px;
    left: 0;
    z-index: 1010;
}


/**/

.wrap-propert-info.page-content.featured .line {
  min-height: 100px;
  justify-content: center;
  position: relative;
  width: 5%;
}
.wrap-propert-info.page-content.featured .line:before {
  content: '';
  width: .9px;
  height: 100%;
  background: #000;
  position: absolute;
  z-index: -1;
}
.wrap-propert-info.page-content.featured .line .bullet {
  background: #ec3035;
  display: flex;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: 1px solid #ec3035;
  outline-offset: 4px;
}
.wrap-propert-info.page-content.featured a {
  color: #ec3035;
}
.wrap-propert-info.page-content.featured a:hover {
  color: #000;
}
.wrap-propert-info.page-content.featured .texto,
.wrap-propert-info.page-content.featured .midia {
    flex: 0 0 auto;
    width: 47%;
}

/**/

.cards-itens .wrapper {
  justify-content: space-between;
  overflow: auto;
  padding-bottom: 16px;
  gap: 0 20px;
}
.cards-itens .wrapper .item {
  flex: 0 0 auto;
  width: 30%;
  border-right: 1px solid #000;
  padding-right: 30px;
}
.cards-itens .wrapper .item:last-of-type {
    border-right: none;
    padding-right: 0px;
}
.cards-itens .wrapper .item h3 {
  color: #ec3035;
}
.cards-itens .wrapper .item ul {
  padding: 0;
  list-style-position: inside;
}
.cards-itens .wrapper .item ul li::marker {
  content: "\f058   ";
  font-family: 'Font Awesome\ 5 Free';
  color: #ec3035;
}


/* RESPONSIVO  */
@media only screen and (max-width:991px) {

    /**/
    #cockie-modal {
        width: 100%;
        bottom: 0;
        left: 0;
        box-shadow: none;
        border-radius: 0;
    }

    #cockie-modal .text {
        width: 100%;
        margin: 0 0px 20px;
        text-align: center;
    }

    #cockie-modal button {
        width: 100%;
        margin: 10px 0 0;
        display: table;
    }

    /* DADOS DO IMOVEL (ABAIXO DO TITULO) */
    .dados-imovel {}

    .dados-imovel .tag {}

    .dados-imovel .tag:last-of-type {}

    .dados-imovel .info-endereco {}

    .dados-imovel .info-endereco i {}

    .dados-imovel .info-referencia {}

    .dados-imovel .info-valor {
        flex-wrap: wrap;
        margin: 20px 0 0;
    }

    .dados-imovel .info-valor span {
        width: 100%;
        line-height: 0px;
    }

    /* TOPO  */
    header {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
    header .top-bar {}

    header .top-bar ul {}

    header .top-bar ul li {}

    header .top-bar ul li a {}

    header .top-bar ul li a i {}

    header .top-bar ul li:hover a {}

    header .top-bar .social-midia ul {}

    header .top-bar .social-midia ul li {}

    header .top-bar .social-midia ul li a {}

    header .top-bar .social-midia ul li a i {}

    header .top-bar .social-midia ul li:hover a {}

    header .navbar {
        padding: 20px 0;
    }

    header .navbar .navbar-toggler {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        padding: 0;
    }

    header .navbar .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    header .navbar .navbar-toggler span {
        width: 50%;
    }

    header .navbar .navbar-brand {
        width: auto;
        width: 70%;
    }

    header .navbar .navbar-brand img {}

    header .navbar button {        margin: 0;}

    header .navbar button span {}

    header .navbar button i {}

    header .navbar button:hover span {}

    header .navbar button:hover i {}

    header .navbar #menu-site {
        margin: 20px 0 0;
        background: #ebebeb;
        padding: 30px 30px 40px;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 100vh;
        height: 100%;
        z-index: 999999999;
        margin: 0;
        width: 70%;
    }

    header .navbar #menu-site ul {}

    header .navbar #menu-site ul li {}

    header .navbar #menu-site ul li a {
        padding: 5px 0px;
    }

    header .navbar #menu-site ul li a.active {
        color: #ec3035;
        background: transparent;
    }

    header .navbar #menu-site ul li:hover a {
        color: #ec3035;
        background: transparent;
    }

    header .navbar #menu-site ul li a.show {
        background: transparent;
    }

    header .navbar #menu-site ul li:hover ul {}

    header .navbar #menu-site ul li:hover ul li {}

    header .navbar #menu-site ul li:hover ul li a {}

    header .navbar #menu-site ul ul {
        display: block;
        background: transparent;
        border: none;
    }

    header .navbar #menu-site ul ul li {}

    header .navbar #menu-site ul ul li a {
        padding: 0 10px;
        color: #505252 !important;
        font-size: 17px;
    }

    header .navbar #menu-site ul ul li:hover a {}

    header .navbar #menu-site .link-externo {}

    header .navbar #menu-site .link-externo a {
        width: 100%;
        display: table;
        text-align: center;
    }

    header .navbar #menu-site .link-externo a:hover {}

    header .navbar-toggler[aria-expanded="true"] #abrir-menu-m {
        display: none;
    }

    header .navbar-toggler[aria-expanded="false"] #abrir-menu-m {
        display: block;
    }

    header .navbar-toggler[aria-expanded="true"] #fechar-menu-m {
        display: block;
    }

    header .navbar-toggler[aria-expanded="false"] #fechar-menu-m {
        display: none;
    }

    /**/
    .conheca-diferenciais {}

    .conheca-diferenciais img {
        margin: 0 0 20px;
    }

    .conheca-diferenciais p {}

    .conheca-diferenciais h2 {}

    .conheca-diferenciais h3 {
        text-align: center;
        font-size: 26px;
    }

    .conheca-diferenciais a {
        width: 40%;
        margin: 30px auto 0;
        line-height: 30px;
        padding: 10px;
    }

    .conheca-diferenciais a:hover {}

    .conheca-diferenciais .item {}

    .conheca-diferenciais .item figure {
        width: 50px;
    }

    .conheca-diferenciais .item figure i {}

    .conheca-diferenciais .item .text {}

    .conheca-diferenciais .item .text h3 {}

    .conheca-diferenciais .item .text p {}

    .conheca-diferenciais i.slick-arrow {}

    .conheca-diferenciais i.slick-prev {}

    .conheca-diferenciais i.slick-next {}

    /* SHARE */
    .share-btn button {
        padding: 10px 0;
    }

    /* SIDEBAR */
    .sidebar-wrapper {
        margin-top: 0px;
    }

    .sidebar {}

    .sidebar aside {}

    .sidebar aside h2 {}

    .sidebar aside p {}

    .sidebar aside hr {}

    .sidebar aside ul {
        justify-content: center;
    }

    .sidebar aside ul li {}

    .sidebar aside ul li a {
        font-size: 20px;
    }

    .sidebar aside ul li a i {
        margin: 0;
        background: #f2f2f2;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 100%;
        margin: 0 8px;
    }

    .sidebar aside ul li:hover a {}

    .sidebar aside ul li:hover a i {}

    /**/
    ul.social-share {
        justify-content: flex-start !important;
    }

    ul.social-share li {}

    ul.social-share li a {}

    ul.social-share li a i {}

    ul.social-share li a i[class*="link"] {
        background: #000;
    }

    ul.social-share li a i[class*="facebook"] {
        background: #3b5998;
    }

    ul.social-share li a i[class*="linkedin"] {
        background: #007bb6;
    }

    ul.social-share li a i[class*="twitter"] {
        background: #00aced;
    }

    ul.social-share li a i[class*="whatsapp"] {
        background: #34af23;
    }

    ul.social-share li a i[class*="instagram"] {
        background: #517fa4;
    }

    ul.social-share li a i[class*="envelope"] {
        background: #333;
    }

    ul.social-share li a i[class*="youtube"] {
        background: #bb0000;
    }

    ul.social-share li a i:hover {
        background: #cc273f !important;
        color: #fff;
        box-shadow: none
    }


    .sidebar aside form {}

    .sidebar aside form input {}

    .sidebar aside form select {}

    .sidebar aside form textarea {}

    .sidebar aside form button {}

    .sidebar aside form button:hover {}


    /* DADOS INDIVIDUAL DO IMOVEL */
    .imovel-completo {}

    /* SIDEBAR DO IMOVEL */
    .imovel-completo .sidebar {}


    .imovel-completo #cta-corretor {}

    .imovel-completo #cta-corretor h2 {}

    .imovel-completo #cta-corretor form {}

    .imovel-completo #cta-corretor form input {}

    .imovel-completo #cta-corretor form select {}

    .imovel-completo #cta-corretor form textarea {}

    .imovel-completo #cta-corretor form button {}

    .imovel-completo #cta-corretor form button:hover {}

    /* DADOS SOBRE O IMOVEL */
    .box-midia-imovel {}

    .box-midia-imovel iframe {}

    .box-midia-imovel img {}

    .box-midia-imovel ul.nav {
        position: relative;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .box-midia-imovel ul.nav li {
        width: 50%;
        flex: auto;
        padding: 4px 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .box-midia-imovel ul.nav li span {
        display: block;
        opacity: 1;
        margin: 2px 0 0 10px;
        order: 2;
        font-size: 13px;
    }

    .box-midia-imovel ul.nav li button {
        /* background: rgb(74 74 74); */
        flex: auto;
        margin: 0;
        width: 100%;
        flex: auto;
        padding: 20px 10px;
    }

    .box-midia-imovel ul.nav li button img {
        order: 1;
        margin: 0;
    }

    .box-midia-imovel ul.nav li button.active {
        /* background: rgb(236 48 53); */
    }

    .box-midia-imovel ul.nav li:hover button {}

    .box-midia-imovel ul.nav li:hover span {}

    .modal-body .box-midia-imovel iframe {}

    /**/
    #videoModal iframe {
        width: 100%;
        height: 320px;
    }

    /**/
    .box-midia-imovel .slider-single {}

    .box-midia-imovel .slider-single img {}

    .box-midia-imovel .slider-nav {}

    .box-midia-imovel .slider-nav img {}

    .box-midia-imovel .slider-nav img.is-active {}

    .box-midia-imovel .slider-nav img:hover {}

    .box-midia-imovel i.slick-arrow {}

    .box-midia-imovel i.slick-prev {}

    .box-midia-imovel i.slick-next {}

    /**/
    .box {}

    .box p {
        text-align: justify;
    }

    .box p a {}

    .box p a:hover {}

    .box h2 {}

    .box hr {}

    .box ul {
        flex-wrap: wrap;
        flex-direction: row;
    }

    .box ul li {
        width: 40%;
        flex: auto;
        font-size: 14px;
        margin: 10px;
    }

    .box ul li:last-of-type {}

    .box ul li i {}

    .box ul li span {
        width: 100%;
        display: block;
        font-size: 12px;
    }

    .box-dados-imovel {}

    .box-descricao-imovel {}

    /**/
    .list-imoveis-carousel {}

    .list-imoveis .arrows-text {}

    .list-imoveis .arrows-text:hover {}

    .list-imoveis .arrows-text.slick-next {}

    .list-imoveis .arrows-text.slick-prev {}

    /* #### LISTA DOS IMOVEIS #### */
    .list-imoveis {}

    #section-especiais {
        padding-bottom: 100px !important;
    }

    .list-imoveis h2 {}

    .list-imoveis .item-imovel .descricao-imovel h2 a {
        height: auto;
    }

    .list-imoveis p {
        margin-bottom: 18px;
    }

    .list-imoveis .item-imovel {}

    .list-imoveis .item-imovel .galeria-imovel {}

    #section-especiais .carousel-specials i.slick-arrow {
        top: auto;
        bottom: -20%;
    }

    .carousel-specials i.slick-arrow {
        top: auto;
        bottom: -15%;
    }

    .list-imoveis .item-imovel .galeria-imovel i.slick-prev {}

    .list-imoveis .item-imovel .galeria-imovel i.slick-next {}

    .list-imoveis .item-imovel .galeria-imovel .hover-galeria {
        height: 200px !important;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .list-imoveis .item-imovel .galeria-imovel .hover-galeria i {}

    .list-imoveis .item-imovel .galeria-imovel:hover .hover-galeria {}

    .list-imoveis .item-imovel .galeria-imovel:hover .hover-galeria i {}

    .list-imoveis .item-imovel .galeria-imovel .galeria-fotos {}

    .list-imoveis .item-imovel .galeria-imovel .galeria-fotos i.slick-arrow {}

    .list-imoveis .item-imovel .galeria-imovel .galeria-fotos i.slick-prev {}

    .list-imoveis .item-imovel .galeria-imovel .galeria-fotos i.slick-next {}

    .list-imoveis .item-imovel .galeria-imovel .galeria-fotos .item-foto {}

    .list-imoveis .item-imovel .galeria-imovel .galeria-fotos .item-foto:after {}

    .list-imoveis .item-imovel .galeria-imovel:hover .galeria-fotos .item-foto:after {}

    .list-imoveis .item-imovel .galeria-imovel .galeria-fotos img {
        height: 200px;
        border-radius: 10px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    /**/
    .list-imoveis .item-imovel .tag {}

    .list-imoveis .item-imovel .caption-imovel {}

    .list-imoveis .item-imovel .caption-imovel strong {
        text-shadow: none;
        color: #fff;
    }

    .list-imoveis .item-imovel .caption-imovel .nav-imovel {}

    .list-imoveis .item-imovel .caption-imovel .nav-imovel ul {}

    .list-imoveis .item-imovel .caption-imovel .nav-imovel ul li {}

    .list-imoveis .item-imovel .caption-imovel .nav-imovel ul li:last-of-type {}

    .list-imoveis .item-imovel .caption-imovel .nav-imovel ul li:last-of-type a {}

    .list-imoveis .item-imovel .caption-imovel .nav-imovel ul li a {}

    .list-imoveis .item-imovel .caption-imovel .nav-imovel ul li a i {}

    .list-imoveis .item-imovel .caption-imovel .nav-imovel ul li:hover a {}

    .list-imoveis .item-imovel .descricao-imovel {}

    .list-imoveis .item-imovel .descricao-imovel .tipo-imovel {}

    .list-imoveis .item-imovel .descricao-imovel p {}

    .list-imoveis .item-imovel .descricao-imovel h2 {}

    .list-imoveis .item-imovel .descricao-imovel ul {}

    .list-imoveis .item-imovel .descricao-imovel ul li {}

    .list-imoveis .item-imovel .descricao-imovel ul li:last-of-type {}

    .list-imoveis .item-imovel .descricao-imovel ul li i {}

    .list-imoveis .item-imovel .descricao-imovel ul li img {}

    /**/
    section.filtrar-imoveis-home .box-filter {
        width: 90%;
    }

    /* #### FILTRAR #### */
    #filtrar-imoveis {}

    #filtrar-imoveis form {}

    #filtrar-imoveis form .form-control {}

    #filtrar-imoveis form input {}

    #filtrar-imoveis form select {}

    #filtrar-imoveis form button {}

    #filtrar-imoveis form button i {}

    #filtrar-imoveis form button.advanced {
        flex: auto;
        text-align: left;
    }

    #filtrar-imoveis form button.advanced i {}

    #filtrar-imoveis form button.features {
        width: 100%;
    }

    #filtrar-imoveis form button.features i {}

    #filtrar-imoveis form button[type="submit"] {
        width: 40%;
    }

    #filtrar-imoveis form button[type="submit"]:hover {}

    #filtrar-imoveis form .campo-text {
        width: 100%;
    }

    #filtrar-imoveis form .campo-text input {}

    #filtrar-imoveis form .campo-text select {}

    #filtrar-imoveis form .campo-tipo {
        width: 50%;
    }

    #filtrar-imoveis form .campo-tipo input {}

    #filtrar-imoveis form .campo-tipo select {}

    #filtrar-imoveis form .campo-status {
        width: 50%;
    }

    #filtrar-imoveis form .campo-status input {}

    #filtrar-imoveis form .campo-status select {}

    #filtrar-imoveis form .filtro-avancado {}

    #filtrar-imoveis form .campo-cidade {
        width: 50%;
    }

    #filtrar-imoveis form .campo-cidade input {}

    #filtrar-imoveis form .campo-cidade select {}

    #filtrar-imoveis form .campo-quartos {
        width: 50%;
    }

    #filtrar-imoveis form .campo-quartos input {}

    #filtrar-imoveis form .campo-quartos select {}

    #filtrar-imoveis form .campo-tamanho {
        width: 50%;
    }

    #filtrar-imoveis form .campo-tamanho input {}

    #filtrar-imoveis form .campo-tamanho select {}

    #filtrar-imoveis form .campo-referencia {
        width: 100%;
    }

    #filtrar-imoveis form .campo-referencia input {}

    #filtrar-imoveis form .campo-referencia select {}

    #filtrar-imoveis form .campo-preco {}

    #filtrar-imoveis form .campo-preco select {}

    #filtrar-imoveis form .campo-preco label {}

    #filtrar-imoveis form .campo-preco input {
        width: 100%;
    }

    #filtrar-imoveis form .outras-caracteristicas {}

    #filtrar-imoveis form .campo-caracteristicas {}

    #filtrar-imoveis form .campo-caracteristicas label {
        width: 50%;
    }

    #filtrar-imoveis form .campo-caracteristicas input {}

    #filtrar-imoveis form .campo-caracteristicas select {}

    /**/
    section.filtrar-imoveis-home {}

    section.filtrar-imoveis-home ul {
        width: 100%;
    }

    section.filtrar-imoveis-home ul li {}

    section.filtrar-imoveis-home ul li button {
        font-size: 14px;
        padding: 0 20px;
    }

    section.filtrar-imoveis-home ul li button.active {}

    section.filtrar-imoveis-home ul li:hover button {}

    section.filtrar-imoveis-home ul li button:hover {}

    section.filtrar-imoveis-home ul li button:focus {}

    section.filtrar-imoveis-home ul li button:focus-visible {}

    section.filtrar-imoveis-home form {
        flex-wrap: wrap;
    }

    section.filtrar-imoveis-home form label {
        width: 100%;
        margin: 10px 0;
    }

    section.filtrar-imoveis-home form label span {}

    section.filtrar-imoveis-home form select {}

    section.filtrar-imoveis-home form input {}

    section.filtrar-imoveis-home form textarea {}

    section.filtrar-imoveis-home form button {
        width: 100%;
    }

    section.filtrar-imoveis-home form button:hover {}

    section.filtrar-imoveis-home .tab-content {
        width: 100%;
    }

    section.filtrar-imoveis-home .tab-content .tab-pane {}

    section.filtrar-imoveis-home .tab-content .tab-pane.active {}



    /**/
    .list-gallery {}

    .list-gallery .item.thumbs-galeria-flex {}

    .list-gallery .item.thumbs-galeria-flex img {
        height: 100%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+1) {
        width: 50%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+1) img {}

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+2) {
        width: 50%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+2) img {}

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+3) {
        width: 40%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+3) img {}

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+4) {
        width: 60%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+4) img {}

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+5) {
        width: 50%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+5) img {}

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+6) {
        width: 50%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+6) img {}

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+7) {
        width: 60%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+7) img {}

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+8) {
        width: 40%;
    }

    .list-gallery .item.thumbs-galeria-flex:nth-child(8n+8) img {}

    /**/
    .banner {}

    .banner .item {}

    .banner .item:after {}

    .banner .item h1 {
        font-size: 35px;
        line-height: normal;
    }

    .banner .item h2 {
        font-size: 35px;
        line-height: normal;
    }

    /**/
    .numeros-ph15 {}

    .numeros-ph15:after {}

    .numeros-ph15 figure {
        margin: 0 0 30px;
        width: 100%;
        text-align: center;
    }

    .numeros-ph15 figure img {
        height: 50px;
        object-fit: contain;
    }

    .numeros-ph15 figure span {
        font-size: 23px;
    }

    .numeros-ph15 .ano {
        width: 40%;
    }

    .numeros-ph15 .ano span {
        width: 100%;
        margin: 0;
        font-size: 10px;
        text-align: center;
    }

    .numeros-ph15 .ano span br {
        display: none;
    }

    .numeros-ph15 .porcentagem {
        width: 50%;
    }

    .numeros-ph15 .porcentagem span {
        width: 100%;
        font-size: 10px;
        text-align: center;
    }

    .numeros-ph15 .porcentagem span br {
        display: none;
    }

    /**/
    .atalhos-bairros {}

    .atalhos-bairros h2 {}

    .atalhos-bairros p {}

    .atalhos-bairros .item {}

    .atalhos-bairros .item:after {}

    .atalhos-bairros .item h3 {}

    .atalhos-bairros .item span {}

    .atalhos-bairros .item span i {}

    .atalhos-bairros .item:hover {}

    .atalhos-bairros .item:hover h3 {}

    .atalhos-bairros .item:hover span {}

    .atalhos-bairros .item:hover span i {}

    /* #### FOOTER #### */
    footer {}

    footer h3 {
        margin: 0 0 10px;
    }

    footer p {}

    footer ul {}

    footer ul li {}

    footer ul li a {}

    footer ul li:hover a {}

    footer ul li i {}

    footer form {}

    footer form input {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
        footer form button {
        margin: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: revert-layer;
        padding: 0 30px;
    }

    footer form button:hover {}

    footer .footer-bar {}

    footer .footer-bar a {}

    footer .footer-bar a img {}

    footer .footer-bar ul {
        justify-content: center;
    }

    footer .footer-bar ul li {}

    footer .footer-bar ul li a {}

    footer .footer-bar ul li a i {}

    footer .footer-bar ul li:hover a {}

    #section-blog {
        padding-bottom: 100px !important;
    }
}


/* CSS DO FILTRO NOVO */
.filtro-form {
    margin-bottom: 30px;
    border-radius: 5px;
    width: 100%;
}

.filtro-form-box h2,
.filtro-form h2 {

    font-weight: 500;
    font-weight: 800;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}
.filtro-form-box_options {
    margin-top: 0
}
.filtro-form .group-radio {
    width: 80%;
    margin: 0 auto 0px;
    border: none;
    position: relative;
    flex-direction: row;
    list-style: none;
}

.filtro-form .form-check-input:checked, 
.filtro-form .form-check-input:hover {
    background-color: #fff;
    border-color: #fff;
}
.filtro-form .form-check-input:checked~label,
.filtro-form .form-check-input:not([role="switch"]):hover~label {
    color: #EC3035;
    position: relative;
    z-index: 11;
}
.filtro-form .form-check-input:checked~label svg,
.filtro-form .form-check-input:hover~label svg {
    fill: #EC3035;
}
.filtro-form .form-check-input:checked~label svg pat,
.filtro-form .form-check-input:hover~label svg path{
    fill: #EC3035;
}
.filtro-form .form-check-input:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.filtro-form #filtroLancamento,
.filtro-form #filtroEstudaPermuta {
    display: none;
}

.filtro-form .group-radio input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    background: #fff;
    color: #505252;
    font-family: 'Bebas Neue';
    font-size: 16px;
    padding: 0px 30px;
    letter-spacing: 1px;
    cursor: pointer;
    border: none !important;
    line-height: 40px;
    margin: 0;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.filtro-form .group-radio input:checked {
    color: #fff;
    background: rgb(236, 48, 53);
}

.filtro-form .group-radio input:before {
    content: attr(label);
    display: inline-block;
    text-align: center;
    width: 100%;
}

.filtro-form h3 {
    color: #f7f8f9;
}

.filtro-form .filtro-form-body {
    padding: 30px 30px 30px;
    border-radius: 4px;
    border: 1px solid #ec3035;
     background: #ec3035;
    color: #f7f8f9;
    font-family: 'Bebas Neue Bold';
 
}

.filtro-form .filtro-form-body .border-column {
    border-right: 1px solid #fff;
}

.filtro-form-alugar .filtro-form-body {
    background: #f2eadd
}

.filtro-form-alugar .filtro-form-suites .form-check input[type=checkbox]~label,
.filtro-form-alugar .filtro-form-quartos .form-check input[type=checkbox]~label,
.filtro-form-alugar .filtro-form-vagas .form-check input[type=checkbox]~label {
    background: #687f87;
    color: #f2eadd;
    border-color: #abb8bd
}

.filtro-form-alugar .filtro-form-suites .form-check input[type=checkbox]:checked~label,
.filtro-form-alugar .filtro-form-quartos .form-check input[type=checkbox]:checked~label,
.filtro-form-alugar .filtro-form-vagas .form-check input[type=checkbox]:checked~label {
    background: #EC3035;
    color: #f2eadd
}

.filtro-form-alugar .filtro-form-pacote .maxArea,
.filtro-form-alugar .filtro-form-area .maxArea,
.filtro-form-alugar .filtro-form-pacote .maxPreco,
.filtro-form-alugar .filtro-form-area .maxPreco,
.filtro-form-alugar .filtro-form-pacote .minArea,
.filtro-form-alugar .filtro-form-area .minArea,
.filtro-form-alugar .filtro-form-pacote .minPreco,
.filtro-form-alugar .filtro-form-area .minPreco,
.filtro-form-alugar .filtro-form-preco .maxArea,
.filtro-form-alugar .filtro-form-preco .maxPreco,
.filtro-form-alugar .filtro-form-preco .minArea,
.filtro-form-alugar .filtro-form-preco .minPreco {
    background: #dfd2c2;
    border-color: #abb8bd;
    color: #687f87;
    -moz-appearance: textfield
}

.filtro-form-alugar .filtro-form-pacote .maxArea::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-area .maxArea::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-pacote .maxArea::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-area .maxArea::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-pacote .maxPreco::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-area .maxPreco::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-pacote .maxPreco::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-area .maxPreco::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-pacote .minArea::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-area .minArea::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-pacote .minArea::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-area .minArea::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-pacote .minPreco::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-area .minPreco::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-pacote .minPreco::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-area .minPreco::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-preco .maxArea::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-preco .maxArea::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-preco .maxPreco::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-preco .maxPreco::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-preco .minArea::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-preco .minArea::-webkit-outer-spin-button,
.filtro-form-alugar .filtro-form-preco .minPreco::-webkit-inner-spin-button,
.filtro-form-alugar .filtro-form-preco .minPreco::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.filtro-form-alugar .filtro-form-pacote .maxArea::placeholder,
.filtro-form-alugar .filtro-form-area .maxArea::placeholder,
.filtro-form-alugar .filtro-form-pacote .maxPreco::placeholder,
.filtro-form-alugar .filtro-form-area .maxPreco::placeholder,
.filtro-form-alugar .filtro-form-pacote .minArea::placeholder,
.filtro-form-alugar .filtro-form-area .minArea::placeholder,
.filtro-form-alugar .filtro-form-pacote .minPreco::placeholder,
.filtro-form-alugar .filtro-form-area .minPreco::placeholder,
.filtro-form-alugar .filtro-form-preco .maxArea::placeholder,
.filtro-form-alugar .filtro-form-preco .maxPreco::placeholder,
.filtro-form-alugar .filtro-form-preco .minArea::placeholder,
.filtro-form-alugar .filtro-form-preco .minPreco::placeholder {
    color: #687f87
}

.filtro-form-alugar h3 {
    color: #687f87
}


.filtro-form-finalidade {
    position: relative;
    text-align: center;
    padding-top: 6px;
    margin-bottom: -1px;
    font-size: 1.5em;
    z-index: 2;
    cursor: pointer;
    transition: .2s;
    text-align: left;
}

.filtro-form-finalidade.active {
    z-index: 3
}

.filtro-form-finalidade .optionTab {
    position: absolute;
    left: 50%;
    top: 0;
    height: 45px;
    z-index: -1;
    transform: translate(-50%)
}

.filtro-form-finalidade_alugar {
    color: #0c2d3d
}

.filtro-form-finalidade_alugar path {
    fill: #f2eadd;
    stroke: #899498;
    stroke-width: 1px
}

.filtro-form-finalidade_alugar.active {
    border-bottom: 3px solid #f2eadd
}

.filtro-form-finalidade_comprar {
    color: #f2eadd
}

.filtro-form-finalidade_comprar path {
    fill: #0c2d3d;
    stroke: #899498;
    stroke-width: 1px
}

.filtro-form-finalidade_comprar.active {
    border-bottom: 3px solid #0c2d3d
}

.filtro-form-bairro {
    position: relative
}

.filtro-form-bairro h3 {
    margin-bottom: 0;
    cursor: pointer
}

.filtro-form-bairro .fa-chevron-down,
.filtro-form-bairro .fa-chevron-up {
    position: absolute;
    top: 19px;
    right: 15px;
    font-size: 12px;
    cursor: pointer
}

.filtro-form-bairro_box {
    padding-top: 4px;
    overflow-x: hidden;
    transition: .2s;
    position: relative;
    display: flex;
    flex-flow: column;
    height: 160px;
    padding-right: 14px;
}

.filtro-form-bairro_box .form-check {
    width: 100%
}

.filtro-form-bairro_box.filtro-form-box_options input[type=radio],
.filtro-form-bairro_box.filtro-form-box_options input[type=checkbox] {
    right: auto;
    left: 0
}

.filtro-form-bairro_box .maisBairros {
    display: none;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #0c2d3d;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    background: #ededed;
    margin-right: 15px
}

.filtro-form-bairro_box.hidden {
    height: 0;
    margin-top: 0;
    padding: 0
}

.questionIcon {
    color: #aaa;
    font-size: 12px
}

.outros_tooltip {
    position: absolute;
    background: #f2eadd;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    z-index: 3;
    font-size: 10px;
    max-width: 100%;
    left: 0
}

.outros_tooltip span {
    margin: 0 7px 0 0;
    display: inline-block;
    position: relative
}

.outros_tooltip span:not(:last-child):after {
    position: absolute;
    content: ",";
    bottom: 0;
    right: -4px;
    display: block
}

.filtro-form-box {
    margin-bottom: 10px;
        
}


.filtro-form-box h3 {
    font-size: 15px;
    margin-bottom: 0;
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    gap: 0 4px;
}

.filtro-form-box h3 svg {
    fill: #fff;
    margin-right: 0;
    width: 20px;
    transform: translateY(-3px);
}

.filtro-form-bairro {
    margin-top: 28px;
}

.filtro-form-finalidade {}

.filtro-form-finalidade .group-radio {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}

.filtro-form-finalidade .group-radio input {
    border-radius: 5px !important;
    border: 1px solid #fff !important;
    padding: 0;
    width: 48%;
    height: 40px;
    color: #fff;
    background: transparent;
}

.filtro-form-finalidade .group-radio input:focus,
.filtro-form-finalidade .group-radio input:checked,
.filtro-form-finalidade .group-radio input:hover {
    color: #ec3035;
    outline: none;
    box-shadow: none;
    background: #fff;
}

.filtro-form-finalidade .group-radio input:before {}


.filtro-form-box .form-check {
    position: relative;
    padding: 0;
    margin-bottom: 8px;
    min-height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.filtro-form-tipo .filtro-form-box_options {
    padding-top: 4px;
    overflow-x: hidden;
    transition: .2s;
    position: relative;
    display: flex;
    flex-flow: column;
    height: 160px;
    padding-right: 14px;
}



.filtro-form-box_options .form-check svg {
    height: auto;
    width: 20px;
    margin-right: 0;
    fill: #fff;
}



.filtro-form-box_options input[type=radio],
.filtro-form-box_options input[type=checkbox] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 5px;
    text-align: start;
    margin-left: 0;
    float: unset;
    margin-top: 0;
}

.filtro-form-box_options input[type=radio]~label,
.filtro-form-box_options input[type=checkbox]~label {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* bottom: 0; */
    position: relative;
    cursor: pointer;
    z-index: 10;
    border: 1px solid #fff !important;
    border-left: 1px solid #fff !important;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 5px;
    text-align: start;
    margin-left: 0;
    float: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 8px;
}

.filtro-form-box_options input[type=radio]~label:hover,
.filtro-form-box_options input[type=checkbox]~label:hover {

}

.filtro-form-box_options .checkmark {
    display: none
}



.filtro-form-pacote h3,
.filtro-form-area h3,
.filtro-form-preco h3 {
}

.filtro-form-preco select,
.filtro-form-cidade select,
.filtro-form-pacote select,
.filtro-form-area select,
.filtro-form-pacote .maxArea,
.filtro-form-area .maxArea,
.filtro-form-pacote .maxPreco,
.filtro-form-area .maxPreco,
.filtro-form-pacote .minArea,
.filtro-form-area .minArea,
.filtro-form-pacote .minPreco,
.filtro-form-area .minPreco,
.filtro-form-preco .maxArea,
.filtro-form-preco .maxPreco,
.filtro-form-preco .minArea,
.filtro-form-preco .minPreco {
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid #EC3035;
    background: #fff;
    color: #EC3035;
    border-radius: 5px;
    font-family: 'Bebas Neue Bold';
    height: 40px;
    width: 100%;
}

.filtro-form-suites h3,
.filtro-form-quartos h3,
.filtro-form-vagas h3 {}

.filtro-form-suites .filtro-form-squares,
.filtro-form-quartos .filtro-form-squares,
.filtro-form-vagas .filtro-form-squares {
    display: flex;
    justify-content: space-between;
    flex: 0 0 70%;
}

.filtro-form-suites .form-check:last-of-type,
.filtro-form-quartos .form-check:last-of-type,
.filtro-form-vagas .form-check:last-of-type {
    margin-right: 0
}

.filtro-form-suites .form-check,
.filtro-form-quartos .form-check,
.filtro-form-vagas .form-check {
    display: inline-flex;
    width: 49px;
    height: 40px;
    padding: 0;
    margin: 8px 0;
}

.filtro-form-suites .form-check input[type=checkbox],
.filtro-form-quartos .form-check input[type=checkbox],
.filtro-form-suites .form-check input[type=radio],
.filtro-form-quartos .form-check input[type=radio],
.filtro-form-vagas .form-check input[type=radio],
.filtro-form-vagas .form-check input[type=checkbox] {
    display: none
}

.filtro-form-suites .form-check input[type=checkbox]~label,
.filtro-form-quartos .form-check input[type=checkbox]~label,
.filtro-form-suites .form-check input[type=radio]~label,
.filtro-form-quartos .form-check input[type=radio]~label,
.filtro-form-vagas .form-check input[type=radio]~label,
.filtro-form-vagas .form-check input[type=checkbox]~label {
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    transition: .2s;
    color: #fff;
    font-size: 16px;
    font-family: 'Bebas Neue Bold';
    display: flex;
    justify-content: center;
    align-items: center;
}

.filtro-form-suites .form-check input[type=checkbox]~label:hover,
.filtro-form-quartos .form-check input[type=checkbox]~label:hover,
.filtro-form-suites .form-check input[type=radio]~label:hover,
.filtro-form-quartos .form-check input[type=radio]~label:hover,
.filtro-form-vagas .form-check input[type=radio]~label:hover,
.filtro-form-vagas .form-check input[type=checkbox]~label:hover {
    color: #ec3035;
    background: #fff;
}

.filtro-form-suites .form-check input[type=checkbox]:checked~label,
.filtro-form-quartos .form-check input[type=checkbox]:checked~label,
.filtro-form-suites .form-check input[type=radio]:checked~label,
.filtro-form-quartos .form-check input[type=radio]:checked~label,
.filtro-form-vagas .form-check input[type=radio]:checked~label,
.filtro-form-vagas .form-check input[type=checkbox]:checked~label {
    color: #ec3035;
    background: #fff;
}

.filtro-form-area,
.filtro-form-preco {
    position: relative;
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.filtro-form-suites,
.filtro-form-quartos,
.filtro-form-vagas {
    position: relative;
    display: flex;
    gap: 0 20px;
    margin: 0 0;
    align-items: center;
    justify-content: space-between;
}
.filtro-form-pacote {
    display: flex;
    gap: 0px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.filtro-form-codigo {
    font-weight: 500;
    position: relative;
}

.filtro-form-codigo input {
    position: relative;
    margin-bottom: 16px;
    font-family: 'Bebas Neue Bold';
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 40px;
    padding: 0 38px 0 8px;
}
.filtro-form-codigo input:focus-visible {
    outline: none;
    
}
.filtro-form-codigo input:focus {
    background: #fff2f2;
}
.filtro-form-codigo ::placeholder {
    color: #EC3035
}

.filtro-form-codigo span {
    position: absolute;
    color: #abb8bd;
    margin-top: 7px;
    font-size: 0;
    cursor: pointer;
    transition: .3em;
    top: 0;
    right: 6px;
    display: block;
    width: 26px;
}

.filtro-form-codigo span:hover {
    color: #f2eadd
}

.filtro-form-codigo button {
    background: #676767;
    text-transform: uppercase;
    font-size: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7f8f9;
    font-family: 'Bebas Neue Bold';
    height: 40px;
    font-size: 16px;
}

.filtro-form-codigo button svg {
    margin-right: 10px;
    width: 12px;
}

.filtro-form-codigo button:hover {
    background: #353535;
}
.filtro-form-box .form-select:focus {
    box-shadow: none;
    background: #fff2f2;
    border-color: #c9010d;
    color: #c9010d;
}

.filtro-form-box .filtro-form-preco_inputs,
.filtro-form-box .filtro-form-area_inputs {
    display: flex;
    flex: 0 0 78%;
    gap: 0 8px;
    align-items: flex-end;
    justify-content: space-between;
}

.filtro-form-box .filtro-form-preco_inputs #filtroVMin,
.filtro-form-box .filtro-form-preco_inputs #filtroVMax,
.filtro-form-box .filtro-form-area_inputs .filtro-minmax-col {
    flex: 1 1 0;
    min-width: 0;
}

.filtro-minmax-col {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-width: 0;
}

.filtro-minmax-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255,255,255,0.7);
    margin-bottom: 3px;
    padding-left: 2px;
}
.filtro-form-box .filtro-form-pacote_inputs {
    flex: 0 0 78%;
}
.filtro-form-box .divider {
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 20px;
}
.minMaxConector {
    height: 1px;
    width: 15px;
    background: #dedede;
    position: absolute;
    margin-left: -15px;
    margin-top: 13px
}

.minMaxSugestions {
    color: #0c2d3d;
    position: absolute;
    background: #fff;
    z-index: 9;
    border: 1px solid #dedede;
    width: 50%
}

.filtro-form-preco .minMaxSugestions {
    width: 130px
}

.filtro-form-box_options::-webkit-scrollbar {
    width: 6px;
    
}

.filtro-form-box_options::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 8px;
}

.filtro-form-box_options::-webkit-scrollbar-thumb {
    background: #9D0000;
    border-radius: 6px;
}

@supports not selector(::-webkit-scrollbar) {
    .filtro-form-box_options {
        scrollbar-color: #9D0000 #fff;
    }
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ec3035'/%3e%3c/svg%3e");
    background-image: var(--bs-form-switch-bg);
}
.form-switch .form-check-input:focus,
.form-switch .form-check-input:checked{
   --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239D0000'/%3e%3c/svg%3e"); 
}
.form-switch .form-check-input:checked ~ label {
    color: #fff;
}

.card-itens .item {
    border: 1px solid #50525238;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 16px;
    overflow: hidden;
}

.card-itens .item img {
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    margin-bottom: 16px;
}

.card-itens .item img:hover {
    opacity: .9;
}

.card-itens .descricao-imovel {
    padding: 0 20px;
    min-height: 290px;
}

.card-itens .item .descricao-imovel h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.card-itens .item .descricao-imovel p {}

.card-itens .item a.btn {
    display: block;
    border: none;
    border-radius: 5px;
    width: 92%;
    margin: 8px auto 0;
    color: #fff;
    background: #ec3035;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 32px;
}

.card-itens .item a.btn:hover {
    color: #ec3035;
    background: #f7f8f9;
}

span.tag-especial {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    line-height: 28px;
    display: table;
    color: #d6ad1f;
    font-size: 18px;
    padding: 4px 4px 0 9px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Bebas Neue';
}

span.tag-especial:after {
    content: "";
    position: absolute;
    right: -45px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 32px 0 0 45px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.9);
}


.ordenar-itens {
    align-items: end;
}

.ordenar-itens label {
    font-size: 0px;
    margin-bottom: 1px;
}

.ordenar-itens select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M240%2096h64a16%2016%200%200%200%2016-16V48a16%2016%200%200%200-16-16h-64a16%2016%200%200%200-16%2016v32a16%2016%200%200%200%2016%2016zm0%20128h128a16%2016%200%200%200%2016-16v-32a16%2016%200%200%200-16-16H240a16%2016%200%200%200-16%2016v32a16%2016%200%200%200%2016%2016zm256%20192H240a16%2016%200%200%200-16%2016v32a16%2016%200%200%200%2016%2016h256a16%2016%200%200%200%2016-16v-32a16%2016%200%200%200-16-16zm-256-64h192a16%2016%200%200%200%2016-16v-32a16%2016%200%200%200-16-16H240a16%2016%200%200%200-16%2016v32a16%2016%200%200%200%2016%2016zM16%20160h48v304a16%2016%200%200%200%2016%2016h32a16%2016%200%200%200%2016-16V160h48c14.2%200%2021.4-17.2%2011.3-27.3l-80-96a16%2016%200%200%200-22.6%200l-80%2096C-5.4%20142.7%200%20160%2016%20160z%22%2F%3E%3C%2Fsvg%3E");
    display: inline-flex;
    width: 100%;
    text-align: start;
    padding: .375rem 2rem .375rem 3rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: #eee;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: left 1.2rem center;
    background-size: 18px 14px;
    border: var(--bs-border-width) solid #99999961;
    border-radius: 50px;
    appearance: none !important;
}

.ordenar-itens select option {
    background: #fff;
}

#page-feriados aside .btn-red {
    color: #fff;
}
#page-feriados aside .btn-red:hover {
    color: #000;
}


@media (max-width: 992px) {

    .filtro-form-suites .form-check,
    .filtro-form-quartos .form-check,
    .filtro-form-vagas .form-check {
    }

    .filtro-form-pacote select,
    .filtro-form-area select,
    .filtro-form-pacote .maxArea,
    .filtro-form-area .maxArea,
    .filtro-form-pacote .maxPreco,
    .filtro-form-area .maxPreco,
    .filtro-form-pacote .minArea,
    .filtro-form-area .minArea,
    .filtro-form-pacote .minPreco,
    .filtro-form-area .minPreco,
    .filtro-form-preco .maxArea,
    .filtro-form-preco .maxPreco,
    .filtro-form-preco .minArea,
    .filtro-form-preco .minPreco {
        width: 100%;
    }

    .filtro-form .filtro-form-body {
        padding-bottom: 20px;
    }

    .ordenar-itens select {
        margin-bottom: 16px;
    }
    
    .filtro-form .filtro-form-body .border-column {
        border-right: none;
    }
    .filtro-form-area, .filtro-form-preco,
    .filtro-form-suites, .filtro-form-quartos, .filtro-form-vagas,
    .filtro-form-pacote{
        align-items: start;
        flex-direction: column;
        margin: 16px 0;
    }
    .filtro-form-box .filtro-form-preco_inputs, .filtro-form-box .filtro-form-area_inputs {
        flex-direction: row;
        flex-basis: 100%;
        width: 100%;
        align-items: flex-end;
    }
    .filtro-form-box .filtro-form-pacote_inputs {
        flex-basis: 100%;
        width: 100%;
    }
    .filtro-form-suites .filtro-form-squares, 
    .filtro-form-quartos .filtro-form-squares, 
    .filtro-form-vagas .filtro-form-squares {
        flex: 0 0 100%;
        gap: 0 7px;
    }
    .filtro-form-box h3 {
        margin-bottom: 4px
    }

    /**/

    .wrap-propert-info.page-content.featured .texto, 
    .wrap-propert-info.page-content.featured .midia {
        width: 100%;
    }

    .cards-itens .wrapper .item {
        width: 100%;
        padding-right: 0;
        border-right: 0;
    }

}

/* Estilos para Tags de Filtro */
#filtro-tags .tag-filtro {
    background-color: #dc3545;
    color: #fff;
}

#filtro-tags .tag-filtro:hover {
    background-color:rgb(236 48 53 / 20%);
    color: #dc3545;
}

/* --- MENU MOBILE OFFCANVAS --- */
.menu-mobile-overlay {
  display: none;
  position: fixed;
  z-index: 99998;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  transition: opacity 0.3s;
  opacity: 0;
}
.menu-mobile-overlay.active {
  display: block;
  opacity: 1;
}
.menu-mobile-offcanvas {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 72vw;
  max-width: 300px;
  height: 100vh;
  background: #fff;
  box-shadow: 2px 0 24px rgba(0,0,0,0.18);
  transform: translateX(-100%);
  transition: transform 0.35s cubic-bezier(.77,0,.18,1);
  padding: 12px 24px 24px 24px;
  overflow-y: auto;
}
.menu-mobile-offcanvas.active {
  transform: translateX(0);
}
.close-menu-mobile {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #ec3035;
  align-self: flex-end;
  margin-bottom: 24px;
  cursor: pointer;
}
.menu-mobile-list {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
.menu-mobile-list li {
  margin-bottom: 4px;
}
.menu-mobile-list a {
  display: block;
  font-size: 1.25rem;
  font-family: 'Bebas Neue Bold', Arial, sans-serif;
  color: #222;
  text-decoration: none;
  padding: 7px 0 5px 0;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
}
.menu-mobile-list a:hover, .menu-mobile-list a:focus {
  background: #ec3035;
  color: #fff;
  text-decoration: none;
}
.link-externo-mobile a {
  display: block;
  background: #ec3035;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
  font-family: 'Bebas Neue Bold', Arial, sans-serif;
  border-radius: 6px;
  padding: 12px 0;
  margin-top: 10px;
  text-decoration: none;
  transition: background 0.2s;
}
.link-externo-mobile a:hover {
  background: #222;
  color: #fff;
}
.menu-mobile-social {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: 18px;
}
.menu-mobile-social a {
  color: #ec3035;
  font-size: 1.5rem;
  transition: color 0.2s;
}
.menu-mobile-social a:hover {
  color: #222;
}
.menu-mobile-list .dropdown-toggle:active,
.menu-mobile-list .dropdown-toggle:focus {
  background: #f7f8f9;
  color: #ec3035;
}
.menu-mobile-list .dropdown.open .dropdown-toggle {
  background: #f7f8f9;
  color: #ec3035;
}
.menu-mobile-list .dropdown.open .dropdown-toggle i.fa-chevron-down {
  color: #ec3035;
}
.menu-mobile-list .dropdown-toggle .fa-chevron-down ~ .fa-chevron-down {
  display: none;
}
.menu-mobile-list .dropdown-menu-mobile {
  box-shadow: none !important;
}
.menu-mobile-list .dropdown-menu-mobile li {
  margin-bottom: 0;
}
.menu-mobile-list .dropdown-menu-mobile li:last-child a {
  border-radius: 0 0 6px 6px;
}
.menu-mobile-list .dropdown-menu-mobile li:first-child a {
  border-radius: 0;
}
.menu-mobile-list .dropdown.open .dropdown-menu-mobile {
  border-top: 1px solid #ececec;
}
.menu-mobile-list .dropdown.open .dropdown-toggle {
  border-bottom: 1px solid #ececec;
}
.menu-mobile-list .dropdown.open .dropdown-toggle:after {
  display: none;
}
.menu-mobile-list .dropdown.open .dropdown-menu-mobile {
  margin-top: 0;
}
.menu-mobile-list .dropdown.open .dropdown-menu-mobile {
  box-shadow: none;
}
.menu-mobile-list .dropdown.open .dropdown-menu-mobile {
  background: #f7f8f9;
}
.menu-mobile-list .dropdown.open .dropdown-menu-mobile li a {
  color: #505252;
}
.menu-mobile-list .dropdown.open .dropdown-menu-mobile li a:hover {
  color: #fff;
  background: #ec3035;
}
.menu-mobile-list .dropdown.open .dropdown-menu-mobile li a:focus {
  outline: none;
  box-shadow: none;
}
.menu-mobile-list .dropdown.open .dropdown-toggle:focus {
  outline: none;
  box-shadow: none;
}
.menu-mobile-list .dropdown.open .dropdown-toggle:active {
  outline: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .menu-mobile-offcanvas, .menu-mobile-overlay, #openMenuMobile { display: none !important; }
}

@media (max-width: 600px) {
  .newsletter-form {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"] {
    border-radius: 6px 0 0 6px !important;
    margin: 0 !important;
    border-right: none !important;
  }
  .newsletter-form button,
  .newsletter-form input[type="submit"] {
    border-radius: 0 6px 6px 0 !important;
    margin: 0 !important;
    border-left: none !important;
    background: #ec3035 !important;
    color: #fff !important;
    height: auto;
  }
}

/* ── Filtro mobile colapsável ── */
@media (max-width: 991px) {
  #filtro-panel { display: none; }
  #filtro-panel.filtro-aberto { display: block; }
}

/* Esconde radio boxes de tipo e bairro no mobile (substituídos por selects) */
@media (max-width: 991px) {
  #filtroTipos .filtro-form-box_options,
  #filtroBairros .filtro-form-bairro_box { display: none !important; }
  .mobile-select-dentro { display: block !important; }
}
@media (min-width: 992px) {
  .mobile-select-dentro { display: none !important; }
}

/* Home mobile: ajustes banner e busca */
@media (max-width: 991px) {
  .banner .item { height: 390px; }
  section.filtrar-imoveis-home { margin-top: -120px; }

  /* Separador "ou busque por referência" */
  .home-ref-divider {
    width: 100%;
    text-align: center;
    font-size: 0.72rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 4px 0 2px;
  }

  /* Campo referência mobile */
  .home-ref-form { width: 100%; }
  .home-ref-input-wrap { position: relative; }
  .home-ref-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec3035;
    font-size: 0.85rem;
  }
  .home-ref-input { padding-left: 32px !important; font-size: 0.88rem; }
}

/* Oculta lançamentos no aluguel (via JS toggle) */
#label-lancamentos.d-none-aluguel { display: none !important; }

/* Banner home: imagens mostram mais prédios, menos céu */
.banner-home .item img {
  object-fit: cover;
  object-position: center bottom;
  height: 100%;
  width: 100%;
}

/* Mobile: caixa de busca mais alta no banner */
@media (max-width: 991px) {
  section.filtrar-imoveis-home { margin-top: -270px; }
}

/* Imóvel mobile: ajustes layout */
@media (max-width: 991px) {
  /* Título menor */
  #page-imovel .title-page h1 { font-size: 24px; }

  /* Ícones em linha única */
  ul.imovel-icones-inline {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 16px !important;
    overflow-x: auto;
    padding: 0 0 4px !important;
    margin: 0 !important;
    list-style: none !important;
    align-items: flex-start;
  }
  ul.imovel-icones-inline > li {
    flex-direction: column !important;
    align-items: center !important;
    min-width: 60px !important;
    text-align: center !important;
    white-space: nowrap !important;
    padding: 0 !important;
  }
  ul.imovel-icones-inline > li:not([style*="none"]) { display: flex !important; }
  ul.imovel-icones-inline > li[style*="none"] { display: none !important; }
  ul.imovel-icones-inline li i { font-size: 1.3rem; margin-bottom: 4px; display: block; }
  ul.imovel-icones-inline li strong { font-size: 1rem; display: block; }
  ul.imovel-icones-inline li span { font-size: 0.7rem; color: #666; display: block; }
}
