* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-text-smoothing: antialiased;
	font-family: "inter", sans-serif;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.logo {
	margin-right: 40px;
	position: relative;
	z-index: 999;
}

@keyframes navLinkFade {
	from {
		opacity: 0;
		transform: translateX(50px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.home-section {
	background-image: url("./../../assets/our_team_ilustration.webp");
}

.be-part-of-our-team {
	background-color: #CA9E67;
	box-shadow: 0px, 4px rgba(0, 0, 0, 0.25);
	width: 629px;
	height: 78px;
	display: flex;
	border-radius: 7px;
	margin-bottom: 10px;
}

.be-part-of-our-team h3 {
	color: #FFF;
	font-size: 18.2px;
	font-weight: bold;
}

.be-part-of-our-team-flex {
	display: flex;
	align-items: center;
	gap: 35px;
	background-color: transparent;
	width: 100%;
	height: 100%;
	cursor: pointer;
	border: 0;
}

.be-part-of-our-team {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 31px 0 22px;
}

.arrow-right {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.be-part-of-our-team-wrapper-description {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.be-part-of-our-team-section {
	display: flex;
	align-items: center;
	flex-direction: column;
	margin-top: 90px;
	margin-bottom: 250px;
}

.be-part-of-our-team-article {
	margin-bottom: 64px;
	text-align: center;
}

.be-part-of-our-team-article h4 {
	font-size: 22.9px;
	color: #CA9E67;
}

.be-part-of-our-team-article h3 {
	font-size: 32.1px;
	color: #CA9E67;
}

.wrapper-input {
	width: 100vw;
}

.input-name {
	width: 813px;
	height: 46px;
	background-color: transparent;
	border: 1px solid #fff;
	padding: 13px 47px;
	margin-bottom: 30px;
	color: #fff;
}


label {
	position: relative;
}

.user-icon {
	position: absolute;
	top: -3px;
	left: 15px;
}

.mail-icon {
	position: absolute;
	top: -3px;
	left: 15px;
}

.wrapper-sociais {
	display: flex;
	align-items: flex-end;
	gap: 40px;
}

.wrapper-sociais h4 {
	font-size: 18px;
	color: #fff;
	margin-top: 40px;
}

.contact-us-text {
	margin-bottom: 21px;
	color: #FFF;
}

@media (max-width: 1545px) {
	.whoweare-ilustration {
		width: 608px;
		height: 345px;
	}

	.whoare-article p {
		width: 70%;
	}

	.input-name {
		width: 613px;
	}
}

@media (max-width: 1270px) {

	input,
	.mail-icon,
	.user-icon,
	.contact-us-text {
		display: none;
	}
}

@media (max-width: 1198px) {
	body {
		overflow-x: hidden;
	}
}

@media (max-width: 1044px) {
	.be-part-of-our-team-article h4 {
		font-size: 12px;
	}

	.be-part-of-our-team-article h3 {
		font-size: 18.2px;

	}

	.be-part-of-our-team {
		max-width: 280px;
	}

	.be-part-of-our-team-section {
		margin-bottom: 120px
	}

	.wrapper-sociais {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 0px;
	}
}

@media (max-width: 573px) {
	.whoweare-wrapper-image img {
		width: 239px;
		height: 168px;
	}

	.wrapper-sociais {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 0px;
	}
}

@media (min-width: 1440px) {}