@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Black.eot');
    src: url('../fonts/DINPro-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Black.woff2') format('woff2'),
        url('../fonts/DINPro-Black.woff') format('woff'),
        url('../fonts/DINPro-Black.ttf') format('truetype'),
        url('../fonts/DINPro-Black.svg#DINPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.eot');
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Medium.woff2') format('woff2'),
        url('../fonts/DINPro-Medium.woff') format('woff'),
        url('../fonts/DINPro-Medium.ttf') format('truetype'),
        url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Regular.eot');
    src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Regular.woff2') format('woff2'),
        url('../fonts/DINPro-Regular.woff') format('woff'),
        url('../fonts/DINPro-Regular.ttf') format('truetype'),
        url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



body{
    font-family: 'DINPro', sans-serif !important;
}

.fundo-azul{
    background-color:#0098b2 !important;
}

.cor-amarelo{
  color:#eee413 !important;
}

.cor-azul{
    color:#0098b2 !important;
}

.fundo-cinza{
    background-color:#bfbdbd !important;
}

.cor-cinza{
    color:#bfbdbd !important;
}


#header,
#noticias-container .title-white,
#noticias-container .conjunto-quadros .news-quadro1 span{
    font-family: 'DINPro', sans-serif !important;
}

#back-header{
    width:100%;
    float:left;
    overflow:hidden;
}

#link-header-insta{
    float:left;
    margin-left:15px;
    font-size:30px;
    color:#848080;
    transition:all 0.4s;
}


#link-header-insta:hover{
    color:#2f899d;
}

#header{
    background-color:#fff;
    width:100%;
    float:left;
    position:fixed;
    top:0px;
    left:0px;
    z-index:99;
}

#header .logo-linha{
    width:269px;
    float:left;
}

#header .navbar .navbar-nav .nav-link {
    font-size: 15px;
}

.link-portal-corretor a{
    font-size:12px !important;
}

.menu-principal{
    margin-right:20px;
}

.menu-principal .nav-link:hover{
    background-color:#0098b2 !important;
}

.menu-principal .nav-link:hover span{
    color:#fff !important;
}

#header.fixed {
    background: #fff;
    box-shadow:1px 1px 1px rgba(0,0,0,0.3);
    
}

@media screen and (min-width: 1024px){
    #header .menu-principal-alinha {
        padding-left: 0px;
    }
}

#header .navbar {
    width: 100%;
}

#header .navbar .navbar-nav .app-baixar {
    background: #e2e2e2 !important;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    min-height: 45px;
}

#header .navbar .navbar-nav .portal-corretor{
    background: #bfbdbd;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}

@media screen and (min-width: 992px){
    #header .navbar .navbar-nav .nav-link{
        font-weight:500;
    }

    #header .navbar .navbar-nav .nav-item .bullet::after{
        display:none;
    }
    #header .navbar-default{
        margin-top:0px;
    }

    #header .navbar .navbar-nav .nav-link{
        padding: 1em 13px !important;
        border-radius:5px;
    }

    #header .navbar .navbar-nav .nav-link span{
        color: #848080;
    }
}

#header .navbar .navbar-nav .nav-link.app {
    color: #848080 !important;
    padding-right: 15px !important;
}

#section-topo{
    background: #303B53;
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 35px;
}

.owl-carousel .carousel-componente h2{
    font-weight:500;
    font-size:60px;
}

.custom-card{
    border-radius: 14px;
    background-position:center center;
}

#carousel-topo .texto-banner-meio {
    font-size: 18px;
}

.owl-carousel .owl-stage-outer {
    width: 100%;
}

.owl-carousel .carousel-componente a{
    width: 100%;
    float: left;
    overflow: hidden;
}

#section-imoveis .card-imovel span{
    color: #444444;
}

#section-imoveis .card-imovel .card-highlight {
    background: transparent;
    color:#00778c;
    padding:5px 0px 0px !important;
    font-weight:bold;
}

#section-imoveis .card-imovel .svg-container {
    margin: -18px auto 0;
    width: 78%;
    float: right;
}

#section-imoveis .card-imovel .legenda-porcentagem{
    width: 78%;
    float: right;
    text-align: center;
    margin-bottom: -4px;
}






.conteudo-card{
    width:100%;
    float:left;
    overflow:hidden;
    padding: 20px 0px 13px;
    transition:all 0.4s;
}

.owl-carousel .mascara{
    height: 65vh;
    max-height: 620px;
    background:rgba(0, 0, 0, 0.4);
    transition:all 0.4s;
}

.owl-carousel:hover .mascara{
    background-color:rgba(0, 0, 0, 0.7);
}


.owl-carousel .mascara .botao-carousel{
    transition:all 0.4s;
    border-radius:6px;
}

.owl-carousel .mascara .botao-carousel{
    border: 2px solid #007b90 !important;
    background: #007b90 !important;
    color: #fff !important;
    font-weight:bold;
}

.owl-carousel:hover .mascara .botao-carousel{
    border: 2px solid #0098b2 !important;
    background: #0098b2 !important;
    color: #fff !important;
}

.owl-dots {
    margin: -50px auto;
}

.svg-container {
    margin: -23px auto 0;
}

#section-inst {
    width: 100%;
    float: left;
    overflow: hidden;
}

#section-inst .title-blue {
    color: #989595;
    font-weight: 500;
    font-size: 45px;
    padding-bottom:30px;
}

#section-imoveis{
    /* background: rgb(0,152,178);
    background: -moz-linear-gradient(180deg, rgba(0,152,178,1) 0%, rgba(0,124,144,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,152,178,1) 0%, rgba(0,124,144,1) 100%);
    background: linear-gradient(180deg, rgba(0,152,178,1) 0%, rgba(0,124,144,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0098b2",endColorstr="#007c90",GradientType=1); */
    background-color:#e2e2e2;
}

#section-imoveis .custom-card .conteudo-card .card-linha-1 {
    font-size: 14px;
    padding-left: 0px;
}

#section-imoveis .card-imovel .card-highlight {
    font-size: 25px;
}

#section-imoveis .custom-card .conteudo-card .info-empr-small {
    font-size: 14px;
    padding: 0px;
}

.box-imoveis{
    padding-top:35px;
}

.custom-card{
    background-size:100% auto;
    transition:all 0.4s;
}

.custom-card:hover{
    background-size:110% auto;
}

.custom-card:hover .conteudo-card{
    background-color:rgba(0,0,0,0.65);
    padding-bottom:30px;
}


#section-imoveis .custom-card .conteudo-card .info-empr {
    color: white;
    font-size: 16px;
    padding:0px;
}


.owl-prev,
.owl-next{
    display:none;
}
.owl-carousel .mascara{
    width: 26%;
    padding-left:40px;
    padding-right:40px;
}

#section-imoveis .title-blue {
    color: #444444;
    font-weight: 500;
}

#section-bairro.cinza .color-blue {
    padding: 0em 0px 20px;
    font-size: 40px;
    color: #000;
    font-weight:500;
}

#section-bairro.cinza h2{
    text-transform: uppercase;
    font-size: 48px;
    padding-bottom:35px;
    text-align:center;
}

#section-bairro.cinza p{
    text-align:center;
    font-size: 18px;
}

#section-bairro .titulo-bairros {
    font-weight: 500;
}

#section-bairro .borda-branca-btn {
    padding: 12px;
}

#section-bairro .mascara {
    padding: 5em 0 5em 0;
}

#section-bairro.cinza p{
    color:#000;
    font-size:15px;
}

@media screen and (min-width: 1200px){
    #section-bairro .video-responsivo-custom {
        max-width: 100%;
    }
}

#section-bairro .borda-branca-btn {
    border: 2px solid #444;
    color:#444;
    text-align:center;
    font-weight:500;
    border-radius:10px;
    width: 100%;
}

#section-bairro .borda-branca-btn:hover{
    border: 2px solid #444;
    background-color: #444;
    color: #fff;
}

#noticias-container .conjunto-quadros .news-quadro1 span {
    font-size: 21px;
    font-weight: bold;
}

/*
#assinatura{
    background-image:url(../img/bg.jpg);
    background-repeat:repeat-x;
    background-position:bottom center;
    padding-bottom: 140px;
    background-size: 44%;
}
*/

#noticias-container{
    background:#F5F0F0 !important;
}

#midia-social{
    background:#444 !important;
}

@media screen and (min-width: 992px){
    #carousel-topo .texto-banner-topo {
        padding-top: 3vh;
    }
}



#fundo-fixo .info-contato .footer-icon {
    color: #000;
}

#fundo-fixo .container-texto {
    color: #000;
}

#midia-social .custom-input-text {
    background: #fff;
    color: #000;
    border: 10px solid #fff;
}

#midia-social .botao-cadastrar {
    color: #000;
}

#fundo-fixo{
    background: rgba(177, 177, 177, 0.8);
}

#fundo-fixo .botoes-atendimento .botao-atendimento {
    background: #444;
    border: 2px solid #b3b7c0;
}

#section-bairro:not(.cinza) .titulo-bairros{
    font-size: 40px;
    padding-bottom: 14px;
}

#section-bairro .descritivo-bairro {
    font-size: 1em;
}

#noticias-container .title-white {
    color:#444;
    font-weight:500;
    margin-bottom: 5px;
}

#noticias-container .small-white{
    color:#444;
}

#noticias-container .botao-noticias{
    float:right;
    border-radius: 8px;
    margin-top: 25px;
    border: 2px solid #444;
    color: #444;
    font-weight:bold;

}

#noticias-container .botao-noticias:hover{
    color:#000;
}

.box-titulo-noticias{
    background-color:rgba(0,0,0,0.5);
    width:100%;
    float:left;
    padding:20px;
    overflow:hidden;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

#noticias-container .conjunto-quadros .quadro-news .box-zoom {
    height: auto;
    width: 100%;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}


#assinatura .assinatura-desenv{
    color: #666;
}

#noticias-container .conjunto-quadros .quadro-news .box-zoom div {
    height: 250px;
}

#midia-social {
    padding-bottom: 50px;
}

#fundo-fixo .botoes-atendimento .botao-atendimento {
    font-size: 15px;
    padding: 10px 25px;
}




.header-section-internas{
    background:#f0f0f0 !important;
}

.section-internas .header-section-internas{
    padding-top:50px;
}

.section-internas .header-section-internas h2 {
    font-size: 57px;
    color:#eee413;
}

#section-quem-somos .subtitulo {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0098b2;
}

.section-internas .conteudo-section-internas p{
    color:#666;
}

#section-quem-somos-conteudo{
    padding-top:50px;
}

#section-quem-somos-conteudo .embed-responsive{
    width:100%; 
    max-width:500px; 
    margin-left:20px; 
    margin-bottom:20px;
}

#section-contato .conteudo-section-internas .esquerda-internas .content #form-contato .btn-form {
    background-color: #eee413;
}

#section-contato .conteudo-section-internas .esquerda-internas .content #form-contato .btn-form:hover{
    background-color: #666;
}

#section-imoveis .box-conteudo{
    width:100%;
    float:left;
    overflow:hidden;
    padding-top:60px;
    padding-bottom:70px;
}

#section-detalhes-imovel{
}

#box-titulo-imovel{
    background-color: #666 !important;
}

#section-detalhes-imovel #box-menu-imovel{
    padding-top: 15px;
    padding-bottom: 15px;
}

#section-detalhes-imovel #box-menu-imovel #menu-imovel li a{
    border-radius:7px;
}

#section-detalhes-imovel #box-menu-imovel #menu-imovel li a:hover {
    background-color: #015766;
}

.box-conteudo-imovel .header-box-conteudo-imovel {
    background-color: #ccc;
}

.box-conteudo-imovel .header-box-conteudo-imovel h3 {
    font-weight: 500;
    color: #989595;
    font-size: 48px;
    text-align:center;
}

#section-detalhes-imovel #box-visao-geral-imovel {
    padding-top: 50px;
    padding-bottom: 50px;
}

#section-detalhes-imovel #box-visao-geral-imovel h1{
    font-weight:500;
    padding-bottom:20px;
}

#box-visao-geral-imovel #box-condicao{
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #eee;
    border-radius:7px;
}

#box-visao-geral-imovel #box-condicao #box-form{}

#box-visao-geral-imovel #box-condicao #box-form h3{
    margin-top: 16px;
    font-size: 27px;
    color: #989595;
    text-align: center;
}

#box-visao-geral-imovel #box-condicao #box-form .conteudo{}

#box-visao-geral-imovel #box-condicao #box-form .conteudo p{
    text-align:center;
    font-size: 15px;
}

#box-visao-geral-imovel #box-condicao #box-form .conteudo form{}


#box-form form{float:left; width:100%; padding-bottom:15px;}
#box-form input{margin-bottom:5px; float:left; width:100%;}
#box-form textarea{margin-bottom:5px; float:left; width:100%;}

#box-menu-imovel{
    position:fixed;
    z-index:999;
    top:65px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

#box-menu-imovel #menu-imovel li a {
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}


#box-form button {
    margin-top:10px;
    font-size: 17px;
    padding-top: 14px;
    color: #fff;
    padding-bottom: 14px;
    text-transform: uppercase;
    font-weight: 500;
}


.section-134{
    background-attachment: fixed;
    background-size:cover;
    background-position:bottom center;
    width:100%;
    float:left;
    overflow:hidden;
}


@media(max-width:1450px){


    .section-134{
         background-size:auto;

    }


}

 

.bg-section-134{
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.7147233893557423) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.7147233893557423) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.07) 0%, rgba(0,0,0,0.7147233893557423) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width:100%;
    height:92vh;
    float:left;
    overflow:hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-bg-section-134{
    width:100%;
    float:left;
}

                    
.span-content-bg-section-134{
    width:100%;
    float:left;
    text-align:center;
    font-size:23px;
    color:#fff;
    font-weight:500;
}

.h1-content-bg-section-134{
    width:100%;
    float:left;
    text-align:center;
    font-size:70px;
    margin-bottom:0px;
    color:#fff;
    font-weight:500;
}

.h2-content-bg-section-134{
    width:100%;
    float:left;
    text-align:center;
    font-size:28px;
    color:#fff;
}

#envolve-topicos{
    width: fit-content;
    margin: 0px auto;
    padding-left:0px;
    display:block;
    margin:20px auto 0px;
}

#envolve-topicos li{
    display:inline;
    list-style:none;   
    float:left;
    padding:10px 20px;
    border-right:1px solid #fff; 
}

#envolve-topicos li:last-child{
    border-right:0px;
}

#envolve-topicos li span{
    color:#fff;
    font-size:19px;
}

#box-video-imovel{
    background-color:#989595;
    padding-bottom: 30px;
}

.texto-principal{
    font-size:14px;
}

#conteudo-video, 
#box-fotos-imovel,
#box-tour-imovel,
#box-plantas-fotos-imovel,
#section-status-obra,
#section-status-obra2{
    padding-top: 15px;
    padding-bottom: 15px;
}

#galeria-fotos, #galeria-plantas{
    padding-top:0px;
    padding-bottom:0px;
}

.box-conteudo-imovel .conteudo-box-conteudo-imovel {
    padding-top: 0px;
    padding-bottom: 0px;
}

#box-tour-imovel{
    background-color:#eee;
}

#section-status-obra .reg-estagio-obra .reg-grafico-estagio {
    background-color: #666 !important;
}

#box-localizacao-imovel{
    padding-bottom:0px;
}

#box-localizacao-imovel .header-box-conteudo-imovel address {
    color: #000;
    padding-top: 0px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    margin: 0px;
}

#box-localizacao-imovel .header-box-conteudo-imovel{
    padding-top:0px;
}

.custom-card{
    position:relative; 
    height: 480px; 
    width: 100%;
    background-position:bottom center;
    background-size:cover;
}

#section-imoveis .card-imovel {
    height: auto;
    width: 100%;
    position:relative;
    float:left;
}


#section-imoveis .card-imovel .img{
    background-size:cover;
    background-position:center center;
    width:100%;
    padding-bottom:71%;
    float:left;
    overflow:hidden;
    border-radius: 12px;
}

#section-imoveis .card-imovel a{
    width: 100%;
    float:left;
}



@media(max-width:1450px){
    .owl-carousel .mascara{
        width: 30%;
    }
}

@media(max-width:1199px){
    #header.fixed .navbar-default .logo-linha {
        width: 160px;
    }
    
    #header .logo-linha{
        padding-right:0px;
    }

    .app{
        max-width: 80px !important;
    }
    .navbar-brand {
        margin-right: 0px;
    }

    .owl-carousel .mascara{
        width: 39%;
        max-height: 470px;
    }

    .pad-master-7em-5em {
        padding: 71px 0 51px 0;
    }
}

@media(max-width:992px){
    #header .navbar-default {
        background: #fff!important;
    }

    .owl-carousel .carousel-componente{
        background-size:cover !important;
    }

    .owl-carousel .mascara {
        width: 46%;
    }

    #section-inst p{
        font-size:19px;
    }

    .box-imoveis{
        padding-top:0px;
    }    

    #section-imoveis .custom-card {
        margin-top: 15px;
    }

    #section-topo {
        margin-top: 0px;
    }

    #header .logo-linha {
        transform: scale(1);
    }

    .navbar-dark .navbar-toggler {
        background-color: rgb(0,123,144) !important;
        border-color: rgb(0,123,144) !important;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    }

    .section-internas .header-section-internas h2{
        text-align:center;
        width: 100%;
        float: left;
    }

    .subtitulo h3{
        text-align:center;
    }

    .reg-noticias-int .img {
        width: 100%;
    }

    #link-voltar {
        border: 1px solid #0098b2;
        color: #0098b2;
    }

    .menu-principal {
        margin-right: 0px;
        background: #155864;
    }

    #header .navbar .navbar-nav .nav-link {
        font-size: 16px;
        width: 100%;
        color: #fff !important;
    }

    #header .navbar .navbar-nav .nav-link span{
        color: #fff !important;
    }

    .menu-aux{
        width:100%;
        float:left;
        display:block;
    }

    .menu-aux li{
        width:50% !important;
        float:left;
    }

    #header .navbar .navbar-nav .app-baixar{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    
    #header .navbar .navbar-nav .portal-corretor {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        height: 48px;
    }

    .app {
        max-width: 57% !important;
        text-align: right !important;
        height: 48px;
        line-height: 48px !important;
    }

    .portal{
        text-align:center !important;
    }

    .menu-principal li{
        border-top:1px solid #0098b2;
    }

    .owl-carousel .carousel-componente {
        background-position: center center !important;
    }
}

@media(max-width:767px){
    .h1-content-bg-section-134{
        font-size:43px;
    }
    
    .h2-content-bg-section-134{
        font-size:23px;
    }

    .owl-carousel .mascara {
        background: rgba(0,0,0,0.4);
    }
    
    .owl-carousel:hover .mascara{
        background: rgba(0,0,0,0.4);
    }

    #section-detalhes-imovel #box-visao-geral-imovel h3 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .owl-carousel .mascara {
        width: 100%;
    }

    :not(#section-inst) .pad-master-7em-5em {
        padding: 61px 15px 41px 15px;
    }

    .owl-dots {
        margin: -33px auto;
    }

    #section-inst .title-blue {
        font-size: 38px;
        padding-bottom: 10px;
        line-height: 39px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .pad-master-7em-5em {
        padding: 31px 15px 41px 15px;
    }

    #section-imoveis .title-blue {
        line-height: 34px;
    }

    .custom-card {
        height: 300px;
    }

    #section-imoveis .card-imovel .card-highlight {
        font-size: 23px;
    }

    #section-bairro .mascara {
        padding: 3em 0 3em 0;
    }

    #section-bairro h2{
        text-align:center;
    }

    #section-bairro .borda-branca-btn {
        font-size: 14px;
    }

    #section-bairro .round-mask {
        margin:0;
    }

    #section-bairro .titulo-bairros {
        font-size: 26px;
    }

    #section-bairro .descritivo-bairro {
        font-size: 14px;
    }

    #noticias-container .pad-master-5em{
        padding: 3em 15px;
    }

    #noticias-container .conjunto-quadros .quadro-news{
        margin-left: 0px;
        margin-right: 0px;
    }

    #noticias-container .title-white,
    #noticias-container .small-white{
        text-align:center;
    }

    #noticias-container .conjunto-quadros .quadro-news .box-zoom div {
        height: 190px;
    }

    .section-internas .header-section-internas h2 {
        font-size: 33px;
    }

    .section-internas .header-section-internas {
        padding-top: 57px;
        padding-bottom: 17px;
    }

    .bg-section-134 {
        height: 77vh;
    }    

    .h2-content-bg-section-134 {
        font-size: 18px;
    }

    .h1-content-bg-section-134 {
        font-size: 50px;
        font-weight: bold;
        line-height: 48px;
        padding-bottom: 18px;
        padding-top: 10px;
    }

    #envolve-topicos li {
        padding: 9px 20px;
        border-top: 1px solid #fff;
        border-right:0px;
        width: 100%;
        text-align: center;
    }

    #envolve-topicos li span {
        font-size: 16px;
    }

    .bg-section-134{
        background:rgba(0,0,0,0.4);   
    }

    #box-visao-geral-imovel #box-condicao {
        margin-top: 40px;
    }

    #conteudo-video{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box-conteudo-imovel .conteudo-box-conteudo-imovel .slider-navegacao .overlay {
        height: 55px;
    }

    #section-status-obra .container-andamento {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #section-status-obra .reg-estagio-obra {
        margin-bottom: 8px;
    }

    #section-status-obra .reg-estagio-obra .reg-grafico-estagio {
        width: 100%;
        margin-left: 0px;
        margin-bottom:0px;
    }

    #box-localizacao-imovel .header-box-conteudo-imovel {
        padding: 20px 0px;
    }

    #fundo-fixo .botoes-atendimento .botao-atendimento {
        padding: 10px 17px;
    }    

    #section-bairro:not(.cinza) .titulo-bairros{
        font-size: 32px;
        padding-bottom: 14px;
        line-height: 30px;
    }

    #section-bairro.cinza h2 {
        font-size: 36px;
    }
}

#fundo-fixo{
    overflow: initial !important;
}

#fundo-fixo .botoes-atendimento{
    overflow:initial !important;
}

#flutuante-whatsapp{
    float:left;
    position:absolute;
    z-index: 999;
    right: -35px;
    bottom: 42px;
    float: left;
    width: 50px;
}

#whatsapp i{
    display:none;
}

@media(max-width:767px){
    #whatsapp i{
        display:block;
    }   

    #flutuante-whatsapp{
        display:none;
    }
}

.pulse {
    animation: pulse 0.7s infinite;
    margin: 0 auto;
    display: table;
    margin-top: 50px;
    animation-direction: alternate;
    -webkit-animation-name: pulse;
    animation-name: pulse;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      -webkit-filter: brightness(100%);
    }
    100% {
      -webkit-transform: scale(1.1);
      -webkit-filter: brightness(140%);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      filter: brightness(100%);
    }
    100% {
      transform: scale(1.1);
      filter: brightness(140%);
    }
  }