﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Rubik:300,400,500,700);
html {
	font-size: 87.5%
}
body {
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	vertical-align: baseline;
	background: #fff;
	color: #666;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.2em;
	font-family: 'Rubik', sans-serif;
	margin: 30px 0 0 0;
	color: #212121
}
h1 {
	font-size: 44px
}
h2 {
	font-size: 34px
}
h3 {
	font-size: 22px
}
h4 {
	font-size: 24px
}
p {
	margin: 0 0 15px 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
a {
	text-decoration: none
}
a:active, a:hover, a:focus {
	text-decoration: none
}
a:active, a:hover, a:focus {
	outline: 0 none
}
img {
	max-width: 100%;
	height: auto
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}
.elv-clear:after {
	clear: both;
	content: "";
	display: block
}
.row.no-gutters {
	margin-right: 0;
	margin-left: 0
}
.row.no-gutters>[class^="col-"], .row.no-gutters>[class*=" col-"] {
	padding-right: 0;
	padding-left: 0
}
.row.no-gutters.full-width {
	margin-right: -15px;
	margin-left: -15px
}
.row.no-gutters.full-width>[class^="col-"], .row.no-gutters.full-width>[class*=" col-"] {
	padding-right: 0;
	padding-left: 0
}
.text-left {
	text-align: left!important
}
.float-none {
	float: none
}
.m-auto {
	margin: 0 auto
}
.item-mb {
	margin-bottom: 30px!important
}
.mb-none {
	margin-bottom: 0!important
}
.mt-13 {
	margin-top: 5px
}
.mt-20 {
	margin-top: 5px!important
}
.mt-30 {
	margin-top: 5px!important
}
.mb-10 {
	margin-bottom: 5px!important
}
.mb-20 {
	margin-bottom: 30px!important;
	text-align: center
}
.mb-30 {
	margin-bottom: 30px!important;
	text-align: center
}
.mb-40 {
	margin-bottom: 40px!important
}
.mb-50 {
	margin-bottom: 50px!important
}
.mb-60 {
	margin-bottom: 60px!important
}
.margin-lr30 {
	margin-right: -30px;
	margin-left: -30px
}
.slider-mt {
	margin-top: 75px
}
.pt-50 {
	padding-top: 50px!important
}
.pt-40 {
	padding-top: 40px!important
}
.pb-40 {
	padding-bottom: 40px!important
}
.pa-15 {
	padding: 15px
}
.box-pa-sm {
	padding: 30px 30px 10px
}
.txt-bx-p {
	padding: 30px 30px 15px
}
.content-box-p {
	padding: 30px 20px
}
.txt-bx-lg-p {
	padding: 60px 15px 50px
}
.img-width-100 img {
	width: 100%!important
}
.img-d-inline-block img {
	display: inline-block!important
}
.item-space-xs-index {
	margin-left: 10px;
	margin-right: 0px
}
.item-space-xs-index>div {
	padding: 20px
}
.item-space-xs {
	margin-left: -12.5px;
	margin-right: -17.5px
}
.item-space-xs>div {
	padding: 20px
}
div#no-equal-gallery {
	margin-left: 0;
	margin-right: 0
}
.item-space-sm {
	margin-left: -15px;
	margin-right: -30px
}
.item-space-sm>div {
	padding: 5px
}
.lead {
	color: #595959;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.75;
	margin-bottom: 0
}
.lead p {
	color: #595959;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.75
}
.s-space-equal {
	padding: 40px 0
}
.paginaativa {
	pointer-events: none;
	font-weight: normal !important;
	color: #CDCDCD !important;
}
.page-pagination {
  text-align: center;
}
.page-pagination ul li {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #567003;
    color: #666;
	font-size: 17px;
	font-weight: bold;
    cursor: pointer;
    margin: 0 5px;
    padding: 7px 0;
    transition: all 0.5s ease-out;
    position: relative; 
}
.page-pagination ul li span {
      position: relative;
      z-index: 1; 
}
.page-pagination ul li:after {
      content: '';
      position: absolute;
      left: 50%;
      right: 50%;
      top: 50%;
      bottom: 50%;
      border-radius: 100%;
      background: #567003;
}
.page-pagination ul li:hover {
      color: #fff; 
}
.page-pagination ul li:hover:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; 
}
.page-pagination ul li.active {
      color: #fff; 
}
.page-pagination ul li.active:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; 
}
@media only screen and (max-width : 992px) {
.page-pagination{
		margin-bottom: 50px;
	}
.page-pagination ul li{
		margin: 0;
		width: 30px;
		height: 30px;
		padding: 2px 0;
}
}
.imagem-noticia-float {
	float: left;
	margin: 0 20px 10px 0
}
.imagem-noticia {
	width: 600px;
	height: auto
}

@media only screen and (max-width:991px) {
.imagem-noticia {
	width: 100% !important;
	height: auto
}
}
.imagem-noticia2 {
	width: auto!important;
	height: 340px
}

@media only screen and (max-width:1200px) {
.imagem-noticia2 {
	width: auto;
	height: 270px
}
}

@media only screen and (max-width:900px) {
.imagem-noticia2 {
	width: auto;
	height: 250px
}
}

@media only screen and (max-width:767px) {
.imagem-noticia2 {
	width: auto;
	height: 200px
}
}
.barratelefone {
	height: 27px;
    margin-top: -5px;
    margin-bottom: 3px;
}
.videoarvoreunico {
	width: 250px; 
	margin-top: 20px;
}
.titulo-video {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px
}

@media only screen and (max-width:990px) and (min-width:769px) {
.titulo-video {
	font-size: 15px
}
}

@media only screen and (max-width:1199px) {
.s-space-equal {
	padding: 40px 0
}
}

@media only screen and (max-width:991px) {
.s-space-equal {
	padding: 40px 0
}
}

@media only screen and (max-width:767px) {
.s-space-equal {
	padding: 40px 0
}
}

@media only screen and (max-width:479px) {
.s-space-equal {
	padding: 40px 0
}
}

@media only screen and (max-width:320px) {
.s-space-equal {
	padding: 40px 0
}
}
.s-space-default {
	padding: 76px 0 55px
}

@media only screen and (max-width:1199px) {
.s-space-default {
	padding: 76px 0 55px
}
}

@media only screen and (max-width:991px) {
.s-space-default {
	padding: 66px 0 45px
}
}

@media only screen and (max-width:767px) {
.s-space-default {
	padding: 56px 0 55px
}
}

@media only screen and (max-width:479px) {
.s-space-default {
	padding: 46px 0 45px
}
}

@media only screen and (max-width:320px) {
.s-space-default {
	padding: 36px 0 35px
}
}
.s-space-bottom-solid {
	padding: 0 0 125px
}

@media only screen and (max-width:1199px) {
.s-space-bottom-solid {
	padding: 0 0 115px
}
}

@media only screen and (max-width:991px) {
.s-space-bottom-solid {
	padding: 0 0 105px
}
}

@media only screen and (max-width:767px) {
.s-space-bottom-solid {
	padding: 0 0 95px
}
}

@media only screen and (max-width:479px) {
.s-space-bottom-solid {
	padding: 0 0 85px
}
}

@media only screen and (max-width:320px) {
.s-space-bottom-solid {
	padding: 0 0 75px
}
}
.s-space-top-solid {
	padding: 125px 0 0
}

@media only screen and (max-width:1199px) {
.s-space-top-solid {
	padding: 115px 0 0
}
}

@media only screen and (max-width:991px) {
.s-space-top-solid {
	padding: 105px 0 0
}
}

@media only screen and (max-width:767px) {
.s-space-top-solid {
	padding: 95px 0 0
}
}

@media only screen and (max-width:479px) {
.s-space-top-solid {
	padding: 85px 0 0
}
}

@media only screen and (max-width:320px) {
.s-space-top-solid {
	padding: 75px 0 0
}
}
.s-space-top-default {
	padding: 106px 0 0
}

@media only screen and (max-width:1199px) {
.s-space-top-default {
	padding: 96px 0 0
}
}

@media only screen and (max-width:991px) {
.s-space-top-default {
	padding: 86px 0 0
}
}

@media only screen and (max-width:767px) {
.s-space-top-default {
	padding: 76px 0 0
}
}

@media only screen and (max-width:479px) {
.s-space-top-default {
	padding: 66px 0 0
}
}

@media only screen and (max-width:320px) {
.s-space-top-default {
	padding: 56px 0 0
}
}
.s-space-bottom30 {
	padding: 25px 0 25px
}
.s-space-layout6 {
	padding: 25px 0 88px
}

@media only screen and (max-width:1199px) {
.s-space-layout6 {
	padding: 15px 0 78px
}
}

@media only screen and (max-width:991px) {
.s-space-layout6 {
	padding: 10px 0 68px
}
}

@media only screen and (max-width:767px) {
.s-space-layout6 {
	padding: 10px 0 58px
}
}

@media only screen and (max-width:479px) {
.s-space-layout6 {
	padding: 10px 0 48px
}
}

@media only screen and (max-width:320px) {
.s-space-layout6 {
	padding: 10px 0 38px
}
}
.s-space-layout10 {
	padding: 55px 0 95px
}

@media only screen and (max-width:1199px) {
.s-space-layout10 {
	padding: 55px 0 95px
}
}

@media only screen and (max-width:991px) {
.s-space-layout10 {
	padding: 55px 0 95px
}
}

@media only screen and (max-width:767px) {
.s-space-layout10 {
	padding: 55px 0 95px
}
}

@media only screen and (max-width:479px) {
.s-space-layout10 {
	padding: 55px 0 95px
}
}

@media only screen and (max-width:320px) {
.s-space-layout10 {
	padding: 55px 0 95px
}
}
.s-space-brand {
	padding: 90px 0 88px
}

@media only screen and (max-width:1199px) {
.s-space-brand {
	padding: 85px 0 83px
}
}

@media only screen and (max-width:991px) {
.s-space-brand {
	padding: 80px 0 78px
}
}

@media only screen and (max-width:767px) {
.s-space-brand {
	padding: 70px 0 68px
}
}

@media only screen and (max-width:479px) {
.s-space-brand {
	padding: 65px 0 63px
}
}

@media only screen and (max-width:320px) {
.s-space-brand {
	padding: 60px 0 58px
}
}
.s-space-top-sm {
	padding: 50px 0 50px
}

@media only screen and (max-width:991px) {
.s-space-top-sm {
	padding: 50px 0 50px
}
}

@media only screen and (max-width:767px) {
.s-space-top-sm {
	padding: 45px 0 45px
}
}

@media only screen and (max-width:479px) {
.s-space-top-sm {
	padding: 40px 0 40px
}
}

@media only screen and (max-width:320px) {
.s-space-top-sm {
	padding: 35px 0 35px
}
}

@media only screen and (max-width:991px) {
.s-space-top-sm2 {
	padding: 40px 0 0
}
}

@media only screen and (max-width:767px) {
.s-space-top-sm2 {
	padding: 50px 0 0
}
}

@media only screen and (max-width:479px) {
.s-space-top-sm2 {
	padding: 41px 0 0
}
}

@media only screen and (max-width:320px) {
.s-space-top-sm2 {
	padding: 37px 0 0
}
}
.btn-center {
	margin-top: 40px;
	text-align: center
}
i.icon-circle-primary {
	text-align: center;
	height: 67px;
	width: 67px;
	display: inline-block;
	line-height: 65px;
	background-color: #567003;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #567003;
	font-size: 28px;
	margin-bottom: 40px;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.icon-circle-primary:before {
	margin-left: 0;
	display: inline-block;
	font-size: 28px;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.icon-circle-primary:hover {
	background-color: transparent
}
i.icon-circle-primary:hover:before {
	color: #567003
}
i.pull-left.icon-circle-primary {
	margin-right: 30px;
	padding-right: 0!important
}
i.icon-circle-light {
	padding-right: 0!important;
	height: 67px;
	width: 67px;
	display: inline-block;
	line-height: 65px;
	background-color: #fff;
	color: #567003;
	text-align: center;
	margin-bottom: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	font-size: 28px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.icon-circle-light:before {
	margin-left: 0;
	display: inline-block;
	font-size: 28px;
	color: #567003;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.pull-left.icon-circle-light {
	margin-right: 30px;
	padding-right: 0!important
}
i.icon-default-primary {
	color: #567003;
	font-size: 52px;
	line-height: 52px;
	margin-bottom: 40px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.icon-default-primary:before {
	color: #567003;
	margin-left: 0;
	font-size: 52px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.icon-default-primary i {
	color: #567003;
	font-size: 52px;
	line-height: 52px;
	margin-bottom: 40px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.icon-default-primary i:before {
	color: #567003;
	margin-left: 0;
	font-size: 52px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.pull-left.icon-default-primary {
	margin-right: 30px;
	padding-right: 0!important
}
i.icon-default-dark {
	line-height: 52px;
	color: #212121;
	font-size: 52px;
	margin-bottom: 40px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.icon-default-dark:before {
	margin-left: 0;
	color: #212121;
	font-size: 52px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.pull-left.icon-default-dark {
	margin-right: 30px;
	padding-right: 0!important
}
i.icon-default-light {
	line-height: 52px;
	color: #fff;
	font-size: 52px;
	margin-bottom: 40px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.icon-default-light:before {
	margin-left: 0;
	color: #fff;
	font-size: 52px;
	display: inline-block;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
i.pull-left.icon-default-light {
	margin-right: 30px;
	padding-right: 0!important
}
.title-bar-center {
	padding-bottom: 20px;
	position: relative
}
.title-bar-center:before {
	content: "";
	height: 4px;
	width: 35px;
	background: #567003;
	position: absolute;
	left: 0;
	bottom: 10px;
	right: 0;
	margin: 0 auto;
	z-index: 1
}
.title-bar-medium-left {
	position: relative
}
.title-bar-medium-left:before {
	content: "";
	height: 5px;
	width: 35px;
	background: #567003;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.title-bar-light-left {
	position: relative
}
.title-bar-light-left:before {
	content: "";
	height: 3px;
	width: 50px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.t-bar-left-mo-center {
	position: relative
}
.t-bar-left-mo-center:before {
	content: "";
	height: 3px;
	width: 50px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}

@media only screen and (max-width:767px) {
.t-bar-left-mo-center:before {
	right: 0;
	margin: 0 auto
}
}
.title-bar-default {
	position: relative
}
.title-bar-default:before {
	content: "";
	height: 5px;
	width: 35px;
	background: #567003;
	position: absolute;
	left: 0;
	bottom: -15px;
	z-index: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.title-bar-long {
	position: relative;
	margin-bottom: 40px
}
.title-bar-long:before {
	content: "";
	height: 5px;
	width: 50px;
	background: #567003;
	position: absolute;
	left: 0;
	bottom: -10px;
	z-index: 1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px
}
.marginbaixo0 {
	margin-bottom: 0 !important;
}
.marginbaixo5 {
	margin-bottom: 5px !important;
}
.texto28 {
	font-size: 28px !important;
}
@media only screen and (max-width:991px) {
.texto28 {
	font-size: 24px !important;
}
}
.texto20 {
	font-size: 20px !important;
}
.btn-default {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #ccc !important;
}
.btn-hover:hover {
    color: #fff !important;
    background: #366a41 !important;
}
.textoplantel b:hover {
    color: #525252 !important;
}
.textoverde b:hover {
    color: #366a41 !important;
}
.textoverde a:focus {
    color: #366a41 !important;
}
.blog-img {
     position:relative;
     transition: .5s;
}
.blog-img a{
     position:relative;
     display:block;
}
.blog-img a::before {
     position:absolute;
     content:'';
     background:rgba(0, 0, 0, 0.5);
     top:0;
     left:0;
     bottom:0;
     right:0;
     width:100%;
     height:100%;
     transform: scale(0);
     transition:.5s;
}

.witr_blog_imags {
    overflow: hidden;
}
.blog_part_inner:hover .blog-img, .blog_part_inner:hover .blog-img a::before{
     transform: scale(1.2);
}
.max300{
     max-width: 300px;
}
.form-control {
    color: #a599b2 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}
.tamanhoparceiros {
	max-width: 250px !important; 
	width: auto !important;
	height: auto !important;
}
#carrossel-flex .owl-stage {
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.botaoproduto {
	padding: 0px 10px 0 10px !important;
	left: 50% !important;
	margin-left: -50px !important;
	position: absolute !important;
}
.play-btn-transparent {
	border: 0 !important;
}
.play-btn-transparent:hover {
	background: transparent !important;
	border: 0 !important;
}
.botaoarvoremenor {
	padding: 3px 20px !important;
}
.framearvore3 {
	height: 600px !important; 
	overflow-y: auto; 
	overflow-x: hidden;
}
@media only screen and (max-width:991px) {
.framearvore3 {
	height: 500px !important; 
	overflow-y: auto; 
	overflow-x: hidden;
}
}
.framearvore4 {
	height: 600px !important; 
	overflow-y: auto; 
	overflow-x: hidden;
}
@media only screen and (max-width:991px) {
.framearvore4 {
	height: 515px !important; 
	overflow-y: auto; 
	overflow-x: hidden;
}
}
.framearvore5 {
	height: 950px !important; 
	overflow-y: auto; 
	overflow-x: hidden;
}
@media only screen and (max-width:991px) {
.framearvore5 {
	height: 870px !important; 
	overflow-y: auto; 
	overflow-x: hidden;
}
}
@media only screen and (max-width: 991px) {
    .scroll-vertical::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    
    .scroll-vertical::-webkit-scrollbar:vertical {
        width: 12px;
    }
    
    .scroll-vertical::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    
    .scroll-vertical::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .3) !important;
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    
    .scroll-vertical::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #ffffff;
    }
}
.borderzero {
	border: 0;
}
.exibeframearvore3 {
	height: 600px; 
}
@media only screen and (max-width:991px) {
.exibeframearvore3 {
	height: 500px; 
}
}
.exibeframearvore4 {
	height: 600px; 
}
@media only screen and (max-width:991px) {
.exibeframearvore4 {
	height: 515px; 
}
}
.exibeframearvore5 {
	height: 950px; 
}
@media only screen and (max-width:991px) {
.exibeframearvore5 {
	height: 870px; 
}
}
.btn-ftf-rd-sm-p-dp {
	color: #fff;
	margin-top: 5px;
	padding: 12px 30px;
	background: #567003;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-sm-p-dp:hover {
	background: #0d0d0d;
	color: #fff
}
.bgrodape {
	background: #0d0d0d !important;
}
.btn-ftf-rd-sm-p-dp:focus {
	outline: 0;
	color: #fff
}

@media only screen and (max-width:767px) {
.btn-ftf-rd-sm-p-dp {
	padding: 10px 20px
}
}

@media only screen and (max-width:550px) {
.btn-ftf-rd-sm-p-dp {
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600
}
}
.btn-ftf-rd-sm-p-dp-lista {
	color: #fff;
	margin-top: 5px;
	padding: 5px 30px;
	background: #567003;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-sm-p-dp-lista:hover {
	background: #0d0d0d;
	color: #fff
}
.btn-ftf-rd-sm-p-dp-lista:focus {
	outline: 0;
	color: #fff
}

@media only screen and (max-width:767px) {
.btn-ftf-rd-sm-p-dp-lista {
	padding: 10px 20px
}
}

@media only screen and (max-width:550px) {
.btn-ftf-rd-sm-p-dp-lista {
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600
}
}
.btn-ftf-rd-xs-p-dp {
	color: #fff;
	padding: 10px 20px;
	background: #567003;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-xs-p-dp:hover {
	background: #0d0d0d;
	color: #fff
}
.btn-ftf-rd-xs-p-dp:focus {
	color: #fff
}
.btn-ftf-rd-lg-p-dp {
	color: #fff;
	padding: 15px 50px;
	background: #567003;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-lg-p-dp:hover {
	background: #0d0d0d;
	color: #fff
}
.btn-ftf-rd-md-p-dp {
	color: #fff;
	padding: 13px 30px;
	background: #567003;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-md-p-dp:hover {
	background: #0d0d0d;
	color: #fff
}
.btn-ftf-rd-md-tp-p {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #567003;
	color: #666;
	padding: 12px 28px;
	background: #fff;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-md-tp-p:hover {
	background: #567003;
	color: #fff
}
.btn-ftg-rd-md-tp-tr2 {
	border: 2px solid #567003;
	color: #fff;
	padding: 14px 50px;
	background: #567003;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftg-rd-md-tp-tr2:hover {
	background: transparent;
	color: #fff
}
.btn-ftg-rd-md-tp-tr {
	border: 2px solid #fff;
	color: #212121;
	padding: 14px 50px;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftg-rd-md-tp-tr:hover {
	background: transparent;
	color: #fff
}
.btn-ftf-rd-md-p-tp {
	border: 2px solid #567003;	color: #fff;
	padding: 10px 38px;
	background: #567003;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-md-p-tp:hover {
	background: #fff;
	color: #567003
}
.btn2-ftf-rd-md-p-tp {
	border: 2px solid #567003;	color: #fff;
	padding: 10px 38px;
	background: #0d0d0d;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn2-ftf-rd-md-p-tp:hover {
	background: #fff;
	color: #567003
}
.play-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	display: block;
	height: 70px;
	width: 70px;
	line-height: 70px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.play-btn i {
	color: #567003;
	font-size: 25px;
	padding-left: 5px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.play-btn:hover {
	background: #ffd7d7;
	border: 3px solid #567003
}
.play-btn:hover i {
	color: #0d0d0d
}
.btn-gtf-rd-md-tr-tp {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #567003;
	color: #fff;
	padding: 14px 35px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-gtf-rd-md-tr-tp:hover {
	background: #567003;
	color: #fff
}
.btn-gtf-rd-md-tr-p {
	border: 2px solid #567003;
	color: #666;
	padding: 10px 30px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-gtf-rd-md-tr-p:hover {
	background: #567003;
	color: #fff
}
.btn-flat-tp-p {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-flat-tp-p i {
	margin-left: 10px;
	color: #fff;
	font-size: 20px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-flat-tp-p:hover {
	color: #567003
}
.btn-flat-tp-p:hover i {
	color: #567003
}
.btn-ftg-rd-ms-tp-tr {
	border: 2px solid #fff;
	color: #212121;
	padding: 14px 25px;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftg-rd-ms-tp-tr:hover {
	background: transparent;
	color: #fff
}
.btn-gtf-rd-lg-tr-p {
	border: 0;
	color: #212121;
	padding: 12px 35px;
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-gtf-rd-lg-tr-p:hover {
	background: #567003;
	color: #fff
}
.tab-btn {
	text-align: center;
	margin-bottom: 60px
}
.tab-btn li {
	margin: 0 1px 5px;
	display: inline-block!important
}
.tab-btn li a {
	border: 1px solid #567003;
	background: transparent;
	color: #212121;
	padding: 10px 30px;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.tab-btn li a:hover {
	background: #567003;
	color: #fff
}
.tab-btn .active a {
	background: #567003;
	color: #fff
}
.btn-ftg-rd-md-p-tr {
	border: 2px solid #567003;	color: #fff;
	padding: 10px 38px;
	background: #567003;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftg-rd-md-p-tr:hover {
	background: transparent;
	color: #567003
}
.btn-ftg-rd-xs-tp-tr {
	border: 2px solid #567003;
	color: #212121;
	padding: 8px 18px;
	background: #fff;
	text-transform: capitalize;
	font-size: 13px;
	font-weight: 700;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftg-rd-xs-tp-tr i {
	margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 15px
}
.btn-ftg-rd-xs-tp-tr:hover {
	background: transparent;
	color: #567003
}
.isotop-btn {
	text-align: center;
	margin-bottom: 60px
}
.isotop-btn:after {
	display: none
}
.isotop-btn a {
	background: transparent;
	color: #666;
	padding: 10px 30px;
	margin: 0;
	font-size: 18px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.isotop-btn a:hover {
	background: #567003;
	color: #fff
}
.isotop-btn .current {
	background: #567003;
	color: #fff
}
.isotop-btn-circle {
	text-align: center;
	margin-bottom: 60px
}
.isotop-btn-circle:after {
	display: none
}
.isotop-btn-circle a {
	border: 1px solid #f1f1f1;
	background: transparent;
	color: #666;
	padding: 10px 30px;
	margin: 0 1px 5px;
	font-size: 18px;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.isotop-btn-circle a:hover {
	border: 1px solid #567003;
	background: #567003;
	color: #fff
}
.isotop-btn-circle .current {
	border: 1px solid #567003;
	background: #567003;
	color: #fff
}
.btn-ftf-rd-sm-tp-tp {
	border: 0;
	color: #567003;
	padding: 12px 30px;
	background: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.btn-ftf-rd-sm-tp-tp:hover {
	color: #212121
}
@media only screen and (max-width:790px) {
.margimarvorezero {
	margin-left: 0px !important;
	margin-right: 0px !important;
	padding-right: 0px !important;
    padding-left: 0px !important;
}
}
@media only screen and (max-width:991px) {
.paddingzero {
	padding: 0px !important;
}
}
#plantel_url3 {
     width: 990px;
     height: 580px;
     margin: 0 auto;
     display: block;
}
#plantel_url_lista3 {
     width: 100%;
     margin: 0 auto;
     display: block;
}
#plantel_url4 {
     width: 1050px;
     height: 680px;
     margin: 0 auto;
     display: block;
}
#plantel_url_lista4 {
     width: 100%;
     margin: 0 auto;
     display: block;
}
#plantel_url5 {
     width: 990px;
     height: 580px;
     margin: 0 auto;
     display: block;
}
#plantel_url_lista5 {
     width: 100%;
     margin: 0 auto;
     display: block;
}
.overflowArvore{position:relative;}
	@media only screen
	and (max-width: 789px){
	/*** Rolagem da Vertical da Página ***/
	::-webkit-scrollbar-thumb:vertical {
	background:#567003; /*Cor da barrinha que se move*/
}
	/*** Rolagem da Horizontal da Página***/
	::-webkit-scrollbar-thumb:horizontal {
	background:#567003; /*Cor da barrinha que se move*/
}
	/*** Parte fixa da rolagem (fundo que não se move) ***/
	::-webkit-scrollbar {
	width:0px; /*Largura da barra de rolagem*/
	height:15px; /*Largura da barra de rolagem*/
	background: #f5f5f5; /*Cor da parte fixa, que fica no mundo*/             
}
.overflowArvore{ 
	overflow-x: scroll; 
	overflow-y: initial; 
	margin-bottom: 10px;
}	#plantel_url {
	margin-bottom: 0;
	width: 750px;
	height: 440px;
}	#plantel_url_lista {
	margin-bottom: 0;
	width: 650px;
}
}
.overflowArvoreFrame{position:relative;}
	@media only screen
	and (max-width: 991px){
	/*** Rolagem da Vertical da Página ***/
	::-webkit-scrollbar-thumb:vertical {
	background:#567003; /*Cor da barrinha que se move*/
}
	/*** Rolagem da Horizontal da Página***/
	::-webkit-scrollbar-thumb:horizontal {
	background:#567003; /*Cor da barrinha que se move*/
}
	/*** Parte fixa da rolagem (fundo que não se move) ***/
	::-webkit-scrollbar {
	width:0px; /*Largura da barra de rolagem*/
	height:15px; /*Largura da barra de rolagem*/
	background: #f5f5f5; /*Cor da parte fixa, que fica no mundo*/             
}
.overflowArvorenos3{ 
	overflow-x: scroll; 
	overflow-y: initial; 
	margin-bottom: 10px;
}	#plantel_url3 {
	margin-bottom: 0;
	width: 750px;
	height: 440px;
}	#plantel_url_lista3 {
	margin-bottom: 0;
	width: 650px;
}
.overflowArvorenos4{ 
	overflow-x: scroll; 
	overflow-y: initial; 
	margin-bottom: 10px;
}	#plantel_url4 {
	margin-bottom: 0;
	width: 830px;
	height: 500px;
}	#plantel_url_lista4 {
	margin-bottom: 0;
	width: 650px;
}
.overflowArvorenos5{ 
	overflow-x: scroll; 
	overflow-y: initial; 
	margin-bottom: 10px;
}	#plantel_url5 {
	margin-bottom: 0;
	width: 750px;
	height: 440px;
}	#plantel_url_lista5 {
	margin-bottom: 0;
	width: 770px;
}
}
@media only screen and (max-width:991px) {
.touchcelular{
	position: absolute; 
	width: 100%; 
	min-width: 750px; 
	height: 100%;
}
}
@media only screen and (max-width:991px) {
.touchcelularframe{
	position: absolute; 
	width: 100%; 
	min-width: 650px; 
	height: 100%;
}
}
.arvorelista{
	width: 100%;
}
@media only screen and (min-width:991px) {
.arvorelista{
	padding-left: 20px;
}
}
.mobileauto{
	max-width: 100%;
	height: auto;
}
.marginbot30{
	margin-top: 30px;
	margin-bottom: 30px;
}
.formularioerro{
	font-size: 17px; 
	font-weight: 400; 
	color: #ff0000; 
	text-align: center;
}
.formulariook{
	font-size: 17px; 
	font-weight: 400; 
	color: #2a9a14; 
	text-align: center;
}
.corverde{
	color: #2a9a14 !important; 
}
@media only screen and (max-width:750px) {
.imagemcelular {
	background-attachment: inherit !important;
}
}
.minimoultimasnoticias{
	min-height: 400px;
}
@media(min-width:992px) and (max-width:1200px) {
.minimoultimasnoticias {
	min-height: 340px;
}
}
@media(min-width:768px) and (max-width:991px) {
.minimoultimasnoticias {
	min-height: 320px;
}
}
@media(min-width:471px) and (max-width:767px) {
.minimoultimasnoticias {
	min-height: 300px;
}
}
@media only screen and (max-width:470px) {
.minimoultimasnoticias {
	min-height: 270px;
}
}
.minimoheightnoticia1{
	min-height: 425px;
}
@media(min-width:901px) and (max-width:1200px) {
.minimoheightnoticia1 {
	min-height: 405px;
}
}
.minimoheightnoticia{
	min-height: 200px;
}
@media only screen and (max-width:767px) {
.minimoheightnoticia {
	min-height: 100%;
}
}
.minimoheight{
	min-height: 350px;
}
@media(min-width:768px) and (max-width:840px) {
.minimoheight {
	min-height: 310px;
}
}
@media(min-width:841px) and (max-width:900px) {
.minimoheight {
	min-height: 340px;
}
}
@media(min-width:901px) and (max-width:991px) {
.minimoheight {
	min-height: 350px;
}
}
@media(min-width:992px) and (max-width:1200px) {
.minimoheight {
	min-height: 330px;
}
}

.imgprodutos{
	max-height: 250px !important;
	width: auto !important;
}
.precoproduto{
	color: #01AA00 !important;
    font-weight: 900 !important;
    font-size: 20px !important;
}
.datafoto{
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 0;
}

.linhafoto{
	padding: 3px 53px !important;
	margin-bottom: 0 !important;
}

.titulofoto{
	margin-top: 2px !important;
	min-height: 60px;
}
@media(min-width:768px) and (max-width:1200px) {
.titulofoto {
	min-height: 80px;
}
}

.mindivproduto{
	min-height: 465px;
}
@media only screen and (max-width:600px) {
.mindivproduto {
	min-height: 395px;
	max-height: 395px;
}
}
.mindivarvore{
	min-height: 490px;
}
@media only screen and (max-width:1200px) {
.mindivarvore {
	min-height: 450px;
	max-height: 450px;
}
}
@media only screen and (max-width:992px) {
.mindivarvore {
	min-height: 440px;
	max-height: 440px;
}
}
@media only screen and (max-width:600px) {
.mindivarvore {
	min-height: 400px;
	max-height: 400px;
}
}
@media only screen and (max-width:480px) {
.mindivarvore {
	min-height: 330px;
}
}
.mindivplantel{
	min-height: 530px;
}
@media only screen and (max-width:1200px) {
.mindivplantel {
	min-height: 550px;
	max-height: 550px;
}
}
@media only screen and (max-width:992px) {
.mindivplantel {
	min-height: 440px;
	max-height: 440px;
}
}
@media only screen and (max-width:600px) {
.mindivplantel {
	min-height: 460px;
	max-height: 460px;
}
}
@media only screen and (max-width:480px) {
.mindivplantel {
	min-height: 380px;
}
}
.nenhumregistro{
	height: 200px;
    margin-top: 50px;
    text-align: center;
    font-weight: bold;
}
.img-arvore{
	min-height: 353px;
}
@media only screen and (min-width:1200px) {
.img-arvore {
	min-height: 240px;
	max-height: 240px;
}
}
@media(min-width:992px) and (max-width:1199px) {
.img-arvore {
	min-height: 220px;
	max-height: 220px;
}
}
@media(min-width:768px) and (max-width:991px) {
.img-arvore {
	min-height: 310px;
	max-height: 310px;
}
}
@media(min-width:478px) and (max-width:767px) {
.img-arvore {
	min-height: 180px;
	max-height: 180px;
}
}
@media(min-width:321px) and (max-width:479px) {
.img-arvore {
	min-height: 120px;
	max-height: 120px;
}
}
@media only screen and (max-width:320px) {
.img-arvore {
	min-height: 100px;
	max-height: 100px;
}
}
@media(min-width:478px) and (max-width:767px) {
.img-foto-resp {
	max-height: 210px;
}
}
@media(min-width:321px) and (max-width:479px) {
.img-foto-resp {
	max-height: 160px;
}
}
@media only screen and (max-width:320px) {
.img-foto-resp {
	max-height: 100px;
}
}
.width100{
  	width: 100% !important;
}
@media only screen and (max-width:991px) {
.width10{
  	width: 10px !important;
}
}
.textonaodisponivel{
  	border: 0px !important;
  	color: #ff0000;
  	font-weight: bold;
}
.tabelaplantel table, th, td{
  	border: 1px solid black !important;
  	border-collapse: collapse !important;
	padding: 5px !important;
}
.tabelaplantel span, p, ul, li{
	font-size: 1.0em !important;
}
th {
  	text-align: center !important;
	background-color: #DBDBDB;
}
.largurawidth55 {
  	min-width: 55px !important;
  	width: 55px !important;
}
.largurawidth90 {
  	width: 90px !important;
}
.largurawidth130 {
  	width: 130px !important;
}
.largura90 {
  	min-width: 90px;
}
.largura130 {
  	min-width: 130px;
}
.largura170 {
  	min-width: 170px;
}
.largura250 {
  	min-width: 250px;
}
.largura255 {
  	min-width: 255px;
}
@media only screen and (max-width:991px) {
.tabelaplantel{
font-size: 0.75em !important;
}
.largurawidth55 {
    min-width: 40px !important;
    width: 40px !important;
}
.largurawidth90 {
    width: 80px !important;
    font-size: 0.85em;
}
.largura90 {
    min-width: 70px !important;
}
.largura130 {
    min-width: 90px !important;
}
.largura170 {
    min-width: 150px !important;
}
.largura255 {
    min-width: 180px;
}
.largura250 {
    min-width: 200px;
    font-size: 0.85em;
}
}
.footclearb {
	clear: both;
}
.corbranca {
	color: #fff !important;
}
.corpreta {
	color: #000 !important;
}
.corfundopreta {
	background-color: #000 !important;
}
.cortabelapreta {
	color: #000;
	font-weight: 600 !important;
}
.cortabelapreta a{
	color: #000;
	font-weight: 600 !important;
}
.corfemea a:hover, .corfemea a:active, .corfemea a:link, .corfemea a:visited {
  	color: #ff33ff !important;
}
.cormacho a:hover, .cormacho a:active, .cormacho a:link, .cormacho a:visited {
  	color: #2385e6 !important;
}
.barraauto{
	overflow: auto;
}
.alinhatabela{
	margin-right:auto !important; 
	margin-left:auto !important;
}
.alinhardireita{
  	text-align: right!important;
}
.alinharesquerda{
  	text-align: left !important;
  	margin-left: 0 !important;
}
.alinharcentro{
  	text-align: center !important;
}
.alinharver{
  	text-align: left !important;
}
.alinhardivcentro{
  	margin: 0 auto;
  	width: 25%;
}
@media (min-width: 992px) and (max-width: 1333px) {
.alinharver{
  	text-align: center !important;
}
}
@media only screen and (max-width:991px) {
.alinhardivcentro {
	width: 80%;
}
.alinharver{
  	text-align: center !important;
}
}
.alinhardivcentro2{
  	margin: 0 auto;
  	width: 60%;
}
.divcentro{
  display: flex !important;
	justify-content: center !important;
}
.largura200{
  	width: 200px;
}
.minheight21{
	height: 21px;
}
.texto20{
	font-size: 20px;
}
.paddingbusca{
	padding: 10px !important;
}
.paddingtop70{
	padding-top: 70px !important;
}
.paddingtop12{
	padding-top: 12px !important;
}
.paddingtop15{
	padding-top: 15px !important;
}
.paddingbotzero{
	padding-bottom: 0 !important;
}
.paddingbottom5{
	padding-bottom: 5px !important;
}
.corbusca{
	background-color: #f1f1f1 !important;
}
.margin10{
	margin-top: 10px;
}
.inner-page-banner-area {
	margin-top: 0;
	text-align: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	padding: 120px 0 130px
}

@media only screen and (max-width:991px) {
.inner-page-banner-area {
	padding: 60px 0 70px
}
}

@media only screen and (max-width:767px) {
.inner-page-banner-area {
	padding: 50px 0 60px
}
}

@media only screen and (max-width:479px) {
.inner-page-banner-area {
	padding: 40px 0 60px
}
}

@media only screen and (max-width:320px) {
.inner-page-banner-area {
	padding: 40px 0 60px
}
}
.inner-page-banner-area:after {
	position: absolute;	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto
}
.inner-page-banner-area .breadcrumbs-area {
	position: relative;
	z-index: 1
}
.inner-page-banner-area .breadcrumbs-area h1 {
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	margin-bottom: -50px;
	color: #fff
}
.inner-page-banner-area .breadcrumbs-area ul li {
	display: inline-block;
	color: #fff
}
.inner-page-banner-area .breadcrumbs-area ul li a {
	color: #567003;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.inner-page-banner-area .breadcrumbs-area ul li a:hover {
	color: #fff
}
.pagination-style {
	text-align: center;
	margin-top: 30px
}
.pagination-style li {
	display: inline-block;
	margin: 0 1px
}
.pagination-style li a {
	font-weight: 600;
	border-radius: 50%;
	width: 50px;
	font-size: 16px;
	color: #212121;
	height: 50px;
	background: #f8f8f8;
	display: block;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.pagination-style li a:hover {
	background: #567003;
	color: #fff
}
.pagination-style .active a {
	background: #567003;
	color: #fff
}

@media only screen and (min-width:480px) {
.nav-control-top {
	position: relative
}
.nav-control-top .owl-controls {
	position: absolute;
	top: -70px;
	right: 0;
	z-index: 5
}
.nav-control-top .owl-controls i {
	color: #567003;
	display: block;
	line-height: 36px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-nav {
	margin-top: 0
}
.nav-control-top .owl-controls .owl-nav>div {
	background: transparent;
	border: 1px solid #567003;
	opacity: 1;
	font-size: 18px;
	margin: 0 4px;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-prev:hover {
	background: #567003;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-prev:hover i {
	color: #fff
}
.nav-control-top .owl-controls .owl-next:hover {
	background: #567003;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-next:hover i {
	color: #fff
}
}

@media only screen and (max-width:479px) {
.nav-control-top {
	position: relative
}
.nav-control-top .owl-controls i {
	color: #567003;
	display: block;
	line-height: 36px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-nav {
	margin-top: 0
}
.nav-control-top .owl-controls .owl-nav>div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border: 1px solid #567003;
	opacity: 1;
	font-size: 18px;
	margin: 0 4px;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-prev {
	left: -15px
}
.nav-control-top .owl-controls .owl-prev:hover {
	background: #567003;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-prev:hover i {
	color: #fff
}
.nav-control-top .owl-controls .owl-next {
	right: -15px
}
.nav-control-top .owl-controls .owl-next:hover {
	background: #567003;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-top .owl-controls .owl-next:hover i {
	color: #fff
}
}
.nav-control-middle .owl-controls i {
	color: #fff;
	display: block;
	line-height: 36px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle .owl-controls .owl-nav {
	margin-top: 0
}
.nav-control-middle .owl-controls .owl-nav>div {
	border: 1px solid #567003;
	background: #567003;
	opacity: 1;
	font-size: 18px;
	margin: 0 10px;
	height: 46px;
	width: 46px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 40%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle .owl-controls .owl-prev {
	left: -10px
}


.nav-control-middle .owl-controls .owl-prev:hover {
	background: transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle .owl-controls .owl-prev:hover i {
	color: #567003
}
.nav-control-middle .owl-controls .owl-next {
	right: -10px
}

.nav-control-middle .owl-controls .owl-next:hover {
	background: transparent;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle .owl-controls .owl-next:hover i {
	color: #567003
}
.nav-control-middle-ghost .owl-controls i {
	color: #9f9f9f;
	display: block;
	line-height: 36px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-ghost .owl-controls .owl-nav {
	margin-top: 0
}
.nav-control-middle-ghost .owl-controls .owl-nav>div {
	border: 1px solid #9f9f9f;
	background: transparent;
	opacity: 1;
	font-size: 18px;
	margin: 0 4px;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 40%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-ghost .owl-controls .owl-prev {
	left: -15px
}
.nav-control-middle-ghost .owl-controls .owl-prev:hover {
	border: 1px solid #567003;
	background: #567003;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-ghost .owl-controls .owl-prev:hover i {
	color: #fff
}
.nav-control-middle-ghost .owl-controls .owl-next {
	right: -15px
}
.nav-control-middle-ghost .owl-controls .owl-next:hover {
	border: 1px solid #567003;
	background: #567003;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-ghost .owl-controls .owl-next:hover i {
	color: #fff
}
.nav-control-middle-textprimary .owl-controls i {
	color: #567003;
	display: block;
	line-height: 36px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-textprimary .owl-controls .owl-nav {
	margin-top: 0
}
.nav-control-middle-textprimary .owl-controls .owl-nav>div {
	border: 1px solid #fff;
	background: #fff;
	opacity: 1;
	font-size: 18px;
	margin: 0 40px;
	height: 45px;
	width: 45px;
	-webkit-border-radius: 40%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 40%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-textprimary .owl-controls .owl-prev {
	left: -15px
}
.nav-control-middle-textprimary .owl-controls .owl-prev:hover {
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-textprimary .owl-controls .owl-prev:hover i {
	color: #fff
}
.nav-control-middle-textprimary .owl-controls .owl-next {
	right: -15px
}
.nav-control-middle-textprimary .owl-controls .owl-next:hover {
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.nav-control-middle-textprimary .owl-controls .owl-next:hover i {
	color: #fff
}
.dot-control .owl-controls {
	margin-top: 30px
}
.dot-control .owl-controls .owl-dots .owl-dot span {
	margin: 2px 7px;
	height: 15px;
	width: 15px;
	background: transparent;
	border: 1px solid #567003;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.dot-control .owl-controls .owl-dots .active span {
	background: #567003
}
.dot-control .owl-nav {
	margin-top: 0
}
.dot-control-light .owl-controls {
	margin-top: 30px
}
.dot-control-light .owl-controls .owl-dots .owl-dot span {
	margin: 2px 7px;
	height: 15px;
	width: 15px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.dot-control-light .owl-controls .owl-dots .active span {
	background: #fff
}
.dot-control-light .owl-nav {
	margin-top: 0
}
.elv-arrow {
	background-color: transparent;
	color: #567003;
	border: 1px solid #567003;
	text-align: center;
	opacity: 1;
	font-size: 20px;
	height: 45px;
	width: 45px;
	line-height: 43px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.elv-arrow:hover {
	background-color: #567003;
	color: #fff
}
.elv-prev {
	position: absolute;
	left: 0;
	top: 30%;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
	z-index: 7
}
.elv-next {
	position: absolute;
	right: 0;
	top: 30%;
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
	z-index: 7
}
.select2-container .select2-selection--single {
	height: 50px
}
.select2-container--classic .select2-selection--single {
	background-color: transparent;
	background-image: none;
	border-radius: 45px;
	border: 1px solid rgba(255,255,255,0.4)
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 15px
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {	line-height: 50px;
	color: #cecece;
	font-size: 14px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 6px 12px;
	height: 34px
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
	top: 7px;
	background-color: transparent;
	background-image: none;
	border-style: none;
	right: 5px
}
.select2-container--classic .select2-dropdown {
	border: 1px solid #567003!important
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #567003;
	color: #fff;
	font-weight: 600
}
.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid rgba(255,255,255,0.4)
}
.select2-container--classic .select2-selection--single:focus {
	border: 1px solid rgba(255,255,255,0.4)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	background: transparent
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	background: transparent
}
.select2-results__options {
	padding: 0 10px
}
#scrollUp {
	background-color: rgba(67,65,65,0.3);
	bottom: 5px;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 44px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	width: 44px;
	z-index: 99999;
	border: 2px solid #567003;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}
#scrollUp i {
	color: #567003
}
#scrollUp:hover, #scrollUp:focus {
	background-color: #567003
}
#scrollUp:hover i, #scrollUp:focus i {
	color: #fff
}
#preloader {
	background: #fffffb url() no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999999
}
#scrollUp {
	animation: blinker 10s linear infinite
}
@keyframes blinker {
90% {
opacity:0
}
}
.style-switch {
	top: 45px;
	background-color: #ffd7d7
}
.style-switch ul .active a {
	color: #567003
}
.style-switch .switch-button {
	right: -45px;
	background-color: #567003;
	color: #fff
}
.bgcolorido {
	background-color: #567003 !important;
}
.cormenuativo nav>ul>li>a:hover {
	color: #c5c5c5 !important;
}
.skew-section {
	left: 0;
	overflow: hidden;
	padding-left: 0!important;
	padding-right: 0!important;
	position: absolute;
	width: 100%;
	height: 100px;
	z-index: 7;
	-ms-transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	transform: skewY(-3deg);
	background: #fff;
	bottom: -50px
}
.full-width-section-layout1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative
}

@media only screen and (max-width:991px) {
.full-width-section-layout1 {
	display: inherit
}
}
.full-width-section-layout1 .item-content-wrapper {
	width: 50%
}

@media(min-width:992px) and (max-width:1199px) {
.full-width-section-layout1 .item-content-wrapper {
	width: 40%
}
}

@media only screen and (max-width:991px) {
.full-width-section-layout1 .item-content-wrapper {
	width: 100%;
	padding: 60px 0 40px
}
}

@media only screen and (max-width:767px) {
.full-width-section-layout1 .item-content-wrapper {
	padding: 50px 0 35px
}
}

@media only screen and (max-width:479px) {
.full-width-section-layout1 .item-content-wrapper {
	padding: 40px 0 30px
}
}

@media only screen and (max-width:320px) {
.full-width-section-layout1 .item-content-wrapper {
	padding: 30px 0 25px
}
}
.full-width-section-layout1 .item-img-wrapper {
	position: relative;
	width: 50%
}

@media(min-width:992px) and (max-width:1199px) {
.full-width-section-layout1 .item-img-wrapper {
	width: 60%
}
}

@media only screen and (max-width:991px) {
.full-width-section-layout1 .item-img-wrapper {
	width: 100%
}
}
.full-width-section-layout1 .item-img-wrapper img {
	width: 100%
}
.full-width-section-layout1 .container {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

@media only screen and (max-width:991px) {
.full-width-section-layout1 .container {
	position: inherit
}
}
.full-width-section-layout2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative
}

@media only screen and (max-width:1199px) {
.full-width-section-layout2 {
	display: inherit
}
}
.full-width-section-layout2 .item-content-wrapper {
	width: 50%
}

@media only screen and (max-width:1199px) {
.full-width-section-layout2 .item-content-wrapper {
	width: 100%;
	padding: 86px 0 105px
}
}

@media only screen and (max-width:767px) {
.full-width-section-layout2 .item-content-wrapper {
	padding: 76px 0 95px
}
}

@media only screen and (max-width:479px) {
.full-width-section-layout2 .item-content-wrapper {
	padding: 66px 0 85px
}
}

@media only screen and (max-width:320px) {
.full-width-section-layout2 .item-content-wrapper {
	padding: 56px 0 75px
}
}
.full-width-section-layout2 .item-img-wrapper {
	position: relative;
	width: 50%
}

@media only screen and (max-width:1199px) {
.full-width-section-layout2 .item-img-wrapper {
	width: 100%
}
}
.full-width-section-layout2 .item-img-wrapper img {
	width: 100%
}
.full-width-section-layout2 .container {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

@media only screen and (max-width:1199px) {
.full-width-section-layout2 .container {
	position: inherit
}
}
.border-bottom-dark {
	position: relative
}
.border-bottom-dark:before {
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 10;
	background: #b6b6b6
}
.bg-body {
	background-color: #fff
}
.primary-bg {
	background: #567003
}
.primary-bg2 {
	background: #666
}
.bg-accent {
	background: #f1f1f1
}
.item-bg-accent .single-item {
	background: #f1f1f1
}
.bg-dark {
	background: #212121
}
.bg-light {
	background: #fff
}
.bg-light-before {
	position: relative
}
.bg-light-before:before {
	content: "";
	background: #fff;
	position: absolute;
	height: 100%;
	width: 100%
}
.hvr-shutter-in-horizontal {
	background: #567003
}
.overlay-default-video {
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin: 0 auto;
	max-width: 630px
}
.overlay-default {
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment:fixed;
	background-repeat: no-repeat
}
.overlay-default:before {
	content: "";
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.overlay-zindex1 {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.overlay-zindex1:before {
	content: "";
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1
}
.overlay-primary {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.overlay-primary:before {
	content: "";
	background-color: rgba(255,193,7,0);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.overlay-default-z-index {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.overlay-default-z-index:before {
	content: "";
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.overlay-default-z-index>div {
	position: relative;
	z-index: 2
}
.overlay-default-deep {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.overlay-default-deep:before {
	content: "";
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}
.slider-overlay {
	position: relative
}
.slider-overlay:before {
	content: "";
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	right: 0
}
.section-title-dark {
	text-transform: capitalize;
	text-align: center;
	color: #212121;
	font-size: 32px;
	margin-bottom: 30px
}
.section-title-noticia {
	text-transform: capitalize;
	text-align: center;
	color: #212121;	font-size: 32px;
	margin-bottom: 1px
}
.section-title-dark span {
	color: #567003
}
.section-md-title-dark h2 {
	text-transform: none;
	color: #212121;
	margin: 0 auto 50px;
	line-height: 1.3;
	width: 80%;
	text-align: center
}

@media only screen and (max-width:1199px) {
.section-md-title-dark h2 {
	width: 100%
}
}
.section-lg-title-light {
	text-transform: capitalize;
	text-align: center;
	color: #fff;
	margin: 0 auto 10px;
	line-height: 1.5;
	font-size: 48px
}
.section-lg-title-light span {
	color: #567003
}
.section-sub-title-dark {
	margin: 0 auto;
	text-align: center;
	width: 65%;
	margin-bottom: 2px
}
.section-sub-title-hora {
	margin: 0 auto;
	text-align: center;
	width: 65%;
	margin-bottom: 15px
}
.section-title-light {
	font-size: 32px;
	color: #fff;
	text-transform: capitalize;
	text-align: center
}
.section-sub-title-light {
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 65%;
	margin-bottom: 60px
}
.borda_destaque {
	padding: 0 10px 0 10px;
}
h2.title-dark-big.inner-title-dark {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1
}
h1.title-dark-big {
	color: #212121;
	line-height: 1.4;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: capitalize
}
h1.title-dark-big span {
	color: #567003
}
h1.title-light-big {
	color: #fff;
	line-height: 1.4;
	margin-bottom: 30px;
	text-transform: capitalize
}
h1.title-light-big span {
	color: #567003
}


.redessociais{
	font-size: 50px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.displayflex{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.row.displayflex:after, .row.displayflex:before{
    display: none;
}
.paddingleft10{
	padding-left: 10px !important;
}
.marginlr10{
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.paddinglr20{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.paddingleft5{
	padding-left: 5px !important;
}
.paddingright0{
	padding-right: 0px !important;
}
.texto24{
	font-size: 24px !important;
}
.textalignright{
	text-align: right !important;
}
.zindex0{
	z-index: 0;
}
.bordadiv{
	border-width: 1px;
	border-style: solid;
	border-color: #3e3e3e;
}
.marginzero{
	margin-bottom: 0 !important;
}
.paddingbottom50{
	padding-bottom: 50px !important;
}
.div-foto{
    display: none;
}
.div-foto.display-foto, .div-foto.display-video{
    display: initial;
}
.marginzerotodos{
	margin: 0 !important;
}
.margintop110{
	margin-top: 110px;
}
@media (max-width: 991px){
.margintop110{
            margin-top: 60px;
        }
}
@media (max-width: 991px){
.lineheight13{
            line-height: 1.4 !important;
        }
}
.height100{
	height: 100%;
}
.margintop20{
	margin-bottom: 20px;
}
.margin10{
	margin-top: 10px !important;
}
.margin20{
	margin-top: 20px !important;
}
.margintop30{
	margin-top: 30px;
}
.margintop15{
	margin-top: 15px;
}
.margin40{
	margin-bottom: 30px;
}
.marginbottom20{
	margin-bottom: 20px;
}
.marginbottom5{
	margin-bottom: 5px !important;
}
.margin50{
	margin-top: 50px;
}
.marginbottom50{
	margin-bottom: 50px;
}
.marginnoticia{
	margin-left: 25px;
    margin-right: 25px;
	margin-top: 10px;
}
@media only screen and (max-width: 991px) {
.marginbaixo10 {
	margin-bottom: 10px !important;
}
}
.margin100{
	margin-left: 100px;
	margin-right: 100px;
}
@media(max-width:992px){
	.margin100{
	margin-left: 10px;
	margin-right: 10px;
}
}
.margin100topo{
	margin-top: 100px;
}
@media(max-width:992px){
	.margin100topo{
	margin-top: 30px;
}
}
@media(max-width:991px){
	.displaynone2{
	display: none !important;
}
}
@media(min-width:992px){
	.displaynonedesk{
	display: none !important;
}
}
@media(max-width:991px){
	.responsivotop20{
	margin-top: 20px !important;
}
}
.displaymedia{
	display: none;
}
.contact-info-box{
	font-size: 16px;
}
@media only screen and (max-width: 767px){
.margincima15 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
}
@media only screen and (max-width : 991px){
.texto14resp p span {
	font-size: 14px !important;
}
}
.inner-title-dark h2 {
	margin-top: 5px;
	font-size: 36px;
	color: #212121;
	line-height: 1.5;
	margin-bottom: 25px
}
.inner-title-dark h2 span {
	color: #567003
}
.inner-title-dark h3 {
	font-size: 30px;
	color: #212121;
	line-height: 1.5;
	margin-bottom: 25px
}
.inner-title-dark h3 span {
	color: #567003
}
.inner-md-title-dark h2 {
	color: #212121;
	line-height: 1.5;
	margin-bottom: 25px
}
.inner-md-title-dark h3 {
	color: #212121;
	line-height: 1.2;
	margin-bottom: 30px
}
.inner-title-light h2 {
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 25px
}
.inner-title-light h2 span {
	color: #567003
}
.inner-sub-title-light {
	color: #fff
}
.inner-sub-title-light p {
	color: #fff
}
.inner-designation-primary h3 {
	color: #567003;
	font-size: 16px;
	margin-bottom: 25px
}
.get-quote-sub-title {
	font-size: 24px;
	margin: 10px 0 0 0;
	color: #fff
}
.title-sidebar {
	color: #212121;
	margin-bottom: 5px;
	text-align: center;
	text-transform: uppercase;
}
.title-sidebar-linha {
	padding: 3px 30px;
	background: #567003;
	display: inline-block;
	border-radius: 30px;
	border: 0;
	margin-bottom: 20px;
}
.banner-para-light {
	color: #e3e3e3;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 60px;
	font-weight: 600
}
.banner-para-light-white {
	color: #fff;
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 60px;
	font-weight: 600
}
.inner-title-bold h2 {
	font-size: 48px;
	text-transform: capitalize;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 5px;
	color: #212121
}
.justify-content-start {
	-webkit-box-pack: start!important;
	-webkit-justify-content: flex-start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important
}
.justify-content-end {
	-webkit-box-pack: end!important;
	-webkit-justify-content: flex-end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important
}
.justify-content-center {
	-webkit-box-pack: center!important;
	-webkit-justify-content: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important
}
.align-items-start {
	-webkit-box-align: start!important;
	-webkit-align-items: flex-start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important
}
.align-items-end {
	-webkit-box-align: end!important;
	-webkit-align-items: flex-end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important
}
.align-items-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important
}
.align-self-start {
	-webkit-align-self: flex-start!important;
	-ms-flex-item-align: start!important;
	align-self: flex-start!important
}
.align-self-end {
	-webkit-align-self: flex-end!important;
	-ms-flex-item-align: end!important;
	align-self: flex-end!important
}
.align-self-center {
	-webkit-align-self: center!important;
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important
}
.d-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-webkit-flex-direction: column!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important
}
.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.header-area:after {
	clear: both;
	content: "";
	display: block
}
.header-area .stick {
	background-color: rgba(33,33,33,0.9);
	border-bottom: 2px solid #567003;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}
.header-area .stick nav ul li a {
	padding: 20px 8px
}

@media(min-width:992px) {
.header-area .stick nav ul li a {
	padding: 20px 8px
}
}
.header-area .stick nav ul li ul li a {
	padding: 10px 10px 10px 15px
}
.header-fixed {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 100;
	position: fixed;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-top-bar .header-address-textprimary {
	padding: 8px 0
}
.header-top-bar .header-address-textprimary ul li {
	display: inline-block;
	color: #d9d9d9;
	margin-right: 30px;
	font-size: 14px
}
.header-top-bar .header-address-textprimary ul li i {
	font-size: 18px;
	color: #fff;
	margin-right: 10px
}
.header-top-bar .header-address-textprimary ul li:last-child {
	margin-right: 0
}
.header-top-bar .header-address-textprimary2 {
	padding: 3px 0
}
.header-top-bar .header-address-textprimary2 ul li {
	display: inline-block;
	color: #d9d9d9;
	margin-right: 30px;
	font-size: 14px
}
.header-top-bar .header-address-textprimary2 ul li i {
	font-size: 18px;
	color: #567003;
	margin-right: 10px
}
.header-top-bar .header-address-textprimary2 ul li:last-child {
	margin-right: 0
}
.header-top-bar .header-address-primarytext {
	padding: 8px 0
}
.header-top-bar .header-address-primarytext ul li {
	display: inline-block;
	color: #212121;
	margin-right: 30px;
	font-size: 14px
}
.header-top-bar .header-address-primarytext ul li i {
	font-size: 18px;
	color: #567003;
	margin-right: 10px
}
.header-top-bar .header-address-primarytext ul li:last-child {
	margin-right: 0
}
.header-top-bar .header-social-textprimary ul {
	text-align: right
}
.header-top-bar .header-social-textprimary ul li {
	margin-right: 5px;
	display: inline-block;
	color: #fff
}
.header-top-bar .header-social-textprimary ul li a {
	display: block;
	padding: 10px 12px 6px
}
.header-top-bar .header-social-textprimary ul li a i {
	font-size: 18px;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-top-bar .header-social-textprimary ul li a:hover i {
	color: #567003
}
.header-top-bar .header-social-textprimary ul li:last-child {
	margin-right: 0
}
.header-top-bar .header-social-textprimary ul li:last-child a {
	padding: 10px 0 6px 12px
}
.header-top-bar .header-social-primarytext ul {
	text-align: right
}
.header-top-bar .header-social-primarytext ul li {
	margin-right: 5px;
	display: inline-block;
	color: #212121
}
.header-top-bar .header-social-primarytext ul li a {
	display: block;
	padding: 10px 12px 6px
}
.header-top-bar .header-social-primarytext ul li a i {
	font-size: 18px;
	color: #212121;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-top-bar .header-social-primarytext ul li a:hover i {
	color: #567003
}
.header-top-bar .header-social-primarytext ul li:last-child {
	margin-right: 0
}
.header-top-bar .header-social-primarytext ul li:last-child a {
	padding: 10px 0 6px 12px
}
.header-top-bar .header-top-bar-bottom {
	padding: 25px 0;
	border-bottom: 1px solid #b6b6b6
}
.header-top-bar .header-top-bar-bottom .schedule-info li {
	padding-left: 30px;
	position: relative;
	text-align: left;
	margin-right: 30px;
	display: inline-block
}
.header-top-bar .header-top-bar-bottom .schedule-info li i {
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 3px;
	margin-right: 15px;
	color: #567003
}
.header-top-bar .header-top-bar-bottom .schedule-info li p {
	font-size: 14px;
	margin-bottom: 0
}
.header-top-bar .header-top-bar-bottom .schedule-info li span {
	color: #212121;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif
}
.logo-light {
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
	line-height: 1.2
}
.logo-light span {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 35px;
	background: #567003;
	position: relative;
	-webkit-text-shadow: 4px 3px 0 #0d0d0d;
	-moz-text-shadow: 4px 3px 0 #0d0d0d;
	text-shadow: 4px 3px 0 #0d0d0d
}
.logo-light span:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 12px solid #567003
}
.logo-light span:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 12px solid #567003
}
.logo-light:hover {
	color: #fff
}
.logo-dark {
	color: #212121;
	font-weight: 500;
	font-size: 30px;
	font-family: 'Rubik', sans-serif;
	line-height: 1.2
}
.logo-dark span {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 50px;
	height: 35px;
	background: #567003;
	position: relative;
	-webkit-text-shadow: 4px 3px 0 #0d0d0d;
	-moz-text-shadow: 4px 3px 0 #0d0d0d;
	text-shadow: 4px 3px 0 #0d0d0d
}
.logo-dark span:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 12px solid #567003
}
.logo-dark span:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 12px solid #688900
}
.logo-dark:hover {
	color: #212121
}

.operadora {
	max-height:20px; 
	vertical-align:top;
}
.whatsverde {
	color:#29a71a; 
	font-size: 18px;
}
@media (max-width:991px) {
.imagem80 {
	max-width: 80%;
}
}
.maximo-logo-mobile {
	max-height: 50px;
}
.maximo275 {
	max-width: 80%;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.maximo300 {
	max-width: 300px;
}
.maximo250 {
	max-width: 250px;
	margin-bottom: 15px;
}
.footer-social {
	margin: auto;
    width: fit-content;
	width: -moz-fit-content;
}
.logo-mobile {
	color: #212121;
	font-weight: 500;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	line-height: 1.2;
}
.logo-mobile span {
	display: inline-block;
	text-align: center;
	color: #fff;
	width: 30px;
	height: 25px;
	background: #688900;
	position: relative;
	-webkit-text-shadow: 4px 3px 0 #0d0d0d;
	-moz-text-shadow: 4px 3px 0 #0d0d0d;
	text-shadow: 4px 3px 0 #0d0d0d
}
.logo-mobile span:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 7px solid #688900
}
.logo-mobile span:after {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 7px solid #688900
}
.logo-mobile:hover {
	color: #212121
}
.header-social-round-primarytext ul {
	text-align: center
}
.header-social-round-primarytext ul li {
	margin-right: 5px;
	display: inline-block;
	color: #212121
}
.header-social-round-primarytext ul li a {
	display: inline-block;
	height: 40px;
	width: 40px;
	border: 1px solid #688900;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 38px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-social-round-primarytext ul li a i {
	font-size: 15px;
	color: #212121;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-social-round-primarytext ul li a:hover {
	background: #688900
}
.header-social-round-primarytext ul li a:hover i {
	color: #fff
}
.header-social-round-primarytext ul li:last-child {
	margin-right: 0
}
.elv-main-menu {
	text-align: center
}
.elv-main-menu nav>ul>li {
	display: inline-block;
	position: relative;
	text-align: left;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.elv-main-menu nav>ul>li>a {
	font-size: 14px;
	padding: 40px 6px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}
@media(min-width:992px) and (max-width:1199px) {
.elv-main-menu nav>ul>li>a {
	padding: 40px 8px
}
}
.elv-main-menu nav>ul>li>a:hover {
	color: #688900
}
.elv-main-menu nav>ul>li:hover ul.rt-dropdown-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}
.elv-main-menu nav>ul>li ul.rt-dropdown-menu {
	background: #688900;
	box-shadow: none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	opacity: 0;
	margin-top: -20px;
	min-width: 180px;
	padding: 0;
	top: 100%;
	position: absolute;
	visibility: hidden;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 9999
}
.elv-main-menu nav>ul>li ul.rt-dropdown-menu li {
	display: block;
	border-bottom: 1px solid #0d0d0d;
	position: relative
}
.elv-main-menu nav>ul>li ul.rt-dropdown-menu li a {
	font-size: 16px;
	display: block;
	color: #fff;
	padding: 10px 10px 10px 15px;
	text-transform: capitalize;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.elv-main-menu nav>ul>li ul.rt-dropdown-menu li a:hover, .elv-main-menu nav>ul>li ul.rt-dropdown-menu li a:focus {
	background: #0d0d0d
}
.elv-main-menu nav>ul>li ul.rt-dropdown-menu li:last-child {
	border-bottom: 0
}
.elv-main-menu nav>ul li.menu-justify {
	position: static
}
.elv-main-menu nav>ul li.menu-justify .rt-dropdown-mega {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	visibility: hidden;
	transform-origin: 0 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.elv-main-menu nav>ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner {
	background: #688900;
	padding: 15px
}
.elv-main-menu nav>ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner .menu-layout-title {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	text-transform: uppercase
}
.elv-main-menu nav>ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li {
	border-bottom: 1px solid #0d0d0d;
	display: block;
	position: relative
}
.elv-main-menu nav>ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a {
	font-size: 16px;
	display: block;
	color: #fff;
	padding: 8px 0;
	text-transform: capitalize;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.elv-main-menu nav>ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a:hover {
	background: #0d0d0d;
	padding-left: 10px
}
.elv-main-menu nav>ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li:last-child {
	border-bottom: 0
}
.elv-main-menu nav>ul li.menu-justify:hover .rt-dropdown-mega {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1)
}
.elv-main-menu nav>ul>.current>a {
	color: #688900!important
}
.elv-main-menu nav>ul>.current ul .current>a {
	background: #0d0d0d;
	padding-left: 10px!important
}
.possition-static {
	position: static
}
.rt-dropdown-mega-custom {
	left: -49.1%!important
}
.rt-dropdown-mega-custom2 {
	left: -49.4%!important
}
ul.temp-main-nav>li {
	float: left
}
.header-style-one .header-top-bar {
	padding-top: 70px
}
.header-style-one .logo-area {
	text-align: center
}
.header-style-one .logo-area img {
	margin: 0 auto
}
.header-style-two {
	position: inherit
}
.header-style-two .main-menu-area nav ul li a {
	padding: 30px 9px
}
.marginbranca{
	padding-top: 10px
}
.main-menu-area.stick .img-responsive.m-auto {
	margin-top: 10px;
	max-height: 60px;
}
.main-menu-area .img-responsive.m-auto {
	max-width: 220px;
	position: absolute; 
	top: -40px;
	transition: all 1.0s ease-out;
}
@media(min-width:992px) and (max-width:1199px) {
.main-menu-area .img-responsive.m-auto {
	max-width: 200px;
}
}
#header-one {
	background: rgba(0,0,0,0.9);
}

@media(min-width:992px) and (max-width:1199px) {
.header-style-two .main-menu-area nav ul li a {
	padding: 30px 9px
}
}
.header-style-two .main-menu-area nav ul li ul li a {
	padding: 10px 10px 10px 15px
}
#header-two .stick {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 100;
	position: fixed;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	border-bottom: 2px solid #688900;
	background: rgba(33,33,33,0.9)
}
#header-two .stick nav ul li a {
	padding: 20px 8px
}

@media(min-width:992px) and (max-width:1199px) {
#header-two .stick nav ul li a {
	padding: 20px 8px
}
}
#header-two .stick nav ul li ul li a {
	padding: 10px 10px 10px 15px
}
.header-style-three .main-menu-area nav ul li a {
	padding: 25px 5px;
	color: #212121
}

@media(min-width:992px) and (max-width:1199px) {
.header-style-three .main-menu-area nav ul li a {
	padding: 25px 5px
}
}
.header-style-three .main-menu-area nav ul li ul li a {
	padding: 10px 10px 10px 15px;
	color: #fff
}
.header-style-three .main-menu-area .show-on-stick {
	display: none
}
.header-style-three .stick {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	z-index: 100;
	position: fixed;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	border-bottom: 2px solid #688900;
	background: rgba(255,255,255,0.9)
}
.header-style-three .stick nav ul li a {
	padding: 20px 8px;
	color: #212121
}

@media(min-width:992px) and (max-width:1199px) {
.header-style-three .stick nav ul li a {
	padding: 20px 8px
}
}
.header-style-three .stick nav ul li ul li a {
	color: #fff
}
.header-style-three .stick .show-on-stick {
	display: block
}
.header-style-three .stick .header-search .search-input {
	top: 66px
}
.header-style-four .main-menu-area nav ul li a {
	padding: 36px 6px;
	color: #212121
}

@media(min-width:992px) and (max-width:1199px) {
.header-style-four .main-menu-area nav ul li a {
	padding: 36px 6px
}
}
.header-style-four .main-menu-area nav ul li ul li a {
	padding: 10px 10px 10px 15px;
	color: #fff
}
.header-style-four .logo-area img {
	margin: 0 auto
}
.header-style-four .stick {
	border-bottom: 2px solid #688900;
	background: rgba(255,255,255,0.95)
}
.header-style-four .stick nav ul li a {
	padding: 20px 6px;
	color: #212121
}

@media(min-width:992px) and (max-width:1199px) {
.header-style-four .stick nav ul li a {
	padding: 20px 6px
}
}
.header-style-four .stick nav ul li ul li a {
	padding: 10px 10px 10px 15px;
	color: #fff
}
.header-style-four .stick .header-search .search-input {
	top: 66px
}
.header-style-five .main-menu-area nav ul li a:hover {
	color: #688900
}
.header-style-five .main-menu-area nav ul li>ul {
	background: #fff
}
.header-style-five .main-menu-area nav ul li>ul li a {
	color: #212121
}
.header-style-five .main-menu-area nav ul li>ul li:hover a {
	color: #fff
}
.header-style-five .main-menu-area .rt-dropdown-mega .rt-dropdown-inner h3 {
	color: #212121!important
}
.header-style-five .main-menu-area .rt-dropdown-mega .rt-dropdown-inner {
	background: #fff!important
}
.header-style-five .main-menu-area ul.rt-mega-items li a {
	color: #212121!important
}
.header-style-five .main-menu-area ul.rt-mega-items li:hover a {
	color: #fff!important
}
.nav-top-right {
	text-align: right;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out
}
.nav-top-right>li {
	margin-right: 10px;
	display: inline-block
}
.nav-top-right>li:last-child {
	margin-right: 0;
	padding-right: 0
}
.nav-top-right>li i:before {
	margin-left: 0
}
.element-border-right>li {
	padding-right: 10px;
	border-right: 1px solid #7a7a7a
}
.element-border-right>li:last-child {
	padding-right: 0;
	border-right: 0
}
.header-search {
	position: relative;
	line-height: 0
}
.header-search .search-input {
	position: absolute;
	top: 50px;
	right: 15px;
	z-index: 10;
	height: 60px;
	width: 800px;
	background: rgba(255,193,7,0.5);
	border: 1px solid #688900;
	padding: 5px 30px 8px;
	color: #fff;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	display: none
}
.header-search input.search-input:focus {
	outline-width: 0;
	outline: 0
}
.header-search input::-webkit-input-placeholder, .header-search textarea::-webkit-input-placeholder {
color:#fff
}
.header-search input::-moz-placeholder, .header-search textarea::-moz-placeholder {
color:#fff
}
.header-search input:-moz-placeholder, .header-search textarea:-moz-placeholder {
color:#fff
}
.header-search input:-ms-input-placeholder, .header-search textarea:-ms-input-placeholder {
color:#fff
}
.search-position1 .search-input {
	top: 51px
}
.header-search-light {
	position: relative
}
.header-search-light .search-input {
	position: absolute;
	top: 55px;
	right: 15px;
	z-index: 10;
	height: 60px;
	width: 800px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #688900;
	padding: 5px 30px 8px;
	color: #212121;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	-ms-border-radius: 45px;
	-o-border-radius: 45px;
	border-radius: 45px;
	display: none
}
.header-search-light input.search-input:focus {
	outline-width: 0;
	outline: 0
}
.header-icon-primary a i {
	font-weight: 500;
	font-size: 20px;
	color: #688900;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-primary a i:before {
	margin-left: 0;
	color: #688900;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-primary a:hover i {
	color: #0d0d0d
}
.header-icon-primary a:hover i:before {
	color: #0d0d0d
}

@media only screen and (min-width:992px) {
.header-icon-light a i {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-light a i:before {
	margin-left: 0;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-light a:hover i {
	color: #0d0d0d
}
.header-icon-light a:hover i:before {
	color: #0d0d0d
}
}

@media only screen and (max-width:991px) {
.header-icon-mobile a i {
	font-weight: 500;
	font-size: 20px;
	color: #9f9f9f;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-mobile a i:before {
	margin-left: 0;
	color: #9f9f9f;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-mobile a:hover i {
	color: #0d0d0d
}
.header-icon-mobile a:hover i:before {
	color: #0d0d0d
}
}
.header-icon-dark a i {
	font-weight: 500;
	font-size: 20px;
	color: #212121;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-dark a i:before {
	margin-left: 0;
	color: #212121;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-dark a:hover i {
	color: #0d0d0d
}
.header-icon-dark a:hover i:before {
	color: #0d0d0d
}
.header-icon-dividercolor a i {
	font-weight: 500;
	font-size: 20px;
	color: #b6b6b6;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-dividercolor a i:before {
	margin-left: 0;
	color: #b6b6b6;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.header-icon-dividercolor a:hover i {
	color: #0d0d0d
}
.header-icon-dividercolor a:hover i:before {
	color: #0d0d0d
}
#main-nav-wrap {
	text-align: center
}
nav#main-nav {
	display: inline-block;
	position: relative
}
nav#main-nav>ul {
	visibility: hidden
}
nav#main-nav.active {
	visibility: visible
}
span.menu-trigger i {
	padding: 8px;
	display: block;
	text-align: center;
	font-size: 20px
}
.menu-trigger {
	cursor: pointer;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.menu-trigger:hover {
	color: #688900
}
.offcanvas-menu-area {
	z-index: 30;
	right: 0
}
.offcanvas-menu-area .side-menu-trigger {
	display: block;
	height: 20px;
	width: 20px
}
.offcanvas-menu-area .side-menu-trigger a {
	cursor: pointer;
	font-size: 24px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.offcanvas-menu-area .offcanvas-nav-close {
	position: absolute;
	top: 10px;
	left: 10px
}
.offcanvas-menu-area .offcanvas-nav-close a i:before {
	color: #212121
}
.offcanvas-menu-area .offcanvas-nav-close:hover a i:before {
	color: #fc0303
}
.offcanvas-menu-area .offcanvas-main-menu {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999999;
	top: 0;
	right: 0;
	background-color: #f1f1f1;
	overflow-x: hidden;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
	padding-top: 30px
}
.offcanvas-menu-area .offcanvas-main-menu .offcanvas-logo-area {
	text-align: center
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-nav-area {
	margin: 25px 0
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-nav-area li {
	text-align: center;
	border-bottom: 1px solid #bbb
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-nav-area li:last-child {
	border-bottom: 0
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-nav-area li a {
	display: block;
	padding: 10px 45px;
	color: #212121;
	font-weight: 600;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-nav-area li a:hover {
	background: #688900;
	color: #fff
}
.offcanvas-menu-area .offcanvas-main-menu .offcanvas-address {
	margin-bottom: 30px;
	text-align: center
}
.offcanvas-menu-area .offcanvas-main-menu .offcanvas-address .address-title {
	margin-bottom: 10px
}
.offcanvas-menu-area .offcanvas-main-menu .offcanvas-address ul {
	margin-left: 15px
}
.offcanvas-menu-area .offcanvas-main-menu .offcanvas-address ul li {
	margin-bottom: 5px
}
.offcanvas-menu-area .offcanvas-main-menu .offcanvas-address ul li i {
	margin-right: 5px;
	color: #688900
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-area-social {
	margin-bottom: 50px;
	text-align: center
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-area-social li {
	display: inline-block;
	margin-right: 5px
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-area-social li a {
	width: 40px;
	height: 40px;
	border: 1px solid #688900;
	display: block;
	text-align: center;
	line-height: 37px;
	background: #688900;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-area-social li a i {
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-area-social li a:hover {
	background: transparent;
	border: 1px solid #bbb
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-area-social li a:hover i {
	color: #fff
}
.offcanvas-menu-area .offcanvas-main-menu ul.offcanvas-area-social li:last-child {
	margin-right: 0
}
#wrapper {
	overflow: hidden;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
div#wrapper.open>.offcanvas-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	z-index: 20;
	content: "";
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
#wrapper.open {
	margin-right: 280px;
	position: relative;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.mobile-menu-area {
	display: none
}
.mean-container .mean-bar {
	float: none
}

@media only screen and (max-width:991px) {
.mean-container .mean-bar a {
	padding: 0 16px;
	display: inline-block
}
}

@media only screen and (max-width:991px) {
.mean-container .mean-bar .meanmenu-reveal {
	padding-top: 13px !important;
    height: 38px !important;
}
}
.mean-container .mean-bar {
	position: fixed!important
}
.mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block
}
.mean-container .mean-nav>ul {
	overflow-y: scroll
}
.mean-container .mean-nav>ul li a {
	color: #212121;
	font-weight: 700;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.mean-container .mean-nav>ul li a:hover {
	color: #688900
}
.mean-container .mean-nav>ul:after {
	content: '';
	display: block;
	clear: both
}
.mean-container .mean-bar a.logo-mobile {
	width: 100%;
	background-color: rgba(255,255,255,0.95);
	box-sizing: border-box;
	border-bottom: 1px solid #688900;
	text-align: center;
}
.mean-container .mean-bar, .mean-container .mean-nav {
	background: transparent;
	padding: 0!important
}
.mean-container a.meanmenu-reveal {
	float: none!important;
	position: absolute;
	left: 0!important
}
.mean-bar+div #wrapper {
	padding-top: 52px
}
.mean-container .mean-nav ul li li a {
	color: #212121;
	opacity: 1
}
.mean-container .mean-bar {
	float: none;
	z-index: 99
}
.mean-container .mean-bar:after {
	content: "";
	clear: both;
	display: block
}
.slider-area {
	position: relative
}
.pd-t100 {
	padding-top: 100px
}
.slider-area .nivo-controlNav {
	display: none
}
.slider-area .nivo-directionNav a.nivo-prevNav {
	left: 8px!important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #688900;
	background-color: transparent;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
	content: "\f053";
	font: normal normal normal 14px/1 FontAwesome;
	color: #ffd7d7!important;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 18px;
	z-index: 9;
	height: 10px;
	width: 10px;
	left: 19px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
	background-color: rgba(67,65,65,0.6);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
	color: #fff!important;
	background: transparent!important;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-directionNav a.nivo-nextNav {
	right: 8px!important;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid #688900;
	background-color: transparent;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	color: #ffd7d7!important;
	cursor: pointer;
	font-size: 16px;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 18px;
	z-index: 9;
	height: 10px;
	width: 10px;
	right: 19px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
	background-color: rgba(67,65,65,0.6);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
	color: #fff!important;
	background: transparent!important;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.slider-area .nivo-caption {
	opacity: 1;
	top: 0
}
.slider-area .slide-1 .top-title3, .slider-area .slide-2 .top-title3, .slider-area .slide-3 .top-title3 {
	letter-spacing: 5px;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-style: italic;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 20px
}
.slider-area .slide-1 .top-title2, .slider-area .slide-2 .top-title2, .slider-area .slide-3 .top-title2 {
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	letter-spacing: 20px;
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-left: 20px
}
.slider-area .slide-1 .top-title, .slider-area .slide-2 .top-title, .slider-area .slide-3 .top-title {
	font-size: 40px;
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 20px
}
.slider-area .slide-1 p.slider-big-text, .slider-area .slide-2 p.slider-big-text, .slider-area .slide-3 p.slider-big-text {
	line-height: 1.2;
	font-size: 56px;
	text-transform: capitalize;
	margin-bottom: 10px;
	font-weight: 500
}
.slider-area .slide-1 p.slider-big-text span, .slider-area .slide-2 p.slider-big-text span, .slider-area .slide-3 p.slider-big-text span {
	color: #03a9f4
}
.slider-area .slide-1 p.slider-sub-text, .slider-area .slide-2 p.slider-sub-text, .slider-area .slide-3 p.slider-sub-text {
	letter-spacing: 1px;
	margin-bottom: 50px;
	line-height: 1.7;
	font-size: 20px;
	font-weight: 600
}
.slider-area .slide-1 .title-light p.slider-big-text, .slider-area .slide-2 .title-light p.slider-big-text, .slider-area .slide-3 .title-light p.slider-big-text {
	color: #fff!important
}
.slider-area .slide-1 .title-light p.slider-sub-text, .slider-area .slide-2 .title-light p.slider-sub-text, .slider-area .slide-3 .title-light p.slider-sub-text {
	color: #fff
}
.slider-area .slide-1 .title-dark p.slider-big-text, .slider-area .slide-2 .title-dark p.slider-big-text, .slider-area .slide-3 .title-dark p.slider-big-text {
	color: #212121!important
}
.slider-area .slide-1 .title-dark p.slider-sub-text, .slider-area .slide-2 .title-dark p.slider-sub-text, .slider-area .slide-3 .title-dark p.slider-sub-text {
	color: #212121
}
.slider-area .slide-1 .para-padding-right, .slider-area .slide-2 .para-padding-right, .slider-area .slide-3 .para-padding-right {
	padding-right: 50%
}
.slider-area .slide-1 .para-padding-left, .slider-area .slide-2 .para-padding-left, .slider-area .slide-3 .para-padding-left {
	padding-left: 50%
}
.slider-area .slide-1 .para-width-compress p.slider-sub-text, .slider-area .slide-2 .para-width-compress p.slider-sub-text, .slider-area .slide-3 .para-width-compress p.slider-sub-text {
	width: 54%;
	margin: 0 auto 40px
}
.slider-area .slider-big-text {
	font-family: 'Rubik', sans-serif
}
.slider-area .slide-1 .top-title {
	-webkit-animation: bounceInUp 1000ms ease-in-out;
	-moz-animation: bounceInUp 1000ms ease-in-out;
	-ms-animation: bounceInUp 1000ms ease-in-out;
	animation: bounceInUp 1000ms ease-in-out
}
.slider-area .slide-1 .top-title2 {
	-webkit-animation: zoomIn 1500ms ease-in-out;
	-moz-animation: zoomIn 1500ms ease-in-out;
	-ms-animation: zoomIn 1500ms ease-in-out;
	animation: zoomIn 1500ms ease-in-out
}
.slider-area .slide-1 .top-title3 {
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out
}
.slider-area .slide-1 p.slider-big-text {
	-webkit-animation: fadeInRight 1000ms ease-in-out;
	-moz-animation: fadeInRight 1000ms ease-in-out;
	-ms-animation: fadeInRight 1000ms ease-in-out;
	animation: fadeInRight 1000ms ease-in-out
}
.slider-area .slide-1 p.slider-sub-text {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	-moz-animation: fadeInRight 1500ms ease-in-out;
	-ms-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out
}
.slider-area .slide-1 .slider-btn-area {
	-webkit-animation: fadeInRight 2000ms ease-in-out;
	-moz-animation: fadeInRight 2000ms ease-in-out;
	-ms-animation: fadeInRight 2000ms ease-in-out;
	animation: fadeInRight 2000ms ease-in-out
}
.slider-area .slide-2 .top-title {
	-webkit-animation: bounceInUp 1000ms ease-in-out;
	-moz-animation: bounceInUp 1000ms ease-in-out;
	-ms-animation: bounceInUp 1000ms ease-in-out;
	animation: bounceInUp 1000ms ease-in-out
}
.slider-area .slide-2 .top-title2 {
	-webkit-animation: zoomIn 1500ms ease-in-out;
	-moz-animation: zoomIn 1500ms ease-in-out;
	-ms-animation: zoomIn 1500ms ease-in-out;
	animation: zoomIn 1500ms ease-in-out
}
.slider-area .slide-2 .top-title3 {
	-webkit-animation: fadeInRight 1500ms ease-in-out;
	-moz-animation: fadeInRight 1500ms ease-in-out;
	-ms-animation: fadeInRight 1500ms ease-in-out;
	animation: fadeInRight 1500ms ease-in-out
}
.slider-area .slide-2 p.slider-big-text {
	-webkit-animation: fadeInLeft 1000ms ease-in-out;
	-moz-animation: fadeInLeft 1000ms ease-in-out;
	-ms-animation: fadeInLeft 1000ms ease-in-out;
	animation: fadeInLeft 1000ms ease-in-out
}
.slider-area .slide-2 p.slider-sub-text {
	-webkit-animation: fadeInLeft 1500ms ease-in-out;
	-moz-animation: fadeInLeft 1500ms ease-in-out;
	-ms-animation: fadeInLeft 1500ms ease-in-out;
	animation: fadeInLeft 1500ms ease-in-out
}
.slider-area .slide-2 .slider-btn-area {
	-webkit-animation: fadeInLeft 2000ms ease-in-out;
	-moz-animation: fadeInLeft 2000ms ease-in-out;
	-ms-animation: fadeInLeft 2000ms ease-in-out;
	animation: fadeInLeft 2000ms ease-in-out
}
.list-content ul {
	margin-top: 50px
}
.list-content ul li {
	color: #595959;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative
}
.list-content ul li:before {
	content: "\f058";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-family: FontAwesome;
	color: #688900;
	font-size: 18px
}
.img-border-layout1 {
	position: relative
}
.img-border-layout1:before {
	height: 90%;
	width: 90%;
	content: "";
	background: transparent;
	border: 5px solid rgba(248,248,248,0.5);
	position: absolute;
	z-index: 1;
	top: 5%;
	left: 5%
}
.img-bg-layout1 {
	margin-top: 28px;
	position: relative
}
.img-bg-layout1 img {
	position: relative;
	z-index: 2
}
.img-bg-layout1:before {
	content: "";
	background: #f8f8f8;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 5%;
	right: 4%
}
ul.img-list-style:after {
	clear: both;
	display: block;
	content: ""
}
ul.img-list-style li {
	width: 48%;
	float: left;
	display: inline;
	margin-right: 10px
}
ul.img-list-style li:last-child {
	margin-right: 0
}
ul.img-list-style li img {
	margin: 0 auto;
	width: 100%
}
h3.team-title {
	color: #212121;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize
}
h3.team-title a {
	color: #212121;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
h3.team-title a:hover {
	color: #fff !important
}
h3.team-title-light {
	line-height: 1.3;
	margin-bottom: 0;
	text-transform: capitalize;
	color: #fff
}
h3.team-title-light a {
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.centralizartexto {
	text-align: center;
}
.max45{
	max-width: 45% !important;
}
.max60{
	max-width: 60% !important;
}
@media only screen and (max-width: 991px) {
.max45 {
	max-width: 75% !important;
}
.max60 {
	max-width: 90% !important;
}
}
.max75{
	max-width: 100% !important;
}
@media only screen and (min-width: 991px) {
.max75 {
	max-width: 75% !important;
}
}
.fontelistaarvore h3 {
	font-size: 32px !important;
}
@media only screen and (max-width: 991px) {
.inline991{
	display: inline;
}
.fontelistaarvore h3 {
	font-size: 26px !important;
}
}
.fonteproduto h4 {
	margin: 0px !important;
	font-size: 18px !important;
}
.fontemaior {
	font-size: 20px !important;
	line-height: 1.2em !important;
}
.fontemaior h4 {
	font-size: 20px !important;
	margin: 0px !important;
}
@media only screen and (max-width: 991px) {
	.fontemaior {
	font-size: 15px !important;
}
	.fontemaior h4 {
	font-size: 15px !important;
}
}
.fontemaiorlista {
	font-size: 20px !important;
	line-height: 1.2em !important;
}
.fontemaiorlista h4 {
	margin: 0px !important;
}
@media only screen and (max-width: 991px) {
.fontemaiorlista {
	font-size: 15px !important;
}
}
.fontemaiorlistafam {
	font-size: 13px !important;
}
@media only screen and (max-width: 991px) {
.fontemaiorlistafam {
	font-size: 11px !important;
}
}
.fontemaiorlista3 {
	font-size: 15px !important;
}
.fontemaiorlista2 {
	font-size: 17px !important;
	line-height: 1.2em !important;
}
.fontemaiorlista2 h4 {
	margin: 0px !important;
	font-size: 17px !important;
}
@media only screen and (max-width: 991px) {
.fontemaiorlista2 {
	font-size: 15px !important;
}
.fontemaiorlista2 h4 {
	font-size: 15px !important;
}
}
.fontelistaframe {
	font-size: 16px !important;
	line-height: 1.3em !important;
}
@media only screen and (max-width: 991px) {
.fontelistaframe {
	font-size: 10px !important;
}
}
.fontelistaframefamilia {
	font-size: 12px !important;
	line-height: 1.0em !important;
}
@media only screen and (max-width: 991px) {
.fontelistaframefamilia {
	font-size: 9px !important;
}
}
.espacolinha {
	line-height: 0.8em !important;
}
@media only screen and (max-width: 991px) {
.espacolinha {
	line-height: 0.5em !important;
}
}
.bgbranco {
	background: #fff !important;
}
.team-designation {
	margin-bottom: 0;
	display: block;
	font-size: 13px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-designation-light {
	display: block;
	font-size: 16px;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout1 {
	margin-bottom: 30px;
	text-align: center
}
.team-box-layout1 a {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}
.team-box-layout1 a img {
	border: 2px solid #688900;
	margin: 0 auto 20px
}
.team-box-layout1 ul.social-default {
	margin-top: 30px
}
.team-box-layout1 ul.social-default li {
	text-align: center;
	display: inline-block;
	margin-right: 10px
}
.team-box-layout1 ul.social-default li:last-child {
	margin-right: 0
}
.team-box-layout1 ul.social-default li a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	display: block;
	line-height: 40px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.team-box-layout1 ul.social-default li a i {
	color: #fff
}
.team-box-layout1 ul.social-default li a:hover {
	transform: scale(1.3)
}
.team-box-layout1 ul.social-default li:nth-child(1n) a {
	background: #186ab6
}
.team-box-layout1 ul.social-default li:nth-child(2n) a {
	background: #29b6f6
}
.team-box-layout1 ul.social-default li:nth-child(3n) a {
	background: #ea4c89
}
.team-box-layout1 ul.social-default li:nth-child(4n) a {
	background: #d50000
}
.team-box-layout2 {
	text-align: center
}
.team-box-layout2 .team-img {
	overflow: hidden;
	margin-bottom: 15px
}
.team-box-layout2 .team-img img {
	-webkit-transition: all .8s ease-out;
	-moz-transition: all .8s ease-out;
	-ms-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	transition: all .8s ease-out
}
.team-box-layout2:hover .team-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.team-box-layout2 .team-social {
	padding: 1px;
	text-align: center
}
.team-box-layout2 .team-social li {
	display: inline-block;
	margin: 0 2px
}
.team-box-layout2 .team-social li a {
	text-align: center;
	line-height: 40px;
	height: 42px;
	width: 42px;
	display: block;
	background: transparent;
	color: #688900;
	border: 1px solid #688900;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout2 .team-social li a i {
	font-size: 14px
}
.team-box-layout2 .team-social li a:hover {
	color: #fff;
	background: #688900
}
.team-box-layout3 .team-img {
	position: relative;
	overflow: hidden
}
.team-box-layout3 .team-img img {
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
.team-box-layout3 .team-content {
	padding-left: 30px;
	background: #688900;
	position: absolute;
	height: 90px;
	width: 100%;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	transition: transform .4s, opacity .1s .3s
}
.team-box-layout3:hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px)
}
.team-box-layout3:hover .team-content {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	transition: transform .4s, opacity .1s
}
.team-box-layout4 {
	position: relative;
	overflow: hidden
}
.team-box-layout4 .item-wrapper {
	margin: 0;
	padding: 0;
	position: relative
}
.team-box-layout4 .item-wrapper .item-img {
	display: block;
	position: relative;
	z-index: 10;
	backface-visibility: hidden;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout4 .item-wrapper .item-img .item-title {
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 11
}
.team-box-layout4 .item-wrapper .item-img .item-title h3 {
	line-height: 1.6;
	background: #688900;
	padding: 0 10px;
	margin-bottom: 3px
}
.team-box-layout4 .item-wrapper .item-img .item-title .team-designation-light {
	background: #212121;
	display: inline-block;
	padding: 2px 12px
}
.team-box-layout4 .item-wrapper .item-content {
	padding: 0 15px;
	display: block;
	position: absolute;
	z-index: 5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #688900;
	text-align: center;
	backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout4 .item-wrapper .item-content h3 {
	margin-bottom: 0
}
.team-box-layout4 .item-wrapper .item-content h3 a {
	color: #fff
}
.team-box-layout4 .item-wrapper .item-content .team-designation {
	color: #fff;
	position: relative;
	font-size: 16px;
	margin-bottom: 35px
}
.team-box-layout4 .item-wrapper .item-content .team-designation:before {
	height: 2px;
	width: 42px;
	content: "";
	background: #fff;
	position: absolute;
	z-index: 12;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px
}
.team-box-layout4 .item-wrapper .item-content .team-social {
	text-align: center
}
.team-box-layout4 .item-wrapper .item-content .team-social li {
	display: inline-block;
	margin: 0 2px
}
.team-box-layout4 .item-wrapper .item-content .team-social li a {
	border: 1px solid #fff;
	text-align: center;
	line-height: 38px;
	height: 42px;
	width: 42px;
	display: block;
	background: #fff;
	color: #212121;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout4 .item-wrapper .item-content .team-social li a i {
	font-size: 14px
}
.team-box-layout4 .item-wrapper .item-content .team-social li a:hover {
	color: #fff;
	background: transparent
}
.team-box-layout4 .item-wrapper:hover .item-img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.team-box-layout4 .item-wrapper:hover .item-content {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0)
}
.team-box-layout5 {
	overflow: hidden;
	position: relative
}
.team-box-layout5 .item-content {
	text-align: center;
	padding: 15px 0 0 0;
	background: #688900;
	width: 100%;
	position: absolute;
	bottom: -60px;
	z-index: 2;
	-webkit-transition: all .4s cubic-bezier(0, 0, 0.5, 0);
	-moz-transition: all .4s cubic-bezier(0, 0, 0.5, 0);
	-ms-transition: all .4s cubic-bezier(0, 0, 0.5, 0);
	-o-transition: all .4s cubic-bezier(0, 0, 0.5, 0);
	transition: all .4s cubic-bezier(0, 0, 0.5, 0)
}
.team-box-layout5 .item-content h3 a:hover {
	color: #688900
}
.team-box-layout5 .item-content .team-designation-light {
	position: relative
}
.team-box-layout5 .item-content .team-designation-light:before {
	content: "";
	background: #688900;
	height: 1px;
	width: 170px;
	z-index: 3;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -15px
}
.team-box-layout5 .item-content ul {
	padding: 20px 0 15px 0
}
.team-box-layout5 .item-content ul li {
	display: inline-block;
	margin: 0 10px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: transparent
}
.team-box-layout5 .item-content ul li i {
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.team-box-layout5 .item-content ul li:hover {
	background: #688900
}
.team-box-layout5:hover .item-content {
	background: #212121;
	bottom: 0;
	-webkit-transition: all .6s cubic-bezier(0, 0, 0.8, -0.5);
	-moz-transition: all .6s cubic-bezier(0, 0, 0.8, -0.5);
	-ms-transition: all .6s cubic-bezier(0, 0, 0.8, -0.5);
	-o-transition: all .6s cubic-bezier(0, 0, 0.8, -0.5);
	transition: all .6s cubic-bezier(0, 0, 0.8, -0.5)
}
.team-box-layout6 {
	margin-bottom: 25px;
	margin-left: 15px;
}
.team-box-layout6 img {
	width: 100%;
}
.team-box-layout6 .item-content {
	position: relative;
	padding: 5px 10px 2px 10px;
	background: #f8f8f8;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout6 .item-content i {
	position: absolute;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 1;
	font-size: 20px;
	opacity: 0;
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout6:hover .item-content {
	background: #688900;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout6:hover .item-content h3 a {
	color: #fff;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout6:hover .item-content .team-designation {
	color: #fff
}
.team-box-layout6:hover .item-content i {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout7 {
	text-align: center
}
.team-box-layout7 .item-img {
	overflow: hidden;
	margin-bottom: 5px
}
.team-box-layout7 .team-social-fill {
	text-align: center
}
.team-box-layout7 .team-social-fill li {
	display: inline-block;
	margin: 0 2px
}
.team-box-layout7 .team-social-fill li a {
	top: 0;
	text-align: center;
	line-height: 40px;
	height: 42px;
	width: 42px;
	background: transparent;
	display: block;
	border: 1px solid #688900;
	color: #688900;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout7 .team-social-fill li a i {
	font-size: 14px
}
.team-box-layout7 .team-social-fill li a:hover {
	background: #688900;
	color: #fff
}
.team-box-layout7 figure {
	position: relative
}
.team-box-layout7 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,0.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0
}
@keyframes circle {
0% {
opacity:1
}
40% {
opacity:1
}
100% {
width:200%;
height:200%;
opacity:0
}
}
.team-box-layout8 {
	text-align: center;
	border: 1px solid #b6b6b6;
	padding: 60px 20px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout8 .item-img {
	overflow: hidden;
	margin-bottom: 30px
}
.team-box-layout8 .item-img img {
	width: auto;
	margin: 0 auto
}
.team-box-layout8 .team-social-fill {
	margin-top: 50px;
	text-align: center
}
.team-box-layout8 .team-social-fill li {
	display: inline-block;
	margin: 0 2px
}
.team-box-layout8 .team-social-fill li a {
	border: 1px solid #688900;
	text-align: center;
	line-height: 40px;
	height: 42px;
	width: 42px;
	display: block;
	background: transparent;
	color: #688900;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout8 .team-social-fill li a i {
	font-size: 14px
}
.team-box-layout8 .team-social-fill li a:hover {
	color: #fff;
	background: #688900
}
.team-box-layout8:hover {
	-webkit-box-shadow: inset 0 -1px 18px 0 #688900;
	-moz-box-shadow: inset 0 -1px 18px 0 #688900;
	box-shadow: inset 0 -1px 18px 0 #688900;
	border: 1px solid #688900
}
.minimo160 {
	min-height: 160px !important;
}
.team-box-layout10 {
	margin-bottom: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
@media only screen and (max-width:767px) {
	.team-box-layout10 {
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 10px;
}
}
.team-box-layout10 img {
	width: 100%;
}
.team-box-layout10 .item-content {
	position: relative;
	padding: 5px 10px 2px 10px;
	background: #f8f8f8;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout10 .item-content i {
	position: absolute;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	z-index: 1;
	font-size: 20px;
	opacity: 0;
	color: #000;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout10:hover .item-content {
	background: #e9e9e9;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout10:hover .item-content h3 a {
	color: #000;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.team-box-layout10:hover .item-content .team-designation {
	color: #000
}
.team-box-layout10:hover .item-content i {
	opacity: 1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.ttm-para-dark {
	width: 85%;
	margin: 0 auto 30px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.75
}
.ttm-para-light {
	color: #fff;
	width: 85%;
	margin: 0 auto 30px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.75
}
.ttm-default-para-light {
	color: #fff;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.75
}
.ttm-default-para-dark {
	font-weight: 400;
	font-size: 17px;
	line-height: 1.75
}
h3.ttm-title-dark {
	margin-bottom: 5px;
	color: #212121
}
h3.ttm-title-primary {
	margin-bottom: 5px;
	color: #688900
}
h3.ttm-title-light {
	margin-bottom: 5px;
	color: #fff
}
h3.ttm-title-light span {
	font-size: 18px;
	color: #688900
}
.ttm-designation-dark {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6
}
.ttm-designation-light {
	color: #fff;
	font-size: 17px
}
.ttm-designation-primary {
	color: #688900;
	font-size: 17px
}
ul.ttm-noticia {
	margin: 0 0 0px 0
}
ul.ttm-noticia li {
	display: inline-block;
	color: #000
}
ul.ttm-noticia li i {
	font-size: 14px
}
.img-ttm {
	height: 120px;
	width: 120px;
	display: inline-block;
	margin: 0 auto 20px;
	border: 4px solid #fff
}
.img-ttm-left {
	height: 120px;
	width: 120px!important;
	display: inline-block;
	margin-bottom: 20px;
	border: 4px solid #fff
}
.pull-left.img-ttm {
	padding-right: 0!important;
	margin-right: 15px
}
.quote-right {
	position: relative
}
.quote-right:before {
	content: "\f10d";
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	font-family: fontawesome;
	font-size: 30px
}
[class^="col-"]:nth-child(even)>.quote-right:before {
	color: #f5f5f5
}
[class^="col-"]:nth-child(odd)>.bg-loop-light-dark {
	background: #f8f8f8
}
[class^="col-"]:nth-child(even)>.bg-loop-light-dark {
	background: #fff
}
.ttm-img-wrap .item-img {
	margin: 0 0 30px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%
}
.ttm-img-wrap .item-img:before {
	content: "";
	background: rgba(255,193,7,0.8);
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	height: 75%;
	width: 75%;
	margin: 0 auto;
	z-index: 5;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out
}
.ttm-img-wrap .item-img img {
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	-ms-transform: scale(0.75);
	-o-transform: scale(0.75);
	transform: scale(0.75);
	margin: 0 auto;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out
}
.ttm-img-wrap .item-img:focus {
	outline: 0
}
.ttm-img-wrap .slick-center img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.ttm-img-wrap .slick-center:before {
	opacity: 0;
	visibility: hidden
}
.testimonial-sliders .single-item:focus {
	outline: 0
}
.blog-subtitle {
	margin-left: 25px;
	margin-right: 25px
}
.blog-subtitle2 {
	margin-left: 0;
	margin-right: 0
}
.blog-subtitle1 {
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 40px;
}

@media only screen and (max-width:767px) {
.blog-subtitle1 {
	margin-left: 5px;
	margin-right: 5px
}
}
h3.blog-title1 {
	margin: 10px 25px 0 25px
}

@media only screen and (max-width:767px) {
h3.blog-title1 {
	margin: 10px 5px 0 5px
}
}
h3.blog-title2 {
	margin-bottom: 2px;
	line-height: 1.4;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0
}
h3.blog-title a {
	color: #212121;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
h3.blog-title a:hover {
	color: #688900
}
h3.blog-title-primary {
	margin-bottom: 10px;
	line-height: 1.4
}
h3.blog-title-primary a {
	color: #688900;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
h3.blog-title-primary a:hover {
	color: #212121
}
h3.blog-title-light {
	margin-bottom: 10px;
	line-height: 1.4
}
h3.blog-title-light a {
	color: #fff;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out
}
h3.blog-title-light a:hover {
	color: #688900
}
ul.published-date-dark li {
	margin-bottom: 15px;
	color: #595959;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	border-right: 1px solid #595959;
	margin-right: 10px;
	padding-right: 10px
}
ul.published-date-dark li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}
ul.published-date-primary li {
	margin-bottom: 15px;
	color: #688900;
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	border-right: 1px solid #688900;
	margin-right: 10px;
	padding-right: 10px
}
ul.published-date-primary li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}
.published-date-square {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}
.published-date-square li {
	width: 80px;
	height: 40px;
	font-size: 15px;
	text-align: center;
	line-height: 40px
}
.published-date-square li:nth-child(odd) {
	background: #688900;
	color: #fff;
	font-weight: 600
}
.published-date-square li:nth-child(even) {
	background: #212121;
	color: #fff;
	font-weight: 600
}
.published-date-square-inline {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1
}
.published-date-square-inline li {
	display: inline-block;
	padding: 6px 15px;
	font-size: 16px;
	text-align: center;
	float: left
}
.published-date-square-inline li:nth-child(odd) {
	background: #688900;
	color: #fff;
	font-weight: 700
}
.published-date-square-inline li:nth-child(even) {
	background: #212121;
	color: #fff;
	font-weight: 500
}
.blog-box-layout1 {
	-webkit-box-shadow: 0 1px 1px 0 rgba(157,157,157,0.75);
	-moz-box-shadow: 0 1px 1px 0 rgba(157,157,157,0.75);
	box-shadow: 0 1px 1px 0 rgba(157,157,157,0.75)
}
.blog-box-layout1 .item-img {
	overflow: hidden
}
.blog-box-layout1 .item-img a img {
	width: 100%;
	-webkit-transition: all .7s ease-out;
	-moz-transition: all .7s ease-out;
	-ms-transition: all .7s ease-out;
	-o-transition: all .7s ease-out;
	transition: all .7s ease-out
}
.blog-box-layout1 .item-content {
	background: #fff;
	padding: 10px 20px 10px
}
.blog-box-layout1:hover a img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2)
}
.blog-box-layout2 .item-img {
	overflow: hidden;
	margin-bottom: 15px
}
.blog-box-layout2 .item-img a img {
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.blog-box-layout2:hover a img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.blog-box-layout3 .item-img {
	margin-bottom: 15px;
	margin-right: 25px;
	margin-left: 25px;
	position: relative
}

@media only screen and (max-width:767px) {
.blog-box-layout3 .item-img {
	margin-right: 5px;
	margin-left: 5px
}
}
.blog-box-layout3 .item-img img {
	width: 100%
}
figure {
	margin: 0;
	padding: 0;
	background: transparent;
	overflow: hidden
}
.blog-box-layout3 figure {
	position: relative
}
.blog-box-layout3 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0, rgba(255,255,255,0.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0, rgba(255,255,255,0.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}
.blog-box-layout3 figure:hover::before {
	-webkit-animation: shine .35s;
	animation: shine .35s
}
@keyframes shine {
100% {
left:125%
}
}
.blog-box-layout4 {
	position: relative;
	margin-bottom: 30px
}
.blog-box-layout4 img {
	width: 100%
}
.blog-box-layout4 .item-content {
	width: 96%;
	padding: 30px 30px 10px 35px;
	position: absolute;
	bottom: 12px;
	z-index: 1;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9)
}
.blog-box-layout5 {
	position: relative;
	margin-bottom: 30px
}
.blog-box-layout5 img {
	width: 100%
}
.blog-box-layout5 span {
	position: absolute;
	left: 25px;
	top: 20px;
	z-index: 1;
	height: 35px;
	width: 90px;
	background: #688900;
	border-radius: 30px;
	font-size: 13px;
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 5px 0 0 0;
	text-align: center
}
.blog-box-layout5 .item-content {
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	padding: 35px 30px 30px 40px;
	background-color: rgba(255,255,255,0.9)
}
.blog-box-layout6 {
	margin-bottom: 50px
}
.blog-box-layout6 .item-img {
	position: relative
}
.blog-box-layout6 .item-img a img {
	margin-bottom: 25px;
	width: 100%
}
.blog-box-layout7 {
	overflow: hidden;
	position: relative
}
.blog-box-layout7 .item-img:before {
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#212121), to(transparent));
	background-image: -webkit-linear-gradient(transparent, #212121);
	background-image: -moz-linear-gradient(transparent, #212121), -moz-linear-gradient(transparent, #212121);
	background-image: -o-linear-gradient(transparent, #212121), -o-linear-gradient(transparent, #212121);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1
}
.blog-box-layout7 .item-img img {
	width: 100%
}
.blog-box-layout7 .item-content {
	padding: 0 50px;
	position: absolute;
	z-index: 2;
	bottom: -17%;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out
}
.blog-box-layout7 .item-content p {
	opacity: 0;
	visibility: hidden;
	color: #fff;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out
}
.blog-box-layout7 .item-content .posted-by {
	opacity: 0;
	visibility: hidden;
	color: #fff;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	transition: all .75s ease-out
}
.blog-box-layout7:hover .item-content {
	bottom: 5%
}
.blog-box-layout7:hover .item-content p {
	opacity: 1;
	visibility: visible
}
.blog-box-layout7:hover .item-content .posted-by {
	opacity: 1;
	visibility: visible
}
.single-blog-layout1 .item-img {
	position: relative
}
.single-blog-layout1 .item-img a img {
	margin-bottom: 25px;
	width: 100%
}
.single-blog-layout1 .item-content h2 {
	margin-bottom: 10px;
	font-size: 24px
}
.single-blog-layout1 .item-content h2 a {
	color: #212121;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.single-blog-layout1 .item-content h2 a:hover {
	color: #688900;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.single-blog-layout1 .item-content ul {
	margin-bottom: 10px
}
.single-blog-layout1 .item-content ul li {
	color: #688900
}
.single-blog-layout1 .item-content p {
	margin-bottom: 45px
}
.single-blog-layout1 .item-content span {
	margin-bottom: 50px;
	background: #f8f8f8;
	padding: 40px 60px 40px 60px;
	position: relative;
	display: block;
	color: #707070;
	font-style: italic;
	letter-spacing: 1px
}
.single-blog-layout1 .item-content span:before {
	content: "\f10d";
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	color: #aeaeae
}
.single-blog-layout1 .tag-share {
	margin-bottom: 60px
}
.single-blog-layout1 .tag-share li {
	display: inline-block
}
.single-blog-layout1 .tag-share li span {
	font-size: 20px;
	font-weight: 600;
	color: #212121;
	margin-bottom: 8px;
	display: block
}
.single-blog-layout1 .tag-share li ul li {
	display: inline-block
}
.single-blog-layout1 .tag-share li ul li a {
	color: #707070;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.single-blog-layout1 .tag-share li ul li a:hover {
	color: #688900
}
.single-blog-layout1 .tag-share li ul li:last-child {
	float: inherit
}
.single-blog-layout1 .tag-share li:last-child {
	float: right
}
.single-blog-layout1 .about-author {
	margin-bottom: 50px;
	padding: 30px 20px 20px 15px;
	background: #f8f8f8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}
.single-blog-layout1 .about-author .about-author-img {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1
}
.single-blog-layout1 .about-author .about-author-img img {
	margin: 0 auto
}
.single-blog-layout1 .about-author .about-author-content {
	padding-left: 20px;
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-moz-flex: 4;
	flex: 4
}
.single-blog-layout1 .about-author .about-author-content h3 {
	font-size: 20px;
	margin-bottom: 5px
}
.single-blog-layout1 .about-author .about-author-content h3 a {
	color: #688900;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.single-blog-layout1 .about-author .about-author-content h3 a:hover {
	color: #212121
}
.single-blog-layout1 .about-author .about-author-content h4 {
	font-size: 14px;
	margin-bottom: 15px
}
.single-blog-layout1 .blog-comments {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #ebebeb
}
.single-blog-layout1 .blog-comments h2 {
	color: #212121;
	font-size: 24px;
	margin-bottom: 30px
}
.single-blog-layout1 .blog-comments ul li {
	margin-bottom: 40px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}
.single-blog-layout1 .blog-comments ul li .comments-img {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	flex: 1
}
.single-blog-layout1 .blog-comments ul li .comments-img a {
	display: block;
	border-radius: 50%
}
.single-blog-layout1 .blog-comments ul li .comments-content {
	padding-top: 10px;
	-webkit-box-flex: 4;
	-webkit-flex: 4;
	-moz-flex: 4;
	flex: 4
}
.single-blog-layout1 .blog-comments ul li .comments-content h3 {
	font-size: 16px
}
.single-blog-layout1 .blog-comments ul li .comments-content h3 a {
	color: #688900;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.single-blog-layout1 .blog-comments ul li .comments-content h3 a:hover {
	color: #212121
}
.single-blog-layout1 .blog-comments ul li .comments-content span {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0
}
.single-blog-layout1 .blog-comments ul li .comments-content span a {
	color: #fff;
	border-radius: 30px;
	padding: 8px 20px;
	display: block;
	background: #707070;
	font-size: 12px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.single-blog-layout1 .blog-comments ul li .comments-content span:hover a {
	background: #688900
}
.single-blog-layout1 .blog-comments ul li:nth-child(even) {
	padding-left: 40px
}
.single-blog-layout1 .blog-comments ul li:nth-child(even) .comments-content span {
	right: 30px
}
.single-blog-layout1 .leave-comments h2 {
	color: #212121;
	font-size: 24px;
	margin-bottom: 30px
}
.single-blog-layout1 .leave-comments .form-group {
	margin-bottom: 20px
}
.single-blog-layout1 .leave-comments .form-group .form-control {
	border-radius: 0;
	background: #f9f9f9;
	box-shadow: none;
	border: 0
}
.single-blog-layout1 .leave-comments .form-group input {
	height: 45px;
	color: #212121;
	font-weight: 500
}
.single-blog-layout1 .leave-comments .form-group input.form-control::-webkit-input-placeholder, .single-blog-layout1 .leave-comments .form-group textarea.form-control::-webkit-input-placeholder {
color:#707070
}
.single-blog-layout1 .leave-comments .form-group input.form-control::-moz-placeholder, .single-blog-layout1 .leave-comments .form-group textarea.form-control::-moz-placeholder {
color:#707070
}
.single-blog-layout1 .leave-comments .form-group input.form-control:-moz-placeholder, .single-blog-layout1 .leave-comments .form-group textarea.form-control:-moz-placeholder {
color:#707070
}
.single-blog-layout1 .leave-comments .form-group input.form-control:-ms-input-placeholder, .single-blog-layout1 .leave-comments .form-group textarea.form-control:-ms-input-placeholder {
color:#707070
}
.item-icon-bottom-center {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 110%;
	-webkit-transform: translateY(-110%);
	-moz-transform: translateY(-110%);
	-ms-transform: translateY(-110%);
	transform: translateY(-110%);
	left: 0;
	right: 0;
	z-index: 8;
	margin: 0 auto;
	text-align: center;
	background-color: #f1f1f1;
	height: 60px;
	width: 60px;
	line-height: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #212121;
	font-size: 24px;
	-webkit-transition: all .7s cubic-bezier(0, 0, 0.25, 1.5);
	-moz-transition: all .7s cubic-bezier(0, 0, 0.25, 1.5);
	-ms-transition: all .7s cubic-bezier(0, 0, 0.25, 1.5);
	-o-transition: all .7s cubic-bezier(0, 0, 0.25, 1.5);
	transition: all .7s cubic-bezier(0, 0, 0.25, 1.5)
}
.item-icon-bottom-center:hover {
	color: #688900
}
.item-icon-top-bottom {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	z-index: 8;
	margin: 0 auto;
	text-align: center;
	background-color: #f1f1f1;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #212121;
	font-size: 18px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.item-icon-top-bottom:hover {
	color: #688900
}
.item-icon-left-right {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	z-index: 8;
	margin: 0 auto;
	text-align: center;
	background-color: #f1f1f1;
	height: 50px;
	width: 50px;
	line-height: 50px;
	color: #212121;
	font-size: 18px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.item-icon-left-right:hover {
	color: #688900
}
.item-icon-bottom-right {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 15px;
	top: 110%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
	line-height: 40px;
	z-index: 7;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.item-icon-bottom-right:hover {
	background: #fff;
	color: #688900
}
.item-icon-center {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	display: block;
	border: 2px solid #fff;
	margin: 0 auto;
	line-height: 58px;
	color: #fff;
	z-index: 7;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.item-icon-center:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #688900
}
.displayblock {
	display: block;
}
.contadorvisita{
	border: 0px;
	align: absmiddle;
}
.bgcor{
	background-color: #688900 !important;
}
.inner-arvore-details-left .tab-content {
	border: 1px solid #c2c2c2;
	margin-top: 10px;
	margin-bottom: 5px;
}
.inner-arvore-details-left .tab-content a {
	cursor: pointer;
	display: block
}
.inner-arvore-details-left .tab-content a img {
	width: 100%
}
.inner-arvore-details-left ul li {
	border: 1px solid transparent;
	display: inline-block
}
.inner-arvore-details-left ul li img {
	width: 70px;
	height: 70px;
	opacity: .5;
}
.inner-arvore-details-left ul li a img:hover {
	opacity: 1
}
.inner-arvore-details-left ul li:hover {
	border: 1px solid #c2c2c2
}
.inner-arvore-details-left ul .active {
	border: 1px solid #c2c2c2
}
.inner-arvore-details-left ul .active a img {
	opacity: 1
}
.inner-arvore-details-right {
	margin-left: 30px;
}
@media only screen and (max-width:767px) {
.inner-arvore-details-right {
		margin-left: 0px;
}
}
.inner-arvore-details-right h3 {
	color: #212121;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 0;
	margin-top: 10px;
	font-size: 28px
}
.inner-arvore-details-right .arvore-details-content {
	margin-bottom: 30px
}
.inner-arvore-details-right .arvore-details-content>p {
	margin-bottom: 2px;
	color: #3b3b3b;
}
.inner-arvore-details-right .arvore-details-social {
	margin-bottom: 52px
}
.inner-arvore-details-right .arvore-details-social li {
	display: inline;
	color: #212121;
	font-weight: 600;
	margin-right: 15px
}
.inner-arvore-details-right .arvore-details-social li a {
	padding: 0 10px
}
.inner-arvore-details-right .arvore-details-social li a i {
	color: #3b3b3b;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.inner-arvore-details-right .arvore-details-social li a:hover i {
	color: #607d8b
}
.tab-content > .active ~ .active {
	display: none; 
}
.sidebar>div {
	margin-bottom: 50px
}
.sidebar>div:last-child {
	margin-bottom: 0
}
.recent-post .recent-post-box {
	margin-bottom: 30px
}
.recent-post .recent-post-box span {
	color: #688900;
	text-transform: capitalize;
	margin-bottom: 20px;
	display: block
}
.recent-post .recent-post-box:last-child {
	margin-bottom: 0
}
.recent-post p {
	color: #212121
}
.sidebar-menu-layout1 ul li {
	margin-bottom: 5px
}
.sidebar-menu-layout1 ul li a {
	display: block;
	background: #f1f1f1;
	padding: 10px 15px;
	color: #212121;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.sidebar-menu-layout1 ul li a i {
	margin-right: 15px;
	color: #688900;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.sidebar-menu-layout1 ul li a:hover {
	background: #688900;
	color: #fff
}
.sidebar-menu-layout1 ul li a:hover i {
	color: #fff
}
.footer-area-top {
	padding: 40px 0 15px;
	background: #1d1d1d
}
.footer-area-top .footer-box {
	margin-bottom: 30px
}
.footer-area-top .footer-box .footer-logo {
	margin-bottom: 20px
}
.footer-area-top .footer-box p {
	color: #ffffff;
	margin-bottom: 40px
}
.footer-area-top .footer-box h3 {
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	color: #fff
}
.footer-area-top .footer-social li {
	display: inline-block;
	margin-right: 5px
}
.footer-area-top .footer-social li a {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	display: block;
	text-align: center;
	line-height: 37px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.socialmaior {
	font-size: 36px !important;
    margin-top: 2px !important;
}
.footer-area-top .footer-social li a i {
	color: #b5b5b5;
	font-size: 14px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.footer-area-top .footer-social li a:hover i {
	color: #fff
}
.footer-area-top .footer-social li:last-child {
	margin-right: 0
}
.footer-area-top .recent-post-link li {
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #373737
}

@media only screen and (max-width:1199px) {
.footer-area-top .recent-post-link li {
	font-size: 14px
}
}

@media only screen and (max-width:991px) {
.footer-area-top .recent-post-link li {
	font-size: 12px
}
}

@media only screen and (max-width:767px) {
.footer-area-top .recent-post-link li {
	font-size: 16px
}
}
.footer-area-top .recent-post-link li:last-child {
	border-bottom: 0;
	margin-bottom: 0
}
.footer-area-top .recent-post-link li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	color: #FFFFFF
}
.footer-area-top .recent-post-link li a {
	color: #FFFFFF;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.footer-area-top .recent-post-link li:hover:before {
	color: #688900
}
.footer-area-top .recent-post-link li:hover a {
	color: #688900
}
.footer-area-top .quick-link li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF
}
.footer-area-top .quick-link li:last-child {
	border-bottom: 0;
	margin-bottom: 0
}
.footer-area-top .quick-link li:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	color: #FFFFFF
}
.footer-area-top .quick-link li a {
	color: #FFFFFF;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.footer-area-top .quick-link li:hover:before {
	color: #688900
}
.footer-area-top .quick-link li:hover a {
	color: #688900
}
.footer-area-top .flickr-photos {
	margin-top: 40px
}
.footer-area-top .flickr-photos li {
	display: inline-block;
	width: 32%;
	margin-bottom: 5px
}
.footer-area-top .flickr-photos li a img {
	display: inline-block;
	width: 100%
}
.footer-area-top .flickr-photos li a:hover img {
	opacity: .5;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.footer-area-bottom {
	text-align: center;
	background: #000;
	padding: 20px 0 1px
}
.footer-area-bottom p {
	color: #8f8f8f;
	font-weight: 500
}
.footer-area-bottom p a {
	color: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.footer-area-bottom p a:hover {
	color: #688900
}

@media(min-width:1200px) {
.full-width-compress>* {
	padding-left: 0;
	padding-right: 0
}
.flex-xl-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.d-xl-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
}

@media(min-width:992px) {
.flex-lg-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-lg-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
.d-lg-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.align-items-lg-center {
	-webkit-box-align: center!important;
	-webkit-align-items: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex
}
}

@media(min-width:768px) {
.d-md-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.flex-md-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-md-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
}

@media(min-width:576px) {
.d-xs-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
}

.counter-layout1 li h4 {
	padding: 20px 0;
	width: 138px
}
.team-box-layout5 .item-content ul li {
	margin: 0 2px
}
.team-box-layout8 {
	padding: 30px 8px
}

@media(min-width:768px) and (max-width:991px) {
.icon-float-none-sm i {
	float: none!important;
	margin-right: 0!important;
	margin-left: 0!important;
	margin-bottom: 30px
}
.text-center-sm {
	text-align: center
}
.mb-sm {
	margin-bottom: 45px
}
.fluid-sm {
	width: 100%!important
}
}

@media(min-width:992px) {
.mb-sm {
	margin-bottom: 20px
}
}	
@media(min-width:992px) and (max-width:1199px) {
.icon-float-none-md i {
	float: none!important;
	margin-right: 0!important;
	margin-left: 0!important;
	margin-bottom: 30px
}
.text-center-md {
	text-align: center
}
.footer-area-top .footer-social li a {
	height: 35px;
	width: 35px;
	line-height: 33px
}
}

@media only screen and (max-width:1199px) {
h1 {
	font-size: 36px
}
.slider-area .slide-1 p.slider-big-text, .slider-area .slide-2 p.slider-big-text, .slider-area .slide-3 p.slider-big-text {
	font-size: 42px
}
.slider-area .slide-1 .para-width-compress p.slider-sub-text, .slider-area .slide-2 .para-width-compress p.slider-sub-text, .slider-area .slide-3 .para-width-compress p.slider-sub-text {
	width: 60%
}
p.slider-big-text, p.slider-sub-text, .top-title {
	padding: 0 30px!important
}
.slider-area .slide-1 .top-title3, .slider-area .slide-2 .top-title3, .slider-area .slide-3 .top-title3 {
	padding: 0 30px!important
}
.inner-title-dark h2 {
	font-size: 32px;
	line-height: 1.3
}
.section-sub-title-dark, .section-sub-title-light {
	margin-bottom: 5px
}
h2.section-lg-title-light {
	font-size: 42px
}
.lg-fluid {
	width: 100%
}
.mb--md {
	margin-bottom: 30px
}
.inner-title-light h2 {
	font-size: 34px;
	line-height: 1.3
}
i.icon-default-dark {
	font-size: 48px;
	line-height: 48px
}
i.icon-default-dark:before {
	font-size: 48px;
	line-height: 48px
}
.service-box-layout6 ul.service-box-nav li {
	margin-bottom: 15px;
	padding-bottom: 15px
}
.section-title-light {
	font-size: 30px
}
.inner-title-bold h2 {
	font-size: 42px
}
.service-box-layout8 {
	border: 1px solid #ffd7d7
}
.single-blog-layout1 .blog-comments ul li .comments-content {
	-webkit-box-flex: 3;
	-webkit-flex: 3;
	-moz-flex: 3;
	flex: 3
}
i.pull-left.icon-circle-primary {
	margin-right: 20px
}
i.pull-left.icon-circle-light {
	margin-right: 20px
}
i.pull-left.icon-default-primary {
	margin-right: 20px
}
i.pull-left.icon-default-dark {
	margin-right: 20px
}
i.pull-left.icon-default-light {
	margin-right: 20px
}
.counter-title h3 {
	font-size: 46px
}
.rt-dropdown-mega-custom {
	left: -42.5%!important
}
.rt-dropdown-mega-custom2 {
	left: -43%!important
}
}
@media only screen and (max-width:991px) {
.box-pa-sm {
	padding: 30px 20px 10px
}
.item-mb--sm {
	margin-bottom: 30px
}
.mb10--sm {
	margin-bottom: 10px!important
}
.mb45--sm {
	margin-bottom: 45px
}
.mb-sm-list {
	margin-bottom: 30px
}
.mb-sm-list:last-child {
	margin-bottom: 0
}
h1 {
	font-size: 34px
}
h2 {
	font-size: 32px
}
h3 {
	font-size: 20px
}
.section-sub-title-dark, .section-sub-title-light {
	margin-bottom: 5px
}
.ttm-para-dark, .ttm-para-light, .banner-para-light, .section-sub-title-light, .section-lg-title-dark, .section-md-title-dark, .section-sub-title-dark {
	width: 100%
}
.elv-main-menu {
	padding-right: 15px
}
.slider-area .slide-1 p.slider-big-text, .slider-area .slide-2 p.slider-big-text, .slider-area .slide-3 p.slider-big-text {
	font-size: 36px
}
.slider-area .slide-1 .para-width-compress p.slider-sub-text, .slider-area .slide-2 .para-width-compress p.slider-sub-text, .slider-area .slide-3 .para-width-compress p.slider-sub-text {
	width: 85%
}
.inner-title-dark h2 {
	font-size: 30px;
	line-height: 1.3
}
.inner-title-dark h3 {
	font-size: 28px
}
h2.section-lg-title-light {
	font-size: 34px
}
h2.section-title-dark {
	font-size: 30px
}
.blog-box-layout1 .item-content {
	padding: 10px 15px
}
.element-border-right>li {
	margin-right: 5px;
	padding-right: 8px
}
i.icon-default-dark {
	font-size: 42px;
	line-height: 42px
}
i.icon-default-dark:before {
	font-size: 42px;
	line-height: 42px
}
.team-box-layout3 .team-content {
	height: 70px
}
.service-box-layout6 ul.service-box-nav li a .item-icon i {
	margin-right: 15px;
	height: 50px;
	width: 50px
}
.service-box-layout6 ul.service-box-nav li a .item-icon i:before {
	margin: 12px 0 0 15px;
	font-size: 20px
}
.service-box-layout6 ul.service-box-nav li {
	padding-bottom: 0
}
.inner-title-light h2 {
	font-size: 32px;
	line-height: 1.3
}
.service-box-layout3 {
	padding: 30px 20px 20px
}
.section-title-light {
	font-size: 26px
}
.inner-title-bold h2 {
	font-size: 38px
}
.service-box-layout5 .item-content {
	bottom: -100px
}
.service-box-layout5 .item-content h3 {
	margin-bottom: 0
}
.service-box-layout5:hover .item-content {
	bottom: 0
}
.sidebar-mt-sm {
	margin-top: 50px
}
.slider-area .slide-1 p.slider-sub-text, .slider-area .slide-2 p.slider-sub-text, .slider-area .slide-3 p.slider-sub-text {
	margin-bottom: 30px
}
.elv-main-menu {
	display: none
}
.logo-area {
	display: none
}
.nav-top-right {
	position: absolute;
	top: 10px;
	z-index: 100;
	right: 0
}
.posiition1 {
	top: 13px;
	right: 10px
}
.posiition2 {
	top: 8px;
	right: 15px
}
.posiition3 {
	top: 7px
}
.posiition4 {
	top: 12px
}
.posiition5 {
	top: 13px;
	right: -20px
}
.posiition6 {
	top: 14px;
	right: -5px
}
.posiition7 {
	top: 7px;
	right: 15px;
	position: fixed
}
.hidden--sm {
	display: none!important
}
.header-top-bar {
	display: none
}
.slider-area {
	margin-top: 0;
	padding-top: 49px
}
.header-search .search-input {
	top: 43px;
	right: 20px;
	height: 50px;
	width: 320px;
	background: rgba(255,193,7,0.9)
}
.container-fluid-sm {
	width: 100%
}
#wrapper.open {
	margin-right: 0
}
.counter-title h3 {
	font-size: 42px
}
}
@media only screen and (max-width:767px) {
.d-sm-flex {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important
}
.flex-sm-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: row-reverse!important;
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important
}
.flex-sm-column-reverse {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: reverse!important;
	-webkit-flex-direction: column-reverse!important;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important
}
h1 {
	font-size: 30px
}
h2 {
	font-size: 24px
}
h3 {
	font-size: 18px
}
.lead {
	font-size: 16px
}
.lead p {
	font-size: 16px
}
.slider-area .slide-1 p.slider-big-text, .slider-area .slide-2 p.slider-big-text, .slider-area .slide-3 p.slider-big-text {
	font-size: 32px
}
.slider-area .slide-1 p.slider-big-text br, .slider-area .slide-2 p.slider-big-text br, .slider-area .slide-3 p.slider-big-text br {
	display: none
}
.slider-area .slide-1 p.slider-sub-text, .slider-area .slide-2 p.slider-sub-text, .slider-area .slide-3 p.slider-sub-text {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400
}
.slider-area .nivo-caption {
	top: 10px
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
	font-size: 14px;
	top: 13px;
	right: 13px
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
	font-size: 14px;
	top: 13px;
	left: 13px
}
.slider-area .nivo-directionNav a.nivo-nextNav, .slider-area .nivo-directionNav a.nivo-prevNav {
	height: 40px;
	width: 40px
}
.slider-area .slide-1 .para-width-compress p.slider-sub-text, .slider-area .slide-2 .para-width-compress p.slider-sub-text, .slider-area .slide-3 .para-width-compress p.slider-sub-text {
	width: 100%
}
.slider-area .slide-1 .top-title2, .slider-area .slide-2 .top-title2, .slider-area .slide-3 .top-title2 {
	letter-spacing: 10px
}
.slider-area .slide-1 .top-title3, .slider-area .slide-2 .top-title3, .slider-area .slide-3 .top-title3 {
	font-size: 24px
}
.section-sub-title-dark, .section-sub-title-light {
	margin-bottom: 5px
}
.inner-title-dark h2 {
	font-size: 28px;
	line-height: 1.3
}
.inner-title-dark h3 {
	font-size: 26px
}
.inner-title-light h2 {
	font-size: 30px;
	line-height: 1.3
}
.sidebar-mt-xs {
	margin-top: 50px
}
.mt-xs {
	margin-top: 30px
}
.mb-xs {
	margin-bottom: 30px
}
.mb45--xs {
	margin-bottom: 45px
}
.mb-xs-list {
	margin-bottom: 30px
}
.mb-xs-list:last-child {
	margin-bottom: 0
}
.text-center-xs {
	text-align: center
}
img.float-none-xs {
	float: none!important;
	margin: 0 auto!important
}
h2.section-lg-title-light {
	font-size: 32px
}
h2.section-title-dark {
	font-size: 28px
}
.header-social-round-primarytext {
	margin-top: -3px
}
i.icon-default-dark {
	margin-top: 5px;
	font-size: 36px;
	line-height: 36px
}
i.icon-default-dark:before {
	font-size: 36px;
	line-height: 36px
}
.-layout1 h2 {
	font-size: 28px
}
.service-box-layout6 .service-box-content .item-content {
	padding: 15px 25px;
	width: 90%
}
.service-box-layout6 .service-box-content .item-content h3 {
	font-size: 26px
}
.service-box-layout6 ul.service-box-nav li a .item-icon, .service-box-layout6 ul.service-box-nav li a .item-content {
	flex: inherit
}
.item-icon-bottom-center {
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 20px
}
.inner-title-bold h2 {
	font-size: 36px
}
.features-box-layout1 .item-content {
	padding: 30px 30px 40px
}
.service-box-layout5 .item-content {
	bottom: -45px
}
.cart-page-top .update-button {
	padding-top: 10px
}
.cart-page-bottom-left input {
	width: 100%;
	margin-bottom: 20px
}
.blog-box-layout5 .item-content {
	padding: 25px 15px 20px
}
.single-blog-layout1 .blog-comments ul li {
	display: inherit
}
i.icon-default-primary {
	margin-bottom: 20px
}
.counter-title h3 {
	font-size: 40px
}
.arvore-details-tab-area {
	margin: 60px 0 20px
}
}
.contact-title {
	text-align: center;
	margin: 30px 0 0 0;
	padding-bottom: 20px;
	padding-top: 50px
}

@media only screen and (max-width:768px) {
.slider-area .slide-1 p.slider-sub-text, .slider-area .slide-2 p.slider-sub-text, .slider-area .slide-3 p.slider-sub-text {
	display: none
}
.slider-area .slide-1>div>div, .slider-area .slide-2>div>div, .slider-area .slide-3>div>div, .slider-area .slide-1 .text-left, .slider-area .slide-2 .text-right, .slider-area .slide-3 .container {
	text-align: center!important
}
.slider-area .slide-1 p.slider-big-text, .slider-area .slide-2 p.slider-big-text, .slider-area .slide-3 p.slider-big-text {
	font-size: 26px;
	margin-bottom: 20px
}
.service-box-layout6 .service-box-content .item-content {
	position: inherit;
	width: 100%
}
.col-mb-6 {
	width: 50%
}
.hidden-mb {
	display: none!important
}
}

@media only screen and (max-width:479px) {
.slider-area .slide-1 .top-title3, .slider-area .slide-2 .top-title3, .slider-area .slide-3 .top-title3 {
	font-size: 20px
}
.mb-30 {
	margin-bottom: 15px!important;
	text-align: center
}
h1 {
	font-size: 26px
}
h2 {
	font-size: 22px
}
.service-box-layout1 {
	padding: 40px 15px
}
h2.section-lg-title-light {
	font-size: 30px
}
h2.section-title-dark {
	font-size: 26px
}
.service-lg-title-dark h3 {
	font-size: 22px
}
.section-sub-title-dark, .section-sub-title-light {
	margin-bottom: 5px
}
.header-search .search-input {
	background: rgba(3,169,244,0.9);
	right: 0;
	height: 45px;
	width: 280px
}
i.icon-default-dark {
	font-size: 34px;
	line-height: 34px
}
i.icon-default-dark:before {
	font-size: 34px;
	line-height: 34px
}
.service-box-layout6 .service-box-content .item-content h3 {
	line-height: 1.3;
	margin-bottom: 15px
}
.inner-title-dark h2 {
	font-size: 26px
}
.inner-title-light h2 {
	font-size: 28px;
	line-height: 1.3
}
.project-box-layout4 .item-content {
	padding: 8px 30px 10px
}
.txt-bx-p {
	padding: 15px 15px 5px
}
.inner-title-bold h2 {
	font-size: 34px
}
.service-box-layout5 .item-content {
	bottom: -70px
}
.mb-xs {
	margin-bottom: 15px
}
.team-box-layout6 {
	margin-bottom: 15px
}
.arvore-details-tab-area ul {
	padding-left: 0
}
.arvore-details-tab-area ul>li a {
	padding: 7px 10px
}
.inner-arvore-details-right .arvore-details-social li {
	margin-right: 10px
}
.inner-arvore-details-right h3 {
	margin-bottom: 0;
	font-size: 20px;
}
.login-registration-field {
	padding: 15px 15px 20px
}
.blog-box-layout4 .item-content {
	width: 100%;
	padding: 10px 15px 0;
	bottom: 0
}
.blog-box-layout4 p {
	display: none
}
i.pull-left.icon-circle-primary {
	margin-right: 15px
}
i.pull-left.icon-circle-light {
	margin-right: 15px
}
i.pull-left.icon-default-primary {
	margin-right: 15px
}
i.pull-left.icon-default-dark {
	margin-right: 15px
}
i.pull-left.icon-default-light {
	margin-right: 15px
}
.sidebar-mt-sm, .sidebar-mt-xs {
	margin-top: 30px
}
}

@media only screen and (max-width:320px) {
h1 {
	font-size: 26px
}
h2 {
	font-size: 22px
}
p {
	font-size: 14px
}
.lead {
	font-size: 14px
}
.lead p {
	font-size: 14px
}
.section-sub-title-dark, .section-sub-title-light {
	margin-bottom: 35px
}
h2.section-lg-title-light {
	font-size: 28px
}
h2.section-title-dark {
	font-size: 24px
}
i.icon-default-dark {
	font-size: 32px;
	line-height: 32px
}
i.icon-default-dark:before {
	font-size: 32px;
	line-height: 32px
}
.inner-title-bold h2 {
	font-size: 32px
}
}
.lineh30 {
    line-height: 40px !important;
}

.fontetamanho20 {
    font-size: 20px!important;
}
.branco {
    color: #ffffff !important;
}
.verde {
    background: #46c355;
}
.button, #content input[type="submit"], #commentform #submit {
    overflow: hidden;
    display: inline-block !important;
    padding: 0 20px;
    outline: none;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    line-height: 50px;
    margin-top: 10px!important;
    font-size: 13px;
    margin: 0 1px;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -ms-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.fontenegrito {
    font-weight: 600;
}
@media(prefers-color-scheme: dark) {
    .mean-container a.meanmenu-reveal span{
        background: #444 !important;
    }
}