/*-----------reset------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ul, li {
	list-style: none;
}
select, input, textarea {
	outline: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
/*-----------generic------------*/
body{
	font-family: 'Roboto', sans-serif;
}
.content{
	width: 980px;
	margin: auto;
	position: relative;
}
.main{
	background: #FFF url(../images/bgshadow.png) repeat-x top;
	width: 900px;
	margin: 0px auto 0px;
	padding: 20px 40px 80px 40px;
	float: left;
	position: relative;
}
.pathway{
	color: #585859;
	font-size: 33px;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: 300;
}
.pathway.italic{
	color: #96979A;
	font-size: 25px;
	margin-bottom: 25px;
	font-style: italic;
}
.left{
	width: 610px;
	height: auto;
	position: relative;
	float: left;
}
.right{
	width: 290px;
	height: auto;
	float: left;
	position: relative;
}
.field{
	margin: 0 auto;
}
.grayblock{
	width: 100%;
	padding: 30px 0;
	background: #F7F7F7;
	border-radius: 10px;
	position: relative;
	display: table;
	margin-bottom: 30px;
	text-align: center;
	color: #929498;
	font-size: 28px;
	font-weight: 100;
}
.orange_title{
	color: #F39022;
	font-size: 18px;
	font-weight: 300;
}
.orange_title.big{
	font-size: 35px;
	font-weight: 500;
}
.btNav{
	width: 28px;
	height: 54px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-image: url(../images/flechas-banner.png);
	text-indent: -9999px;
	display: block;
	margin-top: 200px;
}
.btNav.prev{
	left: -28px;	
}
.btNav.next{
	background-position: -28px 0px;
	float: right;
	right: -28px;
}
#banner{
	background: transparent url(../images/bgshadow.png) repeat-x top;
	width: 100%;
	position: relative;
	height: 435px;
	padding-top: 10px;
	float: left;
}
#banner .imgbanner{
	width: 940px;
	height: 435px;
	position: absolute;
	left: 20px;
	top: 0px;
	display: none;
}
#banner .imgbanner.current{
	display: block;
}
#banner .bulletNavigation{
	position: absolute;
	padding: 0;
	margin: 0;
	top: 385px;
	left: 20px;
}
#banner .bulletNavigation li {
	padding:0;
	list-style:none;
	width:20px;
	height:20px;
	float:left;
	margin: 0 2px 0 0;
}
#banner .bulletNavigation li a {
	width:20px;
	height:20px;
	color:#EEEEEE;
	text-align:center;
	line-height:20px;
	font-family: Arial;
	font-size: 70px;
}
#banner .bulletNavigation li a:hover, #banner .bulletNavigation li.active a {
	color:#FFF;
}
.icon{
	background: url(../images/icones.png) no-repeat;
	width: 30px;
	height: 30px;
	position: relative;
	float: left;
	text-indent: -9999px;
	margin-right: 10px;
	margin-top: 2px;
}
.icon.phone{
	background-position: -90px 0px;
}
.icon.location{
	background-position: 0px 0px;
	margin-bottom: 2px;
}
.icon.skype{
	background-position: -60px -31px;
}
.icon.mail{
	background-position: -30px 0px;
}
.icon.fb{
	background-position: -60px 0px;
}
.txt:hover .icon.phone{
	background-position: -91px -61px;
}
.txt:hover .icon.location{
	background-position: -1px -61px;
}
.txt:hover .icon.skype{
	background-position: -61px -92px;
}
.txt:hover .icon.mail{
	background-position: -31px -61px;
}
.txt:hover .icon.fb{
	background-position: -61px -61px;
}
.txt{
	line-height: 30px;
	color: #454646;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
.txt:hover{
	color: #F49023;
}
.txt.bold{
	font-weight: bold;
}
.buttom{
	border-top: 3px solid #DEDEDE;
	background: #F7F7F7;
	padding: 21px 31px;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	color: #585859;
	font-weight: bold;
	float: left;
	margin-top: 20px; 
}
.buttom:hover, .buttom.active{
	border-top: 3px solid #C7C7C7;
	background: #DEDEDE;
}
.buttom.full{
	width: 100%;
	padding: 13px 0;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
.buttom .upper{
	text-transform: uppercase;
}
.buttom.orange{
	border-top: 3px solid #DB811F;
	background: #F49023;
	color: #FFF;
	width: 293px;
	font-size: 18px;
	margin: 10px 0 0 0;
}
.buttom.orange:hover , .buttom.orange.active{
	border-top: 3px solid #9E5707;
	background: #C96F0A;
}
.buttom.dark{
	border-top: 3px solid #848689;
	background: #939598;
	color: #FFF;
	width: 293px;
	font-size: 18px;
	margin: 10px 0 0 0;
}
.buttom.dark:hover, .buttom.dark.active{
	border-top: 3px solid #939598;
	background: #505254;
}
.btnSmall{
	padding: 5px 10px;
	width: 110px !important;
	float: none;
	display: block;
	margin: 20px 0px !important;
	font-size: 14px;
}
.shadow{
	background: transparent url(../images/bgshadow.png) repeat-x top;
	width: 100%;
	position: relative;
	height: 15px;
	float: left;
}
/*-----------layout------------*/
body {
	background: transparent url(../images/bgbody.jpg) no-repeat center top;
	min-height: 100%;
	padding-bottom: 150px
}
#header{
	background-image: url(../images/bgshadow.png);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
	height: 125px;
	width: 100%;
	position: relative;
	float: left;
}
#header .content.head{
	padding-top: 15px;
}
.head .logo{
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	width: 375px;
	height: 87px;
	margin-left: 30px;
	float: left;
}
.head .telNumber{
	width: auto;
	margin-right: 30px;
	font-size: 18px;
	line-height: 30px;
	color: #F39924;
	float: right;
	font-weight: 400;
}
.head .telNumber .ico.tel{
	margin-right: 5px;
	background-position: -90px 0px;
}
.head .telNumber .size20{
	font-size: 20px !important;
}
.head .mainMenu{
	width: auto;
	margin-top: 33px;
	float: left;
	position: relative;
	height: 45px;
	margin-left: 70px;
}
.head .mainMenu li{
	position: relative;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}
.head .mainMenu li .firstLevel{
	text-transform: uppercase;
	font-size: 20px;
	color: #58585A;
	margin: 0px 15px 0 5px;
	padding: 10px 10px 18px 9px;
}
.head .mainMenu li .firstLevel:hover,.head .mainMenu li .firstLevel.active{
	border-top: 3px solid #DEDEDE;
	background: #F7F7F7;
	padding: 10px 10px 18px 9px;
}
.head .mainMenu .subnav{
	width: 220px;
	position: absolute;
	z-index: 2;
	float: none;
	background: #F7F7F7;
	padding: 10px;
	top: 44px;
	left: 5px;
}
.head .mainMenu .subnav li {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.head .mainMenu .subnav li a {
	height: auto;
	font-size: 16px;
	line-height: normal;
	text-transform: none;
	color: #58585A;
}
.head .mainMenu .subnav li a:hover {
	color: #F49023;
}
.left .field{
	width: 426px;
}
.left .field p{
	margin-top: 20px;
	font-size: 18px;
	font-family: 'Calibri', sans-serif;
	color: #585859;
}
.left .field .newscateg{
	font-size: 12px;
	display: block;
}
.left .field .newsdate{
	display: table;
	padding: 4px 8px;
	background: #DEDEDE;
	margin: 5px 0px;
	font-size: 14px;
}
.left .field .social{
	margin: 30px 0px;
}
.left .field .social.small{
	margin: 10px 0px !important;
}
.left .field .social .share{
	line-height: 32px;
	margin: 0 5px 0 0px;
	float: left;
	color: #585859;
}
.left .field .social .fb-like{
	margin-right: 10px;
}
.left .field .social .twitter-share-button{
	margin: -4px;
}
.left .field .newsimg{
	margin-bottom: 0px;
}
.left .field .newsopen p{
	margin: 10px 0px;
	text-align: justify;
}
.left .field hr{
	border-style: dashed;
	border-color: #CFCFCF;
	margin-bottom: 30px;
}
.left img{
	margin-bottom: 30px;
}
.right .field{
	width: 270px;
}
.right .orange_title{
	padding-left: 20px;
}
.right .field .txt{
	display: block;
	margin-bottom: 15px;
}
.right .field .txt.location{
	line-height: 130%;
}
.main.noshadow{
	background: #FFF;
}
.main .block{
	height: 220px;
	float: left;
	margin-right: 37px;
	margin-bottom: 25px;
}
.main .block .title{
	color: #A4A6A9;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 500;
}
.main .block .image img{
	width: 275px;
	height: 183px;
	float: left;
	position: relative;
}
.main .block.noMargin{
	margin-right: 0px;
}
.main .block .image .border{
	position: absolute;
	width: 275px;
	height: 183px;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0),
	 inset 0 0 0 5px rgba(0,0,0,0),
	 0 1px 2px rgba(0,0,0,0);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.main .block .image .border:hover{
	box-shadow: inset 0 0 0 200px rgba(0, 0, 0, 0.2), 
				inset 0 0 0 0 rgba(55,58,69,1), 
				0 1px 2px rgba(0,0,0,0.1);
}
.main .miniBanner{
	background: #F1F1F1;
	border-radius: 10px;
	height: 130px;
	margin-bottom: 25px;
	float: left;
	width: 100%;
	position: relative;
}
.main .miniBanner:hover .btNav.mb{
	display: block;
}
.main .miniBanner .slider.miniBanner{
	width: 800px;
	height: auto;
	position: absolute;
	float: left;
	display: none;
	margin: 20px 0px 0px 50px;
	font-size: 28px;
	text-align: center;
	font-weight: 300;
	left: 0;
	top: 0;
}
.main .miniBanner .slider.miniBanner.current{
	display: block;
}
.btNav.mb{
	width: 15px;
	height: 28px;
	background-image: url(../images/minisetas.png);
	margin-top: 50px;
	display: none;
}
.btNav.prev.mb{
	left: 20px;	
}
.btNav.next.mb{
	background-position: -18px 0px;
	right: 20px;
}
.btNav.prev.mb:hover{
	background-position: 0px -31px;	
}
.btNav.next.mb:hover{
	background-position: -18px -31px;
}
.bulletNavigation.mb{
	display: none;
}
.main .titleOrange{
	color: #F49023;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 300;
}
#news{
	width: 590px;
	float: left;
	margin-right: 40px;
	margin-bottom: 25px;
}
#news .newsContainer{
	background: #F1F1F1;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px 0;
	height:140px;
}
#news .notices{
	color: #A4A6A9;
	font-size: 16px;
	line-height: 22px;
	display: block;
	margin: 0 20px 5px 20px;
	border-bottom: 1px dashed #CFCFCF; 
}
#news .notices:hover{
	color: #F49023;
}
#news .notices a:active,
#news .notices a:visited{
	color: #A4A6A9;
}
#partners{
	width: 270px;
	float: left;
	margin-bottom: 25px;
}
#partners .partnerContainer{
	border: 1px solid #F7F7F7;
	border-radius: 10px;
	margin-top: 20px;
	padding: 20px 0;
	position: relative;
	height: 138px;
	width: 100%;
}
#partners .partnerContainer:hover .btNav.pt{
	display: block;
}
.slider.partner{
	width: 150px;
	height: auto;
	margin-left: 60px;
	position: absolute;
	display: none;
}
.slider.partner.current{
	display: block;
}
.btNav.pt{
	width: 15px;
	height: 28px;
	background-image: url(../images/minisetas.png);
	margin-top: 60px;
	display: none;
}
.btNav.prev.pt{
	left: 20px;	
}
.btNav.next.pt{
	background-position: -18px 0px;
	right: 20px;
}
.btNav.prev.pt:hover{
	background-position: 0px -31px;	
	display: block;
}
.btNav.next.pt:hover{
	background-position: -18px -31px;
	display: none;
}
.bulletNavigation.partner{
	display: none;
}
.foot{
	width: 100%;
	height: 75px;
	border-top: 1px dashed;
	background: #FFF;
	float: left;
	position: relative;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 16px 20px -15px rgba(0,0,0,0.89);
	-moz-box-shadow: 0px 16px 20px -15px rgba(0,0,0,0.89);
	box-shadow: 0px 16px 20px -15px rgba(0,0,0,0.89);
}
.foot .int{
	width: 365px;
	float: left;
	padding: 20px 0px 20px 30px;
}
.foot .int.cen{
	width: 200px;
	text-align: center;
	padding: 20px 0px 20px 25px;
}
.foot .int.dir{
	width: 185px;
	float: right;
	padding-left: 0px !important;
	padding-right: 30px !important;
}
.foot .int .icon{	
	margin-right: 5px;
}
#bgWord{
	width: 100%;
	background: #454646;
	position: relative;
	opacity: 0.9;
	float: left;
}
#bgWord .word{
	width: 880px;
	background: transparent;
	margin: auto;
	padding: 37px 0px;
	text-align: justify;
}
#bgWord .word .txtorange{
	color: #FBBD3F;
	font-size: 20px;
	font-weight: 300;
}
#bgWord .word .quot{
	float: left;
	font-size: 96px;
	line-height: 70px;
	font-weight: 300;
}
#footer{
	width: 980px;
	background: transparent;
	margin: auto;
	position: relative;
}
#footer .logoFooter{
	margin-left: 30px;
	margin-top: 35px;
	float: left;
}
#footer .certifiedFooter{
	margin-right: 30px;
	margin-top: 18px;
	float: right;
}
#footer .innventaFooter{
	float: right;
	margin-top: 145px;
	margin-bottom: 30px;
	margin-right: -95px;
}
a.top{
	background: url(../images/icones-subir.png) no-repeat;
	background-position: 0px 0px;
	width: 60px;
	height: 60px;
	position: fixed;
	text-indent: -9999px;
	-webkit-transition: all 150ms linear;
	transition: all 150ms linear;
	padding: 0px;
	bottom: 15px;
	right: 20px;
	display: none;
}
a.top:hover{
	background-position: 0px -60px;
}
.contact{
	margin-top: 30px;
}
.contact label{
	width: 100%;
	position: relative;
	float: left;
	color: #111111;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
}
.contact input, .contact textarea{
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px 0px 4px 10px;
	margin-top: 5px;
	float: left;
	width: 415px;
	height: 20px;
}
.contact textarea{
	height: 160px;
	resize: none;
}
.contact select{
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 14px;
	padding: 4px 0px 4px 10px;
	margin-top: 5px;
	float: left;
	width: 430px;
	height: 30px;
 }
.contact .formfield.half input{
	width: 190px;
} 
.contact .formfield.half select{
	width: 215px;
}
.contact .formfield{
	width: 426px;
	position: relative;
	float: left;
	margin-bottom: 10px;
}
.contact .formfield.half{
	width: 213px;
}
.paginacao{
	text-align: center;
	margin-top: 15px;
}
.pg{
	color: #F39022;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}
.pg:hover{
	color: #9E5707;
}
.pgoff{
	color: #AAA;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}
.pgoffn{
	background: #F39022;
	padding: 1px 8px 1px 8px;
	color: #FFFFFF;
	font-size: 16px;
}