/* Header */

/* #header #logo {
	text-align: center;
}

#header .menuPrincipal,
#header .botaoBusca,
#header .linkTipoPessoa {
	display: none;
} */

/*********************************************
** Home 
*********************************************/

#paginaInicial {
	float: left;
	width: 100%;
	padding: 0 0 10px 0;
}

/* Tipo Pessoa */

.tipoPessoa {
	float: left;
	width: 100%;
	background: url('../../../uploads/2025/07/bg-home.jpg') center center no-repeat;
	background-size: cover;
	padding: 400px 0 0 0;
	margin-bottom: 300px;
}

.tipoPessoa .container {
	display: flex;
	justify-content: center;
}

.tipoPessoa .boxBg {
	float: left;
	width: 80%;
	background: linear-gradient(180deg, #F8FFD2 -68.12%, #A8FFF6 186.81%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 70px 50px;
	text-align: center;
	margin-bottom: -200px;
}

.tipoPessoa .boxTextos {
	float: left;
	width: 100%;
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.tipoPessoa .boxTextos h1 {
	float: left;
    width: 100%;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 25px 0;
}

.tipoPessoa .boxTextos p {
	color: #000;
    font-size: 14px;
    text-align: center;
	margin: 0;
    max-width: 50%;
}

.tipoPessoa .boxLinks {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tipoPessoa .boxLinks a {
	color: #000;
    border: solid 1px #000;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 30px;
    font-weight: 700;
	min-width: 220px;
	transition: all 0.1s ease-in;
}

.tipoPessoa .boxLinks a:hover {
	transform: scale(1.05);
}

.tipoPessoa .boxLinks a + a {
	margin-left: 15px;
	color: #fff;
	background: #000;
}

/* Newsletter */

.boxNewsletter {
	padding: 0 0 70px 0;
	background: url('../../../uploads/2025/07/banner-newsletter.jpg') left bottom no-repeat;
}

@media (max-width: 1100px) {

	.tipoPessoa .boxTextos p {
		max-width: 100%;
	}

	.tipoPessoa .boxTextos p br {
		display: none;
	}

}

@media (max-width: 1000px) {

	.tipoPessoa {
		margin-bottom: 260px;
	}

	.tipoPessoa .boxBg {
		width: 100%;
	}

}

@media (max-width: 768px) {

	.tipoPessoa {
		padding: 220px 0 0 0;
	}

	.tipoPessoa .boxBg {
		padding: 40px 25px;
	}

	.tipoPessoa .boxTextos h1 {
		font-size: 24px;
    	line-height: 34px;
	}

	.tipoPessoa .boxLinks {
		flex-direction: column;
	}

	.tipoPessoa .boxLinks a {
		width: 100%;
	}

	.tipoPessoa .boxLinks a + a {
		margin-left: 0;
		margin-top: 10px;
	}

}

@media (max-width: 450px) {

	.tipoPessoa {
		padding: 150px 0 0 0;
	}

}