﻿

@charset "UTF-8";
@import url(https://www.thiagocastanhari.com.br/front-models/model03/css/animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Exo+2:400,700,900);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(//fonts.googleapis.com/css?family=Pacifico:400,700);



/*========================================================
                      Main Stylest
=========================================================*/


.select2-results__option:not([aria-disabled='true']):hover {
	background: #1C7404;
	color: #fff;
}


.search-form_submit:hover {
	color: #77AA69;
}


.search-form_toggle.active, .search-form_toggle:hover {
	color: #77AA69;
}


.search-form_liveout .search_link .search_title {
	color: #77AA69;
	text-transform: none;
	font-weight: normal;
}

.search-form_liveout .search_link:hover {
	background: #77AA69;
	color: #f3faf1;
}


.search-form_liveout .search_error {
	display: block;
	color: #77AA69;
	background: #fafafa;
	padding: 10px 10px;
	overflow: hidden;
	font-weight: normal;
}




body {
	color: #242424;
	font: 400 16px/24px "PT Sans Narrow", sans-serif;
	-webkit-text-size-adjust: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 41px;
	line-height: 41px;
}

h2 {
	font-size: 46px;
	line-height: 58px;
	font-family: "Exo 2", sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}

h3 {
	font-size: 36px;
	font-family: "Exo 2", sans-serif;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 900;
}

h4 {
	font-size: 24px;
	line-height: 24px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: bold;
}

p, .marked-list, .list {
	font-family: "PT Sans Narrow", sans-serif;
}

p .fa, .marked-list .fa, .list .fa {
	text-decoration: none;
}

time {
	display: block;
}

a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:focus {
	outline: none;
}

a:active {
	background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
	color: inherit;
	text-decoration: none;
}

strong {
	font-weight: 700;
}

.fa {
	font-size: 80px;
	line-height: 80px;
	display: block;
	text-align: center;
	color: #4F4E4E;
}

.fa + span {
	text-align: center;
	display: block;
}

[class*='fa-']:before {
	font-weight: 400;
	font-family: "FontAwesome";
}

.page {
	overflow: hidden;
	min-height: 500px;
}

.lt-ie9 .page {
	min-width: 1200px;
}

/*=======================================================
                       Main Layout
=========================================================*/
/*=======================================================
                        Components
=========================================================*/
.rd-mailform {
	position: relative;
	z-index: 1;
	text-align: left;
}

.rd-mailform * + .form-wrap {
	margin-top: 10px;
}

.rd-mailform * + .button-wrap {
	margin-top: 10px;
}

@media (min-width: 992px) {
	.rd-mailform * + .form-wrap {
		margin-top: 30px;
	}
	.rd-mailform * + .button-wrap {
		margin-top: 30px;
	}
}

form .form-input {
	height: 50px;
	font-size: 18px;
	line-height: 24px;
	border-width: 0;
	border-radius: 0;
}

form .form-label {
	font-size: 18px;
	line-height: 24px;
}

form .form-label-outside {
	margin: 0 25px;
}

form .form-validation {
	left: 25px;
}

form .form-input {
	padding: 13px 25px;
}

form .form-label {
	padding: 13px 25px;
}

form .form-validation {
	right: 25px;
}

form .form-wrap {
	position: relative;
}

form .form-input {
	display: block;
	width: 100%;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	color: #727272;
	background-color: #fff;
	background-image: none;
	border-style: solid;
	-webkit-appearance: none;
	transition: .3s ease-in-out;
}

form .form-input:focus {
	outline: 0;
}

form textarea.form-input {
	height: 139px;
	min-height: 50px;
	max-height: 250px;
	resize: vertical;
}

form .form-label {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	margin: 0;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	pointer-events: none;
	transition: .3s;
	color: #727272;
}

form .form-label.focus {
	opacity: 0;
}

form .form-label.auto-fill {
	color: #727272;
}

form .form-validation {
	position: absolute;
	top: 2px;
	z-index: 11;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
	transition: .3s;
	color: #d9534f;
}

form .validation-with-outside-label .form-validation {
	top: 28.6px;
}

#form-output-global {
	position: fixed;
	bottom: 30px;
	left: 15px;
	transform: translateX(-500px);
	z-index: 9999999;
	font-size: 14px;
	transition: .3s all ease;
	visibility: hidden;
}

#form-output-global.active {
	transform: translateX(0);
	visibility: visible;
}

@media (min-width: 480px) {
	#form-output-global {
		left: 30px;
	}
}

.form-output {
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 2px;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.form-output.active {
	opacity: 1;
	visibility: visible;
}

.form-output.error {
	color: #d9534f;
}

.form-output.success {
	color: #5cb85c;
}

.radio .radio-custom,
.radio-inline .radio-custom,
.checkbox .checkbox-custom,
.checkbox-inline .checkbox-custom {
	opacity: 0;
}

.radio .radio-custom, .radio .radio-custom-dummy,
.radio-inline .radio-custom,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom,
.checkbox-inline .checkbox-custom-dummy {
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	outline: none;
	cursor: pointer;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy,
.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	background: #727272;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after,
.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	position: absolute;
	opacity: 0;
}

.radio .radio-custom:focus,
.radio-inline .radio-custom:focus,
.checkbox .checkbox-custom:focus,
.checkbox-inline .checkbox-custom:focus {
	outline: none;
}

.radio-inline,
.checkbox-inline {
	padding-left: 25px;
	font-weight: 400;
}

.radio-inline .heading,
.checkbox-inline .heading {
	font-weight: 400;
	text-transform: uppercase;
}

.radio-custom:checked + .radio-custom-dummy:after,
.checkbox-custom:checked + .checkbox-custom-dummy:after {
	opacity: 1;
}

.radio input[type="radio"],
.radio-inline input[type="radio"] {
	margin: auto;
}

.radio .radio-custom-dummy,
.radio-inline .radio-custom-dummy {
	border-radius: 50%;
}

.radio .radio-custom-dummy:after,
.radio-inline .radio-custom-dummy:after {
	content: '';
	top: 4px;
	bottom: 4px;
	left: 4px;
	right: 4px;
	background: #fff;
	border-radius: 50%;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin: auto;
}

.checkbox .checkbox-custom-dummy,
.checkbox-inline .checkbox-custom-dummy {
	pointer-events: none;
	border-radius: 3px;
	margin-left: 0;
	left: 0;
}

.checkbox .checkbox-custom-dummy:after,
.checkbox-inline .checkbox-custom-dummy:after {
	content: '\e5ca';
	font-family: 'Material Icons';
	font-size: 20px;
	line-height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	color: #727272;
}

.inline-form {
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}

.inline-form .button-wrap,
.inline-form .form-wrap {
	flex-basis: 100%;
	flex-grow: 1;
}

.inline-form .button {
	width: 100%;
}

.inline-form * + .button-wrap {
	margin-top: 10px;
}

@media (min-width: 480px) {
	.inline-form {
		flex-wrap: nowrap;
	}
	.inline-form .form-wrap {
		flex-shrink: 1;
		flex-grow: 0;
	}
	.inline-form .button-wrap {
		flex-basis: 136px;
		flex-shrink: 0;
		flex-grow: 0;
		margin-top: 0;
		margin-left: 10px;
	}
	.ie-11 .inline-form .button-wrap,
	.ie-edge .inline-form .button-wrap {
		min-width: 180px;
	}
}

.recaptcha {
	transform-origin: 0 50%;
	transform: scale(0.8);
}

@media (min-width: 480px) {
	.recaptcha {
		transform: none;
	}
}

.recaptcha-validation .form-validation {
	left: 15px;
	right: 15px;
	top: 10px;
	text-align: left;
}

@media (min-width: 480px) {
	.recaptcha-validation .form-validation {
		top: 2px;
	}
}

* + .rd-mailform {
	margin-top: 30px;
}

p + .inline-form {
	margin-top: 10px;
}

@media (min-width: 992px) {
	* + .inline-form {
		margin-top: 47px;
	}
}

/**
 * Select 2
 */
.select2 {
	width: 100% !important;
}

.select2:focus, .select2 * {
	outline: none;
}

.select2.select2-container--open .select2-selection__arrow b {
	transform: rotate(180deg);
}

* + .select2 {
	margin-top: 7px;
}

.select2-container {
	display: block;
	position: relative;
}

.select2-selection {
	overflow: hidden;
	text-overflow: ellipsis;
}

.select2-selection__rendered {
	white-space: nowrap;
}

.select2-selection__clear {
	position: relative;
}

.select2-selection--single,
.select2-selection--multiple {
	height: 50px;
	padding: 10px 50px 10px 25px;
	font-size: 18px;
	line-height: 30px;
	border-width: 0;
	border-radius: 0;
	font-family: "PT Sans Narrow", sans-serif;
	font-weight: 400;
	background-color: #fff;
	color: #727272;
}

.select2-selection--single {
	display: block;
	cursor: pointer;
	user-select: none;
}

.select2-selection__arrow {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-family: "FontAwesome";
	font-size: 18px;
	vertical-align: middle;
	line-height: 1;
	text-align: center;
	color: #727272;
}

.select2-selection__arrow b {
	transition: .25s;
}

.select2-selection__arrow b:before {
	content: '\f107';
}

.select2-selection--multiple {
	display: block;
	cursor: pointer;
	user-select: none;
}

.select2-search--inline {
	float: left;
}

.select2-search__field {
	border: none;
	margin-top: 5px;
	padding: 0;
}

.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-dropdown {
	position: absolute;
	z-index: 12;
	display: block;
	width: 100%;
	padding: 10px 0;
	border-style: solid;
	border-width: 0;
	border-radius: 0;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	background-color: #fff;
	color: #727272;
}

.select2-results {
	display: block;
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0;
}

.select2-results__option {
	padding: 2px 25px;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	user-select: none;
}

.select2-results__option[aria-disabled='true'] {
	color: #aaa;
}

.select2-results__option[aria-selected] {
	cursor: pointer;
}

.select2-results__option[aria-selected='true'] {
	background: #727272;
	color: #fff;
}



.select2-container--open .select2-dropdown--above {
	margin-bottom: 5px;
}

.select2-container--open .select2-dropdown--below {
	margin-top: 5px;
}

.select2-search--dropdown {
	display: block;
}

.select2-search--dropdown.select2-search--hide {
	display: none;
}

.select2-search__field {
	width: 100%;
	padding: 2px 25px;
}

.select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.select2-close-mask {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	background-color: #fff;
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
}

.select2 + .form-validation {
	z-index: 14;
}

/*
*
* Snackbars
* --------------------------------------------------
*/
.snackbars {
	max-width: 280px;
	padding: 9px 16px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	text-align: left;
	background-color: #333;
	border-radius: 0;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.snackbars p {
	display: block;
	line-height: 1;
}

.snackbars span {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	vertical-align: top;
	color: #fff;
}

.snackbars span + span {
	margin-left: 10px;
}

@media (min-width: 480px) {
	.snackbars {
		max-width: 380px;
		padding: 12px 15px;
		font-size: 16px;
	}
}

/*==================   Thumbnail    ======================*/
.thumb {
	display: block;
	position: relative;
	overflow: hidden;
	border: 9px solid #f8f8f8;
	outline: 1px solid #e4e4e4;
}

.thumb img {
	width: 100%;
	height: auto;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
}

.thumb_overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #fff;
	background: transparent;
}

.thumb_overlay:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	font: 400 30px "FontAwesome";
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
}

.lt-ie9 .thumb_overlay:before {
	display: none;
}

.thumb:hover .thumb_overlay {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
	zoom: 1;
}

.lt-ie9 .thumb:hover .thumb_overlay:before {
	display: block;
}

.thumb:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.search-form {
	display: block;
	position: relative;
	width: 235px;
	float: right;
	padding-top: 4px;
}

.search-form_label {
	display: block;
	padding: 13px 40px 13px 10px;
	background: #f3f3f3;
	border: 0px solid #acacac;
}

.search-form_input {
	outline: none;
	background-color: transparent;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: baseline;
	box-shadow: none;
	color: #727272;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	font-family: "PT Sans Narrow", sans-serif;
}

.search-form_submit {
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: absolute;
	top: 50%;
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: 10px;
	width: 25px;
	height: 22px;
	color: #727272;
	font: 400 18px/22px 'FontAwesome', sans-serif;
}

.search-form_submit:before {
	content: "";
}



@media (max-width: 479px) {
	.search-form {
		width: 270px;
	}
}

.search-form_toggle {
	float: right;
	display: inline-block;
	color: #FFF;
	font: 400 44px/44px "FontAwesome";
}

.search-form_toggle:before {
	content: "";
}



.search-form_toggle.active:before {
	content: "";
}

.search-form_liveout {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 123;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.lt-ie9 .search-form_liveout {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}

.search-form_liveout .search_list {
	font-size: 14px;
	line-height: 24px;
	background: #FFF;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.search-form_liveout .search_list li + li {
	margin-top: 2px;
}

.search-form_liveout .search_link {
	display: block;
	padding: 5px 10px;
	background: #FFF;
	color: #999;
}



.search-form_liveout .search_link:hover .search_title {
	color: #FFF;
}



.search-form_liveout .match {
	display: none;
}



input:focus + .search-form_liveout {
	opacity: 1;
}

.lt-ie9 input:focus + .search-form_liveout {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=100);
}

.search-form_liveout .tablet, .mobile .search-form_liveout {
	display: none !important;
}

h4 + #search-results {
	margin-top: 30px;
}

.search-frame, .search-frame body {
	width: 100%;
	height: auto;
	background: transparent;
	overflow: hidden;
}

.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top;
	font-family: "Exo 2", sans-serif;
}

.search-frame p, .search-frame em {
	font-family: "PT Sans Narrow", sans-serif;
}

.search-frame img {
	max-width: 100%;
	height: auto;
}

.search-frame a {
	font: inherit;
	color: inherit;
	text-decoration: none;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.search-frame a:active {
	background: transparent;
}

.search-frame a:focus {
	outline: none;
}

.search-frame h4 a:hover {
	color: #77AA69;
}

.search-frame .search_list {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: top;
	list-style-type: none;
	counter-reset: li;
}

.search-frame .search_list li {
	padding-left: 30px;
	position: relative;
	counter-increment: li;
}

.search-frame .search_list li:before {
	content: counter(li, decimal) ".";
	position: absolute;
	left: 0px;
	top: -2px;
	font-size: 22px;
}

.search-frame .search_list li h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.search-frame .search_list li + li {
	margin-top: 20px;
}

.search-frame .search {
	color: #777777;
}

.search-frame .match {
	color: #242424;
	font-size: 11px;
	display: block;
}

.search-frame * + p {
	margin-top: 12px;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.search-form {
		margin-right: 6%;
	}
	.search-form_label {
		margin-top: 12px;
	}
	.search-form_submit {
		top: 27px;
	}
}

/*==================  GOOGLE MAP  ======================*/
.map_model {
	height: 450px;
}

.map_model img {
	max-width: none !important;
}

@media (max-width: 767px) {
	.map_model {
		height: 250px;
	}
}

@media (max-width: 479px) {
	.map_model {
		height: 200px;
	}
}

.map_locations {
	display: none;
}

/*==================     Brand     ======================*/
.brand {
	display: inline-block;
}

.brand_name {
	color: #1C7404;
	font-weight: 400;
	font-family: 'Pacifico', sans-serif;
}

.brand_slogan {
	color: #727272;
	text-align: right;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
	background: #77AA69;
}

.bg_1 {
	background: #f8f8f8;
}

.bg_1 h4 {
	color: #1C7404;
	text-align: center;
	margin-top: 27px;
}

.bg_2 {
	background: #77AA69;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
	color: #FFF;
	background: #1C7404;
	padding: 12px 29px;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 25px;
	border-bottom: 3px solid #1C7404;
}

.btn:hover {
	background: #54ae3e;
	border-bottom: 3px solid #3c7f2b;
}

.btn:active {
	background: #54ae3e;
}

.btn_1 {
	color: #FFF;
	background: #1C7404;
	padding: 12px 19px;
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin-top: 8px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	border-bottom: 3px solid #1C7404;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.btn_1:hover {
	background: #3c7f2b;
	border-bottom: 3px solid #54ae3e;
}

.btn_1:active {
	background: #54ae3e;
}

.rowwr {
	top: -55px;
	position: relative;
}

.btn_top_offset {
	padding-top: 30px;
}

.subpage_btn {
	text-transform: uppercase;
	color: #77AA69;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: "PT Sans Narrow", sans-serif;
	display: inline-block;
}

.subpage_btn:hover {
	color: #1C7404;
}

.img_wr + .list {
	margin-top: 20px;
}

/*==================      Box      ======================*/
.box:before, .box:after {
	display: table;
	content: "";
	line-height: 0;
}

.box:after {
	clear: both;
}

.box_aside {
	float: left;
}

.box_cnt__no-flow {
	overflow: hidden;
}

/*========================   Menu   ==========================*/
.sf-menu {
	display: inline-block;
}

.sf-menu:before, .sf-menu:after {
	display: table;
	content: "";
	line-height: 0;
}

.sf-menu:after {
	clear: both;
}

.sf-menu > li {
	position: relative;
	float: left;
}

.sf-menu > li + li {
	margin-left: 40px;
}

.sf-menu a {
	display: block;
}

.sf-menu {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.sf-menu > li > a {
	text-transform: uppercase;
	color: #242424;
}

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #77AA69;
}

.sf-menu > li.active > a {
	color: #77AA69;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 205px;
	margin-top: 40px;
	background: #FFF;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #F8F8F8;
}

.sf-menu ul {
	left: -17%;
}

.sf-menu ul > li > a {
	color: #242424;
	line-height: 45px;
	padding-left: 20px;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #77AA69;
}

.sf-menu ul ul {
	position: absolute;
	left: 100%;
	top: 20%;
	width: 205px;
	margin-top: 0;
	padding: 0;
	z-index: 4;
}

.sf-menu ul ul > li > a {
	color: #242424;
	background: #FFF;
}

.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
	color: #77AA69;
}

.sf-menu > li > .sf-with-ul {
	position: relative;
	margin-right: 17px;
}

.sf-menu > li > .sf-with-ul:before {
	position: absolute;
	left: 110%;
	top: 15%;
	content: '\f107';
	font: 400 18px/18px "FontAwesome";
	display: block;
	margin-right: 20px;
}

.sf-menu ul > li > .sf-with-ul {
	position: relative;
}

.sf-menu ul > li > .sf-with-ul:before {
	position: absolute;
	right: 0;
	top: 32%;
	content: '\f105';
	font: 400 18px/18px "FontAwesome";
	display: block;
	margin-right: 20px;
}

@media (max-width: 1199px) {
	.sf-menu ul ul {
		width: 150px;
	}
	.sf-menu ul {
		width: 200px;
	}
}

@media (max-width: 991px) {
	.sf-menu ul {
		left: -50px;
	}
}

@media (max-width: 767px) {
	.sf-menu {
		display: none;
	}
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 9999999;
	text-align: left;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.rd-mobilemenu.active {
	right: 0;
}

.rd-mobilemenu_ul {
	position: fixed;
	top: -56px;
	left: 0;
	bottom: -56px;
	width: 240px;
	padding: 132px 0 76px;
	color: #666;
	background: #FFF;
	font-size: 14px;
	line-height: 20px;
	overflow: auto;
	-webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
	-moz-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	transform: translateX(-240px);
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
	-moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	-webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
	transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.rd-mobilemenu_ul li.active, .rd-mobilemenu_ul li a:hover {
	background: #77AA69;
	color: #FFF;
}

.rd-mobilemenu_ul a {
	display: block;
	padding: 14px 25px 16px;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -17.5px;
	width: 32px;
	height: 32px;
	font: 400 10px "FontAwesome";
	line-height: 32px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: 1;
	background: rgba(0, 0, 0, 0.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
	content: '\f078';
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
	background: #FFF;
	color: #666;
}

.rd-mobilemenu_ul a.rd-with-ul {
	position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-mobilemenu_ul ul a {
	padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
	padding-left: 60px;
}

.rd-mobilemenu_ul:after {
	content: '';
	display: block;
	height: 20px;
}

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 56px;
	background: #FFF;
	color: #000;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
}

.rd-mobilepanel_title {
	position: fixed;
	top: 4px;
	left: 56px;
	right: 56px;
	color: #000;
	font-size: 24px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rd-mobilepanel_toggle {
	position: fixed;
	top: 4px;
	left: 8px;
	width: 48px;
	height: 48px;
}

.rd-mobilepanel_toggle span {
	position: relative;
	display: block;
	margin: auto;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
	content: "";
	position: absolute;
	left: 0;
	top: -8px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rd-mobilepanel_toggle span:after {
	top: 8px;
}

.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
	width: 24px;
	height: 4px;
	background-color: #000;
	backface-visibility: hidden;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.rd-mobilepanel_toggle span {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
	-moz-transform-origin: 1.71429px center;
	-ms-transform-origin: 1.71429px center;
	-o-transform-origin: 1.71429px center;
	-webkit-transform-origin: 1.71429px center;
	transform-origin: 1.71429px center;
}

.rd-mobilepanel_toggle.active span {
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
	top: 0;
	width: 15px;
}

.rd-mobilepanel_toggle.active span:before {
	-webkit-transform: rotate3d(0, 0, 1, -40deg);
	transform: rotate3d(0, 0, 1, -40deg);
}

.rd-mobilepanel_toggle.active span:after {
	-webkit-transform: rotate3d(0, 0, 1, 40deg);
	transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
	body {
		padding-top: 56px;
	}
	.rd-mobilemenu, .rd-mobilepanel {
		display: block;
	}
}

@media (max-width: 359px) {
	.rd-mobilepanel_title {
		font-size: 18px;
	}
}

/*==================  Stuck menu  ======================*/
.isStuck {
	background: #FFF;
	z-index: 999;
	border-bottom: 1px solid #f8f8f8;
}

.isStuck .brand_name, .isStuck .search-form, .isStuck .sf-menu {
	margin-top: 7px;
}

.isStuck .sf-menu ul {
	margin-top: 25px;
}

.isStuck .brand_slogan {
	margin-bottom: 2px;
}

@media only screen and (max-width: 979px) {
	.isStuck {
		display: none !important;
	}
}

/*==================     ToTop     ======================*/
.toTop {
	width: 70px;
	height: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #fff;
	background: #1C7404;
	border-radius: 0%;
	border: 1px solid #1C7404;
	position: fixed;
	right: 23px;
	bottom: 40px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 23;
}

.toTop:hover {
	color: #fff;
	background: #77AA69;
	text-decoration: none;
	border: 1px solid;
}

.mobile .toTop,
.tablet .toTop {
	display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
	padding: 26px 0;
}

header .brand {
	float: left;
}

header .nav {
	float: left;
	margin-left: 135px;
	margin-top: 20px;
}

@media (max-width: 767px) {
	header {
		text-align: center;
	}
	header .brand, header .nav {
		float: none;
	}
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
}

blockquote {
	text-align: center;
}

blockquote img {
	border-radius: 50%;
	display: inline-block;
}

blockquote img + p {
	text-align: left;
	margin-top: 45px;
}

blockquote cite {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	text-align: right;
	margin-top: 23px;
	display: block;
}

p a {
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p a:hover {
	text-decoration: underline;
}

h3 + * {
	margin-top: 70px;
}

.alignleft {
	text-align: left;
}

.privacy:hover {
	text-decoration: underline;
}

dl {
	margin-top: 22px;
	padding-right: 20%;
}

dt {
	float: left;
}

dd {
	text-align: right;
}

dd:hover {
	color: #77AA69;
}

.flright {
	float: right;
}

.link_mod a {
	color: #1C7404;
}

.link_mod a:hover {
	text-decoration: underline;
	color: #242424;
}

.link_mod_1 {
	text-align: left;
}

.list li + li {
	margin-top: 20px;
}

.list li a {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}

.list li a:hover {
	color: #3c7f2b;
}

a + p {
	margin-top: 15px;
}

h5 + .list {
	margin-top: 22px;
}

h5 + p {
	margin-top: 25px;
}

.no_offset {
	margin-top: 0;
}

.team {
	text-align: center;
}

.team img {
	border-radius: 50%;
}

.team h5 {
	margin-top: 50px;
}

.count-list {
	counter-reset: list;
	display: inline;
}

.count-list li {
	position: relative;
	padding-left: 70px;
}

.count-list li h5 {
	color: #1C7404;
	font-size: 24px;
	line-height: 30px;
	text-transform: none;
	font-weight: bold;
	font-family: "PT Sans Narrow", sans-serif;
	padding-right: 30%;
}

.count-list li:before {
	content: counter(list, decimal-leading-zero) ".";
	counter-increment: list;
	color: #242424;
	font-size: 36px;
	font-weight: 900;
	font-family: "Exo 2", sans-serif;
	position: absolute;
	left: 0;
	top: 5px;
}

.count-list p {
	padding-right: 20%;
}

.text_offset {
	padding-left: 30px;
}

.top_offset {
	margin-top: 53px;
}

.img_wr {
	border: 9px solid #F8F8F8;
	outline: 1px solid #e4e4e4;
}

.policy_page h3 + * {
	margin-top: 0;
}

.policy_page h5 {
	margin-top: 50px;
}

.policy_page p {
	margin-top: 30px;
}

/*==================      Well     ======================*/
.well {
	padding: 35px 0;
}

.well_1 {
	padding: 80px 0;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer h3 {
	color: #FFF;
	text-align: left;
}

footer h3 + * {
	margin-top: 40px;
}

footer p {
	padding-right: 26%;
}

footer .social-list li {
	margin-right: 30px;
	float: left;
	margin-top: 8px;
}

footer .social-list li a {
	font-size: 30px;
	line-height: 30px;
	font-family: "FontAwesome";
	color: #FFF;
}

footer .social-list li a:hover {
	color: #3c7f2b;
}

@media (min-width: 1200px) and (max-width: 1315px) {
	.count-list li:before {
		left: -3px;
	}
	.policy_page {
		padding: 0 5%;
	}
	dd {
		padding-right: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.btn_top_offset {
		padding-top: 25px;
	}
	.row + .row {
		margin-top: 40px;
	}
	.rowwr {
		top: -80px;
		position: relative;
	}
	.top_offset {
		margin-top: 0;
	}
	header .nav {
		margin-left: 25px;
	}
	.sf-menu > li + li {
		margin-left: 20px;
	}
	.search-form {
		margin: 0;
	}
	.search-form_label {
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 35px;
		line-height: 37px;
	}
	footer .social-list li {
		margin-right: 23px;
	}
	.rowwr {
		top: -67px;
	}
	.btn_top_offset {
		padding-top: 25px;
	}
	.count-list li {
		padding-left: 0;
	}
	.count-list li:before {
		position: static;
		display: block;
	}
	.nomargin_767 {
		margin-top: 0;
	}
	h5 {
		margin-top: 20px;
	}
	.row + .row {
		margin-top: 35px;
	}
	header {
		padding: 15px 0;
	}
	header .nav {
		margin-left: 15px;
	}
	header .search-form {
		margin-top: 8px;
	}
	.row + .row {
		margin-top: 20px;
	}
	.btn_top_offset_1 {
		padding-top: 8px;
	}
	.count-list li:before {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.search-form {
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	blockquote {
		margin-top: 60px;
	}
	.list {
		margin-top: 17px;
	}
	.col-sm-3 + .col-sm-3 {
		margin-top: 70px;
	}
	.center__767 {
		text-align: center;
	}
	.top__767 {
		margin-top: 80px;
	}
	.alignleft {
		text-align: center;
	}
	h5 {
		margin-top: 30px;
	}
	footer h3 {
		margin-top: 40px;
	}
	footer h3 .list {
		text-align: left;
	}
	.rowwr {
		top: 0;
		position: static;
		text-align: center;
	}
	.flright {
		float: none;
	}
	.social-list {
		margin-top: 80px;
		display: inline-block;
	}
	.copy {
		margin-top: 55px;
	}
	.team p {
		margin-bottom: 80px;
	}
	.count-list li::before {
		left: 15px;
		top: 0;
	}
	.policy_page {
		margin-left: 2%;
		margin-right: 2%;
	}
}

@media (max-width: 512px) {
	footer {
		text-align: center;
	}
	footer p {
		padding-right: 0;
		text-align: left;
	}
	footer .list {
		text-align: left;
		margin-top: 40px;
	}
	h3 + * {
		margin-top: 45px;
	}
	.social-list {
		margin-top: 10px;
	}
	.fa {
		margin-top: 80px;
	}
	.bg_1 h4 {
		margin-top: 15px;
	}
	.team h5 {
		margin-top: 20px;
	}
	.count-list li::before {
		left: 15px;
		font-size: 30px;
	}
	.list {
		margin-top: 15px;
	}
	.social-list {
		margin-top: -50px;
	}
	.mfControls {
		margin-left: auto;
		margin-right: auto;
	}
}

/*# sourceMappingURL=https://www.thiagocastanhari.com.br/front-models/model03/css/style.css.map */