@charset "utf-8";

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v40-latin-regular.eot');
	src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
	font-display: swap;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v40-latin-700.eot');
	src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
}

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #404040;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	position: relative;
	max-width: 62.5rem;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
}

:is(a:link, a:visited, a:active) {
	color: #009959;
	text-decoration: none;
	white-space: nowrap;
	font-weight: 700;
	transition: all .3s ease;
}

a:hover {
	color: #D0003A;
	text-decoration: underline;
}

a.web {
	white-space: normal
}

a.site {
	color: #009959;
	font-weight: normal;
}

a.site:hover {
	text-decoration: underline;
	color: #d0003a
}

a.phone {
	color: inherit;
	font-weight: normal;
}

a.phone:hover {
	color: inherit;
	text-decoration: none;
}

a.whatsapp {
	display: block;
	text-align: center;
	background: #25d366;
	text-transform: uppercase;
	color: #fff;
	border-radius: .187rem;
	border: .125rem solid #25d366;
	max-width: 28.125rem;
	margin: 0 auto;
	font-weight: 400;
	padding: .312rem 0;
	text-decoration: none;
}

.whatsapp i {
	font-size: 1.25rem;
	margin-top: .187rem;
}

h1 {
	padding: .937rem;
	color: #009959;
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}

h2 {
	color: #009959;
	font-size: 1.625rem;
	margin: 2rem 0 1.5rem;
	line-height: 1.2;
}

h3 {
	color: #009959;
	font-size: 1.625rem;
	margin: 2rem 0 1.5rem;
	line-height: 1.2;
	text-align: center;
}

.no_margin {
	margin: 0 0 20px;
}

.margin {
	margin: 0 0 3.437rem
}

.center {
	text-align: center;
}

p {
	margin: 0 0 0.875rem;
}

span {
	white-space: nowrap
}

ul {
	list-style: none;
	margin: 0 0 3.437rem;
	padding: 0;
}

ul ul {
	margin: 10px 0 5px;
}

ul li {
	padding-left: 2.8125rem;
	margin: 0 0 0.625rem;
}

ul li:before {
	content: "";
	float: left;
	position: relative;
	width: 1.75rem;
	height: 1.75rem;
	background: url(../images/check.png) no-repeat;
	background-size: contain;
	margin-left: -2.5rem;
	top: -0.1875rem;
}

header {
	padding: 0.625rem 1.875rem;
	background: #00804B;
	display: flex;
}

.container {
	margin: 1.25rem auto 2.5rem;
}

.section {
	padding: 0 1.875rem;
}

.grau {
	padding: 0.312rem 0.937rem 1.25rem;
	background: #F0EAE4;
	margin: 3.875rem 0 0;
}

.flex {
	padding: 2.5rem 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.box:nth-of-type(1) img {
	border-radius: 6.125rem;
	width: 12.375rem;
}

.box:nth-of-type(2) {
	padding: 0 1.875rem;
}

a.apply {
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 0.187rem;
	border: 0.125rem solid #009959;
	max-width: 28.125rem;
	margin: 0 auto;
	font-weight: normal;
	padding: 0.625rem;
	line-height: 1;
	background-color: #009959;
}

a.apply:hover {
	background-color: white;
	color: #009959;
	text-decoration: none;
}

.container_bottom {
	margin: 2.5rem 0 1.25rem;
}

footer {
	padding: 1.562rem 3.437rem;
	display: flex;
	background-color: #414141;
	margin: 2.5rem 0 0;
}

footer p {
	width: 50%;
}

footer a.site {
	color: #fff;
	font-weight: normal;
}

footer a.site:hover {
	text-decoration: underline;
	color: #fff
}

@media only screen and (max-width: 999px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 1rem;
	}

	.margin {
		margin: 0 0 1.25rem
	}

	h1 {
		font-size: 2rem;
	}

	h2,
	h3 {
		font-size: 1.125rem;
		line-height: 1.3;
		margin: 0.937rem 0;
	}

	.container {
		margin: 1.25rem auto 1.875rem;
	}

	article a.whatsapp {
		margin: 0 auto 1.875rem;
	}

	.section {
		padding: 0 1rem;
	}

	.grau {
		padding: 1rem;
		margin: 1.5625rem 0 0;
	}

	.flex {
		padding: 1rem 0 0.3125rem;
	}

	.box:nth-of-type(2) {
		padding: 0 1.25rem;
	}

	.container_bottom {
		margin: 1.5625rem 0 1.25rem;
	}

	footer {
		padding: 1rem;
		margin: 1.25rem 0 0;
	}

	footer p {
		margin: 0;
	}
}

@media only screen and (max-width: 680px) {
	footer {
		justify-content: center;
	}
}

@media only screen and (max-width: 520px) {
	h1 {
		font-size: 1.5625rem;
	}

	ul li {
		padding-left: 2.5rem;
	}

	header {
		justify-content: center;
	}

	footer {
		flex-direction: column;
		align-items: center;
	}

	footer p {
		text-align: center;
		width: 100%;
		margin: 0 0 1rem;
	}

}

@media only screen and (max-width: 480px) {
	.flex {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.flex p {
		text-align: center;
		margin: 1.25rem 0 0;
	}

	.section {
		padding: 0;
	}
}

@media only screen and (max-width: 376px) {

	a.apply,
	a.whatsapp {
		max-width: 100%;
	}
}