#logo-page {
    /* height: 80px !important; */
    width: auto !important;
    max-width: 200px !important;
}

#slogan {
    color: black;
    margin-left: 10px;
    font-size: 17px;
    font-weight: bold;
    text-transform: capitalize;
}

.logo:hover {
    text-decoration: none !important;
}

.featured_image {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
}

.search-section .col-md-10 input {
    width: 16.4%;
    padding: 12px 0;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #c8c8c8;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    box-shadow: none;
    margin-left: 30px;
    margin-bottom: 30px;
    outline: none;
}

.widget-search input,
.submit-property .contact-feedback-form input {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #c8c8c8;
    padding: 10px 0;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .search-section .col-md-10 input {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 30px;
    }

    .whatsapp_share {
        display: block !important;
    }
}

.submit_button {
    text-transform: uppercase;
    background-color: var(--main-bg-color);
    max-width: 118px;
    max-height: 37px;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 0;
    color: #fff;
    padding: 0;
    text-align: center;
    display: block;
    border: 0px;
    padding: 0px 25px;
}

.banner_custom {
    width: 100%;
    height: 70vh !important;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 1.0) !important;
}

.banner_custom_index {
    width: 100%;
    /* height: 70vh !important; */
    /* margin-top: 6vh; */
    /* object-fit: cover; */
    background-color: rgba(0, 0, 0, 1.0) !important;
}

.slider-section {
    margin-top: 91px;
}

.image_gallery {
    max-height: 500px !important;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto;
}

.carousel-inner {
    background-color: black;
}

#map {
    height: 500px;
}

#map2 {
    height: 500px;
    z-index: -1;
}

.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 0 !important;
    pointer-events: none;
}

.whatsapp_share {
    display: none;
}

a.back-to-top-pc {
    width: 70px;
    height: 70px;
    line-height: 70px;
    bottom: 10%;
    text-indent: 9px;
    position: fixed;
    z-index: 999;
    font-size: 40px;
    right: 20px;
    color: white;
    background: #27AE61 no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
    display: none;
}

a.back-to-top-mobile {
    width: 70px;
    height: 70px;
    line-height: 70px;
    bottom: 10%;
    text-indent: 9px;
    position: fixed;
    z-index: 999;
    font-size: 40px;
    right: 20px;
    color: white;
    background: #27AE61 no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 100px;
}

@media(min-width: 769px) {
    a.back-to-top-mobile {
        display: none;
    }

    a.back-to-top-pc {
        display: block;
    }
}

@media(mmax-width: 769px) {
    a.back-to-top-mobile {
        display: block;
    }

    a.back-to-top-pc {
        display: none;
    }
}

.service-text {
    text-align: justify;
}

.white-text {
    color: white !important;
}

.servicio-foto {
    max-width: 100%;
    height: auto;
}

.required-form {
    display: none;
}

.img-pse {
    height: 50px;
    margin-top: -5px;
}

.property-title {
    max-height: fit-content !important;
}

.property-neighborhood {
    font-size: 12px;
}