#productosFull .fondo { 
    background: #c3e6f4;
	background: -moz-radial-gradient(bottom, ellipse cover, #c3e6f4 0%, #52c9f4 100%);
	background: -webkit-gradient(radial, bottom center, 0px, center center, 100%, color-stop(0%, #c3e6f4), color-stop(100%, #52c9f4));
	background: -webkit-radial-gradient(bottom, ellipse cover, #c3e6f4 0%, #52c9f4 100%);
	background: -o-radial-gradient(bottom, ellipse cover, #c3e6f4 0%, #52c9f4 100%);
	background: -ms-radial-gradient(bottom, ellipse cover, #c3e6f4 0%, #52c9f4 100%);
	background: radial-gradient(ellipse at bottom, #c3e6f4 0%, #52c9f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3e6f4', endColorstr='#52c9f4', GradientType=1 );
    width: 100%;
    height: 100vh;
    top: 0;
    padding-top: 102px;
    opacity: 0;
    position: fixed;
}

#productosFull .series img { height: 76px; }
#productosFull .series a.link-img{ opacity: 0; }
#productosFull .bg-whiteAlpha { width: 50vw; }
#productosFull .fondo .titulo {  }

#productosFull .series img.letrasyondas { height: 100px !important;  }


@media (min-width: 1200px) {  
   
}
  

@media (min-width: 1300px) {
   #productosFull .series img { height: 80px; }
   #productosFull .series img.letrasyondas { height: 84px !important;  }
}

@media (min-width: 1500px) {
   #productosFull .series img { height: 82px; }
   #productosFull .series img.letrasyondas { height: 86px !important;  }
}

@media (min-width: 1800px) {
  #productosFull .series img { height: 86px; }
  #productosFull .series img.letrasyondas { height: 100px !important;  }
}

