@font-face {
	font-family:'Swiss721_Roman_CD';
	src: url('font/Swiss721BT-RomanCondensed_gdi.eot');
	src: url('font/Swiss721BT-RomanCondensed_gdi.eot?#iefix') format('embedded-opentype'),
		url('font/Swiss721BT-RomanCondensed_gdi.woff') format('woff'),
		url('font/Swiss721BT-RomanCondensed_gdi.ttf') format('truetype'),
		url('font/Swiss721BT-RomanCondensed_gdi.svg#Swiss721BT-RomanCondensed') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: condensed;
	unicode-range: U+0020-25CA;
}

*  {
	border: 0;
	outline: 0;
	text-decoration: none;
	list-style: none;
	font-family: 'Swiss721_Roman_CD';
	margin: 0;
	padding: 0;
}

img {
	border: 0px;
	outline: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

* html #tudo,html {
	height: 100%
}

body  {
	height: 100%;
	overflow-x: hidden;
	background-color: #FFFFFF;
	font-family: 'Swiss721_Roman_CD';
}

#tudo  {
	position:relative;
	min-height: 100%;
	width: 100%;
	margin: 0 auto;
}

#fix  {
	height: 100%;
	/* padding-bottom: 460px; */
	/*width: 1080px;*/
	margin: 0 auto;
}

header {
	position: fixed;
	
	width: 100%;
	height: 100px;
	
	margin-top: 10px; /*10px;*/
	
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.9);
	
	z-index:10000;
	
	-webkit-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 7px 10px 0px rgba(0,0,0,0.55);
}

header .wrapper {
	margin: 0 auto;
	
	width: 1050px;
	height:100px;
}

header .wrapper .logo {
	float:left;
	margin-left: 15px;
	margin-top: 20px;
	width: 135px;
}

nav ul {
	float:left;
	margin-left: 100px;
}
nav ul li {
	float: left;
	margin-left:15px;
	margin-right:15px;
	
	padding-top: 32px;
	padding-bottom: 20px;
	
	text-align: right;
	cursor: pointer;
	
	font-size: 16px;
	color: #FFFFFF;
}
nav ul li a {
	display: block;
}
nav ul li img {
	float: left;
	margin-top: 3px;
	margin-right: 10px;
	vertical-align: middle;
}
nav ul li span, #idioma span {
	color: #444444;font-size:14px;
}
nav ul li span {
	float: right;
    margin-right: 5px;
}
#idioma span {
	margin-right: 5px;
}
nav ul li:hover {
	background-image: url('../img/topo/icon/navigation-seta.png');
	background-position: top center;
	background-repeat: no-repeat;
	
	color: #9EC14B;
}

#idioma {
	float:right;margin-top:36px;text-align:right;
}
#idioma a {
	float:left;width:21px;height:15px;margin-left:5px;margin-right:5px;
}

#meio, #pt-main {
	height: 100%;
	width: 100%;
	float: left;
	min-height: 100%;
	color: #5F5E5E;
	font-size: 15px;
	z-index: 1;
	position: relative;
	/*padding-bottom: 43px;*/
}

#page-home, #page-agencia, #page-servico, #page-portfolio, #page-contato, #page-trcommerce {
	/*top: 0;
	left: 0;
	/*margin: 0 auto;
	float:left;*
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;*/
	padding-top: 160px;
	/*padding-bottom: 120px;*/
	z-index:1000;
}

#page-home .background, #page-agencia .background, #page-servico .background, #page-portfolio .background, #page-contato .background, #page-trcommerce .background{
	z-index:1;
	float: left;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
}

#page-home .background {
	background: url('../img/home/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}
#page-agencia .background {
	background: url('../img/agencia/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}
#page-servico .background {
	background-color: #FFFFFF;
}
#page-portfolio .background {
	background-color: #FFFFFF;
}
#page-trcommerce .background {
	background-color: #FFFFFF;
}
#page-contato .background {
	background: url('../img/contato/background.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;
}

#page-home .wrapper, #page-agencia .wrapper, #page-servico .wrapper, #page-portfolio .wrapper, #page-contato .wrapper, #page-trcommerce .wrapper {
	margin: 0 auto;
	width: 1050px;
	position: relative;
	z-index: 900;
	overflow-y: auto;
	overflow-x: hidden;
}

#page-servico .clientes {
	float:left;width:100%;background-color:#EEEEEE;margin-top:20px;z-index: 3;position: relative;
}

#page-servico #cliente {
	margin: 0 auto;width:1000px;height:150px;
}
#page-servico #cliente li {
	float:left;width:250px;height:150px;cursor: pointer;line-height:150px;text-align: center;
}
#page-servico #cliente li img {
	max-width:210px;vertical-align:middle;max-height:70px;
}
#page-servico #cliente li .bg {
	background-image: url('../img/servico/dizem-hover-seta.png');width:250px;height:166px;float:left;position:absolute;
	display:none;
}
#page-servico .cliente-depoimento {
	float:left;width:100%;height:100px;background-color:#6B8C38;font-size: 15px;color:#FFFFFF;z-index:2;position:relative;
}
#page-servico .depoimento {
	margin: 0 auto;width:990px;height:70px;padding-top:30px;padding-left:30px;padding-right:30px;
}
#page-servico .depoimento div {
	display:none;
}
#page-servico #servicos-mensagem {
	margin:0 auto;position: absolute;height:157px;margin-top:380px;width:1050px;
}
#servicos-mensagem .mensagem {
	/*background-image:url('../img/servico/mensagem-bg.png');*/
	/*width:248px;height:134px;float:left;display:none;padding:10px;*/
	
	background-color: #000000;
	width:1030px;height:107px;float:left;display:none;padding:20px;
	font-size: 16px;color:#FFFFFF;position:relative;
    z-index: 999999999999999;
}
.marginLeft-45 {
	margin-left: -45px;
}


#page-agencia .texto {
	float:left;width: 515px;font-size:16px;color:#000000;margin-top:50px;
}

#page-agencia .premios {
	margin-top: 50px;
}

#page-agencia .sede {
	margin-top: 80px;
	width:400px;
}

#page-agencia #sede {
	float:right;width:510px;height:237px;background-color:rgb(255,255,255);background-color:rgba(255,255,255,0.5);padding:10px;margin-top:80px;margin-right:50px;
}
#page-agencia #sede img {
	float:left;width:510px;height:237px;
}

#page-agencia .premios img {
	float:left;
}

#page-agencia .como-chegar {
	float:left;width:383px;margin-top:50px;margin-left:80px;font-size:16px;color:#000000;
}

#page-agencia .como-chegar img {
	width:400px;height:200px;
}

#page-agencia .slide {
	float:left;width:383px;margin-top:50px;height:433px;margin-left:80px;background-image:url('../img/agencia/fotos-bg.png');position:relative;
}

#page-agencia #setas {
	left: 0;top: 0;width: 98px;height:101px;background-image: url('../img/agencia/fotos-seta-bg.png');position:absolute;z-index:99;margin-top:333px;margin-left:285px;
}

#setas .dir, #page-agencia .esq {
	width:17px;height:28px;background:none;float:right;margin-top:52px;cursor:pointer;
}
#setas .dir {
	background-image:url('../img/agencia/fotos-seta-dir.png');
	margin-right:19px;
}
#setas .esq {
	background-image:url('../img/agencia/fotos-seta-esq.png');
	margin-right:5px;
}

#page-agencia .slider {
	width:363px;height:413px;position:relative;margin-top:10px;margin-left:10px;
}
#page-agencia .slider img {
	width:363px;height:413px;position:relative;
}

#banner {
	float: left;width: 1050px !important;z-index:1;position:relative;height:350px;
}

#banner .slides {
	width: 100% !important;height:350px;
}

#banner .slides a {
	width: 1050px !important;height:350px;
}

#banner .slides a img {
	position: absolute; display: block; z-index: 1; opacity: 1;width: 1050px !important;height:350px;
}

#page-home .line {
	float:left;width:1100px;height:2px;margin-left:-25px;margin-top:10px;background-image:url('../img/home/banner-line.png');
}

#page-home .titulo, #page-agencia .titulo, #page-servico .titulo, #page-portfolio .titulo, #page-contato .titulo, #page-trcommerce .titulo {
	float:left;width:1050px;font-size: 40px;color:#000000;/*margin-top:60px;*/}
#page-contato .titulo {
	color: #FFFFFF;
}
#page-home .sub, #page-agencia .sub, #page-servico .sub, #page-portfolio .sub, #page-contato .sub, #page-trcommerce .sub {
	float:left;width:1050px;font-size:16px;color:#444444;
}
#page-contato .sub {
	color: #FFFFFF;
}

#ultimos-jobs {
	float:left;width:1032px !important;height:230px;padding-left:13px;background-color:rgb(0,0,0);background-color: rgba(0,0,0,0.9);margin-top:50px;
}

#ultimos-jobs ul {
	float:left;width:1032px;margin-top:15px !important;height:200px;
}

#ultimos-jobs ul li {
	float:left;margin-right:18px;height:200px;width:240px;
}

#ultimos-jobs ul li:hover .image {
	border-color: #99BF40;
}
#ultimos-jobs ul li:hover .nome {
	color: #6B8C38;
}

#ultimos-jobs ul li .image {
	border-width:2px;
	border-style: solid;
	border-color: rgb(0,0,0);
	border-color: rgba(0,0,0,0);
	transition: border-color .3s ease-in-out;
	border-radius: 3px;
	float:left;width:240px;height:160px;
}

#ultimos-jobs ul li .imagebg {
	float:left;width:234px;height:154px;margin-left:3px;margin-top:3px;background-color: #FFFFFF;
}

#ultimos-jobs ul li .imagebg img {
	width:220px;height:140px;margin-top:7px;margin-left:7px;
}

#ultimos-jobs ul li .nome {
	float: left;width:240px;height: 30px;margin-top:10px;font-size:15px;color:#FFFFFF;transition: color .3s ease-in-out;
}

#page-servico .dizem {
	float:left;width:100%;margin-top:130px;text-align:center;font-size:20px;color:#444444;z-index: 10;position: relative;
}

.noPaddingTop {
	padding-top: 0px !important;
}
.noPaddingBottom {
	padding-bottom: 0px !important;
}
.noPaddingLeft {
	padding-left: 0px !important;
}
.noPaddingRight {
	padding-right: 0px !important;
}

#linha-servicos {
	float:left;width:1050px;height:260px;margin-top: 50px;
}
#linha-servicos ul {
	float:left;width:1050px;height:260px;
}
#linha-servicos ul li {
	float:left;width:175px;height:260px;
	cursor: pointer;
}
#linha-servicos ul li .image {
	float:left;width:175px;height:175px;
}
#linha-servicos ul li .image img {
	position: absolute;
	float:left;width:133px;height:133px;
	margin-top:21px;
	margin-left:21px;
}
#linha-servicos ul li .image-bg {
	position:absolute;
	transition: .3s ease;
	z-index:-1;
}
#linha-servicos ul li:hover .image-bg, #linha-servicos .hovered {
	margin-top:0px !important;
	margin-left:0px !important;
	height:175px !important;
	width:175px !important;
}
#linha-servicos ul li .nome {
	float:left;width:175px;height:35px;margin-top:50px;
	font-size: 22px;
	color: #000000;
	text-align: center;
	transition: color .3s ease;
}
#linha-servicos ul li:hover .nome {
	color: #6B8C38;
}

#pager{ 
	margin-top: 15px;
	height: 30px;
	/* width: 1700px; */
	/* float: left; */
	position: relative;
	text-align: center;
}
#pager li{
	display:inline-block;
}
#pager li a, #pager li a span {
	display:block;
	height:22px;
	width:22px;
}
#pager li a {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	padding:7px 4px;
}
#pager li a span { 
	overflow:hidden;
	text-indent:-9999px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	
	background: #000000;
}
#pager li.activeSlide a span {
	background:#FFFFFF;
}

#portfolio-nav-wrapper {
	margin:0 43%;width:57%;height:68px;background-color:#E9F3E1;position:absolute;/*margin-top:70px;*/z-index:999;
}

#portfolio-nav {
	float:left;
	height:80px;
}

#portfolio-nav li {
	float:left;
	height: 80px;
	line-height: 68px;
	font-size:15px;
	color: #111111;
	margin-left:15px;
	margin-right: 20px;
	cursor: pointer;
}

#portfolio-nav li:hover {
	background-image: url('../img/portfolio/portfolio-seta.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #9EC14B;
}

#items {
	float:left;width:1020px;position:relative;margin-top:95px;
}
#items .item {
	float:left;width:337px;
	height:230px;
}
#items .item img {
	width: 100%;
	height:100%;
	float:left;
	position:relative;
	z-index: 1;
}
#items .item-bg {
	background-image: url('../img/portfolio/item-bg.png');
	position:absolute;
	float:left;
	width:337px;
	height:230px;
	z-index: 150;
	opacity: 0;
	transition: opacity .3s ease;
}
#items .item:hover .item-bg {
	opacity: 1;
}
#items .tipo {
	font-size:16px;color:#BBBBBB;margin-left:15px;width:307px;height:19px;text-transform: uppercase;
}
#items .nome {
	font-size:24px;color:#FFFFFF;margin-left:15px;width:307px;height:30px;margin-top:170px;text-transform: uppercase;
}

.marginLeft20 {
	margin-left:20px;
}
#form-contato {
	float:left;width:720px;margin-top:60px;
}
#form-contato input[type="text"] {
	float:left;
	width:336px;
	height:30px;
	font-size:13px;
	color:#545454;
	padding-left:10px;
	margin-bottom: 17px;
	border: 2px solid #EEEEEE;
	border-radius: 2px;
}
#form-contato input[type="text"]:hover, #form-contato input[type="text"]:focus {
	width:336px;
	height:30px;
	border: 2px solid #6B8C38 !important;
	border-radius: 3px;
}
#form-contato select {
	float:left;
	width:720px;
	height: 32px;
	margin-bottom: 17px;
	border: 2px solid #EEEEEE;
	border-radius: 2px;
}
#form-contato select, #form-contato option {
	font-size:13px;
	color:#545454;
	padding-left:10px;
}
#form-contato select:hover, #form-contato select:focus {
	width:720px;
	height: 32px;
	border: 2px solid #6B8C38 !important;
	border-radius: 3px;
}

#form-contato textarea {
	resize:none;
	
	width:706px;
	padding-left:10px;
	padding-top: 10px;
	height: 146px;
	max-height:146px;
	min-height:146px;
	border: 2px solid #EEEEEE;
	border-radius: 2px;
	margin-bottom: 10px;
}
#form-contato textarea:hover, #form-contato textarea:focus {
	width:706px;
	height: 146px;
	max-height:146px;
	min-height:146px;
	border: 2px solid #6B8C38 !important;
	border-radius: 3px;
}
#form-contato .botao {
	float: left;
	width:720px;
	height: 50px;
	background-color: #6B8C38;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
}
.social {
	width:230px;height:45px;margin-top:27px;
}
.social .img {
	float:left;width:45px;height:45px;
	margin-left:8px;margin-right:8px;
	cursor: pointer;
}

.social .facebook, .social .twitter, .social .linkedin {
	/*background-size: 100% 100%;*/
	transition: .3s ease;
	background-repeat: no-repeat;
}
.social .facebook {
	background-image: url('../img/contato/icon-facebook-full.png');
}
.social .twitter {
	background-image: url('../img/contato/icon-twitter-full.png');
}
.social .linkedin {
	background-image: url('../img/contato/icon-linkedin-full.png');
}
.social .facebook:hover, .social .twitter:hover, .social .linkedin:hover {
	background-position: 0 -45px;
}

.social .facebook:hover {
	/*background-image: url('../img/contato/icon-facebook-hover.png');*/
}
.social .twitter:hover {
	/*background-image: url('../img/contato/icon-twitter-hover.png');*/
}
.social .linkedin:hover {
	/*background-image: url('../img/contato/icon-linkedin-hover.png');*/
}
.rodape-info {
	float:left;margin-left:15px;margin-top:30px;font-size:15px;color:#FFFFFF;width:540px;
}
.rodape-info b {
	color: #6B8C38;
}
.rodape-info-2 {
	float:left;margin-left:15px;margin-top:10px;font-size:13px;color:#666666;width:540px;
}
.rodape-social {
	float:right;margin-right:8px;
	width:170px;height:40px;margin-top:30px;
}
.rodape-social .img {
	float:left;width:40px;height:40px;
	margin-left:8px;margin-right:8px;
	cursor: pointer;
}
.rodape-social .facebook {
	background-image: url('../img/contato/icon-facebook.png');
}
.rodape-social .twitter {
	background-image: url('../img/contato/icon-twitter.png');
}
.rodape-social .linkedin {
	background-image: url('../img/contato/icon-linkedin.png');
}

.rodape-social .facebook:hover {
	background-image: url('../img/contato/icon-facebook-hover.png');
}
.rodape-social .twitter:hover {
	background-image: url('../img/contato/icon-twitter-hover.png');
}
.rodape-social .linkedin:hover {
	background-image: url('../img/contato/icon-linkedin-hover.png');
}
.info-dir {
	float:left;margin-top:20px;margin-left:60px;width:240px;font-size:15px;color:#DDDDDD;line-height:26px;
}
.info-dir b {
	margin-top:40px;width:240px;float:left;color:#94BC58;font-size:17px;
}
.wrapper-contato {
	/*position: absolute !important;bottom:0;*/background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.9);height:100px;margin-top:95px !important;width:100% !important;z-index:1000;
}

.marginLeft128 {
	margin-left: 128px;
}
.marginLeft303 {
	margin-left: 303px;
}
.marginLeft477 {
	margin-left: 477px;				
}
.marginLeft652 {
	margin-left: 652px;
}
.marginLeft827 {
	margin-left: 827px;
}

#msg_contato {
	font-size:16px;margin-top:70px;display:none;
}
#msg_contato .texto-1 {
	color:#FFFFFF;
}
#msg_contato .texto-2 {
	font-size:35px;color:#759348;
}
#msg_contato .texto-3 {
	color:#AAAAAA;
}
#hidden-bg {
	position: absolute; width: 720px; height: 376px; opacity: 0.4; display: none; background-color: rgb(0, 0, 0);
}
#hidden-pop {
	position: absolute; margin-top: 90px; padding: 20px; margin-left: 180px; border: 1px solid rgba(0, 0, 0, 0.0980392); font-size: 20px;  text-align: right; opacity: 0.95; display: none; color: #000000;background-color: #FFFFFF;
}
#hidden-pop .button {
	background-color: #FFFFFF;font-size: 15px;color: #000000;cursor:pointer;
}
#servico-msg-seta {
	float:left;width:41px;height:20px;margin-left:65px;display:none;
}
#servico-msg-fecha {
	float:right;width:13px;height:18px;margin-right:-17px;display:none;
	cursor: pointer;
}