.top-header {
  height: auto;
  background-color: #000;
  background-image: url('../images/background-objetos.png');
  background-position: 78% 35%;
  background-repeat: no-repeat;
  background-size: 556px;
}

.all {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 57px;
}

.box-header {
  height: auto;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 77px;
}

.box-categorias {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.item-categoria {
  width: 200px;
  height: 200px;
  float: left;
  background-color: #fff;
  background-image: url('../images/fogoes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  background-attachment: scroll;
  border: 1px #000;
  border-radius: 9px;
  margin-bottom: 27px;
  margin-right: 35px;
  padding: 20px 0 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.item-categoria.geladeiras {
  background-image: url('../images/Untitled.jpg');
  background-size: 158px;
}

.item-categoria.lavadora {
  background-image: url('../images/01-lavadora-roupa-brastemp-bwk17-capa.webp');
  background-size: 166px;
}

.item-categoria.eletroport {
  background-image: url('../images/batedeira.webp');
  background-size: 143px;
}

.item-categoria.smartphone {
  background-image: url('../images/1540-1.jpg');
  background-size: 146px;
}

.item-categoria.tv {
  background-image: url('../images/televisao_xiaomi_q1e_55_1.jpg');
  background-size: 147px;
}

.item-categoria.games {
  background-image: url('../images/208404800a.jpg');
  background-size: 172px;
}

.item-categoria.notebook {
  background-image: url('../images/Xiaomi-Mi-Notebook-Pro-Enhanced-Edition-i7-10510U-16GB-512GB-Gray-906810-.jpg');
  background-size: 151px;
}

.item-categoria.viagens {
  background-image: url('../images/viagens-de-incentivo-praia-ou-interior-saiba-aqui-o-melhor-destino27236.jpg');
  background-size: cover;
}

.item-categoria.mais {
  background-image: url('../images/71cGjrjdPIL._AC_SL1500_.jpg');
  background-size: 149px;
}
header .bg-secondary{
  background-color: #2c2c2c !important;
}
#countdown{
  margin-bottom:0;
}
.heading-2 {
  text-align: center;
  margin-bottom: 30px;
}

.heading-2.branco {
  color: #fff;
}

.body {
  background-color: #f0f0f0;
  border: 1px #000;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.image {
  max-width: 62%;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-top: 0;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 29px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 29px;
}

.paragraph.left {
  text-align: left;
}

.paragraph.center {
  text-align: center;
}

.paragraph.cinza {
  color: #333;
}

.button {
  cursor: pointer;
  mix-blend-mode: normal;
  background-color: red;
  border-radius: 12px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 17px;
  font-weight: 700;
  transition: background-color .275s;
}

.button:hover {
  background-color: #ac0000;
}

.button.black {
  background-color: #000;
}

.button.black:hover {
  background-color: #161616;
}

.origem {
  background-color: #c50000;
}

.box-origem {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.curiosidades {
  background-color: #fff;
}

.box-curiosidades {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-button {
  text-align: center;
}

.list-item {
  margin-bottom: 21px;
  font-size: 18px;
  line-height: 34px;
}

.titulo-categorias {
  background-color: rgba(17, 17, 17, .78);
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  position: absolute;
  top: 158px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-3 {
  color: #fff;
}

.box-perguntas {
  padding-top: 50px;
  padding-bottom: 50px;
}

.box-logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-2 {
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .top-header {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/background-objetos.png');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 614px;
  }

  .box-header {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-categorias {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .item-categoria {
    margin-left: 35px;
    margin-right: 2px;
  }

  .item-categoria.mais {
    display: none;
  }

  .box-origem, .box-curiosidades {
    padding: 30px 50px;
  }

  .box-button {
    margin-bottom: 23px;
  }

  .box-perguntas {
    margin-right: 0;
    padding: 30px 50px;
  }
}

@media screen and (max-width: 767px) {
  .top-header {
    background-image: linear-gradient(rgba(0, 0, 0, .62), rgba(0, 0, 0, .62)), url('../images/background-objetos.png');
    background-position: 0 0, 78% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 556px;
  }

  .box-header {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 21px;
  }

  .box-categorias {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .item-categoria {
    width: 170px;
    margin-left: 5px;
    margin-right: 0;
  }

  .paragraph {
    font-size: 15px;
  }

  .list-item {
    font-size: 15px;
    line-height: 29px;
  }
}

@media screen and (max-width: 479px) {
  .top-header {
    background-position: 50% 32%;
  }

  .h1 {
    font-size: 27px;
    line-height: 33px;
  }

  .box-header {
    padding: 20px;
  }

  .box-categorias {
    text-align: center;
    padding-left: 43px;
    padding-right: 43px;
  }

  .item-categoria {
    width: auto;
    float: none;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .heading-2 {
    font-size: 27px;
    line-height: 31px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.center {
    font-size: 16px;
  }

  .button {
    font-size: 13px;
  }

  .button.black {
    margin-bottom: 24px;
    font-size: 13px;
  }

  .box-origem, .box-curiosidades, .box-perguntas {
    padding: 20px;
  }

  .list {
    padding-left: 20px;
  }

  .image-2 {
    max-width: 43%;
  }
}
