/* -------------------------------- 
Slider
-------------------------------- */
body, ol, ul, li, section {
	margin: 0;
	padding: 0;
	border: 0;
}
.cd-hero {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin:0 auto;
}

.cd-hero-slider {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.cd-hero-slider li {
  position: absolute;
  list-style:none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  
}
.slide-image-1 {
	background:url(img/slider/slide_1a.jpg) top center no-repeat;
	height:460px;
}
.slide-image-2 {
	background:url(img/slider/slide_2a.jpg) top center no-repeat;
	height:460px;
}
.slide-image-3 {
	background:url(img/slider/slide_3a.jpg) top center no-repeat;
	height:460px;
}
#bloco-features-content {
	width:980px;
	height:110px;
	padding-top:348px;
	margin:0 auto;
	padding-left:9px;
}
.bloco-features, .bloco-features2, .bloco-features3 {
	width:222px;
	background:#0c416c;
	height:106px;
	float:left;
	margin-right:1px;
	font-size:12px;
	font-family:arial;
	-webkit-text-stroke-width:.01px;
	text-align:center;
	color:#ffffff;
	line-height:22px;
	padding:0px 10px 0 10px;

}
.bloco-featurestemas {
	position:absolute;
	width:980px;
	margin-top:345px;
	height:106px;
	z-index:999;
}
.bloco-features2 {
	background:#199c9c;
}
.bloco-features3 {
	width:221px;
	height:106px;
}
.bloco-features:hover, .bloco-features2:hover, .bloco-features3:hover {
	background: rgba(152,152,152,0.8);
	transition-duration:.5s;
	-webkit-transition-duration:.5s;
}

.bloco-features h1, .bloco-features2 h1, .bloco-features3 h1 {
	font-family:'Gotham-Bold', Montserrat;
	font-size:18px;
	line-height:30px;
	font-weight:normal;
	-webkit-text-stroke-width:.01px;
	text-align:center;
	color:#ffffff;
	margin-bottom:0px;

}