body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(../imagens/bg.jpg);
	background-repeat:no-repeat;
    background-position: top center;
    background-color: #ffdf44;
    font-family: 'medium';
    font-size: 12px;
    color: #4d4e4d;
}

.titulo
{
    font-family: 'medium';
    font-size: 36px;
    line-height: 34px;
    color: #272727;
    letter-spacing: -2px;
    text-transform:uppercase;
    display: block;
}
    .subtitulo
    {
        font-size: 24px;
    }
.texto
{
    font-family: 'book';
    font-size: 14px;
	line-height:17px;
    color: #585858;
    display: block;
}

.principal
{
    width: 984px;
    margin: 0 auto;
}

.interna
{
    padding: 30px;
	min-height:600px;
    
}

.cabecalho
{
    width: 100%;
    
}

.logo
{
    margin-top: 30px;
    margin-bottom: 20px;
    height: 74px;
}

.selo
{
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 101px;
}

.slogan
{
    font-family: 'light';
    text-transform: uppercase;
    color: #767676;
    width:100%;
    text-align:center;
    background-color:#f1f1f1;
}

.cabtel
{
    margin-top: 43px;
    margin-left: 16px;
}

.menu_icone
{
    margin-top: 43px;
    display: none;
}

#menu_icone_fechar
{
    display: none;
}

.menu
{
    background-image: url(../imagens/bg_menu.gif);
    background-repeat: repeat-x;
    height: 46px;
    text-align: center;
    margin-bottom: 2px;
}

    .menu a
    {
        /*font-family: 'medium';
        font-size: 11px;
        color: #ffffff;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        line-height: 46px;
        padding-left: 20px;
        padding-right: 17px;
        margin: 0;*/
    }

        .menu a:hover
        {
            /*background-color: #5c5c5c;*/
        }

    .menu .btcliente
    {
        /*background-image: url(../imagens/bg_menu2.gif);
        background-repeat: repeat-x;*/
    }

        .menu .btcliente:hover
        {
            /*background-image: none;
            background-color: #ff0000;*/
        }

.menu_mobile
{
   
    position: absolute;
    z-index: 99999;
    height: 46px;
    text-align: center;
    margin-bottom: 2px;
    
    display: none;
width:100%;
}

    .menu_mobile a
    {
        background-image: url(../imagens/bg_menu.gif);
        background-repeat: repeat-x;
        font-family: 'book';
        font-size: 16px;
        color: #ffffff;
        text-decoration: none;
        display: block;
        line-height: 46px;
        padding-left: 20px;
        padding-right: 17px;
        margin: 0;
        
    }



        .menu_mobile a:hover
        {
            background-image: none;
            background-color: #7e7e7e;
        }

    .menu_mobile .btcliente
    {
        background-image:none;
        background-color:#cf0000 !important;
        
    }

        .menu_mobile .btcliente:hover
        {
        
            background-image:none;
    background-color:#ff0000 !important;
        }
        .menu_mobile .menu_mobile_sub {
    background-image:none;
    background-color:#494949 !important;
     border-bottom:1px solid #606060;
}
            .menu_mobile .menu_mobile_sub:hover {
                 background-color: #7e7e7e !important;
            }
/*................................................................................. MENU SUBLEVELS */


.wrap_menu {
    background-image:url(../imagens/bg_menu.gif);	
    background-repeat:repeat-x;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}
.wrap_menu_rodape {
    background-image:url(../imagens/bg_menu.gif);	
    background-repeat:repeat-x;
    width:780px;
    margin:0 auto;
}
.navigation {
	margin: 0px;
	padding: 0px;
    width:100%;
    margin:0 auto;
}
.navigation li {
	list-style: none;
}
ul.top-level li{
	float:left;
	margin-bottom:2px;
	text-align:left;
	border-right: 1px solid;	
}
ul.top-level:first-child {
    
}
ul.top-level li:last-child {
    /*padding-right:2px;*/
}
ul.top-level li a {
	font-family:'medium', Tahoma, Helvetica, sans-serif;
	color:#ffffff;
	font-size:10px;
	background-image:url(../imagens/bg_menu.gif);	
	height:31px;
	padding-top:15px;
	padding-left:16px;
	padding-right:17px;
	text-decoration: none;
	display: block;
	text-transform:uppercase;
}
ul.top-level li a:hover {
	color:#ffffff;
	background-image:none;		
	background-color:#5c5c5c;
}
.navigation a {
	cursor: pointer;
	display:block;
	text-decoration:none;
}
.navigation a:hover {
	text-decoration:none;
}
.navigation li:hover {
	position: relative;
	z-index:9999;
}
ul.sub-level {
	display: none;
}
li:hover .sub-level {
	display: block;
	position: absolute;
	left:;	
	top: 46px;
}
ul.sub-level li {
	font-size:12px;
	border: none;
	float:left;
	margin:0;
	padding:0;
}
ul.sub-level li a {
	text-align:left;
	height:31px;
	padding-top:15px;
	width:180px;
	background-color:#494949;
	background-image:none;
	color:#fff;
	/*border:1px solid #fff;*/
    border-bottom:1px solid #606060;
}
ul.sub-level li:last-child {
    /*border-bottom:1px solid #fff;*/
}
ul.sub-level li a:hover {
	background-color:#7e7e7e;
	color:#ffffff;
}
/*IE RESET HELPER*/
	li:hover .sub-level .sub-level {
	display:none;
}
.sub-level li:hover .sub-level {
	display:block;
}


ul.top-level li a.bt_cliente {
    background-image:none;
    background-color:#cf0000 !important;
}
ul.top-level li a.bt_cliente:hover {
    background-image:none;
    background-color:#ff0000 !important;
    float:right !important;
}

/*................................................................................. PESQUISA HOME */

       #ContentPlaceHolder1_DormitoriosDropDownList {
                width:100% !important;
            }

            #ContentPlaceHolder1_SuitesDropDownList {
                 width:100% !important;
            }

            #ContentPlaceHolder1_GaragensDropDownList {
                 width:100% !important;
            }

#divRegioes
{
    height: 130px;
    overflow: auto;
}

.campo
{
    padding-left: 5px;
    background-color: #F8F8F8;
    margin-bottom: 5px;
    border: 1px solid #d8d8d8;
    font-family: 'medium';
    font-size: 11px;
    line-height: 13px;
    color: #585858;
}

    .campo:focus
    {
        border: 1px solid #000000;
        background-color: #ffffff;
    }

.pesquisa
{
    font-family: 'light';
    background-image: url(../imagens/bg_pesquisa.gif);
    background-repeat: no-repeat;
    background-color: #eeeeee;
}

.pesquisa_referencia
{
    width: 260px;
    margin-left: 40px;
    margin-top: 15px;
}

    .pesquisa_referencia span
    {
        color: #931712;
    }

.pesquisa_referencia_campo
{
    width: 140px;
}

.pesquisa_divisoria
{
    height: 14px;
    width: 255px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 16px;
}

.pesquisa_referencia_drop
{
    width: 260px;
}

.pesquisa_regioes
{
    font-size: 11px;
    color: #3b3b3b;
    width: 140px;
    background-color: #f6f6f6;
    margin-left: 20px;
    margin-top: 20px;
}

.pesquisa_regioes_titulo
{
    background-color: #3b3b3b;
}

.pesquisa_valores
{
    width: 267px;
    margin-top: 25px;
    margin-left: 30px;
}

.pesquisa_titulo
{
    width: 85px;
}

.pesquisa_drop
{
    width: 175px;
}

.btpesquisar
{
    font-family: 'bold';
    font-size: 12px;
    color: #ffffff;
    width: 100%;
    height: 20px;
    padding-top: 4px;
    background-color: #e40001;
    display: block;
    text-decoration: none;
    text-align: center;
}

.pesquisa_btpesquisar
{
    width: 125px;
    margin-top: 25px;
    margin-left: 25px;
    font-size: 10px;
}

.pesquisalink
{
    font-family: 'light';
    color: #3b3b3b;
    text-decoration: none;
    line-height: 11px;
}

    .pesquisalink:hover
    {
        color: #747474;
    }
/*................................................................................. DESTAQUES HOME */

.destaques_tit
{
    margin-bottom: 17px;
    line-height: 17px;
}

    .destaques_tit span
    {
        font-family: 'medium';
        color: #4f504f;
        font-size: 24px;
        letter-spacing: -1px;
    }

        .destaques_tit span span
        {
            font-family: 'light';
            color: #4f504f;
            font-size: 24px;
            letter-spacing: -1px;
        }

.destaques_divisoria_venda
{
    border-bottom: 1px solid #4f504f;
    margin-left: 255px;
}

.destaques_divisoria_loca
{
    border-bottom: 1px solid #4f504f;
    margin-left: 290px;
}

.destaques_loca_btdetalhes
{
    position: relative;
}

.destaques_loca_tit
{
    position: relative;
    bottom: -5px;
}

.destaques_divisoria_empr
{
    border-bottom: 1px solid #4f504f;
    margin-left: 410px;
}

.imovel
{
    width: 235px;
}

.imovelDestaque
{
    width: 235px;
    margin-left: 14px;
}


.imovel_foto
{
    height: 169px;
    width: 100%;
}

.imovel img
{
    margin-bottom: 5px;
}


.imovelDestaque img
{
    margin-bottom: 5px;
}

.imovel_detalhes
{
    background-color: #eeeeee;
    padding: 10px;
}

.imovelDestaque a
{
    font-family: 'medium';
    font-size: 14px;
    line-height: 14px;
    color: #4f504f;
    text-decoration: none;
    margin-left: 14px;
}

    .imovelDestaque a span
    {
        font-family: 'bold';
        font-size: 20px;
        line-height: 20px;
        color: #003859;
        text-decoration: none;
        text-transform: uppercase;
    }

        .imovelDestaque a span span
        {
            font-family: 'light';
            font-size: 12px;
            line-height: 12px;
            color: #4f504f;
            text-decoration: none;
            text-transform: none;
        }

.imovel a
{
    font-family: 'medium';
    font-size: 14px;
    line-height: 14px;
    color: #4f504f;
    text-decoration: none;
}

    .imovel a span
    {
        font-family: 'bold';
        font-size: 20px;
        line-height: 20px;
        color: #003859;
        text-decoration: none;
        text-transform: uppercase;
    }

        .imovel a span span
        {
            font-family: 'light';
            font-size: 12px;
            line-height: 12px;
            color: #4f504f;
            text-decoration: none;
            text-transform: none;
        }
        .imovel a span span span{
	font-family: 'light';
	font-size:10px;
	line-height:10px;
	color:#003859;
}
.ref{
	font-family: 'light';
	font-size:9px !important;
	color:#4f504f !important;
}
.imovel + .imovel
{
    margin-left: 14px;
}

.imovel_btdetalhes_mobile_bg
{
    display: none;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

.imovel_btdetalhes_mobile
{
    font-family: 'bold';
    font-size: 10px;
    color: #ffffff;
    height: 16px;
    padding-top: 2px;
    padding-left: 10px;
    background-repeat: repeat-x;
    background-position: top right;
    background-color: #4f504f;
    display: block;
    text-decoration: none;
    text-align: center;
}

    .imovel_btdetalhes_mobile img
    {
        float: right;
        margin-top: -4px;
    }

/*................................................................................. INTERNA DETALHES IMÓVEL */

#FotoImage
{
    width: 362px;
    height: 272px;
}

.detalhesimovel_thumb
{
    width: 355px;
}

.divbusca
{
    font-size: 16px;
    width: 700px;
    padding: 30px;
    background-color: #e6e5e0;
}


.div_detalhesimovel
{
    background-color: #eeeeee;
    margin-bottom: 10px;
    width: 660px;
    padding: 18px;
}

.detalhesimovel_descr1
{
    /*width: 55%;
            margin-left: 4.5%;*/
    margin-left: 400px;
}

.detalhesimovel_ref
{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.font18px
{
    font-size: 18px;
}

.detalhesimovel_zebratabela
{
    width: 100%;
    font-size: 12px;
}

.detalhesimovel_zebratitulo
{
    width: 115px;
    color:#5f5e5e;
    padding-left:10px;
}

.detalhesimovel_zebratxt
{
    color:#5f5e5e;
    font-family:'book';
}

.bgzebra
{
    background-color: #f1f1f1;
}

.detalhesimovel_zebrarodape
{
    font-size: 11px;
    color: #fff;
    padding: 5px;
    background-color: #adadad;
}

.botoes_corretores
{
    margin-right: 10px;
}


.detalhesimovel_slider
{
    width: 90%;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.txtanuncio2
{
    font-size: 15px;
}

.txtanuncio3
{
    font-size: 15px;
}

.txtanuncio6
{
    font-size: 16px;
    /*line-height: 11px;*/
    padding-bottom: 12px;
    font-weight: bold;
    border-bottom: 1px dotted #b8b8b8;
    width: 100%;
}

.txtanuncio8
{
    font-size: 16px;
}

.txtanuncio9
{
    font-size: 16px;
    color: #004873;
    display: inline-block;
}

.thumb
{
    width: 70px;
    height: 72px;
}
a.link_voltar {
    color:#4d4e4d;
    text-decoration:none;
    padding:2px 5px 2px 5px;
    border:1px solid #eee;
    background-color:#f1f1f1;
    margin-bottom:10px;
}
a.link_voltar:hover {
    color:#da251d;
    text-decoration:none;
}

/*................................................................................. INTERNAS */

.banners
{
    padding-left: 30px;
    padding-bottom: 30px;
}

.banners_rodape
{
    display: none;
}

a.banner_rodape1 img
{
    width: 100%;
    height: auto;
}

.financ_logos {
    text-align:center;
    
}
.financ_logos img {
    margin-bottom:10px;
    margin-right:10px;
}

.empresa_fotos {
    text-align:center;
    
}
.empresa_fotos img {
    
    margin-bottom:10px;
    margin-right:10px;
}


/*................................................................................. CONTATO */

.campo_contato
{
    width:98%;
    padding: 15px;
    background-color: #ebebeb;
    border-bottom: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    margin-top: 4px;
    margin-bottom: 10px;
    font-family: 'condensed', "Trebuchet MS", Verdana, Arial;
    font-size: 14px;
    line-height: 15px;
    color: #585858;
    border-left-style: none;
    border-left-color: inherit;
    border-left-width: 0;
    border-top-style: none;
    border-top-color: inherit;
    border-top-width: 0;

  -webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
     -moz-box-sizing: border-box; /* For all Gecko based browsers */
          box-sizing: border-box;
}

    .campo_contato:focus
    {
        background-color: #f1f1f1;
    }

.multi
{
}

.botao
{
    padding:11px 55px 11px 55px;
	padding-top:11px;
	padding-bottom:11px;
    background-color: #da251d;
    font-family: 'bold';
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: right;
    text-decoration: none;
    text-transform:uppercase;
    border:0;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

    .botao:hover
    {
        background-color: #fe0000;
    }


   a.botao_PDF {
    font-family: "OpenSansSemibold","Lucida Sans Unicode",Tahoma,"Trebuchet MS",Helvetica;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    background-image: url('../imagens/icone_pdf.gif');
    background-repeat: no-repeat;
    background-position: 16px 17px;
    background-color: #eeeeee;
    display: block;
    padding-left: 50px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin-right:220px;
    /*width:70%;*/
}

a.botao_PDF:hover{
	background-color:#f1f1f1;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;	
}

    .botao_pesquisa
{
    width:155px;
	padding-top:11px;
	padding-bottom:11px;
    background-color: #da251d;
    font-family: 'bold';
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: right;
    text-decoration: none;
    text-transform:uppercase;
    border:0;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

    .botao_pesquisa:hover
    {
        background-color: #fe0000;
    }

    .botao_cinzapeq
{
    padding:7px 35px 7px 35px;
    background-color: #8c8c8c;
    font-family: 'bold';
    font-size: 12px;
    color: #fff;
    text-align: center;
    float: right;
    text-decoration: none;
    text-transform:uppercase;
    border:0;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

    .botao_cinzapeq:hover
    {
        background-color: #fe0000;
    }


.camposresp
{
    width: 49%;
}

.camposrespmargem
{
    /*margin-right: 2%;*/
}

/*................................................................................. RODAPE */

.rodape
{
    margin-top: 2px;
    background-color: #cf0000;
    min-height:200px;
}

.rodape_wrap
{
    width: 1000px;
    margin: 0 auto;
    position:relative;
    min-height:200px;
}

.rodape_wrap2
{
    width: 100%;
}

.rodape_logo
{
    margin-top: 50px;
}

.rodape_logo_grande
{
    display: none;
}

    .rodape_logo_grande img
    {
        width: 100%;
        height: auto;
    }

.rodape_tel

{
    width:600px;
    margin-top: 60px;
    margin-left: 60px;
	
}
.rodape_tel .tel {
    width:35%;
}
.rodape_end
{
    width:49%;
    margin-left: 25px;
}

.rodape_face
{
    width: 166px;
    margin-left: 65px;
    margin-top: 12px;
    background-image: url(../imagens/divisoria_icon_face.png);
    background-repeat: no-repeat;
}

.rodape_copyright
{
    position:absolute;
    margin-top: 8px;
    bottom:0;
    left:0;
    margin-bottom:10px;
    margin-left:10px;
    
}

    .rodape_copyright span
    {
        color: #f5c6c4;
        font-size: 7px;
        margin-right:40px;
    }

.rodape_acessa
{
    margin-top: 8px;
    position:absolute;
    bottom:0;
    right:0;
    margin-bottom:10px;
    margin-right:10px;
}

.rodape_face_mobile
{
    border-top: 2px solid #c5160e;
    padding-top: 10px;
    display: none;
}
/*................................................................................. FX */


.highlight
{
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    cursor: pointer;
}

    .highlight:hover
    {
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
        -moz-opacity: 0.9;
        opacity: 0.9;
    }

.shadow
{
    -moz-box-shadow: 3px 3px 4px #666666;
    -webkit-box-shadow: 3px 3px 4px #666666;
    box-shadow: 3px 3px 4px #666666;
    /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}
/*................................................................................. GERAL */


.left
{
    float: left;
}

.right
{
    float: right;
    top: -4px;
    left: 0px;
}

.clearboth
{
    clear: both;
}

a, span
{
    display: inline-block;
}

p
{
    margin: 0;
}

img
{
    display: inline-block;
    vertical-align: top;
    border: 0;
}

iframe
{
    border: 0;
    display: block;
}


/*................................................................................. MOBILE */

@media screen and (min-width: 1200px)
{
    .menu_mobile
    {
        display: none !important;
    }
}
/*
1200px – Desktops, notebooks com monitores widescreen
***********************************************************/
@media screen and (max-width: 1200px)
{
    body
    {
		background-image:none;
        background-color:#ffffff;
    }

    .principal
    {
        width: 100%;
    }

    .slogan
    {
       
    }

    .menu
    {
        width: 100%;
    }

        .menu a
        {
            padding-left: 1%;
            padding-right: 1%;
        }

    .pesquisa_referencia
    {
        width: 24.5%;
    }

    .pesquisa_divisoria
    {
        width: 100%;
    }

    .pesquisa_referencia_drop
    {
        width: 100%;
    }

    .pesquisa_regioes
    {
        width: 17.5%;
    }

    .pesq_div_2
    {
        display: none;
    }

    .pesquisa_valores
    {
        width: 25%;
    }

    .pesquisa_drop
    {
        width: 100%;
    }

    .pesquisa_titulo
    {
        font-family: 'medium';
        font-size: 10px;
        color: #000;
    }

    .pesquisa_btpesquisar
    {
        width: 11%;
    }

    .imovel
    {
        width: 23.5%;
    }

    .imovelDestaque
    {
        width: 23.5%;
    }

    .imovel_foto
    {
        /*width:100%;*/
        /*height:auto;*/
    }

    .imovel a span
    {
        font-size: 16px;
        line-height: 16px;
    }


    .imovelDestaque a span
    {
        font-size: 16px;
        line-height: 16px;
    }

    .rodape_wrap
    {
        width: 100%;
    }

    .rodape_copyright
    {
        width: 95%;
    }
	.cabecalho{
		background-image:url(../imagens/bg_cab.jpg);
		background-repeat:no-repeat;
		-webkit-background-size: cover;
	    -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;		
		background-color:#fedf47;		
	}

}
/*
960px – Tablets no formato paisagem e alguns monitores mais antigos
***********************************************************/
@media screen and (max-width: 960px)
{
    /* body {
 background-color:yellow;
}*/

    .slogan
    {
        
    }

    .logo
    {
        width: 30%;
    }

        .logo img
        {
            width: 100%;
        }

    .selo
    {
        width: 10%;
        margin-top: 2.5%;
    }

        .selo img
        {
            width: 100%;
        }

    .menu a
    {
        font-size: 85%;
    }

    .pesquisa_referencia_campo
    {
        width: 50%;
    }
}
@media screen and (max-width: 925px)
{
	.bt_cliente{
		position:fixed;
		top:0;
		right:0;
	}
}
@media screen and (max-width: 880px)
{
    .rodape_tel {
        width:63%
    }
}
@media screen and (max-width: 860px)
{
    .pesquisa_btpesquisar
    {
        width: 100%;
        float: right;
        margin-top: 10px;
    }

    .btpesquisar
    {
        width: 30%;
        float: right;
    }

    .pesquisalink
    {
        display: none;
    }

    .pesquisa_referencia
    {
        width: 27.5%;
    }

    .pesquisa_regioes
    {
        width: 20.5%;
    }

    .pesquisa_valores
    {
        width: 28%;
    }

}
/*@media screen and (min-width: 768px) {
 .menu_mobile {
 display:none !important;
}
}*/
/*
768px – Tablets no formato retrato, como o iPad
***********************************************************/
@media screen and (max-width: 768px)
{
    /* body {
 background-color:orange;
}*/
    .cabecalho {
        border-bottom:1px solid #e6ca43;
    }
    .logo
    {
        margin-top: 20px;
        width: 269px;
    }

    .selo
    {
        display: none;
    }

    .slogan
    {
        
    }

    .wrap_menu
    {
        display: none;
    }

    .cabtel
    {
        float: right;
        margin-right: 40px;
    }

    .menu_icone
    {
        display: inline-block !important;
        margin-right: 20px;
    }


    .pesquisa_referencia
    {
        margin-left: 2%;
    }

    .imovel + .imovel
    {
        margin-left: 1%;
    }

    .imovelDestaque
    {
        margin-left: 1%;
    }

    .detalhesimovel_descr1
    {
        width: 40%;
    }

    .thumb
    {
        border-left: 5px solid #fff;
        width: 130px;
    }

    .anythingSlider-default .back
    {
        left: -37px !important;
        top: 0;
    }

    .anythingSlider-default .forward
    {
        right: -40px !important;
        top: 0;
    }

    .camposresp
    {
        float: none;
        width: 100%;
    }

    .campo_contato
    {
        width: 100% !important;
    }
    .menu {
        display:none;
    }
    .rodape_end
{
    width:58%;
    margin-left: 15px;
}
}

@media screen and (max-width: 745px)
{
    .rodape_tel
    {
        margin-left: 5%;
    }

    .rodape_face
    {
        width: 20%;
        margin-left: 5%;
    }

    .detalhesimovel_thumb
    {
        width: 100%;
        float: none;
    }

    #FotoImage
    {
        width: 100%;
        height: auto;
    }

    .detalhesimovel_descr1
    {
        margin-left: 0;
        margin-top: 40px;
        width: 100%;
        float: none;
    }

    .interna
    {
        padding: 20px;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .cabtel img{
        width:173px;
    }
}

@media screen and (max-width: 675px)
{
    .destaques_tit_img2
    {
        display: none;
    }

    .imovel_btdetalhes_mobile_bg
    {
        display: block;
    }
	.rodape_wrap{
		min-height:250px;
	}
}

@media screen and (max-width: 675px) {
    .rodape_tel {
        float:left;
        text-align:center;
        margin-left:0;
        width:50%;
        
    }
    .rodape_logo {
        float:left;
        width:37.21%;
        margin:0 auto;
        padding-top:40px;
    }
    .rodape_logo img {
        width:100%;
        height:auto;
    }
    .rodape_tel .tel, .rodape_end {
        display:block;
        float:none;
        margin-left:10%;
    }
    .rodape_tel .tel {
        width:100%;
        
    }
    .rodape_end {
        width:100%;
        padding-top:20px;
        padding-bottom:30px;
    }
}

@media screen and (max-width: 588px)
{
    .rodape_face
    {
        display: none;
    }



    .rodape_face_mobile
    {
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }
}

@media screen and (max-width: 565px)
{
    .logo
    {
        float: none;
		margin-top:0;
    }

    .cabtel
    {
        display: none;
    }

    .menu_icone
    {
        margin-top: -65px;
    }

    .pesquisa_referencia
    {
        width: 40%;
    }

    .pesquisa_regioes
    {
        width: 35%;
    }

    .pesquisa_valores
    {
        float: right;
        margin-right: 20px;
        margin-top: 0;
        width: 80%;
    }
	.cabecalho{
		padding-top:20px;
	}
}

@media screen and (max-width: 510px)
{
    .banners
    {
        display: none;
    }

    .banners_rodape
    {
        margin-top: 30px;
        display: block;
    }

    .banner_rodape1
    {
        width: 48%;
        background-color: #FC0;
    }

    a.banner_rodape1_img
    {
        width: 100%;
    }

    .banner_rodape1 img
    {
        width: 100% !important;
        height: auto;
    }

    .banner_rodape2
    {
        width: 48%;
    }

        .banner_rodape2 img
        {
            width: 100%;
            height: auto;
        }
            a.botao_PDF {
        margin-right:0;
    }
}
/*
480px – Smartphones no formato paisagem com tela pequena
***********************************************************/
@media screen and (max-width: 480px)
{
    /* body {
 background-color:red;
}*/
    .logo
    {
        float: none;
        width: 55%;
        height: auto;
        margin-bottom: -15px;
    }

    .cabtel
    {
        margin-left: 0;
        float: none;
        width: 173px;
    }

    #wrapper
    {
        display: none;
    }

    .menu_mobile
    {
        margin-top: 0;
    }

    .menu_icone
    {
        margin-top: -35px;
    }

    .imovel
    {
        width: 48%;
        margin-top: 10px;
		min-height:330px;
    }

    .imovelDestaque
    {
        width: 48%;
        margin-top: 10px;
    }

    .destaques_tit_img
    {
        width: 100%;
        height: auto;
    }

    .empr
    {
        line-height: 24px;
    }

    .thumb
    {
        width: 80px;
    }

    .interna
    {
        padding-top: 30px;
    }
    .botao_pesquisa {
        width:49.2%;
    }
      .cabecalho
    {
       padding-bottom:30px;
    }
	.pesquisa_referencia{
		margin-left:70px;
	}


}

@media screen and (max-width: 440px)
{
    .rodape
    {
        padding-top: 20px;
    }

    .rodape_logo
    {
        display: none;
    }

    .rodape_logo_grande
    {
        display: inline-block;
    }
	.rodape_tel{
		width:80%;
		margin-top:30px;
	}


    .rodape_face_mobile img
    {
        width: 100%;
        height: auto;
    }

    .detalhesimovel_slider
    {
        width: 86%;
    }
	.menu_icone {
	    margin-top: -25px;
	}	
}

@media screen and (max-width: 405px)
{
    .pesquisa_referencia
    {
        width: 70%;
        margin-right: 5px;
        margin-left: 70px;
    }

    .pesquisa_regioes
    {
        width: 75%;
        margin-right: 10px;
        margin-left: 70px;
        margin-top: 0;
    }

    .pesquisa_valores
    {
        width: 75%;
        margin-right: 10px;
        margin-top: 20px;
        margin-left: 70px;
        float: left;
    }



    .btcorretor
    {
        margin-left: 5px !important;
    }

    .detalhesimovel_slider
    {
        width: 79%;
    }

    .titulo
    {
        font-size: 28px;
		line-height: 28px;
    }


    .cabecalho
    {
        padding-bottom: 30px;
       
    }

}
/*
320px – Smartphones no formato retrato com tela pequena
***********************************************************/
@media screen and (max-width: 320px)
{
    /* body {
 background-color:black;
}*/
    .logo
    {
        width: 50%;
        float: left;
        margin-top:10px;
    }

    .cabtel
    {
        float: left;
    }

    .menu_icone
    {
        margin-top: 0;
        float: right;
    }

    .menu_icone
    {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .menu_mobile
    {
        margin-top: 0px;

    }

    .destaques_divisoria_venda
    {
        display: none;
    }

    .imovel_btdetalhes_mobile
    {
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 0;
        padding-top: 4px;
    }


    .cabecalho
    {
        margin: 0;
		padding: 0;
		height: 75px;
    }

    .banner_rodape1
    {
        width: 100%;
        margin-right: 0 !important;
    }

        .banner_rodape1 img
        {
            width: 100%;
            height: auto;
        }

    .banner_rodape2
    {
        margin-top: 20px;
        width: 100%;
    }

        .banner_rodape2 img
        {
            width: 100%;
            height: auto;
        }
            .botao {
        width:100% !important;
        padding-left:0;
        padding-right:0;
    }
        .botao2 {
        width:100% !important;
        padding-left:0;
        padding-right:0;
    }


}