@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

:root {
	--cores-azul: #008fd0;
	--cores-branco: #FFF;
	--cores-amarelo: #f9b814;
	--cores-verde: #3e9a3c;
	--cores-chumbo: #231F20;
	--cores-marinho: #262b3d;
	--cores-piscina: #c5edff;
}

.whatsapp_rodape {
	z-index: 99999;
}

/* CONTAINER */

#rodape .container {
	max-width: 1250px !important;
	width: 1250px !important;
}

/* NEGOCIO */

#negocio {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(/wp-content/uploads/2023/12/Capa-Pentare-1.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#negocio .negocio__container {
	z-index: 2;
}

#negocio:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgb(0, 0, 0, 1) 0%, rgb(255, 255, 255, 0) 100%);
}

#negocio .negocio__coluna1 {
	width: 610px;
}

#negocio .enfeite {
	height: 4px;
	width: 235px;
}

#negocio .negocio__titulo {
	margin-top: 15px;
	font-size: 28.2px;
	letter-spacing: .5px;
	line-height: 1.2;
	color: var(--cores-branco);
	font-weight: 500;
	padding-bottom: 0;
}

#negocio .negocio__subtitulo {
	margin-top: 35px;
	font-size: 36px;
	letter-spacing: .5px;
	line-height: 1.2;
	color: var(--cores-branco);
	font-weight: 600;
	padding-bottom: 0;
}

#negocio .negocio__texto {
	margin-top: 10px;
}

#negocio .negocio__texto p {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 0.8px;
	color: var(--cores-branco);
	text-align: justify;
	font-weight: 400;
	padding-bottom: 10px;
}

#negocio .negocio__texto p+p {
	padding-bottom: 0;
}

#negocio .negocio__texto strong {
	font-weight: 600;
}

#negocio .negocio__link {
	display: inline-block;
	background: var(--cores-azul);
	font-family: 'Poppins', sans-serif;
	font-size: 16.3px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.6px;
	border-radius: 100px;
	padding: 19px 40px 18px 40px;
	text-transform: uppercase;
	color: var(--cores-branco);
	margin-top: 40px;
}

/* REDES */
#redes {
	padding-top: 100px;
	padding-bottom: 100px;
	padding-right: 30px;
	padding-left: 30px;
}

#redes .enfeite {
	height: 5px;
	width: 175px;
}

#redes .redes__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#redes .redes__coluna1 {
	width: 400px;
}

#redes .redes__coluna2 {
	width: calc(100% - 400px - 100px);
}

#redes .redes__titulo {
	margin-top: 15px;
	font-size: 34.5px;
	letter-spacing: .5px;
	line-height: 1.2;
	color: var(--cores-azul);
	font-weight: 600;
	padding-bottom: 0;
}

#redes .redes__texto {
	margin-top: 45px;
	font-size: 28.2px;
	letter-spacing: .5px;
	line-height: 1.2;
	color: var(--cores-chumbo);
	font-weight: 500;
}

#redes .redes__lista {
	display: flex;
	column-gap: 10px;
	align-items: center;
	margin-top: 15px;
}

#redes .redes__link {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--cores-marinho);
	justify-content: center;
	align-items: center;
	display: inline-flex;
	font-size: 0;
	line-height: 0;
}

#redes .redes__link svg {
	fill: var(--cores-branco);
}

#redes .redes--linkedin svg {
	width: 18px;
}

#redes .redes--instagram svg {
	width: 19px;
}

#redes .redes--youtube svg {
	width: 20px;
}

#redes .redes--twitter svg {
	width: 17px;
}

/* RODAPE */

#rodape {
	height: 540px;
	background: url('/wp-content/uploads/2023/12/fundo-rodape-site.jpg');
	background-size: cover;
	padding-top: 65px;
	padding-bottom: 30px;
	position: relative;
	padding-right: 30px;
	padding-left: 30px;
}

#rodape .rodape__container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#rodape .rodape__midia svg {
	fill: #FFF;
}

#rodape .rodape__coluna1 {
	width: 535px;
}

#rodape .rodape__microsoft {
	margin-top: 60px;
	font-size: 0;
	line-height: 0;
}

#rodape .rodape__microsoft img {
	width: 230px;
}

#rodape .rodape__contato {
	line-height: 21px;
	font-size: 15px;
	color: #FFF;
}

#rodape .rodape--local {
	margin-top: 18px;
}

#rodape .rodape--endereco {
	margin-top: 7px;
}

#rodape .rodape--email {
	margin-top: 17px;
}

#rodape .rodape__midias {
	display: flex;
	column-gap: 15px;
	margin-top: 20px;
	align-items: center;
}

#rodape .rodape__midia {
	font-size: 0;
	line-height: 0;
}

#rodape .rodape--linkedin svg {
	width: 22px;
}

#rodape .rodape--facebook svg {
	width: 22px;
}

#rodape .rodape--twitter svg {
	width: 21px;
}

#rodape .rodape--instagram svg {
	width: 22px;
}

#rodape .rodape--youtube svg {
	width: 28px;
}

#rodape iframe {
	width: 510px;
	height: 400px;
}

#rodape .rodape__direitos {
	font-size: 15px;
	color: #FFF;
	position: absolute;
	bottom: -40px;
	width: 100%;
	text-align: center;
}

@media (max-width: 1366px) {
	/* CONTAINER */

	#rodape .container {
		max-width: 100% !important;
		width: 100% !important;
	}

	/* RODAPE */

	#rodape iframe {
		width: 400px;
	}
}

@media (max-width: 1024px) {
	/* REDES */

	#redes .redes__container {
		flex-direction: column;
		row-gap: 30px;
	}

	#redes .redes__coluna1 {
		width: 100%;
	}

	#redes .redes__coluna2 {
		width: 100%;
	}

	#redes .redes__texto {
		margin-top: 25px;
	}

	#redes .redes__texto br {
		display: none;
	}

	/* RODAPE */

	#rodape {
		padding-top: 50px;
		padding-bottom: 70px;
		height: auto;
	}

	#rodape .rodape__container {
		flex-direction: column;
		row-gap: 40px;
	}

	#rodape .rodape__coluna1 {
		width: 100%;
	}

	#rodape .rodape__coluna2 {
		width: 100%;
	}

	#rodape .rodape__microsoft {
		margin-top: 30px;
	}

	#rodape iframe {
		width: 100%;
	}
}

@media (max-width: 767px) {
	/* RODAPE */

	#rodape {
		padding-bottom: 100px;
	}

	#rodape .rodape__microsoft img {
		width: 100%;
	}

	#rodape .rodape__direitos {
		bottom: -70px;
	}

	/* NEGOCIO */

	#negocio {
		padding-top: 75px;
		padding-bottom: 75px;
		background-image: none;
		background-color: var(--cores-chumbo);
	}

	#negocio .negocio__coluna1 {
		width: 100%;
	}

	#negocio .negocio__link {
		width: 100%;
		text-align: center;
	}

	#negocio .negocio__titulo {
		font-size: 24px;
		line-height: 1.2;
	}

	#negocio .negocio__subtitulo {
		font-size: 24px;
		line-height: 1.2;
		margin-top: 20px;
	}

	#negocio .negocio__texto p {
		text-align: left;
	}

	/* REDES */

	#redes {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	#redes .redes__titulo {
		font-size: 27px;
	}

	#redes .redes__texto {
		margin-top: 10px;
		font-size: 22px;
		letter-spacing: .5px;
		line-height: 1.2;
		color: var(--cores-chumbo);
		font-weight: 500;
	}

	#redes .redes__coluna1 {
		width: 100%;
	}

	#redes .redes__coluna2 {
		width: 100%;
		margin-top: 20px;
	}
}