.destaquesTexto {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.pad2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.iconBusca {
    background: url(imagens/icones/busca.png) #FFF no-repeat center right !important;
}

.iconCod {
    background: url(imagens/icones/busca-cod.png) #FFF no-repeat center right !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: auto;
    margin-left: 13px;
}

.TituloIndex {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 30px;
    text-align: center !important;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

@media (max-width: 600px) {
    .btn-Mobile {
        display: block !important;
    }

    .TituloIndex {
        color: #8c2e0d;
        font-size: 25px !important;
        line-height: 30px !important;
    }
}

.textoFigure {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-shadow: 0 0 0.2em #000, 0 0 0.2em #000;
}

.carouselFigure {
    width: 100%;
    padding: 125px 30px 10px 30px;
}

.destaquesTexto {
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    margin-left: 10%;
}

.pad2 {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.iconBusca {
    background: url(imagens/icones/busca.png) #FFF no-repeat center right !important;
}

.iconCod {
    background: url(imagens/icones/busca-cod.png) #FFF no-repeat center right !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    right: auto;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: auto;
    margin-left: 13px;
}

.TituloIndex {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 30px;
    text-align: center !important;
    font-weight: 500;
    text-transform: inherit;
    text-align: inherit;
}

.positionIndex {
    position: relative;
}

@media (max-width: 700px) {
    .btn-Mobile {
        display: block !important;
    }

    .TituloIndex {
        color: #8c2e0d;
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .buscaindex {
        margin-top: -55%;
    }

    .positionIndex {
        position: relative;
    }
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #5cb85c;
}

.popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 29%;
    display: none;
    z-index: 100;
    float: right;
    clear: right;
    text-align: center;
    margin-top: 3%;
    z-index: 1020;
}

.btn-primary{
    background: #B0802A !important;
    font-weight: 600;
} .btn-primary:hover{
    background: #c28e2f !important;
    font-weight: 600;
}

/* INICIO DO CSS DA BUSCA HOME */

.container-busca {
    background-color: #f5f5f5d1;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.busca-avancada-container {
    width: 100%;
    max-width: 960px;
    margin: auto;
}

.conteudo-busca {
    text-align: center;
}

.titulo-busca {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.titulo-busca span {
    color: #007bff; /* Cor principal, pode ser alterada */
    font-weight: bold;
}
div#opcoes-venda-container {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 180px);
}
div#opcoes-locacao-container {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(3, 180px);
}
.opcoes-busca {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: flex-end;
}

.campo-busca {
    flex: 1 1 200px;
    text-align: left;
}

.campo-busca label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}
/* Estilos para o título da busca */
.busca-title {
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--cor-site-1); /* Usando a cor principal do site */
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
.second-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--cor-site-2); /* Usando a cor secundária do site */
    border-radius: 3px;
}
.second-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--cor-site-1); /* Usando a cor principal do site */
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
    margin: 0;
    line-height: 1.2;
    transition: cubic-bezier(0.4, 0, 1, 1) 0.3s;
}
/* Estilos para Dropdowns Personalizados */
.dropdown-personalizado {
    position: relative;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    transition: all 0.3s ease;
    min-width: 150px;
}

.dropdown-personalizado:hover {
    border-color: var(--cor-site-3);
    box-shadow: 0 0 5px rgb(48 86 45 / 50%);
}

.dropdown-personalizado.aberto {
    border-color: var(--cor-site-3);
    box-shadow: 0 0 5px rgb(48 86 45 / 50%);
}

.dropdown-personalizado::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #777;
    pointer-events: none;
}

.dropdown-personalizado.aberto::after {
    content: '▲';
}

.dropdown-selecionado {
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 13px;
}

.dropdown-opcoes {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: 200px;
    overflow-y: auto;
    z-index: 10;
    display: none;
}

.dropdown-personalizado.aberto .dropdown-opcoes {
    display: block;
}

.opcao-dropdown {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: 13px;
}

.opcao-dropdown:hover {
    background-color: #f1f1f1;
}

.opcao-dropdown.selecionado {
    background-color: #e2ffe3;
    font-weight: bold;
}

/* Estilos para o dropdown múltiplo */
.dropdown-multiplo .dropdown-selecionado {
    color: #777; /* Cor de placeholder */
}

.dropdown-multiplo .dropdown-selecionado.com-valor {
    color: #333;
}

.dropdown-multiplo .opcao-dropdown.selecionado::before {
    content: '✓';
    margin-right: 8px;
    color: var(--cor-site-1);
}

/* Estilos para o campo de valor */
.intervalo-valor {
    display: flex;
    gap: 10px;
}

.input-valor {
    width: 50%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Estilos para o botão de busca */
.botao-busca {
    width: 100%;
    padding: 12px;
    background-color: var(--cor-site-1);
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.botao-busca:hover {
    background-color: var(--cor-site-2);
}

/* FIM DO CSS DA BUSCA HOME */

@media (max-width: 992px) { 
    div#opcoes-venda-container {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    div#opcoes-locacao-container {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .opcoes-busca {
        flex-wrap: wrap;
    }
}