/*************************************************** preset1 - Area de conteudo*/
#sp-feature-wrapper {
    z-index: 1000;
    position: relative;
    padding: 0 !important;
}
#sp-feature-wrapper, div#sp-feature.span12 {
  background: #E32B31 !important;
}

#sp-feature-wrapper .sp-feature-item-wrapper {
  border-right: 1px solid #E32B31;
  border-left: 1px solid #FFF;
}

#sp-feature-wrapper .module {
  margin-top: 0px !important;
}

/*************************************************** Template */
#sp-feature-wrapper, #sp-feature-wrapper .span3 a {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  text-align: center;
}
#sp-feature-wrapper h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#sp-feature-wrapper .sp-feature-item-wrapper {
  position: relative;
  margin: 0;
  padding: 60px 30px 30px 30px;
  width: 25%;
}
#sp-feature-wrapper .sp-feature-item-wrapper:first-child {
  border-left: 0;
}
#sp-feature-wrapper .sp-feature-item-wrapper:last-child {
  border-right: 0;
}
#sp-feature-wrapper .sp-feature-item-wrapper .sp-feature .feature-img {
  padding: 8px;
  border-radius: 100%;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -47px;
}
.allmode-sp-features-2 #item-image{
	width: 76px;
	height: 76px;
	background: none repeat scroll 0% 0% #E32B31;
	border-radius: 999px;
	border: 2px solid #fff;
	line-height: 76px;
	overflow:hidden;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.allmode-sp-features-2 #item-image:hover{
	width: 76px;
	height: 76px;
	background: none repeat scroll 0% 0% #E32B31;
	border: 2px solid #000;
}
.allmode-sp-features-2 #item-image img{
	height: auto;
	max-width: auto;
	vertical-align: middle;
	border: 0px none;
}
#sp-feature-wrapper .sp-feature .feature-img {
  background: #E32B31;
}

/*#sp-feature-wrapper .sp-feature-item-wrapper .sp-feature .feature-img img {
  width: 32px;
  height: 32px;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}*/

/**************************************************************** /*----- leia mais ----- */
.allmode-sp-features-2 .allmode-showall {
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: right;
	margin-bottom: 0px;
}
.allmode-sp-features-2 #area-leiamais{
	margin-top: -28px;
	position:relative;
	z-index: 999999;
}
.allmode-sp-features-2 .allmode-showall {
	padding: 0 8px;
	font: bold 10px/19px Arial, Helvetica, sans-serif;
	color: #fcfcfc; 
	text-transform: uppercase;
	border-radius: 3px;
	float:right;
}
.allmode-sp-features-2 .allmode-showall > a {
	margin-left: -8px; 
	padding: 0 4px 0 8px;
	font-weight: bold;
	color: #ff0011;
	}
.allmode-sp-features-2 .allmode-showall a:hover {
	color: #ff0011;
	}
.allmode-sp-features-2  .allmode-showall {
	background-color: #fff;
}
.allmode-sp-features-2 div.sp-features:hover .allmode-showall {
	opacity: 1;
	filter: alpha(opacity=100);
}
/**************************************************************** /*----- Efeito de transição ----- */
  .wow:not(.animated) {
	opacity: 0;
  }
.scaleUp {
	-webkit-animation-name: scaleUp;
	-moz-animation-name: scaleUp;
	-o-animation-name: scaleUp;
	animation-name: scaleUp;
}

/*************************************************** Responsivo */
@media only screen and (max-width: 979px) {
  .responsive #sp-feature-wrapper .span3 {
    width: 47%;
    float: left;
    margin: 0 0 30px 0;
    border: 0;
  }
  .responsive #sp-feature-wrapper .sp-feature {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 767px) {

  .responsive #sp-feature-wrapper .span3{
    width: 50%;
    float: left;
    padding: 15px;
  }
  .responsive #sp-feature-wrapper .sp-feature {
    padding: 30px 0;
  }

}
@media only screen and (max-width: 568px) {

  .responsive #sp-feature-wrapper .span3{
    width: 100% !important;
    float: none;
    padding: 15px;
  }
  .responsive #sp-feature-wrapper .sp-feature {
    padding: 30px 0;
  }

}



