#banner-home {
    /*background-image: url(../images/banner_home.jpg);*/
    background-image: url('../images/template/Home - Banner.svg');
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#banner-quem-somos {
    padding: 80px;
    background-image: url("../images/banner_home.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    .parallax-quem-somos, .parallax {
        background-attachment: initial !important;
    }
}

.parallax-quem-somos {
    background: url('../images/template/Home-Secao_02 1.svg');
    min-height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.quem-somos {
    content: url('../images/template/quem-somos.svg');
}

.banner-imoveis {
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-imoveis-tres {
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-imoveis-dois {
    max-width: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-favoritos {
    content: url('../images/template/Banner_05 1.png');
}

.footer-widget ul li a {
    color: #000;
}

    .footer-widget ul li a:hover {
        color: #51b56d;
        text-decoration: underline !important;
    }

.section-sm {
    padding-top: 45px;
    padding-bottom: 45px;
}

.bg-tertiary {
    background: #fbfbfb !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}
/* rtl:end:remove */
.text-primary {
    color: #0e00c4 !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-xl-5 {
    padding-right: 3rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.shadow-none {
    box-shadow: none !important;
}

.bg-white {
    background-color: #fff !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-0 {
    border: 0 !important;
}

.bg-primary {
    background-color: #0d6efd !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.align-items-center {
    align-items: center !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: 0.5rem;
    }

.me-4 {
    margin-right: 1.5rem !important;
}

.social-icons a {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }

    .list-footer {
        /*list-style-type: disc;
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;*/
        list-style-position: inside;
    }
}

@media (min-width: 992px) {
    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .float-copyright {
        float: left !important;
    }

    .float-right-desktop {
        float: right !important;
    }
}

.text-black {
    color: #040404 !important;
}

    .text-black:hover {
        background-color: #fafafa;
        transition: 0.3s;
        color: #007ba3 !important;
    }

@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }

    .mt-45-mobile {
        margin-top: 45px;
    }

    .list-footer {
        list-style-type: disc;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        list-style-position: inside;
    }

    .mg-mobile-accordion {
        margin-top: 35px;
    }

    .mg-mobile-image {
        padding: 25px;
    }
}

.white-link {
    color: #fff !important;
}

.black-link {
    color: #090909 !important;
}

li {
    padding-top: 8px !important;
    font-size: 15px !important;
}

    li ::marker {
        color: #0e00c4;
    }

::marker {
    color: #0e00c4;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #171717;
}

    .hover-underline-animation:after {
        content: "";
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #171717;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

.underline-footer {
}

.hover-underline-animation-blue {
    display: inline-block;
    position: relative;
}

    .hover-underline-animation-blue:after {
        content: "";
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 1px;
        bottom: 0;
        left: 0;
        background-color: #0e00c4;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation-blue:hover:after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

ul {
    /*list-style-type: none;*/
}

li {
    /*list-style-type: none;*/
}

.parallax-quem-somos-atendimento {
    background-image: url(../images/interior_apto.jpg);
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-quem-somos-parceria {
    background-image: url("https://images.pexels.com/photos/4491918/pexels-photo-4491918.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2");
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-quem-somos-clientes {
    background-image: url("../images/casal.jpg");
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    font-size: 16px !important;
}

@media (min-width: 768px) {
    .h1-about {
        max-width: 60% !important;
    }

    .mg-desktop-image {
        margin-top: 40px;
    }
}

body {
    color: #212529 !important;
}

.parallax {
    background-image: url("https://i.imgur.com/dXh3TAq.png");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    .image-ico {
        max-width: 15% !important;
    }

    .image-icon {
        max-width: 14% !important;
    }

    .mg-top-mobile {
        margin-top: 35px;
    }

    .mg-mobile-card-imovel {
        margin-left: 25px;
        margin-right: 25px;
        width: 90%;
    }

    .height-on-mobile {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: bottom;
    }
}

@media (min-width: 768px) {
    .shadow-desktop {
        -webkit-box-shadow: 8px 8px 45px 0px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 8px 8px 45px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 8px 8px 45px 0px rgba(0, 0, 0, 0.15);
        background-color: #fff;
        border-radius: 25px;
        padding: 45px;
        width: 100%;
    }

    .hide-on-desktop {
        display: none !important;
    }

    .image-ico {
        max-width: 30% !important;
    }

    .image-icon {
        max-width: 28% !important;
    }
}

.strong-section {
    color: #ff9c1d;
}

.gallery {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 18.75vw;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
}

.gallery__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    float: none;
}

    .gallery__item figure {
        width: 100%;
        height: 100%;
    }

    .gallery__item a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .gallery__item img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: contrast(0.72);
        opacity: 0.96;
        transition: all 240ms cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    .gallery__item:hover img {
        opacity: 1;
        filter: contrast(1);
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

    .gallery__item figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 64px 16px 16px;
        background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.72));
        color: white;
        opacity: 0;
        transform: translate3d(0, 24%, 0);
        transition: all 240ms cubic-bezier(0.47, 0, 0.745, 0.715);
    }

    .gallery__item:hover figcaption {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    }

@media screen and (min-width: 1024px) {
    .gallery__item:nth-child(7n + 3) {
        grid-column: span 2;
        grid-row: span 2;
        max-height: calc(37.5vw + 2px);
    }
}

@media screen and (max-width: 1024px) and (min-width: 640px) {
    .gallery {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 25vw;
    }

    .gallery__item:nth-child(9n + 2) {
        grid-column: span 2;
        grid-row: span 2;
        max-height: calc(50vw + 2px);
    }
}

@media screen and (max-width: 640px) {
    .gallery {
        display: block;
        margin: 16px;
    }

    .gallery__item:not(last-of-type):after {
        content: "";
        display: block;
        width: 100%;
        height: 16px;
    }
}

.widgets_div {
    padding: 22.85px 0;
}

    .widgets_div .icon_div {
        display: inline-block;
        margin-left: 15px;
        vertical-align: middle;
    }

        .widgets_div .icon_div span i {
            font-size: 24px;
        }

    .widgets_div .icon_div_progress {
        /*display: inline-block;
    vertical-align: middle;
    margin-left: 38%;*/
        position: absolute;
        top: 0;
        z-index: 2;
        text-align: center;
        width: 100%;
        color: black;
        line-height: 4.4rem;
    }

        .widgets_div .icon_div_progress span i {
            font-size: 24px;
        }

    .widgets_div .text_div {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle;
    }

        .widgets_div .text_div span {
            color: #000;
            font-size: 12px;
        }

            .widgets_div .text_div span + span {
                color: #747f85;
                font-size: 11px;
            }

footer {
    background-color: #fafafa !important;
    margin-top: 55px;
}

.property-filter {
    border: 0px !important;
}

.widget {
    border: 0px !important;
    border-top: 1px #eee solid !important;
    border-bottom: 1px #eee solid !important;
}

@media (max-width: 768px) {
    .margin-mobile {
        margin-left: 45px;
        margin-right: 45px;
    }

    .mobile-margin {
        margin-left: 15px;
        margin-right: 15px;
    }

    .mobile-effect-margin {
        margin-left: 15px;
        margin-right: 15px;
        border-radius: 25px;
    }

    .margin-top-mobile {
        margin-top: 25px;
    }

    .hide-on-mobile {
        display: none;
    }

    .height-on-desktop {
        object-fit: cover;
    }
}

.icon-hover:hover {
    color: #0e00c4 !important;
}

.parallax-favoritos2 igm {
    min-height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
}

.property-item:hover {
    -moz-box-shadow: 8px 8px 45px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 8px 8px 45px 0px rgba(0, 0, 0, 0.15);
    transition: 0.5s ease-in-out;
}

.parallax-contato {
    content: url('../images/template/Banner_06 1.png');
}

.parallax-parceiro {
    content: url('../images/template/Banner-Parceiro.svg');
}
@media (max-width: 767px) {
    .select-container {
        flex-direction: column;
    }

        .select-container .select-border,
        .btn-container {
            flex: 1 1 100%;
        }

    .btn-container {
        justify-content: space-around;
    }

    .property-price-slider {
        flex: 1 1 100%;
    }
}