@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@300;400;700&family=Open+Sans:wght@300;400;700&display=swap");

.section_title {
	display: block;
	padding-top: 50px;
}

.section_title .box {
	width: 100%;
	padding-bottom: 3px;
	background-color: #6ba16a;
	border-radius: 20px 0 20px 0;
}

.image_wrapper {
	width: 100%;
	display: block;
}

.image_wrapper .image_align {
	margin: 0 auto;
	margin-left: 10%;
	margin-right: 10%;
}

.image_wrapper img {
	border-radius: 20px;
}

#sala_atendimento {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

img#saude1 {
	width: 49%;
}

img#saude2 {
	width: 49%;
}

img#saude3 {
	width: 27%;
	display: block;
	margin:  0 auto;
	margin-top: 5px;
}

.section_title .box p {
	font-size: 27px;
	color: #fff;
	margin-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}

.section_first_content {
	padding:  20px 15px 20px 15px;
}

.section_first_content p {
	margin-bottom: 0px !important;
}

.section_content {
	padding:  0px 15px 20px 15px;
}

.section_content p {
	margin-bottom: 0px !important;
}

.project-page_title {
	display: block;
	padding-top: 50px;
}

.project-page_title .box {
	width: 100%;
	padding-bottom: 3px;
	background-color: #6ba16a;
	border-radius: 30px 30px 0 0;
}

.project-page_title .box p {
	font-size: 30px;
	color: #fff;
	padding-left: 20ox;
	padding-top: 15px;
	text-align: center;
}

.project-page_text {
	display: block;
	width: 100%;
	background-color: #dfe8df;
	padding: 30px;
	border-radius: 0 0 30px 30px;
}

#benfeitores_wrapper {
	display: block;
	width: 100%;
	margin-top: 40px;
	margin-left: 10%;
}

#titulo_benfeitores {
	display: block;
	width: 78%;
	height: 50px;
	background-color: #6ba16a;
	border-radius: 20px;
}

#titulo_benfeitores p {
	font-size: 30px;
	color: #fff;
	padding-left: 20px;
}

#tabela_benfeitores {
	display: block;
	width: 72%;
	margin-bottom: 60px;
	padding-bottom: 30px;
	background-color: #d3f3d7;
	position: relative;
	left: 15px;
	border-radius: 0 0 30px 30px;
}

#tabela_benfeitores table {
	margin:  0 auto;
}

#tabela_benfeitores table td {
	width: 100%;
	font-size: 20px;
	border-bottom: 3px solid #6ba16a;
  	text-align: left;
  	padding: 13px;
}

