﻿/* CSS Document */
/*@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Regular.woff') format('woff'),
         url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('../fonts/MyriadPro-Regular.otf') format('opentype'),
         url('../fonts/MyriadPro-Regular.svg#StMarieThin') format('svg');
  font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Semibold';
  src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/MyriadPro-Semibold.woff') format('woff'),
         url('../fonts/MyriadPro-Semibold.ttf') format('truetype'),
         url('../fonts/MyriadPro-Semibold.otf') format('opentype'),
         url('../fonts/MyriadPro-Semibold.svg#StMarieThin') format('svg');
  font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Myriad-Pro-Bold';
  src: url('../font/Myriad-Pro-Bold.eot');
    src: url('../font/Myriad-Pro-Bold.eot?#iefix') format('embedded-opentype'),
         url('../font/Myriad-Pro-Bold.woff') format('woff'),
         url('../font/Myriad-Pro-Bold.ttf') format('truetype');
  font-weight: normal;
    font-style: normal;
}*/

body {
	width:100%;
	margin:0;
	padding:0;
	-webkit-user-select:none;
    -webkit-text-size-adjust:none;
    font-family: "myriad-pro", Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
    color: #898A8E;
	font-size: 13px;
	line-height:normal;	
	text-align: left;
	background-image:url('../imgs/bg_body.jpg');
	background-repeat:repeat-y;
	background-position:center center;
			-khtml-user-select: text;
			-moz-user-select: text;
			-o-user-select: text;
			user-select: text;

}
b, strong{
	font-weight:700;
	}
a, a:visited{
	color: #8F9199;
	text-decoration: underline;
}
a:hover{
	color: #3295DF;
	text-decoration: none;
}
a img{
	border:0;
}
#container {
width:980px;
margin:0 auto;
}
#header {
background-image:url('../imgs/headerbg.jpg');
background-repeat:repeat-x;
width:980px;
height:80px;
}
#header a.logo {
padding: 5px 0 0 30px;
border:0;
float:left;
}
#header a.logo img { border:0;}
h1{font-weight:400;}
#header .lang {
float:right;
font-weight:600;
margin:7px 30px 0 0;
}
#header .lang span {
color: #3295DF;
}
#menu {
margin:40px -30px 0 0;
padding:10px 0 0 0;
float:right;
white-space:nowrap;
text-align:center;
}
#menu li ul { display: none; }
#menu ul,
#menu ul li{
list-style:none;
margin:0;
padding:0;
}
#menu ul li{ display: block; position: relative; float: left; text-align:center; padding:0;}
#menu ul li ul li  {float: none; display: block; padding:0; }
#menu ul li ul li a  { display:block; border-top:5px white solid; padding-bottom:10px; text-align:left; font-size:16px; }
#menu ul li:hover ul {display: block; position: absolute; z-index:200; margin:0; background-color:white; padding:0;}
#menu ul li:hover ul li {float: none; margin:0; padding:0;}
#menu ul li a{
margin:10px 20px 0 20px;
padding-top:10px;
font-size:18px;
font-weight:500;
color: #3295DF;
text-decoration: none;
text-align:center;
}
#menu ul li a:hover{
padding-top:10px;
border-top:5px #3295DF solid;
}
#menu ul li a:active{
background-color:transparent;
}
#menu ul li span{
margin:10px 20px 0 20px;
padding-top:10px;
font-size:18px;
font-weight:600;
color: #3295DF;
text-align:center;
border-top:5px #3295DF solid;
}
#content {
padding:20px 30px 20px 30px;
background-image:url('../imgs/bg_top_content.jpg');
background-position:left top;
background-repeat:repeat-x;
font-size:14px;
text-align:justify;
overflow:hidden;
}
#content hr{
margin:20px 0 10px 0;
padding:0;
height:1px;
line-height:0;
border-bottom:1px #DEDDE2 solid;
border-left:0;
border-right:0;
border-top:0;
clear:both;
}
#content .si{
float:right;
width:48%;
}
#content .siB{
width:100%;
}
#content .siB .int a{
text-decoration:none;
float:left;
margin:0 40px 0 0;
}

#content .siB .int{
height:auto;
overflow:hidden;
margin:0px;
}
#content .int{
height:390px;
overflow:hidden;
margin:0px;
}
#content .int .up {
height:97px;
color:#3295DF;
font-size:18px;
font-weight:600;
text-align:left;
}
#content .int .up img {
float:left;
margin:0 15px 0 0;
}
#content .int .up a.tit {
font-size:30px;
font-family: "myriad-pro",sans-serif;
font-style: normal;
font-weight: 600;
line-height:50px;
text-decoration:none;
color:#3295DF;
}
#content .int .up a.tit:hover {
text-decoration:underline;
}
#content .int .up p {
font-size:14px;
}
#content .gi{
float:left;
width:48%;
}
#content .giB{
width:100%;
}
#content .giB .int{
height:auto;
overflow:hidden;
margin:0px;
}
#content .giB .int a{
text-decoration:none;
float:left;
margin:0 40px 0 0;
}

#content .si p b,
#content .si p strong,
#content .gi p b,
#content .gi p strong {
font-weight:700;
}
#content .mind h2{
color:#3295DF;
font-size:20px;
padding:0;
margin:0;
line-height:22px;
font-weight:600;
}
#content .mind h2.equipa{
text-align:center;
font-weight:400;
}
#content .mind h3{
color:#3295DF;
font-size:18px;
padding:0;
margin:0;
line-height:20px;
font-weight:600;
}
#content .mind .quadrado{
float:left;
margin:27px 25px 15px 0;
width:244px;
height:244px;
}
#content .mind .quadrado div{
float:left;
width:120px;
height:70px;
color:#FFFFFF;
text-align:center;
font-size:17px;
font-style:italic;
font-weight:600;
padding-top:50px;
}
#content .mind .quadrado .a{
background-color:#1967B8;
margin:0 4px 0 0;
}
#content .mind .quadrado .b{
background-color:#1A72CC;
}
#content .mind .quadrado .c{
background-color:#2C81DA;
margin:4px 0 0 0;
}
#content .mind .quadrado .d{
background-color:#408FE1;
margin:4px 0 0 4px;
}
#content .mind{
overflow:hidden;
padding:10px;
}
#content .mind .ceo h3,
#content .mind .ceo h2{
margin:10px 0;
}
.ceo{
background-color:#f4f4f9;
padding:20px 25px 20px 30px;
overflow:hidden;
margin:10px 0;
}
.ceo h2{
color:#3295DF;
font-size:20px;
padding:0 0 0 0;
margin:0;
font-weight:600;
line-height:22px;
}
.ceo .foto{
float:left;
color:#4DA3E3;
font-family: "myriad-pro",sans-serif;
font-style: italic;
font-weight: 600;
width:209px;
margin-right:27px;
}
.ceo .foto div{
margin-left:88px;
}
#content .conta {
margin:0 0 30px 0;
color:#3295DF;
overflow:hidden;
}
#content .conta h2{
color:#3295DF;
font-size:20px;
font-weight:600;
padding:0 0 30px 10px;
background-image:url('../imgs/separador_conta.jpg');
background-repeat:no-repeat;
background-position:left bottom;
}
#content .conta h2 span{
color:#3295DF;
font-size:30px;
}
#content .conta div{
font-size:12px;
line-height:16px;
color:#0A6DB6;
float:left;
padding:0 40px 0 50px;
background-image:url('../imgs/spot.jpg');
background-repeat:no-repeat;
}
#content .conta img{
float:left;
margin:20px 30px 0 0;
}
#content .conta div h3{
font-size:16px;
line-height:20px;
color:#4DA3E3;
padding:0;
margin:0;
}
#content .contactos {
color:#0A6DB6;
overflow:hidden;
margin:0 30px 10px 30px;
padding:0;
font-size:14px;
line-height:18px;
}
#content .contactos div{
float:left;
margin:0 23px 0 0;
}
#content .contactos div.dois{
float:left;
}
#content .contactos div.tres{
float:left;
}
#content .contactos div.quatro{
float:right;
margin:0;
}
#content .contactos div h3{
font-size:24px;
padding:0 0 10px 0;
margin:0 0 15px 0;
border-bottom:1px #80D3FB dotted; 
color:#2897E8;
font-weight:600;
}
#content .rede{
margin:0 30px 10px 30px;
font-size:12px;
overflow:hidden;
text-align:left;
}
#content .rede h2{
font-size: 28px;
color:#2897E8;
margin:5px 0 10px 0;
font-weight:600;
line-height:30px;
}
#content .rede h2 span{
color:#0074CB;
}
#content .rede div{
line-height:16px;
color:#525257;
width:270px;
}

#content .rede div.um{
float:left;
margin:0 25px 0 0;
}
#content .rede div.dois{
float:left;
}
#content .rede div.tres{
float:right;
}
#content .rede div h3{
font-size:18px;
color:#0074CB;
margin:10px 0 30px 0;
}
#content .rede div h5{
font-size:13px;
color:#3295DF;
padding:0;
margin:0;
}
#content .rede div h4{
font-size:18px;
line-height:24px;
color:#3295DF;
border-bottom:1px #3295DF solid;
margin:15px 0 15px 0;
}
#content .rede div img{
float:right;}
#content .news .jcarousel-skin-tango {
border-bottom:1px #329BDA solid;
padding-bottom:0;
margin:0 0 7px 0; }
#content .news .jcarousel-skin-tango li {
text-align:left;
}
#content .news .jcarousel-skin-tango li a {
text-decoration:none;
display:block;
padding:10px;
height:260px;
}
#content .news .jcarousel-skin-tango li a img {
border:0;
margin:0 0 5px 0;
}
#content .news .jcarousel-skin-tango li span {
color:#4BB3E5;
margin:3px 0 0 0;
display:block;
}
#content .news .jcarousel-skin-tango li:hover {
background-color:#DDDDDD;
}
#content .news{
overflow:hidden;
margin:0 0 0 0;
padding:0 0 0 0;
}
#content .news .news_list{
list-style:none;
margin:10px 0 0 0;
padding:0;
}
#content .news .news_list li {
width:400px;
height:150px;
margin:10px 30px 10px 30px;
float:left;
border-bottom:1px #A9A9AB dotted;
padding:0;
}
#content .news .news_list li p {
margin:0 0 10px 0;
padding:0;
text-align:left;
font-weight:600;
}
#content .news .news_list li p span {
color:#4BB3E5;
font-weight:400;
}
#content .news .news_list li img{
width:120px;
height:120px;
border:6px #ececec solid;
float:left;
margin:0 15px 0 0;
}
#content .news .news_list li a {
float:right;
display:block;
background-image:url('../imgs/bg_plus.jpg');
background-repeat:repeat-x;
background-position:left center;
padding:10px 15px 10px 15px;
color:#0297D8;
text-align:center;
text-decoration:none;
}
#content .news .news_list li a:hover {
background-image:url('../imgs/bg_plus2.jpg');
background-repeat:repeat-x;
background-position:left center;
text-decoration:underline;
}
#content .news .tit span{
color:#4BB3E5;
font-weight:400;
}
#content .newsDetail{
overflow:hidden;
margin:0 0 10px 0;
padding:10px 0 10px 0;
border-bottom:1px #A9A9AB dotted;
}
#content .newsDetail p{
width:595px;
}
#content .newsDetail .tit {
font-size:20px;
padding-top:0;
margin:0;
}
#content .newsDetail .tit span{
color:#4BB3E5;
font-weight:600;
font-size:13px;
display:block;
margin:0;
padding:7px 0 0 0;
}
#content .newsDetail .jcarousel-skin-tango {
float:right;
margin:0 0 0 10px;
padding:0;
}
#content .newsDetail .jcarousel-skin-tango li a img {
border:0;
width:280px;
height:180px;
}
#content .newsDetail .jcarousel-skin-tango li {
padding:1px;
}
#content .newsDetail .jcarousel-skin-tango li:hover {
background-color:#0297D8;
}
a.back{
font-weight:bold;
padding:5px 0 5px 30px;
background-image:url('../imgs/back.gif');
background-position:left center;
background-repeat:no-repeat;
text-decoration:none;
}
a.back:hover{
background-image:url('../imgs/back2.gif');
background-position:left center;
background-repeat:no-repeat;
}
#content .titSoluc {
background-image:url('../imgs/bg_tit_soluc.jpg');
background-repeat:no-repeat;
color:#FFFFFF;
font-size:22px;
padding:5px 0 0 15px;
height:50px;
margin:40px 0 0 0;
}
#content .solucGI {
margin:0 0 230px 0;
overflow: hidden;
}
#content .solucLeft {
float:left;
width:211px;
overflow: hidden;
}
#content .solucRight {
float:right;
width:211px;
overflow: hidden;
}
#content .solucLink {
text-align:left;
overflow: hidden;
margin:15px 0 0 0;
height:213px;
}
#content .solucLink a {
border:1px #E2E2E3 solid;
text-decoration:none;
overflow:hidden;
height:213px;
display:block;
color:#FFFFFF;
font-size:0;
line-height:0;
}
#content .solucLink a img {
left:10px;
top:126px;
position:relative;
line-height:0;
}
#content .solucLink a span.box b {
font-weight:600;
}
#content .solucLink a span.box span {
font-size:16px;
}
#content .solucLink a span.box span br{
line-height:0;
height:0;
margin:0;
padding:0;
}
#content .solucLink a:hover span ,
#content .solucLink a:hover  {
color:#fff;
}
#content .solucLink a span.box {
display:block;
height:60px;
padding:8px 10px 12px 10px;
font-size:22px;
line-height:20px;
top:126px;
position:relative;
}
#content .solucLink a.Mcad {
background-image:url('../imgs/soluc_mindCad.jpg');
background-repeat:no-repeat;
}
#content .solucLink a.Mcut {
background-image:url('../imgs/soluc_mindCut.jpg');
background-repeat:no-repeat;
}
#content .solucLink a.Mgst {
background-image:url('../imgs/soluc_mindGst.jpg');
background-repeat:no-repeat;
}
#content .solucLink a.Msls {
background-image:url('../imgs/soluc_mindSls.jpg');
background-repeat:no-repeat;
}
#content .solucLink a.Mkpt {
background-image:url('../imgs/soluc_mindKpt.jpg');
background-repeat:no-repeat;
background-position:center top;
}
#content .solucLink a.Mepr {
background-image:url('../imgs/soluc_mindePr.jpg');
background-repeat:no-repeat;
}
#content .solucLink a.Mprs {
background-image:url('../imgs/soluc_mindPrs.jpg');
background-repeat:no-repeat;
}
#content .solucLink a.Mxrq {
background-image:url('../imgs/soluc_mindXrq.jpg');
background-repeat:no-repeat;
background-position:center top;
}
#content .solucLink a.Mtech {
background-image:url('../imgs/soluc_mindTech.jpg');
background-repeat:no-repeat;
background-position:center top;
}
#content .solucLink a.Mtech:hover {
border:#2875C8 1px solid;
}
#content .solucLink a.Mcad:hover {
border:#1085C6 1px solid;
}
#content .solucLink a.Mcut:hover {
border:#F8981D 1px solid;
}
#content .solucLink a.Mgst:hover {
border:#55595E 1px solid;
}
#content .solucLink a.Msls:hover {
border:#92278F 1px solid;
}
#content .solucLink a.Mkpt:hover {
border:#25A7DF 1px solid;
}
#content .solucLink a.Mepr:hover {
border:#88D04E 1px solid;
}
#content .solucLink a.Mprs:hover {
border:#9508A5 1px solid;
}
#content .solucLink a.Mxrq:hover {
border:#F05428 1px solid;
}
#content .solucLink a.Mtech span.box {
background-color:#2875C8;
}
#content .solucLink a.Mcad span.box {
background-color:#1085C6;
}
#content .solucLink a.Mcut span.box {
background-color:#F8981D;
}
#content .solucLink a.Mgst span.box {
background-color:#55595E;
}
#content .solucLink a.Msls span.box {
background-color:#92278F;
}
#content .solucLink a.Mkpt span.box {
background-color:#25A7DF;
}
#content .solucLink a.Mepr span.box {
background-color:#88D04E;
}
#content .solucLink a.Mprs span.box {
background-color:#9508A5;
}
#content .solucLink a.Mxrq span.box {
background-color:#F05428;
}
#content .clients {
/*border-bottom:1px #A9A9AB dotted;
margin:0 -30px 0 -30px;*/
margin:0 30px 0 30px;
overflow:hidden;
}
#content .clients .left {
float:left;
border:0;
}
#content .clients .right {
float:right;
border:0;
}
/*
#content .clients div.left div {
background-image:url('../imgs/clients_gi_bolas.png');
background-position:right bottom;
background-repeat:no-repeat;
}
#content .clients div.right div {
background-image:url('../imgs/clients_ind_bolas.png');
background-position:right bottom;
background-repeat:no-repeat;
}
#content .clients div div span{
font-size:24px;
line-height:30px;
}*/
#content .clients div div.first{
margin:5px 0 0 5px;
border:1px #e1e1e1 solid;
background-color:#fff;
z-index:1;
position:relative;
width:375px;
-moz-box-shadow: 0px 0px 5px #ccc;/* Old Firefox */
box-shadow: 0px 0px 5px #ccc;
overflow:hidden;
}
#content .clients div div.second{
text-align:left;
color:#FFFFFF;
width:320px;
height:130px;
padding:15px 20px 15px 20px;
background-color:#49A0E3;
margin:-67px 0 0 50px;
z-index:10;
position:relative;
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */
/*border-radius:5px;
-moz-border-radius:5px; /* Old Firefox */
}
#content .clients div div.first span{
font-size:26px;
line-height:28px;
font-weight:600;
text-align:left;
color:#127CCA;
margin:0 0 0 0;
padding:15px 0 0 0;
display:block;
}
#content .clients div div.first img.simb{
float:left; 
margin:7px 15px 5px 15px;
}

#content .clients div div b {

}
#content .clients .jcarousel-skin-tango li:hover {
background-color:#DDDDDD;
border:1px #0297D8 solid;
}
#content .clients2 {
padding:40px;
overflow:hidden;
color:#329BDA;
font-size:12px;
}
#content .clients2 div.tit {
font-size:20px;
font-weight:600;
margin-bottom:20px;
}

#content .clients2 div.um{
float:left;
padding:0 49px 0 0;
background-image:url('../imgs/separa_client.gif');
background-repeat:no-repeat;
background-position:right center;
}
#content .clients2 div.dois{
float:left;
padding:0 49px 0 49px;
}
#content .clients2 div.tres{
float:right;
padding:0 0 0 49px;
background-image:url('../imgs/separa_client.gif');
background-repeat:no-repeat;
background-position:left center;
}

#content .plusNew {
text-align:right;
margin-bottom:30px;
}
#content .plusNew a {
float:right;
width:160px;
display:block;
background-image:url('../imgs/bg_plus.jpg');
background-repeat:repeat-x;
background-position:left bottom;
padding:13px;
color:#0297D8;
font-size:16px;
text-align:center;
text-decoration:none;
}
#content .plusNew a:hover {
background-image:url('../imgs/bg_plus2.jpg');
background-repeat:repeat-x;
background-position:left bottom;
text-decoration:underline;
}

.fale {
width:340px;
margin:100px 0px 50px 5px;
color:#2992D6;
border:1px #2992D6 solid;
padding:0 35px 35px 35px;
float:left;
}
.fale .tit {
display:inline-block;
font-size:28px;
font-weight:600;
background-color:#fff;
margin:-35px 0 10px -60px;
padding:15px 20px 0 60px;
background-image:url('../imgs/fale_balao.png');
background-repeat:no-repeat;
}
.fale h2 {
font-size:18px;
font-weight:600;
}
.fale a {
color:#2992D6;font-weight:600;}

#contentH {
width:940px;
margin:0 auto;
padding:0 20px 0 20px;
overflow:hidden;
}
#contentH .dest {
float:left;
width:461px;
text-align:center;
}
#contentH .new {
float:right;
width:461px;
text-align:center;
}
#contentH .new .destNewb {
background-image:url('../imgs/bg_dest_home.jpg');
background-repeat:no-repeat;
background-position:center top;
padding:30px 40px 0 40px;
width:298px;
height:215px;
margin:0 0 0 40px;
font-size:13px;
text-align:left;
}
#contentH .new .destNewb a{
text-decoration:none}
#contentH .new .destNewb h2{
color:#3295DF;
font-size:18px;
font-weight:normal;
padding:0 0 5px 0;
margin:0;
}
#contentH .new .destNewb h2 span{
font-size:12px;
font-weight:normal;
padding:0;
margin:0;
}
#contentH .new .destNew {
background-image:url('../imgs/bg_dest_homeb.jpg');
background-repeat:no-repeat;
background-position:center top;
padding:30px 40px 35px 40px;
width:298px;
margin:0 0 0 40px;
font-size:13px;
line-height:16px;
text-align:left;
}
#contentH .new .destNew a{
text-decoration:none}
#contentH .new .destNew h2{
color:#3295DF;
font-size:18px;
line-height:normal;
font-weight:normal;
padding:0 0 5px 0;
margin:0;
}
#contentH .new .destNew h2 span{
font-size:12px;
line-height:normal;
font-weight:normal;
padding:0;
margin:0;
}
#contentH span{
color:#3295DF;
font-size:29px;
padding:0 0 0 50px;
}
#footer{
width:980px;
margin:0;
padding:0;
clear:both;
}
#footer .footerTop{
margin:0;
padding:0 0 0 30px;
background-color:#F7F7F7;
overflow:hidden;
}
#footer .footerTop .in{
margin:0;
overflow:hidden;
}
#footer .footerTop .in .soluc{
float:left;
padding:15px 0 0 0;
}
#footer .footerTop .in span{
color:#3295DF;
font-size:22px;
display:block;
}
#footer .footerTop .in .soluc ul {
list-style:none;
padding:0;
margin:20px 30px 0 0;
float:left;
line-height:35px;
}
#footer .footerTop .in .soluc ul a {
color:#41434b;
font-size:18px;
text-decoration:none;
height:28px;
padding: 10px 0 10px 45px;
}
#footer .footerTop .in .soluc ul a.kapture {
background-image:url('../imgs/icon_kapture.gif');
background-repeat:no-repeat;
background-position:left center;
}
#footer .footerTop .in .soluc ul a.kapture:hover {
color:#00A4E3;
text-decoration:underline;
}
#footer .footerTop .in .soluc ul a.epaper {
background-image:url('../imgs/icon_epaper.gif');
background-repeat:no-repeat;
background-position:left center;
}
#footer .footerTop .in .soluc ul a.epaper:hover {
color:#7BC142;
text-decoration:underline;
}
#footer .footerTop .in .soluc ul a.xarq {
background-image:url('../imgs/icon_xarq.gif');
background-repeat:no-repeat;
background-position:left center;
}
#footer .footerTop .in .soluc ul a.xarq:hover {
color:#F05428;
text-decoration:underline;
}
#footer .footerTop .in .soluc ul a.prisma {
background-image:url('../imgs/icon_prisma.gif');
background-repeat:no-repeat;
background-position:left center;
}
#footer .footerTop .in .soluc ul a.prisma:hover {
color:#55227C;
text-decoration:underline;
}
#footer .footerTop .in .soluc ul a.cad {
background-image:url('../imgs/icon_cad.gif');
background-repeat:no-repeat;
background-position:left center;
color:#007DC3;
}
#footer .footerTop .in .soluc ul a.cad:hover {
text-decoration:underline;
}
#footer .footerTop .in .soluc ul a.cut {
background-image:url('../imgs/icon_cut.gif');
background-repeat:no-repeat;
background-position:left center;
color:#F8981D;
}
#footer .footerTop .in .soluc ul a.cut:hover {
text-decoration:underline;
}
#footer .footerTop .in .soluc ul a.gst {
background-image:url('../imgs/icon_gest.gif');
background-repeat:no-repeat;
background-position:left center;
color:#949799;
}
#footer .footerTop .in .soluc ul a.gst:hover {
text-decoration:underline;
}
#footer .footerTop .in .soluc ul a.sal {
background-image:url('../imgs/icon_sales.gif');
background-repeat:no-repeat;
background-position:left center;
color:#92278F;
}
#footer .footerTop .in .soluc ul a.sal:hover {
text-decoration:underline;
}
#footer .footerTop .in .map{
float:right;
padding:15px 30px 0 0;
margin:0;
}
#footer .footerTop .in .map a.m{
border:0;
float:left;
}
#footer .footerTop .in .map ul{
list-style:none;
color:#3294DD;
font-size:17px;
line-height:40px;
float:left;
margin:15px 0 0 0;
padding:0;
}
#footer .footerTop .in .map ul li{
list-style:none;
}
#footer .footerTop .in .map ul li a{
padding:0 0 3px 24px;
background-position:left center;
background-repeat:no-repeat;
color:#3294DD;
text-decoration:none;}
#footer .footerTop .in .map ul li a:hover{
text-decoration:underline;}
#footer .footerTop .in .map ul li b{
font-weight:600;}
#footer .footerTop .in .map ul li a.o{
background-image:url('../imgs/map_office.gif');
}
#footer .footerTop .in .map ul li a.p{
background-image:url('../imgs/map_part.gif');
}
#footer .footerTop .in .map ul li.c{
background-position:left center;
background-repeat:no-repeat;
padding:0 0 3px 24px;
background-image:url('../imgs/map_client.gif');
}
#footer .footerBot{
margin:0;
padding:9px 0 9px 0;
background-color:#3295DF;
overflow:hidden;
clear:both;
}
#footer .footerBot div{
margin:0 10px 0 10px;
text-align:right;
}
#footer .footerBot div a{
color:#FFF;
text-decoration:none;
font-size:18px;
margin:0 20px 0 20px;
}
#footer .footerBot div a:hover{
text-decoration:underline;
}
#footer .foot{
padding:20px 30px 10px 30px;
overflow:hidden;
}
#footer .foot .copy{
color:#3295DF;
float:right;
text-align:right;
}
#footer .foot .certificacao{
float:left;
display:inline-block;
}
#footer .foot .certificacao img{
margin-right:30px;
}
#footer .foot .copy .social-icons{
    list-style: none;
}
#footer .foot .copy .social-icons li{
    float: right;
    margin-left: 10px;
}
#footer .foot .copy .social-icons li img{
    width: 32px;
}
#wrapperS {
	margin:0;
	padding:0;
	overflow:hidden;
	z-index:1;
	width:100%;
	background-color:#1C6CAB;
	height:397px;
	background-image:url('../imgs/bg_solucoes.jpg');
	background-position:center center;
	background-repeat:repeat-x;
	border-top: 1px #C5D6ED solid;
	border-bottom: 1px #C5D6ED solid;
}
#banner {
margin:0;
padding:0;
border:0;
line-height:0;
clear:both;
}
#makeMeScrollable
{ 	width:980px;
	height: 397px;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	overflow:hidden;
	background-color:#127CCA;
	line-height:normal;	
}
#makeMeScrollable .block .jcarousel-skin-tango
{ 	
margin:0;
padding:0;
border:0;
}
.block {
position:absolute;
left:0;
width:980px;
height:397px;
margin:0;
}
.block div#left{
position:absolute;
left:0;
top:0;
width:730px;
height:397px;
margin:0;
background-image:url('../imgs/banner_st_01.jpg');
background-repeat:no-repeat;
}
.block div#right{
position:absolute;
left:730px;
top:0;
width:730px;
height:397px;
margin:0;
background-image:url('../imgs/banner_st_02.jpg');
background-repeat:no-repeat;
}
.block div#left:hover{
cursor: url(../images/cursors/cursor_arrow_left.png), url(../images/cursors/cursor_arrow_left.cur),w-resize;
text-decoration:none;
}
.block div#right:hover{
cursor: url(../images/cursors/cursor_arrow_right.png), url(../images/cursors/cursor_arrow_right.cur),e-resize;
text-decoration:none;
}
.block div div {
color:#FFFFFF;
white-space:nowrap;
position:absolute;
margin:0;
z-index:100;
font-size:28px;
text-shadow:1px 1px 7px black;
}
.block div#left div.titL{
right:40px;
text-align:right;
top:10px;
font-size:26px;
}
.block div#right div.titR{
left:40px;
text-align:left;
top:10px;
font-size:26px;
}
.block div#left div.solL{
right:0;
text-align:right;
top:0;
font-weight:400;
}
.block div#right div.solR{
left:0;
text-align:left;
top:0;
font-weight:400;
}
.block div#left div.solL b{
font-weight:600;
}
.block div#right div.solR b{
font-weight:600;
}
.block div div a,
.block div div a:focus,
.block div div a:after,
.block div div a:active,
.block div div a:visited {
display:block;
text-decoration:none;
outline:none;
-moz-outline-style: none;
}
.block div div a span{
position:relative;
font-size:28px;
line-height:28px;
}
.block div#right div.solR a{
padding:50px 2px 210px 40px;
}
.block div#left div.solL a{
padding:50px 40px 210px 2px;
}
.block div#right div.solR a .c{
color:#00B6EA;
}
.block div#right div.solR a .u{
color:#EEB516;
}
.block div#right div.solR a .g{
color:#C1CED7;
}
.block div#right div.solR a .s{
color:#DA4FC6;
}
.block div#left div.solL a .k{
color:#15B6F9;
}
.block div#left div.solL a .e{
color:#8ED04D;
}
.block div#left div.solL a .x{
color:#F98D24;
}
.block div#left div.solL a .p{
color:#AB1ABB;
}
#wrapper {
	margin:0;
	padding:0;
	overflow:hidden;
	z-index:1;
	width:100%;
	background-color:#1C6CAB;
	height:420px;
	border-top: 1px #C5D6ED solid;
	border-bottom: 1px #C5D6ED solid;

}
#scroller {
	width:2048px;
	height:420px;
	float:left;
	padding:0;
	cursor:move;
}
#scroller ul {
	list-style:none;
	display:block;
	float:left;
	width:100%;
	height:420px;
	padding:0;
	margin:0;
	text-align:left;
}

#scroller li {
	display:block;
	vertical-align:middle;
	float:left;
	padding:0;
	width:1024px; height:420px;
	font-size:14px;
}

#my-list {
	margin:0;
	padding:0;

}

.myScrollbarH {
    position:absolute;
    z-index:100;
    height:5px;
    bottom:5px;
    left:2px;
    right:7px;
    display:none;
}

.myScrollbarH > div {
    position:absolute;
    z-index:100;
    height:100%;
    /* The following is probably what you want to customize */
    background-color:#333;
    opacity: 0.5;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
}
.share a:hover img{
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
}
.gm{
float:right;
border:0;
margin:0;
padding:4px 0 0 0;
line-height:16px;
}
.gm img{
border:0;
}

.corporate a.pdf{
float:none;
color: #FFF;
padding:10px 5px 10px 34px;
background:url('../imgs/pdf.png') no-repeat left center;
line-height:24px;
overflow:hidden;
display:inline-block;
text-decoration:none;
}
.corporate a.pdf:hover{
text-decoration:underline;
}
.corporate{
	font-size:16px;
    color: #FFF;
    padding: 15px 20px;
    background-color: #3295DF;
	text-align:left;
}
.corporate a{
	font-size:18px;
    color: #A3D9FA;
}
.corporate a:hover{
    color: #fff;
}
.corporate p{
padding-bottom:0;
margin-bottom:0;
}

.iso{
float:right; display:inline-block; margin:15px 0 0px 40px;
text-align:right;
overflow:hidden;
}
.iso img{
margin:0 0 50px 0;
}
.isob{
float:right; display:inline-block; margin:15px 0 0 40px;
width:205px;
text-align:left;
overflow:hidden;
}
.ceo ul{  }
a.pdf{
color: #3295DF;
padding:10px 5px 10px 34px;
background:url('../imgs/pdf.gif') no-repeat left center;
line-height:24px;
overflow:hidden;
display:inline-block;
text-decoration:none;
}
a.pdf:hover{
text-decoration:underline;
background:url('../imgs/pdf2.gif') no-repeat left center;

}
a.link{
color: #3295DF;
padding:10px 5px 10px 34px;
background:url('../imgs/link.gif') no-repeat left center;
line-height:24px;
overflow:hidden;
display:inline-block;
text-decoration:none;
}
a.link:hover{
text-decoration:underline;
background:url('../imgs/link2.gif') no-repeat left center;
}
img.arvore{
float:left;
margin:-20px 30px 20px -30px;
}
.titNatal{
	padding:20px;
	color:#3295df;
	font-size:26px;
	display:block;
    background-color: transparent;
    margin: 0;
    text-align: center;
}
.ceo .text{
	display:inherit;
	float:none;
    width: auto;
}
a.saiba{
	text-decoration:none;
	font-size:18px;
	color:#3295df;
	line-height:24px;
	padding:10px 5px 10px 40px;
	background:url('../imgs/arrow.png') no-repeat left center;
	margin:10px 0 0 0;
	cursor:pointer;
}
a.saiba:hover{
text-decoration:underline;
	background:url('../imgs/arrow.png') no-repeat 3px center;
}
a.voltar{
	text-decoration:none;
	font-size:18px;
	color:#3295df;
	line-height:24px;
	padding:10px 5px 10px 40px;
	background:url('../imgs/arrowb.png') no-repeat 3px center;
	margin:10px 0 0 0;
	cursor:pointer;
}
a.voltar:hover{
text-decoration:underline;
	background:url('../imgs/arrowb.png') no-repeat left center;
}
.thumbs{margin: 0;float: none;width: auto}
.ceo .thumbs{
	background-color:white;
	margin:0;
	float:right;
	width:240px;
    margin-left: 25px;
}
.thumbs a{
height:240px;
margin:0;
margin:0 1px 1px 0;
border:0;
display:inline-block;
float:left;
background-color:black;
position:relative;
}
.thumbs a img.thumb{
z-index:1;
position:relative;
padding:0;
margin:0;
border:0;
width:240px;
height:240px;
display:inline-block;
opacity:0.9;
filter:alpha(opacity=90);
}
.thumbs a:hover img.thumb{
opacity:1;
filter:alpha(opacity=100);
}
.thumbs a img.plus{
z-index:10;
position:absolute;
left:50%;
top:50%;
margin:-24px 0 0 -24px;
}
.thumbs a.prim {height:481px;width: 417px;}
.thumbs a.prim img.thumb {height:481px;width: 417px;}
.rs{
padding:0;
margin:0;
position:relative;
overflow:hidden;
width:900px;
}
.rs #textShow{
 top:0;position:relative;left:0px;min-height:auto;
}
.rs #imagesShow{
width:900px;position:absolute;left:900px;top:0;
}
.numbers {display:inline-block; margin:30px 0 30px 0; width:100%;}
.numbers div{float:left; width:33%;}
.numbers .sub{float:none; clear:both; white-space:nowrap; font-size:24px; color:#8d9295}
.stat{font-size:72px;color:#57a9e1; white-space:nowrap;}
a.btnCv{margin:20px 0 20px 0; font-size:24px;color:#57a9e1; white-space:nowrap; padding:10px 80px 10px 30px; text-decoration:none; background:url('../imgs/arrowcv.gif') no-repeat right center; border:1px solid #57a9e1; display:inline-block; cursor:pointer}
a.btnCv:hover{background:url('../imgs/arrowcv.gif') no-repeat right -2px center; text-decoration:underline}
#equipaSlide{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	position:absolute;
	left:0;
	top:740px;
	overflow:hidden;
	max-width:100%;
	z-index:100;
	}
.keep{background:url('../imgs/keep-balao.gif') no-repeat center center; color:#FFFFFF; font-style:italic; height:70px; width:235px; text-align:center; margin:20px auto; font-size:18px; padding:15px 0 0 0;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}

.clica{ cursor: pointer; height:32px; margin:10px 0 0 0; text-align:right;  }
.clica img {height:100%}
.hide{ display: none; }
.minus{ display: none; }
.plus{ display:inline; }
.separador{float: left;}

.enviarCV {
	text-align: left;
	opacity: 0;
	-o-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
	-webkit-transition: all 1s ease 1s;
	-moz-transition: all 1s ease 1s;
	-o-transition: all 1s ease 1s;
	transition: all 1s ease 1s;
	}
#content .mind h2.enviarCV {
	margin: 0 auto;
	text-align: center;
	 opacity: 1;
	-o-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	font-size: 32px;

    padding: 10px;
	 line-height: 60px;
	 vertical-align: bottom;
	display: inline-block;
	}
/*
@media only screen and (max-width: 978px)
 {
	 #container, #header, #footer,#banner img, #contentH, #makeMeScrollable, .block {width:100%;}
	 .footerBot, .separador, #banner{max-width: 100%;}
	 .foot .copy {margin-top: 10px;}
}
*/
