html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden !important;
}

body {
    font-size: 16px;  
    font-family: 'Roboto', sans-serif;  
    background-color: transparent;
}

/*MENU - INÍCIO*/
.navbar-nav>li>a {       
    color: #e3e3e1 !important;    
    font-size: 15px; 
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color:#efbb06 !important;
}

/*MENU - FIM*/
.endereco-rodape{
    color:#c68c1a;
    font-size: 15px;
    font-weight: bold;
}

#linha-menu-rodape{
    margin-top: 1%;
    margin-bottom: 1%;
}

.linha-redes-sociais-rodape{
    margin-top: 3%;
}

.mapa{
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.mapa:hover{
    width: 100%;
    height: 550px;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.mapa-mobile{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.3s ease;
}
.mapa-mobile:hover{
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.linha-menu-desktop{
    margin-top: 4%;
}

.linha-menu-desktop-rodape{
    margin-top: 9%;
}

.titulo-vantagem{
    color:#1d1d1d;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10%;
    text-align:center;
}

.titulo-vantagem-mobile{
    color:#1d1d1d;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10%;
    text-align: center;
}

.vantagem-img{
    width: 90px;
    height: 90px;        
}

.texto-vantagem{
    color:#acacac;
    font-size: 19px;
    margin-top: 5%;
}

.texto-vantagem-mobile{
    color:#acacac;
    font-size: 17px;
    margin-top: 5%;
    height: auto;
    text-align: justify;
}

.sobre-a-empresa{
    color: #acacac;
    font-size: 22px;    
}

.sobre-a-empresa-mobile{
    color: #acacac;
    font-size: 15px;    
}

.linha-sobre-a-empresa{
    margin-bottom:4%;
}

.porque-escolher-nossos-servicos{
    color: #acacac;
    font-size: 40px;
}

.porque-escolher-nossos-servicos-mobile{
    color: #acacac;
    font-size: 20px;
}

#area-banner-home{   
    background-size: cover;
    background-size: 100%;
    background: url("layout/superbaner/capa.jpg"); 
    height: 600px;
    margin-top: -7%;
    z-index: 1000;
}

#area-banner-home-mobile{   
    background-size: cover;
    background-size: 100%;
    width: 100%;
    /*background: url("layout/superbaner/capa_mobile_quadrado.jpg");
    height: 1000px;*/
    aspect-ratio:1/1;
}

.dvPai {
    position: absolute;
    z-index: 3000;
}

.divPai.divFilho {
    position: relative;
}


#area-banner-internas{   
    background-size: cover;
    background-size: 100%;
    background: url("layout/capa_internas.jpg");
    height: 100px;
    margin-top: -5.35%;
    z-index: 1000;
}

#area-banner-internas-mobile{   
    background-size: cover;
    background-size: 100%;
    background: url("layout/capa_internas.jpg");
    height: auto;    
    /*margin-top: -80%;
    z-index: 1000;*/
}

.area-resultados-pesquisa-imoveis{
    height: auto;
    background-color: transparent;
    background-size: 100%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top: 1%;
}

.area-resultados-pesquisa-imoveis-mobile{
    height: auto;
    background-color: #dfdfdf;
    background-size: 100%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-bottom: 2%;
}

.titulo-banner{
    color: #f7b129;
    font-size: 46px;
    background-color: transparent;  
    letter-spacing: 10px;
    margin-top: 5%;
}

.titulo-banner-mobile{
    color: #f7b129;
    font-size: 20px;
    letter-spacing: 5px;
    background-color: transparent;      
    margin-top: 30%;
}

.sub-titulo-banner{
    color:#e9e9e9;    
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: -2%;
}

.sub-titulo-banner-mobile{
    color:#FFFFFF;
    font-size: 16px;
    background-color: transparent; 
    margin-top: -3%;
}

footer {
    left: 0 !important;
    bottom: 0 !important;   
    overflow: hidden;           
}

.fundo-filtro-imoveis-home{
    background-color: #FFFFFF;
    background-size: 100%;
    height: 100px;
    border-radius: 10px;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-top: -4%;
    width: 1170px;
}

.fundo-filtro-imoveis-home-mobile{
    background-color: #FFFFFF;
    background-size: 100%;
    height: auto;
    border-radius: 10px;    
    width: 50%;   
    padding-top: 0.5%;
    padding-bottom: 0.5%;    
}

.fundo-filtro-imoveis-internas{
    background-color: #f8f8f8;
    background-size: 100%;
    height: 60px;
    border-radius: 20px;  
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}



.fundo-resultado-pesquisas{
    background-color: #dfdfdf;
    background-size: 100%;
    height: auto;
    border-radius: 20px;          
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top:2%;
}

.nossos-imoveis{
    color: #1d1d1d;
    font-size: 40px;    
}

.nossos-imoveis-mobile{
    color: #1d1d1d;
    font-size: 20px;    
}

.nossos-imoveis-venda{
    background-color: #f8f8f8;
    background-size: 100%;
    height: auto;
}

.moveis-rusticos{
    background-color: #FFFFFF;
    background-size: 100%;
    height: auto;
}

.nossos-imoveis-compra-na-planta{
    background-color: #FFFFFF;
    background-size: 100%;
    height: auto;
}

.mensal{
    color:#1d1d1d;
    font-size: 16px;
    font-weight: bold;    
}

.a-venda{
    color: #acacac;
    font-size: 40px;
}
.a-venda-mobile{
    color: #acacac;
    font-size: 20px;
}

.btn-ver-todos{
    background-color: #1d1d1d;
    background-size: 100%;
    border-radius: 20px;
    border-color: #1d1d1d;
    height: 55px;
    width: 180px;
    font-size: 24px;
    color:#c1c1c1;
    padding-bottom: 3%;
    padding-top: 3%;
    padding-left: 2%;
    padding-right: 2%;
    font-weight: bold;
}

.capa-imoveis-venda{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 250px;
    width: 230px; 
    background-size: cover; 
    background-repeat: no-repeat;    
}

.capa-imoveis-venda-mobile{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 250px;
    width: 100%; 
    background-size: cover; 
    background-repeat: no-repeat;
}

.chamada-imovel-venda{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #FFFFFF;
    background-size: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    height: 250px;     
    width: 230px;     
   -webkit-box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
   -moz-box-shadow:    2px 2px 2px 1px rgba(38, 32, 30, 0.5); 
    box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    outline: none;
}

.chamada-imovel-venda-mobile{   
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #FFFFFF;
    background-size: 100%;
    padding-bottom: 5%;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
    height: auto;     
    width: 100%;    
    -webkit-box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
   -moz-box-shadow:    2px 2px 2px 1px rgba(38, 32, 30, 0.5); 
    box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    outline: none;  
}

.sp-chamada-imovel{
    color:#626262;
    font-size: 16px;
    font-weight: bold;
}

.sp-tem-alguma-duvida{
    color:#b4b4b4;
    font-size: 22px;    
}

.sp-tem-alguma-duvida-mobile{
    color:#b4b4b4;
    font-size: 16px;    
}

.sp-entre-contato{
    color:#edb906;
    font-size: 40px;    
}

.sp-entre-contato-mobile{
    color:#edb906;
    font-size: 20px;    
}

.simulador-credito{
    background-color: #1d1d1d;
    background-size: 100%;
    border-radius:20px;
    padding-top: 2%;
    padding-bottom: 3%;
    padding-left: 4%;
    padding-right: 4%;
    height: auto;
}

.simulador-credito-mobile{
    background-color: #1d1d1d;
    background-size: 100%;  
    padding-top: 2%;
    padding-bottom: 3%;
    padding-left: 4%;
    padding-right: 4%;
    height: auto;
}

.sp-simulador{
    font-weight: bold;
    color:#edb906;
    font-size: 40px;
}

.sp-simulador-mobile{
    font-weight: bold;
    color:#edb906;
    font-size: 20px;
}

.sp-de-ate-simulador{
    font-size: 16px;
    color:#f0f0f0;
}

.sp-credito-imobiliario{
    font-weight: bold;
    color:#acacac;
    font-size: 40px;
}

.sp-credito-imobiliario-mobile{
    font-weight: bold;
    color:#acacac;
    font-size: 20px;
}

.sp-texto-credito-imobiliario{
    font-weight: bold;
    color:#f0f0f0;
    font-size: 22px;
}

.sp-texto-credito-imobiliario-mobile{   
    color:#f0f0f0;
    font-size: 16px;
}

.area-contato{
    background-color: #1d1d1d;
    background-size: 100%;
    height: auto;
    padding-bottom: 2%;
    padding-top: 2%;
}

.sp-valor-venda{
    color:#acacac;
    font-size: 18px;
    font-weight: bold; 
}

.dvBotaoPlus{
    /*display: flex;*/
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 18px;   
    background-color: #1d1d1d;    
    float: right;
    width: 20%;
}

.btnPesquisarProduto{
    background-color: #b3b3b3;
    border-radius: 10px;
    color:#FFFFFF;
    font-size:19px;
    height:70px;
    border: 1px solid transparent;
    outline: none;
    width: auto;   
}

.btnPesquisarProdutoInternas{
    background-color: #171717;
    border-radius: 15px;
    color:#e9e9e9;
    font-size:17px;
    height:50px;
    border: 1px solid transparent;
    outline: none;
    width: 100%;    
}

.btnPesquisarProdutoMobile{
    background-color: #171717;
    border-radius: 30px;
    color:#e9e9e9;
    font-size:19px;
    height:auto;
    border: 1px solid transparent;
    outline: none;    
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
}



.btnPesquisarMobile{
    background-color: #171717;
    border-radius: 30px;
    color:#e9e9e9;
    font-size:19px;
    height:auto;
    border: 1px solid transparent;
    outline: none;    
    width: 100%;
    padding-bottom: 2%;
    padding-top: 2%;
}

.div-select select {         
    background-color:  transparent;            
    height:70px; /* altura do select, importante para que tenha a mesma altura em todo os navegadores */     
    font-size:19px; /* Tamanho da Fonte */  
    width: 95%;
    color:#696969; /* Cor da Fonte */      
    font-weight: bold;
    text-indent: 0.01px; /* Remove seta padrão do FireFox */      
    text-overflow: "";  /* Remove seta padrão do FireFox */            
    border-radius:10px;    
    border: 1px solid rgba(38, 32, 30, .5);
    select::-ms-expand {display: none;} /* Remove seta padrão do IE*/   
   -webkit-box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
   -moz-box-shadow:    2px 2px 2px 1px rgba(38, 32, 30, 0.5); 
    box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    outline: none;
}

.div-select-mobile select {         
    background-color:  transparent;            
    height:50px; /* altura do select, importante para que tenha a mesma altura em todo os navegadores */     
    font-size:19px; /* Tamanho da Fonte */  
    width: 230%;
    color:#696969; /* Cor da Fonte */      
    font-weight: bold;
    text-indent: 0.01px; /* Remove seta padrão do FireFox */      
    text-overflow: "";  /* Remove seta padrão do FireFox */            
    border-radius:10px;
    border: 1px solid transparent;   
    select::-ms-expand {display: none;} /* Remove seta padrão do IE*/ 
   -webkit-box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
   -moz-box-shadow:    2px 2px 2px 1px rgba(38, 32, 30, 0.5); 
    box-shadow: 2px 2px 2px 1px rgba(38, 32, 30, 0.5);
    outline: none;
    align-self: center;
}

.div-mapa{
    background-size: 100%;
    height: 400px;
}

.assinatura-rodape{
    background-size: 100%;
    background-color: #626262;
    height: auto;   
    color: #FFFFFF;
    font-size: 15px;
    padding-top: 1%;
    padding-bottom: 1%;
}

.assinatura-rodape-mobile{
    background-size: 100%;
    background-color: #626262;
    height: auto;   
    color: #aeaeae;
    font-size: 14px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.titulo-internas{
    font-weight: bold;
    color: #e9e9e9;
    font-size: 60px;
    margin-top: 5%;
}

.titulo-internas-mobile{
    font-weight: bold;
    color: #e9e9e9;
    font-size: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.sub-titulo-internas{    
    color: #e9e9e9;
    font-size: 29px;
    margin-bottom: 5%;
}

.sub-titulo-internas-mobile{    
    color: #e9e9e9;
    font-size: 15px;
    margin-bottom: 5%;
    margin-top: 5%;
}

.fundo-internas{
    background-color: #f8f8f8;
    background-size: 100%;
    height: auto;
}

.nossos-servicos{
    background-size: 100%;
    background-color: #f8f8f8;
    height: auto;
    padding-bottom: 3%;
    padding-top: 3%;
}

.footer a {
    color: #3a3632
}

.header {
    background-color: rgba(51,50,50,0.5);   
    height: auto;
    background-size: 100%;
    padding-bottom: 1%;
    padding-top: 1%;
}

.header-mobile {
    background-color: #1E1D1B;    
    height: auto;
    background-size: 100%;
    padding-bottom: 3%;
    padding-top: 5%;
}

.menu-rodape{
    background-color: #1e1d1b;
    background-size: 100%;
    height: auto;
    margin-bottom: 0 !important;
    padding-bottom: 1%;
    padding-top: 1%;
}

.pesquisa input {
    width: 100%;
    max-width: 350px;    
    background: url("layout/lupa.png") no-repeat 97% center;
    background-size: auto 16px;
    background-color: #1b1b1b;
    outline: none;    
    color:#FFFFFF;
    border: none;
    border-radius: 5px;
    padding-bottom: 1.5%;
    padding-top: 1.5%;
    font-size: 14px;
    text-align: center;
    height: auto;
}

.redes-sociais-topo{
    height: auto;  
    float: left;
}

.redes-sociais-topo>img{    
    margin-right: 3%;
    margin-left: 3%;
}

.redes-sociais-topo-mobile{
    height: auto;      
}

.redes-sociais-topo-mobile>img{    
    margin-right: 1%;
    margin-left: 1%;
}

.link-rede-social-mobile{    
    color: #3a3632;
}

.container{
    max-width: 1200px;
}

.descricao-imovel{
    font-weight: bold;
    color:#1e1d1b;
    font-size: 29px;
    margin-left: 7%;
}

.composicao-imovel{
    color: #626262;
    font-size: 22px;
    margin-top: 5%;
    margin-left: 7%;
}

.dv-search{
    float: right;
}

.menu_container {
    border: 1px solid #92a7b4;  
    height: 46px;
}
.dropdown-menu>li>a {
    color: white !important
}
.dropdown-menu>li>a:hover {
    color: #555555 !important
}
.dropdown-menu {   
    background-color: black;
    color: white;
    filter: alpha(opacity=98);/* IE 5-7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";  /* IE 8 */
    -moz-opacity: 0.98;/* Netscape */
    -khtml-opacity: 0.98;/* Safari 1.x */
    opacity: 0.98; /* Navegadores Modernos*/   
    z-index: 1000;
}

.navbar {
    border-radius: 1px;
    min-height: 48px;
}
.navbar-default {
    background-color: transparent;
    border-color: #97abb7;  
    background-color: #e2e1e1 !important;
}
.navbar-default .navbar-brand {
    padding-bottom: 11px !important;
    padding-top: 13px !important;
}

.navbar-toggle {
    margin-bottom: 4px;
}
.navbar-collapse {
    padding-left: 0px;
}

.navbar-default {
    background-color: #c1c0c0;
    border-color: #c1c0c0;
}
.navbar-default .navbar-brand {
    color: #3a3632;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #3a3632;
}
.navbar-default .navbar-nav > li > a {
    color: #3a3632;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #3a3632;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #3a3632;
    background-color: #c1c0c0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #3a3632;
    background-color: #c1c0c0;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #857c74;
    border-bottom-color: #857c74;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: red;
    border-bottom-color: blue;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #3a3632;
    border-bottom-color: #3a3632;
}
.navbar-default .navbar-toggle {
    border-color: #c1c0c0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #c1c0c0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #857c74;
}
@media (max-width: 767px ){
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #857c74;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #3a3632;
    }
}
@media (min-width: 1200px) {
    .container{
        max-width:1000px;
    }
}


.ui-datepicker {
    width: auto !important;
}
a.cke_button {
    height: 25px !important
}



.canal-title {
    background-color: #e5e5e5;
    padding: 10px;
    color: #3a3632;
    font-weight: bold;
    text-transform: uppercase
}
.canal-title a {
    color: #3a3632;
}
.canal-title a:hover {
    color: #3a3632;
}
.canal-desc-content {
    min-height: 80px;
}
.media-heading a {
    color: #d4901f
}
.bold-white {
    color: white;
    font-weight: bold
}
.bold-white:hover {
    color: white;
    font-weight: bold
}
.bold-gold {
    color: #d4901f !important;
    font-weight: bold
}
.bold-gold:hover {
    color: #d4901f !important;
    font-weight: bold
}
.clear {
    clear: both
}
.header_adm_bot a {
    color: white;
}
.link-social {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}
#carousel-videos .carousel-caption {
    position: relative !important;
    color: black
}
#carousel-videos .carousel-indicators li {
    border: 1px solid black
}
#carousel-videos .carousel-indicators li {
    border: 1px solid black
}
#carousel-videos .carousel-indicators li {
    background-color: black;
}
.secao-title {
    color: #0068a3;
    font-size: 21px;
    /*font-weight: bold;*/
    letter-spacing: -2px
}
.background {
    position: absolute; width: 100%; height: 148px; background-color: white; z-index: -1;
}

.error_list {
    color: red
}
.form-forum input[type=checkbox] {
    width: auto !important;
    display: inline !important;

    margin-right: 5px;
    margin-top: -2px;
}
.help {
    font-style: italic;
}
#submenu_guia_comercial a {
    color: white;
}



#adm .col-md-2 {
    margin-bottom: 30px;
}
.padding30 {
    padding: 15px;
}
.padding20 {
    padding: 10px;
}
.form_actions {

}

.espacamento-imagens-carossel{
    padding-left: 0.5%;
    padding-right: 0.5%;
}

.td{
    color: #696969;
    font-weight: bold;
}

.titulo-secoes{    
    font-size: 25px;        
    color: #c68c1a;   
    margin-top: 3%;
}

.titulo-secoes-mobile{    
    font-size: 20px;        
    color: #c68c1a;    
}

.imagens-pesquisa-imovel-desktop{
    border-radius: 20px;      
    outline: none;
    width: 230px;
    height: 250px;
}

.imagens-pesquisa-imovel-mobile{
    border-radius: 20px;     
    outline: none;
    width: 100%;
    height: auto;
}

.dvBotaoPlusPesquisaImoveis{
    /*display: flex;*/
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 18px;   
    background-color: #1d1d1d;    
    width: 20%;
}

.dvBotaoPlusMobile{   
    text-align: center;
    vertical-align: middle;
    border-radius: 10px;
    padding-bottom: 2%;
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    color:#FFFFFF;
    font-weight: bold;
    font-size: 18px;   
    background-color: #1d1d1d;    
    width: 100%;
    margin-top: 5%;
}

.titulo-banner-internas{
    color: #f7b129;
    font-size: 25px;
    background-color: transparent;  
    letter-spacing: 10px;
    margin-top: 3%;
}

.titulo-banner-internas-mobile{
    color: #f7b129;
    font-size: 20px;
    background-color: transparent;  
    letter-spacing: 10px;
    margin-top: 3%;
}

.sub-titulo-banner-internas{
    color:#626262;    
    font-size: 20px;
    letter-spacing: 5px;
    margin-top: -2%;
    margin-bottom: 5%;
}

.capa-exibe-imovel{    
    height: 495px;
    width: 495px; 
    background-size: cover; 
    background-repeat: no-repeat;    
}

.table-round-corner {    
    width: 100%;
    text-align: center;
    overflow:hidden;
    border-collapse:separate;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

table td {
    color: #626262;
    background-color: white;
    padding: 2%;
    border: 1px solid #d0d0d0;    
}

table th{
    color: #626262;    
    background-color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    padding: 2%;
    font-size: 14px;
    text-transform: uppercase;
}

#table_back_2{
    background: #d0d0d0;
    background-size: cover;    
}

.capa-exibe-imovel-mobile{
    height: 495px;
    width: 100%; 
    background-size: cover; 
    background-repeat: no-repeat;    
}

.btnVoltar{
    background-color: #232323;
    background-size: cover;
    width: 100%;
    padding-bottom: 4%;
    padding-top: 4%;
    padding-left: 6%;
    padding-right: 6%;
    color: #FFFFFF;
    border-radius:10px;
}

.descricao-imovel-mobile{
    font-weight: bold;
    color:#1e1d1b;
    font-size: 20px;    
}

.composicao-imovel-mobile{
    color: #626262;
    font-size: 18px;  
    margin-top: 5%;
    margin-bottom: 5%;
}