@charset "utf-8";

:root {
	font-size: 16px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Arial", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	background: #EFEFEF
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.container {
	position: relative;
	max-width: 970px;
	margin: 1rem auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
}

h1 {
	text-align: center;
	font-size: 27px;
	line-height: 1.3;
	background-color: #fff;
	box-shadow: 0px 8px 30px -12px #97999b;
	color: #509e2f;
	padding: 20px 6.875rem;
	transform: translate(0, -50%);
}

h2 {
	font-size: 1.25rem;
	text-align: center;
	line-height: 1.2;
	color: #509E2F;
	margin: 0 0 1.875rem
}

h2 span {
	font-size: 15px;
	white-space: normal
}

h3 {
	font-size: 19px;
	margin-bottom: 5px;
}

:is(a:link, a:visited, a:active) {
	color: inherit;
	text-decoration: none;
	white-space: nowrap;
}

p {
	margin: 0 0 1.25rem;
}

span {
	white-space: nowrap
}

.green {
	color: #509E2F
}

hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	margin: 1rem 0;
	border-top: 0.063rem solid #509E2F;
}

ul {
	list-style: none;
	margin: 0 0 1.875rem;
	padding: 0;
}

ul li {
	padding-left: 1.125rem
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: -1.125rem;
	font-size: 1.375rem;
	line-height: 1;
}

header {
	position: relative;
}

.logo {
	position: absolute;
	top: 1rem;
	right: 1rem
}

.txt {
	background: #000;
	color: #fff;
	padding: 3px;
	width: fit-content;
	position: absolute;
	bottom: 35%;
	left: 1rem;
	font-size: 1rem;
	text-align: left;
}

.txt p {
	margin: 0;
	text-align: start;
}

.txt:last-of-type {
	bottom: 25%
}

article {
	padding: 0 2.625rem .625rem
}

article>section {
	text-align: center
}

article aside {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 2.5rem;
}

aside section {
	width: 50%;
}

a.apply,
a.whatsapp {
	padding: 1rem 4rem;
	background: #509E2F;
	color: #fff;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 1rem;
	text-align: center
}

a.apply:hover,
a.whatsapp:hover {
	background: #378516
}

a.whatsapp {
	position: relative
}

.bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1.25rem 2.625rem .625rem 0;
	column-gap: .625rem
}

.bottom h3 {
	padding-left: 2.625rem;
	border-bottom: solid 1px #509E2F
}

.share-icons {
	text-align: center;
	margin: 1rem 0;
	display: block;
	font-size: 1.5rem
}

.share-icons i {
	margin: 0 .312rem;
	color: #AAAAAA
}

.wapp {
	position: absolute;
	top: 16px;
	margin-left: 1rem
}

footer {
	padding: 0 1rem
}

@media only screen and (max-width: 969px) {
	#wrapper {
		border: none;
		margin: 0 auto;
		padding: 1rem;
	}

	.container {
		margin: 0 auto;
	}

	p,
	ul {
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		margin: 0 0 .625rem;
	}

	h1 {
		font-size: 1.5rem;
		padding: 1rem;
	}

	h2 {
		margin: 0 0 1rem
	}

	hr {
		margin: .625rem 0;
	}

	article {
		padding: 0 1rem .625rem
	}

	article aside {
		column-gap: 1rem;
	}

	.bottom {
		padding: .625rem 1rem 0 0;
	}

	.bottom p:last-of-type {
		margin: 0
	}

	.bottom h3 {
		padding-left: 1rem;
	}

	.share-icons {
		margin: .625rem 0;
	}

	.wapp {
		margin-left: 0
	}
}

@media only screen and (max-width: 850px) {

	h1 {
		transform: translate(0, 0);
		padding: .625rem;
		margin-bottom: 1rem;
	}

	header {
		padding: 1rem 0
	}

	.logo {
		position: static;
		margin: 0 auto 1rem
	}

	.txt {
		position: static;
		text-align: center;
		width: 100%
	}

	.txt p {
		text-align: center;
		margin: 0;
	}

	.txt:last-of-type {
		position: static;
		text-align: center
	}

	article aside {
		display: block;
	}

	aside section {
		width: 100%;
	}

	aside section:first-of-type ul:nth-of-type(2) {
		margin-bottom: .625rem
	}

	.wapp {
		position: relative;
		display: inline;
		top: 4px;
		right: 6px
	}

	.bottom {
		padding: 0 0 1rem
	}

	.bottom p br {
		display: none
	}

	a.apply,
	a.whatsapp {
		padding: 1rem;
		text-align: center;
		width: 100%
	}

	.bottom {
		display: block
	}

	.bottom p:first-of-type {
		margin: .625rem 0;
	}

	.txt {
		padding: 5px 10px;
	}

	.bottom p,
	.bottom h3 {
		text-align: center
	}

	.bottom h3 {
		padding-bottom: .625rem;
	}
}

@media only screen and (max-width: 500px) {
	#wrapper {
		padding: .5rem;
	}

	.txt {
		font-size: .813rem;
	}
}