body {
	font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

::-moz-selection {
	background: #006b40; /* Gecko Browsers */
	color: #FFF;
	opacity: 1;
}

::selection {
	background: #006b40; /* WebKit/Blink Browsers */
	color: #FFF;
	opacity: 1;
}

@media (min-width: 992px) {
	*:focus {
	    outline: none;
	}
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	color: #333;
	font-weight: 400;
	letter-spacing: 0px;
	margin: 0;
}

h1, h4
.h1, h4 {
	font-size: 48px;
	font-weight: 600;
	color: #4c4c4c;
	line-height: 40px;
	text-transform: uppercase;
}

h2,
.h2 {
	font-size: 46px;
	line-height: 48px;
	font-weight: 400;
	color: #006b40;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #006b40;
	text-transform: none;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	color: #FFF;
	text-transform: none;
	display: block;
}

h6,
.h6 {
	font-size: 20px;
	font-weight: 600;
	color: #4c4c4c !important;
	line-height: 20px;
	text-transform: none;
	display: block;
	font-style: italic;
}

.interna h6,
.interna .h6 {
	margin-bottom: 10px;
}

a {
	color: #006b40;
}

a:hover,
a:focus,
a:active {
	color: #ccc;
	text-decoration: none;
}

.a {
	color: #001a79 !important;
}

.a:hover,
.a:focus,
.a:active {
	color: #CCC !important;
	text-decoration: none !important;
}

.a2 {
	color: #FFF !important;
}

.a2:hover,
.a2:focus,
.a2:active {
	color: #CCC !important;
	text-decoration: none !important;
}

.a3 {
	color: #006b40 !important;
}

.a3:hover,
.a3:focus,
.a3:active {
	color: #006b40 !important;
	text-decoration: none !important;
}

p {
	font-size: 16px;
	color: #777;
}

hr.mini {
	width: 40px;
	margin: 20px auto;
	background-color: #358067;
}

hr.solid-1 {
	background: rgba(255,255,255,.1);
	margin: 0;
}

figure {
	width: 100%;
}

.saiba-mais {
	font-weight: 700;
	font-size: 15px;
}

figure img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.solucoes figure img,
.fotos figure img {
	width: 100%;
	height: 235px;
	object-fit: cover;
	object-position: center;
}

html .btn-primary {
	color: #999;
	text-shadow: none;
	border: 2px solid #999;
	transition: all .2s;
	padding: 14px 35px 14px 35px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 100px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	box-shadow: 4px 6px 20px rgba(0,0,0,.1);
	background-color: transparent;
}

html .btn-primary:hover {
	color: #FFF;
	background-color: #006b40;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(0,107,64,.5);
}

html .btn-primary:active,
html .btn-primary:focus,
html .btn-primary:active:hover,
html .btn-primary:active:focus {
	color: #FFF;
	background-color: #006b40;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(0,107,64,.5);
}

html .btn-secondary {
	color: #ffff00;
	text-shadow: none;
	border: 2px solid #ffff00;
	transition: all .2s;
	padding: 14px 35px 14px 35px;
	font-size: 18px;
	font-weight: 400;
	border-radius: 100px;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	box-shadow: 4px 6px 20px rgba(0,0,0,.1);
	background-color: transparent;
}

html .btn-secondary:hover {
	color: #006b40;
	background-color: #ffff00;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(0,107,64,.5);
}

html .btn-secondary:active,
html .btn-secondary:focus,
html .btn-secondary:active:hover,
html .btn-secondary:active:focus {
	color: #006b40;
	background-color: #ffff00;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(0,107,64,.5);
}

html .btn-terciary {
	color: #006b40;
	text-shadow: none;
	border-color: transparent;
	transition: all .2s;
	padding: 14px 35px 14px 35px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 0;
	position: relative;
	transition: all .3s;
	text-transform: uppercase;
	box-shadow: 4px 6px 20px rgba(0,0,0,.1);
	background-color: #FFF;
}

html .btn-terciary:hover {
	color: #FFF;
	background-color: #006b40;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(229,94,0,0.5);
}

html .btn-terciary:active,
html .btn-terciary:focus,
html .btn-terciary:active:hover,
html .btn-terciary:active:focus {
	color: #FFF;
	background-color: #006b40;
	border-color: transparent;
	box-shadow: 0 5px 20px rgba(229,94,0,0.5);
}

html .btn-quaternary {
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006b40;
	border-color: #006b40;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 1em;
}

html .btn-quaternary:hover {
	border-color: #006b40;
	background-color: #006b40;
}

html .btn-quaternary:active,
html .btn-quaternary:focus,
html .btn-quaternary:active:hover,
html .btn-quaternary:active:focus {
	border-color: #006b40;
	background-color: #006b40;
}

html .btn-menu {
	color: #FFF;
	background-color: #1A8057;
	border-color: #1A8057;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	padding: 24px 50px;
	border-width: 0;
}

@media (max-width: 992px) {
	html .btn-menu {
		color: #FFF;
		background-color: #1A8057;
		border-color: #1A8057;
		border-radius: 0;
		text-transform: uppercase;
		font-size: 17px;
		font-weight: 700;
		padding: 12px 30px;
		border-width: 0;
		max-width: 100%;
	}
}

html .btn-menu:hover {
	background-color: #CCC;
	color: #1A8057;
}

html .btn-menu:active,
html .btn-menu:focus,
html .btn-menu:active:hover,
html .btn-menu:active:focus {
	background-color: #1A8057;
	color: #FFF;
}

html .btn-menu .fa {
	margin-right: 14px;
}

.nav-pills>li+li {
    margin-left: 1px;
}

section.section {
	padding: 0;
	margin: 0;
}

.slider .tp-bannertimer {
	background-color: #1A8057;
}

#header .header-btn-collapse-nav {
    background: #1A8057;
    border-radius: 0;
}

@media (min-width: 992px) {
	html.sticky-header-active #header .header-body {
	    position: fixed;
	    border-bottom: 5px solid #1A8057;
	    box-shadow: 0 0 20px rgba(0,0,0,.5);
	}
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 0;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-thumbnail {
	width: 100%;
}

.img-thumbnail img {
	width: 100%;
	min-height: 220px;
	object-fit: cover;
	border-radius: 4px;
}

.produtos-pagina .img-thumbnail img {
	width: 100%;
	min-height: 220px;
	object-fit: scale-down;
	border-radius: 4px;
}

/**/

#header .header-logo {
    float: left;
    position: relative;
    perspective: 500px;
}

#header .header-logo:hover img {
    transform: rotateY(10deg) scale(1.05);
    transform-origin: right center;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a {
	    border-radius: 0px;
	    font-size: 17px;
	    color: #4c4c4c;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 20px;
	    padding: 26px 30px;
	    text-transform: uppercase;
	    transition: all .1s;
	}

	#header .header-nav-main nav > ul > li > a:before {
		content: " ";
	    position: absolute;
	    left: -2px;
	    width: 2px;
	    border-right: 1px solid #2D8662;
	    height: 20px;
	}

	#header .header-nav-main nav > ul > li:first-child > a:before {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#header .header-nav-main nav > ul > li > a {
	    border-radius: 0px;
	    font-size: 15px;
	    color: #4c4c4c;
	    font-style: normal;
	    font-weight: 700;
	    line-height: 20px;
	    padding: 26px 20px;
	    text-transform: uppercase;
	    transition: all .1s;
	}
}

ul.nav-pills > li.active > a {
    background-color: #1A8057;
    color: #FFF !important;
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.open > a,
	#header .header-nav-main nav > ul > li:hover > a,
	#header .header-nav-main nav > ul > li:focus > a,
	#header .header-nav-main nav > ul > li > a:hover,
	#header .header-nav-main nav > ul > li > a:focus {
	    background: #1A8057 !important;
	    color: #FFF !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.active.open > a,
	#header .header-nav-main nav > ul > li.active:hover > a,
	#header .header-nav-main nav > ul > li.active:focus > a,
	#header .header-nav-main nav > ul > li.active > a:hover,
	#header .header-nav-main nav > ul > li.active > a:focus {
	    background: #1A8057 !important;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav {
	    margin: 20px 0 6px;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li > a:focus, #header .header-nav-main nav > ul > li > a:hover {
	    color: #1A8057;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li.active > a, #header .header-nav-main nav > ul > li.active > a:focus, #header .header-nav-main nav > ul > li.active > a:hover {
	    background-color: #1A8057;
	}
}

@media (max-width: 991px) {
	#header .header-nav-main nav > ul > li > a {
	    text-transform: uppercase;
	    font-weight: 700;
	    margin-top: 0;
	    margin-bottom: 0;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
	    background: #CCC;
	    color: #1A8057 !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li.active.open > a, #header .header-nav-main nav > ul > li.active:hover > a, #header .header-nav-main nav > ul > li.active:focus > a, #header .header-nav-main nav > ul > li.active > a:hover, #header .header-nav-main nav > ul > li.active > a:focus {
	    background: #CCC !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
	    position: absolute;
	    font-family: FontAwesome;
	    content: "\f0d7";
	    font-size: 10px;
	    top: 25px;
	    right: 19px;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main nav > ul > li > a.dropdown-toggle {
	    padding-right: 30px;
	}
}

@media (min-width: 992px) {
	.disable-click {
		pointer-events: none;
	}
}

/****/

#header .header-body {
    background: #FFF;
    border-top: 0px;
    border-bottom: 0px solid transparent;
    padding: 0;
    width: 100%;
    z-index: 1001;
    min-height: 125px;
}

.feature-box .feature-box-info span {
	font-size: 20px;
	color: #388d6b;
	font-weight: 600;
}

.feature-box.feature-box-style-3 .feature-box-icon i.fa, .feature-box.feature-box-style-3 .feature-box-icon .icons {
    color: #388d6b;
}

.feature-box.feature-box-style-3 .feature-box-icon {
    border-color: #388d6b;
    border-width: 2px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 37px;
    margin-top: -12px;
}

#header .header-column .header-extra-info li .social-icons li {
	box-shadow: none;
	border: 2px solid #CCC;
	margin-left: 10px;
}

#header .header-column .header-extra-info li .social-icons li a {
	width: 40px;
    height: 40px;
    line-height: 42px;
}

#header .header-column .header-extra-info li .social-icons li .fa {
	color: #CCC;
	font-size: 18px;
}

#header .header-logo img {
    margin: 45px 25px 45px 0;
}

#header .header-column .header-extra-info {
     margin: 0 0 20px;
}

@media (min-width: 992px) {
	#header .header-column .header-extra-info {
	     margin: 10px 0 0;
	}
}

@media (min-width: 992px) {
	html #header .header-nav-bar-primary {
	    background: #006b40 !important;
	    color: #ffffff !important;
	}
}

@media (min-width: 992px) {
	#header .header-nav-main {
	    margin: 0;
	    min-height: 0;
	}
}

@media (min-width: 992px) {
	#header .header-nav-bar {
	    padding: 0;
	    margin-bottom: 0;
	}
}

.sticky-header-active #header .nav-pills>li {
	opacity: 1;
}

/*****/

.empresa {
	padding: 60px 0;
	background-image: url(../img/background/1.jpg);
	background-size: cover;
	background-position: center;
}

.empresa figure {
	border-radius: 4px;
}

.empresa figure img {
	border-radius: 4px;
}

.servicos {
	padding: 60px 0;
}

.servicos .info {
	position: absolute;
	top: 68%;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 0;
	transition: all .4s;
}

.servicos figure {
	overflow: hidden;
	height: 290px;
	position: relative;
}

.servicos figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.servicos figure:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+99&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.99) 99%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.99) 99%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.servicos figure:hover .info {
	top: 0;
	background-color: rgba(0,107,64,0.90);
}

.servicos .info .titulo {
	font-size: 22px;
	color: #FFF;
}

.servicos .info p {
	max-width: 300px;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	margin: 0 auto 40px auto;
}

.depoimentos {
	padding: 40px 0;
}

.depoimentos .lista .item > div {
	padding: 50px 80px;
	box-shadow: 0 0 35px -5px rgba(0,0,0,.1);
	min-height: 230px;
}

.depoimentos .lista .item .texto-nome {
	font-size: 20px;
	display: block;
	color: #4c4c4c;
}

.depoimentos .lista .item .texto-empresa {
	font-size: 12px;
	display: block;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.localizacao {
	margin-top: 60px;
	position: relative;
}

.localizacao iframe {
	height: 600px;
	width: 100%;
	margin-bottom: -6px;
}

.localizacao .info {
	position: absolute;
	bottom: 40px;
	background-color: transparent;
	width: 100%;
}

.localizacao .info > .container {
	background-color: #FFF;
	padding: 40px 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

.localizacao .info .fa {
	font-size: 70px;
	color: #006b40;
}

.localizacao .info .icon {
	position: relative;
}

@media (max-width: 991px) {
	.localizacao .info .icon {
		text-align: left;
		float: left;
	}
}

.localizacao .info .icon:after {
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}

.localizacao .info .titulo {
	font-size: 24px;
	font-weight: 400;
	color: #006b40;
}

.localizacao .info p {
	font-size: 20px;
	margin-top: 6px;
	font-weight: 300;
	max-width: 400px;
	margin-bottom: 0;
}

#footer {
	margin-top: 0;
	border-top: 0;
	padding-top: 60px;
	background-image: url(../img/background/2.jpg);
	background-size: cover;
}

#footer .conteudo {
	padding: 0px 0 50px;
}

#footer .logos:after {
	content: "";
	width: 1px;
	height: 80px;
	background-color: rgba(255,255,255,.1);
	position: absolute;
	right: 0;
	top: 0;
}

#footer .logos span {
	color: #FFF;
	margin-bottom: 4px;
	display: block;
}

#footer .contato div > .fa {
	color: #FFF;
	font-size: 22px;
	font-weight: 100;
	border: 1px solid #FFF;
	border-radius: 100px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 44px;
	float: left;
	margin-right: 14px;
}

@media (max-width: 991px) {
	#footer .logos img {
		margin-bottom: 20px;
	}
	
	#footer .contato > div {
		clear: both;
		padding-bottom: 20px;
	}

	#footer .contato > div > .fa {
		margin-bottom: 10px;
	}

	#footer .phone {
		padding-bottom: 0;
	}
}

#footer .contato span.titulo {
	display: block;
	color: #FFF;
	font-size: 16px;
}

#footer .contato span.phone {
	color: #FFF;
	font-size: 14px;
	float: left;
	margin-right: 10px;
	font-weight: 400;
	margin-top: 0px;
}

#footer .contato span.phone .fa {
	margin-right: 4px;
}

#footer .container .row > div {
    margin-bottom: 0;
}

#footer .creditos {
	padding: 20px 0;
}

#footer .creditos span {
	color: #FFF;
}

html .scroll-to-top.visible {
	display: none;
}

.page-header {
	background-color: #F5F5F5;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100 */
	background: rgb(204,204,204); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.page-header-custom-background h1 {
    color: #4c4c4c;
    border: 0;
    font-weight: 400;
    font-size: 14px;
}

.page-header-custom-background {
    padding: 20px 0 25px;
    border-top: 1px solid #BBB;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid a {
    color: #4c4c4c;
}

.page-header-custom-background .breadcrumb.breadcrumb-valign-mid li.active {
    color: #4c4c4c;
    opacity: 0.7;
}

.produtos-pagina .produtos-galeria .lista .item img {
	width: 100%;
	height: 170px;
	object-fit: scale-down;
	object-position: center;
}

.parceiros-pagina .portfolio-list li {
	height: 250px;
}

.parceiros-pagina .portfolio-list li img {
	width: 100%;
	height: 250px;
	object-fit: contain;
	object-position: center;
	padding: 30px;
}

.contato-pagina iframe {
	height: 300px;
}

.list.list-icons.list-icons-style-3 li .fa, .list.list-icons.list-icons-style-3 li .icons {
    background-color: #006b40;
}

.owl-carousel.veja-mais .img-thumbnail img {
	min-height: 0;
	height: 150px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #006b40;
}

.empresa-pagina .conteudo .lista img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	object-position: center;
}



#header .header-lang {
	margin-left: 30px;
}

#header .header-lang .dropdown-menu-right {
	top: auto;
}

#header .header-lang > a img {
	margin-right: 4px;
	transform: scale(1);
}

#header .header-lang li {
	display: block !important;
}

#header .header-column .header-extra-info li {
    margin-left: 0px;
}

#header .header-lang li a img {
	margin-right: 4px;
	transform: scale(1);
	vertical-align: inherit;
}

#header .header-lang i.fa {
	padding-left: 3px;
	vertical-align: middle;
}

#header .header-column {
	z-index: 1;
	position: relative;
}