@font-face { font-family: Lato-Regular; src: url('../fonts/Lato/Lato-Regular.ttf'); }
@font-face { font-family: Lato-Medium; src: url('../fonts/Lato/Lato-Medium.ttf'); }
@font-face { font-family: Lato-Light; src: url('../fonts/Lato/Lato-Light.ttf'); }
@font-face { font-family: Lato-Black; src: url('../fonts/Lato/Lato-Black.ttf'); }
@font-face { font-family: Lato-Bold; src: url('../fonts/Lato/Lato-Bold.ttf'); }

@font-face { font-family: Gotham-Black; src: url('../fonts/Gotham/Gotham-Black.otf'); }
@font-face { font-family: Gotham-Medium; src: url('../fonts/Gotham/Gotham-Medium.otf'); }

/* ----------------------------- Vars */
:root {
	--cor-laranjx: #e6a32d;
	--cor-laranjx2: #f4b038;
	--cor-laranjx3: #eda320;

	--cor-verde: #008e39;
	--cor-verde2: #67a62d;
	--cor-laranja: #e7633a;
	--cor-cinza1: #555555;
	--cor-cinza2: #d9d9d9;

	--cor-cinza3: #2f2f2f;
	--tam1: 960px;
	--tam2: 990px;
}

/*menu laranja: eec534
cinza rodape 919294*/

body{
	font-family: Lato-Regular;
}

a{
	color: initial;
	text-decoration: none;
}

.topacity:hover{
	opacity: 0.8;
}

.inline li{
	display: inline-block;
}

.inline li:before{
	content: '-';
	color: #de9a28;
	margin: 0px 5px;
}

/* ----------------------------- Header */

header{
	background: var(--cor-verde);
	overflow:hidden;
	background-image: url(../imgs/bg-header2.png);
	background-position:top center;
	background-size:auto 150px;
	background-repeat:no-repeat;
	z-index: 99999;
}

header .top{
	background: var(--cor-verde2);
	overflow:hidden;
	padding:10px 0px;
	color: #FFF;
	font-size: 13px;
	background-image: url(../imgs/bg-header2.png);
	background-position:top center;
	background-size:auto 150px;
	background-repeat:no-repeat;
}

header .menu{
	padding: 10px 0px 15px 0px;
	z-index: 99999;
	overflow: hidden;
}

header .fleft{
	font-size: 16px;
	font-weight:bold;
	vertical-align: middle;
}

header .top .fright .item{
	display: inline-block;
	border-right: 1px solid;
	padding:2px 12px 2px 8px;
}

header .top .fright .item:last-child{
	border: 0;
	padding-right: 0;
}

header .logo img{
	height:80px;
	filter:brightness(0.93);
	margin-left:30px;
}

header a, footer a{
	text-decoration: none;
	color:#EEE;
}

nav{
	padding: 35px 0px;
}

nav a{
	color: #EEE;
	text-transform: uppercase;
	margin: 5px 0px;
	margin-left: 10px;
	font-family:Lato-light;
	padding-bottom:10px;
}

nav .item:hover a, nav .item a.active, nav .item .subitem a:hover{
	color: #FFF;
	border-bottom:2px solid;
	padding-bottom:5px;
	transition:all 0.3s;
}

nav .item{
	/* 		position:relative; */
	z-index: 999;
}

nav .item .subitem{
	transform:translate(-50%,20px);
	transition:all 0.5s;
	max-height:0px;
	max-width:0px;
	overflow:hidden;
	display:inline-block;
	position:absolute;
}

nav .item:hover .subitem{
	text-align:left;
	z-index: 999;
	background: var(--cor-verde);
	padding: 10px 20px 10px 10px;
	margin-top: 24px;
	transform:translate(-50%,0px);
	/* 	border-top:1px solid #FFF; */
	display:inline-block;
	max-height:1110px;
	max-width:1110px;
}

nav .item .subitem a{
	display:block;
	border-color:transparent;
}

header .rs{
	padding: 0px 30px
}

header .rs span{
	width: 17px;
	height: 17px;
	background: url(../imgs/rs-sprite2.png);
	background-size: auto 17px;
	display: inline-block;
	margin: -5px 5px;
	
}

header .rs .tt{
	background-position-x: 22px;
	width:22px;
}

header .rs .fb{
	background-position-x:75px;
}

header .rs .ig{
	background-position-x: 46px;
}

header .rs .yt{
	background-position-x: 0px;
}

.rs span:hover{
	opacity: 0.8;
}

/* ----------------------------- Footer */
footer{
	background: var(--cor-cinza1);
	overflow:hidden;
}


footer .inner{
	width: var(--tam1);
	padding: 60px 0px 50px 0px;

}

footer .logo{
	margin-bottom: -20px;
}

footer .logo img{
	height: 85px
}

footer .instagram .tt{
	background: var(--cor-laranja);
	color:#FFF;
	font-family:Lato-Black;
	font-size:38px;
	padding:0px 0px 6px 0px
}

footer .instagram .tt img{
	height: 50px;
	padding: 1px;
}

.instagram .jcarousel ul{
	background:#676767;
	overflow:hidden;
	position:relative;
}

.instagram .jcarousel ul li img{
	margin-top:50%;
	margin-bottom:-50%;
	transform:translateY(-50%);
	position:relative;

}

footer .copy{
	background: var(--cor-verde2);
	color:#FFF;
	padding:20px;
	font-size:12px;
}

footer .copy2{
	background: var(--cor-verde);
	height: 50px;
	margin-bottom: 8px;
}

footer .mapa{
	width: 175px;
}

footer .principal{
	width: 360px;
}

footer .menu{
	text-align:left;
	min-width:350px;
}

footer .menu a{
	font-size: 13px;
	color: #919294;
	width: 100%;
	float: left;
	padding:6px 5px;
}

footer .menu a:hover,footer .menu a.active{
	color: #FFF;
}

footer .principal a{
	width: 50%;
}

footer .principal a:nth-child(2){
	clear: both;
}

footer b{
	color: #FFF;
	font-size: 13px;
	padding:6px 5px;
	width: 100%;
	float: left;
}

footer .redes-sociais{
	text-align:left;
}

footer .redes-sociais .bt1{
	min-width: 110px;
	margin-left:5px;
	margin-top:10px;
	text-transform: initial;
	padding:8px 5px;
}

footer .redes-sociais b{
	margin-bottom: 5px;
}

footer .redes-sociais .gtt{
	margin: 35px 0px 0px 5px;
	width: 110px;
}

footer .redes-sociais .gtt img{
	width: 100%;
}

footer .rs span{
	width: 30px;
	height: 30px;
	background: url(../imgs/rs-sprite2.png);
	background-size: auto 30px;
	display: inline-block;
	margin: 0px 5px;
}

footer .rs .tt{
	background-position-x: -140px;
	width:38px
}

footer .rs .ig{
	background-position-x: -97px;
}

footer .rs .fb{
	background-position-x: -47px;
}

footer .rs .yt{
	background-position-x: 0px;
}

/* ----------------------------- Elements */

.bt1{
	background: var(--cor-verde2);
	color: #FFF;
	display: inline-block;
	text-align:center;
	padding:10px 20px;
	min-width: 120px;
	text-transform: uppercase;
	font-family: Lato-Bold;
	border:0;
	cursor: pointer;
}

.bt1:hover{
	background: var(--cor-verde);
}

h1{
	font-family: Gotham-Black;
	font-size: 37px;
	color: var(--cor-verde);
}

h2{
	font-family: Gotham-Black;
	font-size: 37px;
	color: var(--cor-verde2);
}

h3{
	font-family: Lato-Bold;
	font-size: 20px;
	color: var(--cor-verde2);
}

.traco{
	height: 1px;
	width: 50px;
	display: inline-block;
	background: #5275b5;
}

.blocktela{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	display: block;
	z-index: -9;
	transition: 0.5s all;
	/* 	display: none; */
	opacity: 0;
}

.blocktela.open{
	/* 	display: block; */
	opacity: 1;
	z-index: 9;
}

.blocktela .inner{
	text-align: center;
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.blocktela .close{
	position:absolute;
	right:0;
	background: #000;
	top:0;
	padding:30px;
	opacity:0.2;
	width:90px;
	text-align:center;
	z-index:10;
	cursor:pointer;
}

.blocktela .close:after{
	content: 'X';
	color: #FFF;
	font-size: 30px;
}

.blocktela .close:hover{
	opacity: 0.4
}

.blocktela .inner .emb{
	transform: translate(-50%,-50%) scale(0.2);
	transition: 0.5s all;
	
	top:50%;
	left: 50%;
	position: absolute;
}

.blocktela.open .inner .emb{
	transform: translate(-50%,-50%) scale(1);
}

.blocktela.open .inner iframe{
	min-height: 80%;
	min-width: 80%;
	max-height: 100%;
	max-width: 100%;
}


.blocktela.open .inner img{
	min-height: 80%;
	max-height: 100%;
	max-width: 100%;
}

.zoom{
	cursor: pointer;
	transform: rotate(4deg);
	transition: 0.5s all;
}

.zoom:hover{
	opacity: 0.8;
	transform: rotate(5deg);
}

.aviso{
	background:#ffa400;
	color:#FFF;
	padding:10px;
	border-radius:4px;
	margin:20px 0px;
}

.aviso.sucesso{
	background:#00ff71;
	color:#166f3d;
}

.aviso.falha{
	background:#ff0000;
	color:#FFF;
}

/* ----------------------------- Index */

.superbanner-area{
	background: var(--cor-cinza1)
}

.superbanner{
	border-top:10px solid #FFF;
}

div .jcarousel-control-prev,
div .jcarousel-control-next {
	background: url(../imgs/st-e.png) no-repeat;
	background-size:30px;
	border-radius: 0;
	box-shadow: initial;
	opacity: 1;
	top: 50%;
/* 	transform: translateY(-50%); */
	height: 30px;
	width: 30px;
}

div .jcarousel-control-prev {
	left: 30px;
}

div .jcarousel-control-next {
	right: 30px;
	background-image: url(../imgs/st-d.png);
}

.superbanner img{
	width: 100%
}

.line-azul{
	height: 44px;
	background: var(--cor-laranja);
}

.bk{
	width: var(--tam2);
	overflow: hidden;
	margin:0px -15px;
	margin-top: 65px;
	margin-bottom: 10px;
}

.bk .u{
	width: 33.33%;
	float: left;
	text-align: left
}

.bk .u img{
	width: 100%;
}

.bk .u .in{
	padding: 15px;
}

.bk .u .tt{
	font-size: 14px;
	margin: 35px 0px 10px 0px;
	font-family: Lato-Black;
}

.bk .traco{
	background: #5275b5;
}

.bk .u .sbt{
	font-size: 13px;
	margin-top:15px;
	color: #949494;
}

.banner-longo{
	background: var(--cor-cinza2);
}

.banner-longo .in{
	max-width: var(--tam2);
	padding:80px 0px 50px 0px;
}

.banner-longo .in img{
	margin-bottom:30px;
}

.line-laranja{
	background: var(--cor-laranjx3);
	height: 60px;
}

.line-vermelho{
	background: var(--cor-verde2);
	height: 21px;
	border-bottom: 7px solid var(--cor-cinza1);
}

.line-vermelho2{
	background: var(--cor-verde2);
	height: 7px;
}

.nossos-resultados{
	padding-top:30px;
}

.nossos-resultados .links .u{
	font-family: Lato-Black;
	width: 190px;
	display: inline-block;
}

.nossos-resultados .links{
	padding: 60px 0px;
}

.nossos-resultados .links .u .traco{
	display: block;
	margin-bottom: 20px;
}

.muito-mais{
	background: var(--cor-laranjx2);
	padding-top: 50px;
}

.muito-mais .links{
	padding-top: 45px;
	max-width:1090px;
}

.muito-mais .links .u{
	display: inline-block;
	width: 178px;
	height: 223px;
	text-align: center;
}

.muito-mais .links .u .tt{
	font-family: Lato-Black;
	padding-top:12px;
}

.muito-mais .links .u .traco{
	height: 3px;
}

.muito-mais .links .u:nth-child(11n + 1) .traco{ background:#c4d68c }
.muito-mais .links .u:nth-child(11n + 2) .traco{ background:#63c6eb }
.muito-mais .links .u:nth-child(11n + 3) .traco{ background:#beaacb }
.muito-mais .links .u:nth-child(11n + 4) .traco{ background:#f4ae85 }
.muito-mais .links .u:nth-child(11n + 5) .traco{ background:#d66b76 }
.muito-mais .links .u:nth-child(11n + 6) .traco{ background:#b9d66b }
.muito-mais .links .u:nth-child(11n + 7) .traco{ background:#63c6eb }
.muito-mais .links .u:nth-child(11n + 8) .traco{ background:#f9ba11 }
.muito-mais .links .u:nth-child(11n + 9) .traco{ background:#fac668 }
.muito-mais .links .u:nth-child(11n + 10) .traco{ background:#559e6b }
.muito-mais .links .u:nth-child(11n + 11) .traco{ background:#6b6bd6 }

.perto-de-voce h2{
	padding: 50px 0px;
}

.perto-de-voce .links{
	overflow: hidden;
	width: 1050px;
	margin-bottom: 70px;
}

.perto-de-voce .u{
	float: left;
	width: 25%;
	margin: 5px 0px;
}

.perto-de-voce .u .img{
	padding: 0px 10px;
	padding-bottom: 2px;
}

.perto-de-voce .u img{
	width: 100%;
}

.perto-de-voce .u .tt{
	color: var(--cor-verde2);
	font-family: Gotham-Medium;
}


.page-contato{
	padding: 70px;
}

.page-contato input,.page-contato textarea{
	width: 400px;
	background: #EEE;
	border: 1px solid #DDD;
	padding: 10px;
	display: block;
	margin: 2px 0px;
	font-family: Lato-Regular;
	font-size:13px;
}

/* ----------------------------- Page */

.page .simg img{
	width: 100%;
}

.page .conteudo{
	overflow: hidden;
}

.page .conteudo_topo{
	background: no-repeat center top;
	line-height: +1.2;
	background-color: #f1f3db;
}

.page .background{
	background: no-repeat center top;
}


.conteudo td{
	vertical-align:top;
}

.conteudo form{
	background:#e4eeb7;
	padding:40px 40px
}

.conteudo form h2{
	color:#075729;
	margin-bottom:20px;
	line-height:+1;
}

.conteudo form h3{
	color:#000;
	margin-bottom:30px;
}

.conteudo form input
,.conteudo form textarea
,.conteudo form select{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	color:#666;
	background:#FFF;
}

.conteudo form select{
	width: 50%;
}

.conteudo form textarea{
	height: 100px;
}

.conteudo form input[type="submit"]
,.conteudo form button{
	background:var(--cor-verde);
	color:#FFF;
	text-transform:uppercase;
	border:0;
	width:auto;
	padding:10px 15px;
	cursor:pointer;
}


.galeria{
	background: var(--cor-verde2);
	/* 	margin:40px 0px; */
	border-bottom:2px solid var(--cor-verde);
}

.galeria .tt{
	background:var(--cor-verde);
	padding:10px;
}

.galeria h1{
	color:#FFF;
}

.galeria .container .jcarousel{
	/* 	background:#000; */
}

.galeria li{
	padding:10px;
}

.galeria .jcarousel-control-prev,
.galeria .jcarousel-control-next {
	background: url(../imgs/st-e.png) no-repeat;
	background-size:30px;
	border-radius: 0;
	box-shadow: initial;
	opacity: 1;
	height: 40px;
	width: 30px;
}

.galeria .jcarousel-control-prev {
	left:-40px;
}

.galeria .jcarousel-control-next {
	background: url(../imgs/st-d.png) no-repeat;
	background-size: 30px;
	right:-40px;
}

/* ----------------------------- ATTR */
.fleft{
	float:left;
}

.fright{
	float:right;
}

.table{
	display: table;
	width: 100%;
}

.table .tr{
	display: table-row;
}

.table .tr .td{
	display: table-cell;
	vertical-align: bottom;
}






.conteudo_topo,.conteudo{
	overflow: hidden;
}
.conteudo_topo img,.conteudo img{
	float: left;
	width:100%;
}
.conteudo_topo a img:hover,.conteudo a img:hover{
	filter: brightness(1.05);
}

.conteudo_topo .w50,.conteudo .w50{
	width: 50% !important;
}
.conteudo_topo .w100,.conteudo .w100{
	width: 100% !important;
}

.conteudo_topo .d4 .w50,.conteudo .d4 .w50{
	width: 25% !important;
}

.conteudo_topo .d4 .w50:nth-child(5n+2)
,.conteudo_topo .d4 .w50:nth-child(5n+5){
	width: 30.3% !important;
}

.conteudo_topo .d4 .w50:nth-child(5n+3)
,.conteudo_topo .d4 .w50:nth-child(5n+4){
	width: 18% !important;
}


.page .conteudo_topo.oneimg img,.page .conteudo.oneimg img{
	width:100% !important;
}



.page .banners{
	clear:both;
	position: relative;
	margin:0px 11%;
}

.page .banners li{
	padding:0px 20px;
}

.page .banners .jcarousel-control-prev,
.page .banners .jcarousel-control-next {
	background: url(../imgs/st-e2.png) no-repeat;
	background-size:30px;
	border-radius: 0;
	box-shadow: initial;
	opacity: 1;
	top: 50%;
	height: 40px;
	width: 30px;
	transform:translateY(-22px);
}

.page .banners .jcarousel-control-prev {
	left:-50px;
}

.page .banners .jcarousel-control-next {
	background: url(../imgs/st-d2.png) no-repeat;
	background-size: 30px;
	right:-50px;
}

.page .banners img{
	width: 100% !important;
}

.page .banners .txt{
	text-align:left;
	padding:10px;
	display:block;
}

.page .banners .txt1{
	padding:5px 0px;
	display:inline-block;
	margin-top:15px
}

.page .banners .txt1:before{
	position:absolute;
	height:3px;
	width:50px;
	background:var(--cor-laranja);
	display:block;
	content:'';
	margin-top:-8px;
}