@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Open+Sans:ital@0;1&family=Oswald:wght@400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
	font-family: "open Sans", sans-serif;
	margin: 0px;
}
ul {
	display: flex;
	gap: 20px;
	padding: 10px;
}
li {
	list-style: none;
	font-weight: 700;
	font-family: "oswald", sans-serif;
	font-size: 18px;
}
li:hover {
	transform: scale(1.2);
	cursor: pointer;
}
.container {
	max-width: 1140px;
	margin: auto;
}
.bar {
	background-color: #006341;
	width: 168px;
	height: 22px;
}
.button {
	display: inline-block;
	border: 2px solid #454545;
	padding: 15px 30px;
	border-radius: 3px;
	color: #454545;
	text-decoration: none;
}
.button:hover {
	background-color: #454545;
	color: #ffffff;
}
h1 {
	font-family: "oswald", sans-serif;
	font-weight: bold;
	font-size: 90px;
	line-height: 100px;
	margin: 0px;
	padding-bottom: 30px;
}
h2 {
	font-family: "oswald", sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 45px;
	margin: 20px 0px;
}
header .line {
	background-color: #117050;
	height: 10px;
}
.header--area {
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
}
.header--left img {
	width: 64px;
	height: 64px;
}

#header--menu {
	margin-left: 50px;
	cursor: pointer;
}
#header--menu img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-left: 10px;
}
#menu-area {
	margin-top: 129px;
	width: 0px;
	height: 158px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all ease 0.5s;
	background-color: #ffffff;
}
#menu-area ul,
#menu-area li {
	padding: 0;
	list-style: none;
	margin: 0px;
}
#menu-area li {
	display: flex;
	padding: 10px;
	color: #000;
	cursor: pointer;
}
#menu-area li:hover {
	background: #006341;
	color: #fff;
}
.menuaberto {
	display: block;
	width: 100px !important;
	border: 3px solid #006341;
	color: #fff;
}
.banner {
	background-image: url("../images/bg1.jpg");
	background-color: #fdfdfd;
	background-position: center;
	background-size: cover;
	padding-top: 90px;
	padding-bottom: 90px;
}
.banner--images img {
	width: 148px;
	height: 148px;
	border: 6px solid #117050;
	border-radius: 50%;
	margin-top: 60px;
	margin-right: 40px;
}
.area1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.area1--content {
	padding: 80px;
}
.area1--quote {
	margin-bottom: 30px;
}
.area1--text {
	margin-bottom: 50px;
	line-height: 25px;
}
.area1--img1 {
	height: 350px;
	background-image: url("../images/f2.jpg");
	background-size: cover;
	background-position: center;
}
.area1--img2 {
	grid-column: 2 / 3;
	grid-row: 1 / 3;
	background-image: url("../images/f1.jpg");
	background-size: cover;
	background-position: center;
}

.area2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.area2--content {
	padding: 80px;
}
.area2--text {
	margin-bottom: 50px;
	line-height: 25px;
}
.area2--img1 {
	height: 450px;
	background-image: url("../images/f4.jpg");
	background-size: cover;
	background-position: center;
}
.area2--img2 {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	background-image: url("../images/f3.jpg");
	background-size: cover;
	background-position: center;
}

.area3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.area3--content {
	padding: 200px 80px;
	background-image: url("../images/bg2.jpg");
	background-size: cover;
	background-position: left;
}
.area3--text {
	margin-bottom: 50px;
	line-height: 25px;
}
.area3--img1 {
	background-image: url("../images/f5.jpg");
	background-size: cover;
	background-position: center;
}
.area4 {
	display: grid;
	grid-template-columns: 500px 1fr;
}
.area4--content {
	padding: 150px 80px;
}
.area4--text {
	margin-bottom: 50px;
	line-height: 25px;
}
.area4--img1 {
	background-image: url("../images/bg3.jpg");
	background-position: left;
}
.area5 {
	background-image: url("../images/bg4.jpg");
	background-size: cover;
	background-position: center;
	height: 600px;
}
.scrollButton {
	width: 110px;
	height: 50px;
	border-radius: 30px;
	border: 2px solid #fff;
	background-color: #117050;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	cursor: pointer;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.scrollButtonspan {
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
	padding: 10px;
}
footer {
	background-color: #333;
	color: #ffffff;
	padding: 80px;
	text-align: center;
}
@media (min-width: 769px) and (max-width: 1140px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 426px) and (max-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.area1 {
		grid-template-columns: 3fr 2fr;
	}
	.area2 {
		grid-template-columns: 2fr 3fr;
	}
	.area3 {
		grid-template-columns: 3fr 2fr;
	}
}
@media (max-width: 425px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.header--search input {
		max-width: 80px;
	}
	h1 {
		font-size: 50px;
		line-height: 50px;
	}
	.banner--images img {
		width: 70px;
		height: 70px;
		border: 3px solid #117050;
		border-radius: 50%;
		margin-right: 10px;
	}
	.area1,
	.area2,
	.area3,
	.area4 {
		grid-template-columns: 1fr;
	}
	.area1--content,
	.area2--content,
	.area3--content,
	.area4--content,
	footer {
		font-size: 12px;
		padding: 40px 20px;
	}
	.area5 {
		height: 200px;
	}
	.header--menu {
		margin-left: 20px;
	}
	h2 {
		font-size: 25px;
		line-height: 30px;
	}
}
