.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #091930;
    font-family: poppins, sans-serif;
    font-weight: 700;
}
.main-navbar {
    padding: 15px 0;
    background-color: #091930;
    -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: 61px;
}
.option-item.phoneheader .default-btn {
    border-radius: 3px;
    background: #dac56c;
    color: #091930;
    padding: 8px 8px;
}
.main-navbar .navbar .navbar-nav .nav-item a {
    font-size: 14px;
}
.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: #dac56c;
    font-weight: bold;
}
.search-home .submit-btn button {
    display: inline-block;
    height: 42px;
    width: 95px;
    line-height: 42px;
    background-color: #091930;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    -webkit-transition: .6s;
    transition: .6s;
}
.featured-item .featured-top-content h3 a {
    color: #091930;
}
.featured-item .featured-top-content p a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3em;
    color: #62606c;
}

.default-btn {
    color: #fff;
    background-color: #091930;
}
.footer-area {
    background: #091930;
    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;
}
.main-navbar .navbar .others-options .option-item {
    margin-right: 10px;
}

.watermark {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('upload/imobiliaria/site_6/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_6/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_6/images/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    opacity: 0.3;
}
@media (max-width: 992px){
.footer-fixed a.bt-call {
    background-color: #091930!important;
}
}