.custom_slide {
    height: 35vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.image-inmueble {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.image-inmueble2 {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.img_overlay {
    float: right;
    position: absolute;
    width: 279px;
    right: 12px;
    height: 165px;
    top: 27%;
    background-color: rgba(255, 255, 255, 0.6);
}

.img_overlay .overlay {
    height: 90px;
}

.tag_sale {
    position: absolute;
    top: 89%;
    right: 5%;
    min-width: 50px;
    text-align: center;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 1;
    /* line-height: 30px; */
    height: 21px;
}

.image-slider {
    height: 400px;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.container-slider {
    background-color: black;
    text-align: center;
}

.agent-picture {
    width: 50%;
    margin: 0 auto;
}

.agent-img {
    text-align: center;
}

.agent_profile .agent_image img {
    width: 100%;
    object-fit: cover;
    height: auto !important;
}

.agent_img_wrapper {
    text-align: center;
    background-color: black;
}

.image-agent {
    width: auto !important;
    height: 250px !important;
}

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(max-width: 769px) {
    a.back-to-top-mobile {
        display: block;
    }

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

    .navbar_header {
        width: 50% !important;
    }

    .menu_wrapper {
        height: 215px !important;
    }

    .custom_slide {
        background-size: cover;
    }

    .img_overlay {
        background-color: rgba(255, 255, 255, 0.3);
        position: sticky !important;
    }

    .img_overlay .overlay {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .img_overlay ul {
        background-color: white;
    }

    .top_rated_wraper {
        padding-top: 20px;
    }
}

.navbar_brand img {
    height: 100px;
}

.logo .navbar_brand {
    display: flex !important;
}

#slogan {
    color: black;
    font-weight: bold;
    margin-left: 20px;
    display: grid;
    justify-content: left;
    align-items: center;
}

.required-form {
    display: none;
}

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

.navbar_header {
    width: 50% !important;
}

.icon-footer {
    font-size: 25px;
    margin-right: 30px !important;
}