html,
body {
    font-family: Montserrat, sans-serif;
    width: 100%;
    height: 100%;
    background-color: #ececec;
}

ul li {
    list-style: none;
}

.calendario {
    width: 100%;
    margin: 0;
    float: left;
    background: #fff;
    padding: 0;
}

.calendario ul {
    padding: 0;
    margin: 0 8px;
}

.calendario li {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: left;
    min-height: 200px;
    float: left;
}

.calendario li:after {
    display: block;
    clear: both;
}

.calendario li span {
    display: block;
    text-align: center;
}

.calendario li ul li {
    width: 14.28%;
    margin-bottom: 0;
    text-align: center;
    background: #c6ffc8;
    padding: 4px;
    min-height: auto;
}

.calendario li ul li.alugadoC,
.calendario li ul li.preReserva,
.calendario li ul li.alugadoP {
    background: #FF6961;
    color: #fff;
}

.menu-mobile {
    color: #fff;
    cursor: pointer;
    display: none;
    position: absolute;
    top: -70px;
    right: 20px;
}

.site-cabecalho {
    background: rgba( 153, 155,  92, .9);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
}

.site-cabecalho.fixo .logo-site {
    margin-top: 10px;
}

.site-cabecalho .container {
    position: relative;
}

.site-cabecalho .logo-site {
    display: block;
    width: 110px;
    margin: 20px 0;
}

.main-navbar {
    background: rgb(255 255 255 / 87%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.main-navbar .navbar-brand {
    width: 100px;
}

.navbar-nav .nav-item {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-navbar .nav-link {
    color: #fff;
}

.site-cabecalho .menu-com-megamenu {
    float: right;
    padding: 0;
    margin: 60px 0 0 0;
    position: relative;
}

.site-cabecalho .menu-com-megamenu li {
    float: left;
    list-style: none;
    font-size: 15px;
}

.site-cabecalho .menu-com-megamenu li a {
    display: block;
    margin-left: 15px;
    color: #fff;
}

.site-cabecalho .menu-com-megamenu li a:hover {
    color: #000;
    text-decoration: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
    background-color: #999b5c;
    color: #fff;
    margin-right: 10px;
}

.search-page {
    margin-top: 160px;
}

.about-page,
.pg-contato {
    margin-top: 185px;
}

.banner-home {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-home .carousel,
.banner-home .carousel .carousel-inner,
.banner-home .carousel .carousel-inner .carousel-item {
    height: 100%;
}

.banner-home .carousel .carousel-control-next,
.banner-home .carousel .carousel-control-prev {
    font-size: 60px;
    color: #fff;
}

.banner-home iframe,
.banner-home img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.banner-home .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .35);
}

.search-home {
    bottom: 85px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 12;
}

.search-home h1 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.search-home h1 span:not(.title) {
    display: block;
}

.search-home h1 span.title {
    font-weight: bold;
    color: #999b5c;
}

.banner-home .overlay .nav-tabs {
    border: none;
    margin-bottom: 10px;
}

.banner-home .overlay .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background: #999b5c;
    color: #fff;
    border-radius: 0;
    margin-left: 8px;
    border: none;
    padding: 14px;
    min-width: 100px;
}

.banner-home .overlay .nav-tabs .nav-link.active,
.banner-home .overlay .nav-tabs .nav-link:hover {
    background: #fff;
    color: #999b5c;
}

.banner-home .overlay .nav-tabs .nav-link:first-child {
    margin-left: 0;
}

.banner-home .overlay .tab-content {
    padding: 10px;
    background: #00746C;
}

.banner-home .overlay .tab-content .btn {
    border-radius: 0;
}

.search-home .form-control,
.search-home .form-control:focus {
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #282828;
    font-size: 14px;
}

.search-home .btn {
    display: block;
    width: 100%;
    font-size: 14px;
    background-color: #999b5c;
    color: #fff;
    border: none;
    height: 34px;
}

.listing-item-headline {
    text-transform: uppercase;
    font-size: 23px;
    margin: 15px 0;
    display: block;
}

.listing-item-headline-searchs {
    font-size: 23px;
    margin: 15px 0 0 0;
}

.listing-item-headline-searchs span {
    font-size: 15px;
}

.listing-item-headline-breadcrumbs {
    padding: 0;
    margin: 0;
}

.listing-item-headline-breadcrumbs li {
    float: left;
    padding-left: 14px;
    list-style: none;
    font-size: 14px;
}

.listing-item-headline-breadcrumbs li:first-child {
    padding-left: 0;
}

.listing-item-headline-breadcrumbs li a {
    color: #333;
}

.listing-item-list {
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-radius: 10px;
}

.listing-item-list .listing-img-container {
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
}

.listing-item-list .listing-badges {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.listing-item-list .listing-badges .greeh-reference {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    float: right;
    background-color: #348620 !important;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
}


.listing-item-list .listing-badges .red-reference {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    float: right;
    background-color: #999b5c !important;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
    font-weight: bold;
    z-index: 1;
}

.listing-item-list .listing-badges .green-reference {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    float: right;
    background-color: #348620 !important;
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
}


.listing-item-list .listing-badges .featured {
    background-color: #348620;
    float: left;
    color: #fff;
    transform: rotate(-45deg);
    left: -60px;
    top: 25px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
}

.listing-item-list .listing-badges .featured-red {
    background-color: #999b5c;
    float: left;
    color: #fff;
    transform: rotate(-45deg);
    left: -60px;
    top: 25px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12px;
    margin: 0;
}

.listing-item-list .listing-badges .featured-green {
    background-color: #348620 !important;
}

.listing-item-list .listing-img-content {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 20px 16px 20px;
    line-height: 1;
}

.listing-item-list .listing-img-container:after,
.listing-item-list .listing-img-container:before {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    content: "";
    z-index: 9;
}

.listing-item-list .listing-img-container:hover:before {
    opacity: 0.9;
    background: linear-gradient(to bottom, transparent 65%, #999b5c);
    transition: opacity .3s;
}

.listing-item-list .listing-img-container .image {
    height: 300px;
    width: 100%;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    border-radius: 10px;
}

.listing-item-list .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 60%, #333);
}

.listing-item-list .listing-img-container .listing-price {
    color: #fff;
    font-size: 23px;
}

.listing-item-list .listing-content {
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
}

.listing-item-list .listing-content .listing-title {
    padding: 2px 20px;
    min-height: 115px;
}

.listing-item-list .listing-title h4 {
    height: 60px;
    line-height: 1.2;
    font-size: 13px;
    margin: 7px 0 8px;
    font-weight: bold;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    min-height: 35px;
    text-transform: uppercase;
}

.listing-item-list .listing-title h2,
.listing-title h5 {
    font-size: 13px;
    margin: 7px 0;
}

.listing-item-list .listing-features {
    width: 100%;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 2px;
}

.listing-item-list .listing-features li {
    float: left;
    width: 33.33%;
    font-size: 13px;
    text-align: center;
}

.listing-item-list .listing-features li span,
.listing-item-list .listing-features li i {
    display: block;
    font-size: 10px;
    margin-bottom: 4px;
}

.listing-item-list .listing-features li i {
    font-size: 14px;
}

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #999b5c;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 12px 10px;
    transition: all 0.2s;
    font-size: 25px;
}

.back-to-listings:hover {
    color: #000;
}

.sidebar-listing-search {
    padding: 14px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px;
}

.single-broker {
    background: #fff;
    margin-bottom: 40px;
}

.single-broker .single-broker-header {
    background-color: #dedede;
    padding: 10px 25px;
    border: 1px solid #ccc;
    border-bottom: none;
    float: left;
    width: 100%;
}

.single-broker .single-broker-header h5 {
    margin-bottom: 0;
    font-size: 18px;
    color: #717171;
}

.single-broker .single-broker-header p {
    margin: 0;
    font-size: 13px;
    color: #717171;
}

.single-broker .content {
    padding: 20px;
    float: left;
    width: 100%;
}

.single-broker .content .image {
    float: left;
    width: 50%;
}

.single-broker .content .image img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    object-fit: cover;
}

.single-broker .content .info {
    width: 50%;
    float: left;
    line-height: 19px;
    text-align: center;
}

.single-broker .content .info p {
    font-size: 19px;
    margin-bottom: 0;
}

.single-broker .content .info span {
    color: #348620;
    font-size: 13px;
}

.single-broker .content .info .cellphone {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 6px;
    background: #25D366;
    padding: 5px 10px;
    border-radius: 30px;
    color: #fff;
}

.single-broker .content .info .cellphone:hover {
    background: #075E54;
    text-decoration: none;
    transition: .3s;
}

/*   Galeria de imagens no imovel   */

.gallery-listing {
    margin-top: 140px;
    float: left;
    width: 100%;
}

.gallery-listing .item {
    float: left;
    width: 33%;
    height: 290px;
    display: none;
}

.gallery-listing .item:nth-child(1),
.gallery-listing .item:nth-child(2),
.gallery-listing .item:nth-child(3),
.gallery-listing .item:nth-child(4),
.gallery-listing .item:nth-child(5),
.gallery-listing .item:nth-child(6) {
    display: block;
}

.gallery-listing .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-listing .item.active {
    float: left;
    height: 660px;
}

.block-features-property {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.calendario .inicio {
    position: relative;
}

.calendario .inicio span {
    z-index: 2;
    position: relative;
}

.calendario .inicio:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #c6ffc8;
    border-left: 30px solid #c6ffc8;
}

.calendario .final {
    position: relative;
}

.calendario .final span {
    z-index: 2;
    position: relative;
}

.calendario .final:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-right: 37px solid #c6ffc8;
}

.block-features-property header {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.block-features-property header h3 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
}

.block-features-property ul {
    margin: 0;
    padding: 0;
}

.block-features-property ul li {
    float: left;
    width: 33.33%;
    font-weight: 400;
    list-style: none;
    font-size: 14px;
    margin: 4px 0;
}

.block-features-property ul li:before {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin-right: 10px;
    top: -1px;
    position: relative;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #999b5c;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}

.single-listing .price {
    font-weight: bold;
    margin: 0;
    text-align: right;
    font-size: 24px;
}

.single-listing .price-condominium {
    font-weight: bold;
    text-align: right;
    margin: 0;
}

.single-listing .form-contact {
    background-color: #fff;
    padding: 30px 25px;
}

.single-listing .form-contact p {
    font-weight: bold;
    text-align: center;
}

.single-listing .form-contact .form-control,
.single-listing .form-contact .form-control:focus {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.single-listing .share-options {
    margin-top: 20px;
    background: #fff;

}

.single-listing .share-options .title {
    background: #999b5c;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.single-listing .share-options .content {
    padding: 14px;
    text-align: center;
}

.single-listing .share-options .content ul {
    padding: 0;
    margin: 0;
}

.single-listing .share-options .content ul li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.single-listing .share-options .content ul li a {
    width: 50px;
    height: 50px;
    display: block;
    padding: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 27px;
}

.main-footer {
    width: 100%;
    background:  rgba( 153, 155,  92, .9);
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-mestre {
    background: #282828;
    padding: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
}

.footer-mestre a {
    color: #fff;
    font-weight: bold;
}

.rodape-rede-sociais {
    border: 1px solid #fff;
    float: left;
    padding: 5px 15px;
    border-radius: 35px;
    margin-top: 15px;
}

.rodape-rede-sociais li {
    float: left;
    padding: 10px;
    margin: 0;
    list-style: none;
}

.rodape-rede-sociais li a {
    color: #fff;
}

.sidebar-listing-search button {
    background-color: #999b5c;
    color: #fff;
}

.form-contact .btn {
    color: #fff;
    background-color: #999b5c;
    border-color: #000;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.contact-page {
    margin-top: 145px;
    margin-bottom: 35px;
}

.contact-page .btn {
    background-color: #999b5c;
    border-color: #000;
}

.contact-page iframe {
    border-radius: 3%;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #999b5c;
    border-color: #fff;
}

.page-link {
    color: #999b5c;
}

.page-link:hover {
    z-index: 2;
    color: #999b5c;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(205 53 57 / 38%);
}

.img-about-us img {
    width: 500px;
    height: 280px;
    object-fit: cover;
}

.lead {
    font-size: 19px;
    font-weight: 400;
}

.about-us {
    margin-bottom: 20px;
    margin-top: 20px;
}

.rodape-site-indices {
    margin-top: 50px;
    margin-bottom: 30px;
}

.rodape-site-indices .titulo {
    text-align: center;
    margin-bottom: 14px;
}

.rodape-site-indices .titulo p {
    background: #000;
    display: inline-block;
    padding: 9px 21px;
    color: #fff;
    text-transform: uppercase;
}

.rodape-site-indices .item {
    display: flex;
    padding-top: 10px;
    border-radius: 15px;
}

.rodape-site-indices .item p {
    padding: 30px 25px;
    background: #999b5c;
    color: #fff;
    border-radius: 10px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 17px;
}

.rodape-site-indices .item span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
}

.rodape-site-indices .item:hover {
    background: #ebebeb;
}

.info {
    margin-top: 12px;
}

.rodape-site-indices {
    background-color: #fff;
    border-radius: 40px;
    padding: 30px;
}

.main-navbar.fixed-top {
    background: #fff;
}

.main-navbar.fixed-top .navbar-brand img {
    width: 70px;
}

.facebook {
    color: #3b5998 !important;
}

.instagram {
    color: #833AB4 !important;
}

.telegram {
    color: #0088cc !important;
}

.whatsapp {
    color: #A4c639 !important;
}

.twitter {
    color: #00acee !important;
}

.barra-contatos {
    width: 100%;
    left: 0;
    right: 0;
    height: 84px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .9);
}

.barra-contatos ul {
    padding: 0;
    text-align: center;
}

.barra-contatos ul li {
    display: inline-block;
    padding: 20px 35px;
    font-size: 17px;
}

.barra-contatos ul li a {
    display: flex;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 20px;
}

.barra-contatos ul li svg {
    width: 40px;
    fill: #25d366;
    margin-right: 20px;
}

.barra-contatos ul li .texto-contato span {
    display: block;
    color: #8eaebf;
}

.btn-zap {
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 999;
}

.btn-zap img {
    width: 50px;
}

.home-blog {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #242424;
    margin-top: 40px;
}

.home-blog h2 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
    color: #fff;
}

.blog-item {
    background: #ebebeb;
}

.blog-item .conteudo {
    padding: 10px;
    background-color: #fff;
}

.blog-item h3 {
    color: #4a4a4a;
    font-size: 15px;
    font-weight: bold;
}

.blog-item p {
    font-size: 12px;
    color: #4a4a4a;
}

@media screen and (min-width: 1220px) {

    .container {
        max-width: 1260px !important;
    }

}

@media screen and (max-width: 768px) {

    .search-page {
        margin-top: 130px;
    }

    .block-features-property ul li {
        width: 100%;
    }

    .site-cabecalho .menu-com-megamenu {
        display: none;
        padding: 0;
        margin: 0;
    }

    .site-cabecalho .menu-com-megamenu li {
        display: block;
        width: 100%;
        font-size: 14px;
    }

    .site-cabecalho .menu-com-megamenu li a {
        width: 100%;
        padding: 4px;
    }

    .menu-mobile {
        display: block !important;
    }

    .site-cabecalho .logo-site {
        width: 190px;
    }

    .banner-home,
    .banner-home .carousel .carousel-inner .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    .search-home .form-control {
        margin-bottom: 5px;
    }

    .search-home h1 {
        font-size: 21px;
    }

    .banner-home .overlay .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 5px;
        font-size: 9px;
        padding: 5px;
        margin-left: 0;
        display: block;
    }

    .gallery-listing .item,
    .gallery-listing .item.active {
        height: auto;
        display: block;
        width: 100%;
        padding: 5px;
        border: none;
    }

    .rodape-rede-sociais {
        margin: 0 auto 20px auto;
        float: none;
        display: flex;
    }

    .rodape-rede-sociais li {
    }

    .main-footer .overlay ul {
        margin: 0 0 40px 0;
    }

    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .map {
        margin-top: 20px;
    }

    .single-listing {
        margin-top: 120px;
    }

    .listing-item-headline-searchs {
        font-size: 17px;
        margin-left: 0;
        margin-top: 17px;
    }

    .single-listing .price {
        text-align: left;
    }

    .img-about-us img {
        width: 100%;
        height: 100%;
        padding: 10px;
    }

    .info {
        margin-top: 10px;
    }

    .search-home {
        bottom: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        background-color: #fdfdfd;
        color: #999b5c;
        margin-right: 10px;
    }

    .barra-contatos {
        height: 45px;
    }

    .barra-contatos ul {
        display: flex;
    }

    .barra-contatos ul li {
        font-size: 14px;
        padding: 10px 5px;
    }

    .barra-contatos ul li small {
        display: none;
    }

    .barra-contatos ul li svg {
        width: 25px;
        margin-left: 10px;
        margin-right: 4px;
    }

}

@media screen and (max-width: 375px) {
    .listing-item-headline {
        font-size: 18px;
    }
}

@media screen and (min-width: 1020px) {

    .site-cabecalho {
        min-height: 140px;
    }

    .site-cabecalho.fixo {
        min-height: 120px;
    }
}