:root {
  --verde-escuro: #325829;
  --preto: #202020;
  --rosa: #c53573;
  --verde-claro: #00a57b;
  --laranja: #f37435;
  --transparente: transparent;
  --branco: white;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.banner_desktop{
  display: block;
}

.banner_mobile{
  display: none;
}

.b_desktop{
  display: block;
}

.b_mobile{
  display: none;
}










.tabela-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabela-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabela-line.last-line {
  border-bottom: 1px solid #202020;
}

.tabela-field {
  height: 50px;
  padding: 5px 15px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #202020;
  font-size: 16px;
  line-height: 20px;
}

.tabela-field.field-center {
  text-align: center;
}

.tabela-field.field-center.field-border {
  border-right-style: none;
  border-left-style: none;
}

.tabela-field.field-center.field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right-style: none;
  border-left-style: none;
}

.tabela-field.field-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.tabela-field.field-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  text-align: center;
}

.tabela-filhote-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}


.coluna-filhote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  line-height: 20px;
}

.filhote-header {
  height: 40px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #202020;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.filhote-header.f1 {
  background-color: rgba(243, 116, 53, 0.14);
}

.filhote-header.f2 {
  background-color: rgba(7, 208, 51, 0.13);
}

.filhote-header.f3 {
  background-color: rgba(254, 189, 43, 0.2);
}

.filhote-header.f4 {
  background-color: rgba(32, 32, 32, 0.12);
}


.coluna-trio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.coluna-trio-wrapper.trio-balance {
  height: 75px;
}

.coluna-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.coluna-field.field-small {
  width: 33.33%;
  padding: 5px 2px;
  border-right: 1px solid #202020;
  border-bottom: 1px solid #202020;
  border-left: 1px solid #202020;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.coluna-field.field-small.field-noborder {
  border-right-style: none;
  border-left-style: none;
}

.coluna-field.field-small.field-noborder.field-half {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}

.coluna-field.field-small.field-third {
  padding: 10px 1px;
  font-size: 14px;
}

.coluna-field.field-small.field-half {
  width: 50%;
  border-right-style: solid;
  border-left-style: none;
  font-size: 14px;
}

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


  .banner_desktop{
    display: none;
  }

  .banner_mobile{
    display: block;
    margin-top: 93px;
  }

  .b_desktop{
    display: none;
  }

  .b_mobile{
    display: block;
  }


}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.navbar {
  z-index: 10000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--verde-escuro);
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 80px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #00000040;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-top: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
  transition: opacity .3s;
  display: inline-flex;
}

.nav-link:hover {
  opacity: .6;
}

.nav-container {
  z-index: 100000000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.botao {
  background-color: var(--preto);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
  transition: opacity .3s;
  display: flex;
}

.botao:hover {
  opacity: .6;
}

.botao.rosa {
  background-color: var(--rosa);
}

.botao.verde-claro {
  background-color: var(--verde-claro);
}

.botao.laranja {
  background-color: var(--laranja);
  line-height: 24px;
}

.botao.laranja.assinatura {
  text-transform: none;
}

.botao.laranja.ver-opcoes {
  width: 95%;
  max-width: 445px;
  margin-top: 30px;
}

.botao.filtros {
  border: 1px solid var(--laranja);
  background-color: var(--laranja);
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
}

.botao.filtros:hover {
  opacity: 1;
}

.botao.filtros.basic {
  border: 1px solid var(--preto);
  background-color: var(--transparente);
  color: var(--preto);
  font-size: 14px;
  transition-property: all;
}

.botao.filtros.basic:hover {
  border-color: var(--laranja);
  background-color: var(--laranja);
  color: var(--branco);
}

.botao.filtros.ativo {
  font-size: 14px;
}

.botao.filtros.essencial {
  background-color: #41acff;
  border-color: #41acff;
}

.botao.filtros.care {
  border-color: var(--preto);
  background-color: var(--branco);
  color: var(--preto);
  transition-property: all;
}

.botao.filtros.care:hover {
  border-color: var(--verde-claro);
  background-color: var(--verde-claro);
  color: var(--branco);
}

.botao.filtros.essencial-hover {
  border-color: var(--preto);
  background-color: var(--branco);
  color: var(--preto);
  transition-property: all;
}

.botao.filtros.essencial-hover:hover {
  color: var(--branco);
  background-color: #41acff;
  border-color: #41acff;
}

.botao.filtros.petiscos {
  border-color: var(--preto);
  background-color: var(--branco);
  color: var(--preto);
  transition-property: all;
}

.botao.filtros.petiscos:hover {
  color: var(--branco);
  background-color: #c53573;
  border-color: #c53573;
}

.botao.nutricionista-pet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--verde-claro);
  background-color: var(--transparente);
  color: var(--verde-claro);
  padding-top: 9px;
  padding-bottom: 9px;
  text-decoration: none;
}

.botao.avancar {
  border: 1px solid var(--laranja);
  background-color: var(--laranja);
  color: var(--branco);
  text-transform: none;
  height: 40px;
  margin-top: 10px;
}

.botao.avancar.voltar {
  border-color: var(--laranja);
  background-color: var(--transparente);
  color: var(--laranja);
}

.botao.plano-finalizar {
  background-color: var(--laranja);
  margin-top: 10px;
}

.logo-nav-brand.w--current {
  z-index: 10000;
  border-bottom-right-radius: 78px;
  border-bottom-left-radius: 78px;
  box-shadow: 0 2px 5px #00000040;
}

.nav-links-wrap {
  display: flex;
}

.nav-botoes-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.nav-user-cart-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-user-cart-wrapper.mobile {
  display: none;
}

.user-icon {
  text-decoration: none;
  transition: opacity .3s;
}

.user-icon:hover {
  opacity: .6;
}

.cart-icon {
  text-decoration: none;
  transition: opacity .3s;
  position: relative;
}

.cart-icon:hover {
  opacity: .6;
}

.cart-qtd-wrapper {
  background-color: var(--verde-claro);
  color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -10px -5px auto auto;
}

.hero-slider {
  width: 100%;
  height: auto;
  margin-top: 80px;
}

.banner-slide {
   background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-arrow {
  font-size: 26px;
}

.slide-nav {
  font-size: 12px;
  position: relative;
  top: 20px;
}

.slide-nav.nossas-linhas {
  display: none;
}

.slide-nav.hero-slider {
  height: 30px;
  margin-top: -25px;
  position: absolute;
  inset: auto 0% 3%;
}

.beneficios-block-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--laranja);
  justify-content: center;
  align-items: center;
  height: 95px;
  display: flex;
}

.beneficios-block-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--branco);
  justify-content: center;
  align-items: center;
  width: 280px;
  font-family: Fredoka, sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.divisor {
  display: none;
}

.secao {
  background-color: var(--branco);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 0;
  display: flex;
}

.secao.opcoes-de-compra-section {
  background-color: #e9e9e9;
}

.secao.adjust {
  margin-top: 40px;
}

.secao.porque-pegada {
  background-color: #eeeac6;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.secao.conheca-produtos {
  margin-top: 60px;
  padding-bottom: 60px;
  width: 100%;
}

.secao.monte-kit-degustacao {
  background-image: linear-gradient(#635248, #635248);
  width: 100%;
  padding-bottom: 30px;
}

.titulo-section-wrapper {
  color: var(--preto);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 624px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.titulo-section {
  font-family: Fredoka One, sans-serif;
  font-weight: 400;
}

.decoracao-fundo {
  width: 100%;
  height: 0;
  margin-top: 43px;
  padding-top: 0;
}

.decoracao-fundo.porque-pegada {
  margin-top: 0;
}

.decoracao-fundo-img {
  width: 100%;
  height: 43px;
  margin-top: 0;
}

.decoracao-fundo-img.comida-pegada-fundo {
  width: 100%;
}

.opcoes-de-compra-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  display: flex;
}

.opcoes-de-compra-block-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--branco);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  width: 30%;
  padding: 30px;
  display: flex;
}

.opcoes-de-compra-block-text-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Fredoka One, sans-serif;
  font-weight: 400;
  display: flex;
}

.opcoes-de-compra-block-text-wrap.verde-claro {
  color: var(--preto);
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.opcoes-de-compra-h1 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Fredoka One, sans-serif;
  font-weight: 400;
}

.opcoes-de-compra-h1.verde-claro {
  color: var(--verde-claro);
}

.opcoes-de-compra-h1.laranja {
  color: var(--laranja);
}

.opcoes-de-compra-h1.rosa {
  color: var(--rosa);
}

.opcoes-de-compra-p {
  font-weight: 500;
}

.check-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.titulo-section-p {
  margin-bottom: 30px;
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
}

.nossas-linhas-slider {
  background-color: var(--transparente);
  width: 100%;
  max-width: 1180px;
  height: auto;
  margin-top: 100px;
}

.nossas-linhas-slider.produtos {
  margin-top: 40px;
  margin-bottom: 40px;
}

.nossas-linhas-slider-arrow {
  color: var(--preto);
  font-size: 26px;
  display: none;
}

.nossas-linhas-slide {
  width: 25%;
}

.nossas-linhas-block {
  background-color: #f1f1f1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  height: 490px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 40px 40px;
  display: flex;
  position: relative;
}

.nossas-linhas-block.produtos {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparente);
  border: 1px solid #bababa;
  align-items: stretch;
  padding-top: 40px;
  overflow: hidden;
}

.nossas-linhas-mask {
  overflow: visible;
}

.nossas-linhas-titulo-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-family: Fredoka One, sans-serif;
  font-weight: 400;
  display: flex;
}

.nossas-linhas-titulo-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.nossas-linhas-titulo-linhatipo {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gochi Hand, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.nossas-linhas-titulo-linhatipo.essencial {
  font-size: 32px;
  line-height: 32px;
}

.nossas-linhas-p {
  color: var(--preto);
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.nossas-linhas-p.produto-titulo {
  margin-bottom: 10px;
}

.nossas-linhas-text-wrapper {
  margin-bottom: 20px;
}

.nossas-linhas-img {
  position: absolute;
  top: -86px;
  max-width: 163px;
  left: 60px;
}

.banner-nutricionista {
  width: 91%;
  max-width: 1180px;
  margin-top: 30px;
  text-decoration: none;
  transition: opacity .3s;
}

.banner-nutricionista:hover {
  opacity: .6;
}

.banner-nutricionista.mobile {
  display: none;
}

.porque-pegada-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  max-width: 1180px;
  display: flex;
}

.prato-pegada-natural.mobile {
  display: none;
}

.porque-pegada-text-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  display: flex;
}

.porque-pegada-titulo {
  width: 444px;
  font-family: Fredoka One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

.porque-pegada-p {
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.porque-pegada-block-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.porque-pegada-block {
  background-color: var(--branco);
  color: var(--preto);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 30%;
  padding: 40px 15px;
  display: flex;
}

.porque-pegada-subtitulo {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gochi Hand, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 22.5px;
}

.porque-pegada-block-p {
  text-align: center;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
  line-height: 17.5px;
}

.porque-pegada-duvida-block {
  text-align: center;
  background-color: #635248;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 142px;
  font-family: Fredoka One, sans-serif;
  display: flex;
}

.em-duvida-h1 {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.produto-qtd {
  color: var(--preto);
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
}

.produto-foto {
  object-fit: cover;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  overflow: hidden;
}

.produto-foto:hover {
  opacity: .6;
}

.monte-kit-degustacao-wrapper {
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1180px;
  display: flex;
}

.monte-kit-degustacao-text-wrapper {
  color: var(--branco);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 500px;
  font-size: 16px;
  display: flex;
}

.monte-kit-degustacao-titulo {
  font-family: Fredoka One, sans-serif;
  font-weight: 400;
}

.kit {
  color: var(--laranja);
}

.degustacao {
  color: var(--laranja);
  font-family: Gochi Hand, sans-serif;
  font-size: 64px;
}

.monte-kit-degustacao-dog {
  object-fit: contain;
}

.divisor8px {
  border-bottom: 8px dashed #f37435;
  height: 8px;
}

.home-depoimentos-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 95%;
  max-width: 1180px;
  padding-top: 40px;
  display: flex;
}

.duque {
  z-index: 100;
  position: relative;
}

.depoimentos-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 991px;
  display: flex;
}

.depoimentos-blocks-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  display: flex;
}

.depoimentos-blocks-wrapper.page-depoimentos {
  flex-flow: wrap;
}

.depoimento-block {
  text-align: left;
  border: 1px solid #bababa;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  height: 266px;
  padding: 32px;
  display: flex;
}

.depoimento-block.page-depoimentos {
  align-self: stretch;
  width: 30%;
  height: auto;
}

.depoimento-titulo {
  color: var(--preto);
  text-align: left;
  font-family: Gochi Hand, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 26.88px;
}

.depoimento-p {
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.grama {
  background-image: url('../images/grama.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.grama.home {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 400px;
  margin-top: -171px;
  display: flex;
}

.footer-infos {
  background-color: var(--laranja);
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-blocks-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  max-width: 1180px;
  display: flex;
}

.footer-block-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.footer-block-wrap.center {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 15%;
}

.footer-block-wrap.newsletter {
  width: 25%;
}

.social-link {
  transition: opacity .3s;
}

.social-link:hover {
  opacity: .6;
}

.social-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-titulo {
  border-bottom: 1px solid var(--branco);
  color: var(--branco);
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 5px;
  padding-right: 30px;
  font-family: Fredoka One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.footer-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--branco);
  justify-content: flex-start;
  align-items: center;
  font-family: Readex Pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .6;
}

.footer-link.footer-text {
  transition-property: none;
}

.footer-link.footer-text:hover {
  opacity: 1;
}

.footer-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter-text-field {
  border-radius: 8px;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.newsletter-form {
  flex-flow: column;
  display: flex;
}

.newsletter-submit {
  background-color: var(--verde-claro);
  border-radius: 8px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .3s;
}

.newsletter-submit:hover {
  opacity: .6;
}

.copyright {
  color: var(--branco);
  text-align: center;
  background-color: #0c3d37;
  width: 100%;
  padding: 30px;
}

.text-block {
  font-family: Readex Pro, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.whatsapp {
  z-index: 10000000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.qtd-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}

.periodo-txt {
  color: var(--preto);
  text-align: left;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.sacola-top {
  background-color: var(--branco);
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  height: 230px;
  overflow: auto;
}

.sacola-top.sem-rolagem {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--preto);
  text-align: center;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 15px 15px 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.sacola-dados-wrapper {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.produtos-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  display: flex;
}

.sacola-produto-block {
  border-bottom: 1px solid #e7e7e7;
  justify-content: flex-start;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.porcao-sacola {
  color: #777;
  text-align: left;
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.total-txt {
  color: var(--preto);
  text-align: center;
  text-transform: uppercase;
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
}

.parcelas {
  color: #777;
  text-align: center;
  margin-bottom: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.parcelas-sacola {
  color: #777;
  text-align: center;
  margin-bottom: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
}

.preco {
  color: var(--verde-claro);
  text-align: center;
  text-transform: uppercase;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.detalhes-link {
  color: #f37435;
  margin-top: 10px;
  font-family: Readex Pro, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.detalhes-link:hover {
  color: #202020;
}

.sacola-bottom {
  background-color: var(--branco);
  text-align: center;
  border: 1px solid #dedede;
  border-radius: 0 0 16px 16px;
  flex-direction: column;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  display: flex;
}

.nome-sacola {
  color: var(--preto);
  text-align: left;
  text-transform: none;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

.produto-bottom {
  text-align: center;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.radio-button-field {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
}

.img-sacola {
  object-fit: contain;
  max-width: 60px;
  height: 70px;
}

.preco-total {
  color: var(--verde-claro);
  text-align: center;
  text-transform: uppercase;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.radio-button {
  border: 1px solid #777;
  flex: none;
  width: 14px;
  height: 14px;
  margin-top: 0;
  margin-right: 5px;
  transition: background-color .2s;
}

.radio-button:active {
  background-color: #f37435;
}

.radio-button.w--redirected-checked {
  background-color: #f37435;
  border-width: 2px;
  border-color: #202020;
}

.qtd-boxes {
  display: flex;
}

.produto-card {
  background-color: var(--branco);
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  width: 32%;
  margin-bottom: 40px;
  padding: 20px;
  display: flex;
}

.produto-card.kit-degustacao {
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.open-sacola {
  display: none;
}

.nome-produto {
  color: var(--preto);
  text-align: left;
  text-transform: none;
  font-family: Readex Pro, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.radio-button-label {
  color: var(--preto);
  text-align: left;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.qtd-select {
  text-align: center;
  cursor: pointer;
  border: 1px solid #cfcfcf;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.qtd-select.no-border {
  border-style: solid;
  border-color: var(--preto);
  cursor: text;
}

.qtd-select.menos {
  border-top-color: var(--preto);
  border-right-style: none;
  border-bottom-color: var(--preto);
  border-left-color: var(--preto);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.qtd-select.mais {
  border-color: var(--preto);
  border-left-style: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sacola-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--preto);
  text-align: center;
  text-transform: none;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 15px;
  font-family: Fredoka One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.produtos-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.pacote {
  object-fit: contain;
  height: 200px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.preco-sacola {
  text-align: center;
  text-transform: uppercase;
  align-self: flex-start;
  font-family: Readex Pro, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.img-sacola-ox {
  height: 80px;
  margin-right: 10px;
}

.sacola-middle {
  background-color: var(--branco);
  border-bottom: 1px solid #e7e7e7;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  display: flex;
}

.sacola-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  align-self: flex-start;
  width: 50%;
  position: sticky;
  top: 90px;
  min-width: 250px;
}

.qtd {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 22px;
}

.qtd.qtd-interna {
  color: #777;
  text-align: left;
  margin-bottom: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.produto-top {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.produtos-section {
  padding-top: 30px;
  padding-bottom: 50px;
  position: relative;
}

.breadcrumb-fundo {
  text-align: center;
  background-image: url('../images/breadcrumb.png');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 100px;
  margin: 80px auto -20px;
  padding-top: 30px;
}

.breadcrumb-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1000;
}

.breadcrumb-divisor {
  background-color: var(--preto);
  width: 1px;
  height: 15px;
}

.breadcrumb-link {
  color: var(--preto);
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.breadcrumb-link:hover, .breadcrumb-link.w--current {
  color: var(--laranja);
}

.monte-a-sua-pegada {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.monte-a-sua-pegada-h1 {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.filtros-pegada {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.produtos-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.linha-info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.linha-info-wrapper.pacotes-no-seu-kit {
  justify-content: space-between;
}

.linha-info-wrapper.o-que-comprar {
  margin-bottom: 30px;
}

.linha-info-text-wrapper.adicionar-ao-carrinho-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.linha-info-titulo {
  margin-top: 10px;
  font-family: Fredoka One, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.linha-info-titulo.degustacao-info {
  color: var(--preto);
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.linha-info-titulo.kit-padrao {
  align-self: flex-start;
  font-size: 40px;
  line-height: 56px;
}

.linha-info-p {
  font-family: Readex Pro, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.linha-info-p.pacote-info {
  color: #777;
}

.linha-info-p.pacote-info.selecione-5-itens {
  margin-bottom: 0;
  font-size: 12px;
}

.linha-info-p.o-que-comprar-titulo {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.desconto-sacola-pedido {
  color: var(--laranja);
  font-size: 12px;
}

.remover-wrapper {
  border: 1px solid var(--preto);
  color: var(--preto);
  border-radius: 4px;
  padding: 0 4px;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.div-block {
  background-color: var(--transparente);
  border-style: none;
  position: static;
}

.div-block.opcao-sem-rolagem {
  background-color: var(--transparente);
  border-style: none;
  position: relative;
  top: 0;
  min-width: 250px;
}

.sacola-middle-wrapper {
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  width: 100%;
  padding: 10px;
}

.form-block-dias {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.form-block-dias.plano-info {
  border-bottom: 1px solid #bababa;
  border-left-style: none;
  border-right-style: none;
  padding-bottom: 10px;
}

.form {
  padding-top: 15px;
}

.sacola-email-form {
  background-color: var(--branco);
  border-bottom: 1px solid #dedede;
  height: 100px;
}

.sacola-email-form-block {
  border-bottom: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  margin-bottom: 0;
  padding: 15px;
}

.sacola-email-form {
  border-bottom-style: none;
  height: auto;
}

.sacola-email-text-field {
  color: #bababa;
  border: 1px solid #bababa;
  border-radius: 16px;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.banners {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1024px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banners.opcao-sem-rolagem-carrinho {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
}

.banners.sacola-sem-rolagem {
  flex-flow: column;
}

.banner {
  width: 100%;
  height: auto;
}

.banner-link {
  transition: opacity .3s;
}

.banner-link:hover {
  opacity: .6;
}

.produto-descricao-section {
  max-width: 1024px;
  height: auto;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.produto-details-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.produto-line {
  background-color: #e7e7e7;
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tab-img {
  border-radius: 16px;
  width: auto;
  height: auto;
  overflow: clip;
}

.porcoes-produto-details {
  color: var(--preto);
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.h1-produto {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Readex Pro, sans-serif;
}

.produto-price-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-link {
  background-color: var(--branco);
  border: 1px solid #e7e7e7;
  border-radius: 16px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.tab-link.w--current {
  background-color: #fff;
  border-color: #f37435;
}

.produto-imgs-wrapper {
  width: 47%;
}

.preco-total-descricao-prod {
  color: var(--verde-claro);
  text-align: center;
  text-transform: uppercase;
  font-family: Readex Pro, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

.preco-total-descricao-prod.preco-antigo {
  color: #777;
  font-size: 32px;
  font-weight: 500;
  text-decoration: line-through;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-pane {
  border: 1px solid #dedede;
  border-radius: 16px;
  width: 100%;
  height: auto;
  text-align: center;
}

.tabs-content {
  margin-bottom: 20px;
}

.tab-link-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.produto-main-container {
  justify-content: space-between;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.parcela-produto {
  color: var(--preto);
  text-align: center;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.produto-price {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
}

.produto-descricao-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.produto-precos-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.botao-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.informacoes-produto {
  width: 100%;
  padding-bottom: 120px;
}

.informacoes-titulo-block-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.informacoes-produto-titulo {
  color: var(--preto);
  text-transform: uppercase;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: flex;
}

.informacoes-block-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-around;
  align-items: flex-start;
  width: 95%;
  margin: 30px auto;
  display: flex;
}

.informacoes-block-p {
  color: var(--preto);
  width: 50%;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.informacoes-block-p._100 {
  width: 100%;
}

.section-assinatura {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1024px;
  margin: 80px auto 200px;
  display: flex;
}

.section-assinatura.plano-adjust {
  margin-bottom: 20px;
}

.etapas-assinatura-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.etapa-wrapper {
  border: 1px solid var(--preto);
  color: var(--preto);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Fredoka One, sans-serif;
  text-decoration: none;
  display: flex;
}

.etapa-wrapper.ativo {
  border-color: var(--laranja);
  background-color: var(--laranja);
  color: var(--branco);
  text-decoration: none;
}

.etapas-divisor {
  background-color: var(--laranja);
  width: 50px;
  height: 1px;
}

.assinatura-wrapper {
  color: var(--preto);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 780px;
  display: flex;
}

.assinatura-wrapper.planos {
  width: 95%;
  max-width: 1180px;
}

.assinatura-titulo-h1 {
  color: var(--preto);
  text-align: center;
  width: 700px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Fredoka One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.assinatura-titulo-highlight {
  color: var(--laranja);
  font-family: Gochi Hand, sans-serif;
  font-size: 60px;
}

.assinatura-p {
  width: 570px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.assinatura-p.meucaoe {
  font-family: Fredoka One, sans-serif;
}

.assinatura-p.mes-vida {
  margin-top: 20px;
}

.assinatura-p.opcoes-comprar {
  font-size: 20px;
  line-height: 24px;
}

.assinatura-form-pet {
  width: 95%;
  max-width: 560px;
}

.assinatura-form {
  color: var(--preto);
  text-align: center;
  flex-flow: column;
  margin-top: 20px;
  font-family: Fredoka One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  display: flex;
}

.assinatura-email-field-label {
  color: var(--preto);
  font-weight: 400;
  line-height: 22px;
}

.assinatura-text-field {
  border: 1px solid #777;
  border-radius: 8px;
  height: 42px;
}

.assinatura-text-field::placeholder {
  color: #bababa;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.assinatura-blocks-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 380px;
  margin-top: 10px;
  display: flex;
}

.assinatura-blocks-wrapper.alimentacao {
  max-width: 560px;
}

.assinatura-blocks-wrapper.alimentacao.mes-vida {
  max-width: 100%;
}

.assinatura-block-pet {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--preto);
  border: 1px solid #777;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48%;
  padding: 25px 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.pet-ativo {
  border-color: var(--laranja);
  background-color: var(--laranja);
  color: var(--branco);
}


.assinatura-block-pet:active, .assinatura-block-pet:focus {
  border-color: var(--laranja);
  background-color: var(--laranja);
  color: var(--branco);
}

.assinatura-block-pet.assinatura-block-alimentacao {
  text-align: left;
  flex-flow: row;
}

.assinatura-block-pet.assinatura-block-mes-vida {
  text-align: left;
  text-transform: uppercase;
  flex-flow: row;
  width: 23%;
  padding-left: 15px;
  padding-right: 15px;
}

.assinatura-block-pet.assinatura-block-mes-vida._2 {
  width: 30%;
}

.assinatura-botoes-wrapper {
  flex-flow: column;
  width: 95%;
  max-width: 560px;
  margin-top: 20px;
  display: flex;
}

.cao-consumir {
  font-weight: 700;
}

.escolha-seu-plano-h1 {
  width: 95%;
  max-width: 780px;
  font-family: Fredoka One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.plano-assinatura {
  border: 1px solid #bababa;
  border-top-style: none;
  border-radius: 16px;
  flex-flow: column;
  width: 95%;
  max-width: 280px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 25px;
  display: flex;
}

.plano-assinatura-titulo-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f37435;
  border-radius: 16px 16px 0 0;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.plano-assinatura-titulo-wrapper.linha-care {
  background-color: var(--verde-claro);
}

.plano-assinatura-titulo-wrapper.linha-essencial {
  background-color: #41acff;
}

.plano-assinatura-titulo-h1 {
  color: var(--branco);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.plano-img {
  background-image: url('../images/img-plano.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 218px;
}

.plano-block-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 12px;
  display: flex;
}

.plano-block-wrapper.adjust {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.plano-block-wrapper.adjust.consumo-diario {
  margin-bottom: 20px;
}

.plano-info-titulo {
  color: var(--laranja);
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.plano-info-titulo.escolha-sabor {
  color: var(--preto);
}

.valor-a-cada {
  margin-bottom: 5px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.plano-valor {
  color: var(--verde-claro);
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.plano-valor-parcela {
  color: #777;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.plano-valor-por-dia {
  margin-top: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.plano-aviso {
  color: #777;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.plano-finalizar {
  margin-left: 20px;
  margin-right: 20px;
}

.planos-assinatura-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.banner-assinatura-nutricionista {
  justify-content: center;
  align-items: center;
  width: 95%;
  margin-bottom: 150px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.banner-assinatura-nutricionista:hover {
  opacity: .6;
}

.banner-assinatura-nutricionista.mobile {
  text-decoration: none;
  display: none;
}

.escolha-sabor-block {
  border-bottom: 1px solid #bababa;
  padding: 12px;
}

.escolha-sabor-p {
  font-family: Readex Pro, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.escolha-select {
  color: var(--preto);
  background-color: #fff;
  border: 1px solid #777;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
  display: flex;
}

.plano-valor-total-wrapper.plano-adulto {
  border-bottom: 1px solid #bababa;
  margin-top: 20px;
  padding-bottom: 20px;
}

.consumo-diario-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.consumo-diario-wrapper.mais {
  padding: 5px 0 5px 25px;
}

.consumo-diario-text {
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.section-depoimentos {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  display: flex;
}

.descricao-kit-p {
  color: var(--preto);
  width: 100%;
  font-family: Readex Pro, sans-serif;
  font-weight: 500;
}

.descricao-kit-wrapper {
  width: 100%;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.descricao-kit-titulo {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: Fredoka One, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.img-kit {
  width: 92px;
  height: 50px;
}

.kit-degustacao-titulo-item {
  color: var(--preto);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.kit-qtd-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.kit-qtd-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.kit-qtd-block.qtd-num {
  color: var(--preto);
  width: 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.pacotes-no-seu-kit-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pacotes-kit-qtd-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pacotes-kit-titulo {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.pacotes-kit-qtd-carrinho {
  color: var(--laranja);
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.pacotes-kit-valor {
  color: var(--verde-claro);
  font-family: Readex Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.o-que-comprar-section {
  color: var(--preto);
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 200px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.o-que-comprar-titulo-h1 {
  color: var(--preto);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fredoka One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 56px;
}

.nos-te-ajudamos {
  color: var(--laranja);
}

.o-que-comprar-opcoes-wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 95%;
  max-width: 580px;
  margin-top: 30px;
  display: flex;
}

.o-que-comprar-opcoes-wrapper.info-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 800px;
  margin-top: 10px;
}

.o-que-comprar-highlight {
  font-weight: 700;
}

.o-que-comprar-opcoes-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox {
  border: 1px solid #bababa;
  order: 1;
  width: 28px;
  height: 28px;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: auto 3% auto auto;
}

.checkbox.w--redirected-checked {
  color: #202020;
  background-color: #3ab705;
}

.checkbox-field {
  border: 1px solid #bababa;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 445px;
  height: 57px;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.checkbox-label {
  margin-bottom: 0;
  font-family: Readex Pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.checkbox-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.opcoes-compra-itens-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}

.item-opcoes-compras-block {
  color: var(--preto);
  border: 1px solid #dedede;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 30%;
  padding: 30px 20px;
  font-family: Readex Pro, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
}

.item-opcoes-compras-block:hover {
  opacity: .6;
}

.quero-comprar-botoes-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .botao.laranja.descricao-prod {
    width: 180px;
    height: 54px;
  }

  .botao.nutricionista-pet {
    height: 54px;
  }

  .hero-slider {
    height: auto;
  }

  .nossas-linhas-titulo-wrapper {
    flex-flow: row;
  }

  .nossas-linhas-titulo-h1 {
    font-size: 24px;
    line-height: 40px;
  }

  .nossas-linhas-titulo-linhatipo {
    font-size: 36px;
    line-height: 36px;
  }

  .nossas-linhas-p {
    font-size: 15px;
  }

  .nossas-linhas-p.produto-titulo {
    font-size: 16px;
  }

  .porque-pegada-block {
    width: 32%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .produto-descricao-section, .produto-main-container {
    max-width: 1180px;
  }
}

@media screen and (min-width: 1440px) {
  .cart-qtd-wrapper {
    background-color: var(--verde-claro);
    border-radius: 50px;
  }
}

@media screen and (min-width: 1920px) {
  .botao.nutricionista-pet {
    height: 54px;
  }

  .breadcrumb-fundo {
    padding-top: 40px;
  }

  .breadcrumb-text-wrapper {
    width: 100%;
  }

  .produto-descricao-section {
    max-width: 1180px;
  }

  .produto-details-wrapper {
    width: 50%;
  }

  .produto-main-container {
    max-width: 1180px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    flex-flow: column;
    justify-content: space-between;
    display: flex;
  }

  .nav-menu {
    background-color: var(--verde-escuro);
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    top: 77.844px;
  }

  .nav-link {
    transition-property: none;
  }

  .nav-link:hover {
    opacity: 1;
  }

  .nav-container {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: -16px;
  }

  .logo-nav-img {
    z-index: 100;
    width: 110px;
    position: relative;
    left: auto;
  }

  .botao {
    transition-property: none;
  }

  .botao:hover {
    opacity: 1;
  }

  .botao.filtros.basic:hover, .botao.filtros.care:hover, .botao.filtros.essencial-hover:hover {
    border-color: var(--preto);
    background-color: var(--branco);
    color: var(--preto);
  }

  .botao.filtros.petiscos:hover {
    border-color: var(--preto);
    background-color: var(--branco);
    color: var(--preto);
    -webkit-text-stroke-color: var(--preto);
  }

  .botao.nutricionista-pet {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .menu-botao {
    color: var(--laranja);
    font-size: 40px;
  }

  .menu-botao.w--open {
    background-color: var(--laranja);
  }

  .logo-nav-brand {
    left: 8px;
  }

  .logo-nav-brand.w--current {
    z-index: 1000;
  }

  .nav-links-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .nav-botoes-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-user-cart-wrapper {
    margin-top: 20px;
    display: none;
  }

  .nav-user-cart-wrapper.mobile {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .user-icon {
    transition-property: none;
  }

  .user-icon:hover {
    opacity: 1;
  }

  .cart-icon {
    transition-property: none;
  }

  .cart-icon:hover {
    opacity: 1;
  }

  .hero-slider {
    height: auto;
  }

  .slider-arrow {
    width: 50px;
  }

  .slide-nav.nossas-linhas {
    color: var(--laranja);
    display: block;
  }

  .beneficios-block-wrap {
    width: 260px;
    font-size: 18px;
  }

  .decoracao-fundo-img {
    object-fit: cover;
    width: 100%;
  }

  .opcoes-de-compra-h1 {
    font-size: 30px;
    line-height: 34px;
  }

  .nossas-linhas-slider-arrow {
    display: none;
  }

  .nossas-linhas-slide {
    width: 45%;
  }

  .banner-nutricionista {
    transition-property: none;
  }

  .banner-nutricionista:hover {
    opacity: 1;
  }

  .porque-pegada-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .prato-pegada-natural {
    display: none;
  }

  .prato-pegada-natural.mobile {
    display: flex;
  }

  .porque-pegada-text-wrapper {
    order: -1;
    justify-content: flex-start;
    align-items: center;
  }

  .porque-pegada-titulo, .porque-pegada-p {
    text-align: center;
  }

  .porque-pegada-block {
    width: 32%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .produto-foto {
    transition-property: none;
  }

  .produto-foto:hover {
    opacity: 1;
  }

  .home-depoimentos-wrapper {
    flex-flow: column;
  }

  .depoimentos-wrapper {
    order: -1;
    width: 100%;
  }

  .depoimento-block.page-depoimentos {
    align-self: stretch;
    height: auto;
    padding: 20px;
  }

  .grama.home {
    height: 300px;
  }

  .footer-blocks-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-wrap {
    width: 60%;
  }

  .footer-block-wrap.center {
    width: 100%;
  }

  .footer-block-wrap.newsletter {
    width: 60%;
  }

  .social-link {
    transition-property: none;
  }

  .social-link:hover {
    opacity: 1;
  }

  .footer-link {
    transition-property: none;
  }

  .footer-link:hover {
    opacity: 1;
  }

  .newsletter-form-block, .newsletter-form {
    width: 100%;
  }

  .newsletter-submit {
    transition-property: none;
  }

  .newsletter-submit:hover {
    opacity: 1;
  }

  .whatsapp {
    width: 45px;
    height: 45px;
    bottom: 1%;
    right: 1%;
  }

  .produto-card {
    width: 32.3%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .open-sacola {
    display: none;
  }

  .sacola-header {
    text-align: left;
  }

  .pacote {
    height: auto;
    max-height: 200px;
  }

  .breadcrumb-fundo {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 80px;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 52px;
    display: flex;
  }

  .breadcrumb-text-wrapper {
    z-index: 0;
    width: 100%;
    margin-top: 6px;
    position: relative;
  }

  .breadcrumb-link:hover {
    color: var(--preto);
  }

  .breadcrumb-link.w--current {
    transition-property: none;
  }

  .breadcrumb-link.w--current:hover {
    color: var(--laranja);
  }

  .monte-a-sua-pegada {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .filtros-pegada {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .linha-info-wrapper.pacotes-no-seu-kit {
    flex-flow: column;
  }

  .linha-info-text-wrapper.adicionar-ao-carrinho-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .linha-info-titulo.degustacao-info {
    text-align: left;
  }

  .linha-info-titulo.kit-padrao {
    font-size: 34px;
    line-height: 42px;
  }

  .linha-info-p.pacote-info {
    text-align: left;
  }

  .banners {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banners.opcao-sem-rolagem-carrinho {
    background-color: var(--transparente);
    padding-left: 0;
    padding-right: 0;
  }

  .banner {
    height: auto;
  }

  .banner-link {
    transition-property: none;
  }

  .banner-link:hover {
    opacity: 1;
  }

  .produto-descricao-section {
    margin-top: 40px;
  }

  .produto-details-wrapper {
    width: 60%;
  }

  .produto-imgs-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .preco-total-descricao-prod.preco-antigo {
    font-size: 26px;
  }

  .tab-pane {
    width: 100%;
        height: auto;
  }

  .informacoes-block-wrapper {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .informacoes-block-p {
    width: 100%;
  }

  .plano-assinatura {
    width: 30%;
  }

  .plano-assinatura.filhote {
    width: 40%;
  }

  .plano-assinatura-titulo-h1 {
    text-align: left;
  }

  .banner-assinatura-nutricionista {
    transition-property: none;
  }

  .banner-assinatura-nutricionista:hover {
    opacity: 1;
  }

  .descricao-kit-p {
    margin-bottom: 20px;
  }

  .descricao-kit-titulo {
    margin-top: 0;
    font-size: 14px;
  }

  .pacotes-no-seu-kit-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .item-opcoes-compras-block {
    transition-property: none;
  }

  .item-opcoes-compras-block:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    top: 79.844px;
  }

  .logo-nav-brand {
    left: 5px;
  }

  .logo-nav-brand.w--current {
    border-radius: 100px;
    padding-left: 0;
    box-shadow: 8px 5px 5px #00000040;
  }

  .hero-slider {
    height: auto;
  }

  .beneficios-block-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    height: auto;
    padding: 30px 0;
  }

  .beneficios-block-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .divisor {
    background-color: #ff9c6a;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .secao.porque-pegada {
    text-align: center;
    height: auto;
  }

  .titulo-section-wrapper {
    max-width: 90%;
  }

  .opcoes-de-compra-wrapper {
    flex-flow: column;
    align-self: center;
  }

  .opcoes-de-compra-block-wrap {
    justify-content: space-between;
    align-items: stretch;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .nossas-linhas-slider, .nossas-linhas-slider.produtos {
    margin-top: 0;
  }

  .nossas-linhas-slide {
    width: 50%;
  }

  .nossas-linhas-block {
    height: 450px;
    margin-top: 85px;
  }

  .nossas-linhas-block.produtos {
    margin-top: 40px;
  }

  .nossas-linhas-mask {
    overflow: hidden;
  }

  .porque-pegada-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .porque-pegada-text-wrapper {
    order: -1;
    width: 95%;
    height: auto;
  }

  .porque-pegada-titulo {
    width: auto;
  }

  .porque-pegada-block {
    width: 32%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .monte-kit-degustacao-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .monte-kit-degustacao-text-wrapper {
    width: 95%;
  }

  .depoimentos-blocks-wrapper {
    flex: 1;
  }

  .depoimento-block {
    align-self: stretch;
    height: auto;
  }

  .depoimento-block.page-depoimentos {
    width: 45%;
  }

  .footer-block-wrap {
    width: 80%;
  }

  .footer-block-wrap.center {
    width: 100%;
  }

  .footer-block-wrap.newsletter {
    width: 80%;
  }

  .social-link {
    width: 34px;
    height: 34px;
  }

  .produtos-grid {
    justify-content: center;
  }

  .produto-card {
    width: 100%;
  }

  .produtos-section {
    padding-bottom: 0;
  }

  .linha-info-titulo {
    font-size: 18px;
  }

  .produto-details-wrapper {
    width: 90vw;
  }

  .produto-imgs-wrapper {
    width: 90vw;
    margin-bottom: 40px;
  }

  .tab-pane {
    width: 100%;
        height: auto;
  }

  .produto-main-container {
    flex-direction: column;
    align-items: center;
  }

  .informacoes-titulo-block-wrapper {
    padding: 20px;
  }

  .assinatura-wrapper, .assinatura-titulo-h1, .assinatura-p {
    width: 95%;
  }

  .assinatura-block-pet.assinatura-block-mes-vida {
    font-size: 15px;
  }

  .plano-assinatura {
    width: 45%;
  }

  .plano-assinatura.filhote {
    width: 60%;
  }

  .plano-assinatura-titulo-h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .plano-img {
    background-size: cover;
    height: 150px;
  }

  .plano-info-titulo {
    font-size: 14px;
  }

  .banner-assinatura-nutricionista {
    display: none;
  }

  .banner-assinatura-nutricionista.mobile {
    display: flex;
  }

  .o-que-comprar-section {
    margin-top: 60px;
  }

  .item-opcoes-compras-block {
    width: 45%;
  }

  .quero-comprar-botoes-wrapper {
    flex-flow: column;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    z-index: 91000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 75px;
    padding-top: 16px;
    padding-left: 0;
  }

  .nav-menu {
    top: 72.844px;
  }

  .botao.filtros {
    font-size: 14px;
  }

  .botao.filtros.basic:hover {
    border-color: var(--preto);
    background-color: var(--transparente);
    color: var(--preto);
  }

  .hero-slider {
    height: auto;
    margin-top: 75px;
  }

  .banner-slide {
     background-size: cover;
  }

  .slide-nav.hero-slider {
    inset: auto 0% 1%;
  }

  .beneficios-block-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .secao.porque-pegada {
    padding-top: 0;
  }

  .titulo-section {
    font-size: 36px;
    line-height: 40px;
  }

  .titulo-section.conheca-nossos-produtos {
    text-align: center;
    width: 90%;
  }

  .opcoes-de-compra-block-wrap {
    width: 90%;
  }

  .nossas-linhas-slider {
    width: 100%;
    margin-top: 0;
  }

  .nossas-linhas-slider.produtos {
    margin-top: 30px;
  }

  .nossas-linhas-slide {
    width: 92%;
  }

  .nossas-linhas-block {
    height: 400px;
    margin-top: 90px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nossas-linhas-block.produtos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .nossas-linhas-mask {
    overflow: hidden;
  }

  .nossas-linhas-p {
    font-size: 14px;
  }

  .banner-nutricionista {
    display: none;
  }

  .banner-nutricionista.mobile {
    justify-content: center;
    align-items: center;
    width: 90%;
    display: flex;
  }

  .porque-pegada-block-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .porque-pegada-block {
    width: 100%;
  }

  .porque-pegada-duvida-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .em-duvida-h1 {
    font-size: 20px;
    line-height: 24.2px;
  }

  .monte-kit-degustacao-titulo {
    font-size: 32px;
  }

  .degustacao {
    font-size: 50px;
  }

  .home-depoimentos-wrapper {
    padding-top: 0;
  }

  .depoimentos-blocks-wrapper {
    flex-flow: column;
  }

  .depoimento-block {
    width: 100%;
  }

  .depoimento-block.page-depoimentos {
    width: 100%;
    padding: 32px;
  }

  .grama.home {
    height: 250px;
  }

  .footer-block-wrap {
    width: 95%;
  }

  .footer-block-wrap.center {
    width: 100%;
  }

  .footer-block-wrap.newsletter {
    width: 95%;
  }

  .footer-link {
    font-size: 14px;
  }

  .produtos-grid {
    padding-right: 0;
  }

  .radio-button-field {
    margin-bottom: 4px;
  }

  .open-sacola {
    background-color: #fff;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-top: 72px;
    display: flex;
    position: fixed;
    inset: 41px 0% 0% auto;
    box-shadow: 0 1px 8px #00000026;
  }

  .produtos-container {
    width: 100%;
    max-width: 100%;
  }

  .sacola-wrapper {
    z-index: 1000;
    max-height: 70vh;
    margin-top: 143px;
    position: fixed;
    top: 85px;
    right: -230px;
    overflow: auto;
  }

  .produtos-section {
    flex-flow: column;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .breadcrumb-fundo {
    margin-top: 70px;
    margin-bottom: -65px;
  }

  .breadcrumb-text-wrapper {
    z-index: 1000;
    flex-flow: wrap;
  }

  .breadcrumb-link {
    font-size: 14px;
  }

  .monte-a-sua-pegada {
    margin-top: 80px;
  }

  .monte-a-sua-pegada-h1 {
    line-height: 46px;
  }

  .produtos-wrapper {
    width: 100%;
  }

  .linha-info-titulo.kit-padrao {
    font-size: 30px;
    line-height: 36px;
  }

  .div-block {
    background-color: var(--branco);
    width: 100%;
    margin-top: 100px;
    right: -500px;
  }

  .div-block.opcao-sem-rolagem {
    background-color: var(--branco);
    position: fixed;
    top: 88px;
  }

  .banners {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .banners.opcao-sem-rolagem-carrinho {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .banners.sacola-sem-rolagem {
    margin-top: 20px;
  }

  .produto-descricao-section {
    margin-top: 90px;
  }

  .porcoes-produto-details {
    font-size: 16px;
    line-height: 22px;
  }

  .h1-produto {
    font-size: 28px;
    line-height: 32px;
  }

  .tab-link {
    width: 50px;
    height: 50px;
  }

  .preco-total-descricao-prod {
    font-size: 30px;
  }

  .preco-total-descricao-prod.preco-antigo {
    font-size: 20px;
  }

  .tabs-menu {
    align-items: center;
    display: flex;
  }

  .tab-pane {
    width: 100%;
        height: auto;
  }

  .botao-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .informacoes-titulo-block-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
  }

  .informacoes-produto-titulo {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    display: flex;
  }

  .etapas-assinatura-wrapper {
    width: 95%;
  }

  .assinatura-titulo-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .assinatura-titulo-highlight {
    font-size: 40px;
    line-height: 20px;
  }

  .assinatura-blocks-wrapper.alimentacao {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .assinatura-block-pet.assinatura-block-alimentacao, .assinatura-block-pet.assinatura-block-mes-vida, .assinatura-block-pet.assinatura-block-mes-vida._2 {
    width: 100%;
  }

  .plano-assinatura {
    width: 100%;
    margin-bottom: 0;
  }

  .plano-assinatura.filhote {
    width: 100%;
  }

  .banner-assinatura-nutricionista.mobile {
    margin-top: 40px;
  }

  .o-que-comprar-section {
    margin-top: 80px;
  }

  .o-que-comprar-titulo-h1 {
    font-size: 26px;
    line-height: 32px;
  }

  .item-opcoes-compras-block {
    width: 100%;
  }
}


@font-face {
  font-family: 'Fredoka One';
  src: url('../fonts/FredokaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
