@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
body {
  font-family: "Montserrat", sans-serif !important;
}

.bg {
  background-color: #f3a534 !important;
  padding: 10px 0;
}

.bg nav .navbar-brand {
  width: 130px;
}

.bg nav ul li a {
  padding: 0 10px;
  font-size: 16px !important;
  font-weight: 700;
  color: #212529 !important;
}

.bg nav .more-options i {
  color: #312629;
  font-size: 26px;
}

.bg nav .more-options a {
  cursor: pointer;
}

.bg nav .more-options .carrinho-header {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg nav .more-options .carrinho-header .size-cart {
  font-size: 11px;
  background-color: #312529;
  color: white;
  padding: 5px 10px;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* legado */
#slider-cervejaria img {
  width: 100px;
  height: 100px;
}

#slider-cervejaria h2 {
  font-size: 19px;
  font-weight: bold;
}

.line-orange {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .line-orange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px;
  }
}

.line-orange .line {
  height: 10px;
  width: 50px;
  background-color: #d9980d;
  border-radius: 30px;
}

.line-orange .line-login {
  background-color: #d77724;
  border-radius: 30px;
  height: 10px;
  width: 50px;
}

.section-1-produto-destaque {
  position: relative;
}

.section-1-produto-destaque .produto-destaque-1 {
  width: 100% !important;
  background-color: #f6e7ca;
  height: 330px;
  width: 100%;
  padding-right: 220px;
  line-height: 23px;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .section-1-produto-destaque .produto-destaque-1 {
    margin-bottom: 10px;
    width: 320px;
    height: auto;
    padding: 30px;
  }
}

.section-1-produto-destaque h1 {
  font-size: 17px;
  font-weight: 600;
  color: #392016;
}

.section-1-produto-destaque p {
  font-size: 13px;
  color: #392016;
}

.section-1-produto-destaque a.btn-link {
  background-color: white;
  color: #3b282c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  width: 210px;
  border: 0 solid;
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
}

.section-1-produto-destaque .produto {
  position: absolute;
  left: 300px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: -20px;
}

@media (max-width: 767px) {
  .section-1-produto-destaque .produto {
    display: none;
  }
}

.section-1-produto-destaque .produto img {
  height: 390px;
}

.section-produto-2 {
  position: relative;
  padding-right: 250px;
  padding-left: 30px;
  background-color: #f1f1f1;
  height: 160px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-produto-2 {
    margin-bottom: 10px;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.section-produto-2 p {
  font-size: 11px;
  margin: 20px 0 0;
  color: #392016;
}

.section-produto-2 a.btn-link {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3b282c;
  margin: 0 0 40px;
  min-height: 40px;
  width: 180px;
  border: 0 solid;
  border-radius: 100px;
  cursor: pointer;
  font-size: 11px;
  z-index: 9999;
  margin-top: 12px;
}

.section-produto-2 a {
  z-index: 99;
}

.section-produto-2 .produto2 {
  position: absolute;
  top: -40px;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .section-produto-2 .produto2 {
    display: none;
  }
}

.section-produto-2 .produto2 img {
  height: 200px;
  z-index: 2;
}

.section-produto-3 {
  position: relative;
  padding-right: 0px;
  padding-left: 230px;
  background-color: #f5e9e6;
  height: 160px;
  width: 100%;
}

@media (max-width: 767px) {
  .section-produto-3 {
    margin-bottom: 10px;
    width: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.section-produto-3 p {
  font-size: 11px;
  padding-right: 20px;
  margin: 10px 0 10px;
  color: #392016;
}

.section-produto-3 a.btn-link {
  background-color: white;
  color: #3b282c;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  border: 0 solid;
  border-radius: 100px;
  cursor: pointer;
  font-size: 11px;
  z-index: 3;
}

.section-produto-3 .produto3 {
  position: absolute;
  top: 4px;
  left: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 1200px) {
  .section-produto-3 .produto3 {
    right: 220px !important;
  }
}

@media (max-width: 767px) {
  .section-produto-3 .produto3 {
    display: none;
  }
}

.section-produto-3 .produto3 img {
  height: 150px;
  z-index: 2;
}

.section-1-produto-destaque-mobile {
  position: relative;
}

.section-1-produto-destaque-mobile .produto-destaque-1 {
  background-color: #f6e7ca;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 23px;
  padding: 30px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 767px) {
  .section-1-produto-destaque-mobile .produto-destaque-1 {
    padding-right: 30px;
    margin-bottom: 20px;
    height: auto;
    width: 320px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.section-1-produto-destaque-mobile h1 {
  font-size: 17px;
  font-weight: 600;
  color: #392016;
  text-align: center;
}

.section-1-produto-destaque-mobile p {
  font-size: 11px;
  color: #392016;
  text-align: center;
}

.section-1-produto-destaque-mobile a.btn-link {
  background-color: white;
  color: #3b282c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  width: 210px;
  border: 0 solid;
  border-radius: 100px;
  cursor: pointer;
  font-size: 13px;
  z-index: 999999;
}

.section-1-produto-destaque-mobile .section-produto-2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px !important;
  margin-bottom: 20px !important;
  height: auto !important;
  padding-top: 20px !important;
  padding-bottom: 0px !important;
  overflow: hidden;
  width: 100% !important;
  position: relative;
}

.section-1-produto-destaque-mobile .section-produto-2 p {
  text-align: center;
  font-size: 11px;
  margin: 20px 0 0;
  color: #392016;
}

.section-1-produto-destaque-mobile .section-produto-2 a.btn-link {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #3b282c;
  margin: 0 0 40px;
  min-height: 40px;
  width: 180px;
  border: 0 solid;
  border-radius: 100px;
  cursor: pointer;
  font-size: 11px;
  z-index: 9999;
  margin-top: 12px;
}

.section-1-produto-destaque-mobile .section-produto-2 a {
  z-index: 99;
}

.section-1-produto-destaque-mobile .section-produto-3 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-bottom: 20px !important;
  height: auto !important;
  padding-top: 20px !important;
  overflow: hidden;
  width: 100% !important;
  position: relative;
  padding: 30px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-1-produto-destaque-mobile .section-produto-3 p {
  font-size: 11px;
  margin: 0px;
  padding: 10px 30px;
  text-align: center;
  color: #392016;
}

.section-1-produto-destaque-mobile .section-produto-3 a.btn-link {
  background-color: white;
  color: #3b282c;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  border: 0 solid;
  border-radius: 100px;
  cursor: pointer;
  font-size: 11px;
  z-index: 3;
}

.produtos-showcase .content {
  padding: 20px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.produtos-showcase .content img {
  width: 200px;
  min-height: 220px;
  max-height: 220px;
}

.produtos-showcase .content h3 {
  max-height: 40px;
  min-height: 60px;
  font-size: 19px;
  color: #392016;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

@media (max-width: 767px) {
  .produtos-showcase .content h3 {
    min-height: 65px !important;
    font-size: 18px !important;
  }
}

.produtos-showcase .content span {
  font-weight: 400;
  color: gray;
  font-size: 13px;
}

.produtos-showcase .content .bloco-valor-botao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.produtos-showcase .content #produto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.produtos-showcase .content .button-product {
  width: 180px;
}

.produtos-showcase .content .button-product a {
  background-color: #7ab37c !important;
  color: white;
  width: 180px;
  min-height: 40px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 100px;
  width: 80%;
}

.produtos-showcase .content .button-product button {
  background-color: #f5f5f5;
  color: #392016;
  width: 180px;
  min-height: 40px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 100px;
}

.produtos-showcase .content:hover {
  border: 1px solid orange;
  border-radius: 20px;
}

.produtos-showcase .chamada-vertudo {
  font-size: 15px;
  font-weight: bold;
  color: #382016 !important;
}

.section-4 {
  line-height: 40px;
  margin-top: 30px;
}

.section-4 a {
  text-transform: none;
  color: black;
}

.section-4 a:hover {
  text-transform: none;
  color: black;
}

.section-4 span {
  color: gray;
  font-weight: lighter;
  font-size: 12px;
}

.section-4 h3 {
  font-size: 19px;
  font-weight: bold;
  color: #392016;
}

.section-4 p {
  color: gray;
  font-weight: lighter;
  font-size: 15px;
}

.rodape {
  background-image: none;
  background-color: #f1f1f1;
  height: auto;
  padding: 45px 0;
  line-height: 22px;
}

@media (max-width: 767px) {
  .rodape {
    background-image: none;
    background-color: #f1f1f1 !important;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.rodape ul li {
  list-style: none;
  color: white;
  font-weight: lighter;
  font-size: 12px;
  text-align: left;
}

.rodape ul li a {
  color: #312629;
}

.rodape span {
  font-weight: lighter;
  font-size: 13px;
  color: #312629;
}

.rodape .rodape-custom-row {
  margin-left: 200px;
}

.rodape .rodape-custom {
  height: 150px;
}

.rodape-mobile {
  background-image: none;
  background-color: #f1f1f1;
  height: auto;
  padding: 20px 0;
  line-height: 30px;
}

@media (max-width: 767px) {
  .rodape-mobile {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.rodape-mobile ul {
  margin: 0;
  padding: 0;
}

.rodape-mobile ul li {
  list-style: none;
  color: white;
  font-weight: lighter;
  font-size: 13px;
  text-align: left;
}

.rodape-mobile ul li a {
  color: #312629;
}

.rodape-mobile span {
  color: #312629;
  font-weight: bold;
  font-size: 13px;
}

.rodape-mobile .rodape-custom-row {
  margin-left: 70px;
}

.redes a {
  font-size: 30px;
  padding: 0 6px;
  color: #382016;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.redes a:hover {
  font-size: 30px;
  padding: 0 3px;
  color: #7ab37c;
}

.line-rodape {
  background-color: #f3a534 !important;
  height: 70px;
  position: relative;
}

.line-rodape span a {
  color: #312629;
  font-size: 12px;
  font-weight: bold;
}

.titulo-pagina h1 {
  font-size: 24px;
  font-weight: bold;
  color: #3b282c;
}

.login {
  border: 1px solid #f2f0f1;
  padding: 30px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 55px 40px 100px 40px;
}

.login span {
  font-size: 20px;
  font-style: italic;
}

.login span strong {
  font-weight: bold;
}

.login small {
  font-size: 11px;
}

.cadastro {
  border: 1px solid #f2f0f1;
  padding: 30px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 55px 40px 100px 40px;
}

.cadastro span {
  font-size: 20px;
  font-style: italic;
}

.cadastro span strong {
  font-weight: bold;
}

.cadastro small {
  font-size: 11px;
}

.formulario input {
  height: 60px;
  color: #3c4048;
  font-size: 16px;
  position: relative;
  border: 0;
  background-color: #f2f0f1;
}

.formulario input::-webkit-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario input:-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario input::-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario input::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario textarea {
  height: 200px;
  color: #3c4048;
  font-size: 16px;
  border: 1px solid #5a6a6a;
}

.formulario textarea::-webkit-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.formulario textarea:-ms-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.formulario textarea::-ms-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.formulario textarea::placeholder {
  color: #3c4048;
  font-size: 16px;
}

.formulario select {
  height: 60px;
  color: #3c4048;
  font-size: 16px;
  position: relative;
  border: 0;
  background-color: #f2f0f1;
}

.formulario select::-webkit-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario select:-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario select::-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario select::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.formulario a {
  color: #3c4048;
  font-size: 13px;
  color: #3c4048;
  font-weight: 500;
}

.btn-submit-contato {
  min-height: 40px;
  background-color: #d77724 !important;
  padding: 0 10px;
  color: white !important;
  border: 0 solid !important;
  border-radius: 100px !important;
  font-size: 13px !important;
}

.carrinho {
  border: 1px solid #f2f0f1;
  padding: 30px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 40px;
  height: 300px;
  width: 80%;
}

@media (max-width: 767px) {
  .carrinho {
    width: 100%;
  }
}

.sticky-top {
  top: 100px;
}

.carrinho-remover {
  background-color: transparent;
  border: 0;
}

.descricao-page-carrinho-nome {
  font-size: 16px;
  color: #f77d0f;
  font-weight: bold;
  padding: 10px;
}

@media (max-width: 767px) {
  .descricao-page-carrinho-nome {
    padding: 30px;
  }
}

.descricao-page-carrinho-tamanho {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.descricao-page-carrinho-tamanho p {
  padding: 0;
  margin: 0;
}

.btn-ver-page {
  margin-top: 30px;
  width: 140px;
  height: 60px;
  font-size: 13px;
  background-color: #eeeeee;
  color: #393434;
  border: 0 solid;
  border-radius: 100px;
}

.sobre p {
  font-size: 13px;
}

.sobre h4 {
  font-size: 20px;
  font-weight: bold;
}

.section-1 {
  font-size: 12px;
  font-weight: 500;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .section-1 {
    text-align: center;
  }
}

.section-1 a {
  color: unset;
  font-size: 9px;
}

.filtro strong {
  font-size: 15px;
}

.filtro ul li a {
  color: unset;
  font-size: 13px;
}

.filtro small {
  font-size: 12px;
}

.title-page-produtos h3 {
  font-weight: bold;
  color: #3b282c;
}

.title-page-produtos .valor strong {
  font-weight: bold;
  color: #d26800;
  text-transform: uppercase;
  font-size: 32px;
}

.quantidade-comprar .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.quantidade-comprar .quantity input {
  width: 100px;
}

.quantidade-comprar .quantity button {
  margin: 0 10px;
  height: 40px;
  padding: 0 50px;
  width: auto !important;
}

.button-primary {
  background-color: #7ab37c;
  color: #fff !important;
  width: 283px;
  height: 34px;
  font-size: 13px;
  /* background-color: #eeeeee; */
  color: #393434;
  border: 0 solid;
  border-radius: 100px;
}

.bloco-sabor {
  color: #3c4048;
}

.bloco-sabor small {
  font-weight: bold;
}

.bloco-sabor .bloco-perfil {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.conteudo {
  padding-bottom: 60px;
}

.conteudo .conteudo-links-paginas {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .conteudo .conteudo-links-paginas {
    margin-bottom: 50px;
    text-align: center;
  }
}

.conteudo .conteudo-links-paginas a {
  display: block;
  color: #3c4048;
  font-size: 14px;
  margin-bottom: 10px;
}

.conteudo .conteudo-texto {
  margin-top: 60px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 55px 40px 55px 40px;
}

@media (max-width: 767px) {
  .conteudo .conteudo-texto {
    margin-top: 30px;
  }
}

.conteudo .conteudo-texto h1 {
  font-size: 30px;
  font-weight: bold;
  color: #392016;
}

.conteudo .conteudo-texto p {
  color: #392c2f;
  font-size: 13px;
  line-height: 25px;
}

.conteudo .conteudo-texto img {
  width: 100% !important;
  height: auto !important;
}

.conteudo .conteudo-texto .line-orange {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .conteudo .conteudo-texto .line-orange {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px;
  }
}

.conteudo .conteudo-texto .line-orange .line {
  height: 3px;
  width: 50px;
  background-color: #d9980d;
  border-radius: 30px;
  margin-bottom: 30px;
}

.conteudo .formulario-contato {
  margin-top: -30px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 55px 40px 100px 40px;
}

@media (max-width: 767px) {
  .conteudo .formulario-contato {
    margin-top: -10px;
  }
}

.conteudo .formulario-contato h2 {
  color: #3c4048;
  font-size: 18px;
  margin-bottom: 40px;
}

.conteudo .formulario-contato form input {
  height: 50px;
  color: #3c4048;
  font-size: 16px;
  border: 1px solid #5a6a6a;
}

.conteudo .formulario-contato form input::-webkit-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form input:-ms-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form input::-ms-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form input::placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form textarea {
  height: 200px;
  color: #3c4048;
  font-size: 16px;
  border: 1px solid #5a6a6a;
}

.conteudo .formulario-contato form textarea::-webkit-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form textarea:-ms-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form textarea::-ms-input-placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form textarea::placeholder {
  color: #3c4048;
  font-size: 16px;
}

.conteudo .formulario-contato form button {
  background-color: #7ab37c;
  color: #fff;
  border-radius: 50px;
  border: 0;
  padding: 5px 15px;
}

.conteudo .formulario-contato .formulario-contato-infos .formulario-contato-info {
  margin-bottom: 40px;
}

.conteudo .formulario-contato .formulario-contato-infos .formulario-contato-info h4 {
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 700;
}

.conteudo .formulario-contato .formulario-contato-infos .formulario-contato-info span {
  display: block;
  color: #1f1f1f;
  font-size: 12px;
  margin-bottom: 5px;
}

.dropdown-toggle {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.btn-warning,
.btn-primary {
  border: 0 solid !important;
  border-radius: 100px !important;
  font-size: 13px !important;
}

.meus-dados {
  margin: 50px 0;
}

.meus-dados ul {
  list-style: none;
  margin: 0;
  padding: 30px;
}

.meus-dados ul li {
  padding-top: 4px;
}

.meus-dados ul li a {
  color: black;
}

.meus-dados ul li .active {
  color: orange;
}

.meus-dados ul .sair {
  margin: 0;
  padding: 20px;
  font-size: 13px;
}

.meus-dados ul .sair a {
  color: red;
}

.meus-dados strong {
  font-size: 30px;
  padding-bottom: 30px;
}

.meus-dados .content {
  margin-top: -30px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 55px 40px 100px 40px;
}

.formulario-interno {
  position: relative;
}

.formulario-interno .input-label {
  position: relative;
  /* textarea {
            height: 200px;
            color: #3c4048;
            border-radius: 10px;
            font-size: 16px;
            padding: 10px 0 0 20px;
            border: 1px solid #5a6a6a;
            &::placeholder {
                color: #3c4048;
                font-size: 16px;
            }
        } */
}

.formulario-interno .input-label input {
  height: 60px;
  color: #3c4048;
  font-size: 12px;
  position: relative;
  border: 0;
  border-radius: 10px;
  padding: 10px 0 0 20px;
  margin: 10px 0;
  width: 350px;
  background-color: #f2f0f1;
}

.formulario-interno .input-label input::-webkit-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
  opacity: 1;
}

.formulario-interno .input-label input:-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
  opacity: 1;
}

.formulario-interno .input-label input::-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
  opacity: 1;
}

.formulario-interno .input-label input::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
  opacity: 1;
}

.formulario-interno .input-label label {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 9px;
  font-weight: bold;
  z-index: 99999;
}

@media (max-width: 767px) {
  .formulario-interno .input-label label {
    left: 45px;
  }
}

.formulario-interno .input-label select {
  height: 60px;
  color: #3c4048;
  font-size: 12px;
  position: relative;
  border: 0;
  border-radius: 10px;
  padding: 10px 0 0 20px;
  margin: 10px 0;
  width: 350px;
  background-color: #f2f0f1;
}

.formulario-interno .input-label select::-webkit-input-placeholder {
  color: #392c2f;
  top: 5px;
  position: absolute;
  font-size: 11px;
}

.formulario-interno .input-label select:-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  position: absolute;
  font-size: 11px;
}

.formulario-interno .input-label select::-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  position: absolute;
  font-size: 11px;
}

.formulario-interno .input-label select::placeholder {
  color: #392c2f;
  top: 5px;
  position: absolute;
  font-size: 11px;
}

.formulario-interno .input-label a {
  color: #3c4048;
  font-size: 13px;
  color: #3c4048;
  font-weight: 500;
}

.produtos-dados .card {
  border: 0;
}

.produtos-dados .card h5 {
  font-weight: bold;
}

.produto-detalhes h1 {
  font-weight: bold;
  color: #3b282c;
}

.produto-detalhes .valor span {
  font-weight: 700;
  color: #d26800;
  text-transform: uppercase;
  font-size: 27px;
}

/* .produto-detalhes p {
    line-break: anywhere;
} */
.descricao-page-carrinho-nome h5 {
  font-weight: bold;
  color: #3b282c;
  text-transform: uppercase;
}

.descricao-page-carrinho-nome h3 {
  font-weight: bold;
  color: #d26800;
  text-transform: uppercase;
  font-size: 28px;
}

.descricao-page-carrinho-nome p {
  color: #3b282c;
  font-weight: lighter;
}

.bill-to label {
  font-size: 10px;
}

.swal2-container .swal2-title {
  font-size: 20px !important;
}

.swal2-container .swal2-content,
.swal2-container .swal2-styled.swal2-confirm,
.swal2-container .swal2-cancel {
  font-size: 13px !important;
}

.swal2-container .swal2-cancel {
  background-color: #7ab37c !important;
}

.swal2-container .swal2-styled.swal2-confirm {
  background-color: #b5b5a4 !important;
}

#fixed-nav {
  padding: 20px 0;
  background-color: #ffa603eb;
  position: fixed;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9999999;
}

#fixed-nav h3 {
  margin: 0;
  padding: 0;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #fixed-nav h3 {
    font-size: 11px;
  }
}

#fixed-nav h3 a {
  padding: 0 10px;
  color: unset;
}

#fixed-nav h3 .fa-phone {
  padding: 0;
  margin-right: 9px;
  font-size: 19px;
  color: #44cfa1;
}

@media (max-width: 767px) {
  #fixed-nav h3 .fa-phone {
    font-size: 16px;
  }
}

#fixed-nav h3 .fa-whatsapp {
  margin-right: 9px;
  font-size: 25px;
  padding: 0pt;
  color: #44cfa1;
}

@media (max-width: 767px) {
  #fixed-nav h3 .fa-whatsapp {
    font-size: 16px;
  }
}

#fixed-nav i {
  padding: 0 20px;
  font-style: unset;
}

.nav-tabs {
  border: 1px solid #f2f0f1;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  border: 0;
}

.nav-tabs .nav-link {
  color: #312629;
  font-size: 13px;
}

.nav-tabs .nav-link:hover {
  border: 0 !important;
  font-weight: bold;
}

.nav-tabs .active,
.nav-tabs .show {
  border: 0 !important;
  font-weight: bold !important;
}

.shopper-informations {
  border: 1px solid #f2f0f1;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 30px;
}

.action-myaccount {
  border: 1px solid #f2f0f1;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 10px #cfcfcf;
          box-shadow: 0px 0px 10px #cfcfcf;
  padding: 30px;
}

.action-myaccount a {
  color: unset;
  text-decoration: none;
  font-size: 13px;
  padding: 0 4px;
}

.checkout-options ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
}

.checkout-options ul li label span {
  background-color: #f2f0f1;
  font-size: 11px;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px !important;
}

@media (max-width: 767px) {
  .checkout-options ul li label span {
    text-align: center;
    font-size: 11px;
  }
}

.checkout-options ul li input[type="radio"]:checked + label span {
  border-radius: 7px;
  background-color: #ffbc5b;
}

.checkout-options ul li label {
  width: 100%;
}

.checkout-options ul li input {
  display: none;
}

#formSubmitCartao {
  font-size: 13px;
}

@media (max-width: 767px) {
  #formSubmitCartao {
    font-size: 11px;
  }
}

#formSubmitCartao .btn {
  background-color: #7ab37c !important;
  color: white;
  width: 180px;
  min-height: 40px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  width: 80%;
  text-transform: uppercase;
}

#modalCreditCard .card-header {
  display: none;
}

@media (max-width: 767px) {
  .data-prevista {
    text-align: center;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  #modalCreditCardLabel {
    font-size: 11px !important;
  }
}

.pagination .page-item .page-link {
  border: 0 !important;
  padding: 10px 20px;
  background-color: transparent;
  color: #3c4048;
  font-weight: 400;
  font-size: 26px;
}

.pagination .active .page-link {
  font-weight: bold;
  color: #f3a534 !important;
}

.titulo-carrinho {
  font-size: 20px;
  color: #3b282c;
  text-align: center;
  font-weight: bold;
  margin: 20px 0 10px;
}

#restricao .modal-body {
  border: 16px solid #312629;
}

#restricao .modal-body .text {
  padding: 20px;
}

#restricao .modal-body img {
  width: 20%;
}

#restricao .modal-body a {
  padding: 5px 30px;
  color: #ffffff;
  background: #312629;
}

#restricao .modal-body .text-18 {
  font-size: 30px;
  color: #312629;
  font-weight: 600;
}

.lgpd {
  margin-bottom: 20px;
}

.lgpd .row-popup {
  background-color: white;
  border: 1px solid #b3b4b5;
  border-radius: 3px;
  margin-left: 5px;
  margin-right: 5px;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 576px) {
  .lgpd .row-popup {
    padding: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .lgpd .texto-popup {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-size: 11px;
  }
  .lgpd #container-popup {
    margin-bottom: 50px;
  }
  .lgpd .button-popup button {
    margin-top: 20px;
  }
}

.lgpd .texto-popup {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 11px;
}

.lgpd .texto-popup a {
  text-decoration: none;
  color: #199fc6;
}

.lgpd .texto-popup a:hover {
  text-decoration: none;
  color: #199fc6;
}

.lgpd .button-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.lgpd .button-popup button {
  background-color: #66b3b2;
  color: white;
  border-radius: 4px;
  border: 0 solid;
  font-size: 11px;
  width: 160px;
  min-height: 40px;
}

.search {
  display: none;
  background-color: #f1ca8d;
}

.search form {
  width: 500px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.search form input {
  width: 100%;
}

.search form input::-webkit-input-placeholder {
  font-size: 13px;
}

.search form input:-ms-input-placeholder {
  font-size: 13px;
}

.search form input::-ms-input-placeholder {
  font-size: 13px;
}

.search form input::placeholder {
  font-size: 13px;
}

.search form button {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: transparent;
  border: 0;
}

#meus-pedidos .table-responsive .table thead th {
  font-size: 11px;
}

#meus-pedidos .table-responsive .table tbody tr td {
  font-size: 11px;
}

.blog img {
  max-height: 359px;
  width: 100%;
}

#slider-depoimentos h3 {
  font-size: 30px !important;
  font-weight: bold;
}

#slider-depoimentos p {
  font-size: 17px;
}

.new__finalizar-compra .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.new__finalizar-compra .input-group #cep-error {
  font-size: 11px;
  color: red;
}

.new__finalizar-compra .input-group label {
  font-size: 11px;
}

.new__finalizar-compra .input-group input {
  height: 40px;
  color: #3c4048;
  font-size: 12px;
  border-radius: 7px !important;
  position: relative;
  padding: 10px;
  border: 0;
  width: 100%;
  background-color: #f2f0f1;
}

.new__finalizar-compra .input-group input::-webkit-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group input:-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group input::-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group input::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group select {
  height: 60px;
  color: #3c4048;
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  border: 0;
  background-color: #f2f0f1;
}

.new__finalizar-compra .input-group select::-webkit-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group select:-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group select::-ms-input-placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group select::placeholder {
  color: #392c2f;
  top: 5px;
  left: 14px;
  position: absolute;
  font-size: 11px;
}

.new__finalizar-compra .input-group a {
  color: #3c4048;
  font-size: 13px;
  color: #3c4048;
  font-weight: 500;
}

.new__finalizar-compra .box-scroll {
  overflow-y: auto;
  height: 300px;
}

.box-products-checkout {
  border: 1px solid #f2f0f1;
  padding: 10px;
  border-radius: 7px;
  width: 100%;
}

.box-products-checkout .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-products-checkout .content .imagem {
  width: 100px !important;
  height: 100px !important;
  overflow: hidden;
}

.box-products-checkout .content .dados-produto,
.box-products-checkout .content .valor-unitario,
.box-products-checkout .content .remover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.box-products-checkout .content .dados-produto h3,
.box-products-checkout .content .valor-unitario h3,
.box-products-checkout .content .remover h3 {
  font-size: 16px;
  font-weight: bold;
}

.box-products-checkout .content .dados-produto a,
.box-products-checkout .content .valor-unitario a,
.box-products-checkout .content .remover a {
  color: gray;
  font-size: 14px;
}

#exibirValorTotal,
#valorFrete {
  font-size: 15px !important;
  font-weight: bold;
}

.btn-finalizar-compra {
  background-color: #d77724 !important;
  padding: 10px 30px;
  color: white !important;
  border: none;
  font-size: 18px !important;
  width: 95%;
  margin-left: 12px;
  margin-top: 25px;
  border-radius: 5px !important;
}

.btn-finalizar-compra:disabled {
  background-color: #d7772482 !important;
}

.payment {
  padding-right: 400px;
}

@media (max-width: 767px) {
  .payment {
    padding: 30px;
  }
}

.payment p {
  font-size: 14px;
}

.payment code {
  font-size: 14px;
}

.erro {
  font-size: 11px !important;
  color: red;
  font-style: unset;
}

#modalFrete {
  width: 100%;
  padding: 50px;
  border-radius: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#modalFrete .content {
  width: 40%;
  height: 300px;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  padding: 30px;
}

.melhorenvio-modal tr {
  color: black;
  font-size: 15px;
  font-weight: 600;
}

.melhorenvio-modal tr td {
  vertical-align: inherit !important;
}

.bloco-sabor ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Melhorias no responsivo */
.de-valor {
  color: gray;
  font-size: 15px;
  text-decoration: line-through;
}

.por-valor {
  font-style: initial !important;
  font-size: 23px;
}

.bloco-valor-botao {
  font-size: 15px;
  font-style: italic;
}

.bloco-valor-botao small {
  color: gray;
}

.bloco-sabor .bloco-perfil .item-perfil {
  padding: 5px 0;
  font-size: 14px;
}

@media (max-width: 767px) {
  .bg nav ul li {
    padding: 10px 0 !important;
  }
  .more-options {
    padding-top: 30px;
  }
  .more-options i {
    font-size: 20px !important;
  }
  .section-1-produto-destaque .produto {
    width: 100px;
    top: 24px;
    left: 270px;
    display: block;
  }
  .section-1-produto-destaque .produto img {
    width: 100px !important;
    height: unset !important;
  }
  .section-1-produto-destaque .section-produto-2 {
    padding: 25px;
  }
  .section-1-produto-destaque .section-produto-2 img {
    height: 40px;
    width: 60px;
  }
  .section-produto-3 .produto3 {
    display: unset !important;
    left: 200px !important;
    right: unset !important;
  }
  .section-produto-3 .produto3 img {
    height: 150px;
    width: 200px;
  }
  .section-1 {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-1 h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
  }
  .line-orange {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px !important;
  }
  .line-orange .line {
    margin: 3px 0;
    height: 4px;
  }
  .produtos-showcase {
    margin-bottom: 50px;
  }
  .produtos-showcase .content {
    padding: 0 !important;
    text-align: left;
  }
  .produtos-showcase .content a h3 {
    font-size: 15px !important;
  }
  .bloco-valor-botao {
    font-size: 13px;
    font-style: italic;
  }
  .bloco-valor-botao small {
    color: gray;
  }
  .bloco-valor-botao .de-valor {
    color: gray;
    font-size: 11px;
    text-decoration: line-through;
  }
  .bloco-valor-botao .por-valor {
    font-style: initial !important;
    font-size: 15px;
  }
  .chamada-vertudo {
    margin: 30px 0;
  }
  .depoimentos {
    margin: 40px 0;
  }
  .depoimentos .section-1 {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .depoimentos .section-1 h6 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
  }
  .depoimentos .line-orange {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px !important;
  }
  .depoimentos .line-orange .line {
    margin: 3px 0;
    height: 4px;
  }
  .depoimentos .active p {
    margin: 0 !important;
  }
  .depoimentos .btn {
    font-size: 11px;
  }
  #fixed-nav h3 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #fixed-nav h3 .fa-phone,
  #fixed-nav h3 .fa-whatsapp {
    font-size: 20px;
    padding-bottom: 7px;
  }
  #fixed-nav h3 a {
    padding-top: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .line-rodape .col-12 {
    margin-bottom: 20px;
  }
  .invalid-margin {
    margin: 30px 0;
  }
  .produto-detalhes h1 {
    padding: 15px 0;
  }
  .produto-detalhes p {
    color: gray;
    font-size: 13px;
  }
  #addProdutos {
    margin: 0;
    padding-top: 0 !important;
    padding: 20px 0;
  }
  .bloco-sabor .bloco-perfil {
    display: unset;
  }
  .bloco-sabor .bloco-perfil .item-perfil {
    padding: 5px 0;
    font-size: 13px;
  }
  .items-cart {
    border: 0 !important;
  }
  .items-cart .justify-content-center {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .items-cart .foto-produto-page-carrinho {
    padding: 0 10px;
  }
  .items-cart .foto-produto-page-carrinho img {
    width: 100px;
  }
  .items-cart .descricao-page-carrinho-nome {
    font-size: 14px;
  }
  .box-products-checkout .imagem {
    width: unset !important;
    height: unset !important;
  }
  #details-product .destaque {
    max-height: 300px !important;
  }
  .melhorenvio-modal input {
    width: 12px;
    height: 12px;
  }
}

#details-product .destaque {
  max-height: 600px;
}

.opacity-1 {
  opacity: 0.5;
}
/*# sourceMappingURL=main.css.map */