
.box-black-friday {
  background-color: #000000 !important;
  background-image: url(../img/bg.jpg) !important;
  color: #ffffff;
  background-size: auto 100%;
  background-position: center;
}

.box-count {
  float: left;
  margin: 0 0 -20px;
  position: absolute;
  z-index: 5;
  width: 255px;
  bottom: 0;
  background: #000000;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #FFFFFF1A;
  text-align: center;
}

.box-black-friday {
  padding: 0 10% !important;
  position: relative;
}

.texto-promo {
  padding: 60px 0 0px;
}

.texto-promo h1 {
  margin: 16px 0 16px;
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
}

.texto-promo p {
  color: #C0CCDA;
  }

.box-black-friday img {
  z-index: 2;
  right: 0;
  margin: -45px 0 -40px -40px;
  width: 580px;
  max-width: 580px;
}

.box-count .countdown-element span {
  text-transform: uppercase !important;
  font-weight: 100;
}

.col-md-5.col-md-offset-1.col-xs-12.text-left.hidden-xs.hidden-sm.text-center-xs.text-right {
  position: relative;
  float: left;
}

.box-count small {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  margin-top: -3px;
}

@media (max-width: 1240px) {
  .box-count {
    margin-top: 33px;
  }
}

@media (max-width: 767px) {
  .box-count {
    margin-top: 33px;
  }

  .box-black-friday img {
    max-width: 350px;
    margin: -40px 0 -70px;
  }

  .box-black-friday * {
    text-align: center;
  }

  .box-count {
    width: 92%;
    left: 4%;
    right: 20px;
    bottom: 4px;
  }

  .box-black-friday {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .box-black-friday img {
    max-width: 350px;
  }
}

@media (max-width: 450px) {
  .box-black-friday img {
    max-width: 100%;
  }
}

@media (max-width: 1431px) {
  .texto-promo {
    padding: 30px 0 0px;
  }
}

@media (max-width: 1235px) {
  .texto-promo {
    padding: 20px 0 0px;
  }
}

@media (max-width: 1100px) {
  .texto-promo {
    padding: 43px 0 0px;
  }

  .texto-promo h1 {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 1360px) and (min-width: 992px) {
  .box-black-friday {
    padding: 0 50px !important;
  }
}

@media (max-width: 991px) {
  .box-black-friday {
    padding: 20px 4% 40px !important;
    text-align: center;
  }

  .texto-promo {
    text-align: center;
    padding: 40px 0 0px;
  }
}