/* ---------- LAYOUT ---------- */
@media (min-width: 481px) { 
.timer-area {
  background: transparent url('area_patron.png') left top;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 4em;
  width:100%;
  max-width:1200px;
  margin:0 auto;
  height:215px;
}
.timer-area h1 {
  color: white;
}

/* ---------- TIMER ---------- */
ul#countdown li {
  display: inline-block;
  background: transparent url('pieza_tiempo.png') no-repeat left top;
  width: 104px;
  margin-bottom: 4em;
  text-align: center;
}
ul#countdown li span {
  font-size: 3em;
  font-weight: bold;
  color: #1f2225;
  height: 108px;
  line-height: 108px;
  position: relative;
}
ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 0px solid white;
  position: absolute;
  top: 31px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #909091;
  text-transform: uppercase;
  font-size: .875em;
}
}

@media (max-width: 480px)  { 
.timer-area {
  background: transparent url('area_patron.png') left top;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 4em;
  width:100%;
  height:180px;
  min-width:320px;
}
.timer-area h1 {
  color: white;
}

/* ---------- TIMER ---------- */
ul#countdown li {
  display: inline-block;
  background: transparent url('pieza_tiempo-mobile.png') no-repeat left top;
  width: 75px;
  margin-bottom: 4em;
  text-align: center;
}
ul#countdown li span {
  font-size: 2.1em;
  font-weight: bold;
  color: #1f2225;
  height: 78px;
  line-height: 78px;
  position: relative; 
}
ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 0px solid white;
  position: absolute;
  top: 20px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #909091;
  text-transform: uppercase;
  font-size: 10px;
}
}