#fundo-cases {
    margin: 35px auto;
    background: #F1F1F2;
    border: 1px solid #BBBDC0;
}

.conteudo{ 
	position:absolute; 
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden; 
	display:none;
}

.conteudo-slide{ 
	position:absolute; 
	display:none;
}

.conteudo-controls{ 
	list-style:none;
	margin:0;
	padding:0;
	z-index:9999;
}

.conteudo-controls.v-centered li a{ 
	position:absolute;
}

.conteudo-controls.v-centered li.conteudo-next a{ 
	right: 6%;
}

#clientes .conteudo-controls.v-centered li.conteudo-next a { 
    right: 4%;
}

.conteudo-next a:before {
	content: "\f054";
	font-family: fontAwesome;
    text-align: center;
    position: absolute;
	
}

#fundo-cases .conteudo-next a:before {
    font-size: 28px;
    color: #3989C9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 12px 16px;
}

.conteudo-controls.v-centered li.conteudo-prev a{
	left: 0;
}

.conteudo-prev a:before {
	content: "\f053";
    font-family: fontAwesome;
    text-align: center;
    position: absolute;
}

#fundo-cases .conteudo-prev a:before {
    font-size: 28px;
    color: #3989C9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 12px 16px;
}


.conteudo-markers{
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width:100%;
}

ol.conteudo-markers.h-centered {
	text-align: left;
	position: absolute;
	left: 0 !important;
	bottom: 10px;
}

.conteudo-markers li {	
	display:inline;
	background: rgba(255,255,255,.5);
	margin: 0 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.active-marker {
	background: rgba(255,255,255,1) !important;
}

.conteudo-markers li a{
	display:inline-block;
	color: transparent;
	padding: 1px 5px;
}
.conteudo-caption{
	display:block;
	width:96%;
	margin:0;
	padding:2%;
	position:absolute;
	bottom:0;
}

#fundo-cases .slide-caption {
	width: 895px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 35px
}

#fundo-cases .slide-caption h2 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	width: auto;
	text-align: center;
	float: right;
	margin-right: 10%;
	border-bottom: 0;
	padding: 0 10px;
}

#fundo-cases .slide-caption  p {
    text-align: left;
    font-size: 14px;
    margin: 5px 0;
    line-height: 17px;
}


.slide-caption {
	height: auto;
}

.informacoes-case {
    width: 345px;
    float: left;
    margin: 0 15px 0 18px;
}

.informacoes-case h4 {
      font-size: 27px;
      line-height: 28px;
      border-left: 8px solid #3989C9;
      padding: 0px 0 0 12px;
}

.ferramentas {
  display: table;
  padding: 10px 10px 10px 28px;
  max-width: 410px;
}

.ferramentas span {
    display: table;
}

.ferramentas figure {
    width: auto;
    float: left;
      padding: 15px 3px;
}

.nome {
    margin: 0 0 28px -23px;
}

.cliente {
    line-height: 8px;
    padding: 15px 0;
    border-top: 1px solid #BBBDC0;
    border-bottom: 1px solid #BBBDC0;
}

.cliente span, .descricao-case span, .ferramentas span {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    color: #3989C9;
}

.descricao-case {
    clear: both;
    padding: 12px 0;
    display: block;
}

.img-case {
    width: auto;
    float: left;
    padding: 0 15px 17px 15px;
}


.logos li {
    height: 125px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 13px;
}

.logos img {
	opacity:0.75;
	 -moz-opacity: 0.75;
	 filter: alpha(opacity=75);
	 -webkit-filter: opacity(0.75);
	 filter: gray; /* IE6-9 */
	 -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	  -moz-filter: grayscale(100%);
	  -ms-filter: grayscale(100%);
	  -o-filter: grayscale(100%);
	  filter: grayscale(100%);
	 image-rendering: auto;
	 -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
}

.logos img:hover {
	opacity:1;
	 -moz-opacity: 1;
	 filter: alpha(opacity=100);
	 -webkit-filter: opacity(1);
	 filter: none; /* Firefox 10+ */
	 -webkit-filter: none; /* Chrome 19+ & Safari 6+ */
	  -moz-filter: none;
	  -ms-filter: none;
	  -o-filter: none;
	  filter: none;
	  filter: none /* Firefox 4+ */
	 -webkit-filter: none; /* Chrome 19+ & Safari 6+ */
	 image-rendering: auto;
}

#clientes {
    margin: -25px 0 0 30px;
}

#clientes .conteudo-controls.v-centered li.conteudo-next a { 
    right: 4%;
}

