/* general styling */
:root {
  --smaller: .75;
}
.timer {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
 /* background: url(../img/bg/Live.png) 50% 0 no-repeat;
  background-size: cover;
  background-position: right;*/
}
.timer h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}
.timer li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  margin-left: -10px;
}

.timer li span {
  display: block;
  font-size: 4.5rem;
  color: #E57F27;
}

.live {
  width: 35%;
  margin-bottom: 50px;
}
.fraselaranja{
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #dd7a25;
  padding: 5px 5px;
  font-size: 1em !important;
}
}

.edicaoblack{
  color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #dd7a25;
    padding: 15px 20px;
    font-size: 30px !important;
}
.edicaochina{
  color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #B30000;
    padding: 15px 20px;
    font-size: 25px !important;
}
@media only screen and (max-width: 600px) {
  .live {
    width: 100%;
  }
  .fraselaranja{
  font-size: 12px !important;
}
.edicaoblack{
    font-size: 25px !important;
}
}
.timer h2{
 /* color: #dd7a25;
  letter-spacing: 100px;
  text-align: center;
  font-weight: 800;
  padding-left: 100px;
  font-size: 100px;*/
    color: #fff;
    letter-spacing: 10px;
    text-align: center;
    font-weight: 800;
    font-size: 50px;
    padding: 0 50px 50px 50px;
    text-shadow: 0.1em 0.1em #dd7a25;
    text-transform: uppercase;
}
@media only screen and (max-width: 600px) {
  .timer h2 {
    letter-spacing: 10px;
    padding: 30px;
    font-size: 28px;
  }
}
.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
 .timer h1 {
    font-size: calc(50px * var(--smaller));
  }
  
 .timer li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
 .timer li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

.timer-v2 {
  position:relative;
  font-size:40px;
  text-align: center;
  color: #FF8501;
}