:root {
    --theme-primary-color: rgb(104, 0, 27);
    --theme-primary-color-t05: rgba(104, 0, 27, 0.5);

    --theme-primary-color-dark: rgb(119, 5, 30);
    --theme-primary-color-dark-t05: rgba(119, 5, 30, 0.5);
    --theme-primary-color-dark-t09: rgba(119, 5, 30, 0.9);
    --theme-secondary-color: rgb(0, 0, 0);
    --theme-secondary-color-t05: rgba(0, 0, 0, 0.5);
    --theme-secondary-color-t08: rgba(0, 0, 0, 0.8);

    --theme-footer-color: rgb(0, 0, 0);
    --theme-footer-color-t09: rgba(0, 0, 0, 0.9);
    --theme-navbar-color: rgb(0, 0, 0);
    --theme-secondary-color-dark: rgb(65, 57, 39);
}

.main-header .dropdown-menu a:hover {
    color: var(--theme-primary-color);
}

.blog-3 h3 a:hover {
    color: var(--theme-primary-color);
}

.top-header-3 .top-header-inner .top-contact-item i,
.top-header-3 .top-header-inner .top-contact-item p {
    color: var(--theme-primary-color);
}

.main-footer-3 {
    background: url(../img/bg-footer.png) var(--theme-footer-color-t09);
}

.main-footer-3::before {

    background-color: var(--theme-footer-color) !important;
}

li.menu3>.megamenu {
    left: 320px
}

.top-header-3 .top-logo img {
    -webkit-filter: drop-shadow(1px 1px 0px #494949);
    filter: drop-shadow(1px 1px 0px#494949);
    height: 64px;
}

.megamenu-title {
    color: var(--theme-primary-color) !important;
    border-color: var(--theme-primary-color) !important;
}

.main-header-5 {
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5 {
    background: black !important;
} */

.main-header-5.header-shrink {
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5.header-shrink {
    background: black !important;
} */

.main-footer-3 .social-media .icon {
    background: unset !important;
    color: #fff !important;
}


.main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: var(--theme-navbar-color) !important;
}

/* .main-header-5.header-shrink .header-inner {
    box-shadow: none;
    background: black !important;
} */

.dropdown-ul li {
    border-top: solid 1px var(--theme-secondary-color-dark);
    background-color: var(--theme-primary-color-dark-09)
}

.megamenu-title {
    color: var(--theme-secondary-color);
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid var(--theme-secondary-color);
}

@media (max-width: 1400px) {
    .top-header-3 .top-logo img {
        height: 50px;
    }
}

.top-contact-item {
    display: none !important;
}


@media (max-width: 1400px) {
    .top-header-3 .top-logo img {
        height: 80px;
        margin-top: 15px;
    }
}

.top-header-3 .top-logo img {
    height: 78px;
    margin-top: 15px;
}


.busca-on .nav-tabs .nav-link, .busca-home .nav-tabs .nav-link {
    color: #fff;
    background: var(--theme-secondary-color);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tag > .featured {
    color: #fff;
}

.sidebar-inner > .sidebar-logo {
    background: var(--theme-secondary-color);
}

.main-footer-3 .f-logo {
    max-width: 90%;
}

@media (min-width: 1250px) {
    .main-footer-3 .f-logo {
        max-width: 60%;
    }
}

@media (max-width: 900px) {
    .main-footer-3 .f-logo {
        max-width: 60%;
    }
}

.megamenu-area {

    background: var(--theme-secondary-color-t08); 
}

.megamenu-title {
    color: #fff !important;
}

.property-photo > .tag > span {
    color: #fff;
}

.property-box-2:hover .tag > span {
    color: var(--theme-secondary-color-t08);
}

.whatsapp-plug-icon-right {
    right: 20px !important;
    left: unset !important;
    margin-bottom: 95px;
}

#page_scroller {
    bottom: 40px;
    right: 17px;
}

.agent-contact > .col-4 {
    display:none;
}

.flags > a > span > i {
    color: #fff;
}

@media (max-width: 992px) {
    .menuDireito {
        margin-right: -38%;
    }
}

@media (min-width: 570px) {
    .dropdown:hover > .dropdown-menu {
        max-width:175%;
    }
    .bootstrap-select .dropdown-menu {
        max-width:175%;
    }
}

.main-footer-3 .footer-inner .contact-info li small {
    color: #fff;
}