@charset "utf-8";
/* CSS imobiliaria Rogério Vick */

/*-----------------------------------------Fonts------*/
@font-face {
	 font-family:'segoeui';	 
     font-style: normal;
     src: url('../fonts/segoeui.ttf');
	 src: url('../fonts/segoeui.eot');
}

/*bold*/
@font-face {
	 font-family:'segoeuib';	 
     font-style: normal;
     src: url('../fonts/segoeuib.ttf');
}

/*italico*/
@font-face {
	 font-family:'segoeuii';	 
     font-style: normal;
     src: url('../fonts/segoeuii.ttf');
}

/*light*/
@font-face {
	 font-family:'segoeuil';	 
     font-style: normal;
     src: url('../fonts/segoeuil.ttf');
	 src: url('../fonts/segoeuil.eot');
	  src: url('../fonts/segoeuil.woff');
}
/*----------------Fecha--------------------Fonts------*/

.owl-carousel{
    left:-21px !important;
}
.owl-item{
    width:283px !important;
}




body{
   margin:0 auto;
   font-family:"segoeuil", "Segoe UI","segoeui";
	}
	
::-webkit-input-placeholder { color:#666666; font-weight:lighter; font-family:"segoeuil", "Segoe UI","segoeui";}
::-moz-placeholder { color:#666666; font-weight:lighter; font-family:"segoeuil", "Segoe UI","segoeui";} 
:-ms-input-placeholder { color:#666666; font-weight:lighter; font-family:"segoeuil", "Segoe UI","segoeui";} 
input:-moz-placeholder { color:#666666;  font-weight:lighter; font-family:"segoeuil", "Segoe UI","segoeui";}

aside#return a{
	float:right;
	color:#666;
	text-decoration:none;
	font-size:20px;
	margin-top:20px;
	}
	
aside#return a:hover{
	text-decoration:underline;
	}	
		
/*------------------------------------------------------- FULL FULL */
#container{
	margin:0 auto;
 }

#content{
	max-width: 1180px;
	margin:0 auto;
	font-size:100%;
	width: 90%;
    }
/*-------------------------------------------------------Fecha FULL  */	



/*----------------------------------------------------- Janela modal - Simuladores */
.window{
	display:none;
	width:620px;
	height:270px;
	position:absolute;
	left:0;
	top:0;
	background:#FFF;
	z-index:9900;
	padding:10px;
	border-radius:10px;
}

#janela1 h1{
    font-family:"Segoe UI Light", "Segoe UI","segoeui";	
	font-size:18px;
	margin-left:10px;
	padding-top:5px;
	height:30px;
}
		
#janela1 a img{
	margin:10px;
	float:left;
	box-shadow: 1px 1px 1px #666666;
	border-radius:10px;
}
		
#janela1 a img:hover{
	box-shadow: 5px 5px 5px #666;
}

#mascara{
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

.fechar{
	display:block; 
	float:right;
	cursor:pointer;
	}		
/*------------------------------------------------------- Fecha janela modal - Simuladores */

/*------------------------------------------------------POP-UP------------------------------*/
.popup{
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:99998;
	background-image:url(http://colegiodoutor.com.br/pop_up/fundo.png);
	
	
}
.popup p {
	color:#FFFFFF;
	font-family:'HelveticaLTStd-Light', Verdana, sans-serif;
	font-size:16px;
	cursor:pointer;
	float: right;

}

.espacamento-popup {
	margin-top:2%;
}

.tamanho-popup{
	width:650px;
}

/*-----------------------------------------------------------------------------------------*/
/*------------------------------------------------------- menu retrátil */
.menu_mluv_retratil {
	width: 100%; 
	height: 65px; 
	display: block; 
    /* background-color:#5b1214; */
	background:linear-gradient( to bottom, #bcc6cc, #eee, #bcc6cc);
	position: fixed; 
	top: -65px; 
	z-index: 3000;  
	-webkit-transition:All 0.5s ease; 
	-moz-transition:All 0.5s ease; 
	-o-transition:All 0.5s ease;
	overflow:hidden;
	}		
.menu_mluv_retratil.mostrar {top: 0; position: fixed;}
.menu_mluv_retratil nav {margin: 0 auto; max-width:1200px; padding: 0; list-style: none;}
.menu_mluv_retratil nav a {
    line-height: 65px;
    color: #5b1214;
    font-size: 20px;
    font-weight: bold;
    /* text-transform: uppercase; */
    padding: 0 10px;
    text-decoration: none;
}
/* .menu_mluv_retratil nav a:hover {text-shadow: 0 -2px 1px #000;-webkit-font-smoothing: antialiased; font-weight:bold;} */
/*------------------------------------------------------- Fecha menu retrátil */


	
/*------------------------------------------------------- header FULL*/
header{
	width:100%;
    /* background:#5b1214; */
	background:linear-gradient( to bottom, #bcc6cc, #eee, #bcc6cc);
	margin:-16px auto 0 auto;
    }
	
header section#topo{
    max-width:1280px;
	margin:0 auto;
	height:100px;
	padding:22px 0 22px 0;
	}
	
header section#logo_topo{
	height:auto;
	float:left;
	margin:5px 0 0 8px;
	width:auto;
    }	

header section#topo aside{
	float:right;
	height:50px;
	width:678px;
	margin: 0 8px 3px 0;
	}
	
.top_social{
	float:left;
	margin-right:10px;
	height:auto;
	margin:6px 13px 0 0;
    }
		
.top_social a img{
	float:right;
	width:32px;
	height:32px;
	padding-left:13px;
	-webkit-transform:scale(1.0); 
	-moz-transform:scale(1.0); 
	-o-transform:scale(1.0);
	transform:scale(1.0);
	-webkit-transition:width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition:width 1s, height 1s, background-color 1s, transform 1s;
    }
	
.top_social a img:hover{
	-webkit-transition:width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition:width 1s, height 1s, background-color 1s, transform 1s;	
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2); 
	-o-transform:scale(1.2); 
	transform:scale(1.2);
    }	
	
header section#topo aside h1{
	font-family:"Segoe UI Light";	
	color:#5b1214;
	font-size:39.1px;
	float:left;
	margin:0;
	margin:6px 0 0 0;
	}
	
	header section#topo aside span {
		font-size: 20px;
		margin: 13px 5px 0 15px;
		float: left;
		color: #5b1214;
	}
		
header section#topo nav{
	float:right;
	margin:0 8px 0 0;
	height:auto;
	font-size:19px;
	width:67%;
	}	

header section#topo ul {
   width: 100%; 
   float: right; 
   display: block; 
   position: relative;
   top: 20px;
    }

header section#topo li {
  float:right;
  width:auto;
  margin-left:17px;
    }	
  	
header section#topo li a {
  display: block;
  color: #5b1214;
  font-weight: bold;
  line-height: 54px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align:left;
  /* width:100%; */
  } 
  
input#control-nav {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  opacity: 0;
  }	
    
header section#topo li a:hover {
  color: #000;
  }
  
.tipos_responsivos{
  display:none;
  }    			
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
  }
  
  .dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }
  
  .dropdown-content a:hover {background-color: #000;}
  
  .dropdown:hover .dropdown-content {display: block;}
  
  .dropdown:hover .dropbtn {background-color: #3e8e41;}


  .dropdown .dropbtn {
	font-size: 16px;  
	border: none;
	outline: none;
	color: white;
	/* padding: 14px 16px; */
	background-color: #5B1214;
	font-family: inherit;
	margin: 0;
  }
  
  .navbar a:hover, .dropdown:hover .dropbtn {
	background-color: red;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #5B1214;
	min-width: 130px;
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	z-index: 9;
  }
  
  .dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
  }
  
  .dropdown-content a:hover {
	background-color: #000;
  }
  
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  .dropbtn {
	background-color: #5B1214 !important;
  }
/*------------------------------------------------------- Fecha header FULL */



/*------------------------------------------------------- slide FULL*/

.bg-fundo {
	background-image: url(../fotos/1/BANNER-WILL-IMOVEIS.png);
}

section#slide{
  width:100%;
  margin:-16px auto 0 auto;
  }
  
ul.rslides {
  list-style: none;
  width:100%;
  margin:0 auto;
  overflow:hidden; 
  /* max-height:645px;  */
  }
    
ul.rslides li{
  width:100%;
  margin:0 auto;
  height:100vh;
  }
     
ul.rslides li p{
  max-width:1180px;
  margin:0 auto;
  color:#FFF; 
  font-size:70px;
  }
     
ul.rslides li p a{
  text-decoration:none;
  color:#FFF; 
  float:right;
  max-width:600px;
  margin-top:100px;
  -webkit-transition:width 1s, height 1s, background-color 1s, -webkit-transform 1s;
  transition:width 1s, height 1s, background-color 1s, transform 1s;	
  -webkit-transform:scale(1.0);
  -moz-transform:scale(1.0); 
  -o-transform:scale(1.0); 
  transform:scale(1.0);
  color: white; text-shadow: black 0.1em 0.1em 0.2em
  } 
  
ul.rslides li p a:hover{
	-webkit-transition:width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition:width 1s, height 1s, background-color 1s, transform 1s;	
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1); 
	transform:scale(1.1);
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background-color:#fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.transparent-btns_nav:focus {
  outline: none;
  }

.transparent-btns_tabs {
  z-index: 3000;
  position: absolute;
  /* top:120px; */
  margin-top: -2rem;
  left:48%;
  text-align: center;
  }

.transparent-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.transparent-btns_tabs a{
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 20px;
  height:20px;
  }

.transparent-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }     
/*------------------------------------------------------- Fecha slide FULL */


/*------------------------------------------------------- busca FULL */
section#busca{
  width:100%;
  margin:0 auto;
  position:absolute;
  /* z-index:500; */
  top:776px;
  left:0px;
  /*margin-top:210px;*/  
  }
  
section#busca #adjust_form{
  max-width:1180px;
  margin:0 auto; 
  }
    
section#busca #adjust_form h1{
  /* width:36%; */
  margin-top:15px;
  text-align:left;
  padding:10px 5px 10px 10px;
  height:41px;
  color:#5b1214;
  font-size:52px;
  /* background-color: #e5e7ea; */
  float:left;
  color: #fff;
   text-shadow: black 0.1em 0.1em 0.3em;
  } 
  
section#busca #adjust_form #comunica{
  width:62%;
  margin:0 0 5px 0;
  float:left;
  } 
  
.adjust_comunica {
  width:auto;
  float:right; 
  margin-left:56px;
  }
  
.adjust_comunica img{
  float:right;
  margin:0;
  padding:0 3px 0 0;
  }
  
.adjust_comunica p{
  font-family:"Segoe UI","segoeui";	
  width:115px;
  line-height:120%;
  float:right;
  padding-left:7px;
  font-size:20px;
  color:#FFF;
  text-align:left;
  }  
  
.adjust_comunica p a{
  text-decoration:none;
  color:#FFF;
  margin:-5px 0 0 0;
  float:left;
  cursor:pointer;
  } 
   
.adjust_comunica p a:hover{
  text-decoration:underline;
  }    
  
section#busca #adjust_form form{
  max-width:1180px;
  float:left;
  width:100%;
  padding:35px 0 15px 0;
  /* background-color: #e5e7ea; */
  }
  
section#busca #adjust_form form ul{
  margin:0 0 0 10px;
  float:left;
  } 
    
section#busca #adjust_form form li{
  margin:0 10px 25px 0;
  float:left;
  } 
  
section#busca input[type='text']{
	height:30px;
	width:211px;
    padding:4px 5px 2px 5px;
	outline:none;
	border:1px solid #b4b4b4;
	font-size:20px;
	color:#4b4b4b;
	font-weight:lighter;
	font-family:"segoeuil", "Segoe UI","segoeui";
  }   
  
section#busca select{
	background: transparent;
	height:38px;
	width:255px;
    padding:4px 5px 2px 5px;
	outline:none;
	border:1px solid #b4b4b4;
	font-size:20px;
	color:#4b4b4b;
	font-weight:lighter;
	font-family:"segoeuil", "Segoe UI","segoeui";
	-webkit-appearance: none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
  } 
  
.styled-select {
	list-style:none;
    width:224px;		
    overflow: hidden;
    background: url(../images/icon_busca.png) no-repeat right #FFF;
   }  
    
section#busca select option{
	background-color:#CCCCCC;
	color:#222;
  } 
 
section#busca input[type='submit']{
	height:38px;
	width:222px;
    padding:1px 5px 2px 5px;
	outline:none;
	border:1px solid #b4b4b4;
	font-size:20px;
	color:#fff;
	font-weight:lighter;
	font-family:"segoeuil", "Segoe UI","segoeui";
	text-align: center;
	background-color: #7d7e7f;
  } 
  
section#busca input[type='submit']:hover{
	background-color:#5b1214;
	cursor:pointer;
  }
                
/*------------------------------------------------------- Fecha busca FULL */


/*------------------------------------------------------- welcome FULL*/
section#welcome{ 
	width:100%;
	background-image: url(../images/bg_home.jpg);
	margin:0 auto;
  }
  
section#welcome_content{
	max-width:1180px;
	margin:0 auto;
	color:#FFF;
	text-align:center;
  }  
  
section#welcome_content h1{
	padding:45px 0 30px 0;
	font-size:50px;	
	float:left;
	width:100%;
  }
  
section#welcome_content p{
	font-size:20px;
	line-height:130%;
	padding:0 20px 20px 20px;
  }

section#welcome_content a img{
	text-decoration:none;
	color:#fff;
	font-size:36px;
	padding:0 0 20px 0;
}
   
.seta_down{
	max-width:1180px;
	margin:0 auto;
	width:48px;
	height:28px;
    background:url(../images/seta_down.png) no-repeat bottom center;
  }      
/*------------------------------------------------------- Fecha welcome FULL */



/*------------------------------------------------------- lancamentos, venda, locação FULL */
section.imoveis{
	width:100%;
	float:left;
	margin-bottom:40px;
  }
  
section.imoveis h1{
	width:auto;
	float:left;
	padding:0 0 5px 10px;
	font-size:50px;
	color:#000;
	width:auto !important;
  } 
  
section.imoveis h2.no_result_h2{
	width:90%;
	float:left;
  } 
    
section.imoveis h1 a{
	text-decoration:none;
	float:left;
	color:#000;
  } 
  
section.imoveis h1 a:hover{
    color:#5b1214;
  } 
     
section.imoveis aside{
	width:auto;
	float:right;
	padding:30px 110px 5px 0;
	font-size:16px;
	color:#000;
	font-weight:bold;	
  }
  
section.imoveis aside p{
	float:left; 
  }  
   
section.imoveis aside span{
	float:left;
  } 
   
section.imoveis aside a{
	text-decoration:none;
	color:#000;
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease; 
  } 
  
section.imoveis aside a:hover{
	cursor: pointer; 
    color:#5b1214;
    font-weight:bold;
  }     
   
section.imoveis hr{
	max-width:1180px;
	width:100%;
	float:left;
	color:#000; 
	border-top:1px solid #5b1214;
	margin-bottom:20px;
  }
  		
section.imoveis article{
	max-width:295px;
	float:left;
	margin:0 0 10px 0;  
    }
  	
.adjust_img{
	max-width:280px;	
	overflow:hidden;
	margin:0 10px 0 10px;
	padding:7px 7px 16px 7px;
    background-color:#eeeeee;
    border:1px solid #dcdcdc;
    }
	
.adjust_img:hover{
  border:1px solid #5b1214;
  }	
  
.adjust_proporcao{
	max-width:280px;;
	max-height:150px;	
	overflow:hidden;
	margin:0;
    } 
	
.adjust_proporcao img{
	width:100% !important;
    min-height:250px !important;
    }
		 
.adjust_p{
	float:left;
	height:180px;
	padding:0;
	}
		
section.imoveis article img{
	width:100%;
    height:auto;
    }
	
section.imoveis article p{
	width:100%;
	float:left;
    font-size:20px;
    text-align:center;   
    color:#4b4b4b;
	margin:5px 0 5px 0; 
    }
	
section.imoveis article p strong{
	font-weight:bold; 
    }
	
section.imoveis article h2{
   width:100%;
   float:left;
   font-size:30px;
   text-align:center;
   margin:10px 0 30px 0;
   color:#000; 
  } 
  	
section.imoveis article h3{
	width:100%;
	float:left;
    font-size:30px;
    text-align:center;   
    color:#000;
	margin:5px 0 25px 0; 
    }
				
section.imoveis article span{
   width:154px;
   font-size:20px;
   padding:5px 40px;
   color:#fff;
   text-align:center;
   text-decoration:none;
   background-color:#7d7e7f;
  }  
  
section.imoveis article span:hover{
  background-color:#5b1214;
  }

.setas{
	display:block; 
	width:auto; 
	height:27px; 
	float:right; 
	margin-top:-60px;
    }
	
.ante img, 
.ante_loca img,
.ante_lancamentos img{
	cursor:pointer;
	float:right; 
	margin-right:25px;  
	width:27px; 
	height:27px;
	}
	
.prox img, 
.prox_loca img,
.prox_lancamentos img{
	cursor:pointer;	
	float:right; 
	width:27px; 
	height:27px;
    }
  
/*--lancamentos--*/  
.lancamentos img{
   max-height:339px; 
  } 

/*--venda e locação--*/  
.venda_loca img{
	max-height:170px; 
  } 

#ajax_venda,
#ajax_locacao{
	max-height:460px;
	overflow:hidden;
	}
	
#ajax_lancamentos{
	max-height:450px;
	overflow:hidden;
	}
	
/*--ordenação resultados busca--*/
section.ordena{
	float:right;
	width:auto;
	margin:28px 0 0 0;
	}
	
section.ordena p{
	float:left;
	margin:0;
	padding:10px 0 0 0;
	font-size:18px;
	}	
	
section.alig_ordena{
	float:left;
	width:auto;
	margin:0;
	}
		
section.alig_ordena select{
	float:left !important;
	margin:0 0 0 10px !important;
	width:100px !important;
	border:1px solid #999 !important;
	}
			     
/*------------------------------------------------------- Fecha lancamentos, venda, locação FULL */
	


/*------------------------------------------------------- Pages FULL */
section#page {
    max-width: 1180px;
    margin: 1rem auto;
    height: 100%;
    padding: 5px;
    font-family: "Segoe UI Light", "Segoe UI","segoeui";
}
	
section#page h1 {
    width: 90%;
    color: #5b1214;
    font-size: 40px;
    padding: 31px 0 31px 0;
}
	
section#page h2 {
    width: 100%;
    color: #666666;
    /* line-height: ; */
    font-size: 20px;
    /* padding: 0 0 10px 0; */
    padding: 3rem 0;
    text-align: justify;
    line-height: 172%;
}
	
section#page h3{
	width:100%;
	color:#5b1214;
	font-size:18px;
	padding:20px 0 5px 0;
	font-weight:bold;
	float:left;	
	}
	
section#page h3 a{
	color:#5b1214; 
	text-decoration:none;
	}
	
section#page h3 a:hover{
	text-decoration:underline;
	}	
		
section#page h4{
	width:100%;
	float:left;
	margin:10px 0 3px 0;	
	}
		
section#page p{
	width:98%;
	line-height:140%;
	float:left;
	color:#666666;
	font-size:18px;
	padding:5px 10px 5pxs 0;
	}
	
section#page strong{
	font-weight:bold;
	}
						 
section#page form#contato{
	width:100%;
	}
	
li.left{
	float:left;
	width:49%
	}
	
li.right{
	float:right;
	width:49%
	}
				
section#page form input:focus,
section#page form textarea:focus,
section#page form select:focus{
	outline:none
    }
	
section#page fieldset{
	width:100%;
	color:#666;
	margin:0 0 10px 0;
	padding:2px 0 2px 0;
	border:none;
	background-color:#fff;
	border:1px solid #CCC;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
	-o-border-radius:2px;
    -ms-border-radius:2px;
	}
		
section#page fieldset label{
	float:left;
	padding:5px 0 0 5px;
	font-size:13px;
	}
			
section#page ul {
	list-style:none;
	padding:0;
	}	
	
section#page input[type=text],
section#page input[type=email]{
    background-color:#fff;
	float:left;
	height:28px;
	width:65%;
	border:none;
      }
	  
section#page input[type=radio]{
	float:left;
	height:24px;
      }
	  
section#page select{
	float:right;
	height:29px;
	width:60%;
	border:none;
	color:#666;
      }
	  	  	
section#page input[type=text]#campo{
    background-color:#FFF;
	float:left;
	height:40px !important;
	width:110px;
	border:1px solid #CCC;
	border-radius:3px;
      }
	  	  	  
section#page textarea{
	width:98%;
	border:none;
	height:172px;
      }
	  
section#page #campo{
    background-color:#FFF;
	font-family:"HoboStd";
	font-size:30px;
	margin:5px 0 0 -20px;
	height:40px !important;
      }	 
  	  	 
section#page #enviar{
    height: 31px;
    margin: 10px 10px 0 400px;
    cursor: pointer;
    padding: 0 5px 2px 5px;
    font-weight: lighter;
    font-family: "segoeuil", "Segoe UI","segoeui";
    font-size: 20px;
    background-color: #7d7e7f;
    color: #fff;
    border: 1px solid #b4b4b4;
    text-align: center;
}
	  	  	 
section#page #enviar:hover{
	background-color:#5b1214;
	cursor:pointer;
}

@media only screen and (max-width: 1500px) and (-webkit-device-pixel-ratio: 1.25) {
    section#busca {
        top:462px;
    }
}

@media only screen and (max-width: 1440px) {
	.bg-fundo {
		background-image: url(../fotos/1/BANNER-WILL-IMOVEIS-1440.png);
	}

	section#busca {
		top: 690px;
	}

	#slide_sec{
		margin-top: -27px;
		margin-bottom: 0 !important;
	}
}

@media (max-width: 375px) {
	#page .g-recaptcha {
	  transform:scale(0.95);
	  transform-Origin:0 0;
	}
  }
  
  @media (max-width: 360px) {
	#page .g-recaptcha {
	  transform:scale(0.9);
	  transform-Origin:0 0;
	}
  }

  #page button[type="submit"] {
	background: #8fc74a;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
  }
  
  #page button[type="submit"]:hover {
	background: #fff;
	color: #8fc74a;
	border: solid 1px #8fc74a;
  }

  #page .text-center{
	text-align: center!important;
	margin-top: 10px;
  }
/*------------------------------------------------------- Fecha pages FULL*/


/*------------------------------------------------------- Detalhes FULL*/
section#imovel_contact{
	width:100%;
	float:left;
	padding:10px 0;
	}
	
.mtlsr-lightbox{display:none;position:absolute;width:100%;height:100%;z-index:9999;top:0;}
.mtlsr-lightbox .image-in-lightbox{max-width:700px;width:100%;position:absolute;z-index:999;top:10%; margin-left: auto;margin-right: auto;left: 0;right: 0;}
.close, .next, .prev{position:absolute;z-index:2;}
.close{position:absolute;right:20px;top:20px;}
.next, .prev{top:49%}
.next{right:20px;}
.prev{left:20px;}
.mtlsr-lightbox{height:1234px;			
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.7)), color-stop(100%,rgba(0,0,0,0.7))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#b3000000',GradientType=1 ); /* IE6-8 */
}
.close{height:100%; width:100%; position:absolute; z-index:100; right:0; left:20px;}
.close, .next, .prev{color:#666;text-decoration:none;}
.next, .prev{color:#aaa;font-size:3rem;}
.close:hover, .next:hover, .prev:hover{color:#fff;}

.mtlsr-images-for-lightbox{
	max-width:1180px;
	overflow:hidden; 
	float:left;
	}
	
.mtlsr-images-for-lightbox ul li{
	float:left;
	display:inline;
	width:139px;
	max-height:80px;
	overflow:hidden;
	margin:3px;
	padding:0;
	border:1px solid #EEEEEE;
	}
		
.mtlsr-images-for-lightbox ul li a img{
	width:100%;
	padding-top:3px;
	max-height:auto;
	}
	
.mtlsr-images-for-lightbox ul li a img:hover{
	background-color:#000;
	}	
	
section#mod_email{
	width:50%;
	float:left;
	}
	
section#mod_email h1{
	width:100%;
	background-color:#F5F5F5;
	margin-bottom:10px;
	}
  
section#mod_email textarea{
	height:302px;
      }	
	  	
section#more_see{
	width:50%;
	float:left;
	}
	
section#more_see h1{
	margin-bottom:10px;
	width:100%;
	background-color:#F5F5F5;
	} 
		
section#more_see article{
	max-width:295px;
	float:left;
	margin:0 0 10px 0;  
    }
		
section#more_see article img{
	width:100%;
    height:auto;
    }
	
section#more_see article p{
	width:100%;
	float:left;
    font-size:20px;
    text-align:center;   
    color:#4b4b4b;
	margin:5px 0 5px 0; 
    }
	
section#more_see article p strong{
	font-weight:bold; 
    }
	
section#more_see article a{
   width:154px;
   font-size:20px;
   padding:5px 40px;
   color:#fff;
   text-align:center;
   text-decoration:none;
   background-color:#7d7e7f;
  }  
  
section#more_see article a:hover{
  background-color:#5b1214;
  }
				
/*------------------------------------------------------- Fecha Detalhes FULL*/


/*------------------------------------------------------- Paginação FULL */
#paginacao{
	float:left;
	color:#fff;
	font-size:18px;
	width:100%;
	height:auto;
	margin:0 0 20px 0;
	overflow:hidden;
	padding:10px 0 10px 0;
	}	
.paginacao span{color:#333; font-size:30px; padding:10px 0 0 0;}

.paginacao a{color:#333; padding:3px 5px; border:1px solid #ccc; text-decoration:none; margin:0 3px;background-color:#fff;}

.paginacao a:hover{background:#333; color:#fff;}

.paginacao a.atual{font-weight:bold; background:#fff; color:#333; border:0; border-bottom:1px solid #ccc; font-size:1.6em;cursor:no-drop;}	
	
/*------------------------------------------------------- Fecha Paginação FULL */


/*------------------------------------------------------- sobre_footer FULL */
.hr_foot{
	margin:0 auto;
	width:20%; 
	border-top:4px solid #5b1214;
	}

section#sobre_footer{
	width:100%;
	margin:30px 0 40px 0;
	float:left;
	}
	
section#sobre_footer img{
	width:95%
	}
		
.cadastre{
	float:left;
	margin:0;
	width:32%;
    }
.cadastre img{
	float:left;
    }
.cadastre p{
	margin:-20px 0;
	background-color:#C06;
	float:right;
    }
				
.simule{
	float:left;
	margin:0;
	width:36%;	
    }	
.simule img{
	width:95% !important;
	max-height:120px;
    }
		
.atendimento{
	float:right;
	width:32%;
	margin:0;
    }	
.atendimento img{
	float:right;
	cursor:pointer;
    }		
/*------------------------------------------------------- Fecha sobre_footer FULL */


/*------------------------------------------------------- footer FULL */
footer{
    background-color:#5b1214;
	width:100%;
	position:absolute;
	margin-top:10px;
	}
	
footer section#rodape{
	margin:0 auto;
	max-width:1180px;
	color:#FFF;
	}
footer section#rodape a{
	text-decoration: none;
	color: #fff;
	}
	
footer section#rodape p{
	text-align:center;
	font-size:18px;
	padding-top:30px;
	}	
	
footer section#rodape h2{
	text-align:center;
	font-size:30px;
	padding:30px 0 10px 0;;
	line-height:130%;
	}
	
footer .social_footer{
	padding:5px 0 20px 0;
	}
	
footer .social_footer a{
	text-decoration:none;
	}
		
footer .social_footer a img{
	width:5%;	
	-webkit-transform:scale(1.0); 
	-moz-transform:scale(1.0); 
	-o-transform:scale(1.0);
	transform:scale(1.0);
	-webkit-transition:width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition:width 1s, height 1s, background-color 1s, transform 1s;
	}

footer .social_footer a img:hover{
	-webkit-transition:width 1s, height 1s, background-color 1s, -webkit-transform 1s;
    transition:width 1s, height 1s, background-color 1s, transform 1s;	
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2); 
	-o-transform:scale(1.2); 
	transform:scale(1.2);
    }
	
footer nav{
	width:100%;
	margin-bottom:10px;
	float:left;
	}
	
footer nav a{
	text-align:center;
	font-size:18px;
	text-decoration:none;
	color:#FFF;	
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	}
	
footer nav a:hover{
	-webkit-transition: all 300ms ease;
    transition: all 300ms ease;
	color: #5b1214;
	}
	
footer section#mapa_footer{
	max-height:200px;
	background-color:#0F0;
	}
		
.ratiohd{
	position:relative;
	padding-bottom:25%;
	float:left;
	width:100%;
	height:0;
	margin-bottom:30px;
	background-color:#CCC;
	}
	
.ratio_el{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;	
    }													
/*------------------------------------------------------- Fecha footer FULL */


@media only screen and  (max-width: 1366px) { 
	 /* header section#topo nav {
		width: 67%;
	} */

	/* header section#topo nav {
		font-size: 17px;
	} */
/* 
	#logo_topo img{
		width:100%;
		height: 104px;
	}  */

	.ctn-slider{
		margin-bottom: -63px;
	}

	section#busca {
		top: 677px;
	}

}

@media screen and (max-width: 1080px) { 
	header section#topo nav {
		width: 66%;
	}
}

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

section#busca #adjust_form h1 {
	margin-top: -20px;
	height: 67px;
}

	.popup{
		    width: 100% !important;	
	}
	.espacamento-popup {
    margin-top: 65px;
    width: 100% !important;
}
.tamanho-popup {
    width: 35% !important;
}
.tamanho-popup img{
    width: 100% !important;
}

section#busca {
    top: 649px;
}

.ctn-slider .slider-nav .arrows {
    top: 44%;
}

section#busca #adjust_form form {
    padding: 3px 0 15px 0;
}

section#busca #adjust_form h1 {
    margin-top: 13px;
   height: auto;
   text-align: center;
   float: none;
   color: #fff;
   font-size: 42px;
}

.centered {
    top: 32%;
}

.centered p {
   font-size: 2.5em;
}


}



@media only screen and (max-width: 1024px){
	/* .list-auto{
		display:none !important;
	} */

	.control-nav { /* label icon */
		position: absolute;
		right: 20px;
		top: 71px;
		display: block;
		width: 30px;
		padding: 5px 0;
		border: solid #5b1214;
		border-width: 3px 0;
		z-index: 600;
		cursor: pointer;
	  }
	.control-nav:before {
		content: "";
		display: block;
		height: 3px;
		background: #5b1214;
	  }
	.control-nav-close {
		position: fixed; /* label layer */
		right: 0;
		top: 0;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 700;
		background: rgba(0,0,0,0.4);
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	  }

	  header section#topo nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		width: 250px;
		border-left: 1px solid #ccc;
		background: #fff;
		overflow-x: auto;
		z-index: 4000;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		-webkit-transform: translate(100%, 0);
		-ms-transform: translate(100%, 0);
		transform: translate(100%, 0);
	  }
	header ul.list-auto {
		padding: 0;
	  }
	header ul.list-auto li {
		width: 100% !important;
		border: solid #ccc;
		border-width: 0 0 1px;
	  }
	header li a {
		padding: 15px 10px;
		color: #5b1214 !important;
		padding-left:30px;
	  }
	
	header li a:hover {
		background-color: #ccc;
		font-weight:bold;
	  }

	  input#control-nav {
		display: block;
	  }
	input#control-nav:focus ~ .control-nav {
		border-color: #000;
		box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
	  }
	input#control-nav:focus ~ .control-nav:before {
		background: #000;
	  }
	input#control-nav:checked ~ nav,
	input#control-nav:checked ~ .control-nav-close {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	  }
	header+section {
		padding-top: 80px;	
	  }  
	header li {
	  float:right;
	  width:100%;
	  margin-right:10px;
		}	 	
	header li a {
	  display: block;
	  line-height: 30px;
	  text-decoration: none;
	  -webkit-transition: all 300ms ease;
	  transition: all 300ms ease;
	  text-align:right;
	  width:100%;
	  }    
	header section#topo aside{
		display:none;
		}
	#slide_sec {
		margin-bottom: 57px !important;
	}
	
}



@media screen and (max-width: 996px) {
/*------------------------------------------------------- welcome 996px */	
section#welcome_content h1{
	padding-top:100px;
  }
/*------------------------------------------------------- fecha welcome 996px */	


/*------------------------------------------------------- lancamentos, venda, locação 996px */
section.imoveis h1{
	width:98%;
	font-size:40px;
  }  
section.imoveis aside{
	width:98%;
	float:left;
	padding:10px 0 5px 10px;
	font-size:17px;
	color:#000;
  }
section.imoveis hr{
	width:99%;
  }  
/*------------------------------------------------------- fecha lancamentos, venda, locação 996px */    	
}


@media screen and (max-width: 960px) {
/*------------------------------------------------------- busca 960px */
section#busca #adjust_form h1{
  font-size:40px;
  }
.adjust_comunica p{
  line-height:130%;
  font-size:16px;
  }  
/*------------------------------------------------------- fecha busca 960px */	


/*------------------------------------------------------- lancamentos, venda, locação 960px */ 
.adjust_p{
	height:135px;
	margin-bottom:10px;
	}  
section.imoveis article p{
   font-size:16px;
   }	
section.imoveis article h2{
   font-size:26px;
   }  	
section.imoveis article h3{
	font-size:24px; 
   }				
section.imoveis article a{
   font-size:20px;
  }
/*------------------------------------------------------- fecha lancamentos, venda, locação 960px */      
}

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


	section#busca #adjust_form h1 {
		margin-top: 0px;
		height: 67px;
	}	
	
	.popup{
		    width: 100% !important;	
	}
	.espacamento-popup {
    margin-top: 100px;
    width: 100% !important;
}
.tamanho-popup {
    width: 45% !important;
}
.tamanho-popup img{
    width: 100% !important;
}
}

@media screen and (max-width: 769px) {
	
.menu_mluv_retratil{
	display:none;
}
			
/*------------------------------------------------------- header 767px */
header section#topo nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    border-left: 1px solid #ccc;
    background: #fff;
    overflow-x: auto;
    z-index: 4000;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
header ul.list-auto {
    padding: 0;
  }
header ul.list-auto li {
    width: 100% !important;
    border: solid #ccc;
    border-width: 0 0 1px;
  }
header li a {
    padding: 15px 10px;
    color: #5b1214 !important;
	padding-left:30px;
  }

header li a:hover {
    background-color: #ccc;
	font-weight:bold;
  }
.control-nav { /* label icon */
    position: absolute;
    right: 20px;
    top: 71px;
    display: block;
    width: 30px;
    padding: 5px 0;
    border: solid #5b1214;
    border-width: 3px 0;
    z-index: 600;
    cursor: pointer;
  }
.control-nav:before {
    content: "";
    display: block;
    height: 3px;
    background: #5b1214;
  }
.control-nav-close {
    position: fixed; /* label layer */
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 700;
    background: rgba(0,0,0,0.4);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
/* checked nav */
input#control-nav {
    display: block;
  }
input#control-nav:focus ~ .control-nav {
    border-color: #000;
    box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
  }
input#control-nav:focus ~ .control-nav:before {
    background: #000;
  }
input#control-nav:checked ~ nav,
input#control-nav:checked ~ .control-nav-close {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
header+section {
    padding-top: 80px;	
  }  
header li {
  float:right;
  width:100%;
  margin-right:10px;
    }	 	
header li a {
  display: block;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align:right;
  width:100%;
  }    
header section#topo aside{
	display:none;
	}

.tipos_responsivos{
	display:block;
	}
		
/*------------------------------------------------------- Fecha header 767px */


/*------------------------------------------------------- slides 767px */	
ul.rslides li p{
  font-size:50px;
  } 
/*------------------------------------------------------- Fecha slides 767px */

/*------------------------------------------------------- busca 767px */
section#busca #adjust_form h1{
  width:100%;
  padding:5px 0 0 0;
  }
section#busca #adjust_form #comunica{
  display:none;
  } 
/*------------------------------------------------------- busca slides 767px */

	
/*------------------------------------------------------- welcome 767px */	
section#welcome_content h1{
	font-size:40px;
  }  
section#welcome_content p{
	font-size:15px;
  }	
/*------------------------------------------------------- Fecha welcome 767px */


/*------------------------------------------------------- lancamentos, venda, locação 767px */ 
section.imoveis article{
	width:100%;
	margin:0 0 20px 0;
    }  	
section.imoveis article h2{
   font-size:20px;
   }  	
section.imoveis article h3{
	font-size:20px; 
   }				
section.imoveis article a{
   font-size:20px;
  }

  section#busca {
    top: 602px;
    /* margin-top: 210px; */
}

section#busca #adjust_form form {
    padding: 0;
}

section#busca #adjust_form h1 {
    color: #000;
	text-align: center;
}

.ctn-slider .slider-nav .arrows {
    top: 39%;
}

section#welcome_content h1 {
    padding: 1rem 0;
}

.centered {
    top: 26%;
}

.centered p {
    font-size: 2.5em;
}

#slide_sec {
    margin-bottom: 70px !important;
}
  
/*------------------------------------------------------- fecha lancamentos, venda, locação 767px */   	
}



@media screen and (max-width: 608px) {
/*------------------------------------------------------- welcome 608px */	
section#welcome_content h1{
	padding-top:150px;
  }
/*------------------------------------------------------- fecha welcome 608px */


/*------------------------------------------------------- lancamentos, venda, locação 608px */
section.imoveis h1{
	width:97%;
  }  
section.imoveis aside{
	display:none;
  }
section.imoveis hr{
	width:98%;
  }  
/*------------------------------------------------------- fecha lancamentos, venda, locação 608px */ 


/*------------------------------------------------------- Detalhes 608px*/
section#mod_email{
	width:100%;
	float:left;
	margin-bottom:10px;
	}

section#more_see{
	width:100%;
	float:left;
	margin-bottom:10px;
	}
	
section#more_see article{
	max-width:225px;
	float:left;
	margin:0 0 10px 0;  
    }
					
/*------------------------------------------------------- Fecha Detalhes 608px*/

}



@media screen and (max-width: 480px) {
/*------------------------------------------------------- welcome 480px */	

.popup{
  width: 100% !important;	
}
	.espacamento-popup {
    margin-top: 100px;
    width: 100% !important;
}
.tamanho-popup {
    width: 70% !important;
}
.tamanho-popup img{
    width: 100% !important;
}	section#welcome_content h1{
	padding-top:300px;
	font-size:30px;
  }  
section#welcome_content p{
	font-size:14px;
  }	
/*------------------------------------------------------- Fecha welcome 480px */


/*------------------------------------------------------- busca 480px */
section#busca #adjust_form form ul{
  margin:0 0 0 1px;
  width:99%;
  } 
section#busca #adjust_form form li{
  margin:0 0 5px 0;
  width:98%;
  }   	
section#busca input[type='text']{
	width:96%;
  }     
section#busca select{
	width:120%;
  }   
.styled-select {
    width:99%;		
   }   
section#busca input[type='submit']{
	width:100%;
	text-align: center;
  }

.bg-fundo {
	background-image: url(../fotos/1/BANNER-WILL-IMOVEIS-425.png);
}

section#busca {
	top: 393px;
}
ul.rslides li {
    height: 200px;
    margin-bottom: 60%;
}

section.imoveis h1 {
	font-size: 30px;
}

	
footer nav{
	display: none;
}

footer .social_footer a img {
    width: 12%;
}

footer section#rodape h2 {
    font-size: 18px !important;
}

.dropbtn {
	background-color: #fff !important;
  }

  #logo_topo img{
	width: 82%;
  }

  .control-nav {
    top: 56px;
}

header section#topo {
    height: 80px;
}

.carousel-cell {
    height: 209px;
}

section#page #enviar {
    margin: 10px 10px 0 5px;
}

.ctn-slider .slider-nav .arrows {
    top: 25%;
}

section#busca #adjust_form h1 {
    font-size: 28px;
}

section#welcome_content h1 {
    padding: 1rem 0;
}

.centered {
    top: 15%;
}

.centered p {
    font-size: 1.3em;
}

}
/*------------------------------------------------------- Fecha busca 480px */	


/*------------------------------------------------------- lancamentos, venda, locação 480px */ 
section.imoveis article{
	width:100%;
	margin:0 0 20px 40px;
    } 
	  
section.imoveis h1{
	font-size:30px;
  }
.adjust_p{
	height:150px;
	}
/*------------------------------------------------------- fecha lancamentos, venda, locação 480px */ 


/*------------------------------------------------------- Detalhes 480px */ 	
section#more_see article{
	max-width:100%;
	float:left;
	margin:0 0 10px 0;  
    }
/*------------------------------------------------------- fecha Detalhes 480px */ 


.mtlsr-images-for-lightbox ul li{
	width:100%;
	max-height:350px;
	overflow:visible;
	}
	

/*------------------------------------------------------- sobre_footer 480px */
.hr_foot{
	width:50%; 
	}
section#sobre_footer img{
	width:100%
	}		
.cadastre{
	padding:0;
}	
/*------------------------------------------------------- Fecha sobre_footer 480px */	


/*------------------------------------------------------- footer 480px */	
footer section#mapa_footer{
	display:none;	
	}
footer section#rodape h2{
	font-size:28px;
	}
/*------------------------------------------------------- fecha footer 480px */

@media only screen and (max-width: 425px){
	#slide_sec {
		margin-top: -26px !important;
	}

	.ctn-slider .slider .slider-inner {
		top: 10px;
	}
	
}

@media screen and (max-width: 380px) {
/*------------------------------------------------------- busca 370px */
section#busca #adjust_form h1{
  font-size:25px;
  font-weight:bold;
  text-align:center;
  }
/*------------------------------------------------------- busca slides 370px */


/*------------------------------------------------------- lancamentos, venda, locação 370px */
section.imoveis h1{
	width:95%;
  }  
section.imoveis hr{
	width:96%;
  }  
/*------------------------------------------------------- fecha lancamentos, venda, locação 370px */
 
 
/*------------------------------------------------------- lancamentos, venda, locação 480px */ 
section.imoveis article{
	width:100%;
	margin:0 0 20px 0;
    }  	
/*------------------------------------------------------- fecha lancamentos, venda, locação 480px */ 


/*------------------------------------------------------- footer 370px */
footer section#rodape p{
	font-size:16px;
	}		
footer section#rodape h2{
	font-size:25px;
	}	
footer nav a{
	font-size:16px;
	}	
/*------------------------------------------------------- fecha footer 370px */

.bg-fundo {
    background-image: url(../fotos/1/BANNER-WILL-IMOVEIS-425_p.png);
}

section#welcome_content h1 {
    padding-top: 345px;
}

.ctn-slider .slider-nav .arrows {
    top: 24%;
}

section#welcome_content h1 {
    padding: 1rem 0;
}

section#busca {
    top: 338px;
}

}


@media screen and (max-width: 375px) { 
	.ctn-slider .slider-nav .arrows {
		top: 28%;
	}

	section#welcome {
		margin-top: 5rem;
	}

	section#busca #adjust_form h1 {
		padding: 0;
	}

	.centered p {
		font-size: 1em;
	}
}