@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-family: National-Book, Helvetica, sans-serif;
}


body{
    background-color: #0a4f8b;
    margin: 0px auto;
    display: block;
    padding: 20px;
    background-image: linear-gradient(#0a4f8b, #041e35);
}

#RtyChtMain {
    border-radius: 10px;
    margin: 0px auto 20px;
    width: 100%;
    max-width: 400px;
    position: relative;
    height: 100%;
    display: table;
    background-color: #fff;
    background-image: url(../img/FundoLogin.png);
    background-position: center;
    background-size: contain;
}
#RtyChtDummy {position: absolute;width: 100%;height: 100%;top: 0px;left: 0px;background-color: #ffffffb5;display: flex;align-items: center;text-align: center;}
#RtyChtDummyTexto {display: inline-block;text-align: center;width: 100%;text-transform: uppercase;font-weight: bold;background-color: #fff;}
#RtyChtTopFotoCorretor {
}
#RtyChtTranscript {width: 100%;height: calc(100% - 50px);padding: 20px;background-color: #ddd;border-radius: 10px 10px 0px 0px;overflow-x: hidden;background-image: url("../img/fundo.png");background-position: center;background-size: contain;}

#RtyChtTranscriptClose {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #0a4f8b;
    color: #fff;
    padding: 7px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.4em;
    cursor: pointer;
    z-index: 1;
}

#RtyChtTranscriptClose::before{
	content:"x";
}

#RtyChtTranscript iframe{
    width: 100%;
}

.RtyChtMsg {width: 100%;display: table;margin: 5px 0px;}
.RtyChtMsgTexto {font-size: 0.8em;padding: 10px;}
.RtyChtMsgTextoLeft {float: left;background-color: #eee;border: 1px solid #bbb;border-radius: 0px 10px 10px 10px;max-width: 90%;box-shadow: 1px 1px 3px rgb(102 102 102 / 0.3);}
.RtyChtMsgTextoRight {float: right;background-color: #c0cbd4;border: 1px solid #83a6c5;border-radius: 10px 0px 10px 10px;max-width: 90%;box-shadow: -1px 1px 3px rgb(102 102 102 / 0.3);}
.RtyChtMsgSetaLeft {
}
.RtyChtMsgSetaRight {
}
#RtyChtMessage {width: 100%;height: 50px;}
#RtyChtMessageLabel {
}
#RtyChtMessageLabelText {
}
#RtyChtMessageInput {width: 100%;padding: 15px;background-color: #eee;border-radius: 0px 0px 10px 10px;border: 1px solid #ccc;padding-right: 45px;height: 50px;}
#RtyChtShowcase {
}
#RtyChtSelectShowcase {width: 25px;padding: 10px;background-image: url("../img/home.png");background-size: 100%;position: absolute;right: 10px;bottom: 10px;height: 25px;}

#RtyChtListShowcase{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    min-height: 50px;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #ccc;
}

#RtyChtListShowcase h5{
    margin: 5px 0px 10px;
    font-size: 0.9em;
    display: inline-block;
    width: 100%;
}

#RtyChtListShowcase a{
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 0.8em;
    display: inline-block;
    position: relative;
    margin: 2px;
    z-index: 0;
    background-color: #0a4f8b;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
}

#RtyChtListShowcaseClose {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #0a4f8b;
    color: #fff;
    padding: 5px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 0.8em;
    cursor: pointer;
    z-index: 1;
}

#RtyChtListShowcaseClose::before {
	content:"X";
}

.RtyChtContatoDummy {
}
.RtyChtContatoGrid {
    margin: 30px;
    position: relative;
    display: inline-block;
}
.RtyChtContatoBody {
}
.RtyChtContatoTitle {
}
.RtyChtContatoTitleImagem {
	background-image: url(../img/RtyChtContatoImagem.png);
	height: 50px;
	width: 50px;
	margin: 0px auto 5px;
	padding: 0px;
	border: 0px;
	background-size: 100%;
}
.RtyChtContatoTitleTexto {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 10px #fff;
}
.RtyChtContatoTitleTextoOffline {
	margin: 10px 0px;
	font-size: 0.8em;
	text-align: center;
	text-shadow: 0px 0px 10px #fff;
}
.RtyChtContatoFiller {
	height: 10px;
}
.RtyChtContatoLine {
}
.RtyChtContatoLabel {
	position: relative;
	text-align: left;
	font-size: 0.7em;
	color: #666;
	margin-bottom: 2px;
}
.RtyChtContatoFieldNome {
	width: 100%;
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.RtyChtContatoFieldTelefone {
	width: 100%;
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.RtyChtContatoFieldEmail {
	width: 100%;
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.RtyChtContatoMensagemLine {
}
.RtyChtContatoLabelMensagem {
	position: relative;
	text-align: left;
	font-size: 0.7em;
	color: #666;
	margin-bottom: 2px;
}
.RtyChtContatoFieldMensagem {
	width: 100%;
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.RtyChtContatoBotaoEnviar {
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #0a4f8b;
	color: #fff;
	border-radius: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.RtyChtContatoBotaoEnviar::before {
	content: "Enviar";
}
.RtyChtContatoBotaoFechar {
	position: absolute;
	top: -45px;
	right: -45px;
	background-color: #0a4f8b;
	color: #fff;
	padding: 12px;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
}
.RtyChtContatoBotaoFechar::before {
	content: "X";
}
.RtyChtContatoFieldCopia {
	position: relative;
	height: 13px;
	width: 15px;
	padding: 0px;
	margin-top: 10px;
}
.RtyChtContatoLabelCopia {
	width: calc(100% - 30px);
	display: inline-block;
	font-size: 0.8em;
}
.RtyChtContatoEnviado {
}
.RtyChtContatoEnviadoMensagem {
}
.RtyChtContatoEnviadoBotaoFechar {
	background-image: url(../img/ContatoEnviadoFechar.png);
}
.RtyChtContatoEnviadoBotaoFechar:hover {
	background-image: url(../img/ContatoEnviadoFecharOver.png);
}
.RtyChtMenuDummy {
}
.RtyChtMenuGrid {margin: 30px;position: relative;display: inline-block;}
.RtyChtMenuGridOnline {
}
.RtyChtMenuGridOffline {
}
.RtyChtMenuBody {

}
.RtyChtMenuTitle {
}
.RtyChtMenuTitleImagem {
	height: 50px;
	width: 50px;
	margin: 0px auto 5px;
	padding: 0px;
	background-image: url(../img/RtyChtMenuImagem.png);
	border: 0px;
	background-size: 100%;
}
.RtyChtMenuTitleTexto {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0px 0px 10px #fff;
}
.RtyChtMenuTitleTextoOffline {
	margin: 10px 0px;
	font-size: 0.8em;
	text-align: center;
	text-shadow: 0px 0px 10px #fff;
}
.RtyChtMenuFiller {
	position: relative;
	height: 10px;
	display: block;
}
.RtyChtMenuLine {
}
.RtyChtMenuInput {
}
.RtyChtMenuLabel {
	position: relative;
	text-align: left;
	font-size: 0.7em;
	color: #666;
	margin-bottom: 2px;
}
.RtyChtMenuInput input {
	width: 100%;
	padding: 10px;
	background-color: #eee;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.RtyChtMenuFieldNome {
}
.RtyChtMenuFieldTelefone {
}
.RtyChtMenuFieldEmail {
}
.RtyChtMenuBotaoLancamentos, .RtyChtMenuBotaoVendas, .RtyChtMenuBotaoLocacao {
	margin: 10px auto;
	color: #fff;
	padding: 15px;
	border-radius: 10px;
	font-size: 0.9em;
	cursor: pointer;
	text-align: center;
	position: relative;
	display: block;
}
.RtyChtMenuBotaoLancamentos{
	display:none;
}
.RtyChtMenuBotaoLancamentosOffline, .RtyChtMenuBotaoVendasOffline, .RtyChtMenuBotaoLocacaoOffline {
	background-color: #f6dede;
	color: #b70000;
	border: 1px solid #b70000;
}
.RtyChtMenuBotaoLancamentosLivre, .RtyChtMenuBotaoVendasLivre, .RtyChtMenuBotaoLocacaoLivre {
	background-color: #deeddf;
	color: #007304;
	border: 1px solid #007304;
}
.RtyChtMenuBotaoLancamentosOcupado, .RtyChtMenuBotaoVendasOcupado, .RtyChtMenuBotaoLocacaoOcupado {
	background-color: #f6f3de;
	color: #b6a300;
	border: 1px solid #b6a300;
}
.RtyChtMenuBotaoLancamentosOffline::before {
	content: "LANÇAMENTOS - OFFLINE";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoLancamentosLivre::before {
	content: "LANÇAMENTOS - LIVRE";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoLancamentosOcupado::before {
	content: "LANÇAMENTOS - OCUPADO";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoVendasOffline::before {
	content: "VENDAS - OFFLINE";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoVendasLivre::before {
	content: "VENDAS - LIVRE";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoVendasOcupado::before {
	content: "VENDAS - OCUPADO";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoLocacaoOffline::before {
	content: "LOCAÇÃO - OFFLINE";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoLocacaoLivre::before {
	content: "LOCAÇÃO - LIVRE";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoLocacaoOcupado::before {
	content: "LOCAÇÃO - OCUPADO";
	display: block;
	font-weight: bold;
}
.RtyChtMenuBotaoLancamentosOffline::after, .RtyChtMenuBotaoVendasOffline::after, .RtyChtMenuBotaoLocacaoOffline::after {
	content: "Clique aqui para enviar um email";
	display: block;
	font-size: 0.75em;
	margin-top: 2px;
}
.RtyChtMenuBotaoLancamentosLivre::after, .RtyChtMenuBotaoVendasLivre::after, .RtyChtMenuBotaoLocacaoLivre::after {
	content: "Fale com um de nossos corretores";
	display: block;
	font-size: 0.75em;
	margin-top: 2px;
}
.RtyChtMenuBotaoLancamentosOcupado::after, .RtyChtMenuBotaoVendasOcupado::after, .RtyChtMenuBotaoLocacaoOcupado::after {
	content: "Clique aqui para enviar um email ou aguarde que logo um corretor ficará livre";
	display: block;
	font-size: 0.75em;
	margin-top: 2px;
}



#RtySchResBodyItem{
    width: 280px;
    margin: 10px;
    padding: 0px;
    background-color: #fff;
    display: inline-block;
    height: 400px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: 1px solid #ddd;
}

#RtySchResBodyItem a{
	text-decoration:none;
	color:#666;
}

.RtySchResBodyItem{
    width: 90%;
    padding: 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid #bbb;
    border-radius: 0px 10px 10px 10px;
    box-shadow: 1px 1px 3px rgb(102 102 102 / 0.3);
}

.RtySchResBodyItem a{
	text-decoration:none;
	color:#666;
}

.RtySchResBodyItemFotos{
    position: relative;
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
}

.RtySchResBodyItemFoto{
    position: relative;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin: 0px auto;
}

.RtySchResBodyItemDados{
    padding: 0px 10px 30px;
    font-size: 1.0em;
    text-align: center;
}

.RtySchResBodyItemValor{
	font-size: 20px;
	color: #0a4f8b;
	margin-top: 5px;
}

.De{
	font-size: 15px;
	position: relative;
	top: -5px;
}

.Por{
    position: relative;
    top: -10px;
    font-size: 15px;
}

.Por strong{
    font-size: 20px;
    position: relative;
}

.RtySchResBodyItemValor strong{
}

.RtySchResBodyItemReferencia{
    margin-top: 15px;
}

.RtySchResBodyItemBairro{
    font-size: 1.0em;
    margin-top: 5px;
}

.RtySchResBodyItemLocalizacao{
	font-size: 1.2em;
	font-weight: bold;
}

.RtySchResBodyItemDetalhes{
    text-align: center;
    padding: 10px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.RtySchResBodyItemDetalhes div{display: inline-block;margin: 2px 10px;font-weight: bold;font-size: 15px;}

#RtySchResBodyItemDorm{
	background-image: url("../img/RtySchCriteriosDrm.png");
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
}

#RtySchResBodyItemSui{
	background-image: url("../img/RtySchCriteriosSui.png");
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
}

#RtySchResBodyItemSla{
	background-image: url("../img/RtySchCriteriosSla.png");
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
}

#RtySchResBodyItemGar{
	background-image: url("../img/RtySchCriteriosGar.png");
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
}

#RtySchResBodyItemDorm span,  #RtySchResBodyItemSui span, #RtySchResBodyItemSla span, #RtySchResBodyItemGar span{
	display:none;
}

#RtySchResBodyItemArtCns{
	background-image: url("../img/RtySchCriteriosAre.png");
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
}

#RtySchResBodyItemAruCns{
	background-image: url("../img/RtySchCriteriosAre.png");
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
}

#RtySchResBodyItemAtr{
	background-image: url("../img/RtySchCriteriosAre.png");
	padding: 0px 0px 0px 25px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-size: 20px;
}

#RtySchResBodyItemArtCns span,  #RtySchResBodyItemAruCns span, #RtySchResBodyItemAtr span{
	margin-left:3px;
}
