/*=============================================
OFERTAS
=============================================*/
.ofertas{
	position: relative;
	/*background: linear-gradient(#f44336,#222,silver,white);*/
	/*background: linear-gradient(#36a7f4,#0350f4,#00BCD4,white);*/

background-color: #7994a4;
background-image: linear-gradient(180deg, #7994a4 4%, #ffffff 27%, #e8e8e8 28%, #e8e8e8 79%, #ffffff 83%, #e8e8e8 94%);







	padding:0;
	border-radius:5px;
	margin-bottom:40px;
}

.ofertas h3{
	padding-top:20px;
	color:white;
}

.ofertas figure{
	position: relative;
}

.ofertas h1{
	color:white;
	margin-top:-30px;
	font-size: 60px;
	text-shadow:0px 0px 10px black;
}

.ofertas .countdown{
	margin-bottom:5px;
}


.countdown {
  width: 100%;
  min-height: 86px;
}

.countdown label {
  clear: both;
  display: block;
}

.countdown span {
  /*background: rgb(251,21,1);
  background: linear-gradient(0deg, rgba(251,21,1,1) 0%, rgba(120,1,1,1) 100%);*/
  /*background-image: linear-gradient(to bottom, #283048 0%, #859398 51%, #283048 100%);*/
background-color: #ff0003;
background-image: linear-gradient(180deg, #ff0003 45%, #c73536 50%, #ff0003 60%);




  color: #FFF;
  font-size: 26px;
  
  text-align: center;
  width: 25%;
  display: block;
  float: left;
  border-right: 1px solid #FFF;
}



.countdown hover  {
	background-position: right center;
}


.countdown span:last-child {
  border-right: 1px solid #313233;
}
.fecha {
	font-weight:lighter;
	font-size:14px;
	padding-top: 5px;
}
.numero {
	font-size:36px;
	font-weight: normal;
}
