@charset "UTF-8";
/* CSS Document */

/*
CORES

verde
2e9bac

	- hover
	1bb2ca

	- active
	31818d

amarelo
f9cd2f

	- hover
	ffe63a

	- active
	ddb834
*/

.resolucao {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 10px;
  width: 200px;
  background-color: blue;
}

/* ----------------------------------- DETALHES ---------------------------------- */

.detalhes_produto {
  display: block;
  clear: both;
  margin: 0 0 40px 0;
  overflow: hidden;
  max-width: 100vw;
}

.detalhes_produto .foto_produto {
  float: left;
  width: 49%;
  text-align: center;
}

.detalhes_produto .foto_produto img {
  max-width: 100%;
}

.detalhes_produto .foto_produto .imagem {
  background: no-repeat center;
}

.detalhes_produto .foto_produto .over-img {
  /*background-size: 90%;*/
  background-size: contain;
}

.detalhes_produto .foto_produto img:hover {
  -webkit-filter: saturate(200%); /* Safari */
  filter: saturate(200%);
}

.detalhes_produto .foto_produto img:active {
  -webkit-filter: saturate(50%); /* Safari */
  filter: saturate(50%);
}

#foto_big .modal-dialog {
  padding: 0px;
  border-radius: 0;
  -webkit-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.50);
  -moz-box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.50);
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.50);
}

#foto_big .modal-dialog img {
  height: auto;
  max-width: 100%;
}

#foto_big .modal-dialog .close {
  position: absolute;
  right: 0;
  margin: 5px 5px 0 0;
  background: #000;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-shadow: none;
  cursor: pointer;
}

.foto_produto .selos {
  position: absolute !important;
  z-index: 1;
  overflow: auto;
  padding-top: 0 !important;
}

.foto_produto .selos .flag_desconto {
  margin: 5px 0 5px 5px;
  height: 75px;
  width: 75px;
  font-size: 28px;
  padding-top: 24px;
}

.foto_produto:hover .flag_desconto {
  margin: 0;
  height: 85px;
  width: 85px;
  font-size: 34px;
  padding-top: 29px;
  background: #ffe63a;
  box-shadow: 0px 5px 20px 0px rgba(151, 113, 30, 0.30);
}

.foto_produto .selos .special-price {
  margin: 5px 0 5px 5px;
  height: 75px;
  width: 75px;
  font-size: 28px;
  padding-top: 23px;
  background: #2e9bac;
}

.foto_produto:hover .special-price {
  margin: 0;
  height: 85px;
  width: 85px;
  font-size: 34px;
  padding-top: 26px;
  background-color: #1bb2ca;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(105, 155, 163, 0.30);
  -moz-box-shadow: 0px 5px 20px 0px rgba(105, 155, 163, 0.30);
  box-shadow: 0px 5px 20px 0px rgba(105, 155, 163, 0.30);
}

.foto_produto .selos .flag_frete {
  background: #2e9bac url(/images/2018/frete-detalhes.png) no-repeat;
  background-size: auto 100%;
  margin: 5px 0 0 12px;
  height: 60px;
  width: 60px;
}

.foto_produto:hover .flag_frete {
  margin: 0 0 0 5px;
  height: 70px;
  width: 70px;
  padding-top: 31px;
  background-color: #1bb2ca;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(105, 155, 163, 0.30);
  -moz-box-shadow: 0px 5px 20px 0px rgba(105, 155, 163, 0.30);
  box-shadow: 0px 5px 20px 0px rgba(105, 155, 163, 0.30);
}

.detalhes_produto .dados_produto {
  float: right;
  width: 50%;
}

.detalhes_produto .dados_produto .nome {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 40px;
}

.detalhes_produto .dados_produto .nome h1 {
  font-style: normal;
  color: #5a5a5a;
  font-family: Proxima, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

  text-transform: none;
  font-size: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  margin: 0;
}

.detalhes_produto .dados_produto .peso {
  display: inline-block;
  font-size: 24px;
}

.detalhes_produto .dados_produto .marca {
  display: block;
  font-size: 20px;
  line-height: 20px;
}

.detalhes_produto .dados_produto .marca * {
  color: #5a5a5a;
}

.detalhes_produto .dados_produto .precos {
  display: block;
  min-height: 160px;
}

.detalhes_produto .dados_produto .precos .preco_de {
  display: block;
  font-size: 22px;
  text-decoration: line-through;
  font-weight: bold;
}

.detalhes_produto .dados_produto .precos .preco_por {
  display: block;
  font-size: 56px;
  color: #2e9bac;
  font-weight: bold;
  line-height: 56px;
}

.detalhes_produto .dados_produto .precos .condicoes {
  display: block;
  font-size: 1rem;
  color: #2e9bac;
  line-height: 1.1;
  padding-top: 5px;
}

.detalhes_produto .dados_produto .precos .condicoes em {
  display: block;
  text-transform: uppercase;
  font-style: normal;
}

.detalhes_produto .precos .preco_parcelas {
  display: block;
  color: #525252;
  font-size: 1.25rem;
  padding: 11px 0 10px;
}

.detalhes_produto .precos .preco_parcelas strong {
  font-weight: bold;
  font-size: 1.1em;
}

.detalhes_produto .precos .preco_parcelas .icone {
  display: inline-block;
  height: 20px;
  width: 24px;
  background: url(/images/2018/icones-produtos.png) no-repeat -38px -5px;
  margin: 0 0 -5px 0;
}

.detalhes_produto label {
  position: absolute;
  color: rgba(255, 255, 255, 0.01);
  margin: -20px 0 0 0;
}

.detalhes_produto select {
  width: 80%;
  display: block;
  background: #f8f8f8;
  border: 1px solid #dddddd;
  height: 50px;
  padding: 0 15px;
  text-transform: uppercase;
  font-size: 1.375rem;
  margin: 15px 0;
}

.detalhes_produto select:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.25);
}

.detalhes_produto select:active {
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.35);
}

.detalhes_produto .botao_comprar {
  display: block;
  width: 80%;
  margin: 20px 0;
  font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  color: #423c31;
  font-weight: bold;
  font-style: italic;
  font-size: 32px;
  text-align: center;
  background: #f9cd2f;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 30px 20px 10px;
  border: none;
  cursor: pointer;
}

.detalhes_produto .botao_comprar .icone {
  display: inline-block;
  background: url(/images/2018/icone-carrinho.png) center center no-repeat;
  height: 45px;
  width: 45px;
  margin: -10px 0 -10px 0;
}

.detalhes_produto .botao_comprar:hover {
  background: #ffe63a;
  -webkit-box-shadow: 0px 4px 25px 0px rgba(151, 113, 30, 0.45);
  -moz-box-shadow: 0px 4px 25px 0px rgba(151, 113, 30, 0.45);
  box-shadow: 0px 2px 25px 0px rgba(151, 113, 30, 0.45);
}

.detalhes_produto .botao_comprar:active {
  background: #ddb834;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(151, 113, 30, 0.65);
  -moz-box-shadow: 0px 2px 10px 0px rgba(151, 113, 30, 0.65);
  box-shadow: 0px 2px 10px 0px rgba(151, 113, 30, 0.65);
}

.detalhes_produto .botao_comprar:disabled,
.detalhes_produto .botao_comprar[disabled] {
  background: #a0a0a0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}

.detalhes_produto .selos {
  display: block;
  padding-top: 10px;
}

.detalhes_produto .selos img {
  margin: 0 20px 0 0;
}

#indisponivel {
  position: relative;
  top: -50%;
  transform: translateY(50%);
  font-size: 24px;
}

#aviseme {
  display: none;
  clear: both;
  vertical-align: middle;
  margin: auto;
  position: relative;
  padding: 0;
}

#indisponivel {
  display: none;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}

.out-of-stock strong {
  font-size: 24px;
}

.out-of-stock form, #avise-me {
  font-size: 1rem;
  padding: 5px;
}

#avise-me label, #avise-me input {
  display: block;
  position: relative;
  margin: 0;
  color: #5a5a5a;
  width: 50%;
}

#avise-me button {
  display: block;
  clear: both;
  text-align: center;
  background: #2e9bac;
  color: #fff;
  font-size: 18px;
  font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  text-transform: uppercase;
  padding: 10px 40px;
  text-decoration: none;
  border: none;
  margin: 15px 0 !important;
  cursor: pointer;
}

#avise-me button:disabled {
  background-color: #d6d6d6 !important;
  border-bottom: 4px solid #a0a0a0 !important;
  cursor: not-allowed;
}

/* ----------------------------------- /DETALHES ---------------------------------- */

/* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */

.informacoes_produto {
  display: block;
  clear: both;
}

.informacoes_produto nav {
  display: block;
  clear: both;
  text-align: center;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.informacoes_produto nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
  display: inline-block;
}

.informacoes_produto nav ul li {
  display: inline;
  float: left;
  margin: 0 20px;
}

.informacoes_produto nav a {
  display: inline-block;
  font-size: 12px;
  color: #a1a1a1;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
}

.informacoes_produto nav a:hover {
  color: #2e9bac;
}

.informacoes_produto nav a:active {
  color: #31818d;
}

.informacoes_produto nav span {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 10px auto;
  background: url(/images/2018/botoes-detalhes-produto.png) no-repeat #a1a1a1;
}

.informacoes_produto nav a:hover span {
  background-color: #2e9bac;
}

.informacoes_produto nav a:active span {
  background-color: #31818d;
}

.informacoes_produto nav .informacoes span {
  background-position: -1px 0;
}

.informacoes_produto nav .oquee span {
  background-position: -63px -2px;
}

.informacoes_produto nav .ingredientes span {
  background-position: -125px 0;
}

.informacoes_produto nav .tabelanutricional span {
  background-position: -187px 0;
}

.informacoes_produto nav .comotomar span {
  background-position: -248px 0;
}

.informacoes_produto nav .beneficios span {
  background-position: -311px 0;
}

.informacoes_produto nav .promocoes span {
  background-position: -373px 0;
}

.informacoes_produto .bloco_texto {
  clear: both;
  display: block;
  padding: 0 0 10px 0;
  overflow-x: auto;
}

.informacoes_produto h2, .informacoes_produto h3, .informacoes_produto h4, .informacoes_produto h5, .informacoes_produto h6, #promocoes h5 {
  padding-left: 0;
  color: #000;
  margin-bottom: 20px;
}

.informacoes_produto h2 span, .informacoes_produto h3 span, .informacoes_produto h4 span, .informacoes_produto h5 span, .informacoes_produto h6 span, #promocoes h5 span {
  display: inline-block;
  float: left;
  width: 48px;
  height: 48px;
  background: url(/images/2018/titulos-detalhes-produtos.png) no-repeat;
  margin-top: -18px;
}

.informacoes_produto #informacoes h2 span {
  background-position: 0 0;
}

.informacoes_produto #oquee h3 span {
  background-position: 0 0px;
}

.informacoes_produto #ingredientes h4 span {
  background-position: 0 -51px;
}

.informacoes_produto #tabelanutricional h4 span {
  background-position: 0 -95px;
}

.informacoes_produto #comotomar h4 span {
  background-position: 0 -145px;
}

.informacoes_produto #beneficios h4 span {
  background-position: 0 -190px;
}

#promocoes h5 span {
  background-position: 0 -240px;
}

.informacoes_produto #informacoes h2 span {
  width: 2px;
  height: 2px;
}

/* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */
.resumo-avaliacoes {
  font-size: 1rem;
  color: #5a5a5a;
  font-weight: normal;
}

.stars {
  position: relative;
  overflow: hidden;
  height: 2rem;
  width: 134px;
  display: inline-block;
  vertical-align: middle;
}

.stars .yellow {
  color: #f9cd2f
}

.stars .grey {
  width: 100%;
  color: #adb5bd
}

.stars > * {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.stars > *:before {
  font-family: FontAwesome;
  width: 134px;
  line-height: 2rem;
  height: 2rem;
  font-size: 1.8rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  white-space: pre;
  vertical-align: middle;
  content: "\f005\f005\f005\f005\f005"
}

.avaliacoes__wrapper .avalie {
  display: inline-block;
  clear: both;
  text-align: center;
  background: #2e9bac;
  color: #fff;
  font-size: 18px;
  font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-style: oblique;
  text-transform: uppercase;
  padding: 10px 70px;
  text-decoration: none;
  border: none;
  margin: 15px 10px !important;
  cursor: pointer;
}

.avaliacoes {
  max-height: 30vh;
  overflow-y: auto;
}

.avaliacoes > * {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.avaliacoes .stars {
  margin-right: 10px;
  line-height: 1.375rem;
  height: 1.375rem;
  width: 94px;
}

.avaliacoes .stars > *:before {
  width: 94px;
  font-size: 1.25rem;
  line-height: 1.375rem;
  height: 1.375rem;
}

.avaliacoes .customer {
  margin-right: 10px;
}

.avaliacoes .comments {
  display: block;
}

.rating {
  width: 50%;
}

.rating .button {
  display: inline-block;
  clear: both;
  text-align: center;
  background: #2e9bac;
  color: #fff;
  font-size: 18px;
  font-family: HelveticaI, Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  font-style: oblique;
  text-transform: uppercase;
  padding: 10px 70px;
  text-decoration: none;
  border: none;
  margin: 15px 10px !important;
  cursor: pointer;
}

.rating .button:disabled {
  background: #aaa !important;
  cursor: not-allowed !important;
}

#lwinformatica-mkteam {
  text-align: center;
  clear: both;
  padding: 20px 0 0;
  background: #fff;
}

#lwinformatica-mkteam img {
  vertical-align: middle;
}

/* ==================================================================== --------------- ================================================================= */
/* ================================================================= MEDIA QUERY - BANNER =============================================================== */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 1600px) {
  /* ----- DESKTOP ------- */
  .resolucao {
    width: 150px;
    background-color: brown;
  }

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 1 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 1200px) {
  /* ----- DESKTOP ------- */

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 2 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 992px) {
  /* ----- TABLET ------- */
  .resolucao {
    width: 100px;
    background-color: chocolate;
  }

  /* ----------------------------------- DETALHES ---------------------------------- */
  .detalhes_produto .foto_produto {
    float: none;
    width: auto;
    text-align: center;
    display: block;
    margin-bottom: 1rem;
  }

  .detalhes_produto .foto_produto img {
    max-width: 80%;
  }

  .detalhes_produto .dados_produto {
    float: none;
    display: block;
    width: auto;
    text-align: center;
  }

  .detalhes_produto select {
    width: 96%;
    margin: 0 auto;
  }

  .detalhes_produto .botao_comprar {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .detalhes_produto .selos {
    padding-bottom: 30px;
  }

  /* ----------------------------------- /DETALHES ---------------------------------- */
  /* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */
  .informacoes_produto nav ul {
    display: block;
    margin: 0 auto;
  }

  .informacoes_produto nav ul li {
    margin: 0;
    width: 25%;
  }

  .informacoes_produto h2, .informacoes_produto h3, .informacoes_produto h4, .informacoes_produto h5, .informacoes_produto h6, #promocoes h5 {
    font-size: 22px;
    line-height: 24px;
  }

  .informacoes_produto h2 span, .informacoes_produto h3 span, .informacoes_produto h4 span, .informacoes_produto h5 span, .informacoes_produto h6 span, #promocoes h5 span {
    width: 36px;
    height: 36px;
    background-size: 36px auto;
    margin-top: -9px;
  }

  .informacoes_produto #informacoes h2 span {
    background-position: 0 0;
  }

  .informacoes_produto #oquee h3 span {
    background-position: 0 0px;
  }

  .informacoes_produto #ingredientes h4 span {
    background-position: 0 -38px;
  }

  .informacoes_produto #tabelanutricional h4 span {
    background-position: 0 -70px;
  }

  .informacoes_produto #comotomar h4 span {
    background-position: 0 -108px;
  }

  .informacoes_produto #beneficios h4 span {
    background-position: 0 -144px;
  }

  #promocoes h5 span {
    background-position: 0 -176px;
  }

  /* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */
  #avise-me label, #avise-me input {
    text-align: left;
    width: 100%;
  }

  #avise-me button {
    width: 100%;
  }

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 3 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 768px) {
  /* ----- MOBILE ------- */
  .resolucao {
    width: 80px;
    background-color: darkcyan;
  }

  /* ----------------------------------- DETALHES ---------------------------------- */
  .detalhes_produto .foto_produto img {
    max-width: 90%;
  }

  /* ----------------------------------- /DETALHES ---------------------------------- */
  .rating {
    width: 90%;
  }

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 2b ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 640px) and (orientation: landscape) {

}

@media all and (max-width: 640px) {
  /* ----- MOBILE small ------- */
  .resolucao {
    width: 60px;
    background-color: blueviolet;
  }

}

/* ==================================================================== --------------- ================================================================= */
/* ==================================================================== MEDIA QUERY - 3 ================================================================= */
/* ==================================================================== --------------- ================================================================= */
@media all and (max-width: 478px) {
  /* ----- MOBILE small ------- */
  .resolucao {
    width: 40px;
    background-color: darkorange;
  }

  /* ----------------------------------- DETALHES ---------------------------------- */
  .detalhes_produto {
    margin: 20px 0 40px 0;
  }

  .detalhes_produto .foto_produto img {
    max-width: 100%;
  }

  .selos .flag_promo {
    height: 50px;
  }

  .foto_produto .selos .flag_desconto {
    height: 55px;
    width: 55px;
    font-size: 20px;
    padding-top: 16px;
  }

  .foto_produto:hover .flag_desconto {
    margin: 0;
    height: 65px;
    width: 65px;
    font-size: 24px;
    padding-top: 21px;
  }

  .foto_produto .selos .special-price {
    height: 55px;
    width: 55px;
    font-size: 20px;
    padding-top: 16px;
  }

  .foto_produto:hover .special-price {
    margin: 0;
    height: 65px;
    width: 65px;
    font-size: 24px;
    padding-top: 21px;
  }

  .foto_produto .selos .flag_frete {
    margin: 5px 0 0 7px;
    height: 50px;
    width: 50px;
  }

  .foto_produto:hover .flag_frete {
    margin: 0 0 0 2px;
    height: 60px;
    width: 60px;
  }

  .detalhes_produto .dados_produto .nome {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .detalhes_produto .dados_produto .peso {
    font-size: 18px;
  }

  .detalhes_produto .dados_produto .marca {
    font-size: 16px;
    line-height: 18px;
  }

  .detalhes_produto .dados_produto .precos .preco_por {
    font-size: 45px;
    line-height: 45px;
  }

  .detalhes_produto .botao_comprar {
    font-size: 30px;
  }

  .detalhes_produto .selos {
    display: block;
    padding-top: 0;
  }

  .detalhes_produto .selos img {
    margin: 10px auto;
    display: block;
  }

  /* ----------------------------------- /DETALHES ---------------------------------- */
  /* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */
  .informacoes_produto nav ul {
    display: block;
    margin: 0 auto;
  }

  .informacoes_produto nav ul li {
    width: 33%;
    margin: 10px 0;
  }

  .informacoes_produto nav a {
    font-size: 11px;
  }

  .informacoes_produto nav span {
    width: 39px;
    height: 39px;
    background-size: auto 40px;
  }

  .informacoes_produto nav .informacoes span {
    background-position: -1px -1px;
  }

  .informacoes_produto nav .oquee span {
    background-position: -41px -2px;
  }

  .informacoes_produto nav .ingredientes span {
    background-position: -82px 0;
  }

  .informacoes_produto nav .tabelanutricional span {
    background-position: -123px -1px;
  }

  .informacoes_produto nav .comotomar span {
    background-position: -163px -1px;
  }

  .informacoes_produto nav .beneficios span {
    background-position: -204px -1px;
  }

  .informacoes_produto nav .promocoes span {
    background-position: -245px -1px;
  }

  .informacoes_produto h2, .informacoes_produto h3, .informacoes_produto h4, .informacoes_produto h5, .informacoes_produto h6, #promocoes h5 {
    font-size: 20px;
    line-height: 20px;
  }

  .informacoes_produto h2 span, .informacoes_produto h3 span, .informacoes_produto h4 span, .informacoes_produto h5 span, .informacoes_produto h6 span, #promocoes h5 span {
    width: 26px;
    height: 26px;
    background-size: 26px auto;
    margin-top: -4px;
  }

  .informacoes_produto #informacoes h2 span {
    background-position: 0 0;
  }

  .informacoes_produto #oquee h3 span {
    background-position: 0 0px;
  }

  .informacoes_produto #ingredientes h4 span {
    background-position: 0 -28px;
  }

  .informacoes_produto #tabelanutricional h4 span {
    background-position: 0 -52px;
  }

  .informacoes_produto #comotomar h4 span {
    background-position: 0 -77px;
  }

  .informacoes_produto #beneficios h4 span {
    background-position: 0 -104px;
  }

  #promocoes h5 span {
    background-position: 0 -130px;
  }

  /* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */

}

@media all and (max-width: 320px) {
  /* ----- MOBILE small ------- */
  .resolucao {
    width: 20px;
    background-color: black;
  }

  /* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */
  .informacoes_produto nav ul li {
    width: 50%;
    margin: 10px 0;
  }

  /* ----------------------------------- /INFORMACOES DO PRODUTO ---------------------------------- */

}

.not-found {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 1.5rem;
  margin: 2rem 0;
}
