body {
    color: #212121;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #3e4095;
    font-family: poppins, sans-serif;
    font-weight: 700;
}
.bg-gold {
    background-color: #3e4095;
}
.top-bar {
    background: #3e4095;
    color: #ffffff;
}
.top-bar p {
    font-size: 14px;
    color: #ffffff;
}
.top-bar a {
    color: #ffffff;
}
.main-navbar {
    padding: 7px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
}
.navbar-brand img {
    width: auto;
    height: 82px;
}
.option-item.phoneheader .default-btn {
    border-radius: 3px;
    background: #3e4095;
    color: #ffffff;
    padding: 8px 8px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    color: #212121;
}
.main-navbar .navbar .navbar-nav .nav-item a:hover, 
.main-navbar .navbar .navbar-nav .nav-item a:focus, 
.main-navbar .navbar .navbar-nav .nav-item a.active {
    color: #212121;
    font-weight: bold;
}
.navbar-nav .nav-item a:hover:after, 
.navbar-nav .nav-item a.active:after {
    width: 100%;
    background: #3e4095;
}
.main-slides-content .content h1 {
    text-shadow: 3px 3px 3px #3e4095;
}
.bt-search-code {
    background-color: #d4aa00;
    border: 2px solid #d4aa00;
}
.search-home .submit-btn button {
    background-color: #d4aa00;
}
.main-navbar .navbar .others-options .option-item .user-box a i {
    background-color: #d4aa00;
    border: 1px solid #d4aa00;
}
.featured-item .featured-top-content h3 a {
    color: #3e4095;
}
.featured-item .featured-top-content p a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    color: #62606c;
}
.featured-item .featured-bottom-content .featured-btn .default-btn {
    background-color: #d4aa00;
}
.featured-item .featured-top-content .featured-list li i {
    color: #d4aa00;
}
.main-navbar .navbar .others-options .option-item {
    margin-right: 10px;
}
.default-btn {
    color: #fff;
    background-color: #3e71a0;
}
.footer-area {
    background: #3e71a0;
    overflow: hidden;
    padding-bottom: 74px;
}
.single-footer-widget h3 {
    margin-bottom: 5px;
    font-size: 18px;
    color: #fff;
}
.single-footer-widget .footer-quick-links li a {
    display: inline-block;
    color: #fff;
}
.widget-logo a {
    background: #fff;
    padding: 13px;
    border-radius: 15px;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/upload/imobiliaria/site_4/images/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    opacity: 0.3;
}
img.fancybox-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('/upload/imobiliaria/site_4/images/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    opacity: 0.3;
}
.fancybox-slide .fancybox-image-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/upload/imobiliaria/site_4/images/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    opacity: 0.3;
}

@media only screen and (max-width: 767px) {
    .main-slides-content .content h1 {
        font-size: 21px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #search-code {
        justify-content: space-around;
        width: 100%;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 1199px) {
    .navbar-area {
        background-color: #3e71a0;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #e1e1e1;
    }
}
@media (max-width: 992px){
.footer-fixed a.bt-call {
    background-color: #3e4095!important;
}
}