.banner-comercial {
  align-items: center;
  background: rgb(74,45,130);
background: linear-gradient(125deg, rgba(74,45,130,1) 0%, rgba(213,47,111,1) 50%, rgba(254,80,55,1) 100%);;
  display: flex;
  font-family: inherit;
}

.container-banner-countodwn {
  color: white;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-weight: normal;
  letter-spacing: .125rem;
  text-transform: uppercase;
}

li {
  display: inline-block;
  font-size: inherit;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none !important;
}

li span {
  display: block;
  font-size: 4.5rem;
}

div#countdown span {
    font-weight: 600;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }

  li {
    font-size: calc(1.125rem * var(--smaller));
  }

  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}

.banner-textura {
    background: url(https://ipoint.com.ar/desarrollos/banners/countdown/cybermonday/soon/main-files/cyber-textura-v4.png);
    width: 100%;
    background-position: center;
    height: 100%;
    background-repeat: repeat;
    background-size: cover !important;
    -webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
  from { background-position: 0 0; }
  to { background-position: -500px -500px; }
}

@media only screen and (max-width: 480px) {
.container {
  padding: 20px!important;
  width: 85% !important;
 }
 .banner-comercial {
  min-height: 300px;
}
h6#headline {
    margin-top: -20px;
}
div#countdown {
    font-size: x-large;
    text-align: center;
    font-weight: 300;
 }
div#countdown span {
     font-size: xxx-large;
 }
img {
     padding: 0px !important;
     padding-top: 5px !important;
     padding-bottom: 15 !important;
  }
img.logo-cybermonday {
      margin: 0 auto !important;
      margin-top: 0px !important;
   }
   li {
     font-weight: 300;
   }
.container-banner-countodwn {
     margin-bottom: 0px !important;
 }
 #cf5a img {
     width: 100% !important;
 }
 .promo-bancos {
    width: 80% !important;
}

@media only screen and (max-width: 768px) {
  .container {
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
li {
    font-size: initial;
}
div#countdown {
    font-size: x-large;
    text-align: center;
    font-weight: 300;
   }
img {
    padding: 0px !important;
     }
img.logo-cybermonday {
    height: 50px !important;
    margin-top: 0px !important;
    margin: 0 auto !important;
    margin-bottom: 50px !important;
 }
 .container-banner-countodwn {
      margin-bottom: 0px !important;
  }
  .banner-comercial {
   min-height: 200px !important;
 }
 #cf5a img {
     width: 100% !important;
 }
.promo-bancos {
   width: 80% !important;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .col-sm-4.sm-order-3 {
      padding: 0px !important;
  }
  ul {
      font-size: x-small;
      zoom: 90%;
  }
  img.logo-cybermonday {
    padding: 0px !important;
    width: 35%;
    height: auto !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
   .banner-comercial {
     min-height: 280px;
 }
}

@media only screen and (min-width: 1280px) {
  .container {
      padding: 50px !important;
  }
  img.logo-cybermonday {
      margin-top: -20px !important;
   }
   .container-images {
       box-sizing: border-box !important;
       padding-top: 50px !important;
   }
   .banner-comercial {
    min-height: 300px;
  }
}
