@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
	font-family: 'Montserrat', sans-serif;
}
.navbar-top-default {
	height: 100px;
	background: #206c0f;
}
.navbar-simple .navbar-nav .nav-link {
	font-weight: 600;
}
.header-appear .navbar-top-default {
	height: 100px;
	background: #206c0f;
}
.navbar-simple .navbar-nav .nav-link {
	color: white !important;
}
h1 {
	font-size: 55px;
	color: white;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
h1 span {
	color: #fff22f;
}
.text-white {
	color: white !important;
}
p {
	font-weight: 400 !important;
	font-size: 20px !important;
}
@media screen and(max-width: 1440px) {
	h1 {
		font-size: 45px;
		color: white;
		font-weight: 800;
	}
}
@media screen and(max-width: 1380px) {
	h1 {
		font-size: 35px;
		color: white;
		font-weight: 800;
	}
}
@media screen and (max-width: 990px) {
	.header-appear .navbar-top-default {
		height: 60px;
		background: #206c0f;
	}
	.navbar-top-default {
		height: 60px;
		background: #206c0f;
	}
	p {
		font-size: 16px !important;
	}
}
.text-green span {
	color: #206c0f;
}
.text-yellow span {
	color: #fff22f;
}
.title-green img {
	z-index: 10;
}
.title-yellow img {
	z-index: 10;
}
.title-green h4, .title-green p{
	z-index: 0;
	box-sizing: border-box;
	background: #22bd22;
	padding: 5px 30px 5px 40px;
	margin-left: -15px;
	border-radius: 0 18px 18px 0;
}
.title-yellow h4, .title-yellow p{
	z-index: 0;
	box-sizing: border-box;
	background: #dea002;
	padding: 5px 30px 5px 40px;
	margin-left: -15px;
	border-radius: 0 18px 18px 0;
}
.span-green {
	margin: 0 auto;
	width: max-content !important;
	padding: 2px 5px;
	box-sizing: border-box;
	background: #22bd22;
}
.pdfmateriais img {
	width: 300px;
}
.footer p {
	font-size: 16px !important;
}
.footer a {
	font-size: 16px !important;
}