/* ----- Estilizações em elementos básicos -----*/
	::-webkit-input-placeholder {
		color: #FFF;
		opacity: 1;
	}

	:-moz-placeholder { /* Firefox 18- */
		color: #FFF;
		opacity: 1;
	}

	::-moz-placeholder {  /* Firefox 19+ */
		color: #FFF;
		opacity: 1;
	}

	:-ms-input-placeholder {
		color: #FFF;
		opacity: 1;
	}

	body {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-color: #000;
		background-repeat: no-repeat;
		height: 100%;
	}

	html {
		height: 100%;
	}

	#fotos {
		display: none;
	}
/* ---------------------------------------------*/


/* -----               Topo                -----*/
	.topo {
		border-bottom: 0;
		box-shadow: none;
		background: linear-gradient(to right, #FFF calc(50% - 100px), rgba(255,255,255, 0.8) calc(50% - 100px), transparent calc(100% - 355px), transparent 100% );
	}

	.topo .menu li {
		display: none;
	}

		.topo .menu li:first-child {
			display: block;
		}

	.topo .telefone {
		float: left;
		margin-left: 10px;
		background: #C43230;
		color: #FFF;
		padding: 0 15px;
	}
/* ---------------------------------------------*/


/* -----              Rodapé               -----*/
	.rodape {
		width: 100%;
		position: fixed;
		bottom: 0;
		right: 0;
		height: 50px;
		padding-top: 0;
		background: linear-gradient(to right, #B4221C calc(50% - 400px), rgba(180,24,28, 0.8) 50%, transparent calc(100% - 355px), transparent 100% );
		border-top: 0;
	}

		.rodape .valor {
			width: 277px;
			float: left;
			height: 50px;
			font-size: 10px;
			color: #FFF;
			padding-left: 20px;
			line-height: 20px;
			text-align: left;
			margin-left: 30px;
		}

			.rodape .valor b {
				display: block;
				font-size: 22px;
				line-height: 24px;
			}
		
		.rodape .sohtec{
			width: 200px;
			float: left;
		}

		@media (max-width: 1280px) {
			.rodape .valor {
				max-width: 350px;
			}
		}

	.desenvolvedor {
		display: none;
	}

	.botoes {
		float: left;
	}

	.botoes .btn-aba {
		margin: 0 4px;
		height: 50px;
		width: 50px;
		background-position: center center;
		background-repeat: no-repeat;
		float: left;
		cursor: pointer;
	}

		.botoes .btn-aba:hover {
			background-color: #000;
		}

	.btn-detalhes { background-image: url(../img/detalhes/detalhes.png);}
	.btn-agende { background-image: url(../img/detalhes/agende.png);}
	.btn-composicao { background-image: url(../img/detalhes/composicao.png);}
	.btn-fotos { background-image: url(../img/detalhes/fotos.png);}
	.btn-print { background-image: url(../img/detalhes/print.png);}
	.btn-video { background-image: url(../img/detalhes/video.svg); background-size: 24px auto;}
/* ---------------------------------------------*/


/* -----           Barra Lateral           -----*/
	.lateral {
		top: 0;
		width: 380px;
		height: 100%;
		padding-left: 15px;
		color: #202020;
		position: fixed;
		font-size: 13px;
		right: 0;
		z-index: 10;
		margin-right: -400px;
		transition: 1s all;
		overflow: auto;
		background: rgba(255,255,255, 0.8);
	}

		.lateral.active {
			margin-right: 0;
		}

		.lateral h1 {
			color: #1F1F1F;
			font-size: 15px;
			margin-bottom: 30px;
			font-weight: 600;
			font-family: 'Lato';
			text-align: left;
			letter-spacing: 0;
		}

		.lateral h2 {
			color: #1F1F1F;
			font-size: 15px;
			margin-bottom: 15px;
			font-weight: 400;
			text-align: left;
			padding-bottom: 5px;
			border-bottom: 1px solid #D6D4D0;
		}

		.lateral .descricao {
			margin-bottom: 20px;
			height: 165px;
		}

			.lateral .descricao p {
				margin-bottom: 15px;
			}

		.lateral .informacoes {
			padding-right: 15px;
			padding-top: 25px;
			padding-left: 15px;
		}

	#detalhes {
		height: 145px;
		margin-bottom: 20px;
	}

	#detalhes .tb_tit {
		font-weight: 700;
		padding-right: 10px;
	}

	.lateral .btn-aba {
		background-color: #C43230;
		background-repeat: no-repeat;
		background-position: center 8px;
		width: 97px;
		height: 65px;
		margin: 2px;
		display: inline-block;
		vertical-align: top;
		color: #FFF;
		padding-top: 48px;
		padding-left: 5px;
		font-size: 11px;
		cursor: pointer;
	}

		.lateral .btn-aba:hover {
			background-color: #000;
		}

	.btn-mapa { background-image: url(../img/detalhes/mapa.png);}
	.btn-duvidas { background-image: url(../img/detalhes/duvidas.png);}
	.btn-print2 { background-image: url(../img/detalhes/print2.png);}
	.btn-chat { background-image: url(../img/detalhes/chat.png);}
	.btn-financiamento { background-image: url(../img/detalhes/financiamento.png);}
	.btn-indicar { background-image: url(../img/detalhes/indicar.png);}
	.corretor{
		margin: 20px 2px;
		width: 200px;
		background: #C43230;
		color: #FFF;
		text-align: center;
		padding: 20px 15px;
	}
	.corretor .foto{
		display: inline-block;
		width: 60px;
		height: 60px;
		border-radius: 40px;
		border: 1px solid #FFF;
	}
	.corretor a.tel{
		display: inline-block;
		width: fit-content;
		line-height: 20px;
		background: #FFF;
		color: #C43230;
		padding: 2px 10px;
		border-radius: 25px;
		margin-top: 10px;
	}
	.corretor a.btn-corretor{
		display: inline-block;
		margin: 0 5px;
		width:35px;
		height: 35px;
		background: #FFF;
		border-radius: 25px;
		margin-top: 10px;
		background: #FFF url(../img/geral/telefone.png) no-repeat center center;
		background-size: auto 60%;
	}
	.corretor a.btn-corretor.whats{
		background: #FFF url(../img/geral/atendimento-whatsapp.svg) no-repeat center center;
		background-size: contain;
	}
/* ---------------------------------------------*/


/* -----               Abas                -----*/
	.aba {
		width: 548px;
		height: 400px;
		position: absolute;
		bottom: 70px;
		background: rgba(180,34,28, 0.8);
		display: none;
		text-align: center;
		text-transform: uppercase;
		padding-top: 25px;
		left: calc(50% - 474px);
		bottom: 90px;
	}

		.aba.active {
			display: block;
		}

		.aba button {
			width: 195px;
			height: 25px;
			background: #706E6E;
			text-align: center;
			color: #D9D9D9;
			font-weight: 700;
			font-size: 12px;
			float: right;
			border: 0;
		}

		.aba form {
			width: 425px;
			margin: 0 auto;
		}

		.aba h1 {
			color: #FFF;
			font-size: 14px;
			margin-bottom: 15px;
			font-weight: 900;
		}

		.aba input {
			width: 100%;
			border: 2px solid #FFF;
			height: 42px;
			margin-bottom: 10px;
			padding-left: 25px;
			text-transform: uppercase;
			background: transparent;
			color: #FFF;
			font-size: 11px;
			font-weight: 400;
		}

			.aba input.input-menor {
				width: 240px;
				float: right;
				margin-bottom: 0;
			}

		.aba label {
			height: 42px;
			line-height: 42px;
			font-size: 11px;
			color: #FFF;
			text-align: left;
			display: block;
			margin-bottom: 10px;
		}

			.aba label span {
				float: left;
			}

		.aba textarea {
			width: 100%;
			border: 2px solid #D7D9DA;
			height: 80px;
			margin-bottom: 10px;
			padding: 10px 25px;
			text-transform: uppercase;
			background: transparent;
			color: #FFF;
			font-size: 11px;
			font-weight: 400;
		}
/* ---------------------------------------------*/


/* -----            Formulários            -----*/
	#agende {
		height: 400px;
	}

		#agende .aviso {
			position: absolute;
			color: #FFF;
			font-size: 10px;
			left: 0;
			text-align: left;
			color: #FFF;
			margin-left: 60px;
			margin-top: 15px;
		}

		#agende button {
			margin-top: 10px;
		}

	.formularios {
		font-size: 13px;
	}

	.formularios .fechar {
		position: absolute;
		bottom: 415px;
		cursor: pointer;
		height: 25px;
		width: 25px;
		display: none;
		background: #000;
		color: #706E6E;
		font-size: 16px;
		font-weight: 700;
		line-height: 25px;
		z-index: 1;
		text-align: center;
		left: calc(50% + 48px);
		bottom: 495px;
	}

		.formularios .fechar.active {
			display: block;
		}

	.formularios .seta {
		display: none;
	}

	.contato-telefone {
		color: #FFF;
		line-height: 26px;
		text-transform: none;
	}

	.opcao-contato {
		width: 275px;
		height: 40px;
		background: #706E6E;
		line-height: 40px;
		color: #D7D9DA;
		margin: 0 auto;
		font-weight: 700;
		margin-bottom: 10px;
		cursor: pointer;
	}

	.tipo-contato {
		display: none;
	}
/* ---------------------------------------------*/


/* -----             Composição            -----*/
	#composicao {
		color: #FFF;
		padding-bottom: 30px;
		padding-right: 30px;
	}

		#composicao table {
			width: 375px;
			margin: 0 auto;
			line-height: 26px;
			text-align: left;
		}

		#composicao .tb_tit {
			padding-right: 50px;
		}
/* ---------------------------------------------*/


/* -----           Financiamento           -----*/
	#financiamento h1 {
		margin-bottom: 35px;
	}

	#financiamento li {
		margin: 7px auto;
		width: 275px;
		height: 40px;
		line-height: 40px;
		background: #706E6E;
		color: #D7D9DA;
		font-weight: 900;
		list-style-type: none;
	}

		#financiamento li a {
			width: 275px;
			height: 40px;
			line-height: 40px;
			color: #D7D9DA;
			text-decoration: none;
			display: block;
		}

			#financiamento li a:hover {
				background: #D7D9DA;
				color: #404040;
			}
/* ---------------------------------------------*/


/* -----              Fancybox             -----*/
	.fancybox-type-image .fancybox-inner {
		padding-top: 0px !important;
	}

	#fancybox-buttons {
	}

	.fancybox-next span {
		width: 34px !important;
		height: 52px !important;
		background: url(../img/detalhes/setas-small.png) top right !important;
	}

	.fancybox-overlay {
		background: rgba( 0, 0, 0, 0.902 ) !important;
	}

	.fancybox-prev span {
		width: 34px !important;
		height: 52px !important;
		background: url(../img/detalhes/setas-small.png) !important;
	}

	.fancybox-title-float-wrap {
		margin-bottom: 10px !important;
		width: 100% !important;
	}

		.fancybox-title-float-wrap .child {
			border-radius: 0 !important;
			background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6) !important;
			width: 100% !important;
		}

	#num_fotos {
		display: inline-block;
		position: absolute;
		margin-top: -20px;
		color: #FFF;
		margin-left: 120px;
	}

	.fancybox-close {
		width: 25px !important;
		height: 25px !important;
		background: #000 !important;
		top: -10px !important;
		right: -10px !important;
		text-align: center !important;
		text-decoration: none !important;
		line-height: 25px !important;
		font-weight: 700;
		color: #706E6E !important;
		font-size: 16px;
	}
/* ---------------------------------------------*/


/* -----                Mapa               -----*/
	#mapa {
		height: 740px;
		min-height: 500px;
		width: 100%;
		display: none;
		background: #FFF;
		position: absolute;
		left: 0;
	}

		#mapa.active {
			display: block;
		}

		#mapa p {
		text-transform: none;
		color: #D9D9D9;
		line-height: 24px;
	}
/* ---------------------------------------------*/


/* -----              Rolagem              -----*/
	#descricao, #detalhes {
		width: 340px;
	}

	#composicao .texto {
		width: 548px;
		height: 315px;
	}

	.vertical-track {
		width: 23px;            /* How wide is the scrollbar going to be? */
		background-color: #aaa; /* What color should the vertical track be? */
	}

	.vertical-handle {
		width: 23px;            /* How wide is the scrollbar handle? */
		background-color: #aaf; /* What color should the handle be? */
	}

	.enscroll-track {
		visibility: hidden;
	}

	.scroll-up-btn {
		width: 23px;
		height: 10px;
		background: url(../img/detalhes/setas_rolagem.png);
	}

	.scroll-down-btn {
		width: 23px;
		height: 10px;
		background: url(../img/detalhes/setas_rolagem.png) bottom left;
	}
/* ---------------------------------------------*/

