body {
	background-color: #338B26;
}

h2 {
	font-size: 20px;
	text-transform: uppercase;
}

p {
	font-size: 16px;
}

p, li, h2 {
	font-family: "Open Sans", sans-serif;
	margin: 0;
}

.termos p {
	margin-bottom: 20px;
	text-indent: 45px;
}

.termos li {
	margin-bottom: 20px;
}

a {
	color: white;
}

a:hover {
	color: #338B26;
	text-decoration: underline;
}

.button {
	background-color: #338B26;
}

.button:hover {
	background-color: #073f1e;
}

.row {
	border-right: 1px solid #073F1E;
	border-left: 1px solid #073F1E;
}

.head {
	color: white;
	background: #B6D433;
	-webkit-box-shadow: 0 3px 9px 0 #073F1E;
	box-shadow: 0 3px 9px 0 #073F1E;
    border-bottom: 1px solid #073F1E;
    padding: 4px 0;
}

.head p {
	padding: 8px 0;
	line-height: 40px;
}

.head .link {
	text-align: right;
}

.extra-pad {
	padding: 24px 0;
}

.row.phone-r, .row.phone-l {
	padding: 64px 0 40px 0;
}

.phone-r div {
	padding: 8px 214px 8px 64px;
}

.phone-l div {
	padding: 8px 64px 8px 214px;
}

.r-phone {
	height: 168px;
	margin-top: -142px;
	background-size: 86px 168px;
	background-position: 850px 0;
	background-repeat: no-repeat;
}

.l-phone {
	height: 168px;
	margin-top: -142px;
	background-size: 86px 168px;
	background-position: 64px 0;
	background-repeat: no-repeat;
}

.fig-1 {
	background-image: url('../img/arv1.jpg');
}

.fig-2 {
	background-image: url('../img/arv2.jpg');
}

.fig-3 {
	background-image: url('../img/arv3.jpg');
}

.fig-4 {
	background-image: url('../img/arv4.jpg');
}

.fig-5 {
	background-image: url('../img/arv5.jpg');
}

.arv {
	height: 380px;
	background-size: cover;
	background-position: center center;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.trio {
	color: #fff;
	padding: 64px 0;
}

.trio img {
	height: 136px;
	padding-bottom: 16px;
}

.trio p {
	padding: 0 32px;
}

.verde-1 {
	background-color: #073F1E;
}
.verde-2 {
	background-color: #338B26;
}
.verde-3 {
	background-color: #1C8943;
}
.verde-4 {
	background-color: #B6D433;
}
.branco {
	background-color: #fff;
}
.branco-transp {
	background-color: rgba(255, 255, 255, 0.15);
}
.preto-transp {
	background-color: rgba(0, 0, 0, 0.15);
}

.logo {
	height: 40px;
}

@media only screen and (max-width: 40em) {
	.phone-r div, .phone-l div {
		padding: 8px 64px 8px 64px;
	}

	.row.phone-r, .row.phone-l {
		padding: 64px 0 64px 0;
	}

	.arv {
		height: 190px;
	}

	.logo {
		height: 75px;
	}

	.head {
		padding: 16px 0;
	}

	.head p, .head .link {
		text-align: center;
	}
}