.main-banner {
    width: 100vw;
    height: calc(100vh - 100px);
}

.banner-search{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.banner-overlay{
    z-index: 1001;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
}

.btn-group{
    column-gap: 30px;
}
.btn-group-modal{
    column-gap: 0;
}

.btn-group input[type="radio"] {
    opacity: 0.001%;
}

/* Style for labels when radio button is checked */

.search-imoveis{
    height: 50px;
    border-radius: 20px 0 0 20px;
    border: 1px solid #fff !important;
}

/*.search-imoveis::-webkit-input-placeholder { !* WebKit browsers *!*/
/*    text-align: center;*/
/*}*/

/*.search-imoveis:-moz-placeholder { !* Mozilla Firefox 4 to 18 *!*/
/*    text-align: center;*/
/*}*/

/*.search-imoveis::-moz-placeholder { !* Mozilla Firefox 19+ *!*/
/*    text-align: center;*/
/*}*/

/*.search-imoveis:-ms-input-placeholder { !* Internet Explorer 10+ *!*/
/*    text-align: center;*/
/*}*/

.search-container {
    padding: 20px;
    width: 100vw;
    position: relative;
}

.search-button-div {
    border-radius: 0 20px 20px 0;
    background-color: #fff;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #fff;
    max-height: 50px;
}

.search-button{
    height: 30px;
    width: 140px;
    border-radius: 10px;
}

.busca-avancada-text{
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.busca-avancada-container{
    width: fit-content;
    border-bottom: 1px solid white;
}
.header-embaixo{
    position: absolute;
    width: 100vw;
    z-index: 9999;
    bottom: 0;
}

.destaques{
    min-height: 60vh;
    background-color: #fff;
}

/* CARROISEL ---------------------------------------------------*/
.swiper {
    min-height: 50vh ;
}

.slide-property{
    width: 445px !important;
    height: 565px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img{
    display: block;
    width: 100%;
    object-fit: cover;
    height: 55vh;
}

.slide-property img {
    display: block;
    width: 100%;
    height: 330px;
    object-fit: cover;
}
/* END CARROISEL ---------------------------------------------------*/

.imagem_destaque{
    max-height: 40vh;
}

.section-locacao {
    display: flex;
    flex-wrap: wrap;
}

/* MODAL ---------------------------------------------------*/
.modal-content{
    border: 1px solid white;
    border-radius: 20px;
}

.rounded-10{
    border-radius: 10px;
}

.modal-content input,.modal-content select{
    border-radius: 10px;
}
.modal-footer{
    column-gap: 20px;
}
.modal-btn-left{
    height: 37px;
    border-radius: 10px 0 0 10px !important;
}
.modal-btn-right{
    height: 37px;
    border-radius: 0 10px 10px 0 ;
}


/*sliders*/

.sliders {
    height: 5px !important;
}

.sliders .noUi-connect {
    height: 20px !important;
    background: black ;
    border: black 1px solid;
}

.sliders .noUi-handle {
    height: 11px !important;
    width: 11px !important;
    top: -4px !important;
    right: -9px !important; /* half the width */
    border-radius: 9px !important;
    border: transparent;
    background-color: black;
    box-shadow: none;
}

.sliders .noUi-handle::before, .sliders .noUi-handle::after{
    display: none;
}


.banner-title{
    font-size: 48px;
}

.z-index-form{
    z-index: 99999 !important;
}

.bairro-figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 257px; /* Define a altura desejada para todas as imagens */
}

.bairro-figure img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Garante que a imagem cubra completamente o espaço da div */
    transition: transform 0.3s ease;
}

.bairro-figure:hover img {
    transform: scale(1.1); /* Amplia a imagem ao passar o mouse */
}

.bairro-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Cor de fundo para escurecer */
    color: #fff; /* Cor do texto */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0;
    opacity: 0; /* Inicialmente oculto */
    transition: opacity 0.3s ease;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
}

.bairro-figure:hover .bairro-caption {
    opacity: 1; /* Mostra o nome do bairro ao passar o mouse */
    text-decoration: underline;
    padding: 10px 20px;
}

.no-padding{
    padding: 0px !important;
    height: 257px;
}

/*slider/\*/
.swiper-button-next::after {
    content: "" !important; /* Clear any existing content */
    display: inline-block;
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    background-image: url('../images/right.png');
    background-size: cover;
    margin-left: -70px;
    box-shadow: 0px 0px 10px #000;
    border-radius: 100%;
}

.swiper-button-prev::after {
    content: "" !important; /* Clear any existing content */
    display: inline-block;
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    background-image: url('../images/left.png');
    background-size: cover;
    position: absolute;
    margin-left: 70px;
    box-shadow: 0px 0px 10px #000;
    border-radius: 100%;
}


img.banner-item {
    width: 100%;
}
.owl-nav {
    text-align: center;
    font-size: 40px;
}
.owl-prev {
    margin-right: 25px;
}

button.owl-prev, button.owl-next {
    border: none;
    background-color: #FFF;
}

.owl-dots.disabled {
    display: none;
}

.single.selectize-dropdown.search-imoveis.form-control.col-10.col-md-5 {
    height: 230px;
}

.selectize-input.items.not-full.has-options::after{
    display: none;
}

#id_index{
    display: none;
}

#div#mep_0 {
    position: absolute !important;
    z-index: 0 !important;
    width: 100%;
    height: 900px;
}

#bgndVideo{
    width: 100vw;
    max-height: calc(100vh - 170px) !important;
}

#video-div{
    height: calc(100vh - 100px) !important;
}


.selectize-control.single .selectize-input:after {
    display: none !important;
}

.div-square {
    border: 1px solid #ececea;
    height: 280px;
    padding: 2em;
    border-radius: 10px;
}

span.icon-top {
    font-size: 35px;
}

p.card-text {
    font-size: 15px;
    font-weight: 200;
}

a.btn-externo {
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    border-bottom: 3px solid #910e0e;
}

@media (max-width: 767px) {
    #text-botao-pesquisar{
        display: none;
    }
    i.r-5.fas.fa-search-location {
        margin-right: 0px;
    }
    
    .banner-title{
        display: none;
    }

    .slide-property{
        width: 310px !important;
    }
    .owl-carousel .owl-item {
        margin-left: 0px !important;
        margin-right: 22px !important;
        margin-left: 0px !important;
    }
    .no-js .owl-carousel, .owl-carousel.owl-loaded{
        height: 500px;
    }
}

@media (max-width: 576px) {
    .slide-property{
        height: 570px !important;
    }

    .button-bottom{
        position: initial;
    }
}

@media (min-width: 577px) and (max-width: 991px) {
    .slide-property{
        height: 590px !important;
    }
    .button-bottom{
        position: initial;
        margin-top: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1780px) {
    .button-bottom{
        position: initial;
        margin-top: 15px;
    }

    /* comentado pq tava fazendo o botao do zap clipar nos valores */
    /* .slide-property {
        height: 710px !important; 
    } */
}
.section-botoes{
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    /* Isso esconde as setinhas no mobile pq elas tavam entrando nos imoveis */
    .owl-nav{
        display: none;
    }
}

.owl-dots{
    display: none ;
}
