.nue_box{
  width: 100%;
  margin: 60px auto 0;
  display: table;
}
.nue_slider{
  float: left;
  width: 100%;
}
.nue_slider .flex-direction-nav li a {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 48%;
    cursor: pointer;
    text-indent: -999em;
    z-index: 99;
    opacity: 0.7;
}
.nue_slider.flexslider .slides img{ 
  	width: 100%;
}
.nue_slider .flex-direction-nav li a.flex-prev {
  background: url(/cdn/shop/t/1/assets/large_left.png?v=1240944264526490391422281455) no-repeat left top transparent;
  left: 6px;
    
}
.nue_slider .flex-direction-nav li a.flex-prev:hover {
  	background-position: left bottom ;
}
.nue_slider .flex-direction-nav li a.flex-next {
  background: url(/cdn/shop/t/1/assets/large_right.png?v=39902333202119955941422282334) no-repeat right top transparent;
  right: 6px;
    
}
.nue_slider .flex-direction-nav li a.flex-next:hover {
  	background-position: right bottom ;
}
.nuestra_app .home-title {
  	color: #F00;
    margin-bottom: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: url(/cdn/shop/t/1/assets/divider1.png?v=147644108243446887691422283905)  repeat-x scroll left center;
}
.nuestra_app .home-title span {
    padding-right: 10px;
    background-color: #FFF;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
    color: #FF0047;
}
.nuestra_app .nue_portf{
  	float: left;
  	width:100%;
  	margin-bottom: 60px;
}
.nue_onep{
  	position: relative;
  	float: left;
  	width: 20%;
  	padding: 0 3%;
}
.nue_onep img{
  	width: 100%;
  	float: left;
}
.nue_onep:first-child{
  	padding-left: 2%;
}

.nue_onep:last-child{
  	padding-right: 0;
}
.nue_onep .nue_red{
  	transition: all 0.4s ease 0s;
  	-webkit-transition: all 0.4s ease 0s;
     -moz-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
  	visibility: hidden;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	
}
.nue_reda{
  	float: left;
  	width: 100%;
  	height; 100%;
}
.nue_onep:hover .nue_red{
  	background-color: #FF0047;
  	visibility: visible;
  	opacity: 1;
}
.nue_onep .nue_red .nue_reda h1{
  	font-size: 16px;
    margin: 20px;
    text-transform: uppercase;
  	color: #fff;
  	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 995px) {
 
  .nue_onep .nue_red .nue_reda h1{
    margin: 10px;
	line-height: 20px;
  }
  
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .nue_onep .nue_red .nue_reda h1 {
    font-size: 12px;
    margin: 10px;
    line-height: 16px;
}
}
@media only screen and (max-width: 480px) {
  .nue_onep {
    width: 42%;
    padding: 0px 4%;
}
  .nue_onep:first-child, .nue_onep:last-child{
  	padding-left: 4%;
    padding-right: 4%;
}

  .nue_onep .nue_red .nue_reda h1{
    margin: 10px;
    line-height: 20px;
    font-size: 14px;
  }
}