@charset "utf-8";
/* CSS Document */


.RtySchHomeButton{
    width: 840px;
    display: block;
    position: absolute;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    margin-left: -420px;
    top: 50%;
    margin-top: 20px;
}
.RtySchHomeButtonLink{
    width: 180px;
    background: #181717;
    border: 2px solid #000;
    text-decoration: none;
    color: #fff !important;
    padding: 20px 0px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    font-size: 12px;
    float: left;
    border-radius: 10px;
}

.RtySchHomeButtonLink:hover{
	background-color:#ab171d;
	border: 2px solid #580b0e;
}

#RtySchMainHomeRef{
    position: absolute;
    top: 180px;
    width: 300px;
    left: 50%;
    margin-left: 200px;
    z-index: 100000000;
}

.RtySchHome{
    width: 915px;
    display: block;
    position: absolute;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    left: 50%;
    margin-left: -457.5px;
    top: 50%;
    margin-top: 20px;
}

.RtySchMainHome{
	display: inline-table;
	border-radius: 5px;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

.RtySchCriteriosHomeTransacao {
  position: relative;
  float: left;
}

#fieldTransacaoHome{
    webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgb(0, 0, 0);
    color: #fff;
    width: 120px;
    height: 54px;
    text-indent: 13px;
    background-color: #181717;
    text-transform: uppercase;
    font-weight: bold;
}

.RtySchCriteriosHomeTransacaoItem {
  box-sizing: border-box;
  position: relative;
  width: 90px;
  display: inline-block;
}

.RtySchCriteriosHomeTransacaoItem input{
  display:none;
}

.RtySchCriteriosHomeTransacaoItem  + .RtySchCriteriosHomeTransacaoItem {
  margin-left: -1px;
}

.RtySchCriteriosHomeTransacaoItem  + .RtySchCriteriosHomeTransacaoItem label {
  margin-left: 0px;
  border-radius: 0px 10px 10px 0px;
}

.RtySchCriteriosHomeTransacaoItem label {
  bottom: 0px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  color: #fff;
  padding: 17px;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #181717;
  background-color: #181717;
}

.RtySchCriteriosHomeTransacaoItem input:checked + label {
    background-color: #ec2028;
    color: #fff;
    border:none;
    padding: 18px;
}

.RtySchMainHomeRef{
	border-radius: 5px;
	position: relative;
	margin: 0px auto;
	text-align: center;
}

.RtySchHomeRef{
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 14px;
	border: 2px solid #000;
	color: #fff;
	width: 300px;
	padding-right: 60px;
	float: left;
	height: 54px;
	text-transform: uppercase;
	background-color: #181717;
	font-weight: bold;
	font-size: 12px;
}

.RtySchHomeRef::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-weight: bold;
}

.RtySchHomeRef:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: bold;
}

.RtySchHomeRef::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-weight: bold;
}

.RtySchHomeRefPesquisar{
	color: #fff;
	display: block;
	font-size: 0px;
	background-image: url(../img/pesquisar.png);
	background-repeat: no-repeat;
	width: 54px;
	height: 54px;
	position: relative;
	background-color: #000;
	float: left;
	margin-left: -54px;
	cursor: pointer;
	background-position: center;
	background-size: 20px;
	webkit-border-radius: 0px 10px 10px 0px;
	-moz-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.RtySchHomeRefPesquisar:hover{
	background-color:#ab171d;
}

.RtySchMainHomeRefAbre, .RtySchMainHomeRefFecha{
    width: 100%;
    position: relative;
    display: block;
    float: left;
    margin-top: 20px;
    color: #181717;
    text-align: center;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
}


.RtySchCriteriosHomeLocal{
	position: relative;
	float: left;
	margin-left: 10px;
	width: 440px;
}

#fieldLocalHome {
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 302px;
	padding-right: 60px;
	height: 45px;
}

.pac-container {
	font-family: Arial;
}

.RtySchCriteriosHomeCategorias{
    position: relative;
    float: left;
    margin-left: 10px;
}

.RtySchCriteriosHomeTipos{
    position: relative;
    float: left;
    margin-left: 5px;
    display:none;
}

#fieldEstadosHome{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 65px;
	height: 45px;
	text-indent: 13px;
	background-color: #fff;
}

#fieldCidadesHome{
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #000;
	color: #fff;
	width: 100%;
	height: 54px;
	text-indent: 13px;
	background-color: #181717;
	font-weight: bold;
}

.autocomplete-items {
  	position: absolute;
    border: 1px solid #d4d4d4;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    margin: 4px 2px;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background-color: #fff;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    font-size: 12px;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}

#RtySchCriteriosBairro{
    float: left;
    position: relative;
    margin-left: -54px;
    top: 0px;
}

#fieldBairroHome{
    width: 54px;
    height: 54px;
    background-color: #000;
    webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
    cursor: pointer;
    background-image: url(../img/fieldBairroHomeOver.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#fieldBairroHome:Hover{
	background-color: #ec2028;
	background-image: url(../img/fieldBairroHomeOver.png);
	opacity: 1;
}

#fieldCategoriasHome{
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid rgb(0, 0, 0);
	color: #fff;
	width: 150px;
	height: 54px;
	text-indent: 13px;
	background-color: #181717;
	text-transform: uppercase;
	font-weight: bold;
}

#fieldCategoriasTiposHome{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 13px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 200px;
}

#fieldTiposHome{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 13px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	width: 140px;
}

.RtySchCriteriosHomePreco{
    position: relative;
    display: none;
}

#fieldVrPrcMinHome{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 15px;
	border: 1px solid rgba(0, 0, 0, 0.24);
	color: #666;
	font-weight: 700;
	width: 150px;
}

#fieldVrPrcMaxHome{
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.24);
    color: #666;
    font-weight: 700;
    margin-left: 5px;
    width: 150px;
}

.RtySchCriteriosHomePesquisar{
    position: relative;
    float: left;
    margin-left: 10px;
}

.RtySchCriteriosHomePesquisar a{
	color:#fff;
	display: block;
	font-size: 14px;
	position: relative;
	background-color: #ec2028;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 130px;
	padding: 18px;
	text-transform: uppercase;
}
.RtySchCriteriosHomePesquisar a:hover{
	background-color:#ab171d;
}

#fieldBairros{
    background: #f3f3f3;
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #666;
    padding: 12.5px 15px 12.5px 15px;
    text-align: center;
    border: 1px solid #ddd;
    width: 161px;
    margin-left: 1px;
    position: relative;
    float: left;
    border-radius: 0 4px 4px 0;
}


#RtyDivBairrosBack
{
	z-index: 40000;
	background-color:	#000000;
	opacity: 			0.6;
	width:				100%;
	height:				100%;
	top:0px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

#RtyDivBairros
{
	position: fixed;
	z-index: 5000000000;
	overflow:			auto;
	background-color:	#FFFFFF;
	width: 980px;
	left:				50%;
	margin-left:		-500px;
	height: 500px;
	top:				50%;
	margin-top:			-250px;
	padding: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.RtyDivBairrosMain{
    position: relative;
    width: 100%;
    height: 362px;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
}

.RtyDivBairrosScroll{
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.RtyBaiItem{
    font-size: 11px;
}

#RtyDivBairros h2 {
    margin: 0px 0px 20px;
    font-size: 16px;
    color: #666;
    padding-bottom: 0px;
}

#RtyDivBairros h2 strong {
    margin: 0px 0px 20px;
    font-size: 20px;
    color: #ec2028;
    padding-bottom: 20px;
}


#RtyDivBairrosFechar{
	position:absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	font-size: 0px;
	background-image: url("../img/RtyDivBairrosFechar.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	cursor: pointer;
}

#RtyDivBairrosLimpar{
	position: absolute;
	right: 85px;
	bottom: 29px;
	font-size: 14px;
	padding: 9px;
	cursor: pointer;
	color: #ec2028;
}

#RtyDivBairrosLimpar:hover{
	color: #ab171d;
}

#RtyDivBairrosOk{
	background-color: #ec2028;
	float:right;
	color: #fff;
	padding: 10px 20px;
	font-size: 12px;
	border-radius: 5px;
	margin-top: 10px;
	cursor: pointer;
}

#RtyDivBairrosOk:hover{
	background-color: #ab171d;
}