.list-section_item_slider_slide-image {
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}

/*.button.list-button {*/
/*    margin: 25px;*/
/*    color: #fff;*/
/*}*/

.immobile-page_header_main-photo {
    background-image: url("");
}

.immobile-page_header_right-box_photo {
    background-image: url("");
}

.immobile-page_header_right-box_photo.photo2 {
    background-image: url("");
}

.immobile-page_header_button {
    border-color: #011759;
}

.immobile-page_header_button_text {
    color: #011759;
}

#detalhes-mapa {
    width: 100%;
    text-align: left;
}

#mapa {
    height: 400px;
    width: 100%;
}

.mid_opacity{
    opacity: 0.5;
}

.full_opacity{
    opacity: 1;
}

.dateTime-select{
    color: rgb(255, 255, 255);
    background-color: rgb(128, 224, 167);
}

.modaal-container{
    border-radius: 10px;
}

.finish-modal_box {
    background-color: rgb(255, 255, 255);
    padding: 0px 0px;
    border-radius: 10px;
}

.finish-modal-error{
    display: none;
}

.main-navbar {
    z-index: 1;
}

.button-100{
    width: 100%;
    max-height: 65px;
}

.finish-modal-success-submit{
    display: none;
}
.finish-modal-error-submit{
    display: none;
}

.favorites-notification{
    display: none;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}
.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}
@keyframes lds-ripple {
    0% {
        top: 30px;
        left: 30px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0px;
        left: 0px;
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}

input[type="text"]::placeholder {
    font-size: smaller;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #011759;
    color: white;
    border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #011759;
}

.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #011759;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0,0,255,0.3);
}

.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #011759;
}

.search-box_form_price_box {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
}

.filter-option-inner-inner{
    text-align: center;
}

.search-box {
    display: inline-block;
    overflow: visible;
    padding-top: 35px;
    padding-bottom: 35px;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    transition: all 312ms ease;
    max-width: 550px;
}

.navbar_search-box {
    display: inline-block;
    overflow: visible;
}

.search-box-mobile{
    margin-bottom: 40px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #011759;
}

.check-mark{
    color: #011759;
}

.btn-light {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}


.sidebar {
    width: 40%;
    height: 100vh;
    min-height: 200px;
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
}

.main {
    width: 60%;
    height: 100vh;
    min-height: 1000px;
    display: inline-table;
    flex-direction: column;
}

.main,
.sidebar {
    background-color: #f4f4f4;
    color: #fff;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #727272;
    font-weight: 700;
    font-size: 18px;
}

.btn-light {
    color: #212529;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    border-bottom: #c2c2c2 1px solid;
}

.search-result-bedroom{
    margin-top: 10px;
}

.home-select{
    background-color: #fff;
    font-weight: 700;
}

.container-search{
    max-width: 1110px;
    margin-right: auto;
    margin-left: auto;
}

.w-slider-mask {
    max-width: 600px;
}

.object-image {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
}

.full-button{
    width: 100%;
}

.filterSearchButton{
    padding: 12px 20px 12px;
}

.filterShowButton{
    display: none;
    padding: 12px 20px 12px;
    margin-right: 20px;
}

.mapShowButton{
    display: none;
    padding: 12px 20px 12px;
}

.page-link {
    color: #011759;
}
.page-item.active .page-link {
    background-color: #011759;
    border-color: #011759;
}

.search-page_filter {
    position: initial;
    z-index: 1;
    margin-bottom: 30px;
}

.search-box_form_list-line {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
}

#mapa-search{
    height: 100%;
    width: 100%;
}

.gmap-markers-new{
    display: none;
}

.map-icon-label .map-icon {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    white-space: nowrap;
}

.my-custom-class-for-label {
    width: 90px;
    height: 30px;

    padding-top: 5px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #000;

    -webkit-box-shadow: 4px 3px 23px -2px rgba(0,0,0,0.41);
    box-shadow: 4px 3px 23px -2px rgba(0,0,0,0.41);
}

.gm-style .gm-style-iw {
    background-color: #fff !important;
    margin: 0px !important;
    padding: 0px !important;
    display: block !important;
    min-width: 320px !important;
}

.gm-style-iw-d{
    overflow: auto !important;
}

.row-item-map {
    margin-bottom: 0px;
    flex-direction: column;
    align-items: stretch;
    flex-basis: 48.6%;
    text-decoration: none;
    width: 320px;
}

.button-rent{
    max-height: 65px;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.visit-box_calendar_list_item:hover{
    color: #707070;
}

.visit-box_time_list_item:hover{
    color: #707070;
}

.hover-blue:hover{
    color: #2a8bdd;
    text-decoration: none;
}

.container-properties{
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    max-width: 1050px;
    margin-right: auto;
    margin-left: auto;
}

.you-tube-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000a6;
    height: 100%;
    width: 100%;
}

.color-white{
    color: #fff;
}

.whatsapp-float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:15px;
    right:5px;
    background-color:#4dc247;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
}

.whatsapp-float:hover{
    color: #fff;
}

.whatsapp-float:focus{
    color: #fff;
}

.whatsapp-my-float{
    margin-top:15px;
}

button:focus:not(:focus-visible) {
    outline: none;
}

.footer_header_number{
    margin-top: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 479px){
    .immobile-page_header_button.mobile-photo-modal-button {
        position: static;
        display: flex;
        width: 90%;
        margin-top: 10px;
        border-color: #011759;
        margin-right: auto;
        margin-left: auto;
        padding-top: 16px;
        padding-bottom: 16px;
        justify-content: center;
    }

    .select-search-home{
        max-width: 280px;
    }

    .immobile-page_header_button_text {
        margin-left: 8px;
        color: #011759;
        font-size: 16px;
    }

    .finish-modal_box {
        width: 100%;
    }

    .container-100 {
        width: 100%;
    }
}

.mobile-buttons{
    display: flex;
}

/*.button-text{*/
/*    color: #fff;*/
/*}*/


@media only screen and (max-width: 520px) {
    .object-image {
        width: 100%;
        height: 260px;
        object-fit: cover;
        object-position: center;
    }
}



@media screen and (max-width: 767px){
    .main {
        width: 60%;
        height: 200vh;
        min-height: 1000px;
        display: contents;
        flex-direction: column;
    }

    .sidebar {
        display: none;
    }

    .mobile-menu_content_item.list-item {
        margin-bottom: 10px;
        justify-content: center;
        flex: 0 48%;
        min-height: 95px;
    }

    .sidebar {
        width: 100%;
        height: 100%;
        position: fixed;
    }

    .mapShowButton{
        display: block;
    }
}

.display-grid{
    display: grid !important;
}


@media screen and (max-width: 1500px){
    .search-box_form_list{
        display: none;
    }

    .search-page_filter_list{
        display: none;
    }

    .filterSearchButton{
        margin: auto;
    }

    .filterShowButton{
        display: block;
    }


}

