body {
  background-color: #292929; /* Mesma cor do rodape, para preencher se sobrar altura no viewport */
}

#banner-esteira {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(0.25turn, #f1cd1c, rgba(16,30,43,1));
  border-image-slice: 1;
}

#banner-esteira img {
  margin: 0 auto; /* Para centralizar na horizontal caso largura viewport > largura imagens */
  width: 100%;
}

div#pdd_mobile {
  display: none;
}

div.banner-produto-do-dia {
  height: 315px;
  width: 100%;
  background-color: #101e2b;
  display: flex;
  justify-content: space-between;
}

div.banner-produto-do-dia div.promo-info {
  /*width: 30%;*/
  margin-left: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

div.banner-produto-do-dia div.promo-produtos {
  /*width: 70%;*/
  margin-top: 20px;
}

div.banner-produto-do-dia div.promo-produtos span.texto-promo-estoque {
  font-family: 'Overpass', sans-serif;
  color: #e5e5e5;
}

div.promo-iguais,
div.promo-diferentes,
div.promo-individual {
  margin-top: 30px;
}

div.promo-diferentes {
  display: flex;
  justify-content: center;
}

div.produtos {
  display: flex;
  justify-content: center;
  position: relative;
}

/*div.produtos div.descricao-desconto {*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/

div.produtos div.produtos-info {
  display: flex;
}

div.produtos div.produtos-info div.produto p {
  font-family: 'Overpass', sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: bold;
  color: #e5e5e5;
  margin-top: 15px;
}

div.produtos div.produtos-info div.produto img {
  height: 195px;
  width: 290px;
}

div.produtos div.tag-desconto {
  margin-left: 0 !important;
  background-color: #f1cd1c;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  width: 150px !important;
  border-radius: 5px;
  transform: skewX(-4deg);
}

.percentual {
  font-size: 4em;
  color: #292929;
  font-weight: bold;
  vertical-align: middle;
  font-family: 'Overpass', sans-serif;
  font-style: italic;
  margin-top: 10px;
}

.percentual-sinal {
  font-size: 1.5em;
  vertical-align: middle;
  font-weight: 900;
  font-family: 'Overpass', sans-serif;
  font-style: italic;
  color: #292929;
  margin-left: 1px;
  margin-top: 10px;
}

span.descricao-desconto {
  font-family: 'Overpass', sans-serif;
  font-style: italic;
  color: #292929;
}

div.produtos div.descricao {
  margin-top: 20px;
}

div.descricao p {
  font-family: 'Overpass', sans-serif;
  color: #e5e5e5;
}

div.produtos div.descricao p {
  text-align: justify;
  margin-left: 30px;
}

/*div.promo-diferentes img {*/
/*  opacity: 0.78;*/
/*}*/

div.promo-diferentes div.descricao {
  position: absolute;
  font-size: 13px;
}

div.banner-a-borex {
  width: 100%;
  height: 470px;
  overflow: hidden;
  position: relative;
}

div.banner-a-borex video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
}

div.banner-a-borex .content {
  position: relative;
  z-index: 1;
  height: 470px;
  background: linear-gradient(129deg, #101e2b 25%, transparent);
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
}

div.banner-a-borex .content p,
div.banner-a-borex .content h1 {
  color: #e5e5e5;
  margin-left: 20px;
}

div.banner-a-borex .content p {
  font-size: 20px;
}

div.banner-a-borex .content a {
  color: #101e2b;
  background-color: #f1cd1c;
  width: 110px;
  height: 40px;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  border-radius: 3px;
  margin-left: 20px;
  font-weight: bold;
}

div.produtos-borex {
  background-color: #101e2b;
  height: 700px;
  background-image: linear-gradient(0deg, rgba(227,197,49,0.4290966386554622) 0%, rgba(16,30,43,1) 5%);
}

div.produtos-borex div.produtos-borex-header {
  padding: 25px;
}

div.produtos-borex div.produtos-borex-header img {
  margin-left: 25px;
  margin-top: 15px;
  height: 130px;
  width: 180px;
}

div.produtos-borex div.produtos {
  display: flex;
  justify-content: space-evenly;
}

div.produtos-borex div.produtos h1 {
  font-style: italic;
  font-size: 30px;
  color: #e5e5e5;
  text-align: center;
}

div.produtos-borex div.produtos div.bandas,
div.produtos-borex div.produtos div.insumos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

div.produtos-borex div.produtos div.bandas div.content,
div.produtos-borex div.produtos div.insumos div.content {
  border-width: 4px;
  border-style: solid;
  border-image:
          linear-gradient(
                  to top,
                  #f1cd1c,
                  rgba(0, 0, 0, 0)
          ) 1;
  width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

div.produtos-borex div.produtos div.bandas div.content p,
div.produtos-borex div.produtos div.insumos div.content p {
  font-size: 15px;
  color: #e5e5e5;
  text-align: center;
}

div.produtos-borex div.produtos div.bandas div.content img {
  width: 400px;
}

div.produtos-borex div.produtos div.insumos div.content img {
  width: 402px;
  height: 132px;
}

div.produtos-borex div.produtos div.bandas a,
div.produtos-borex div.produtos div.insumos a {
  color: #101e2b;
  background-color: #f1cd1c;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 3px;
}

div.novidades-borex {
  background-color: #101e2b;
  height: 700px;
  background-image: linear-gradient(180deg, rgba(227,197,49,0.4290966386554622) 0%, rgba(16,30,43,1) 5%);
}

div.novidades-borex div.novidades-borex-header {
  padding: 25px;
}

div.novidades-borex div.novidades-borex-header img {
  margin-left: 25px;
  margin-top: 30px;
  height: 130px;
  width: 180px;
}

div.novidades-borex div.conteudo p {
  color: #e5e5e5;
  font-size: 20px;
  text-align: center;
}

div.novidades-borex div.conteudo div.redes-sociais {
  margin-top: 70px;
  display: flex;
  justify-content: space-evenly;
}

div.novidades-borex div.conteudo div.redes-sociais div.youtube,
div.novidades-borex div.conteudo div.redes-sociais div.instagram {
  width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.novidades-borex div.conteudo div.redes-sociais iframe {
  border: 4px solid transparent;
  border-image:
          linear-gradient(
                  to bottom,
                  #f1cd1c,
                  rgba(0, 0, 0, 0)
          ) 1;
  width: 410px;
}

div.novidades-borex div.conteudo div.redes-sociais div.youtube h1,
div.novidades-borex div.conteudo div.redes-sociais div.instagram h1 {
  font-style: italic;
  font-size: 30px;
  color: #e5e5e5;
}

div.contato {
  background-color: #101e2b;
  height: 550px;
  background-image: linear-gradient(0deg, rgba(227,197,49,0.7232142857142857) -3%, rgba(16,30,43,1) 36%);
  color: #e5e5e5;
  display: flex;
  justify-content: space-evenly;
}

div.contato div.informacoes,
div.contato form.formulario {
  margin-top: 100px;
  width: 410px;
}

div.contato div.informacoes h1 {
  font-weight: bold;
  font-style: italic;
}

div.contato div.informacoes p {
  margin-top: -8px;
  margin-bottom: -8px;
}

div.contato div.informacoes h1#telefone_email {
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
}

div.contato div.informacoes h1#telefone_email span#email {
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  display: flex;
  margin-top: 5px;
}

div.contato div.informacoes h1#telefone_email span#email span#icon {
  margin-right: 12px;
}

div.contato form.formulario {
  display: flex;
  flex-direction: column;
}

div.contato form.formulario input,
div.contato form.formulario select,
div.contato form.formulario textarea {
  margin-top: 10px;
  color: #e5e5e5;
  background-color: transparent;
}

div.contato form.formulario input,
div.contato form.formulario select  {
  border: 1px solid #e5e5e5;
  border-radius: 35px;
  padding: 10px;
}

div.contato form.formulario textarea {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 10px;
  resize: none;
}

div.contato form.formulario div.localidade {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

div.contato form.formulario select {
  width: 48%;
}

div.contato form.formulario div.termo_de_autorizacao label {
  color: #101e2b;
}

div.contato form.formulario div.termo_de_autorizacao a  {
  color: #f1cd1c;
  cursor: pointer;
  font-style: italic;
}

div.contato form.formulario button#enviar-mensagem {
  color: #101e2b;
  background-color: #f1cd1c;
  text-align: center;
  padding: 10px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 3px;
  border: none;
  width: 51%;
  cursor: pointer;
}

div.contato form.formulario select option {
  margin: 40px;
  color: #101e2b;
}

@media only screen and (max-width: 500px) {

  /* PRODUTO DO DIA */

  div.banner-produto-do-dia {
    height: 800px;
    flex-direction: column;
    align-items: center;
  }

  div.banner-produto-do-dia div.promo-info {
    width: 100%;
    margin-top: 10px;
    padding-left: 25px;
    justify-content: flex-start;
  }

  div.banner-produto-do-dia div.promo-info img {
    height: 200px;
  }

  div#pdd_desktop {
    display: none;
  }

  div#pdd_mobile {
    display: block;
  }

  div.banner-produto-do-dia div.promo-produtos {
    width: 100%;
  }

  div.banner-produto-do-dia div.promo-produtos span.texto-promo-estoque {
    font-size: 12px;
  }

  div.produtos {
    flex-direction: column-reverse;
    margin-top: -30px;
  }

  div.produtos div.descricao-desconto {
    margin-top: 25px;
  }

  div.produtos div.descricao p {
    font-size: 12px;
  }

  div.produtos div.tag-desconto {
    height: 60px;
    width: 140px !important;
  }

  .percentual {
    font-size: 3em;
  }

  div.produtos div.produtos-info {
    justify-content: center;
  }

  div.produtos div.produtos-info div.produto img {
    height: 125px;
    width: 200px;
  }

  div.promo-iguais div.produtos div.produtos-info p,
  div.promo-diferentes div.produtos div.produtos-info p {
    font-size: 0.7em !important;
  }

  div#segundo_produto {
    margin-left: -100px !important;
  }

  div.promo-diferentes div.produtos div#desconto {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
  }

  div.promo-diferentes div.produtos div#desconto div.tag-desconto {
    height: 57px !important;
    width: 132px !important;
  }

  div.promo-diferentes div.produtos div#desconto div.tag-desconto .percentual {
    font-size: 2.5em !important;
  }

  div#pdd_mobile div.descricao {
    font-size: 12px;
    margin-top: 35px;
    position: relative;
  }

  /* CARROSEL BANNERS */
  div#banner-esteira {
    display: none;
  }

  /* SOBRE A BOREX */

  div.banner-a-borex {
    height: 220px;
  }

  div.banner-a-borex .content {
    height: 220px;
  }

  div.banner-a-borex .content p, div.banner-a-borex .content h1 {
    font-size: 20px;
  }

  div.banner-a-borex .content p {
    font-size: 12px;
  }

  div.banner-a-borex .content a {
    height: 30px;
    width: 95px;
    padding: 5px;
    font-size: 15px;
  }

  /* PRODUTOS BOREX */

  div.produtos-borex div.produtos-borex-header img {
    margin-top: 0;
    margin-left: 0;
  }

  div.produtos-borex div.produtos {
    flex-direction: column;
  }

  div.produtos-borex div.produtos div.insumos {
    margin-top: 15px;
  }

  div.produtos-borex div.produtos div.bandas div.content,
  div.produtos-borex div.produtos div.insumos div.content {
    width: 350px;
  }

  div.produtos-borex div.produtos h1 {
    font-size: 24px;
  }

  div.produtos-borex div.produtos div.bandas div.content p,
  div.produtos-borex div.produtos div.insumos div.content p {
    font-size: 12px;
  }

  div.produtos-borex div.produtos div.bandas div.content img,
  div.produtos-borex div.produtos div.insumos div.content img {
    width: 340px;
  }

  div.produtos-borex {
    height: 985px;
  }

  /* NOVIDADES BOREX */

  div.novidades-borex {
    height: 835px;
  }

  div.novidades-borex div.novidades-borex-header img {
    margin-left: 0;
  }

  div.novidades-borex div.conteudo p {
    font-size: 12px;
  }

  div.novidades-borex div.conteudo div.redes-sociais {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
  }

  div.novidades-borex div.conteudo div.redes-sociais iframe,
  div.novidades-borex div.conteudo div.redes-sociais div.youtube,
  div.novidades-borex div.conteudo div.redes-sociais div.instagram {
    width: 330px;
  }

  div.novidades-borex div.conteudo div.redes-sociais div.instagram {
    margin-top: 20px;
  }

  div.novidades-borex div.conteudo div.redes-sociais div.youtube h1,
  div.novidades-borex div.conteudo div.redes-sociais div.instagram h1 {
    margin-top: 7px !important;
    font-size: 24px;
  }

  /* CONTATO */

  div.contato {
    flex-direction: column;
    align-items: center;
    height: 880px;
  }

  div.contato div.informacoes {
    text-align: center;
  }

  div.contato div.informacoes h1,
  div.contato div.informacoes h1#telefone_email,
  div.contato div.informacoes h1#telefone_email span#email {
    font-size: 24px;
  }

  div.contato div.informacoes h1#telefone_email span#email {
    display: block;
  }

  div.contato div.informacoes p {
    font-size: 12px;
  }

  div.contato div.informacoes {
    width: 85%;
    margin-top: 20px;
  }

  div.contato form.formulario {
    width: 85%;
    margin-top: 0;
  }

  div.contato form.formulario a#enviar-mensagem {
    margin-top: 10px;
    width: 51%;
  }
}

@media only screen and (max-width: 1499px) {
  div.produtos div.descricao p {
    font-size: 10px;
  }

  div.produtos div.produtos-info div.produto p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  div.promo-diferentes .descricao {
    margin-top: 10%;
  }
}

@media only screen and (min-width: 1450px) {
  div.promo-diferentes .descricao {
    margin-top: 12%;
  }
}

@media only screen and (min-width: 1500px) {
  /*div.produtos div.descricao-desconto {*/
  /*  display: flex;*/
  /*  align-items: center;*/
  /*}*/

  /*div#produtos-diferentes {*/
  /*  width: 230px !important;*/
  /*}*/

  div.produtos div.descricao p {
    width: 65% !important;
    font-size: 13px !important;
  }
}

@media only screen and (min-width: 1600px) {
  div.promo-diferentes .descricao {
    margin-top: 11%;
  }
}

@media only screen and (min-width: 1700px) {
  div.promo-diferentes .descricao {
    margin-top: 9%;
  }

  div.banner-produto-do-dia div.promo-info {
    margin-left: 100px;
  }
}