@charset "utf-8";
/* CSS Document */


html, body{
	margin:0px;
	width:100%;
	height:100%;
	color: #666;
	background-color: #f3f3f3;
	text-rendering: optimizeLegibility;
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	overflow: initial !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

input, select, textarea,button {
    background: #fff;
}

.Loading{
	z-index: 20000000000000;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: #ffffff8c;
}
.LoadingFundo{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
	background-image: url("../img/LoadingPantera.png");
	background-position: center;
	background-repeat: no-repeat;
}
.LoadingImg{
	animation: girar 5.5s infinite linear;
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    display: block;
	background-image: url("../img/LoadingMovimento.png");
	background-position: center;
	background-repeat: no-repeat;
}

@keyframes girar {
0% {
transform:rotateZ(0)
}
100% {
transform:rotateZ(360deg)
}
}


.Fundo{
	background-image: url("../img/fundo.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	background-position: center top;
	position: relative;
	height: 100%;
}

.HomeTitulo{
    position: absolute;
    display: block;
    top: 50%;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
    font-size: 2rem;
    font-weight: 300;
    color: #181717;
    text-align: center;
    text-shadow: 0px 0px 5px rgb(255, 255, 255);
    margin-top: -40px;
    font-weight: bold;
}

.Margem {
    position: relative;
    width: 1000px;
    margin: 0px auto;
    display: table;
}

.TituloPagina{
    background-color: #181717;
    color: #fff;
    padding: 10px;
}

.HeaderHome{
    position: absolute;
    top: 30px;
    background-color: transparent;
    border-bottom: 0px;
    padding: 15px 20px;
    height: 106px;
    background-image: none;
}

.HeaderHome .HeaderLogo{
    width: 250px;
}

.HeaderHome header nav{
    top: 0px;
    text-align: right;
    position: relative;
    display: block;
    float: right;
    margin-left: initial;
    left: initial;
}

header{
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    z-index: 10000;
    border-bottom: 2px solid #181717;
    border-radius: 10px 10px 0px 0px;
    background-image: url(../img/fundo.jpg);
    text-shadow: 0 0 black;
    background-position: center top;
    background-size: cover;
}

header .HeaderLogo{
	width: 162px;
	margin-top: 15px;
}

header .HeaderLogoLink{
    float: left;
    margin-bottom: 10px;
}

.BuscaLogo{
    width: 162px;
    height: 130px;
    margin-top: -20px;
    display: block;
    float: left;
    background-image: url("../img/LogotipoBusca.png");
    background-position: center;
    background-size: 160px;
    margin-right: 5px;
    background-repeat: no-repeat;
}

header .Telefone{
    float: right;
    width: 190px;
    padding-left: 50px;
    font-size: 13px;
    background-image: url("../img/telefone.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 0px;
    line-height: 16px;
    color: #181717;
    height: 38px;
    margin-left: 40px;
}

header .Telefone span{
    position: absolute;
}

header .Telefone strong{
    color: #181717;
    font-size: 20px;
}

header .CorretorOnline{
    float: right;
    width: 110px;
    color: #181717;
    text-transform: initial;
    font-weight: bold;
    height: 35px;
    font-size: 16px;
    background-image: url("../img/CorretorOnline.png");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 0px;
    cursor: pointer;
    text-decoration: none;
    line-height: 17px;
    padding: initial;
    padding-left: 45px;
}

header .CorretorOnline:hover{
}

header nav{
    text-align: right;
    position: relative;
    display: block;
    float: right;
    margin-left: initial;
    left: initial;
    width: calc(100% - 250px);
    margin-top: 11px;
}

header nav a{
    font-size: 11px;
    position: relative;
    display: inline-block;
    float: initial;
    padding: 20px 0px;
    margin-left: 20px;
    text-transform: uppercase;
    color: #181717;
}

nav{
    display: table;
    position: absolute;
    top: 55%;
    left: 50%;
    margin-left: -141px;
}

nav a{
	text-decoration:none;
	color:#666;
	font-size:14px;
	float:left;
	margin-left: 20px;
	padding: 10px 0px;
}

nav a:hover{
	font-weight:900;
	color:#000;
}

nav a span.b {
    visibility: hidden;
    font-weight: bold;
}
nav a span.a {
    position: absolute;
}
nav a:hover a span.b {
    visibility: visible;
}
nav a:hover a span.a {
    visibility: hidden;
}

.TopoAnuncie{
	background-image: url("../img/Anuncie.png");
	background-repeat: no-repeat;
	background-position: 0px;
	margin-left: 0px;
	padding-left: 35px;
}

.TopoFavoritos{
	background-image: url("../img/FavoritosAdicionado.png");
	background-repeat: no-repeat;
	background-position: 20px;
	padding-left: 55px;
	border-left: 1px solid #ccc;
}

.SubMenu{
    text-decoration: none;
    color: #666;
    font-size: 14px;
    float: left;
    z-index: 100000000000;
    position: relative;
}

.SubMenu li{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-top: 0px;
	z-index: 74;
}

.SubMenu li a{
	text-decoration: none;
	margin-left: 0px;
}

.SubMenu li ul {
	position: absolute;
	top: 26px;
	display: none;
	padding: 10px;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	width: 170px;
	margin-left: -20px;
}


}
.SubMenu li:hover ul ul {
	display: none;
}

.SubMenu li:hover ul, .SubMenu li ul li:hover ul, .SubMenu li.over ul, .SubMenu li ul li.over ul {
	display: block;
}

.SubMenu ul li a{
	width:100%;
	padding: 5px;
	text-align:left;
	font-size: 12px;
}

.TopoBoleto{
    background-image: url(../img/NavBoleto.png);
    background-repeat: no-repeat;
    padding-left: 30px !important;
    background-size: 20px;
    background-position: 5px;
}

.TopoBoleto:hover{
	background-image: url(../img/NavBoletoOver.png);
}

.TopoPainel{
    background-image: url(../img/NavPainel.png);
    background-repeat: no-repeat;
    padding-left: 30px !important;
    background-size: 20px;
    background-position: 5px;
}

.TopoPainel:hover{
	background-image: url(../img/NavPainelOver.png);
}

.SubMenu ul li a:hover{
	background-color:#ec2028;
	color:#fff;
	font-weight:normal;
}

.SubMenu li ul li {
	display: block;
	width: 100%;
	text-align: center;
	height: 26px;
}

.DownloadApp{
    display: table;
    float: right;
    width: 225px;
}

.FooterHome .DownloadApp h2{
    font-size: 16px;
    margin: 0px;
    text-align: center;
    color: #fff;
}

.DownloadApp h2{
    font-size: 16px;
    margin: 0px;
    text-align: center;
    color: #181717;
}

.FooterHome .DownloadApp .Android{
    width: 110px;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/App_android_B.png");
    display: block;
    float: right;
}

.FooterHome .DownloadApp .Ios{
	 width: 110px;
	 height: 42px;
	 background-size: 100%;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-image: url("../img/App-Ios-B.png");
	 display: block;
	 float: left;
	 margin-right: 5px;
}

.DownloadApp .Android{
    width: 110px;
    height: 42px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../img/App_android.png");
    display: block;
    float: right;
}

.DownloadApp .Ios{
	 width: 110px;
	 height: 42px;
	 background-size: 100%;
	 background-repeat: no-repeat;
	 background-position: center;
	 background-image: url("../img/App-Ios.png");
	 display: block;
	 float: left;
	 margin-right: 5px;
}

.AppPhones{
    position: absolute;
    bottom: 218px;
    width: 1000px;
    left: 50%;
    margin-left: -500px;
}
.AppPhones .android{
	width: 125px;
	height: 250px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../img/banner-android.png);
	float: right;
	margin-right: 5px;
}
.AppPhones .iphone{
	background-image: url(../img/banner-iphone.png);
	width: 120px;
	height: 235px;
	margin-right: -25px;
	margin-top: 12px;
	background-size: 100%;
	background-repeat: no-repeat;
	float: right;
}

footer{
	width: 100%;
	position: relative;
	height: 240px;
}

.FooterHome{
	color: #f3f3f3;
}

.footerFixo{
    background-color: #181717;
    padding: 40px 0px;
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
}

.footerFixo .Logotipo{
    background-image: url("../img/LogotipoB.png");
    width: 150px;
    height: 90px;
    position: relative;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 150px;
    margin-bottom: 10px;
}

.FooterMenu{
    width: 130px;
    float: left;
    margin-top: 10px;
}

.FooterHome .FooterMenu a{
	color: #ddd;
}

.FooterHome  .FooterMenu a:hover{
	color:#fff;
}

.FooterMenu a{
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    padding: 0px 10px;
    display: block;
}

.FooterMenu a:hover{
	color: #fff;
}

.FooterBuscaLinks{
    float: left;
    margin-left: 100px;
    padding: 0px 0px;
    width: 770px;
    position: relative;
    top: 0px;
}

.FooterBuscaCol{float: left;margin: 0px 25px;}

.FooterBuscaCol h2{
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.FooterBuscaCol h2 strong{
    font-size: 20px;
    color: #ec2028;
}

.FooterBuscaCol a{
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
    display: block;
}

.FooterBuscaCol a:hover{
	color: #fff;
}


.footerFixo hr{
    width: 100%;
    border-top: 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
    display: block;
    float: left;
}

#copyright{
    font-size: 12px;
    float: left;
    padding: 50px 15px 0px;
    width: 100%;
    text-align: center;
}

#copyright strong{
	color: #ec2028;
}

.FooterHome #copyright strong{
	color: #ec2028;
}

.DesenvolvidoPor{
	    position: relative;
	    top: 13px;
	    width: 170px;
	    float: right;
}

.FooterHome .Apprise{
    position: absolute;
    display: block;
    background-image: url("../img/DesenvolvidoPorNegativo.png");
    width: 124px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 55px;
}

footer .Apprise{
    position: absolute;
    display: block;
    background-image: url("../img/DesenvolvidoPor.png");
    width: 124px;
    height: 44px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 55px;
}

footer .Realty{
    position: absolute;
    display: block;
    background-image: url("../img/PowerdBy.png");
    width: 45px;
    height: 45px;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 0px;
    top: -2px;
}

.footerRolagem{
	width: 100%;
	position: relative;
	height: 100px;
	bottom: 0px;
	background-color: #181717;
	z-index: 2000000;
	
	 /* Safari, Chrome and Opera > 12.1 */
	 /* Firefox < 16 */
	 /* Internet Explorer */
	 /* Opera < 12.1 */
	-webkit-transition: height 0.25s;
	transition: height 0.25s;
	border-top: 2px solid #000;
}

.footerRolagem .Logotipo{
    background-image: url("../img/LogotipoB.png");
    width: 150px;
    height: 100px;
    background-size: 120px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.FooterEndereco{
    float: left;
    padding: 8px;
    width: 35%;
    padding: 34px 0px;
    font-size: 13px;
    background-image: url(../img/LocalB.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50px;
    line-height: 16px;
    color: #fff;
    height: 100px;
    padding-left: 90px;
    margin-left: 40px;
}

.FooterEndereco span{
}

.footerTelefone{
    float: left;
    padding: 34px 0px;
    width: 29%;
    padding-left: 95px;
    font-size: 13px;
    background-image: url("../img/telefoneB.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50px;
    line-height: 16px;
    color: #fff;
    height: 100px;
}

.footerTelefone span{
    position: absolute;
}

.footerTelefone strong{
    color: #fff;
    font-size: 16px;
}

.FooterWhatsapp{
    float: left;
    padding: 8px;
    width: 23%;
    padding-left: 70px;
    margin: 10px 0px;
    height: 35px;
    font-size: 14px;
    font-weight: bold;
    background-image: url("../img/whatsapp.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 30px;
}

.CorretorOnline{
    float: right;
    padding: 33px;
    width: 20%;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 85px;
    height: 100px;
    font-size: 14px;
    background-image: url("../img/CorretorOnlineB.png");
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 45px;
    cursor: pointer;
    text-decoration: none;
    line-height: 17px;
}

.CorretorOnline:hover{
}

content{
}

.mapsite{
    text-transform: uppercase;
    background-color: #181717;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    width: 100%;
    position: relative;
    display: block;
}

.mapsite a{
    text-decoration: none;
    color: #f3f3f3;
}

.Texto{
    position: relative;
    width: 100%;
    margin: 50px auto;
    display: table;
    text-align: justify;
    min-height: calc(100% - 425px);
}

.Texto hr{border-top: 1px solid #ddd;margin: 20px 0px;}

.Texto section{
    width: 900px;
    position: relative;
    padding: 10px 0px;
    margin: 0px auto;
    display: table;
}

.Texto section h4{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.Texto section h4:after {
    content: '';
    background-color: #ccc;
    display: block;
    margin: 15px auto;
    width: 78px;
    height: 1px;
}

.Texto section h5{
	color: #181717;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	display: block;
	position: relative;
}

.Texto p{
    margin: 10px 0px 0px;
    text-indent: 1.5em;
    font-size: 16px;
}

.Texto h4{
    color: #ec2028;
    margin: 0px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

.Texto h4:after {
    content: '';
    background-color: #ccc;
    display: block;
    margin: 15px auto;
    width: 78px;
    height: 1px;
}

.Texto h5{
    margin: 15px 0px 0px;
    font-size: 18px;
    color: #ec2028;
}

.Texto strong{
    color: #181717;
    font-weight: bold;
}

.TextoLocal{
    padding: 30px;
    margin: 40px auto 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-top: 20px;
    background-color: #fff;
}

.AdministracaoImg{
    float: left;
    width: 180px;
    margin-right: 20px;
}

.CorretoresImg{
	 float: left;
	 margin-right: 20px;
	 width: 180px;
}

.SiigaImg{
    float: left;
    width: 180px;
    margin-right: 20px;
    border: 5px solid #fff;
}

.ContatoMapa{
    display: table;
    width: 1000px;
    margin: 30px auto;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

#map{
    float: left;
    height: 545px;
    width: calc(100% - 400px);
}

.ContatoMapaInfo{
    padding: 10px;
    position: relative;
    margin-left: 20px;
}

.ContatoMapaInfo h2{
    text-align: center;
    font-size: 20px;
    margin: 10px 0px 0px;
    color: #ec2028;
}

.ContatoMapaInfo p{
    margin: 0px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.ContatoMapaInfo strong{
    font-size: 18px;
    color: #181717;
    margin-top: 10px;
}


.ContatoMapaInfoForm{width: 100%;height: 545px;float: left;background-color: #fff;position: relative;overflow: hidden;padding: 30px;}

.ContatoMapaInfoForm h2{
    text-align: center;
    font-size: 20px;
    margin: 0px 0px 10px;
    color: #181717;
}

.ContatoConteudoForm{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0px;width: 100%;position: relative;display: table;}

.ContatoConteudoFormNome{position: relative;text-align: right;float: left;margin-right: 15px;top: 10px;width: 144px;}

.ContatoConteudoFormSelect{
    width: 50%;
    float: left;
    padding: 0.5%;
}

.ContatoConteudoFormComboSelect{margin: 0px;position: relative;border: 1px solid #ccc;padding: 10px;width: 100%;border-radius: 10px;color: #666;font-family: Open Sans;background-color: #fff;font-size: 14px;}

.ContatoConteudoFormImput{width: 50%;float: left;padding: 0.5%;}

.ContatoConteudoFormCombo{position: relative;width: 100%;margin: 0px;border: 1px solid #ccc;padding: 10px;border-radius: 10px;color: #666;font-family: Open Sans;background-color: #fff;font-size: 14px;}

.ContatoConteudoFormComboMenor{position: relative;margin: 0px;border: 1px solid #ccc;width: 100%;padding: 10px;border-radius: 10px;color: #666;font-family: Open Sans;background-color: #fff;font-size: 14px;}

.ContatoConteudoFormMensagem{width: 100%;float: left;padding: 0.5%;}

.ContatoConteudoFormComboMensagem{
    position: relative;
    width: 100%;
    margin: 0px;
    height: 150px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    color: #666;
    font-family: Open Sans;
    background-color: #fff;
    font-size: 14px;
}

.ContatoConteudoFormBotoes{
    position: relative;
    width: 100%;
    margin: 10px 0px 10px;
    text-align: center;
    float: left;
}

.ContatoConteudoFormBotao{
	color: #fff;
	font-size: 0.9em;
	background-color: #ec2028;
	position: relative;
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-position: 30px;
	cursor: pointer;
	width: 100px;
	text-align: center;
	height: 40px;
	border: 0px;
	margin: 2px;
}

.ContatoConteudoFormBotao:hover{
}

.ui-mobile-viewport{
    position: relative !important;
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 10px;
    height: 500px;
    overflow:hidden;
}

.AnuncieBotoes{
    position: absolute;
    top: 450px;
    right: 30px;
}
.AnuncieBotoes a{
    text-decoration: none;
}

.FormAnuncieMain{
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 1000px;
    height: 500px;
    border-radius: 10px;
    margin-top: 20px;
}

.FormAnuncie{
    width: 3000px;
    height: 500px;
    position: relative;
}

.Paginas{
    width: 1000px;
    height: 500px;
    float: left;
    position: relative;
    padding: 20px;
}

.FormAnuncieBotoes{
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.FormAnuncieBotoes div{
    float: left;
    color: #fff;
    font-size: 0.9em;
    background-color: #ec2028;
    position: relative;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-position: 30px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    border: 0px;
    margin: 2px;
    padding: 10px;
}

.FormAnuncieBotoes div:hover{background-color: #ab171d;}

#FormAnuncieResumo button{
    float: right;
    color: #fff;
    font-size: 0.9em;
    background-color: #ec2028;
    position: relative;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-position: 30px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    border: 0px;
    margin: 2px;
    padding: 12.5px;
    margin-top: 20px;
}

#FormAnuncieResumo button:hover{background-color: #ab171d;}


.FormAnuncieGrupo{
    margin: 20px;
    display: table;
    width: 918px;
}

.FormAnuncieGrupo .espaco{
    position: relative;
    float: left;
    width: 302px;
    margin: 2px;
    height: 39px;
}

.FormAnuncieGrupo input{
	position: relative;
	margin: 2px;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	color: #666;
	font-family: Open Sans;
	background-color: #fff;
	font-size: 14px;
	width: 100%;
	max-width: 302px;
	float: left;
	font-size: 12px;
}

.FormAnuncieGrupo input:disabled{
	background-color: #f3f3f3;
}

.FormAnuncieGrupo select{
	webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
	border: 1px solid #ccc;
	color: #666;
	width: 302px;
	font-size: 12px;
}

.FormAnuncie h4{
    font-size: 26px;
    margin-bottom: 5px;
    width: 100%;
    font-weight: normal;
    color: #666;
}

#Transacao {
  position: relative;
  display: table;
  width: initial;
  float: left;
  margin: 0px 2px 20px 22px;
}

#Transacao li {
  box-sizing: border-box;
  position: relative;
  width: 152px;
  display: inline-block;
}

#Transacao li input{
  display:none;
}

#Transacao li +  li {
  margin-left: -1px;
}

#Transacao li  +  li label {
  margin-left: 0px;
  border-radius: 0px 5px 5px 0px;
}

#Transacao li label {
  bottom: 0px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  color: #666;
  padding: 11px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

#Transacao li input:checked + label {
    background-color: #ec2028;
    color: #fff;
    border:none;
    padding: 12px;
}

#Categoria{
    display: table;
    position: relative;
    float: left;
    width: initial;
    margin: 0px 2px 20px 2px;
}

#Tipo{
    display: table;
    position: relative;
    float: left;
    width: initial;
    margin: 0px 2px 20px 2px;
}

#Descricao textarea{
    position: relative;
    width: 100%;
    margin: 0px;
    height: 130px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    color: #666;
    font-family: Open Sans;
    background-color: #fff;
    font-size: 14px;
}

.InputRadio {position: relative;float: left;width: 302px;margin: 2px;margin-top: 10px;}

.InputRadio label{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.InputRadio li {
  box-sizing: border-box;
  position: relative;
  width: 151px;
  display: inline-block;
}

.InputRadio li input{
  display:none;
}

.InputRadio li +  li {
  margin-left: -1px;
}

.InputRadio li  +  li label {
  margin-left: 0px;
  border-radius: 0px 5px 5px 0px;
}

.InputRadio li label {
  bottom: 0px;
  cursor: pointer;
  display: block;
  font-size: 12px;
  color: #666;
  padding: 9.5px;
  text-align: center;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.InputRadio li input:checked + label {
    background-color: #ec2028;
    color: #fff;
    border:none;
    padding: 10.5px;
}

.InputNum{
    position: relative;
    float: left;
    width: 98px;
    margin: 2px;
    margin-top: -16px;
}

.InputNum input{
    width: calc(100% - 70px);
    margin: 0px;
}

.InputNum input[type="number"]{
    width: 100%;
}

.InputNum label{
    float: left;
    width: 100%;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.FormAnuncieImagensScroll{
    position: relative;
    width: 918px;
    float: left;
    background-color: #f3f3f3;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 5px;
    min-height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
}

.FormAnuncieImagensScroll::-webkit-scrollbar-track {
	background: #f3f3f3;
	margin:0px 10px;
    
}
.FormAnuncieImagensScroll::-webkit-scrollbar {
    height: 10px;
    
}
.FormAnuncieImagensScroll::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius:20px;
}

#FormAnuncieImagens{
    display: table;
    min-width: 896px;
}

#FormAnuncieImagens li{
    display: flex;
    width: 85.5px;
    height: 80px;
    background-color: #fff;
    background-image: url("../img/camera.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    opacity: 0.5;
    border: 1px solid #ccc;
    text-align: center;
    align-items: center;
    float: left;
    margin: 0px 2px;
}

#FormAnuncieImagens img{
    max-height: 90%;
    max-width: 90%;
    margin: 0px auto;
    position: relative;
}

#Fotos span{
    font-size: 12px;
    position: relative;
    margin-top: 13px;
    display: block;
    margin-left: 12px;
    float: left;
    color: #ec2028;
}

#edificio, #condominio{
	width:100%;
	max-width: 100%;
	margin-bottom: 30px;
}

#FormAnuncieResumoFundo{

background-color: rgba(0, 0, 0, 0.5);

position: fixed;

top: 0px;

left: 0px;

bottom: 0px;

right: 0px;

z-index: 500000;

cursor: pointer;
}

#FormAnuncieResumo{

width: 800px;

background-color: #fff;

padding: 40px;

border: 1px solid #666;

border-radius: 10px;

max-height: calc(100% - 80px);

overflow-y: auto;

font-size: 14px;

position: fixed;

z-index: 500000;

left: 50%;

margin-left: -400px;

top: 40px;
}

#FormAnuncieResumo::-webkit-scrollbar-track {
	background: #fff;
	margin:10px 0px;
    
}
#FormAnuncieResumo::-webkit-scrollbar {
    width: 10px;
    
}
#FormAnuncieResumo::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius:20px;
}

#FormAnuncieResumoFechar{

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;
}

#FormAnuncieResumo h2{

margin: 0px;

color: #ec2028;

margin-bottom: 10px;
}

#FormAnuncieResumo p{

margin: 0px;

text-transform: uppercase;

margin-bottom: 5px;

background-color: #f3f3f3;

padding: 10px;
}

#FormAnuncieResumo b{
    text-transform: initial;
    color: #444;
}

#FormAnuncieResumoFotos{
    display: table;
    padding: 10px;
    background-color: #f3f3f3;
    width: 100%;
}

#FormAnuncieResumoFotos h2{
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    margin-top: 0px;
}

#FormAnuncieResumoFotos li{
    display: flex;
    width: 85.5px;
    height: 80px;
    background-color: #fff;
    background-image: url("../img/camera.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    border: 1px solid #ccc;
    text-align: center;
    align-items: center;
    float: left;
    margin: 0px 2px;
}

#FormAnuncieResumoFotos img{
    max-height: 90%;
    max-width: 90%;
    margin: 0px auto;
    position: relative;
}

.TrabalheConosco{
	min-height: 400px;	
}


.FormTrabalhe{
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 1000px;
    border-radius: 10px;
    margin-top: 20px;
    padding: 40px;
}

.FormTrabalhe textarea{
    position: relative;
    margin: 2px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    color: #666;
    font-family: Open Sans;
    background-color: #fff;
    width: 100%;
    float: left;
    font-size: 12px;
    height: 150px;
}

#curriculum{
    position: relative;
    margin: 2px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    color: #666;
    font-family: Open Sans;
    background-color: #fff;
    font-size: 14px;
    width: calc(100% - 108px);
    float: left;
    font-size: 12px;
}

.FormTrabalhe button{
    float: left;
    color: #fff;
    font-size: 0.9em;
    background-color: #ec2028;
    position: relative;
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-position: 30px;
    cursor: pointer;
    width: 100px;
    text-align: center;
    border: 0px;
    margin: 2px;
    padding: 12.5px;
}
.FormTrabalhe button:hover{
    background-color: #ab171d;
}

.sucesso{
    text-align: center;
}

.Modal{
    position: fixed;
    z-index: 10000000000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.FechaModal{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #ffffffba;
}

.Modal img{
    z-index: 10000000000000000000000;
    position: absolute;
    width: 800px;
    left: 50%;
    margin-left: -400px;
    top: 50%;
    margin-top: -246px;
    border: 1px solid #fff;
}

   .box-whatsapp{
        position: fixed;
        bottom: 50px;
        right: 60px;
        z-index: 9999999;
    }

    .CorretorFoto{
    width: 64px;
    position: relative;
    border-radius: 100px;
    border: 3px solid #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    cursor: pointer;
}

    .box-whatsapp > i{
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: -8px;
        left: 40px;
        background: url("../img/ico-whatsapp.png") no-repeat center center;
        border-radius: 50%;
        z-index: 0;
        -webkit-transform: scale(0.6);
		transform: scale(0.5);
		-webkit-animation: pulsar 1.5s 0s linear infinite;
    	animation: pulsar 1.5s 0s linear infinite;
    }

    @keyframes pulsar {
		0% {
			transform: scale(0.6);
			opacity: 1;
		}
		100% {
			transform: scale(1);
			opacity: 1;
		}
	}

	@-webkit-keyframes pulsar {
		0% {
			-webkit-transform: scale(0.6);
			opacity: 1;
		}
		100% {
			-webkit-transform: scale(1);
			opacity: 1;
		}
	}

    .box-whatsapp > i:hover{
        cursor: pointer;
    }

    .box-whatsapp i span{
    background-image: url("../img/whatscontador.gif");
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 30px;
    border: 2px solid #fff;
    background-size: 16px;
    }

    .box-whatsapp > span{
        display: none;
    }

    .box-whatsapp > span{
        width: 22px;
        height: 22px;
        position: absolute;
        left: 42px;
        bottom: 48px;
        z-index: 2;
        background-color: #FF8000;
        border: 2px solid #FFF;
        border-radius: 50%;
        text-align: center;
        line-height: 17px;
        font-weight: bold;
        font-size: 15px;
        color: #FFF;
    }

    .box-whatsapp article{
        min-height: 280px;
        background: url("../img/bg-whatsapp.jpg");
        position: absolute;
        bottom: 80px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        display: none;
        border-radius: 10px;
    }

    @media (min-width: 320px){

        .box-whatsapp article{
            width: 300px;
            left: -23px;
        }

    }

    @media (min-width: 768px){

        .box-whatsapp article{
            width: 320px;
            left: -257px;
        }

    }

    .box-whatsapp article:before {
        content: "";
        position: absolute;
        bottom: -6px;
        right: 8%;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #F5F1EE;
        z-index: 2;
    }

    .box-whatsapp article header{
        width: 100%;
        height: 56px;
        float: left;
        background: #056056;
        line-height: 46px;
        font-weight: bold;
        font-size: 15px;
        color: #FFF;
        display: block;
        border: 0px;
        margin: 0px;
        box-shadow: none;
    }

    .box-whatsapp article header img{
        width: 40px;
        height: 40px;
        float: left;
        margin: 9px 12px 0 12px;
        border-radius: 50%;
        padding: 0px;
        box-shadow: 1px 1px 3px rgba(0,0,0,1);
    }

	#WhatsAppNome{
    float: left;
    padding: 5px;
}
    #WhatsAppFechar{
        float: right;
        font-size: 18px;
        font-style: normal;
        padding: 0 20px;
        top: 2px;
        position: relative;
    }

    #WhatsAppFechar:hover{
        cursor: pointer;
    }

    .box-whatsapp article section{
        width: 100%;
        float: left;
        margin-bottom: 70px;
        padding: 0 20px;
    }

    @media (min-width: 320px){

        .box-whatsapp article section{
            height: 260px;
            overflow-y: scroll;
        }

    }

    @media (min-width: 768px){

        .box-whatsapp article section{
            height: auto;
            overflow-y: auto;
        }

    }

    .box-whatsapp article section p{
        width: auto;
        float: left;
        position: relative;
        margin: 16px 0 0 0;
        background: #FFF;
        padding: 8px 58px 8px 12px;
        -webkit-border-radius: 10px;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topleft: 0;
        border-radius: 10px;
        border-top-left-radius: 0;
        box-shadow: 1px 1px 2px #CCC;
        font-size: 14px;
        color: #262626;
    }

    .box-whatsapp article section p.response{
        float: right;
        background: #DCF8C7;
        -webkit-border-radius: 10px;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 10px;
        -moz-border-radius-topright: 0;
        border-radius: 10px;
        border-top-right-radius: 0;
        box-shadow: -1px 1px 2px #CCC;
    }

    .box-whatsapp article section p:before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 0 solid transparent;
        border-top: 12px solid #FFF;
        z-index: 2;
    }

    .box-whatsapp article section p.response:before{
        left: 100%;
        border-left: 0 solid transparent;
        border-right: 10px solid transparent;
        border-top: 12px solid #DCF8C7;
    }

    .box-whatsapp article section p span{
        position: absolute;
        bottom: 2px;
        right: 10px;
        line-height: 17px;
        font-size: 11px;
        color: #929292;
    }

    .box-whatsapp article section hr{
        width: 100%;
        float: left;
        margin: 0;
        height: 0;
        border: 0;
    }

    .box-whatsapp article footer{
        width: 100%;
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
        background: #F5F1EE;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        min-height: auto;
    }

    .box-whatsapp form{
        width: 100%;
        height: 60px;
        float: left;
        padding: 12px 5px 0 11px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .box-whatsapp input[type="text"]{
    	width:250px;
        height: 38px;
        float: left;
        margin-right: 3px;
        background: #FFFFFF;
        color: #000;
        border: 1px solid #DDDDDD;
        line-height: 38px;
        border-radius: 5px;
        padding-left: 9px;
        font-size: 14px;
        margin: 10px;
    }

    @media (min-width: 320px){

        .box-whatsapp form input[type="text"]{
            width: 120px;
        }

    }

    @media (min-width: 768px){

        .box-whatsapp form input[type="text"]{
            width: 128px;
        }

    }

    .box-whatsapp form input[type="text"]:last-of-type{
        margin-right: 0;
    }

    .box-whatsapp form ::-webkit-input-placeholder {color: #9C9A98;}
    .box-whatsapp form ::-moz-placeholder {color: #9C9A98;}
    .box-whatsapp form :-ms-input-placeholder {color: #9C9A98;}
    .box-whatsapp form :-moz-placeholder {color: #9C9A98;}

    .box-whatsapp a{
        width: 38px;
        height: 38px;
        float: right;
        background: url("../img/bto-send-whatsapp.jpg") no-repeat center center;
        border: 0;
        display: block;
        position: relative;
        margin: 11px 10px 11px 0px;
        cursor: pointer;
    }