.elementor-68 .elementor-element.elementor-element-4669897 > .elementor-container{max-width:1266px;min-height:234px;}.elementor-68 .elementor-element.elementor-element-ceb44e3 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-68 .elementor-element.elementor-element-b931446{text-align:left;}.elementor-68 .elementor-element.elementor-element-b931446 .elementor-heading-title{color:#434343;font-family:"Poppins", Sans-serif;font-size:30px;font-weight:600;}.elementor-68 .elementor-element.elementor-element-ba984f9{text-align:left;color:#575757;font-family:"Inter", Sans-serif;font-size:13px;font-weight:400;}.elementor-68 .elementor-element.elementor-element-ba984f9 > .elementor-widget-container{margin:0px 0px 12px 0px;}.elementor-68 .elementor-element.elementor-element-743751f .elementor-button{font-family:"Inter", Sans-serif;font-weight:500;fill:#405FF2;color:#405FF2;background-color:#61CE7000;transition-duration:0.2s;border-style:solid;border-color:#405FF2;}.elementor-68 .elementor-element.elementor-element-743751f .elementor-button:hover, .elementor-68 .elementor-element.elementor-element-743751f .elementor-button:focus{color:#FFFFFF;background-color:var( --e-global-color-bc0644d );}.elementor-68 .elementor-element.elementor-element-743751f .elementor-button:hover svg, .elementor-68 .elementor-element.elementor-element-743751f .elementor-button:focus svg{fill:#FFFFFF;}.elementor-68 .elementor-element.elementor-element-4d6e1b9 > .elementor-container{max-width:1266px;}:root{--page-title-display:none;}body.elementor-page-68:not(.elementor-motion-effects-element-type-background), body.elementor-page-68 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F7F7;}@media(max-width:767px){.elementor-68 .elementor-element.elementor-element-4669897 > .elementor-container{min-height:179px;}.elementor-68 .elementor-element.elementor-element-4669897{padding:7px 7px 7px 7px;}.elementor-68 .elementor-element.elementor-element-b931446 .elementor-heading-title{font-size:22px;}.elementor-68 .elementor-element.elementor-element-b931446 > .elementor-widget-container{margin:79px 0px 0px 0px;}.elementor-68 .elementor-element.elementor-element-ba984f9 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-68 .elementor-element.elementor-element-743751f .elementor-button{font-size:12px;border-width:1px 1px 1px 1px;border-radius:12px 12px 12px 12px;padding:8px 12px 8px 12px;}}/* Start custom CSS */#homepage-filter-form{
    display: flex;
}

#min_price, #max_price{
    margin-left: 5px;
    margin-right: 5px;
}


#imoveis-list-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Mantém 3 colunas fixas */
    gap: 20px;
}

#imoveis-list-results .imovel-item {
    min-height: 300px; /* Para garantir que os cartões tenham altura uniforme */
    box-sizing: border-box; /* Inclui padding e border na largura total */
}

@media (max-width: 768px) {
    #imoveis-list-results {
        grid-template-columns: repeat(1, 1fr); /* Ajusta para 1 coluna em dispositivos móveis */
    }
}


#imoveis-list-results .imovel-item {
    flex: 1 1 calc(25% - 20px); /* 25% de largura menos o gap, para simular 4 colunas */
    box-sizing: border-box; /* Inclui o padding e border na largura total */
}

#imoveis-list-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap; /* Permite que a paginação quebre linha em telas menores */
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100; /* Garante que a paginação ocupe toda a largura */
}

.pagination a {
    font-size: 16px;
    padding: 12px 20px;
    margin: 5px;
    border: 2px solid #405ff2;
    border-radius: 8px;
    color: #e00d16;
    text-decoration: none;
    background-color: #fff;
    transition: all 0.3s ease;
    flex-grow: 1; /* Faz com que cada link de paginação cresça igualmente */
    text-align: center; /* Garante que o texto esteja centralizado */
}

.pagination a:hover {
    background-color: #e00d16;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(224, 13, 22, 0.3);
}

.pagination a.active {
    background-color: #405ff2;
    color: #fff;
    border-color: #e00d16;
    cursor: default;
    pointer-events: none;
}


#homepage-imoveis-filter, #imoveis-filter {
    
    gap: 10px;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 12px;
    flex-wrap: wrap;
}

#imoveis-filter-form{
    display: flex !important;
    gap: 10px;
}

@media (max-width: 768px) {
    .filtrosmobile{
    display: none;
}


    #imoveis-filter-form {
    display: block;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row-reverse;
}

#homepage-imoveis-filter select, #imoveis-filter select, #homepage-imoveis-filter input[type="text"], #imoveis-filter input[type="text"] {
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #cccccc66;
    font-family: 'Poppins', sans-serif;
}

#homepage-filter-btn, #imoveis-filter-btn {
    padding: 10px 20px;
    width: 100%;
    background-color: #405ff2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 11px;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
}


    #homepage-filter-form {
         
        flex-direction: column; /* Muda a direção para coluna em telas menores */
        gap: 15px; /* Aumenta o espaçamento entre os elementos para melhor legibilidade */
    }

    #homepage-filter-form select, 
    #homepage-filter-form input[type="text"],
    #homepage-filter-form button {
        width: 100%; /* Garante que os elementos ocupem toda a largura do contêiner */
    
    }
}

div.imovel-info > p.preco-lista{
    font-size: 20px;
}

#homepage-imoveis-filter select, 
#imoveis-filter select,
#homepage-imoveis-filter input[type="text"],
#imoveis-filter input[type="text"] {
    padding: 10px;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid #cccccc66;
  
    font-family: 'Poppins', sans-serif;
}

#homepage-filter-btn, #imoveis-filter-btn {
    padding: 10px 20px;
    background-color: #405ff2;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 11px;
    font-family: 'Poppins', sans-serif;
}

#homepage-filter-btn:hover, #imoveis-filter-btn:hover {
    background-color: black;
}



@media (max-width: 768px) {
 .imovel-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
  
    padding: 20px;
    border-radius: 22px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: 'Poppins', sans-serif;
        transition: transform 0.3s ease, box-shadow 0.3s ease;

}




}


.imovel-actions a:hover {
    background-color: #333;
    transform: translateY(-3px);
}

.imovel-item {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0px;
     border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: 'Poppins', sans-serif;
        transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.imovel-info{
    padding-left: 22px;
}



.imovel-item:hover {
    transform: translateY(-5px); /* Levanta o card 5px para cima */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Aumenta a sombra para um efeito mais pronunciado */
}

.imovel-thumbnail {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
     border-radius:  12px 12px 0px 0px;
    margin-bottom: 15px;
}

.imovel-thumbnail img {
    width: 100%;
    height: 100%;
     background-size: cover;
    object-fit: cover;
    border-radius:  12px 12px 0px 0px;
}


.imovel-status {
    position: relative;
    width: 75px;
    bottom: 250px;
    margin: 8px !important;
    margin-bottom: -40px !important;
    background-color: #405ff2; /* Cor do status */
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 122px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    z-index: 1; /* Certifica que o status está na frente de outros elementos */
}

p.imovel-status > a{
    color: white;
    
}


.imovel-price {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.imovel-info h2 {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #333;
}

.imovel-info p {
    font-size: 14px;
    margin: 5px 0;
    color: #555;
}

.imovel-details {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 0;
}

.imovel-details span {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #777;
}

.imovel-details svg {
    width: 16px;
    height: 16px;

}

.imovel-status-line {
    height: 2px;
    width: 100%;
    background-color: #e00d16;
    margin: 15px 0;
}

.imovel-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.imovel-actions a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 35px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 123px;
    border: 1px solid #405ff2;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #405ff2;
    background-color: #fff;
    margin-left: 22px;
     margin-right: 22px;
     margin-bottom: 22px;
}

.imovel-actions a:hover {
    background-color: #405ff2;
    color: white;
}


.imovel-actions  i {
  padding-right: 10px;
  color: #405ff2;
}/* End custom CSS */