* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	outline: none;
}

	a img {
		border: 0;
	}

b {
	font-weight: 700;
}

body {
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 300;
	background: #ffffff;
	overflow-x: hidden;
	-webkit-print-color-adjust: exact;
}

.clear {
	clear: both;
}

.topo {
	height: 60px;
	text-align: left;
	color: #000000;
	font-weight: 300;
	line-height: 80px;
	font-size: 26px;
	z-index: 10;
	position: relative;
	border-bottom: 2px solid #000000;
}

	.topo .center {
		position: relative;
	}

	.topo .colibrito {
		width: 170px;
		height: 35px;
		display: block;
		margin-top: 28px;
		position: absolute;
		right: 2.5%; 
		top: 0;
	}

		.topo .colibrito img {
			width: 170px;
			height: 25px;
		}

.container {
	width: 600px;
	margin: 0 auto;
}

.center {
	width: 95%;
	max-width: 600px;
	margin: 0 auto;
}

.corretor {
	margin-bottom: 30px;
}

	.corretor .center {
		display: flex;
		align-items: center;
		justify-content: left;
		height: 140px;
	}

	.corretor img,
	.corretor .sem-logo {
		height: 80px;
		float: left;
		margin-right: 20px;
	}

	.corretor .sem-logo {
		width: 80px;
	}

	.corretor .nome {
		font-weight: 700;
		font-size: 24px;
	}

.imovel {
	padding-bottom: 95px;
	border-bottom: 2px solid #3598dd;
}

	.imovel .tela-cheia {
		width: 134px;
		height: 37px;
		line-height: 37px;
		background: #3598dd url(../../../img/admin/rodadadeimoveis/ico-fullscreen-white.png) no-repeat 10px center;
		padding-left: 32px;
		color: #FFFFFF;
		text-align: left;
		font-size: 11px;
		border-radius: 5px;
		position: absolute;
		z-index: 2;
		top: 360px;
		left: 10px;
		cursor: pointer;
	}

	.imovel .imprimir {
		width: 90px;
		height: 37px;
		line-height: 37px;
		background: #3598dd url(../../../img/admin/rodadadeimoveis/ico-print-white.png) no-repeat 10px center;
		color: #FFFFFF;
		text-align: left;
		font-size: 11px;
		border-radius: 5px;
		position: absolute;
		z-index: 2;
		top: 360px;
		left: 164px;
		cursor: pointer;
		display: block;
		text-decoration: none;
		padding-left: 32px;
	}

section:last-child .imovel {
	border-bottom: 0;
}

	.imovel .center {
		width: 95%;
		margin: 0 auto;
		position: relative;
	}

	.imovel .fotos {
		width: 100%;
	}

	.imovel .fotos .foto {
		width: 120px;
		height: 90px;
		margin-bottom: 10px;
		float: left;
		text-align: center;
	}

	.imovel .fotos .foto:first-child {
		width: calc(100% - 140px);
		height: 300px;
		margin-right: 20px;
	}

		.imovel .fotos .foto:first-child img {
			max-width: 430px;
		}

	.imovel .fotos .foto img {
		height: 100%;
		max-width: 120px;
	}

	.imovel .info {
		width: 380px;
		max-height: calc(100% - 260px);
		font-size: 13px;
	}

		.imovel .info b {
			font-size: 18px;
			display: block;
			margin-bottom: 10px;
			margin-top: 3px;
		}

	.imovel .tipo {
		line-height: 48px;
		background: url(../../../img/admin/rodadadeimoveis/ico-tipo.png) no-repeat 8px center;
		background-size: 26px;
		color: #000;
		font-weight: 400;
		padding-left: 42px;
		border-radius: 10px;
		margin-bottom: 20px;
		font-size: 24px;
	}

.duas-colunas {
	display: flex;
	justify-content: space-between;
}

.imovel .valor {
	padding-left: 52px;
	margin-bottom: 35px;
	height: 46px;
	background: url(../../../img/admin/rodadadeimoveis/ico-valor-black.png) no-repeat 25px 19px;
	background-size: 15px 27px;
}

	.imovel .valor b {
		font-size: 22px;
	}

.imovel .condominio {
	min-width: 110px;	
}

.imovel .area-total {
	padding-left: 52px;
	margin-bottom: 35px;
	background: url(../../../img/admin/rodadadeimoveis/ico-area-total-black.png) no-repeat 13px 14px;
	background-size: 27px 27px;
}

.imovel .area-util {
	padding-left: 52px;
	margin-bottom: 35px;
	background: url(../../../img/admin/rodadadeimoveis/ico-area-util-black.png) no-repeat 15px 16px;
}

.tres-colunas {
	display: flex;
	justify-content: space-between;
}

.quarto,
.garagem,
.banheiro {
	width: 30%;
	padding-left: 52px;
	margin-bottom: 35px;
}

.imovel .quarto {
	background: url(../../../img/admin/rodadadeimoveis/ico-dormitorios-black.png) no-repeat 13px 14px;
	background-size: 27px 22px;
}

.imovel .garagem {
	background: url(../../../img/admin/rodadadeimoveis/ico-garagem-black.png) no-repeat 13px 14px;
	background-size: 26px 22px;
}

.imovel .banheiro {
	background: url(../../../img/admin/rodadadeimoveis/ico-banheiro-black.png) no-repeat 13px 14px;
	background-size: 23px 23px;
}

.imovel .mais-informacoes {
	flex-wrap: wrap;
	font-size: 13px;
}

	.imovel .mais-informacoes b {
		font-size: 15px;
		display: block;
		margin-bottom: 10px;
		margin-top: 3px;
	}

.imovel .endereco {
	padding-left: 52px;
	background: url(../../../img/admin/rodadadeimoveis/ico-marker-black.png) no-repeat 15px 8px;
	background-size: 16px 26px;
	width: 100%;
	margin-bottom: 10px;
}

.imovel .edificio {
	padding-left: 52px;
	background: url(../../../img/admin/rodadadeimoveis/ico-edificio-black.png) no-repeat 15px 9px;
	background-size: 20px 24px;
	width: 100%;
	margin-bottom: 10px;
}


/* -----          Fullscreen Fotos         -----*/
	.fullscreen-fotos {
		background: #0D0D0D;
		text-align: center;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 1001;
		display: none;
	}

		.fullscreen-fotos.active {
			display: block;
		}

		.fullscreen-fotos .fechar {
			width: 30px;
			height: 30px;
			background: url(../../../img/admin/rodadadeimoveis/fotos-fs-icones.svg) no-repeat;
			background-position: 5px 5px;
			position: absolute;
			right: 10px;
			top: 10px;
			cursor: pointer;
			z-index: 101;
		}

		.fullscreen-fotos .setas {
			height: 50px;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			background: transparent;
			text-align: center;
			z-index: 101;
		}

			.fullscreen-fotos .box-setas {
				max-width: 800px;
				width: 92%;
				margin: 0 auto;
			}

			.fullscreen-fotos .seta-esquerda {
				width: 50px;
				height: 50px;
				background: url(../../../img/admin/rodadadeimoveis/fotos-fs-icones.svg) no-repeat;
				background-position: -32px 13px;
				float: left;
				z-index: 101;
				cursor: pointer;
			}

			.fullscreen-fotos .seta-direita {
				width: 50px;
				height: 50px;
				background: url(../../../img/admin/rodadadeimoveis/fotos-fs-icones.svg) no-repeat;
				background-position: -78px 13px;
				float: right;
				cursor: pointer;
			}

		.box-fs-fotos {
			width: 100%;
			height: 100%;
			position: absolute;
			white-space: nowrap;
			z-index: 100;
		}

		.fs-foto {
			height: 100%;
			width: 100%;
			display: inline-flex;
			align-items: center;
			vertical-align: middle;
			text-align: center;
			align-content: center;
			justify-content: center;
			position: relative;
		}

			.fs-foto::selection {
				background: transparent;
			}

			.fs-foto img {
				max-height: 100%;
				max-width: 100%;
			}

				.fs-foto img::selection {
					background: transparent;
				}

			.fs-foto .label {
				position: absolute;
				height: 35px;
				line-height: 35px; 
				width: 100%;
				bottom: 60px;
				background: rgba(0,0,0, 0.5);
				color: #FFF;
				text-transform: uppercase;
				font-size: 16px;
				text-align: center;
				left: 0;
			}
/* ---------------------------------------------*/