@charset "utf-8";
img, object, embed, video {max-width: 100%;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width: 100%;}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body {font-size: 15px;} /* para acessibilidade tam fonte no body */
a {text-decoration: none; color: #4B5563;} 
a:hover {color: #4B5563;} 

.bt_acess { /* acessibilidade */
	background: #F7F7F7;
	font-family: 'CenturyGothic';	
	margin-right: 1px;
	margin-left: 1px;
	border: 0;
	border-radius: 2px;
} 

.gridContainer {
	clear: none;
	float: none;
	width: 100%;
	margin-left: auto;
	margin-right: auto;	
	font-family: 'CenturyGothic';	
	color: #4B5563;
}

#anima {
	clear: both;
	width: 100%;
	height: auto;
	z-index: 1;
}

#anima img {
    max-width: 250%;
	margin-left: -60%;
	width: 250%;
	height: 400px;	
}

#topo_id { /* index */
	clear: both;
	width: 100%;
	background: rgba(255,255,255,1.00);
}
#topo_id a {color: #FFF;}
#topo_id a:hover {color: #F2F2F2;}

#topo { /* internas */
	clear: both;
	width: 100%;
	background: rgba(255,255,255,1.00);
}
#topo a {color: #FFF;}
#topo a:hover {color: #F2F2F2;}

/* cabeçalho */
.cabecalho {
	clear: both;
	width: 90%;
	padding: 20px 5%;
}

.logo {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.logo img {width: 280px;}

.menu_principal {
	float: left;
	clear: none;
	width: auto;
	margin-top: 13px;
}

/*área do cliente*/
.area_cliente {
	display: block;
	float: right;
	clear: right;
	width: auto;
	height: 40px;
	margin-left: 10px;
	line-height: normal;
	cursor: pointer;
}
.area_cliente .txt_link_portal {display: none; text-transform: uppercase; color: #11111F;}
.area_cliente span {color: rgba(17,17,31,0.10);}
.area_cliente img {width: 40px;}

.area_cliente li ul {	
	display: none;
	position: absolute;
	width: 205px;
	height: auto;
	background: #4B5563;
	text-align: left;
	right: 0;
	z-index: 99;
}
.area_cliente li:hover ul {display: block;}

.area_cliente li li {
	display: block;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}

.area_cliente li ul a {
	display: block;
	margin: 0;
	text-align: left;
	padding: 5%;
	font-size: 13px;
}
.area_cliente li ul a:hover, .menu li ul li:hover a {background: #EB6144;}

.item_area_cliente {
	clear: both;
	width: 100%;	
	margin-left: 0;
}

.area_busca {
	position: absolute;	
	clear: both;
	width: 90%;
	margin-left: 5%;
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgba(255,255,255,0.95);
	top: 160px;	
	color: #FFF;
	border-radius: 8px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
	z-index: 9;
}
.area_busca a {color: #FFF;}
.area_busca_lista {clear: both; width: 100%;}

#breadcrumb {
	float: left;
	clear: both;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: solid 1px #868D8E;
}
#breadcrumb span {color: #EB6144; font-family: 'LeelawadeeUI';}
#breadcrumb a {color: #4B5563;} 
#breadcrumb:hover {color: #4B5563;} 

.txt_breadcrumb {
	float: left;
	clear: both;
	width: 100%;
}

.voltar {
	float: right;
	clear: right;
	width: 100%;
	height: 25px;
	margin-top: 20px;
	text-align: center;
}

/* destaques */
.efeito img {-webkit-filter: brightness(1); } 
.efeito img:hover {-webkit-filter: brightness(0.5); }
#area_destaques {
	float: left;
	clear: both;
	/*margin-top: 30px;*/
	padding: 30px 0;
	background: #F7F7F7;
}

.destaques {
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
}

.box_destaques {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.img destaques {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.cod_destaques {
	position: absolute;
	clear: both;
	width: auto;	
	height: auto;
	padding: 5px 15px;
	top: 10px;
	left: 10px;
	color: #FFF;
	background: rgba(0,0,0,0.40);
	border: solid 1px #FFF;
	z-index: 99;
}

.txt1_destaques {
	clear: both;
	width: 100%;	
	height: auto;
	margin-top: 10px;
	line-height: 20px;
}
.txt1_destaques span {font-weight: bold;}

.txt2_destaques {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 10px;
	border-top: solid 1px #868D8E;
	border-bottom: solid 1px #868D8E;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* lista */
#area_lista {
	float: left;
	clear: both;
	margin-top: 30px;
	padding: 30px 0;
	background: #F7F7F7;
}

.area_ordenacao {
	float: left;
	clear: both;
	width: 90%;
	margin: 25px 5% 0 5%;
}

.txt_ordenacao {
	float: right;
	clear: none;
	width: auto;
	margin-right: 10px;
	margin-top: 6px;
}

.ordenacao {
	float: right;
	clear: right;
	width: 160px;
	height: 35px;
	padding-left: 5px;
	font-family: 'CenturyGothic';
	background: url(select2.svg) no-repeat right center;
	font-size: 14px;
	border: 0;
	border: solid 1px #999;
	overflow: hidden; /* Remove seta padrão do Google */
	-webkit-appearance: none;  /*Remove estilo padrão do Chrome*/
	-moz-appearance: none; /* Remove estilo padrão do FireFox*/
	text-indent: 0.01px; /* Remove seta padrão do FireFox */
	text-overflow: "";  /* Remove seta padrão do FireFox */
	appearance: none;
}

.lista {
	float: left;
	clear: both;
	width: 90%;	
	margin-left: 5%;	
	margin-top: 15px;
}
	
.box_lista {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

.img_lista {
	display: block;
	position: relative;
	width: 100%;
	height: 250px;
	bottom: 0;
	left: 0;
}
.img_lista img {width: 100%;}

.txt1_lista {
	clear: both;
	width: 100%;	
	height: auto;
	margin-top: 10px;
	line-height: 20px;
}
.txt1_lista span {font-weight: bold;}

.txt2_lista {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 10px;
	border-top: solid 1px #868D8E;
	border-bottom: solid 1px #868D8E;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* imovel sob medida */
#imovel_sob_medida {	
	clear: both;
	width: 90%;
	margin-top: 30px;
	margin-left: 5%;
	text-align: center;
	line-height: normal;
}
#imovel_sob_medida a {color: #FFF;}
#imovel_sob_medida span {font-family: 'LeelawadeeUI';}

.txt_imovel_sob_medida {	
	clear: both;
	width: 100%;
	font-size: 22px;	
	color: #999;
}

.bt_imovel_sob_medida {	
	clear: both;
	width: 60%;
	margin-top: 20px;
	margin-left: 20%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	background: #EB6144;
	transition: background .5s ease;
}
.bt_imovel_sob_medida:hover {background: #EB6144; color: #FFF;}

/* semelhantes */
.imoveis_semelhantes {
	float: left;
	clear: both;
	width: 90%;	
	padding: 30px 5%;	
	margin-top: 30px;
	background: #F7F7F7;
}

.box_imoveis_semelhantes {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 20px;
}
	
.img imoveis_semelhantes {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*detalhes*/
#area_detalhes {
	float: left;
	clear: both;
	
}

.contatos_det_m {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.contatos_det_m img {margin-left: 5%;  margin-right: 5%;}
.contatos_det_d {display: none;}

.img_detalhes {
	float: left;
	clear: both;
	width: 100%;	
}
.img_detalhes img {height: 250px;}

.detalhes {	
	float: left;
	clear: both;
	width: 90%;
	margin-left: 5%;
	margin-top: 30px;
}

.ficha_tecnica {
	float: left;
	clear: both;
	width: 100%;
	background: #4B5563;	
}

.box_ficha_tecnica {
	float: left;
	clear: none;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
}
.box_ficha_tecnica span {font-size: 25px;}

.valor_det {
	clear: both;
	width: 100%;
	margin-top: 15px;
	font-size: 25px;
	font-weight: bold;
	color: #EB6144;
}

.txt_detalhes {
	clear: both;
	width: 100%;
	margin-top: 15px;
}
.txt_detalhes span {font-style: italic; font-size: 13px;}

.item_detalhes {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.item_detalhes img {margin-right: 7px;}

/* video */
#video_home {
	clear: both;
	width: 90%;
	background: #F7F7F7;
	padding: 30px 5%;
	margin-top: 30px;
	margin-bottom: -30px;
}

.box_video_home {
	float: left;
	clear: both;
	width: 100%;
	height: 350px;
	margin-top: 30px;
	text-align: center;
}

/* rodape1 */
#rodape {
	clear: both;
	width: 90%;
	padding: 30px 5%;
	margin-top: 30px;
}
#rodape a {color: #4B5563;}
#rodape a:hover {color: #EB6144;}
.naveg {display: none;}

#rodape .logo_rod {
	float: left;
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
}

.redes_sociais_m {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.redes_sociais_m img {
	width: 30px;
	margin-left: 3px;
	margin-right: 3px;
}
.redes_sociais_d {display: none;}

#creditos {
	clear: both;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

/*rodape fixo*/
#rodape_fixo {
	clear: both;
	width: 100%;
	color: #FFF;
}
#rodape_fixo a {color: #FFF;}
#rodape_fixo a:hover {color: #F2F2F2;}
.endereco {
	float: left;
	clear: both;
	width: 90%;
	background: #4B5563;
	padding: 15px 5%;
}

.whats_rod {
	float: left;
	clear: both;
	width: 90%;
	background: #EB6144;
	line-height: 50px;
	padding: 10px 5%;
}
.whats_rod img {width: 40px;}

.fone_rod {
	float: left;
	clear: both;
	width: 90%;
	background: #4B5563;
	line-height: 50px;
	padding: 10px 5%;
}
.fone_rod img {width: 40px;}

.img_rodape_fixo {
	float: left;
	clear: none;
	width: 41px;
	text-align: center;
	margin-right: 10px;
}

.txt_rodape_fixo_e {
	float: left;
	clear: none;
	width: 80%;
}

.txt_rodape_fixo {
	float: left;
	clear: none;
	width: 80%;
}

.ancora {
	float: left;
	clear: both;
}

/*política de privacidade*/
#privacidade {
	position: fixed;
	clear: both;
	width: 90%;
	padding: 5%;
	background: rgba(0,0,0,0.85);
	bottom: 0;	
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	z-index: 999999;
}

#privacidade a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
#privacidade a:hover {color: #CCC;}

.txt_privacidade {
	float: left;
	clear: both;
	width: 100%;
	text-align: justify;
}

.bt_privacidade {
	float: left;
	clear: both;
	width: 80%;
	margin-top: 10px;
	margin-left: 10%;
	text-align: center;
	background: #EB6144;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background .5s ease;
	cursor: pointer;
}
.bt_privacidade:hover {background: #333;}

#bt_flutuante {
	position: fixed;
	clear: both;
	width: 200px;
	right: 2.5%;
	bottom: 100px;
	text-align: right;
	z-index: 99999;	
}
#bt_flutuante img {width: 200px;}

#popup {
	position: absolute;
	float: left;
	clear: both;	
	width: 90%;
	margin-left: 5%;	
	top: 15%;
	padding: 0px;
	text-align: center;
	z-index: 9999;
}

.bt_popup {
	float: left;
	clear: both;
	width: 100%;
	height: 30px;
	text-align: center;
	margin-bottom: 2px;
}
.popup_box_video {
	clear: both;
	width: 100%;
	height: 350px;
}

.zeroMargin_mobile {margin-left: 0;}
.hide_mobile {display: none;}


@media only screen and (min-width: 360px) {
.whats_rod {font-size: 16px;}
.fone_rod {font-size: 16px;}
}

@media only screen and (min-width: 375px) {
.contatos_det_m img {margin-left: 6%;  margin-right: 6%;} /* detalhes */
}


@media only screen and (min-width: 481px), only screen and (orientation:landscape) {
#anima img {
    max-width: 200%;
	margin-left: -60%;
	width: 200%;
	height: 450px;	
}
.area_busca {top: 220px;}
	
/* imovel sob medida */
.bt_imovel_sob_medida {	
	width: 50%;
	margin-left: 25%;
}
	
/* detalhes */
.contatos_det_m img {margin-left: 8%;  margin-right: 8%;}
.item_detalhes {
	clear: none;
	width: 50%;
}	
.img_lista {height: 300px;} /* lista */		
#bt_flutuante {bottom: 80px;}	
.box_video_home {height: 500px;}
#popup {width: 80%; margin-left: 10%;}
.zeroMargin_tablet {margin-left: 0;}
.hide_tablet {display: none;}
}

@media only screen and (min-width: 585px) {		
.logo img {width: 325px;}
	
/*breadcrumb*/	
.txt_breadcrumb {clear: none; width: auto;}
.voltar {width: auto; margin-top: 0; text-align: right;}
	
/*imovel sob medida*/	
.bt_imovel_sob_medida {	
	width: 40%;
	margin-left: 30%;
}
.box_ficha_tecnica {width: 20%;} /*detalhes*/		
.img_lista {height: 320px;} /* lista */
	
/*rodape fixo*/
.endereco {line-height: 50px;}
.whats_rod {
	clear: none;
	width: 51%;
	padding: 10px 5%;
}

.fone_rod {
	clear: none;
	width: 30%;
	padding: 10px 4.5%;
}
.txt_rodape_fixo {width: auto;}
.txt_rodape_fixo_e {width: auto;}
	
	
/*política de privacidade*/
#privacidade {
	padding-top: 15px;
	padding-bottom: 15px;
}
	
.txt_privacidade {
	clear: none;
	width: 75%;
}

.bt_privacidade {
	float: right;
	clear: right;
	width: 20%;
	margin: 0;
}	
#popup {width: 70%;	margin-left: 15%;}
.hide_tablet {display: none;}
}

@media only screen and (min-width: 640px) {	
.area_ordenacao {
	float: right;
	clear: right;
	width: auto;
	margin-top: 0;
}	
.img_lista {height: 250px;} /* lista */	
}

@media only screen and (min-width: 768px) {	
#anima img {
    max-width: 100%;
	margin-left: 0%;
	width: 100%;
	height: auto;	
}	
	
#topo_id { /* index */
	position: absolute;	
	background: transparent;
	top: 0;
	z-index: 9;
}
	
.logo {
	clear: none;
	width: auto;
	margin-top: 0;
	margin-top: 15px;
}
.logo img {width: 280px;}

.menu_principal {
	float: right;
	clear: none;	
	margin-right: 30px;
	margin-top: 26px;
}
.fone {margin-top: 15px;}
/*área do cliente*/
.area_cliente {margin-top: 15px;}
.area_busca {top: 180px;} /*busca*/

/*destaques*/
#area_destaques {/*margin-top: 40px;*/ padding: 40px 0;}
.destaques {margin-top: 40px;}
	
/*lista*/
#area_lista {margin-top: 40px; padding: 40px 0;}
.lista {width: 95%;	margin-top: 20px;}
	
.box_lista {
	clear: none;
	width: 45%;
	margin-right: 5%;
	margin-top: 20px;
}	
.img_lista {height: 280px;}

/*imovel sob medida*/	
#imovel_sob_medida {margin-top: 40px;}

.txt_imovel_sob_medida {	
	float: left;
	clear: none;
	width: auto;
	font-size: 25px;
	margin-top: 12px;
}

.bt_imovel_sob_medida {	
	float: right;
	clear: right;
	width: 200px;
	margin: 0;
}
	
/*detalhes*/
.detalhes {margin-top: 40px;}
.item_detalhes {width: 33.3%;}
	
/* semelhantes */
.imoveis_semelhantes {width: 95%; margin-top: 40px; padding: 40px 5%; padding-right: 0;}

.box_imoveis_semelhantes {
	clear: none;
	width: 45%;
	margin-right: 5%;
}
	
/* video */
#video_home {padding: 40px 5%;	margin-top: 40px; margin-bottom: -40px;}
.box_video_home {width: 80%; margin-left: 10%; margin-top: 40px;}
		
/* rodape1 */
#rodape {margin-top: 40px;}	
.naveg {
	display: block;
	float: left;
	clear: none;
	width: auto;
	border-right: solid 1px #736E6E;
	padding-right: 15%;
}
		
.box_naveg {
	float: left;
	clear: both;
	width: auto;
}

.box_naveg li {
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

#rodape .logo_rod {
	float: right;
	clear: right;
	width: 325px;
	margin-top: 30px;
}

.redes_sociais {
	float: right;
	clear: right;
	width: 280px;
}
#creditos {margin-top: 40px;}
.popup_box_video {height: 500px;}
}

@media only screen and (min-width: 960px) {	
.logo img {width: 325px;}
.img_lista {height: 200px;} /* lista */
/*imovel sob medida*/	
#imovel_sob_medida {
	width: 87%;
	margin-left: 13%;	
}

.bt_imovel_sob_medida {	
	float: left;
	clear: none;
	margin-left: 50px;
}
	
/* rodape1 */
#rodape {padding: 40px 5% 90px 5%;}	
.naveg {padding-right: 20%;} 

/*rodape fixo*/
#rodape_fixo {
	position: fixed;
	bottom: 0;
	z-index: 999;
}
	
.endereco {
	clear: none;
	width: 49%;
	padding: 10px 1.5%;
	line-height: 50px;
}
.txt_rodape_fixo_e {width: 85%;}

.whats_rod {
	width: 21%;
	padding: 10px 1.5%;
}

.fone_rod {
	width: 21%;
	padding: 10px 1.5%;
}
}

@media only screen and (min-width: 1024px) {
.area_cliente {margin-left: 35px;}		
.area_cliente li ul {right: 2.5%;}		
.area_cliente .txt_link_portal {
	display: block;
	float: right;
	clear: right;
	width: auto;
	margin-top: 10px;
	margin-left: 7px;
}

.area_busca {
	width: 70%;
	margin-left: 15%;
	top: 250px;
}

/*lista*/	
.box_lista {
	width: 30%;
	margin-right: 2.5%;
}
.img_lista {height: 250px;}
	
/*imovel sob medida*/	
#imovel_sob_medida {
	width: 85%;
	margin-left: 15%;	
}	
	
/*detalhes*/
.contatos_det_m {display: none;}
.contatos_det_d {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contatos_det_d a {color: #868D8E;}
.contatos_det_d a:hover {color: #4B5563;}
	
.box_contato_det_d {
	float: left;
	clear: none;
	width: 25%;
	height: auto;
	line-height: 20px;
	text-align: center;
}
.box_contato_det_d img {margin-right: 7px;}		
.item_detalhes {width: 25%;}

/* rodape1 */
.redes_sociais_d {
	display: block;
	float: left;
	clear: none;
	width: auto;
}
.redes_sociais_d img {
	width: 30px;
	margin-left: 3px;
	margin-right: 3px;
}
.redes_sociais_m {display: none;}
	
.naveg {
	padding-right: 10%;
	margin-left: 15%;
}	
#bt_flutuante {right: 2%;}	
#popup {width: 50%;	margin-left: 25%; top: 15%;}
.hide_tablet {display: block;}
.hide_desktop {display: none;}
}

@media only screen and (min-width: 1280px) {	
.logo {	margin-top: 0;}
#area_destaques {/*margin-top: 50px;*/ padding: 50px 0;} /*destaques*/
.destaques {margin-top: 50px;}

/*lista*/
#area_lista {margin-top: 50px; padding: 50px 0;}
.lista {margin-top: 25px;}
.box_lista {
	width: 28.2%;
	margin-right: 5%;
	margin-top: 25px;
}
.img_lista {height: 200px;}
	
/*imovel sob medida*/	
#imovel_sob_medida {
	width: 80%;
	margin-left: 20%;
	margin-top: 50px;
}

.txt_imovel_sob_medida {	
	font-size: 30px;
	margin-top: 10px;
}	

/*detalhes*/
.detalhes {margin-top: 50px;}
.contatos_det_d {width: 90%; margin-left: 5%;}	
	
/* semelhantes */
.imoveis_semelhantes {margin-top: 50px; padding-top: 50px; padding-bottom: 50px;}

.box_imoveis_semelhantes {
	width: 22%;
	margin-right: 2.5%;
	margin-top: 25px;
}
	
/* video */
#video_home {padding: 50px 5%;	margin-top: 50px; margin-bottom: -50px;}
.box_video_home {width: 70%; margin-left: 15%; margin-top: 50px;}
	
/*rodape 1*/	
#rodape {margin-top: 50px;}
.naveg {padding-right: 13%;	margin-left: 22%;}
	
/*rodape fixo*/
.endereco {
	width: 40%;
	padding: 10px 5%;	
}
.txt_rodape_fixo_e {width: auto;}

.whats_rod {
	width: 15%;
	padding: 10px 5%;
}

.fone_rod {
	width: 15%;
	padding: 10px 5%;
}
#creditos {margin-top: 50px;}
/*política de privacidade*/
.txt_privacidade {width: 80%;}
.bt_privacidade {width: 15%;}
.popup_box_video {height: 550px;}
}

@media only screen and (min-width: 1366px) {
.area_busca {
	width: 60%;
	margin-left: 20%;
}
.img_lista {height: 220px;} /* lista */
.contatos_det_d {width: 80%; margin-left: 10%;} /*detalhes*/
.ficha_tecnica {width: 90%; padding-left: 5%; padding-right: 5%;}
.item_detalhes {width: 20%;}
.naveg {margin-left: 27%;} /*rodape 1*/
}

@media only screen and (min-width: 1440px) {
#imovel_sob_medida { /*imovel sob medida*/	
	width: 77%;
	margin-left: 23%;
}
.naveg {margin-left: 31%;} /*rodape 1*/
}

@media only screen and (min-width: 1600px) {
.area_busca {
	width: 50%;
	margin-left: 25%;
	top: 280px;
}
	
/*lista*/	
.box_lista {
	width: 21.5%;
	margin-right: 3%;
}	
.contatos_det_d {width: 70%; margin-left: 15%;} /*detalhes*/
.ficha_tecnica {width: 80%; padding-left: 10%; padding-right: 10%;}
.box_imoveis_semelhantes {width: 21.5%;	margin-right: 3%;}		
.naveg {padding-right: 10%;	margin-left: 38%;}/*rodape 1*/
}

@media only screen and (min-width: 1800px) {
.cabecalho {width: 80%;	padding: 20px 10%;} /* cabeçalho */
#imovel_sob_medida { /*imovel sob medida*/
	width: 70%;
	margin-left: 30%;
}
.contatos_det_d {width: 60%; margin-left: 20%;}	/*detalhes*/
.ficha_tecnica {width: 70%; padding-left: 15%; padding-right: 15%;}
.item_detalhes {width: 16.6%;}
.box_video_home {width: 60%; margin-left: 20%; margin-top: 50px;}

#rodape { /* rodape1 */
	width: 80%;
	padding: 40px 10% 90px 10%
}
	
/*rodape fixo*/
.endereco {width: 30%; padding: 10px 9%;}
.txt_rodape_fixo_e {width: auto;}
.whats_rod {width: 10%; padding: 10px 8%;}
.fone_rod {width: 10%;	padding: 10px 8%;}
}

@media only screen and (min-width: 1900px) {	
.naveg {margin-left: 42%;}/*rodape 1*/
.endereco {width: 28%; padding: 10px 10%;}
}