.site-main {
    width: 100% !important;
}

.container {
    display: flex;
    justify-content: space-between; /* Isso garantirá que os elementos filhos sejam empurrados para os extremos opostos do contêiner */
}

.main-column {
    width:80%; /* Define a largura para 73%, sem crescer ou encolher */
    padding: 15px 0 15px 15px;
    max-height: 100%;
    overflow-y: auto;
    margin-left: auto; /* Empurra o elemento para a direita */
}

.sidebar {
    flex: 22%; 
    height: 100%; 
    float: left;
}

.sidebar-property-elements {
    position: relative; /* Adicione isso */
    height: 100%;
    padding: 20px 20px 20px 20px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    background:#fff;
    padding: 20px 15px 15px 15px;
}

.sidebar-property-button {
    flex: 25%; 
    text-align: center;
    padding: 10px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #ccc;
    box-shadow: 0px 13px 22px -13px rgba(0, 0, 0, 0.1);
    background:#fff;
    height:70px;
}

.sidebar-property-button-style {
    width: 48% !important;
    margin: 1% !important;
    border-radius:7px !important;
    padding: 15px 20px !important;
    background: #683de6 !important;
    color: white !important;
    font-weight: 600 !important;
    float:left;
}
.sidebar-property-button-style:hover {
    background: #4928ac !important;
}
.sidebar-property-button-style-homepage {
    width: 100% !important;
    margin: 1% !important;
    border-radius:7px !important;
    background: #2f2f2f !important;
    padding: 20px !important;
    position:relative;
    left: -4px;    
}

.sidebar-property-filter {
    display:none;
}

/* Estilização da barra de rolagem */
.sidebar-property-elements::-webkit-scrollbar {
    width: 6px;
}

.sidebar-property-elements::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    margin: 5px;
}

.sidebar-property-elements::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
    margin: 5px;
}

.sidebar-property-elements::-webkit-scrollbar-thumb:hover {
    background: #a4a4a4;
    margin: 5px;
}

.property-list h2 {
    margin-top: 0;
    padding-top: 0;
}

.property-link {
    text-decoration: none;
    color: inherit;
}

.property-link:hover .custom-div {
    background-color: #000; /* Substitua pela cor desejada */
}

.property-link:hover .right-section h4 {
    color:#000; /* Substitua pela cor desejada */
}

.full-width {
    width: 100%;
}


.input-container {
    display: flex;
    justify-content: space-between;
}

.input-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.half {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    box-sizing: border-box;
}

.one-third {
    flex: 1 1 33.3333%;
}

.one-fourth {
    flex: 1 1 25%;
}

/* Estilização do formulário */
#custom_property_searchform {
    width: 100%;
}

#custom_property_searchform label {
    margin-bottom: 5px;
    margin-top: 5px;
}

#custom_property_searchform input[type="text"],
#custom_property_searchform input[type="tel"],
#custom_property_searchform select {
    width: 100% !important;
    padding: 0 0px 0 35px;
    margin-bottom: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    min-height: 60px;    
}

/* Estilização do formulário */
#custom_property_searchform_home {
    width: 100%;
}

#custom_property_searchform_home label {
    margin-bottom: 5px;
    margin-top: 5px;
}

#custom_property_searchform_home input[type="text"],
#custom_property_searchform_home select {
    width: 100% !important;
    padding: 8px 20px 10px 40px !important;
    margin-bottom: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #949494;
    font-size: 18px;
    background:#fff;
    
}

/* Estilização do formulário */
#custom_property_sale_form {
    width: 100%;
}

#custom_property_sale_form label {
    margin-bottom: 5px;
    margin-top: 5px;
}

#custom_property_sale_form input[type="text"],
#custom_property_sale_form select {
    width: 100% !important;
    padding: 8px 20px 10px 40px !important;
    margin-bottom: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #949494;
    font-size: 18px;
    
}

#custom_property_searchform_code input[type="text"],
#custom_property_searchform_code select {
    width: 100% !important;
    padding: 8px 20px 10px 40px !important;
    margin-bottom: 10px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    color: #949494;
    font-size: 18px;
    
}

.form-text {
border-radius: 10px !important;
    height: 50px !important;
    border: 1px solid #ccc !important;
}

.form-select {
    border-radius: 10px !important;
    height: 50px !important;
    border: 1px solid #ccc !important;
}

.form-input {
    border-radius: 10px !important;
    height: 50px !important;
    width:100%;
    border: 1px solid #ccc !important;
}

.form-select-home {
    border-radius: 10px !important;
    height: 65px !important;
}

.form-input-home {
    border-radius: 10px !important;
    height: 65px !important;
    width:100%;
    padding: 10px 0px 0px 0px;
}

.label-property{
    font-weight:600;
}
.label-property-space {
    margin-top:20px;
}

.dashicons-arrow-down-alt2 {
    float:right;
    font-size:15px;
}
.dashicons-arrow-up-alt2 {
    float: right;
    font-size: 15px;
}

.custom-div {
    width: 100%;
    border-radius: 0px;
    box-sizing: border-box;
    display: flex; 
    margin-bottom: 25px;
}
.custom-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.clickable-div {
    cursor: pointer;
}

.left-section {
    width: 40%; 
    position: relative;
}

.right-section {
    width: 60%;
    padding: 10px;
    border: 1px solid #ddd;
    border-left:0px;
    border-radius: 5px;
    margin-left: 5px;
    background:#fff;
    position:relative;
}

.slider-gallery {
    height: 280px;
    display: flex;
    position: relative;
}

.slider-image {
    flex-shrink: 0; 
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: hidden; /* Adicionado para remover a barra de rolagem */
    display: flex;
    align-items: center; /* Centraliza verticalmente */
    justify-content: center; /* Centraliza horizontalmente */
    border-radius: 5px;
}

.slider-image img {
    width: 100%; 
    height: auto;
    max-height: 280px;
    min-width: 100%; /* Garante que a largura mínima seja 100% */
    min-height: 100%; /* Garante que a altura mínima seja 100% */
    object-fit: cover; /* Faz com que a imagem cubra o contêiner */
    height: 2500px;
}
/* Estilos para as setas, que assumi que serão adicionadas via JavaScript ou outro método */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    border: none;
    cursor: pointer;
    z-index: 10;
}

.slick-next { 
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    color: #fff !important;
    background:#555;
    border: none;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 40px;
    font-size: 25px;
    border-radius: 10px 0px 0px 10px;
}

.slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    background:#555;
    border: none;
    cursor: pointer;
    z-index: 10;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    height: 40px;
    font-size: 25px;
    border-radius: 0px 10px 10px 0px;
}


.slick-prev:active {
    border-radius: 0px 10px 10px 0px;
    color:#fff;
}

.slick-prev:hover {
    border-radius: 0px 10px 10px 0px;
    color: #fff !important;
}

.slick-next:active {
    border-radius: 10px 0px 0px 10px;
    color:#fff;
}

.slick-next:hover {
    border-radius: 10px 0px 0px 10px;
    color: #fff !important;
}

.single-thumbnail .slider-image img {
   
}

/* Estilo para o pré-carregador */
.preloader {
    border: 16px solid #f3f3f333;
    border-top: 16px solid #b0b0b026;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.5s linear infinite;
    position: absolute;
    top: 45%;
    left: 45%;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}

.single-preloader {
    border: 16px solid #f3f3f333;
    border-top: 16px solid #b0b0b026;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 0.5s linear infinite;
    position: absolute;
    top: 45%;
    left: 48%;
    right: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}


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

/* Ocultar as imagens inicialmente */
.slider-image img {
    display: none;
}

.checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    cursor: pointer;
    padding: 3px;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
}

.checkbox-item:hover {
    background-color: #f5f5f5;
}

.checkbox-item input[type="checkbox"] {
    margin-right: 5px;
}

.checkbox-item label {
    margin: 0; /* Remova margens adicionais */
}

.margin-bottom-top {
    margin-bottom:15px;
    margin-top:10px;
}


.btn-group {
    display: flex !important; /* Ativa o Flexbox */
    justify-content: space-between; /* Distribui os itens igualmente ao longo do eixo principal */
    margin-bottom: 10px;
}

.btn-select {
    flex: 1; /* Faz com que cada item cresça igualmente para ocupar o espaço disponível */
    margin-right: 0; /* Removemos a margem à direita */
    margin-left: 5px; /* Adiciona uma margem à esquerda para separação, se desejar */
    position: relative;
    display: flex; /* Para centralizar o <span> dentro do <label> */
    justify-content: center; /* Centraliza horizontalmente */
}

/* A primeira margem à esquerda do botão deve ser 0 para alinhar corretamente */
.btn-group .btn-select:first-child {
    margin-left: 0;
}

.btn-select input[type="checkbox"] {
    display: none;
}

.btn-select span {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    background-color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
}

.btn-select:hover span {
    background-color: #e0e0e0;
}

.btn-select input[type="checkbox"]:checked + span {
    background-color: #999;
    color: #fff;
    font-weight: 600;
}
.selected-tag {
    background: #643fde;
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    margin-bottom: 2px;
}
.selected-tag-home {
    background: #643fde;
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
    display: inline-flex;
    margin-bottom: 2px;
}
.remove-tag {
    margin-left:10px;
}

#neighborhood_results {
    display: none;
}

#neighborhood_results.search-active {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: -4px 8px 16px -7px #00000045;
    margin-bottom: 10px;
    overflow-y: auto;
    padding: 0px;
    position: unset;
    max-height: 15vw;
    background: #f9f9f9;
    top: 50px;
    position: absolute;
    width: 100%;
    z-index:999;

}

/* Estilização da barra de rolagem para .neighborhood_results */
#neighborhood_results::-webkit-scrollbar {
    width: 6px;
}

#neighborhood_results::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 0px;
    margin: 5px;
}

#neighborhood_results::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
    margin: 5px;
}

#neighborhood_results::-webkit-scrollbar-thumb:hover {
    background: #a4a4a4;
    margin: 5px;
}

.hrlist {
    margin-bottom: 9px !important;
    margin-top: 9px !important;
    background:  #eee;
}

.city_neighborhood_item {
    transition: background-color 0.3s;
    padding: 10px;
    font-size: 15px;
    background: #f9f9f9;
    margin: 0px;
    cursor: pointer;
}

.city_neighborhood_item:hover {
    padding: 10px;
    font-size: 15px;
    background: #f4f4f4;
    margin: 0px;
    cursor: pointer;
}

.thumbnail-link {
    display: block;
    width: 100%;
    height: 100%;
  }

.preloaderlist {
    position: relative;
    display: none;
}

.input-group {
    position: relative;
}

.input-group .preloaderlist i.fa-solid.fa-spinner.fa-spin {
    position: absolute;
    right: 10px;
    bottom: -35px;
    transform: translateY(-50%);
}

.input-group input {
    padding-left: 30px;
}

/* Estilo para .property-launch-type */
.property-launch-type {
    background: #8e8e8e;
    position: absolute;
    z-index: 999;
    color: #fff;
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 2px 2px 0px 0px;
    left: 7px;
    bottom: 0;
}

/* Estilo para .property-post-id */
.property-post-id {
    background: #222222;
    border-right: 5px solid #ccc; /* Adiciona a borda laranja na lateral direita */
    position: absolute;
    z-index: 999;
    color: #fff;
    padding: 0px 10px;
    border-radius: 0px 0px 2px 2px;
    font-size: 12px;
    top: 0px;
    left: 7px;
}

.property-discount-price {
    font-size: 15px;
    color: #555;
    line-height: 20px;
}
.property-price-label {
    font-size: 14px;
    color: #555;
    margin-bottom: -10px;
}
.property-price {
    font-size:25px;
    font-weight: 600;
    color:#555;
}

.price_property {
    position: absolute;
    bottom: 0;
    left: 0; /* Alinha à esquerda */
    margin-bottom: 10px;
    margin-left: 10px;
}
.condominium-font-search {
    font-size: 18px;
    color: #555;
    font-weight: 600;
}
.message {
    margin-right: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
}

.favorite-btn {
    margin-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px; 
}

.share-btn {
    margin-right: 10px;
    position: absolute;
    top: 60px;
    right: 0px;
    margin-top: 10px
}

.general-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.general-item-single {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 30px;
    justify-content: space-around;
    text-align: center;
    border-radius: 5px;
}
.alert-item-single {
    display: flex;
    gap: 20px;
    background: #fff;
    padding: 20px;
    margin-top: 45px;
    text-align: left;
    border-radius: 5px;
}

.client-item-single {
    display: flex;
    gap: 20px;
    border: 1px solid #f7f7f7;
    padding: 20px;
    margin-top: 45px;
    background: #fff;
    text-align: left;
    border-radius: 5px;
}
.client-item-single-data {
    border: 1px solid #f7f7f7;
    padding: 20px;
    margin-top: 45px;
    background: #fff;
    text-align: left;
    border-radius: 5px;
}

.property-meters, .property-bedrooms, .property-meters-area, .property-bathrooms, .property-suite, .property-garage {
    display: flex;
    align-items: center;
}
.icon {
    margin-right: 5px;
}
.icon-single {
    color:#555555;
}
.property-location {
    margin-top:0px;
    margin-bottom:10px; 
    font-size:15px;
}

.property-tag {
    background: #264c5b;
    padding: 0px 4px;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    border-radius: 3px;
    margin-right: 4px;
    font-weight:600;
}


.address-properties {
    font-size: 14px;
}

.description-search {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Estilização da posição da paginação */
.position-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

/* Estilização básica dos números da página */
.page-numbers {
    background: #8e8e8e;
    padding: 5px 10px;
    border-radius: 10px;
    margin: 2px;
    color: #fff;
    text-decoration: none; 
    transition: background-color 0.3s, color 0.3s;
}

/* Estilização do hover dos números da página */
.page-numbers:hover {
    background: #a9a9a9;
    color: #eaeaea;
}

/* Estilização do active dos números da página */
.page-numbers:active {
    background: #6e6e6e;
    color: #dedede;
}

/* Estilização para o número da página atual */
.page-numbers.current {
    background: #555;
    pointer-events: none; 
}

/* Estilos para o formulário de ordenação */
.orderby {
    border: 1px solid #ccc;
    width: 100%;
    padding: 5px !important;
    height: 40px !important;
}

.order-form {
    width: 100%;
    overflow: auto; /* Para limpar os floats */
}

.order-left {
    float: left;
    width: 75%;
    height: 40px;
    display: flex;
    align-items: center;
}  
  
.order-right {
    float: right;
    width: 25%;
    margin-bottom: 20px;
}
.detail-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-right:10px;
}
.detail-items-single {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom:20px;
}

.detail-item {
    background: #f9f9f9;
    color: #683de6;
    border: 1px solid #683de6;
    padding: 3px 19px;
    font-weight: 600;
    border-radius: 15px;
    line-height: 1.5em;
    font-size: 14px;
    margin: 0px;
}
.single-detail-item{
    background: #683de6;
    color: #fff;
    font-weight: 600;
    padding: 5px 6px;
    border-radius: 20px;
    font-size: 15px;
    line-height: 1.5em;
}

.count-label {
 font-size:20px;
}

.plus-count {
    padding: 0px 5px;
    border-radius: 5px;
    color: #fff;
    background: #555;
}
.title-archive {
    font-size:15px !important;
    margin-top: 14px;
    color:#555 !important;
}
.sidebarToggle {
    display:none;
}
.result-style {
    text-align: center;
    margin-top: 30px;
}
.label-city-ajax {
    font-size: 10px;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    margin-top: 0px;
}
.label-neighborhood-ajax {
    font-size: 10px;
    font-weight: 600;
    padding: 0px 10px 0px 10px;
    margin-top: 0px;
}
.icon-search-home {
    position: absolute;
    margin-top: 20px;
    margin-left: 15px;
    color: #683de6;
}
.icon-search {
    position: absolute;
    color: #683de6;
    top: 17px;
    font-size: 14px;
    left: 10px;
    border-radius: 10px;
}

.tag-space {
    margin-bottom:7px;
    margin-top: -5px;
}
#custom_property_searchform_code {
    display: none; /* Esconde o formulário de substituição inicialmente */
}

#changeFormButton {
    display: inline-block; /* Mantém o botão como elemento de bloco inline */
    padding: 5px 10px;
    background-color: #683de6;
    color: white;
    border: none;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#changeFormButton:hover {
    background-color: #68a0dc;
}

.whatsapp-btn {
    background: #35d26d !important;
    color:#fff !important;
    border-radius: 30px;
    border: 2px solid #35d26d;
}
.phone-btn {
    border-radius: 30px;
    background: #ffffff !important;
    color: #FDCE0E !important;
    border: 2px solid #FDCE0E;
}
.email-btn {
    background:  #FDCE0E;
    border-radius: 30px;
    color:#fff;
    border: 2px solid #FDCE0E;
}

.phone-btn:hover {
    background: #ffffff !important;
    color: #FDCE0E !important;
    border: 2px solid #FDCE0E;
}
.email-btn:hover {
    background: #FDCE0E;
    border: 2px solid #FDCE0E;
    
}

.single-btn-contact {
    background: #FDCE0E !important;
    color:#fff !important;
    border-radius: 30px;
}
.whatsapp-btn:hover {
    background: #289d51 !important;
    color:#fff !important;
    border-radius: 30px;
    border: 2px solid #289d51;
}
.single-btn-contact:hover {
    background: #FDCE0E !important;
    color:#fff !important;
    border-radius: 30px;
}
.single-btn-contact-phone {
    background: #ffffff !important;
        color: #FDCE0E !important;
        border: 2px solid #FDCE0E;
        border-radius: 30px;
}
.single-btn-contact-phone:hover {
    background: #ffffff !important;
        color: #FDCE0E !important;
        border: 2px solid #FDCE0E;
        border-radius: 30px;
}
.single-btn-contact-phone:focus {
    background: #ffffff !important;
    color: #ca710b !important;
    border: 2px solid #ca710b;
    border-radius: 30px;
}
    
.h1-single-contact {
    color: #555;
    font-size: 19px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.space-input {
    margin: 7px 0;
}
.message-input-single {
    height:90px !important;
}
.form-input:focus {
    border: 1px solid #265365 !important;
    outline: none;
}
.p-config {
    margin: 0 0 10px 0 !important;
    text-align:center !important;
}
.legal-text-label {
    font-size: 12px;
    line-height: 15px;
    padding: 0 15px;
    margin-top: 5px;
    text-align: center;
}
.dot-separator {
    font-size: 30px;
    position: relative;
    bottom: -6px;
}
.dot-separator-item {
    position: relative;
    bottom: 3px;
    margin: 0px 4px;
    font-size: 20px;
}
.dot-separator-cond {
    font-size: 30px;
    position: relative;
    bottom: -6px;
}
.button-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.button-group-two {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


.offer-button {
    flex: 1 1 48%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: white;
    margin: 2px 2px;
    color: #555;
    font-weight: 600;
    padding: 16px;
    line-height: 22px;
}

.offer-button:hover {
    border: 1px solid #ddd;
    background: white;
    color: #555;
}

.offer-button:active {
    border: 1px solid #555;
    background: white;
    color: #555;
}

/* Se houver apenas um botão em uma linha (por exemplo, o botão de lançamentos), ele ocupa 100% do espaço */
.button-group:only-child .offer-button {
    flex-basis: 100%;
}

.offer-button.selected {
    border: 2px solid #683de6;
    background: #f9f9f9;
    color: #683de6;
}

.type-button {
    flex: 1 1 48%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: white;
    margin: 2px 2px;
    color: #555;
    font-weight: 600;
    padding: 16px;
    line-height: 22px;
}

.type-button:hover {
    border: 1px solid #ddd;
    background: white;
    color: #555;
}

.type-button:active {
    border: 1px solid #555;
    background: white;
    color: #555;
}

.button-group-two:only-child .type-button {
    flex-basis: 100%;
}

.type-button.selected {
    border: 2px solid #683de6;
    background: #f9f9f9;
    color: #683de6;
}

#custom_property_searchform .icons-input input[type="text"],
#custom_property_searchform .icons-input select {
    padding: 0 20px 0 0 !important;
}


.desktop {
    display: block;
}
.mobile {
    display: none; 
}
.property-basic-breadcumb {
    text-align: center;
    padding-bottom: 10px;
    font-size:17px;
}

.mobile-archive-btn {
    margin: 5px 5px 0px 0px;
}

.share-bnt-modal {
    border-radius: 10px;
    border: 2px solid #555;
    padding: 15px;
    font-size: 17px;
    text-align: center;
    display: block;
    margin: 10px 0px;
}

#favorite-buttons {
    display: inline-flex;
}

.favorite-form {
    margin: 0; /* Remove margens padrão */
    padding: 0; /* Remove preenchimentos padrão */
}

.tag-form-data-user-parent {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 12px;
}

.tag-form-data-user {
    display: inline;
    background: #FDCE0E;
    margin: 2px;
    padding: 1px 3px;
    color: #fff;
}
.desktop-off {
    display:none;
}

@media only screen and (max-width: 767px) {
    .mobile-off{
        display:none;
    }
    .desktop-off {
        display:block;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none; 
    }    

    .title-mobile {
        font-size:25px !important;
    }
    
    .half {
        width: 100%;
    }
    .property-location {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 15px;
        margin-top: 20px;
    }

    .message {
        margin-right: 0px;
        margin-bottom: -15px;
        background: #ffffff;
        padding: 5px 8px 4px 8px;
        border-radius: 20px;
    }

    .dot-separator-cond {
        display:none;
    }

    .modal-content {
        width: 80%;
    }
    
    .container {
        display: block;
    }
    .custom-div {
        display: block;
    }
    .sidebar {
        width: 100%;
        height: 100%;
        position: fixed; /* Fixa a barra lateral na tela */
        top: 0;
        left: 0;
        overflow-y: auto; /* Adiciona rolagem se o conteúdo for muito longo */
        background-color: white; /* Escolha a cor de fundo desejada */
        z-index: 2000; /* Garante que a barra lateral fique acima de outros elementos */
        transform: translateX(-100%); /* Inicia fora da tela */
        transition: transform 0.3s ease-in-out; /* Animação suave */
    }

    .sidebar.open {
        transform: translateX(0); /* Move a barra lateral para a tela */
    }
    .main-column {
        width: 100%;
        padding: 0px 1px 15px 1px !important;
    }

    .left-section {
        width:100%;
    }
    .right-section {
        width:100%;
        height:260px;
        margin-left: 0px;
    }

    .property-discount-price {
        font-size: 10px;
        margin-top: -22px;
        border-radius: 10px 10px 0px 0px;
        background: #fff;
        padding: 0px 5px;
    }
    .property-price-label {
        font-size: 12px;
    }
    .price_property {
        position: static;
        padding: 0px 0;
        margin-left: 0px;
    }
    .condominium-font-search {
        font-size: 15px;
        position: static; /* Desfaz o posicionamento absoluto */
        display: block; /* Ocupa a linha inteira, forçando o texto seguinte a começar em uma nova linha */
        margin-bottom: 10px; 
        text-align: right;
        line-height: 5px;
        color: #939191;
    }
    .property-price {
        font-size: 18px;
        font-weight: 900;
        color: #555;
        margin-top: -8px;
        text-align: right;
        line-height: 37px;
    }
    .price_property-mobile-ajust {
        position: absolute;
        top: 10px;
        right: 10px;
    }
    
    .price_condominium {
        width: 60%; /* Ajuste a largura conforme necessário */
    }
    .property-meters, .property-bedrooms, .property-meters-area, .property-bathrooms, .property-garage {
        display: flex;
        align-items: center;
        font-size:12px;
    }
    .property-meters-single, .property-suite-single, .property-bedrooms-single-single, .property-bedrooms-single, .property-meters-area-single, .property-bathrooms-single, .property-garage-single {
        display: block;
        font-size: 14px;
        line-height: 27px;
        width: 30%;
        box-sizing: border-box;
        padding: 5px;
    }
    
    .code-id-title {
    padding: 4px;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    position: relative;
    top: 5px;
    font-weight: 400;
    background:#643fde;
    }

    .favorite-btn {
        top: -280px;
    }

    .order-left {
        width: 60%;
    }
    .order-right{
        width: 40%;
    }
    .count-label {
        font-size: 14px;
        line-height: 20px;
    }
    .orderby {
        height: 30px !important;
    }

    .detail-item {
        padding: 3px 17px;
        border-radius: 15px;
        line-height: 1.5em;
        font-size: 14px;
        margin: 5px 0;
    }
    .sidebar-property-elements {
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 60px 15px 70px;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
        background: #fff;
        overflow-y: auto;
        width:100%;
    }
    .sidebar-property-button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        border-radius: 0; 
        box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000; 
    }
    .sidebar-property-filter {
        display:block;
        position: fixed;
        padding: 15px;
        background:#fff;
        top: 0;
        left: 0;
        width: 100%;
        border-radius: 0; 
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1000; 
    }
    #sidebarClose {
        position: absolute;
        top: 0;
        right: 0;
        padding: 15px;
        font-size: 26px;
    }
    #sidebarToggle {
        width: 100%;
        border: 3px solid #ababab;
        border-radius: 0px;
        background: #fff;
        color: #ababab;
    }
    .sidebarToggle {
        display: block;
        position: absolute;
        width: 100%;
        left: 0;
        margin-top:-2px;
        padding: 8px 10px 8px 10px;
        background: #fff;
        z-index: 1000;
        transition: top 0.3s;
    }
    .order-left {
        margin-top: 65px;
    }
    .order-right {
        margin-top: 70px;
    }
    .share-btn {
        top: -280px;
        right: 40px;
        margin-top: 10px;
    }
    #neighborhood_results.search-active {
        max-height: 60vw;
    }
    .detail-items {
        flex-wrap: nowrap; /* Impede a quebra de linha */
        overflow-x: auto; /* Habilita a rolagem horizontal */
        -ms-overflow-style: none; /* IE e Edge */
        scrollbar-width: none; /* Firefox */

        /* Webkit (Safari, Chrome) */
        &::-webkit-scrollbar {
            display: none;
        }
    }

    .detail-item {
        flex: 0 0 auto; /* Impede que os itens cresçam e sejam empurrados para a próxima linha */
    }

    .general-item {
        margin-top: 5px;
        margin-bottom: 10px;
        line-height: 16px;
        font-size: 14px;
    }
    .general-item-single {
        margin-top: 5px;
        margin-bottom: 12px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px;
        line-height: 15px;
    }
    .alert-item-single {
        margin-top: 5px;
        margin-bottom: 12px;
        display: flex;
        gap: 14px;
        line-height: 15px;
        justify-content: left;
    }
    
    
    .title-archive {
        font-size: 15px !important;
        margin-top: 5px;
        color: #555 !important;
    }    
    .mobile-archive-btn {
        padding: 6px 15px;
        margin: 5px 5px 5px 0px;
    }
    .result-style {
        text-align: center;
        margin-top: 80px;
    }
    .slider-gallery {
        height: 280px;
    }
    .slider-image img {
        max-height: 280px;
    }
    .single-slider-image img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
        
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .container {
        display: block;
    }

    .custom-div {
        display: block;
    }

    .sidebar {
        width:100%;
    }

    .main-column {
        width:100%;
    }

    .left-section {
        width:100%;
    }
    .right-section {
        width:100%;
    }
}


/* Página Single Property*/

.single-full-container {
    display: block;
    width:100%;
}

.single-full-width-content {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 100px;
   }
.single-full-width {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 100px;
}

.single-gallery {
    width: 100vw;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-color: #555;
    background-size: 250px;
}

.fancybox-progress {
    background: #683de6 !important;
}

.single-title {
    font-size: 30px;
    margin-right: 40px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 5px;
}

.single-slick-slider {
    height: 100%;
}

.single-slider-image {
    flex: 0 0 auto; /* Permite que cada slide tenha largura automática */
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-slider-image img {
    display: none;
}

.single-sidebar {
    padding: 25px 0;
    width: 30%;
}

.single-contact {
    padding: 25px ;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}

.single-sidebar-sticky {
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    z-index: 1000;
    box-shadow: 0px 10px 12px 2px rgba(0, 0, 0, 0.20);
}

.single-content-area {
    display: flex; /* Isso deve ser 'display', não 'position' */
}

.single-main-column {
    padding: 25px 10px 80px 0px;
    width: 75%;
}

.single-btn {
    padding: 30px 30px;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 80px !important; /* Ajuste conforme necessário */
}

.fancybox-thumbs {
    display: flex; /* Torna o container um flex container */
    justify-content: center; /* Alinha os itens ao centro no eixo principal (horizontal) */
    align-items: center; /* Alinha os itens ao centro no eixo transversal (vertical) */
    top: auto !important;
    bottom: 0 !important;
    right: auto !important;
    left: 0 !important;
    width: 100% !important;
    height: 80px !important; /* Ajuste a altura conforme necessário */
    overflow-x: auto !important; /* Habilita rolagem horizontal */
    overflow-y: hidden !important; /* Oculta rolagem vertical */
    background: #1d1d1dbf !important;
}

.fancybox-thumbs .fancybox-thumbs__list {
    display: inline-flex; /* Torna a lista de miniaturas um flex container inline */
    flex-wrap: nowrap; /* Impede quebra de linha */
}
.fancybox-thumbs .fancybox-thumbs__list {
    display: flex; /* Mantém o flexbox para alinhar os itens */
    flex-direction: row; /* Alinha os itens na horizontal */
    justify-content: center; /* Centraliza os itens na horizontal */
    flex-wrap: nowrap; /* Impede que os itens sejam quebrados em várias linhas */
    width: auto; /* Permite que a largura da lista se ajuste ao conteúdo */
    margin: 0 auto; /* Centraliza a lista no container */
}

.fancybox-thumbs .fancybox-thumbs__list .fancybox-thumbs__thumb {
    flex: 0 0 auto; /* Evita que os itens sejam espremidos ou esticados */
}

.fancybox-thumbs__list a {
    max-width: calc(100px - 10px) !important;
    min-width: calc(90px - 10px) !important;
}

.fancybox-thumbs__list a:before {
    border: 4px solid #683de6 !important;
}
.single-label-div {
    padding:15px 0 0px 0;
}
.single-label-div-detail {
    padding:40px 0 15px 0;
}

.single-label {
    font-size:17px;
    margin-bottom: 0 !important;
}
.single-label-link-map-div{
    padding:0 0 15px 0;
    margin-bottom:20px;
}
.single-label-link-map {
    font-size:17px;
    font-weight:700;
    color:#683de6;
    margin-bottom: 0 !important;
}
.single-price-div {
    font-size: 35px;
    margin-right: 40px;
    color: #555;
    margin-top: 5px;
    font-weight: 500;
}
.single-gallery-btn {
    z-index: 9999;
    position: relative;
    top: 20px;
    margin-right: 5px;
    padding: 10px 20px;
    background: #683de6;
    color: white;
    font-weight: 600;
    border-radius:5px;
}
.single-gallery-btn:hover {
    color:#cbeaf1;
}
.single-gallery-btn:focus{
    color:#cbeaf1;
}

.single-contact-btn {
   width:100%; 
   margin: 4px 0;
}

.single-content-btn-primary {
    margin-right: 5px;
    padding: 15px 20px;
    background: #683de6;
    color: white;
    font-weight: 600;
}
.single-content-btn-primary:hover {
    background: #683de6;
    color:#cbeaf1;
}
.single-content-btn-primary:focus {
    background: #683de6;
    color:#cbeaf1;
}
.single-content-btn-secondary {
    margin-right: 5px;
    padding: 15px 20px;
    background: #683de6;
    color: white;
    font-weight: 600;
}
.single-content-btn-secondary:hover {
    background: #683de6;
    color:#cbeaf1;
}
.single-content-btn-secondary:focus {
    background: #683de6;
    color:#cbeaf1;
}

.single-gallery-btn-div {
    position: absolute;
    z-index: 999;
}

.single-page {
    margin:45px 0;
}
.code-id-title {
    background: #683de6;
    padding: 2px 10px 2px 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.single-map {
    width: 100%; height: 450px;
}
.single-img-client {
    display: block; 
    margin: 0 auto; 
    width: 60px; 
    height: 40px; 
    object-fit: contain; 
}
.single-client{
    margin: 0px 0 5px 0;
    text-align: center;
    font-size:15px; 
    margin-bottom: 5px !important;

}
.single-creci{
    margin: 10px 0;
    font-size: 11px;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 10px;
}
.single-name{
    margin: 10px 0;
    font-size: 12px;
    text-align: center;
    margin-top: -35px;
    margin-bottom: 10px;
}

#ast-scroll-top {
    background-color: #683de6;
}
.cod-letter {
    font-size:10px;
}
.blue-link {
    color:blue;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 15px;
    margin: 1px 2px;
    padding: 0px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 25px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .50;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    font-size: 35px;
    opacity: 1;
    color: white;
}

.detail-button.selected {
    /* Estilo para botão selecionado */
    background-color: blue;
    color: white;
}

.detail-button {
    /* Estilo para botão não selecionado */
}

/* Modais de contato */
.modal {
    display: none; /* Escondido inicialmente */
    position: fixed; /* Fixo na tela */
    z-index: 999999; /* Sobre outros elementos */
    left: 0;
    top: 0;
    width: 100%; /* Largura total */
    height: 100%; /* Altura total */
    overflow: auto; /* Habilita a rolagem se necessário */
    background-color: rgba(0,0,0,0.7); /* Fundo preto com opacidade */
  }
  
  .modal-content {
    margin: auto;
    padding: 40px 20px;
    width: 30%;
  }
  
  .close {
    color: #ffffff;
    float: right;
    font-size: 30px;
    padding: 0px 6px;
    font-weight: bold;
    background: #262626;
    border-radius: 20px;
  }
  
  .close:hover,
  .close:focus {
    color: #f0eded;
    text-decoration: none;
    cursor: pointer;
  }

  .phone-number {
    text-align:center;
    font-size:35px;
    font-weight:400;
  }

  .box {
    padding: 10px;
    background: #fff;
    margin-top: 30px;
  }

  .modal-thank-you {
    text-align:center;
  }
  .buttons-mobile {
     display:none;
  }


@media only screen and (max-width: 767px) {
    .buttons-mobile-padding{
        padding:5px 2px;
    }
    .buttons-mobile {
        display: flex;
        position: fixed;
        box-shadow: 0px 6px 26px rgba(0, 0, 0, 0.2);
        z-index: 9999;
        width: 100%;
        bottom: 0px;
        left: 0;
        background: #fff;
     }   
    .single-title {
        font-size: 23px;
    }
    .single-full-width-content {
        padding: 0 0;
       }
    .single-full-width {
        padding: 0 0;
    }
    .single-sidebar {
        display:none;        
    }
    .modal-content {
        width:100%;        
    }
    .single-contact {
        width:100%;
        padding: 40px 10px;
    }
    .single-label {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 0 !important;
    }
    .single-main-column {
        padding: 25px 0px 80px 0px;
        width:100%;
    }
    .single-gallery {
        width: 100vw;
        height: 100%;
        overflow: hidden;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        background-color: #555;
        background-size: 250px;

    }
        
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .single-full-width-content {
        padding: 0 0;
       }
    .single-full-width {
        padding: 0 0;
    }
}