/* ----- Estilizações em elementos básicos -----*/
	h1 {
		font-family: 'Source Sans Pro';
		font-weight: 400;
		font-size: 32px;
		letter-spacing: 3px;
		color: #5E5E5E;
		margin-bottom: 25px;
		text-transform: none;
		text-align: center;
	}
/* ---------------------------------------------*/


/* -----    Definição de classe básicas    -----*/
	.conteudo h2 {
		color: #C43230;
		font-weight: 400;
		font-size: 18px;
		margin-bottom: 30px;
	}
/* ---------------------------------------------*/


/* -----                Menu               -----*/
	.menu-servicos2 li {
		list-style-type: none;
		float: left;
		width: 33%;
		background: #ABABAB;
		height: 52px;
		line-height: 52px;
		color: #FFF;
		text-align: center;
		text-transform: uppercase;
		margin-right: 4px;
		cursor: pointer;
	}

	.menu-servicos2 li:last-child {
		margin-right: 0;
	}

	.menu-servicos2 li.active {
		background: #C43230;
	}
/* ---------------------------------------------*/


/* -----                Abas               -----*/
	.aba {
		padding: 35px;
		font-size: 16px;
		background: #FFF;
		border: 1px solid #EFD9DA;
		color: #9F9F9F;
		display: none;
	}

		.aba.active {
			display: block;
		}
/* ---------------------------------------------*/


/* -----              Dúvidas              -----*/
	.pergunta {
		color: #C43230;
		font-weight: 400;
		font-size: 18px;
	}

	.resposta {
		padding: 25px 0;
	}
/* ---------------------------------------------*/


/* -----           Proprietários           -----*/
	.selecionar-transacao {
		margin-bottom: 60px;
	}

		.selecionar-transacao li {
			list-style-type: none;
			padding: 10px;
			line-height: 30px;
			color: #FFF;
			cursor: pointer;
			text-align: center;
			background: #ABABAB;
			margin: 10px;
			vertical-align: top;
			font-size: 12px;
			text-transform: uppercase;
			width: fit-content;
		}

		.selecionar-transacao li.active {
			background: #C43230;
		}

	#proprietario p {
		margin-bottom: 30px;
		font-size: 14px;
	}
/* ---------------------------------------------*/


/* -----             Inquilino             -----*/
	#inquilino p {
		margin-bottom: 30px;
		font-size: 14px;
	}
/* ---------------------------------------------*/


/* -----             Documentos            -----*/

	#documentos p {
		font-size: 13px;
		color: #000;
		line-height: 40px;
	}

	fieldset {
		padding: 10px;
		border: 1px solid #CCCCCC;
	}

	#documentos label {
		font-size: 13px;
		padding-right: 10px;
		color: #000;
		line-height: 32px;
	}

	div.left {
		margin-right: 10px;
	}

	div.left.last {
		margin-right: 0;
	}

	.left2 {
		overflow: hidden;
		display: block;
	}

		.left2 input, .left2 select {
			width: 100%;
			margin-bottom: 20px;
			height: 32px;
			border: 1px solid #CCCCCC;
			padding: 0 5px;
		}

		.left2.last-line input, .left2.last-line select {
			margin-bottom: 0;
		}

	#documentos button {
		width: 345px;
		height: 63px;
		text-align: center;
		font-size: 13px;
		background: #DDDDDD;
		border: 1px solid #CCCCCC;
		margin: 0 55px;
		cursor: pointer;
	}
/* ---------------------------------------------*/


/* -----             Comprador             -----*/
	#comprador p {
		margin-bottom: 30px;
		font-size: 14px;
	}

	#comprador ul {
		font-size: 14px;
		margin-left: 30px;
		margin-bottom: 30px;
	}

	#comprador ul ul {
		margin-bottom: 0;
	}
/* ---------------------------------------------*/