:root {
  --flowui-component-library--white: white;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --azul: #0a0d6c;
  --flowui-component-library--gray-700: #282556;
  --azul-hover: #080a55;
  --amarelo: #f1cb30;
  --flowui-component-library--success-lighter: #ebfff6;
  --flowui-component-library--success-darker: #006638;
  --flowui-component-library--gray-400: #b6b9ce;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--gray-500: #6b7094;
  --amarelo-hover: #eec51e;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--success-base: #0ebc6e;
  --flowui-component-library--gray-100: #f7f9fd;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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;
}

body {
  color: #2c2c2c;
  font-family: Rethink Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.image {
  width: 300px;
  margin: 40px auto;
  display: block;
}

.image-2 {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section {
  padding: 40px 5%;
}

.section.header {
  padding-top: 0;
  padding-bottom: 40px;
}

.section.cinza {
  background-color: #f5f5f5;
  padding-top: 60px;
}

.section.cinza.top {
  border-radius: 48px 48px 0 0;
}

.section.cinza.bottom {
  border-bottom-right-radius: 48px;
  border-bottom-left-radius: 48px;
  padding-bottom: 60px;
}

.section.branca {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.branca.padding0 {
  padding-bottom: 20px;
  padding-left: 0%;
  padding-right: 0%;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.container.large {
  max-width: 1800px;
}

.image-3 {
  border-radius: 10px;
  width: 100%;
}

.whatsapp-2 {
  z-index: 999;
  background-color: #25d366;
  border-radius: 100%;
  padding: .625rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.whatsapp-icon {
  color: #fff;
  width: 2.1875rem;
  height: 2.1875rem;
}

.f-footer-small {
  background-color: #fff;
  padding: 32px 5%;
  position: relative;
}

.f-footer-link {
  color: #082461;
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-logo-xs {
  width: 48px;
  height: 48px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-footer-group {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-social {
  color: #082461;
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: #fff212;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-line {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
  margin-left: 16px;
  margin-right: 16px;
}

.f-footer-vertical-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 16px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
}

.btm-excluir-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/delete.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btm-excluir-painel:hover {
  background-color: #f3f5fa;
}

.nav-link1-2 {
  color: #010101;
  border-radius: .375rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  font-weight: 700;
  transition: all .4s;
}

.nav-link1-2:hover {
  background-color: #f3f3f7;
}

.conteiner-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.conteiner-2.white {
  background-color: #fff;
  border-radius: .5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: Montserrat, sans-serif;
  box-shadow: 45px 45px 8.75rem -3rem #393b6a1f;
}

.label-sub {
  font-size: .6875rem;
  font-weight: 400;
}

.nav-menu1-buttons-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-prod-painel {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  width: 3.75rem;
  height: 3.75rem;
}

.nav-bar-2 {
  z-index: 999;
  background-color: #fff;
  justify-content: center;
  height: 5.5rem;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.25rem #0000001a;
}

.clear80 {
  height: 5rem;
}

.navigation-2 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: .5rem;
  padding-right: .9375rem;
  display: flex;
}

.galeria-fotos {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: .625rem;
  display: grid;
}

.ico-sair {
  width: .9375rem;
  margin-right: .3125rem;
}

.input-contato-2 {
  background-color: #fff;
  border: .0625rem solid #c8cbd8;
  border-radius: .375rem;
  flex: 1;
  height: 3rem;
  margin-bottom: 1.875rem;
  padding: .4375rem 1.5rem .5rem;
}

.input-contato-2:focus {
  background-color: #fff;
  border-width: .125rem;
}

.button-1 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  display: flex;
}

.button-1.button-form {
  max-width: 8.125rem;
}

.button-1.button-form.cor-1 {
  background-color: #258ffb;
  max-width: 100%;
}

.button-1.button-form.cor-1:hover {
  background-color: #2373c5;
}

.button-1.button-form.cor-1.btnpainel {
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel._2 {
  background-color: #258ffb;
  flex: 0 auto;
  max-width: 100%;
  margin-right: 0;
}

.button-1.button-form.cor-1.btnpainel {
  background-color: #258ffb;
  max-width: 100%;
  margin-right: 2.5rem;
}

.button-1.button-form.cor-1.btnpainel:hover {
  background-color: #2373c5;
}

.button-1.cor-1 {
  color: #fff;
  border-radius: .5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  transition: all .4s;
}

.button-1.cor-1:hover {
  background-color: #d5918c;
}

.button-1.cor-1.topo {
  background-color: #7891f9;
}

.button-1.cor-1.topo:hover {
  background-color: #617ef7;
}

.button-1.cor-1.topo.suporte {
  background-color: #258ffb;
  background-image: url('../images/whatsapp.svg');
  background-position: 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-left: 3.125rem;
}

.button-1.cor-1.topo.suporte:hover {
  background-color: #2373c5;
}

.heading-product-painel {
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.heading-product-painel.center {
  text-align: center;
}

.heading-6 {
  font-family: Montserrat, sans-serif;
}

.label {
  letter-spacing: .09375rem;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1rem;
}

.btnoesquisa {
  border-radius: .5rem;
  height: 3rem;
  margin-left: .625rem;
  font-size: .8125rem;
  line-height: .8125rem;
}

.btnoesquisa.cor-1 {
  background-color: #258ffb;
  transition: all .4s;
}

.btnoesquisa.cor-1:hover {
  background-color: #2373c5;
}

.logo-admin {
  width: 4.375rem;
}

.clear20 {
  width: 100%;
  height: 1.25rem;
}

.foto-galeria {
  flex-direction: column;
  align-items: center;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
}

.grid-16 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 12.5rem;
  margin-bottom: 1.25rem;
}

.div-block-12 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-pesquisa {
  margin-bottom: 0;
}

.section-3 {
  background-color: #fcfcfc;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.section-3.section-painel {
  background-color: #f3f5fb;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.div-block-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pb-1 {
  color: #919191;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .75rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.form-contato-2 {
  padding-top: 1.25rem;
}

.nav-right-2 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-2 {
  background-color: #ec1f24;
  border-bottom-right-radius: .625rem;
  border-bottom-left-radius: .625rem;
  justify-content: center;
  align-items: center;
  height: 8.125rem;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.brand-2._3 {
  background-color: #fff;
  height: auto;
}

.wrapper-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.form-login {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-pb {
  width: 1.125rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.form-pesq {
  display: flex;
}

.btn-opcoes {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown1-link-2 {
  color: #000;
  width: 100%;
  font-size: .8125rem;
}

.nav-dropdown1-link-2:hover {
  background-color: #eaeaf1;
}

.divsair {
  border: .0625rem solid #e6e6e6;
  border-radius: .375rem;
  padding: .75rem;
  font-size: .6875rem;
  transition: all .4s;
  display: flex;
}

.divsair:hover {
  background-color: #fcfcfc;
}

.dropdown1-2.w--open {
  background-color: #fff;
  border-radius: .375rem;
  font-size: .8125rem;
  box-shadow: 0 6px 1.5rem #30364d38;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 3.75rem 1fr 12.5rem;
  margin-bottom: .625rem;
}

.section-4 {
  background-color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.img-galeria {
  max-width: 9.375rem;
  margin-bottom: .625rem;
}

.id-painel {
  color: #949494;
  font-size: .6875rem;
  line-height: 1rem;
}

.btn-edit-painel {
  color: #000;
  background-color: #fff;
  background-image: url('../images/edit.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: .8125rem;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  margin-right: .625rem;
  padding-left: 1.875rem;
  font-size: .6875rem;
  line-height: 1rem;
  transition: all .4s;
}

.btn-edit-painel:hover {
  background-color: #f1f3f8;
}

.nav-menu-3 {
  align-items: center;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.pb-txt {
  color: #000;
  margin-right: .75rem;
  font-weight: 600;
}

.button-whatsapp-topo {
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #33b821;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button-whatsapp-topo:hover {
  background-color: #2ca01c;
  transform: scale(1.1);
}

.button-whatsapp-topo.rodape {
  width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: var(--azul);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--azul);
}

.f-navigation-link.w--current {
  color: var(--azul);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  z-index: 1;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.icon-whatsapp {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.slide {
  background-color: #fff;
  height: auto;
}

.seta {
  font-size: 30px;
}

.image-slide {
  border-radius: 48px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-slide.mobile, .slide-nav {
  display: none;
}

.f-button-primary {
  background-color: var(--azul);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-primary.comprar {
  letter-spacing: 2px;
  width: 220px;
  min-height: 58px;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: all .4s;
  position: relative;
  box-shadow: 0 0 0 10px #fff;
}

.f-button-primary.comprar:hover {
  background-color: var(--azul-hover);
  transform: scale(1.1);
}

.grid-17 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.image-4 {
  width: 250px;
}

.slides-encontra {
  background-color: #ddd0;
  height: auto;
}

.slide-nav-2 {
  display: none;
}

.seta2 {
  color: #e4e1e1;
  width: 31px;
  font-size: 20px;
}

.slide-logo-encontra {
  width: 20%;
}

.logo-encontra {
  border-radius: 10px;
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-18 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-categoria {
  text-align: center;
  font-size: 15px;
  transition: all .4s;
}

.div-categoria:hover {
  transform: scale(1.1);
}

.titilo-categoria {
  padding-left: 15px;
  padding-right: 15px;
}

.image-categoria._2 {
  padding: 10px;
}

.image-categoria._2.mobile {
  display: none;
}

.h1-titulos {
  color: var(--azul);
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  background-color: #fff;
  border-radius: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
  top: -52px;
}

.tabs {
  text-align: right;
}

.tab-link {
  letter-spacing: 1.5px;
  background-color: #ddd0;
  font-weight: 700;
}

.tab-link.w--current {
  background-color: #f1cb30;
  border-radius: 48px;
}

.slide-produtos {
  background-color: #ddd0;
  height: auto;
  margin-top: 20px;
}

.seta-produtos {
  color: #2e2e2e;
  width: 70px;
  font-size: 27px;
}

.slide-produto {
  width: 25%;
}

.slide-produto.promocoes {
  width: 33.33%;
}

.slide-nav-3 {
  opacity: .25;
  padding-top: 40px;
  font-size: 9px;
}

.div-produto {
  text-align: center;
  background-color: #fff;
  border-radius: 48px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 0 15px #0000001a;
}

.div-produto:hover {
  box-shadow: 0 0 15px #0003;
}

.div-produto.promocoes {
  box-shadow: none;
  background-color: #fff0;
  border-radius: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.tag-desconto {
  background-color: var(--amarelo);
  text-align: center;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 3px 15px;
  font-weight: 700;
  display: inline-block;
}

.image-produto {
  max-height: 200px;
}

.image-produto.promocoes {
  border-radius: 10px;
  max-height: 100%;
}

.titulo-produtos {
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.valor-produto {
  color: var(--amarelo);
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
}

.button-comprar-produto {
  background-color: var(--azul);
  letter-spacing: 2px;
  border-radius: 48px;
  padding: 12px 32px;
  font-size: 16px;
  transition: all .4s;
  position: relative;
  top: 16px;
}

.button-comprar-produto:hover {
  background-color: var(--azul-hover);
  transform: scale(1.1);
}

.button-comprar-produto._2 {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 14px;
}

.mask {
  padding-top: 20px;
  padding-bottom: 40px;
}

.icon-seta-direita {
  margin-left: auto;
  margin-right: 10px;
}

.icon-seta-esquerda {
  margin-left: 10px;
  margin-right: auto;
}

.clear-60 {
  height: 60px;
}

.grid-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-chanadas {
  background-color: var(--amarelo);
  color: var(--azul);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.icon-chamada {
  width: 40px;
  margin-right: 10px;
}

.grid-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(410px, auto) minmax(500px, auto) 1fr;
  overflow: hidden;
}

.div-block-13 {
  z-index: 10;
  background-color: #fff;
  padding-bottom: 100px;
  position: relative;
}

.logos-container {
  display: flex;
  position: relative;
  overflow: hidden;
}

.logos-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  align-items: center;
  padding-left: 3rem;
  display: flex;
  overflow: hidden;
}

.caixa {
  width: 80px;
}

.logos-gradient {
  background-image: linear-gradient(90deg, #0e0c15, #0e0c1500);
  width: 5rem;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logos-gradient.is-inverted {
  display: none;
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.div-block-14 {
  z-index: 9;
  background-image: url('../images/ESTEIRA.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 100% 140px;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: -87px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-5 {
  z-index: 10;
  width: 630px;
  position: relative;
}

.image-6 {
  z-index: 10;
  position: relative;
}

.text-entregamos {
  color: var(--azul);
  font-size: 60px;
  font-weight: 800;
  line-height: 40px;
  position: absolute;
  inset: 50px auto auto 50px;
}

.text-na-sua-casa {
  color: var(--amarelo);
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  inset: auto 0% 141px auto;
}

.text-span {
  font-size: 12px;
}

.text-entrega {
  width: 380px;
  position: absolute;
  top: 359.203px;
  left: auto;
  right: 0;
}

.div-block-15 {
  z-index: 10;
  background-color: #fff;
  position: relative;
}

.f-account-link {
  color: var(--azul);
  font-weight: 700;
  text-decoration: none;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-success-message {
  background-color: var(--flowui-component-library--success-lighter);
  color: var(--flowui-component-library--success-darker);
  letter-spacing: -.03em;
  font-size: 14px;
  line-height: 24px;
}

.f-button-neutral {
  background-color: var(--azul);
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-account-form-button {
  flex-direction: column;
  margin-top: 32px;
  display: flex;
}

.f-checkbox-label {
  color: var(--azul);
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.f-checkbox {
  border-width: 2px;
  border-color: var(--flowui-component-library--gray-400);
  background-color: var(--flowui-component-library--white);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
}

.f-checkbox.w--redirected-checked {
  background-color: var(--azul);
  background-size: 12px;
  border-style: none;
  border-radius: 4px;
}

.f-checkbox.w--redirected-focus {
  box-shadow: none;
}

.f-checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.f-field-input {
  border: 1px solid var(--flowui-component-library--grey-300);
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: var(--flowui-component-library--gray-400);
}

.f-field-input::placeholder {
  color: var(--flowui-component-library--gray-500);
}

.f-field-label {
  color: var(--azul);
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-field-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.f-account-input-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 16px;
}

.f-account-form-block {
  margin-bottom: 42px;
}

.form-block-wrapper {
  margin-top: 40px;
}

.f-account-divider {
  background-color: var(--flowui-component-library--gray-200);
  width: 100%;
  height: 1px;
}

.f-account-divider-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.f-social-login-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 14px;
  display: flex;
}

.f-social-login-button {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--azul);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 16px;
  transition: background-color .3s;
  display: flex;
}

.f-social-login-button:hover {
  background-color: var(--flowui-component-library--gray-200);
}

.f-account-login-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.f-account-social-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 24px;
  margin-bottom: 40px;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.h5-heading {
  color: var(--azul);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.h5-heading.center {
  text-align: center;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-account-form {
  width: 100%;
  max-width: 730px;
}

.f-account-form._2 {
  align-self: flex-end;
  max-width: 870px;
  height: 100%;
}

.f-account-container-r {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 60px 5%;
  display: flex;
  position: relative;
}

.f-account-container-r._2 {
  background-color: var(--azul);
  border-top-left-radius: 48px;
  border-bottom-left-radius: 48px;
  width: 10%;
}

.f-account-container-r._3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.f-image-cover {
  object-fit: cover;
  border-top-right-radius: 78px;
  border-bottom-right-radius: 78px;
  width: 100%;
  height: 100%;
}

.f-account-image-wrapper {
  width: 40%;
}

.f-account-image-wrapper._2 {
  background-color: var(--amarelo);
  border-bottom-right-radius: 48px;
  width: 20%;
}

.f-account-image-wrapper._2._1 {
  border-top-right-radius: 48px;
}

.section-2 {
  height: 630px;
  display: flex;
  position: relative;
}

.section-2.visita {
  height: 260px;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.image-galeria {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 120px;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 260px;
  display: flex;
}

.image-7 {
  width: 260px;
}

.div-block-17 {
  padding-bottom: 20px;
}

.button-chegar {
  background-color: var(--amarelo);
  color: var(--azul);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  transition: all .4s;
  display: inline-flex;
}

.button-chegar:hover {
  background-color: var(--amarelo-hover);
  transform: scale(1.1);
}

.grid-22 {
  grid-template-rows: auto;
}

.logo-rodape {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.input {
  border-radius: 48px;
  min-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
}

.input.mensagem {
  border-radius: 22px;
  margin-bottom: 10px;
  padding-top: 12px;
}

.div-block-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-field {
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.button-enviar {
  background-color: var(--amarelo);
  color: var(--azul);
  border-radius: 48px;
  width: 100%;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s;
}

.button-enviar:hover {
  background-color: var(--amarelo-hover);
  transform: scale(1.02);
}

.grid-23 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  place-items: center;
  max-height: 190px;
  padding-top: 60px;
}

.grid-23._1 {
  grid-template-columns: auto;
  place-items: center;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-social {
  color: var(--azul);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.link-block {
  margin-right: 10px;
}

.icon {
  color: #160042;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: flex;
}

.button-whatsapp {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.icon-map {
  color: var(--amarelo);
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.section-copy {
  opacity: .75;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .4s;
}

.section-copy:hover {
  opacity: 1;
}

.pb-1-2 {
  color: #9b9b9b;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  font-size: .75rem;
  line-height: 1.5rem;
  display: flex;
  position: relative;
}

.brand-pb {
  opacity: .25;
  color: #707683;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: .875rem;
  line-height: 1.375rem;
  transition: all .4s;
  display: flex;
}

.brand-pb:hover {
  opacity: 1;
}

.txt-logo-3 {
  color: #191a1f;
  font-size: .6875rem;
  line-height: 1rem;
}

.text-span-2 {
  font-size: .75rem;
  font-weight: 600;
}

.logo-3 {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .625rem;
  margin-right: .3125rem;
}

.slide-2 {
  padding-bottom: 20px;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-21 {
  display: flex;
}

.grid-24 {
  grid-template-columns: 1fr 1fr 1fr;
}

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

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px .75rem #3333331a;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 62.4375rem;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager_component {
  z-index: 999;
  color: var(--azul);
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: .125rem solid var(--azul);
  background-color: var(--azul);
  color: #fff;
  border-radius: 0;
  margin-right: .5rem;
  padding: .625rem 1.25rem;
  font-size: .9375rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-manager_button {
  color: var(--azul);
  cursor: pointer;
  background-color: #fff;
  border-radius: 31.25rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_text {
  color: #5a5a5a;
  font-size: .75rem;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.bold-text {
  color: #000;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text-link {
  color: #000;
  -webkit-text-stroke-color: #000;
  border-bottom: .125rem solid #000;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 62.4375rem;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_option {
  border-bottom: .0625rem solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-manager_icon {
  color: var(--azul);
  width: 2rem;
  height: 2rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 31.25rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px .75rem #0000001a;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-banner_component {
  z-index: 9999;
  background-color: #f5f6ff;
  border-top: .0625rem solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-banner_button {
  background-color: var(--azul);
  color: #fff;
  text-align: center;
  border: .125rem solid #000;
  border-radius: 0;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #000;
  background-color: #f5f5f5;
  border-color: #000;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: .75rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_trigger {
  display: none;
}

.f-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-modal-close {
  color: var(--flowui-component-library--gray-500);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 24px 24px auto auto;
}

.f-modal-close:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-button-primary-2 {
  background-color: var(--azul);
  color: #fff;
  letter-spacing: -.02px;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-primary-2:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-paragraph-small-2 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-margin-bottom-28 {
  margin-bottom: 28px;
}

.f-sub-heading-regular {
  color: var(--azul);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-modal-icon-success {
  color: var(--flowui-component-library--success-base);
  background-color: #25cc881a;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-modal-centre {
  border: 1px solid var(--flowui-component-library--gray-100);
  color: var(--azul);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 468px;
  padding: 32px;
  position: relative;
  box-shadow: 105px 105px 144px -32px #1b09430a;
}

.div-sucesso {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image-8 {
  width: 200px;
  margin-bottom: 40px;
}

.grid-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav-4 {
  opacity: .25;
  padding-top: 36px;
  font-size: 9px;
}

.div-block-2 {
  z-index: 999;
  width: auto;
  height: 58px;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.whatsapp {
  z-index: 999;
  color: #fff;
  background-color: #33b821;
  border: 1px solid #33b821;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 58px;
  padding: .625rem 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.whatsapp:hover {
  color: #25d366;
  background-color: #fff;
  border: 1px solid #25d366;
}

.whatsapp-icon-2 {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

.play-button-pulse {
  z-index: 1;
  background-color: #33b821;
  border-radius: 48px;
  width: 180px;
  height: 58px;
}

@media screen and (max-width: 991px) {
  .section.branca.padding0 {
    padding-bottom: 0;
  }

  .f-footer-link {
    flex: 1;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-menu {
    text-align: center;
  }

  .f-footer-bottom {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

  .nav-link1-2 {
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .nav-bar-2 {
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown1-2 {
    width: 100%;
  }

  .navigation-2 {
    z-index: 101;
    background-color: #fff;
    width: 100%;
    height: auto;
    inset: 4rem 0% auto;
  }

  .galeria-fotos {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-1 {
    border-radius: .5rem;
    height: 3rem;
    font-weight: 600;
  }

  .logo-admin {
    width: 3.75rem;
  }

  .menu-button-4 {
    color: #000;
    order: 1;
  }

  .menu-button-4.w--open {
    color: #000;
    background-color: #eaeaf1;
    margin-left: .625rem;
  }

  .menu-button-4.menu-painel {
    order: 0;
  }

  .nav-right-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .nav-right-2.nav-right-painel {
    order: 1;
    padding-right: 1.25rem;
  }

  .brand-2 {
    height: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-pesq {
    flex-direction: column;
  }

  .nav-menu-3 {
    flex-direction: column;
    width: 100%;
    height: auto;
    position: relative;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    z-index: 9999;
    background-color: var(--azul);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    z-index: 9999;
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    z-index: 9999;
    position: relative;
  }

  .slide {
    z-index: 10;
  }

  .image-slide {
    display: none;
  }

  .image-slide.mobile {
    z-index: 10;
    display: block;
    position: relative;
  }

  .f-button-primary.comprar {
    z-index: 11;
  }

  .grid-17 {
    grid-template-columns: auto;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .slides-encontra {
    display: none;
  }

  .slide-logo-encontra {
    width: 50%;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .div-categoria.jardinagem {
    position: sticky;
    top: 0;
  }

  .slide-produto, .slide-produto.promocoes {
    width: 50%;
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(410px, auto) minmax(500px, auto);
  }

  .div-block-13 {
    padding-bottom: 140px;
    padding-left: 20px;
  }

  .div-block-14 {
    background-size: auto 110px;
    height: 130px;
    margin-top: -132px;
  }

  .image-6 {
    width: 75%;
    padding-bottom: 40px;
    display: block;
  }

  .text-entregamos {
    top: 20px;
    left: auto;
  }

  .text-na-sua-casa {
    bottom: 146px;
  }

  .text-entrega {
    top: 243.203px;
  }

  .f-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .f-account-container-r {
    width: 60%;
  }

  .f-account-image-wrapper {
    width: 40%;
  }

  .section-2 {
    height: auto;
  }

  .grid-23 {
    grid-template-columns: auto;
  }

  .div-block-19, .div-block-20 {
    justify-content: center;
    align-items: center;
  }

  .brand-pb {
    flex: 1;
    justify-content: center;
  }

  .grid-25 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .slide-nav-4 {
    padding-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  .section.header {
    padding-bottom: 0;
  }

  .section.cinza, .section.cinza.top {
    padding-top: 40px;
  }

  .section.branca.padding0 {
    padding-bottom: 60px;
  }

  .conteiner-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .conteiner-2.white {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-3.section-painel, .section-4 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .slides-encontra {
    display: none;
  }

  .slide-produto.promocoes {
    width: 100%;
  }

  .grid-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-20 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: auto minmax(500px, auto);
  }

  .div-block-13 {
    width: 300px;
  }

  .logos-container {
    width: 100%;
  }

  .logos-row {
    width: 100%;
    padding-top: 2px;
  }

  .caixa {
    width: 50px;
  }

  .div-block-14 {
    background-size: auto 60px;
    width: 100%;
    height: 70px;
  }

  .image-5 {
    width: 300px;
  }

  .image-6 {
    width: 80%;
    padding-bottom: 60px;
  }

  .text-entregamos {
    font-size: 40px;
    top: 10px;
  }

  .text-na-sua-casa {
    font-size: 40px;
    right: auto;
  }

  .text-entrega {
    width: 100%;
    top: 206.203px;
    right: auto;
  }

  .h5-heading {
    font-size: 24px;
  }

  .f-account-container-r {
    justify-content: center;
    width: 100%;
  }

  .f-account-container-r._2 {
    display: none;
  }

  .f-account-container-r._3 {
    width: 100%;
  }

  .f-account-image-wrapper {
    width: 100%;
    height: 350px;
  }

  .section-2 {
    flex-direction: column;
  }

  .form {
    grid-template-columns: 1fr;
  }

  .grid-23 {
    margin-top: 40px;
  }

  .grid-24 {
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_text-link {
    margin-right: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: .75rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: .5rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 50%;
  }

  .section.header {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .section.cinza {
    padding-bottom: 20px;
  }

  .section.cinza.bottom {
    padding-top: 20px;
  }

  .section.branca.padding0 {
    padding-bottom: 20px;
  }

  .whatsapp-icon {
    width: 1.875rem;
    height: 1.875rem;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-bottom {
    grid-row-gap: 0px;
  }

  .nav-menu1-buttons-2 {
    grid-template-columns: auto auto;
  }

  .img-prod-painel {
    width: 5rem;
    height: 5rem;
  }

  .galeria-fotos {
    grid-template-columns: 1fr;
  }

  .input-contato-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .button-1.cor-1.topo {
    display: none;
  }

  .button-1.cor-1.topo.suporte {
    background-position: .625rem;
    width: 6.5625rem;
    height: 2.5rem;
    padding-left: 2.5rem;
    font-size: .8125rem;
    line-height: .8125rem;
    display: block;
    position: static;
    inset: auto .3125rem .3125rem auto;
  }

  .grid-16 {
    grid-template-columns: 1fr;
  }

  .section-3.section-painel {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .pb-1 {
    flex-direction: column;
  }

  .nav-right-2 {
    flex-direction: row;
  }

  .brand-2 {
    justify-content: flex-start;
  }

  .logo-pb {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-15 {
    grid-template-columns: 5rem 1fr;
  }

  .pb-txt {
    margin-right: 0;
  }

  .button-whatsapp-topo {
    display: none;
  }

  .f-logo {
    width: 90px;
  }

  .f-navigation {
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .seta {
    width: 40px;
  }

  .f-button-primary.comprar {
    margin-top: 1px;
  }

  .f-button-primary.comprar.w--current {
    min-height: 48px;
    margin-top: 12px;
    font-size: 12px;
  }

  .grid-17 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .image-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .logo-encontra {
    max-width: 90px;
  }

  .grid-18 {
    grid-template-columns: 1fr 1fr;
  }

  .div-categoria.jardinagem {
    position: static;
  }

  .div-categoria.jardinagem:hover {
    transform: scale(1.05);
  }

  .image-categoria._2 {
    display: none;
  }

  .image-categoria._2.mobile {
    width: 100%;
    display: block;
  }

  .h1-titulos {
    text-align: center;
    font-size: 28px;
  }

  .slide-produtos {
    margin-top: 0;
  }

  .slide-produto {
    width: 100%;
  }

  .button-comprar-produto {
    font-size: 13px;
  }

  .div-block-13 {
    width: 200px;
  }

  .caixa {
    width: 43px;
  }

  .div-block-14 {
    height: 50px;
  }

  .image-5 {
    width: 200px;
  }

  .image-6 {
    width: 52%;
  }

  .text-entregamos {
    font-size: 25px;
    top: -4px;
  }

  .text-na-sua-casa {
    font-size: 23px;
    top: 77px;
    bottom: auto;
  }

  .text-entrega {
    width: 140%;
    top: 130.203px;
  }

  .f-account-input-grid-large {
    grid-template-columns: 1fr;
  }

  .f-account-login-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .f-account-image-wrapper {
    height: 210px;
  }

  .f-account-image-wrapper._2 {
    border-top-right-radius: 48px;
    width: 7%;
    height: 100%;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .section-2.visita {
    height: auto;
  }

  .div-block-16 {
    flex-flow: column;
    height: auto;
    padding-left: 20px;
  }

  .image-7 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-17 {
    text-align: center;
  }

  .grid-23 {
    padding-top: 0;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .icon-map._2 {
    margin-left: 0;
  }

  .section-copy {
    padding-bottom: 8.75rem;
  }

  .pb-1-2 {
    flex-direction: column;
  }

  .brand-pb {
    padding-left: 0;
  }

  .text-span-2 {
    font-size: .75rem;
  }

  .logo-3 {
    width: 1.25rem;
  }

  .grid-24 {
    grid-template-columns: 1fr;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.375rem .625rem auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .625rem;
  }

  .icon-2, .icon-3 {
    margin-top: 61.375px;
  }

  .grid-25 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-2 {
    width: 50px;
    height: 50px;
  }

  .whatsapp {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 0 0;
  }

  .whatsapp-icon-2 {
    width: 1.875rem;
    height: 1.875rem;
    margin-right: 0;
  }

  .text-block-2 {
    display: none;
  }

  .play-button-pulse {
    width: 50px;
    height: 50px;
  }
}

#w-node-_92697a1b-91f5-1612-a82a-9f9b370d87c3-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87c7-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87cb-2c6ede1a {
  align-self: start;
}

#w-node-_92697a1b-91f5-1612-a82a-9f9b370d87cf-2c6ede1a {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-_92697a1b-91f5-1612-a82a-9f9b370d87d3-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87d7-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87db-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87df-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87e3-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87e7-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87eb-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87ef-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87f3-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87f7-2c6ede1a, #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87fb-2c6ede1a {
  align-self: start;
}

#w-node-_39c898be-59e8-589b-7f9a-ebe82f12a5ab-709e3d10, #w-node-_39c898be-59e8-589b-7f9a-ebe82f12a5ac-709e3d10 {
  align-self: center;
}

#w-node-c976c839-b9c3-5366-975c-2fd697217020-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217024-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217028-709e3d10 {
  align-self: start;
}

#w-node-c976c839-b9c3-5366-975c-2fd69721702c-709e3d10 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-c976c839-b9c3-5366-975c-2fd697217030-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217034-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217038-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd69721703c-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217040-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217044-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217048-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd69721704c-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217050-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217054-709e3d10, #w-node-c976c839-b9c3-5366-975c-2fd697217058-709e3d10 {
  align-self: start;
}

#w-node-_3d44a762-5d7a-e961-6958-5e9fbb92c4b8-709e3d10, #w-node-f30d5419-2a8f-6e36-0265-dcf894d522d9-709e3d10, #w-node-_4e49b092-acf0-4349-83ff-09cc92de7b2e-709e3d10, #w-node-bd4f68da-71fd-4c8f-d423-4404c7d57d05-709e3d10 {
  align-self: center;
}

#mensagem.w-node-bd5f0e45-3d11-6cde-8ba5-8c88600fe123-709e3d10 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_45ec0afc-9f01-ef07-9e77-782a80431cda-2a31ac52 {
  place-self: center;
}

#w-node-_39c898be-59e8-589b-7f9a-ebe82f12a5ab-d9719ccd {
  align-self: center;
}

#w-node-c976c839-b9c3-5366-975c-2fd697217020-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217024-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217028-d9719ccd {
  align-self: start;
}

#w-node-c976c839-b9c3-5366-975c-2fd69721702c-d9719ccd {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: start;
}

#w-node-c976c839-b9c3-5366-975c-2fd697217030-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217034-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217038-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd69721703c-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217040-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217044-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217048-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd69721704c-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217050-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217054-d9719ccd, #w-node-c976c839-b9c3-5366-975c-2fd697217058-d9719ccd {
  align-self: start;
}

#w-node-_3d44a762-5d7a-e961-6958-5e9fbb92c4b8-d9719ccd, #w-node-f30d5419-2a8f-6e36-0265-dcf894d522d9-d9719ccd, #w-node-_4e49b092-acf0-4349-83ff-09cc92de7b2e-d9719ccd, #w-node-bd4f68da-71fd-4c8f-d423-4404c7d57d05-d9719ccd {
  align-self: center;
}

#mensagem.w-node-bd5f0e45-3d11-6cde-8ba5-8c88600fe123-d9719ccd, #w-node-_3de5474d-3dd4-a1eb-ce0a-1a4260a7b08f-d9719ccd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87cf-2c6ede1a, #w-node-c976c839-b9c3-5366-975c-2fd69721702c-709e3d10 {
    grid-area: span 5 / span 1 / span 5 / span 1;
    align-self: start;
  }

  #w-node-_910fe0cc-e2ae-418e-a85b-10c894f3008c-709e3d10 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c976c839-b9c3-5366-975c-2fd69721702c-d9719ccd {
    grid-area: span 5 / span 1 / span 5 / span 1;
    align-self: start;
  }

  #w-node-_910fe0cc-e2ae-418e-a85b-10c894f3008c-d9719ccd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3d44a762-5d7a-e961-6958-5e9fbb92c4b8-709e3d10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f30d5419-2a8f-6e36-0265-dcf894d522d9-709e3d10 {
    align-self: center;
  }

  #mensagem.w-node-bd5f0e45-3d11-6cde-8ba5-8c88600fe123-709e3d10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3d44a762-5d7a-e961-6958-5e9fbb92c4b8-d9719ccd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f30d5419-2a8f-6e36-0265-dcf894d522d9-d9719ccd {
    align-self: center;
  }

  #mensagem.w-node-bd5f0e45-3d11-6cde-8ba5-8c88600fe123-d9719ccd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_92697a1b-91f5-1612-a82a-9f9b370d87cf-2c6ede1a, #w-node-c976c839-b9c3-5366-975c-2fd69721702c-709e3d10 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_45ec0afc-9f01-ef07-9e77-782a80431cd8-2a31ac52 {
    align-self: center;
  }

  #w-node-_45ec0afc-9f01-ef07-9e77-782a80431d50-2a31ac52 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_39c898be-59e8-589b-7f9a-ebe82f12a5ab-d9719ccd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-c976c839-b9c3-5366-975c-2fd69721702c-d9719ccd {
    order: -986;
    grid-area: 4 / 1 / 5 / 3;
    align-self: start;
  }

  #w-node-_3de5474d-3dd4-a1eb-ce0a-1a4260a7b08f-d9719ccd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


