
.search-bar-top {
    color: #fff;
    background-color: #232628;
    height: 75px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 25px;
}

.search-bar-icon {
    font-size: 30px;
    margin-right: 15px;
    vertical-align: text-top;
}

.campo-dropdown {
    margin-bottom: 10px;    
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 300px;
    border: 1px solid #b5b5b5;
    color: #272525;
}

.search-carros select:disabled {
    background: #ddd;
    cursor: not-allowed;
    opacity: 0.7;
}

.search-carros .custom-search-box {
    background: #183f47;
    padding: 20px;
}

.search-carros .custom-search-box select,
.search-carros .custom-search-box input {
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
    border: none;
    padding: 10px;
}

.busca-carros select,
.busca-carros input {
    width: 100%;
    height: 45px;
    margin-bottom: 12px;
    padding: 10px;
    border: none;
}

.search-carros-checkbox {
    margin-bottom: 0px !important;
}

.buscar-btn {
    width: 100%;
    background: red;
    color: #fff;
    border: none;
    height: 50px;
    font-weight: bold;
}

.btn-limpar {
    width: 100%;
    background: #3b82f6; /* azul */
    color: #fff;
    border: none;
    height: 50px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 15px;
    box-shadow: 0 2px 0 #1c5dc7;
}

.btn-limpar:hover {
    background: #2563eb;
}

.search-carros .custom-search-box {
    background: #173f47;
    padding: 20px;
    color: #fff;
}

.range-group {
    display: flex;
    gap: 10px;
    color: #ffff;
    font-weight: bold;
}

.range-group input {
    height: 40px !important;
    width: 50%;
    padding-right: 0px !important;
    padding-left: 10px !important;
}

.search-label {
    color: #ffff;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}

/* 🔥 ACCORDION */

.accordion-icon {
    font-size: 20px;
    color: #646262;
}

.filtro-box {
    margin-top: 10px;
}

.filtro-accordion {
    background: #ffff;
    margin-bottom: 15px;
}

.filtro-header {
    padding: 15px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.filtro-body {
    padding: 0px 15px 20px 15px;
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 colunas */
    gap: 0px 20px; /* espaço vertical e horizontal */
}

.filtro-body label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #333;
}

.filtro-body input {
    width: 15px !important;
}

/* */ 

.elementor-92788 {
    min-height: 1100px !important;
}

/* 🔥 BOTÃO FIXO */
.mobile-search-btn {
    position: sticky;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #ff1a1a;
    color: #fff;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: bold;
    border-radius: 4px;
    z-index: 9999;
    font-size: 20px;
}

@media(max-width: 767px){
    .search-carros {
        display: none !important;
    }
}

/* 🔥 ESCONDER DESKTOP */
@media(min-width: 768px){
    .mobile-search-btn,
    .mobile-search-overlay {
        display: none !important;
    }
}

/* 🔥 ESCONDER NO DESKTOP */
@media(min-width: 768px){
    .mobile-search-btn,
    .mobile-search-overlay {
        display: none !important;
    }
}

body.menu-open {
    overflow: hidden;
    height: 100vh;
}

.mobile-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

/* 🔥 ATIVO */
.mobile-search-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* 🔥 PAINEL */
.mobile-search-content-carros {
    position: absolute;
    top: 96px;
    right: 0;
    width: 85%;
    max-width: 400px;
    height: 100%;
    background: #173f47;
    transform: translateX(100%);
    transition: 0.3s ease;
    overflow-y: auto;
}

.mobile-search-content-tamanho {
    top: 142px !important;
}

/* 🔥 QUANDO ABRE */
.mobile-search-overlay.active .mobile-search-content-carros {
    transform: translateX(0);
}

/* 🔥 HEADER */
.mobile-search-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* 🔥 BODY */
.mobile-search-body {
    padding: 15px;
    min-height: 1100px;
}

/* 🔥 CONTEÚDO */
.mobile-search-content-carros {
    background: #173f47;
    height: 100%;
    overflow-y: auto;
}

/* 🔥 HEADER */
.mobile-search-header {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    color: #fff;
    font-weight: bold;
}

/* 🔥 BODY */
.mobile-search-body {
    padding: 15px;
}

