.before-bg-bottom:before {
    background-color: #f2f6f7;
}

.ltn__secondary-bg {
    background-color: #df0209;
}

.section-bg-7 {
    background-color: #df0209;
}

.btn:after {
    display: none !important;
}

@media only screen and (max-width: 600px) {
    .ltn__shop-options {
        display: none;
    }
}


/* ESTILIZANDO BOTÃO DE BUSCA DO CELULAR */
@media screen and (max-width: 600px) {
    #btn-busca-mobile {
        position: fixed;
        bottom: 70px;
        right: 0;
        z-index: 999;
        cursor: pointer;
        animation: pulsate 1.5s ease-in-out infinite;
    }

    .btn-busca-mobile img {
        width: 100%;
        /* Ajuste conforme necessário */
        height: auto;
        /* Isso mantém a proporção da imagem */
    }
}

@media screen and (min-width: 601px) {
    #btn-busca-mobile {
        display: none;
    }
}

 /* Começaram aqui as modificações no card */
 .imov-title {
    font-size: 20px;
    font-weight: 500 !important;
}

@media only screen and (min-width: 768px) {
    .flex-direction-nav a:before {
        color: #000;
    }

    .minHeight {
        height: 360px !important;
    }
}

.ltn__product-item-5 .product-badge li {
    font-size: 14px;
}

.code_style {
    display: inline-block;
    font-size: 0.75rem;
    margin: 0 0 0.5rem 0;
    padding: 0.25rem 0.5rem;
    background-color: #e6e6e6;
    border-radius: 0.5rem;
    line-height: 1;
}

.ltn__product-item-4 .product-price {
    padding-bottom: 10px;
    display: flex;
}

.ltn__product-item-4 .product-info {
    padding: 20px 30px 1px;
}

.locacao span,
.condominio span,
.iptu span {
    font-weight: 400 !important;
}

.locacao,
.condominio,
.iptu {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    color: #b0c514;
}

.flex-direction-nav a {
    top: 56% !important;
    height: 53px !important;
}

.destaque {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 3;
    background-color: black;
    color: white;
}

button.close {
    margin-right: 15px;
}


.search-by-code {
    margin-bottom: 10px !important;
    /* max-height: 40px; */
    border: solid #000 1px !important;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    color: #000;
}

@media only screen and (max-width: 600px) {
    .d-xs-block {
        display: block !important;
    }

    .dropdown-menu.show {
        z-index: 9999 !important;
    }

    button.btn.dropdown-toggle.btn-light.bs-placeholder {
        padding: 17px 15px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    textarea {
        padding-left: 11px;
        height: 60px;
        font-family: var(--ltn__heading-font);
    }

    .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
        margin-bottom: 3px;
    }

    button.btn.dropdown-toggle.btn-light {
        min-height: 60px;
    }



    .filter-option-inner-inner {
        color: #000;
    }

    .ltn__car-dealer-form-item {
        margin-bottom: 10px !important;
    }

    .car-dealer-form-inner {
        margin-top: 20px;
    }

    .bootstrap-select>.dropdown-toggle {
        border-radius: 12px;
    }

    .selectCodigo {
        height: 60px;
        border-radius: 12px !important;
        padding-left: 20px !important;
        border: solid #000 1px !important;
        background-color: #f8f9fa !important;
    }

    .selectCodigo option {
        color: black !important;
    }

    .search-by-code {
        margin-bottom: 0 !important;
    }
}

.cell-phone-search {
    margin-bottom: 10px !important;
}

.text-adjust {
    margin-left: 5px;
}


/* AJUSTES PARA BUSCA */
h4.ltn__widget-title {
    margin-bottom: 5px !important;
}

.widget hr {
    margin-top: 30px;
    margin-bottom: 30px;
}

button.btn.dropdown-toggle.btn-light {
    background: white;
    border: 2px solid var(--ltn__color-1);
    color: var(--ltn__color-2) !important;
    padding: 15px 20px;
    border-radius: 10px;
}


input.search-by-code.selectCodigo {
    border: 2px solid var(--ltn__color-1) !important;
    color: var(--ltn__color-2) !important;
    background-color: white !important;
    height: 50px;
    border-radius: 10px;
}


.w-80 {
    width: 80% !important;
}

.submit-styled-button {
    color: var(--white);
    border: 1px solid;
    background-color: var(--cor-site-1);
    border-color: var(--cor-site-1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    width: 16%;
    margin-top: 0;
    border-radius: 30px;
}

.submit-styled-button-valor {
    color: var(--white);
    border: 1px solid;
    background-color: var(--cor-site-1);
    border-color: var(--cor-site-1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    width: 20%;
    margin-top: 0;
    border-radius: 30px;
    height: 50px;
}

.submit-styled-button i {
    margin-top: 14.8px;
    margin-bottom: 15px;
}


button.btn.dropdown-toggle.btn-light {
    background: #fff !important;
    border: 2px solid var(--border-color-7);
    color: black !important;
    padding: 7px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

button.close {
    margin-right: 15px;
}

/* ESCONDER FLECHA DO SELECTPICKER */
.bootstrap-select>.dropdown-toggle:after {
    display: none;
}
@media screen and (max-width: 600px) {
    .d-xs-block {
        display: block !important;
    }
}

.cell-phone-search {
    margin-bottom: 10px !important;
}

.search-by-code {
    margin-bottom: 10px !important;
    /* max-height: 40px; */
    border: solid #000 1px !important;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    color: #000;
}


@media only screen and (max-width: 600px) {
    .dropdown-menu.show {
        z-index: 9999 !important;
    }

    button.btn.dropdown-toggle.btn-light.bs-placeholder {
        padding: 17px 15px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    textarea {
        padding-left: 11px;
        height: 60px;
        font-family: var(--ltn__heading-font);
    }

    .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
        margin-bottom: 3px;
    }

    button.btn.dropdown-toggle.btn-light {
        min-height: 60px;
    }



    .filter-option-inner-inner {
        color: #000;
    }

    .ltn__car-dealer-form-item {
        margin-bottom: 10px !important;
    }

    .car-dealer-form-inner {
        margin-top: 20px;
    }

    .bootstrap-select>.dropdown-toggle {
        border-radius: 12px;
    }
    .selectCodigo option {
        color: black !important;
    }

    .text-adjust {
        margin-left: 5px;
    }

}

.cell-phone-search {
    margin-bottom: 10px !important;
}

.text-adjust {
    margin-left: 5px;
}



input.search-by-code.selectCodigo {
    border-color: transparent !important;
    color: #FFF !important;
    background-color: var(--cor-site-1) !important;
    height: 60px;
    border-radius: 30px !important;
    margin-bottom: 0 !important;
}

input.search-by-code.selectCodigo::placeholder {
    color: #FFF !important;
}

.w-80 {
    width: 80% !important;
}

.submit-styled-button {
    color: var(--white);
    background-color: var(--cor-site-2);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    width: 60px;
    margin-top: 0;
    border-radius: 30px;
    z-index: 999;
    margin-right: 30px;
    height: 60px; 
    }


.submit-styled-restart {
    color: var(--white);
    background-color: black;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    width: 50px;
    margin-top: 0;
    border-radius: 30px;
    height: 50px;
}

.submit-styled-button i {
    margin-top: 14.8px;
    margin-bottom: 15px;
}

.popover-header {
    margin-right: 0.25rem;
    color: white !important;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: var(--cor-site-1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.ltn__car-dealer-form-item {
display: flex;
align-items: center;
gap: 5px;
position: relative;
transition: width 0.5s ease; /* Transição suave para o ajuste do layout */
justify-content: center;
}

#searchContainer {
display: flex;
align-items: center;
overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
width: 0; /* Começa sem largura */
transition: width 0.5s ease; /* Animação suave na largura */
}

#searchContainer.show {
width: 100%;
}

#searchContainerMobile {
display: flex;
align-items: center;
overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
width: 0; /* Começa sem largura */
transition: width 0.7s ease; /* Animação suave na largura */
padding-left: 13px;
height: 60px;
}
#searchContainerMobile.show {
    width: 100%;
    padding-left: 0px;
    height: 60px;
    margin-bottom: 10px;
}

.w-200.show {
width: auto;
}
.w-200.show {
width: 200px;
}

.input.search-by-code {
width: 0;
opacity: 1;
transition: width 0.5s ease, opacity 1s ease; /* Transição de largura e opacidade */
}

.input.search-by-code.show {
width: 100%; /* Expande o input para ocupar todo o container */
opacity: 1;
}

.search-text {
margin-left: 10px;
font-size: 14px;
color: #FFF;
}
.ms--60 {
margin-left: -60px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
-webkit-box-shadow: none;
box-shadow: none;
padding-left: 40px;
font-size: 16px;
width: 100%;
padding-right: 40px;
}

.br-1 {
border-radius: 10px;
}

.br-2 {
border-radius: 20px;
}

.br-3 {
border-radius: 30px;
}

button.btn.dropdown-toggle.btn-light {
    background: #fff !important;
    border: 2px solid var(--border-color-7);
    color: black !important;
    padding: 7px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

button.close {
    margin-right: 15px;
}

/* ESCONDER FLECHA DO SELECTPICKER */
.bootstrap-select>.dropdown-toggle:after {
    display: none;
}

@media screen and (max-width: 600px) {
    .d-xs-block {
        display: block !important;
    }
}

.cell-phone-search {
    margin-bottom: 10px !important;
}

.search-by-code {
    margin-bottom: 10px !important;
    /* max-height: 40px; */
    border: solid #000 1px !important;
    font-weight: 400;
    font-family: var(--ltn__heading-font);
    color: #000;
}


@media only screen and (max-width: 600px) {
    .dropdown-menu.show {
        z-index: 9999 !important;
    }

    button.btn.dropdown-toggle.btn-light.bs-placeholder {
        padding: 17px 15px;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    textarea {
        padding-left: 11px;
        height: 60px;
        font-family: var(--ltn__heading-font);
    }

    .ltn__car-dealer-form-box .ltn__car-dealer-form-item {
        margin-bottom: 3px;
    }

    button.btn.dropdown-toggle.btn-light {
        min-height: 60px;
    }



    .filter-option-inner-inner {
        color: #000;
    }

    .ltn__car-dealer-form-item {
        margin-bottom: 10px !important;
    }

    .car-dealer-form-inner {
        margin-top: 20px;
    }

    .bootstrap-select>.dropdown-toggle {
        border-radius: 12px;
    }

    .selectCodigo {
        height: 60px;
        border-radius: 12px !important;
        padding-left: 20px !important;
        border: solid #000 1px !important;
        background-color: #f8f9fa !important;
    }

    .selectCodigo option {
        color: black !important;
    }

    .text-adjust {
        margin-left: 5px;
    }

}

.cell-phone-search {
    margin-bottom: 10px !important;
}

.text-adjust {
    margin-left: 5px;
}

input.search-by-code.selectCodigo::placeholder {
    color: #FFF !important;
}

.w-80 {
    width: 80% !important;
}

.submit-styled-button {
    color: var(--white);
    background-color: var(--cor-site-2);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 18px;
    width: 60px;
    margin-top: 0;
    border-radius: 30px;
    z-index: 999;
    margin-right: 30px;
    height: 60px; 
    }


.submit-styled-restart {
    color: var(--white);
    background-color: black;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 16px;
    width: 50px;
    margin-top: 0;
    border-radius: 30px;
    height: 50px;
}

.submit-styled-button i {
    margin-top: 14.8px;
    margin-bottom: 15px;
}

.popover-header {
    margin-right: 0.25rem;
    color: white !important;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: var(--cor-site-1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

#searchContainer {
display: flex;
align-items: center;
overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
width: 0; /* Começa sem largura */
transition: width 0.5s ease; /* Animação suave na largura */
justify-content: center;
}

#searchContainerMobile {
display: flex;
align-items: center;
overflow: hidden; /* Garante que o conteúdo seja cortado antes de expandir */
width: 0; /* Começa sem largura */
transition: width 0.7s ease; /* Animação suave na largura */
padding-left: 13px;
height: 60px;
}

.w-200.show {
width: auto;
}
.w-200.show {
width: 200px;
}

.input.search-by-code {
width: 0;
opacity: 1;
transition: width 0.5s ease, opacity 1s ease; /* Transição de largura e opacidade */
}

.input.search-by-code.show {
width: 100%; /* Expande o input para ocupar todo o container */
opacity: 1;
}

.search-text {
margin-left: 10px;
font-size: 14px;
color: #FFF;
}
.ms--60 {
margin-left: -60px;
}
input[type="text"], input[type="email"], input[type="password"], input[type="submit"], textarea {
-webkit-box-shadow: none;
box-shadow: none;
padding-left: 40px;
font-size: 16px;
width: 100%;
padding-right: 40px;
}

.br-1 {
border-radius: 10px!important;
}

.br-2 {
border-radius: 20px!important;
}

.br-3 {
border-radius: 30px!important;
}

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="submit"], 
textarea {
    border: 2px solid var(--ltn__color-1);
    border-color: var(--ltn__color-1);
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 40px !important;
    font-size: 16px;
    color: var(--ltn__color-2);
    width: 100%;
    border-radius: 0;
    padding-right: 0;
    border-radius: 10px;
    margin-bottom: 30px;
}