<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">z

@import "footer.css";

html,
body {
    font-family: 'Source Sans 3', sans-serif;
    width: 100%;
    height: 100%;
}

.cabecalho {
    width: 100%;
    background-color: #fff;
}

.cabecalho .divisor {
    height: 1px;
    background-color: #ebebeb;
    width: 100%;
}

.cabecalho .nav-link {
    color: #ccc;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 500;
}

.cabecalho .nav-link:hover {
    transition: .4s;
    background: #1c365f;
    color: #fff;
}

.cabecalho .cabecalho-logo {
    display: block;
    width: 180px;
    margin: 15px auto;
}

.cabecalho .redes-socias {
    padding: 0;
    margin: 30px 0;
}

.cabecalho .redes-socias li {
    float: left;
    list-style: none;
    margin-right: 10px;
}

.cabecalho .redes-socias li a {
    display: block;
    padding: 8px 10px 5px 10px;
    border-radius: 8px;
    background-color: #fff;
    color: #1c365f;
    font-size: 15px;
    box-shadow: 4px 4px 8px #0000004d;
}

.cabecalho .redes-socias li a i {
    font-size: 20px;
}

.cabecalho .redes-socias li:nth-child(1) a {
    background-color: #1c365f;
    color: #fff;
}

.cabecalho form {
    border: 1px solid #ccc;
    margin: 25px 0;
    border-radius: 8px;
    max-width: 320px;
    float: right;
}

.cabecalho form .form-control {
    border: none;
    border-radius: 8px;
}

.cabecalho form .form-control:focus {
    box-shadow: none;
}

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

    .cabecalho .redes-socias {
        float: right;
    }

    .cabecalho .navbar {
        padding: 25px 0;
    }

    .cabecalho .navbar-toggler {
        position: absolute;
        right: 0;
        top: 8px;
        color: #000;
    }
}


.home-banner .barra-buscar {
    background-color: #1c365f;
    padding: 10px;
    text-align: center;
}

.home-banner .barra-buscar .btn {
    display: inline-block;
    background-color: #274677;
    color: #fff;
    padding: 15px 100px;
}

.home-banner .home-buscador .home-buscar-menu {
    background-color: #ebebeb;
}

.home-buscador .tab-pane {
    background: #ccc;
    padding-top: 14px;
}

.home-banner .home-buscador .home-buscar-menu .nav-tabs {
    border: none;
}

.home-banner .home-buscador .home-buscar-menu .nav-link {
    width: 25%;
    border: none;
    border-radius: 0;
    border-right: 2px solid #ccc;
}

.home-banner .home-buscador .home-buscar-menu .nav-link:last-child {
    border-right: none;
}

.home-banner .home-buscador .home-buscar-menu .nav-link.active,
.home-banner .home-buscador .home-buscar-menu .nav-link:hover {
    background-color: #ccc;
    color: #000;
}

.home-banner .home-buscador .btn {
    padding: 8px 100px;
    display: block;
    margin: 18px auto;
    background-color: #274677;
    color: #fff;
}

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

    .home-banner .home-buscador .home-buscar-menu .nav-link {
        display: block;
        width: 100%;
        padding: 5px;
    }

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

}

.buscador-oculto {
    display: none;
    width: 100%;
}

.buscador-oculto.d-block {
    margin-bottom: 25px;
}

.buscador-tag {
    padding: 15px;
    background: #ebebeb;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.buscador-tag p {
    margin: 0;
}

.buscador-tag svg {
    width: 20px;
    margin-top: -5px;
}

.page-header {
    width: 100%;
    background: #1c365f;
    color: #fff;
    padding: 40px;
    text-align: center;
    display: block;
}

.page-header h1 {
    font-size: 27px;
    margin: 0;
}

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

    .page-header h1 {
        font-size: 21px;
    }

}

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

.listing-item-list:hover {
    margin-top: -16px;
    transition: .4s;
}

.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: 999;
    right: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.listing-item-list .listing-badges div {
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
    top: 15px;
    right: 15px;
    position: absolute;
    max-width: 100px;
    font-size: 11px;
    text-align: center;
}

.listing-item-list .listing-badges div:nth-child(1) {
    left: 15px;
}

.listing-item-list .listing-badges div:nth-child(2) {
    right: 15px;
}

.listing-item-list .listing-img-content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
}

.listing-item-list .listing-img-container .image {
    height: 300px;
    width: 100%;
    background-position: center center !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;
}


.listing-item-list .listing-img-container .listing-price {
    color: #fff;
    font-size: 18px;
    padding: 12px;
    background: rgba(28, 54, 95, .5);
}

.listing-item-list .listing-content {
    background-color: #fff;
    color: #274677;
}

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

.listing-item-list .listing-title h4 {
    font-size: 15px;
    margin: 7px 0 8px;
    display: flex;
    align-items: center;
    height: 40px;
    color: #274677;
}

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

.listing-item-list .listing-title .btn {
    font-size: 12px;
    background: #274677;
    color: #fff;
}

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

.listing-item-headline-searchs {
    font-size: 25px;
    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;
}

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #013362;
    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: 55px;
}

.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: 30%;
}

.single-broker .content .image img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

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

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

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

.single-broker .content .info .cellphone {
    display: block;
    font-size: 17px;
    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 {
    float: left;
    width: 100%;
}

.gallery-listing .item {
    float: left;
    width: 25%;
    height: 520px;
    border: 1px solid #000;
    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) {
    display: block;
}

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

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

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

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

.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", sans-serif;
    content: "\f00c";
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background-color: #013362;
    border: 2px solid transparent;
    transition: border-color 0s;
    border-radius: 2px;
}

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

.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: #25D366;
    padding: 14px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: block;
}

.single-listing .share-options .title:hover {
    text-decoration: none;
    background: #22b65a;
}

.sidebar-listing-search button {
    background-color: #013362;
    border-color: #000;
    color: #fff;
}

.form-contact .btn {
    color: #fff;
    background-color: #013362;
    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: 50px;
    margin-bottom: 35px;
}

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

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

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

.page-link {
    color: #cd3539;
}

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

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

section#contact {
    margin-top: 25px;
    background-color: #ececec;
    background-position: center;
    background-repeat: no-repeat;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 236px;
}

section#contact .form-control:focus {
    border-color: #e27965;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

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

.gallery-listing {
    margin-top: 110px;
}

.single-listing .carousel-inner {
    height: 540px;
}

.single-listing .carousel-inner .carousel-inner,
.single-listing .carousel-inner .carousel-item,
.single-listing .carousel-inner .carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#mestre-slide {
    height: 450px;
}

#mestre-slide .carousel-inner,
#mestre-slide .carousel-item,
#mestre-slide .carousel-item img {
    height: 100%;
}

#mestre-slide a {
    height: 100%;
}

#mestre-slide .carousel-item img {
    object-fit: cover;
}

#mestre-slide .carousel-control-next,
#mestre-slide .carousel-control-prev {
    font-size: 40px;
}

.banner-destaque {
    height: 560px;
    margin-bottom: 50px;
    background: #ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-destaque .row,
.banner-destaque .col-md-8,
.banner-destaque .carousel,
.banner-destaque .carousel-inner,
.banner-destaque .carousel-inner .carousel-item,
.banner-destaque .carousel-inner .carousel-item img {
    height: 100%;
}

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

.banner-destaque .icon-reference,
.banner-destaque .icon-type {
    font-size: 13px;
    position: absolute;
    top: 10px;
    background-color: #869bae;
    color: #fff;
    padding: 5px 10px;
    font-weight: 500;
}

.banner-destaque .icon-reference {
    right: 10px;
}

.banner-destaque .icon-type {
    left: 10px;
}

@keyframes WaveWhatsApp {
    0% {
        transform: scale(0.5);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.pagina-imovel .breadcrumb {
    background: #fff;
    margin: 0;
    padding-left: 0;
    font-size: 14px;
}

.pagina-imovel .titulo {
    font-size: 31px;
    color: #1c365f;
    margin-bottom: 0;
}

.pagina-imovel .endereco {
    color: #1c365f;
    font-size: 21px;
}

.pagina-imovel .detalhes-cabecalho {
    text-align: right;
}

.pagina-imovel .preco {
    display: inline-block;
    background: #1c365f;
    padding: 2px 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    font-size: 33px;
    margin-bottom: 5px;
}

.pagina-imovel .referencia {
    color: #1c365f;
    font-size: 17px;
}

.pagina-imovel .form-interesse {
    width: 100%;
    background: #1c365f;
    padding: 25px 0;
}

.pagina-imovel .form-interesse h5 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.pagina-imovel .form-interesse p {
    font-size: 21px;
    color: #fff;
}

.pagina-imovel .form-interesse a {
    width: 100%;
    padding: 10px 18px;
    margin: 14px 0;
    border-radius: 10px;
    color: #fff;
    background: #55b75a;
    display: flex;
}

.pagina-imovel .form-interesse a:hover {
    text-decoration: none;
}

.pagina-imovel .form-interesse a i {
    font-size: 23px;
    margin-right: 10px;
}

.pagina-imovel .form-interesse-formulario {
    width: 100%;
    background: #ebebeb;
    padding: 50px 20px;
}

.pagina-imovel .form-interesse-formulario .btn {
    display: block;
    margin: 0 auto;
    background: #1c365f;
    color: #fff;
    padding: 10px 50px;
    font-weight: 300;
}

.pagina-imovel .imovel-detalhes-relevantes h4 {
    font-size: 30px;
    color: #1c365f;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0 20px 0;
}

.pagina-imovel .imovel-detalhes-relevantes h4 span {
    font-weight: bold;
}

.pagina-imovel .imovel-detalhes-relevantes p {
    font-weight: 600;
    font-size: 19px;
    color: #1c365f;
}

.pagina-imovel .imovel-detalhes-relevantes p i {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
    margin-right: 10px;
}

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

    .pagina-imovel .titulo {
        font-size: 25px;
    }

    .pagina-imovel .preco {
        font-size: 27px;
        font-weight: 500;
    }

    .pagina-imovel .form-interesse {
        text-align: center;
    }

    .pagina-imovel .form-interesse a {
        display: block;
        text-align: center;
    }

}

.whatsapp-plug-icon {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    cursor: pointer;
    background-color: #0ba360;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/whatsapp.svg');
    background-size: 50% auto;
}

.whatsapp-plug-icon::after,
.whatsapp-plug-icon::before {
    content: '';
    position: absolute;
    opacity: 0;
    border: 4px solid #0ba360;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    -webkit-border-radius: 50%;
    animation: WaveWhatsApp 1.5s ease infinite;
}

.whatsapp-plug-icon::after {
    animation-delay: .5s;
}

.whatsapp-plug-icon {
    cursor: pointer;
}

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

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -40px;
    top: 17%;
    font-size: 100px;
    color: #013362;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 17%;
    font-size: 100px;
    color: #013362;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #f9608e;
}

.carousel2 .item {
    height: 450px;
}

.carousel2 .item img {
    height: 100%;
    object-fit: cover;
}

.carousel2 .owl-nav button.owl-prev,
.carousel2 .owl-nav button.owl-next {
    top: 23% !important;
}

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

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

}

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

    .carousel2 {
        margin-top: 0;
    }

    .single-listing .carousel-inner {
        height: 400px;
    }

    .pg-search {
        margin-top: 10px !important;
    }

    .pg-search h1 {
        font-size: 28px;
    }

    .no-ajax form {
        display: none;
    }

    .tabela-preco tr td {
        font-size: 10px;
    }

    .tabela-preco th {
        font-size: 8px;
    }

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

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

    .map {
        margin-top: 20px;
    }

    .listing-item-headline {
        font-size: 20px;
    }

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

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

    .owl-carousel .owl-nav {
        display: none !important;
    }

}

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

.rodape-principal {
    background-color: #1c365f;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}

.rodape-principal .logo {
    display: block;
    margin: 10px auto;
    width: 200px;
}

.rodape-principal .item-unidade .titulo {
    font-weight: 600;
    margin-bottom: 2px;
}

.rodape-principal .item-unidade .endereco {
    font-size: 14px;
    margin-bottom: 0;
}

.rodape-principal .telefones {
    margin: 20px 0;
    padding: 0;
}

.rodape-principal .telefones li {
    float: left;
    width: 33%;
    list-style: none;
}

.rodape-principal .telefones li div,
.rodape-principal .telefones li a {
    display: block;
    background-color: #274677;
    height: 50px;
    text-align: center;
    padding: 8px 5px;
    line-height: 17px;
    font-size: 14px;
    color: #fff;
}

.rodape-principal .telefones li:nth-child(1) a,
.rodape-principal .telefones li:nth-child(1) div {
    border-radius: 8px 0 0 8px;
    background-color: #55b75a;
    padding: 17px 5px;
}

.rodape-principal .telefones li:nth-child(3) a {
    border-radius: 0 8px 8px 0;
}

.rodape-principal .telefones li:nth-child(2) a:hover,
.rodape-principal .telefones li:nth-child(3) a:hover {
    background: #132848;
    text-decoration: none;
}

.rodape-principal .telefones li a span {
    display: block;
}

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

    .rodape-principal .logo {
        margin-bottom: 40px;
    }

    .rodape-principal .telefones li a {
        font-size: 12px;
    }

}</pre></body></html>