@import url("css/style.css");
.container.container-busca {
    max-width: 70vw;
}
@media (max-width: 1500px) {
    .container.container-busca {
        max-width: 80vw;
    }
}

@media (max-width: 1199px) {
    .container.container-busca {
        max-width: 90vw;
    }
}
@media (max-width: 768px) {
    .container.container-busca {
        max-width: 100vw;
    }
    .ltn__slide-item-2 {
        height: calc(81vh - 0px);
        padding-top: 150px;
    }
}
.filter-option {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ltn__secondary-bg {
    background-color: #731819;
}

.section-bg-7 {
    background-color: #731819;
}  

.before-bg-bottom:before {
    background-color: #f2f6f7;
}
  
.ltn__car-dealer-form-tab .tab-content {
    border-radius: 10px;
    padding: 1rem 3rem 1rem 3rem;
}
.before-bg-bottom:before {
    background-color: #f2f6f7;
}
.ltn__secondary-bg {
    background-color: #731819;
}
.section-bg-7 {
    background-color: #731819;
}

/* Estilos básicos para o botão do WhatsApp */
.whatsapp-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #25d366; /* Cor padrão do WhatsApp */
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #128c7e; /* Cor de destaque no hover */
}

/* Efeito de pulsação */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pulsate {
    animation: pulse 2s infinite;
}

i.fab.fa-whatsapp {
    font-size: 20px;
}


.team-info .h4 {
    line-height: 0px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .mob-pt-115 {
        padding-top: 185px !important;
    }

    .ltn__banner-area.pt-115 {
        padding-top: 0px;
    }
}

button.btn.theme-btn-1.btn-effect-1.text-uppercase.border-radius-1.search-button {
    padding: 17px 20px;
    background-color: var(--cor-site-2);
    color: #ffffff;
    border: none;
}
button.btn.theme-btn-1.btn-effect-1.text-uppercase.border-radius-1.search-button:hover {
    padding: 17px 20px;
    color: var(--cor-site-1)!important;
    border: none;
}

button.btn.dropdown-toggle.btn-light {
    background: #fff !important;
    border: 1px solid #858585;
    color: black !important;
    padding: 3px 15px;
    border-radius: 7px;
    box-shadow: 0px 12px 20px #00000017;
    height: 55px;
}

.aplicativo-flex {
    display: flex;
}

@media (max-width: 600px) {
    img.banner-resp {
        display: none;
    }
    .ltn__gallery-filter-menu button, .ltn__tab-menu a {
        padding: 9px 9px;
    }
    form.ltn__car-dealer-form-box.row {
        display: flex !important;
        flex-direction: row;
        align-content: stretch;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 5px;
    }
    .ltn__car-dealer-form-item.ltn__custom-icon {
        margin-bottom: 0px;
    }
    .card-tipo {
        background: #fff;
        border: 2px solid #e1dddd59;
        box-shadow: var(--ltn__box-shadow-4);
        border-radius: 5px;
        display: flex;
        gap: 14px;
        padding: 10px;
        text-align: center;
        transition: transform 0.3s 
        cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s 
        cubic-bezier(0.25, 0.8, 0.25, 1);
        align-items: center;
        min-width: 10rem;
        width: auto;
        justify-content: flex-start;
        height: 6rem;
        flex-direction: column;
    }
    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
    padding-right: 0px;
    padding-left: 0px;
    position: relative; 
    }
    .col-lg-6.d-grid.justify-content-center.align-items-center.p-5 {
        padding: 2rem !important;
    }
}

@media (max-width: 991px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 170px;
    }
    img.banner-resp {
        max-width: 500px;
    }
    h1.text-center {
        margin-top: 20px;
    }
    .aplicativo-flex {
        display: flex;
        flex-direction: column-reverse;
    }
    ul.search-card {
        display: grid;
        gap: 10px;
        grid-template-columns: 50% 50%;
        padding: 0px;
    }
}  

@media (max-width: 1024px) {
    .apartments-plan-info {
        padding: 30px;
    }
}
@media (min-width: 1024px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 160px;
  }
}
@media (min-width: 1400px) {
    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
      width: 200px;
  }
}

input#codigo_imovel {
    width: 105px !important;
    border-radius: 7px !important;
    height: 55px !important;
    padding: 0px 10px !important;
}
input#codigo_imovel::placeholder {
    color: #afafaf !important;
}