@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap");
.countdown {
  /*
   * DESKTOP
   */ }
  .countdown.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 24px 12px;
    font-family: Roboto-Condensed;
    background: #393939;
    color: #ffffff; }
    .countdown.container.countdown-home {
      background: #242323; }
    .countdown.container.countdown-listing {
      background: #393939;
      background: url("/static/homepage/countdown/img/background_contador_listing_page_m.jpg") center 100%/cover;
      background: linear-gradient(to bottom, #393939, rgba(57, 57, 57, 0.7) 75%), url("/static/homepage/countdown/img/background_contador_listing_page_m.jpg") center 100%/cover; }
  .countdown--text {
    font-size: 16px;
    margin-bottom: 8px; }
    .countdown--text__bold {
      font-weight: bold; }
    .countdown--text__underline {
      text-decoration: underline; }
    .countdown--text__hide-mobile {
      display: none; }
  .countdown--timer {
    font-weight: 300;
    display: flex; }
    .countdown--timer-block {
      background-color: #242323;
      padding: 0 18px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .countdown-home .countdown--timer-block {
        background-color: #393939; }
      .countdown-listing .countdown--timer-block {
        background-color: #242323; }
    .countdown--timer-divider {
      margin: 0 8px;
      font-weight: 300;
      font-family: Roboto;
      font-size: 24px;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
      display: flex;
      flex-direction: column;
      line-height: 12px; }
    .countdown--timer-count {
      font-family: Roboto;
      font-size: 24px;
      text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); }
      .countdown--timer-count#hour-count {
        font-weight: bold; }
      .countdown--timer-count#minute-count {
        font-weight: normal; }
      .countdown--timer-count#second-count {
        font-weight: 300; }
    .countdown--timer-text {
      font-size: 12px;
      font-weight: 300;
      margin-bottom: 8px; }
  @media (min-width: 800px) {
    .countdown.container {
      flex-direction: row;
      padding: 16px 0; }
      .countdown.container.countdown-listing {
        background: #393939;
        background: url("/static/homepage/countdown/img/background_contador_listing_page_desk.jpg") center center/cover;
        background: linear-gradient(to bottom, #393939, rgba(57, 57, 57, 0.7) 75%), url("/static/homepage/countdown/img/background_contador_listing_page_desk.jpg") center center/cover; }
    .countdown--text {
      font-size: 24px;
      width: 50%;
      justify-content: flex-end;
      padding: 0 8px;
      margin-bottom: 8px;
      display: grid; }
      .countdown--text__hide-mobile {
        font-size: 16px;
        font-weight: 300;
        display: inline-block; }
    .countdown--timer {
      width: 50%;
      justify-content: flex-start;
      padding: 0 8px; }
      .countdown--timer-block {
        padding: 0 24px; }
      .countdown--timer-divider {
        margin: 0 12px;
        font-size: 42px;
        line-height: 16px; }
      .countdown--timer-count {
        font-size: 42px; }
      .countdown--timer-text {
        font-size: 14px; } }

/*# sourceMappingURL=styles.css.map */
