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

body {
	overflow-x: hidden;
}

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("./src/assets/home_ilustration.webp");
}


.whoweare-section {
	width: 100vw;
	min-height: calc(100vh - 105px);
	display: flex;
	padding-left: 200px;
}

.wrapper-mission-text {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: flex-end;
	position: relative;
	right: 25px;
}

.whoweare-section h3 {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	color: #CA9E67;
}

.whoweare-section p {
	font-weight: 400;
	font-size: 18.2px;
	line-height: 22px;
	color: #4d5257;
}

.whoare-article {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.whoweare-section:first-child p {
	margin-bottom: 98px;
}

.whoare-description:first-child {
	width: fit-content;
}

.whoare-description:last-child {
	width: fit-content;
	margin-top: 88px;
}

.whoare-description h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	color: #CA9E67;
}

.whoare-description p {
	margin-top: 38px;
	width: 85%;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18.2px;
	line-height: 22px;

	color: #4D5257;
}

.whoare-description:last-child p {
	margin-top: 0px;
}

.wrapper-mission {
	margin-top: 84px;
}

.mission-title {
	color: #CA9E67;
}

.whoweare-wrapper-image {
	display: flex;
	align-items: center;
}

.whoweare-ilustration-mobile {
	display: none;
	margin-top: 25px;
}

.whoweare-ilustration {
	width: 692px;
	height: 695px;
}

.our-values-section {
	background-color: #CA9E67;
	min-height: calc(100vh - 105px);
	padding: 25px 200px 25px 200px;
	display: flex;
	align-items: center;
}

.our-values-wrapper-description {
	max-width: 869px;
}

.our-values-wrapper-description h2 {
	font-weight: bold;
	font-size: 22.9px;
	line-height: 28px;
	color: #b8ccea;
}

.our-values-wrapper-description h3 {
	color: #fff;
	width: fit-content;
	height: 42px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
}

.our-values-wrapper-description p {
	margin-top: 81px;
	color: #FFFFFF;
	width: fit-content;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18.2px;
	line-height: 22px;
}

.card-description {
	width: 16rem;
	height: 281px;
	border-radius: 14px;
	background-color: #c5a072;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
	padding: 50px 27px;
	color: #fff;
}

.card-description img {
	fill: #fff;
}

.card-description h3 {
	font-weight: bold;
	font-size: 19px;
}

.card-description p {
	font-size: 16px;
	margin-top: 6px;
	line-height: 18px;
}

.our-values-wrapper-cards {
	display: flex;
	gap: 21px;
	flex-wrap: wrap;
	margin-top: 92px;
}

.wrapper-description-our-office h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	color: #CA9E67;
}

.wrapper-description-our-office p {
	margin-top: 55px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 18.2px;
	line-height: 22px;
	color: #4D5257;
}

.wrapper-description-our-office {
	max-width: 869px;
}

.wrapper-card-our-office-img {
	display: flex;
	gap: 21px;
	flex-wrap: wrap;
	margin-top: 116px;
	gap: 92px;
}

.wrapper-card-our-office-img img {
	max-width: 300px;
}

.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;
}

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

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

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

.card-description-img {
	width: 55px;
	height: 55px;
}

.our-office-section {
	min-height: calc(100vh - 105px);
	padding: 25px 200px 25px 200px;
	display: flex;
	align-items: center;
}

@media (max-width: 1919px) {

	.whoweare-section,
	.our-office-section,
	.our-values-section {
		padding-left: 100px;
	}

	.our-office-section,
	.our-values-section {
		padding-right: 100px;
	}
}

@media (max-width: 1366px) {
	.card-description-img {
		width: 33px;
		height: 33px;
	}

	.our-values-section,
	.our-office-section {
		padding-left: 40px;
		padding-right: 40px;
	}

}

@media (max-width: 1232px) {
	.whoweare-ilustration {
		width: 556px;
		height: 559px;
	}

	.wrapper-mission-text {
		right: 10px;
	}

	.wrapper-mission-text img {
		width: 50px;
		height: 50px;
	}

	.whoweare-section {
		padding-left: 40px;
	}

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

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

@media (max-width: 1024px) {
	.whoweare-ilustration {
		display: none;
	}

	.whoweare-wrapper-image {
		display: flex;
	}

	.whoweare-ilustration-mobile {
		display: block;
		width: 512px;
		border-radius: 8px;
	}

	.our-values-wrapper-description {
		margin-top: 27px;
		max-width: fit-content;
	}

	.whoweare-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 40px 40px 40px;
	}

	.whoweare-section div {
		width: fit-content;
	}

	.whoweare-section p {
		width: 100%;
		font-size: 14px;
	}

	.mission-title {
		font-size: 18px;
	}

	.whoweare-section h3 {
		font-size: 25px;
	}

	.wrapper-mission {
		margin-top: 30px;
	}

	.our-values-section {
		padding: 24px 40px;
		margin-bottom: 7px;
	}

	.our-values-wrapper-cards {
		align-items: center;
		justify-content: center;
		gap: 41px;
		margin-top: 25px;
	}

	.our-values-wrapper-description p {
		margin-top: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;

		color: #D1D3D5;
	}

	.wrapper-card-our-office-img {
		margin-top: 49px;
		gap: 63px;
	}

	.card-description {
		padding-bottom: 41px;
	}

	.card-description h3 {
		margin-top: 16px;
	}

	.card-description p {
		margin-top: 11px;
		font-size: 15.2px;
		line-height: 18px;
	}

	.card-description,
	p {
		font-size: 16px;
		line-height: 17px;
	}

	.wrapper-description-our-office h3 {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 30px;
	}

	.wrapper-description-our-office p {
		margin-top: 8px;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
	}

	.wraper-cards-team-description h2 {
		font-size: 18px;
	}

	.our-values-wrapper-description h2 {
		font-size: 12px;
	}

	.our-values-wrapper-description h3 {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 25px;
		line-height: 30px;
	}

	.wrapper-cards-team {
		justify-content: center;
	}

	.whoare-description:first-child {
		margin-top: 42px;
	}

	.whoare-description p {
		margin-top: 15px;
	}

	.whoare-description:last-child {
		margin-top: 19px;
	}

	.wrapper-mission-text {
		margin-top: 29px;
	}
}

@media (max-width: 768px) {
	.card-description {
		width: 300px;
		height: 229px;
	}
}

@media (max-width: 573px) {
	.whoweare-wrapper-image img {
		border-radius: 10px;
		width: 280px;
		height: 202px;
	}

	.card-our-office-img {
		width: 100%;
		max-width: 300px;
		height: auto;
	}
}

@media (max-width: 460px) {
	.wrapper-card-our-office-img {
		width: 80%;
	}

	.card-our-office-img {
		width: 100%;
		max-width: 400px;
		height: auto;
	}
}

@media (max-width: 350px) {
	.card-description {
		width: 280px;
		height: 191px;
		padding: 20px;
	}
}

@media (max-width: 320px) {
	.card-description {
		width: 236px;
		height: 180px;
		padding: 15px;
	}
}

@media (max-width: 280px) {

	.whoweare-wrapper-image img {
		border-radius: 10px;
		width: 100%;
		height: 202px;
	}

	.card-our-office-img {
		width: 100%;
		height: auto;
	}
}