* {
    font-family: "Open Sans", sans-serif;
}
.topo-header {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    height: 110px;
}
.right {
    display: flex;
    justify-content: flex-end;
}

.show-navbar-button {
    font-size: 25px;
    color: rgb(77, 77, 77);
}

.redesSociais a {
    font-size: 2.5em;
    padding-left: 10px;
    color: rgb(77, 77, 77);
}
.propertiesFilter {
    background-color: rgb(175, 175, 175);
}
.header {
    background-color: rgb(135, 135, 135);
}

.property-list {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    margin-top: 30px;
}
.divider {
    height: 1px;
    overflow: hidden;
    background-color: #ccc;
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.property-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #ccc;
    padding: 0.6em;
    color: #333;
    text-decoration: none;
    line-height: 1.3em;
    min-height: 170px;
}

.contactProperty {
    border: solid 1px rgb(135, 135, 135);
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-contactProperty {
    background-color: rgb(135, 135, 135);
    width: 100%;
    height: 50px;
}

.colorWhite {
    color: white;
}
.btn-contactProperty a:hover {
    color: #212529;
}
.contactPropertyMessage {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    color: white;
    display: grid;
}

.logoRodape img {
    width: 50%;
}
.showFilters {
    display: none;
}

.btn-search-desktop {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    font-size: 2em;
    margin-left: 0;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, transform 0.15s;
    vertical-align: middle;
    flex-shrink: 0;
}
.btn-search-desktop:hover {
    opacity: 0.75;
    transform: scale(1.08);
    text-decoration: none;
    color: inherit;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 0;
}

.propertiesFilter-form {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 6px;
    padding: 10px 0;
}

.filter-field {
    flex: 1 1 0;
    min-width: 0;
}

.filter-field--sm {
    flex: 0 0 10%;
    min-width: 80px;
}

.filter-field--btn {
    flex: 0 0 auto;
}

.filter-control {
    width: 100%;
    height: 38px !important;
    font-size: 0.82rem;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.filter-btn-submit {
    height: 38px;
    padding: 0 14px;
    font-size: 0.85rem;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 4px;
    line-height: 1;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
    .filter-field--sm {
        flex: 0 0 9%;
        min-width: 72px;
    }
    .filter-control {
        font-size: 0.77rem;
        padding: 4px 5px;
    }
    .btn-label {
        display: none;
    }
    .filter-btn-submit {
        padding: 0 10px;
        gap: 0;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1280px) {
    .filter-control {
        font-size: 0.80rem;
    }
    .filter-field--sm {
        flex: 0 0 9.5%;
        min-width: 76px;
    }
}
#headerMobile {
    display: none;
}

.external_id {
    font-size: 0.75em;
}

.texto-junto {
    line-height: 1.3em;
}
.shareButtons {
    border: solid 1px rgb(135, 135, 135);
    margin-top: 8px;
    text-align: center;
    justify-content: center;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.shareButtons a {
    font-size: 2em;
    margin-left: 10px;
}

.contentDP img {
    max-width: 100% !important;
}

.foneMenu {
    text-align: center;
    position: fixed;
    width: 100%;
    padding-right: 20px;
    bottom: 15px;
    font-size: 1.2em;
}

.foneMenu span {
    color: #ffffff;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.conteudo .cabecalho {
    margin-top: 50px;
    text-align: center;
}
.conteudo .cabecalho h1 {
    font-weight: 700;
}
.linhaFina {
    font-weight: 300 !important;
    font-size: 1.4em !important;
    margin-top: -12px;
    margin-bottom: 40px;
}
.contatoEnviado {
    width: 100%;
    text-align: center;
    background-color: rgb(221, 243, 213);
    padding: 10px;
}
.priceItem{
    position: absolute;
    bottom: 15px;
}
.info-property{
    padding: 15px;
}
#navbarDesktop{
    display: none ;
}
@media only screen and (min-width: 757px) {
    #navbarDesktop{
        display: flex ;
    }
}
@media screen and (max-width: 756px) {
    .info-property{
        padding: 0px;
    }
    .relationalProperties{
        padding: 0px;
    }
    .shareButtons a {
        margin-left: 0px;
    }
    .priceItem{
        position: absolute;
        display: grid;
        bottom: 15px;
    }
    .property-content {
        width: 50%;
    }

    .logoRodape img {
        height: auto;
    }
    .logoRodape {
        justify-content: center;
        align-items: center;
        text-align: center !important;
    }
    .phonesRodape {
        justify-content: center;
        align-items: center;
        text-align: center !important;
    }

    .redesSociais a {
        font-size: 1.5em;
    }

    .propertiesFilter {
        display: none !important;
    }
    
    .btn-search-desktop {
        display: none !important;
    }

    .mt-5,
    .my-5 {
        margin-top: 1rem !important;
    }

    .topo-header nav {
        display: contents;
    }
    .topo-header nav img {
        max-width: 250px;
        max-height: 70px;
        margin-right: auto !important;
    }
    #headerDesktop {
        display: none;
    }
    #headerMobile {
        display: block;
    }
    .property-info {
        min-height: 190px;
    }
}
@media screen and (min-width: 990px){
    .slick-slide img {
        min-height: 383px;
    }
    .slick-news .slick-list{
        max-height: 383px;
    }
}
@media screen and (min-width: 1200px){
    .slick-news .slick-list{
        max-height: 462px;
    }
    .slick-slide img {
        min-height: 462px;
    }
}
@media screen and (max-width: 756px){
    .slick-news .slick-list{
        max-height: 270px;
    }
    .slick-slide img {
        min-height: 270px;
    }
    .dropdown-menu {
        right: 180px !important;
    }
}

.whatsappfixoIcon {
    position: fixed;
    top: 84%;
    right: 1%;
    padding: 10px;
    z-index: 10;
  }
  
  .whatsappfixoIcon img {
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 0;
    transition: 0.4s;
  }
  
  .whatsappfixoIcon img:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.4s;
  }

.btn-search-mobile {
    background: transparent;
    border: none;
    font-size: 20px;
    padding: 0;
    margin-top: 2px;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgb(77, 77, 77);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.mobile-filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
    z-index: 9999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body.filter-overlay-open {
    overflow: hidden;
}

.mobile-filter-panel {
    background: #fff;
    border-radius: 0 0 20px 20px;
    width: 100%;
    padding: 0 0 24px 0;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    animation: slideDownPanel 0.22s ease;
}

@keyframes slideDownPanel {
    from { transform: translateY(-18px); opacity: 0.6; }
    to   { transform: translateY(0);     opacity: 1;   }
}

.mobile-filter-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px 14px 20px;
    border-bottom: 1px solid #eee;
}

.mobile-filter-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 6px;
}

.mobile-filter-close {
    background: transparent;
    border: none;
    font-size: 1.3rem;
    color: #666;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 50%;
    line-height: 1;
    transition: background 0.15s, color 0.15s;
}
.mobile-filter-close:hover {
    background: #f0f0f0;
    color: #222;
}

.mobile-filter-form {
    padding: 16px 20px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mobile-filter-field {
    width: 100%;
}

.mobile-filter-control {
    width: 100%;
    height: 48px;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 0.97rem;
    color: #333;
    background-color: #fafafa;
    appearance: auto;
    -webkit-appearance: auto;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.18s, box-shadow 0.18s;
}
.mobile-filter-control:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76,175,80,0.13);
    background-color: #fff;
}
select.mobile-filter-control {
    cursor: pointer;
}

.mobile-filter-submit {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 4px;
    transition: opacity 0.15s, transform 0.12s;
}
.mobile-filter-submit:hover {
    opacity: 0.92;
    transform: scale(1.01);
}