.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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: #000;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

h1 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 2.75rem;
}

h2 {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.25rem;
}

h3 {
  color: #000;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
}

p {
  margin-bottom: .625rem;
  font-size: .9375rem;
  line-height: 1.5625rem;
}

a {
  color: #e30514;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
}

li {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

img {
  max-width: 100%;
  border-radius: .5rem;
  display: inline-block;
}

label {
  margin-bottom: .3125rem;
  font-weight: bold;
  display: block;
}

blockquote {
  border-left: .1875rem solid #e30514;
  margin-bottom: .625rem;
  padding: .625rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

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

.nav-bar {
  z-index: 999;
  height: 5.5rem;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
}

.nav-bar.navbar1-exemplo {
  position: static;
}

.nav-bar.site {
  height: auto;
  max-width: 80rem;
  border-radius: .1875rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  position: absolute;
  top: 2.5rem;
}

.nav-bar.site._2 {
  z-index: 998;
}

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

.wrapper.wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

.brand._1 {
  margin-right: 1.25rem;
}

.brand._2 {
  flex: 1;
}

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

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

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

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

.nav-link1.w--current {
  color: #000;
}

.logo1 {
  width: auto;
  height: auto;
  max-height: 5.3125rem;
  max-width: 19.375rem;
  border-radius: 0;
}

.logo1.modelo {
  height: 5rem;
}

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

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

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

.nav-search-1 {
  width: 3rem;
  height: 3rem;
  background-color: #f3f3f7;
  background-image: url('../images/search1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border: .0625rem rgba(0, 0, 0, 0);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.nav-search-1:hover {
  background-color: #eaeaf1;
}

.btncontato1 {
  height: 3rem;
  color: #fff;
  background-color: #ffa949;
  border: .0625rem solid rgba(0, 0, 0, 0);
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  transition: all .4s;
  display: flex;
}

.btncontato1:hover {
  background-color: #f59933;
}

.search-form {
  height: 3rem;
  max-width: 48.125rem;
  order: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.search-form-input {
  width: 3rem;
  height: 3rem;
  color: #151515;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/search.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: .9375rem;
  border: .0625rem solid #e2e2e2;
  border-radius: .375rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: .8125rem;
  line-height: 2rem;
  transition: width .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}

.search-form-input:hover {
  border-color: #d1d1d1;
}

.search-form-input:focus {
  width: 12.5rem;
  border-color: #d8d8d8;
  padding-left: 2.5rem;
}

.search-form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.search-form-input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.search-button {
  z-index: 1;
  background-color: #ff6852;
  display: none;
}

.dropdown1.w--open {
  background-color: #fff;
  border-radius: .375rem;
  font-size: .8125rem;
  box-shadow: 0 6px 1.5rem rgba(48, 54, 77, .22);
}

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

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

.clear80 {
  height: 5rem;
}

.footer1 {
  background-color: #0e0e0e;
}

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

.conteiner.white {
  background-color: #fff;
  border-radius: .5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.conteiner.transparent {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.conteiner.white {
  background-color: #fff;
  border-radius: .5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footerv1 {
  justify-content: flex-start;
  padding: 2rem .9375rem;
  display: flex;
}

.footerv1-left {
  width: 15rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-rodape {
  max-height: 5rem;
  border-radius: 0;
}

.footerv1-links {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-rodape {
  color: #fff;
  border-radius: .375rem;
  padding: .375rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1rem;
  transition: all .4s;
}

.menu-rodape:hover {
  background-color: rgba(255, 255, 255, .2);
}

.footerv1-right {
  width: 15rem;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.social-small {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
}

.footerv1-bottom {
  border-top: .0625rem solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  display: flex;
}

.footerv1-bottom-left {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
}

.pb {
  color: rgba(255, 255, 255, .5);
  font-size: .6875rem;
}

.pb2 {
  color: #fff;
}

.footer2 {
  color: #fff;
  background-color: #574b8a;
}

.footerv2 {
  justify-content: space-between;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.footerv2-left {
  width: 15rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footev2-center {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerv2-right {
  width: 15rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer3 {
  color: #fff;
  background-color: #574b8a;
}

.footerv3 {
  border-bottom: .0625rem solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .9375rem;
  display: flex;
}

.footerv3-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footerv3-infos {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerv3-infos._2 {
  margin-right: 1.875rem;
}

.footerv3-icoinfos {
  height: 1rem;
  margin-right: .5rem;
}

.footerv3-infos2 {
  color: #fff;
  justify-content: space-around;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.socialblock {
  border-radius: .375rem;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  transition: all .4s;
  display: flex;
}

.socialblock:hover {
  background-color: rgba(255, 255, 255, .2);
}

.socialblock._2 {
  background-color: rgba(0, 0, 0, .2);
  margin-right: .625rem;
  padding: .375rem;
}

.socialblock._2:hover {
  background-color: rgba(0, 0, 0, .6);
}

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

.section.sec-slide {
  padding-top: 0;
  padding-bottom: 0;
}

.section._2 {
  background-color: #fcfcfc;
}

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

.section.sub {
  padding-top: 13.75rem;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.sg-color {
  width: 100%;
  height: 10rem;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cor-1, .cor-1.sg-color {
  background-color: #e30514;
}

.cor-2, .cor-2.sg-color, .cor-3, .cor-3.sg-color {
  background-color: #000105;
}

.sg-cor-nomes {
  height: 2rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  padding: .625rem 1rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: .75rem;
  position: absolute;
  box-shadow: 0 1px .1875rem rgba(89, 98, 115, .12);
}

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

.section-2.section-painel {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sg-white {
  width: 100%;
  background-color: #fff;
  border: .0625rem solid #e3e3e3;
  border-radius: .5rem;
  padding: 2.875rem 16%;
  display: flex;
}

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

.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: #c2010e;
}

.button-1.cor-1.button200 {
  width: 12.5rem;
}

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

.button-1.button200 {
  width: 12.5rem;
}

.button-1.button200.center {
  margin-left: auto;
  margin-right: auto;
}

.button-1.button200.center.cor-1 {
  background-color: #09af42;
}

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

.button-1.button-form.cor-1 {
  background-color: #258ffb;
}

.button-1.button-form.cor-1.btnpainel {
  margin-right: 2.5rem;
}

.button-1.button-form.cor-1.btnpainel._2 {
  background-color: #258ffb;
}

.button-1.button-form.cor-1.btnquero {
  width: 10rem;
  max-width: 10rem;
  background-color: #73c32f;
}

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

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

.button-1.topo.suporte {
  background-color: #375cf5;
}

.button-1.btncomprar {
  max-width: 18.75rem;
  border-radius: .5rem;
  margin-top: 2.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.5rem;
}

.button-1.btncomprar.cor-2 {
  height: 3.75rem;
  max-width: 100%;
  background-color: #010101;
}

.button-1.cor-2._2 {
  width: 9.375rem;
  color: gray;
  background-color: #eaeaf1;
  border-radius: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
  font-weight: 600;
  transition: opacity .2s;
}

.button-1.cor-2._2:hover {
  color: #fff;
  background-color: #e8288b;
}

.button-2 {
  width: 100%;
  color: #fff;
  background-image: url('../images/instagram.svg');
  background-position: 1.25rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  display: flex;
}

.button-2.cor-2 {
  transition: all .4s;
}

.button-2.cor-2:hover {
  background-color: #000;
}

.button-2.btncomprar {
  background-image: none;
}

.button-2.btncomprar.cor-2 {
  width: 9.375rem;
  color: gray;
  background-color: #eaeaf1;
  border-radius: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .875rem;
}

.button-2.btncomprar.cor-2:hover {
  color: #fff;
  background-color: #010101;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  color: #000;
}

.paragraph {
  color: #000;
  font-size: .9375rem;
  line-height: 1.5625rem;
}

.link {
  color: #e30514;
  text-decoration: none;
}

.text-block-2, .text-block {
  font-size: .9375rem;
  line-height: 1.5625rem;
}

.block-quote {
  border-left-width: .1875rem;
  border-left-color: #e30514;
}

.image-caption {
  text-align: center;
  padding-top: .3125rem;
  font-size: .6875rem;
  line-height: 1.3125rem;
}

.nav-bar-2 {
  height: 5.5rem;
  color: #fff;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
}

.nav-bar-2.navbar2-exemplo {
  position: static;
}

.nav-bar-3 {
  height: 5.5rem;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, .1);
}

.nav-bar-3.navbar3-exemplo {
  position: static;
}

.div-sacola {
  transition: all .4s;
  position: relative;
}

.div-sacola:hover {
  transform: scale(1.04);
}

.ico-bag {
  width: 1.625rem;
  position: static;
}

.num-bag {
  color: #fff;
  border-radius: 6.25rem;
  padding: .3125rem;
  font-size: .5625rem;
  line-height: .5625rem;
  position: absolute;
  top: -.1875rem;
  bottom: auto;
  left: auto;
  right: -.4375rem;
}

.num-bag.cor-1 {
  background-color: #010101;
}

.page-wrapper {
  position: relative;
}

.header1 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.header1.cor-3 {
  background-color: #fff;
  position: relative;
}

.grid-header-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.borda-header {
  z-index: 990;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -.1875rem;
  left: 0%;
  right: 0%;
}

.tag-header {
  color: #fff;
  margin-bottom: 1rem;
  font-weight: 600;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.h1-header {
  color: #000;
  line-height: 3.125rem;
}

.h1-header.h1-header-center {
  text-align: center;
}

.h1-header._2 {
  color: #000;
  margin-top: 0;
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.p-header1 {
  color: #000;
  text-align: left;
  margin-bottom: 1.5rem;
}

.p-header1._2 {
  text-align: center;
}

.p-header1._3 {
  color: rgba(0, 0, 0, .7);
}

.wrapper-header {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.tag-header-center {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.h1-header-center {
  color: #000;
  text-align: center;
  line-height: 3.125rem;
}

.form-header-1 {
  width: 25rem;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: .75rem;
  padding-bottom: .5rem;
  display: flex;
}

.form-header-1.form-header-2 {
  margin-left: 0;
}

.form-header-1-1 {
  width: 100%;
  height: 3.75rem;
  background-color: #fff;
  border-radius: .5rem;
  align-items: center;
  padding: .375rem;
  transition: all .4s;
  display: flex;
  position: relative;
  box-shadow: 0 8px 1rem rgba(0, 0, 0, .1);
}

.form-header-1-1:hover {
  box-shadow: 0 12px 1.5rem rgba(0, 0, 0, .16);
}

.input-header-1 {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border: .0625rem #000;
  flex: 1;
  margin-bottom: 0;
  padding: .75rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}

.input-header-1::-ms-input-placeholder {
  color: #999;
  font-size: .9375rem;
}

.input-header-1::placeholder {
  color: #999;
  font-size: .9375rem;
}

.button-3 {
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.button-3.cor-1 {
  color: #fff;
  background-color: #010101;
  transition: all .4s;
}

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

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

.button-3.cor-1._2.inst {
  background-color: #e8288b;
  background-image: url('../images/instagram.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-left: 2.5rem;
}

.button-3.carrinho {
  height: 3rem;
  font-size: .9375rem;
  font-weight: 500;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.video-header-1 {
  width: 100%;
  height: auto;
  border: .5rem solid #fff;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 30px 1.875rem -.875rem rgba(22, 7, 66, .1);
}

.video-header-1.vide-header-2 {
  height: 40rem;
}

.video-header-button {
  height: 3.5rem;
  color: #fff;
  background-color: #ec6945;
  border-radius: 1.75rem;
  flex-direction: row;
  justify-content: flex-end;
  padding: .25rem;
  transition: all .4s;
  display: flex;
}

.video-header-button:hover {
  transform: scale(1.05);
}

.video-button-info {
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: .875rem;
  padding-left: .625rem;
  padding-right: .625rem;
  font-size: .8125rem;
  font-weight: 700;
  display: flex;
}

.video-button-time {
  font-size: .625rem;
}

.play-video-button {
  width: 3rem;
  height: 3rem;
  background-color: #eb7944;
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: 50%;
}

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

.hero-slider {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #21242d;
  background-image: url('../images/bg-video1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 6.5rem;
  display: flex;
  position: relative;
}

.traco {
  width: 5.5rem;
  height: .1875rem;
  background-color: #dfdfdf;
  border-radius: .09375rem;
  margin: .25rem auto 1.3125rem;
}

.traco.traco-esquerda {
  background-color: #f9fcfd;
  margin-left: 0;
}

.hero-nav {
  width: 3.375rem;
  height: 1.5rem;
  background-color: rgba(0, 0, 0, .3);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .1875rem;
  font-size: .4375rem;
  line-height: .75rem;
  display: flex;
}

.hero-nav.logos {
  display: none;
}

.hero-nav._2 {
  width: 7.5rem;
  opacity: .5;
}

.seta-hero {
  width: 3.5rem;
  height: 3.5rem;
  color: #574b8a;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding: .875rem;
  font-size: 1.125rem;
  font-weight: 800;
  transition: all .4s;
  display: flex;
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .14);
}

.seta-hero:hover {
  box-shadow: 0 1px .125rem rgba(0, 0, 0, .5);
}

.seta-hero.seta-ecommerce {
  margin-left: 0;
  margin-right: 0;
  top: -2.5rem;
}

.seta-hero.seta-ecommerce:hover {
  border: .1875rem solid #574b8a;
}

.seta-hero.seta-ecommerce._1 {
  left: -1.875rem;
}

.seta-hero.seta-ecommerce._2 {
  right: -1.875rem;
}

.bg-hero._1 {
  background-image: linear-gradient(rgba(22, 19, 36, .5), rgba(22, 19, 36, .5)), url('../images/bg-video1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header3 {
  color: #fff;
  background-color: rgba(231, 231, 231, .25);
  position: relative;
}

.grid-hero4 {
  width: 100%;
  perspective: 125rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  position: relative;
}

.grid-hero4._2 {
  grid-template-rows: auto;
}

.hero4-bg {
  height: 74%;
  background-color: #574b8a;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.tag-content {
  color: #757575;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1rem;
}

.tag-content.branco {
  color: #fff;
}

.div-content {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-7 {
  margin-bottom: 1rem;
}

.heading-8 {
  color: #000;
  line-height: 2.5rem;
}

.heading-8.branco {
  color: #fff;
}

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

.paragraph-2 {
  margin-bottom: 1.5rem;
}

.paragraph-2.branco {
  color: #fff;
}

.sec-content-bgescuro {
  background-color: #574b8a;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.tab-top {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu-top {
  color: #000;
  background-color: #fff;
  border: .0625rem solid #e3e3e3;
  border-radius: 2.5rem;
  justify-content: center;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .25rem;
  font-size: .9375rem;
  display: flex;
}

.tab-top-link {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1.375rem;
  padding: .625rem 1.5rem;
  font-weight: 700;
  transition: all .4s;
}

.tab-top-link:hover {
  color: #053976;
}

.tab-top-link.w--current {
  color: #fff;
  background-color: #053976;
}

.tab-top-link.tab-left-link {
  width: 100%;
  text-align: center;
}

.tav-top-link.w--current {
  color: #fff;
  background-color: #ffa949;
  border-radius: 1.375rem;
  font-weight: 700;
}

.tab-left {
  display: flex;
}

.tab-left-content {
  padding-left: 2.5rem;
}

.tab-right {
  display: flex;
}

.tabs-menu-right {
  order: 1;
}

.tab-right-content {
  padding-right: 2.5rem;
}

.grid-post-card {
  grid-column-gap: 2.125rem;
  grid-row-gap: 2.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.grid-post-card._2 {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.post-card {
  width: 100%;
  height: auto;
  color: #000;
  background-color: #fff;
  border: .0625rem solid #eee;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem;
  transition: all .4s;
  display: flex;
  position: relative;
}

.post-card:hover {
  transform: translate(0, -.375rem);
  box-shadow: 0 8px 1rem rgba(0, 0, 0, .1);
}

.post-card._2 {
  border-style: none;
  border-radius: .5rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.post-card._3 {
  padding: 0;
}

.post-card-image {
  width: 100%;
  height: 15.625rem;
  max-height: 100%;
  object-fit: cover;
  background-color: #e3e3e3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .625rem;
  margin-bottom: .5rem;
  position: relative;
}

.post-card-image._2 {
  height: 23.125rem;
  max-height: 100%;
}

.post-card-image._3 {
  height: 12.5rem;
}

.post-card-image._3.margin0 {
  margin-bottom: 0;
}

.post-card-image._4 {
  height: 7.5rem;
}

.post-card-image._5, .post-card-image.margin0 {
  margin-bottom: 0;
}

.post-card-image.post-image1 {
  height: 23.125rem;
}

.post-card-image.post-image3 {
  height: 12.5rem;
}

.post-card-image.post-image2 {
  height: 17.5rem;
  background-color: #fff;
  background-image: url('../images/dest_163.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: .5rem;
}

.post-card-image.post-image2.ecommerce {
  background-image: url('../images/470766-PG13MQ-937.jpg');
}

.post-card-image.post-image2.ecommerce._1 {
  height: 15rem;
  background-image: url('../images/dest_163.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: .5rem;
}

.post-card-image.post-image2.ecommerce._2 {
  background-image: url('../images/foto2.jpg');
}

.post-card-image.post-image2.ecommerce._3 {
  background-image: url('../images/foto3.jpg');
}

.post-card-image.post-image2.ecommerce._4 {
  background-image: url('../images/foto4.jpg');
}

.post-card-image.post-image2.servico {
  background-image: url('../images/31283.jpg');
}

.post-card-image.post-image2.news {
  background-image: url('../images/3300039.jpg');
}

.post-card-image.post-image2._1 {
  background-color: #fff;
  background-image: url('../images/D12-9317-006_zoom1.jpg');
  background-position: 50%;
  background-size: contain;
}

.post-card-image.post-image2._2 {
  background-color: #fff;
  background-image: url('../images/D12-9796-026_zoom1.jpg');
  background-position: 50%;
  background-size: contain;
}

.post-card-image.post-image2._3 {
  background-color: #fff;
  background-image: url('../images/HZM-1043-242_zoom1.jpg');
  background-position: 50%;
  background-size: contain;
}

.post-card-image.post-image4 {
  height: 15.625rem;
}

.post-card-image.post-image5 {
  height: 12.5rem;
}

.post-card-image.post-image6 {
  height: 7.5rem;
}

.post-card-image.post-image7 {
  height: 8.75rem;
}

.post-card-image.post-image7.margin0 {
  background-image: url('../images/23.jpg');
}

.post-card-image.post-image8 {
  height: 25.625rem;
}

.post-card-image.post-image9 {
  height: 15.625rem;
}

.post-card-icon {
  width: 3rem;
  height: 3rem;
  background-color: #ffa949;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: -1.5rem;
  left: auto;
  right: 1.5rem;
}

.post-card-icon.top-post {
  bottom: .625rem;
  right: .625rem;
}

.post-card-content {
  flex-direction: column;
  padding: .5rem 1rem;
  display: flex;
}

.post-card-category {
  color: #999;
  letter-spacing: .09375rem;
  text-transform: uppercase;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .625rem;
  font-weight: 500;
  display: flex;
}

.post-card-category.white {
  color: #fff;
}

.post-card-heading {
  color: #010101;
  text-align: left;
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.post-card-heading.white {
  color: #fff;
}

.post-card-heading._3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.post-card-autor {
  color: #999;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .75rem;
  font-style: italic;
  line-height: .75rem;
  display: flex;
}

.post-card-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  flex: none;
  margin-right: .75rem;
}

.post-card-valor {
  color: #ffa949;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  display: flex;
}

.valor-ecommerce {
  color: #ffa949;
  margin-right: .75rem;
}

.valor-ecommerce._2 {
  color: #000;
  font-size: 1.125rem;
  font-weight: 700;
}

.valor-antigo {
  color: #999;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: line-through;
}

.valor-antigo.white {
  color: rgba(255, 255, 255, .6);
}

.grid-post-card-2 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.heading-9._2 {
  color: #010101;
  margin-top: 0;
}

.grid-post-card-3 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto;
}

.post-card-tag {
  color: #fff;
  background-color: #00a85a;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: .4375rem .75rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: .6875rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -.75rem;
  left: auto;
  right: 1.5rem;
}

.post-card-tag._2 {
  background-color: #36353a;
  right: .625rem;
}

.post-card-tag._3 {
  background-color: #201e1f;
  left: .625rem;
  right: auto;
}

.post-card-tag._4 {
  background-color: #010101;
  top: .625rem;
  bottom: auto;
  left: .625rem;
  right: auto;
}

.grid-5 {
  grid-column-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.contato-v1 {
  background-color: #fff;
  border: .0625rem solid #e3e3e3;
  border-radius: .5rem;
  flex-direction: column;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding: 2.5rem;
}

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

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

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

.input-contato.text-area {
  height: auto;
  min-height: 12.5rem;
}

.input-contato.carrinho {
  margin-bottom: .625rem;
  margin-right: .625rem;
}

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

.map {
  height: 100%;
}

.grid-7 {
  grid-column-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.pb-1 {
  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;
}

.pb-1._2 {
  background-color: #fff;
}

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

.logo-pb._2 {
  width: 2.25rem;
}

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

.btn-crie {
  height: 2rem;
  border-radius: .375rem;
  padding: .5rem .75rem;
  font-weight: 600;
  line-height: 1rem;
}

.btn-crie.cor-1 {
  color: #fff;
  transition: all .4s;
}

.btn-crie.cor-1:hover {
  color: #fff;
  background-color: #cba037;
}

.btn-crie.cor-1.whats {
  background-image: url('../images/whatsapp.svg');
  background-position: .3125rem;
  background-repeat: no-repeat;
  background-size: .9375rem;
  margin-left: .625rem;
  padding-left: 1.5625rem;
}

.btn-crie.cor-1.whats._3, .btn-crie.cor-1._2 {
  background-color: #73c32f;
}

.nav-scroll {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slide-nav {
  z-index: 999;
  width: 1.5rem;
  height: 12.5rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.5rem;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 0 2px .4375rem rgba(0, 0, 0, .12);
}

.slide-nav-link {
  width: .625rem;
  height: .625rem;
  opacity: .5;
  background-color: #574b8a;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: .3125rem;
  margin-bottom: .625rem;
  transition: all .4s;
  display: flex;
  position: relative;
}

.slide-nav-link:hover {
  opacity: .7;
}

.slide-nav-tooltip {
  z-index: 2;
  height: 1.5rem;
  color: #fff;
  background-color: #574b8a;
  border-radius: .75rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  padding: .125rem .75rem;
  font-size: .6875rem;
  font-weight: 500;
  line-height: .9375rem;
  display: flex;
  position: absolute;
  left: 100%;
}

.grid-info-contato {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 2.5rem;
}

.block-contato {
  background-color: #fff;
  border: .0625rem solid #e3e3e3;
  border-radius: .5rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.block-contato2 {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem .9375rem;
  font-size: .9375rem;
  line-height: 1.5625rem;
  display: flex;
  box-shadow: 1px 0 #e3e3e3;
}

.text-block-4 {
  padding-bottom: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.whatsapp {
  z-index: 999;
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .3125rem .625rem;
  font-size: .8125rem;
  font-weight: 600;
  line-height: .8125rem;
  display: flex;
  position: fixed;
  top: auto;
  bottom: .3125rem;
  left: auto;
  right: .3125rem;
}

.whatsapp.cor-1 {
  background-color: #010101;
  transition: all .4s;
}

.whatsapp.cor-1:hover {
  background-color: #171618;
}

.icowhatsapp {
  width: 1.5625rem;
  margin-right: .625rem;
}

.slide-logos {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.sli-logo {
  width: auto;
  height: auto;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.sli-img-logo {
  max-height: 3.75rem;
  transition: all .4s;
}

.sli-img-logo:hover {
  transform: scale(1.05);
}

.sli-img-logo._2 {
  opacity: .5;
}

.sli-img-logo._2:hover {
  opacity: 1;
}

.sli-img-logo._3 {
  filter: saturate(0%);
}

.sli-img-logo._3:hover {
  filter: saturate(200%);
}

.sli-img-logo._4 {
  opacity: .5;
  filter: saturate(0%);
}

.sli-img-logo._4:hover {
  opacity: 1;
  filter: saturate(200%);
}

.mask {
  padding-top: 1.25rem;
  padding-bottom: 3.75rem;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: minmax(21.875rem, 21.875rem) 1fr;
  margin-bottom: 2.1875rem;
}

.grid-8.top-post {
  margin-bottom: 0;
}

.grid-9 {
  grid-column-gap: 2.25rem;
  grid-template-rows: auto;
  margin-bottom: 2.1875rem;
}

.grid-10 {
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 2.1875rem;
}

.grid-11 {
  grid-column-gap: 2.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 2.5rem;
  margin-bottom: 2.1875rem;
}

.grid-12 {
  grid-column-gap: 2.25rem;
  grid-template-rows: auto;
}

.grid-13 {
  grid-template-rows: auto;
  margin-bottom: 2.1875rem;
}

.breadcrumbs {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-top: .125rem;
  padding: .5rem .75rem;
  font-size: .75rem;
  line-height: 1rem;
  display: flex;
}

.breadcrumb-link {
  color: #5aafb2;
}

.breadcrumb-link2 {
  color: rgba(90, 175, 178, .65);
}

.slide-full {
  z-index: 989;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.slide-50 {
  width: 50%;
  text-align: center;
}

.slide-33 {
  width: 33.33%;
  text-align: center;
}

.slide-25 {
  width: 25%;
  text-align: center;
}

.slide-auto {
  width: auto;
  text-align: center;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.slide-100 {
  width: 100%;
  text-align: center;
}

.slide-100.sli-commerce {
  text-align: center;
  padding: 2.5rem 20%;
}

.slide-ecommerce {
  height: auto;
  max-width: 75rem;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3.75rem;
}

.mask-2 {
  background-color: #574b8a;
  border-radius: 1.25rem;
}

.sidebar-grid1 {
  grid-column-gap: 2.1875rem;
  grid-template-rows: auto;
  grid-template-columns: 20rem 1fr 20rem;
}

.post-card-big {
  width: 100%;
  height: 100%;
  color: #000;
  background-color: #fff;
  border: .0625rem solid #eee;
  border-radius: 1.25rem;
  padding: 1rem;
  transition: all .4s;
  position: relative;
}

.post-card-big:hover {
  transform: translate(0, -.375rem);
  box-shadow: 0 8px 1rem rgba(0, 0, 0, .1);
}

.posts {
  margin-top: 2.5rem;
}

.grid-14 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto;
}

.sidebar {
  width: 100%;
}

.sidebar-block {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.sidebar-block.banner-sidebar {
  min-height: 12.5rem;
  background-color: #574b8a;
  border-radius: 1.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
}

.sidebar-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.3125rem;
  line-height: 1.75rem;
}

.list-sidebar2 {
  height: 1.75rem;
  color: #574b8a;
  background-color: #fff;
  border: .0625rem solid #eee;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  padding: .1875rem .625rem;
  font-size: .75rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.75rem;
  transition: all .4s;
  display: flex;
}

.list-sidebar2:hover {
  color: #fff;
  background-color: #574b8a;
}

.grid-gallery {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gallery-photo-1 {
  height: 16.25rem;
  background-image: url('../images/170.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  transition: all .4s;
}

.gallery-photo-1:hover {
  transform: translate(0, -.375rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}

.gallery-photo-2 {
  height: 10.625rem;
  background-image: url('../images/18630.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  transition: all .4s;
}

.gallery-photo-2:hover {
  transform: translate(0, -.375rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}

.gallery-photo-3 {
  height: 16.25rem;
  background-image: url('../images/OBDL960.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  transition: all .4s;
}

.gallery-photo-3:hover {
  transform: translate(0, -.375rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}

.gallery-photo-4 {
  height: 10.625rem;
  background-image: url('../images/15929.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75rem;
  transition: all .4s;
}

.gallery-photo-4:hover {
  transform: translate(0, -.375rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}

.div-block {
  position: relative;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.post-preview {
  width: 100%;
  height: 42.5rem;
  max-height: 60vw;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 15px 1.875rem rgba(0, 0, 0, .15);
}

.post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.post-info {
  width: 35.625rem;
  max-width: 88vw;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
  position: relative;
  box-shadow: 0 8px 1rem rgba(0, 0, 0, .2);
}

.tag-post {
  height: 1.5rem;
  color: #fff;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .6875rem;
  line-height: 1.5rem;
}

.post-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
}

.post-data {
  color: #777;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: .5rem;
  padding: .5rem 1rem;
  font-size: .8125rem;
  line-height: 1rem;
  display: flex;
}

.logo-admin {
  width: 4.375rem;
}

.txtpainel {
  color: #b1b1b1;
  font-size: .6875rem;
  line-height: 1.3125rem;
}

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

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

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

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

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

.tag-painel {
  height: 1.5rem;
  color: #fff;
  border-radius: .375rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .6875rem;
  line-height: 1.5rem;
}

.tag-painel.cor-1 {
  background-color: #258ffb;
}

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

.heading-product-painel {
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  font-size: .875rem;
  font-weight: 600;
}

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

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

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

.btn-opcoes.card {
  justify-content: flex-start;
  margin-bottom: 0;
}

.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: #fcfcfc;
}

.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: #fcfcfc;
}

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

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

.form-pesq {
  display: flex;
}

.btnoesquisa {
  height: 3rem;
  border-radius: .5rem;
  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;
}

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

.cor-painel {
  background-color: #574b8a;
}

.div-block-5 {
  background-color: #ffa949;
}

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

.card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: .375rem;
  margin-bottom: 1.25rem;
  position: static;
}

.top-card {
  color: #000;
  border-top-left-radius: .375rem;
  border-top-right-radius: .375rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: .625rem 1.25rem;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.top-card.aguardando {
  border-left: .1875rem solid #ffa949;
}

.top-card.aprovado {
  border-left: .1875rem solid #59cd90;
}

.top-card.negado {
  border-left: .1875rem solid #ff5964;
}

.top-card.suporte {
  border-left: .1875rem solid #258ffb;
}

.label-card {
  height: 1.5rem;
  color: #000;
  border: .0625rem solid #e6e6e6;
  border-radius: .375rem;
  padding-left: .5rem;
  padding-right: .5rem;
  font-size: .6875rem;
  line-height: 1.5rem;
}

.card-info {
  border-bottom-right-radius: .375rem;
  border-bottom-left-radius: .375rem;
  padding: 1.25rem 1.25rem .625rem;
}

.info-card {
  font-size: .8125rem;
  line-height: 1.4375rem;
}

.grid-18 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-rows: auto;
}

.heading-produto {
  margin-top: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.sku {
  margin-bottom: 1.25rem;
  font-size: .75rem;
  line-height: 1.375rem;
}

.valor-de-produto {
  color: silver;
  text-decoration: line-through;
}

.valor-produto {
  color: #e30514;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 2.375rem;
}

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

.txt-compartilhe {
  padding-top: 1.25rem;
  font-size: .75rem;
  line-height: 1.375rem;
}

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

.ico-compartilhe {
  width: 1.875rem;
  height: 1.875rem;
  background-color: rgba(0, 0, 0, .2);
}

.corpo-produto {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.grid-carrinho {
  grid-row-gap: 2.25rem;
  border-bottom: .0625rem solid #e2e2e2;
  grid-template-rows: auto;
  grid-template-columns: 28.125rem 1fr 1fr 1fr 6.25rem;
  margin-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.div-block-7 {
  align-items: flex-start;
  display: flex;
}

.img-carrinho {
  width: 5.625rem;
  height: 5.625rem;
  object-fit: cover;
  border-radius: .375rem;
  margin-right: .625rem;
}

.clear20 {
  height: 1.25rem;
}

.carrinho-unitario {
  color: #a8a8a8;
}

.div-block-8, .div-block-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.carrinho-total {
  font-size: 1rem;
  font-weight: 600;
}

.icoexcluir {
  width: .9375rem;
  opacity: .5;
}

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

.grid-carrinho2 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 2.5rem;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: flex-start;
  align-items: flex-end;
  display: grid;
}

.grid-19 {
  grid-template-rows: auto;
  align-content: start;
  align-items: start;
  justify-items: end;
}

.div-block-12 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btnvoltar {
  width: 12.5rem;
  height: 3rem;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: .0625rem solid #e6e6e6;
  border-radius: .5rem;
  font-size: .9375rem;
  line-height: 1.5625rem;
  transition: all .4s;
}

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

.btnvoltar._2 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.atualizar {
  color: #cba037;
  text-align: center;
  font-size: .6875rem;
}

.list-item {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}

.heading-10 {
  line-height: 2.75rem;
}

.heading-10.center {
  margin-left: auto;
  margin-right: auto;
}

.icon {
  color: #1b2d45;
  font-size: .9375rem;
}

.standard-paragraph {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
}

.slider {
  width: 100%;
  height: auto;
  max-width: 46.875rem;
  background-color: rgba(221, 221, 221, 0);
  margin-top: 1.25rem;
  padding-bottom: 6.25rem;
}

.arrow-left {
  width: 3.4375rem;
  height: 3.4375rem;
  background-color: #fff;
  border-radius: 6.25rem;
  top: -6.25rem;
  bottom: 0%;
  left: -1.5625rem;
  right: auto;
  box-shadow: 0 5px .625rem rgba(27, 45, 69, .1);
}

.traco-2 {
  width: 5.5rem;
  height: .1875rem;
  background-color: #00c75d;
  border-radius: .09375rem;
  margin: .25rem auto 1.3125rem;
}

.slide {
  height: auto;
  background-color: #fff;
  border: .0625rem rgba(70, 137, 215, .2);
  border-radius: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.slide-wrap {
  min-height: auto;
  box-shadow: none;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 2.5rem;
  display: flex;
}

.mask-4 {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  overflow: hidden;
  box-shadow: 0 20px 3.125rem rgba(160, 160, 160, .2);
}

.arrow-right {
  width: 3.4375rem;
  height: 3.4375rem;
  background-color: #fff;
  border-radius: 6.25rem;
  top: -6.25rem;
  bottom: 0%;
  left: auto;
  right: -1.5625rem;
  box-shadow: 0 5px .625rem rgba(27, 45, 69, .1);
}

.margin0 {
  padding: 0;
}

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

.link-2 {
  color: #000;
}

.txt-copy {
  color: #000;
  margin-right: 1.25rem;
}

.sec-barra {
  z-index: 999;
  background-color: #fff;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.center {
  text-align: center;
}

.txt-logo {
  color: #160742;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.875rem;
}

.text-block-5 {
  color: rgba(0, 0, 0, .5);
  padding: .3125rem .625rem;
  font-size: .6875rem;
}

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

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

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

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

.btm-excluir-painel-2 {
  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-2:hover {
  background-color: #fcfcfc;
}

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

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

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

.tag-promocional {
  width: 12.5rem;
  height: 12.5rem;
  background-color: #73c32f;
  border: .5rem solid #fff;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -8.125rem;
  right: auto;
  box-shadow: 0 30px 1.875rem -.875rem rgba(22, 7, 66, .1);
}

.div-block-14 {
  position: relative;
}

.text-block-6 {
  color: #fff;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: line-through;
}

.text-block-8 {
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.text-block-9 {
  color: #fff;
  text-align: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: .75rem;
  line-height: 1rem;
}

.parcelamento {
  font-size: .75rem;
}

.parcelamento2 {
  color: #353638;
  font-weight: 600;
}

.image {
  width: 100%;
}

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

.btnfinalizar {
  width: 100%;
  text-align: center;
  border-radius: .5rem;
  padding-top: .9375rem;
  padding-bottom: .9375rem;
  font-size: 1rem;
  font-weight: 600;
}

.btnfinalizar.cor-1 {
  background-color: #010101;
}

.btnfinalizar.cor-1:hover {
  background-color: #000;
}

.image-2 {
  max-height: 36.25rem;
}

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

.div-block-15 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.lista-categoria {
  color: #e30514;
  align-self: center;
  margin-top: .3125rem;
  margin-bottom: .3125rem;
  padding-left: 0;
  font-size: .9375rem;
}

.list-item-2 {
  font-size: .75rem;
}

.lista-cat {
  color: #b1b1b1;
  margin-left: -.3125rem;
}

.img-slide {
  width: 100%;
}

.grid-22 {
  grid-column-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr;
}

.div-block-16 {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.grid-23 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 3.75rem;
}

.div-barra {
  width: 100%;
  border: .0625rem solid #e7e7e7;
  border-radius: .5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.titbarra {
  color: #010101;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
}

.infobarra {
  color: #010101;
  text-align: center;
  font-weight: 300;
}

.text-block-10 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.grid-24 {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-botoes {
  color: #000;
  border: .0625rem solid #e3e3e3;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.ico {
  width: 1.5625rem;
  margin: .625rem;
}

.grid-25 {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1.25rem;
}

.div-associado {
  text-align: center;
  background-color: #fcfcfc;
  border-radius: .5rem;
  padding: 1.25rem;
}

.tit-associado {
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.text-block-11 {
  font-size: .8125rem;
}

.grid-26 {
  max-width: 37.5rem;
  grid-template-rows: auto;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

.btntodos {
  height: 3.4375rem;
  color: #000;
  background-color: #fff;
  border: .0625rem solid #e3e3e3;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-associar {
  background-color: #00a85a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.image-4 {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
}

.btnwhatsapp {
  height: 2.5rem;
  color: #fff;
  background-color: #f6c44a;
  background-image: url('../images/whatsapp.svg');
  background-position: .625rem;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: .5rem;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: .625rem;
  font-weight: 600;
  transition: all .4s;
  display: flex;
}

.btnwhatsapp:hover {
  transform: scale(1.08);
}

.img-desc {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sec-sub {
  height: 12.5rem;
  background-color: #f5f5f5;
  position: relative;
}

.navigation-wrapper {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.navigation-2 {
  width: 100%;
  min-height: 5.5rem;
  background-color: #fff;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navigation-link-wrapper {
  align-items: center;
  display: flex;
}

.banner-alert {
  min-height: 3.5rem;
  color: #fff;
  text-align: center;
  background-color: #160042;
  justify-content: center;
  align-items: center;
  padding: 1rem 5%;
  display: flex;
}

.icon-banner {
  width: 1.5rem;
  height: 1.5rem;
  color: #6b7094;
  justify-content: center;
  align-items: center;
  margin-right: .75rem;
  display: flex;
}

.logo-link-large {
  margin-right: 1.5rem;
}

.navigation-button {
  min-height: 3rem;
  min-width: 7.5rem;
  outline-offset: 0rem;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 3rem;
  outline: .125rem solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #282556;
}

.logo {
  width: 14.375rem;
  border-radius: 0;
}

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

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

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

.navigation-link {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3.125rem;
  padding: .75rem 1.5rem;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #160042;
  background-color: #f3f5fb;
}

.navigation-link.w--current {
  color: #000;
}

.paragraph-regular {
  letter-spacing: -.02em;
  font-size: 1rem;
  line-height: 1.5rem;
}

.navigation-search {
  width: 2.5rem;
  height: 2.5rem;
  color: #160042;
  border: .0625rem solid #e4e6f1;
  border-radius: 6.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-search:hover {
  color: #642eff;
}

.txt-whats {
  display: block;
}

.icon-2 {
  width: 1.5rem;
  height: 1.5rem;
  color: #160042;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-copy {
  opacity: .7;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-17 {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.txt-logo-2 {
  color: rgba(255, 255, 255, .8);
  font-size: .6875rem;
  line-height: 1rem;
}

.txt-logo-2.e {
  margin-left: .625rem;
  margin-right: .625rem;
}

.txt-pb {
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
}

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

.logo-firston {
  width: 3.125rem;
  margin-right: .3125rem;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-bar.site {
    position: static;
  }

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

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

  .brand._2 {
    flex: none;
  }

  .navigation {
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 1.25rem;
    top: 4rem;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

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

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

  .nav-dropdown1 {
    width: 100%;
  }

  .logo1 {
    max-height: 3.4375rem;
  }

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

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

  .nav-menu1-buttons._2 {
    z-index: 999;
  }

  .search-form {
    flex: 0 auto;
    margin-bottom: .25rem;
    padding: .25rem 0;
  }

  .search-form:focus {
    text-align: left;
    flex-grow: 1;
  }

  .search-form-input {
    background-position: 1rem;
  }

  .search-form-input:focus {
    width: 12.5rem;
  }

  .search-form-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0);
  }

  .search-form-input::placeholder {
    color: rgba(0, 0, 0, 0);
  }

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

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

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

  .footerv1-left, .footerv1-right {
    width: auto;
  }

  .footerv2-left, .footerv2-right {
    width: 15rem;
  }

  .footerv3-infos {
    flex: 1;
    margin-bottom: 1.25rem;
  }

  .footerv3-infos2 {
    flex-direction: column;
  }

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

  .nav-bar-2, .nav-bar-2.navbar2-exemplo, .nav-bar-3, .nav-bar-3.navbar3-exemplo {
    height: 4rem;
  }

  .grid-header-1 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .video-header-1.vide-header-2 {
    height: 28.75rem;
  }

  .seta-hero.seta-ecommerce._1 {
    left: .625rem;
  }

  .seta-hero.seta-ecommerce._2 {
    right: .625rem;
  }

  .grid-4 {
    grid-row-gap: 4rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-post-card._2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .post-card-image {
    height: 10.625rem;
  }

  .post-card-image._2 {
    height: 16.875rem;
  }

  .post-card-image._3.margin0 {
    height: 6.25rem;
  }

  .post-card-image._3.margin0._2 {
    height: 15.625rem;
  }

  .post-card-image._4.margin0 {
    height: 12.5rem;
  }

  .post-card-image._5 {
    height: 13.75rem;
  }

  .post-card-image._5._2 {
    height: 9.375rem;
  }

  .post-card-image.margin0 {
    height: 13.75rem;
  }

  .post-card-image.post-image1 {
    height: 15.625rem;
  }

  .post-card-image.post-image2, .post-card-image.post-image6.margin0 {
    height: 10rem;
  }

  .post-card-image.post-image7.margin0 {
    height: 11.25rem;
  }

  .post-card-image.post-image8 {
    height: 16.875rem;
  }

  .post-card-image.post-image9.margin0 {
    height: 8.75rem;
  }

  .grid-post-card-2 {
    grid-template-columns: 1fr 1fr;
  }

  .input-contato.carrinho {
    margin-bottom: .625rem;
  }

  .btn-crie.cor-1.whats._3, .btn-crie.cor-1._2 {
    height: 3rem;
    text-align: center;
  }

  .grid-info-contato {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

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

  .slide-100.sli-commerce {
    padding-left: 15%;
    padding-right: 15%;
  }

  .sidebar-grid1 {
    grid-template-columns: 1fr;
  }

  .grid-gallery {
    display: none;
  }

  .container {
    width: 100%;
    padding-left: .5rem;
    padding-right: .9375rem;
  }

  .logo-admin {
    width: 3.75rem;
  }

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

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

  .grid-carrinho {
    grid-template-columns: 18.75rem 1fr 1fr 1fr 6.25rem;
  }

  .slider {
    margin-top: 1.25rem;
  }

  .arrow-left {
    left: -.625rem;
  }

  .arrow-right {
    right: -.625rem;
  }

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

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

  .tag-promocional {
    top: -6.25rem;
    bottom: auto;
    left: auto;
    right: -3.125rem;
  }

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

  .image-4 {
    height: auto;
    object-fit: contain;
  }

  .btnwhatsapp {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sec-sub {
    display: none;
  }

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

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button-2 {
    background-color: #efefef;
    border: .0625rem solid #f3f5fb;
    border-radius: .5rem;
    padding: .75rem;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #efefef;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: .5rem;
    padding: .75rem;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .footer-bottom {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .search-button {
    background-size: 1.5rem;
  }

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

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

  .footerv1 {
    flex-direction: column;
  }

  .footerv1-left {
    padding-bottom: .625rem;
  }

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

  .logo-rodape._2 {
    margin-left: 0;
  }

  .footerv1-links {
    padding-bottom: .625rem;
  }

  .footerv1-right {
    justify-content: center;
  }

  .footerv2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footerv2-left {
    order: 1;
  }

  .footev2-center {
    margin-bottom: .625rem;
  }

  .footerv2-right {
    justify-content: center;
    padding-bottom: .625rem;
  }

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

  .button-1.btncomprar.cor-2 {
    max-width: 100%;
  }

  .heading {
    text-align: center;
  }

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

  .wrapper-header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .traco.traco-esquerda {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tab-left {
    flex-direction: column;
  }

  .tab-left-content {
    padding-left: 0;
  }

  .tab-right {
    flex-direction: column;
  }

  .tabs-menu-right {
    order: -1;
  }

  .tab-right-content {
    padding-top: 1.25rem;
    padding-right: 0;
  }

  .grid-post-card, .grid-post-card._2 {
    grid-template-columns: 1fr 1fr;
  }

  .post-card-image {
    height: 12.5rem;
  }

  .post-card-image._2 {
    height: 14.375rem;
  }

  .post-card-image._3.margin0._2 {
    height: 13.75rem;
  }

  .post-card-image._5 {
    height: 21.25rem;
  }

  .post-card-image._5._2 {
    height: 11.25rem;
  }

  .post-card-image.margin0._5 {
    height: 20rem;
  }

  .post-card-image.post-image1 {
    height: 13.75rem;
  }

  .post-card-image.post-image2 {
    height: 12.5rem;
  }

  .post-card-image.post-image4.margin0 {
    height: 25.625rem;
  }

  .post-card-image.post-image5.margin0 {
    height: 12.5rem;
  }

  .post-card-image.post-image6.margin0 {
    height: 7.5rem;
  }

  .post-card-image.post-image7.margin0 {
    height: 9.375rem;
  }

  .post-card-image.post-image8 {
    height: 15rem;
  }

  .post-card-image.post-image9.margin0 {
    height: 12.5rem;
  }

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

  .map {
    height: 18.75rem;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pb-1._3 {
    height: auto;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .btn-crie.cor-1.whats._3 {
    height: 3.125rem;
    text-align: center;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: .75rem;
  }

  .btn-crie.cor-1._2 {
    height: 3.125rem;
    text-align: center;
  }

  .grid-info-contato {
    grid-template-columns: 1fr;
  }

  .block-contato {
    flex-direction: column;
  }

  .grid-8, .grid-13 {
    grid-template-columns: 1fr;
  }

  .tabs-content {
    padding-top: 1.25rem;
  }

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

  .heading-produto, .sku, .valor-de-produto, .valor-produto, .txt-compartilhe {
    text-align: center;
  }

  .div-block-6 {
    justify-content: center;
  }

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

  .div-block-7 {
    justify-content: center;
  }

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

  .slider {
    margin-top: 0;
  }

  .slide-wrap {
    padding: 5.625rem 3.125rem;
  }

  .label-2 {
    text-align: center;
  }

  .tag-promocional {
    right: -6.25rem;
  }

  .parcelamento, .heading-11 {
    text-align: center;
  }

  .numitens {
    text-align: center;
    font-size: .8125rem;
  }

  .div-block-15, .grid-22 {
    grid-template-columns: 1fr;
  }

  .image-3 {
    padding-bottom: 1.25rem;
  }

  .grid-23 {
    grid-row-gap: .625rem;
    grid-template-columns: 1fr;
  }

  .image-4 {
    object-fit: contain;
  }

  .banner-alert {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .icon-banner {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    justify-content: flex-start;
  }

  .logo1 {
    height: auto;
    max-height: 3.75rem;
    max-width: 100%;
  }

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

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

  .btncontato1 {
    display: none;
  }

  .search-form {
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-form-input:focus {
    width: 100%;
  }

  .logo-rodape._2 {
    margin-left: auto;
    margin-right: auto;
  }

  .footerv1-links {
    flex-direction: column;
  }

  .footerv3 {
    flex-direction: column;
    justify-content: center;
  }

  .footerv3-right {
    margin-top: .625rem;
  }

  .footerv3-infos._2 {
    margin-right: 0;
  }

  .footerv3-infos2 {
    text-align: center;
  }

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

  .section-2._2 {
    padding-bottom: 8.75rem;
  }

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

  .button-1.cor-1.topo.suporte {
    width: 6.5625rem;
    height: 2.5rem;
    background-position: .625rem;
    padding-left: 3.125rem;
    font-size: .8125rem;
    line-height: .8125rem;
    display: flex;
    position: fixed;
    top: auto;
    bottom: .3125rem;
    left: auto;
    right: .3125rem;
  }

  .button-1.btncomprar.cor-2 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .header1.cor-3 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .h1-header {
    margin-top: 0;
  }

  .h1-header._2 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }

  .wrapper-header {
    max-width: 100%;
  }

  .button-3.cor-1 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .seta-hero {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-hero4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-post-card, .grid-post-card._2 {
    grid-template-columns: 1fr;
  }

  .post-card-image._3.margin0._2 {
    height: 7.5rem;
  }

  .post-card-image._4 {
    height: 5.625rem;
  }

  .post-card-image._4.margin0 {
    height: 8.75rem;
  }

  .post-card-image.post-image1, .post-card-image.post-image3 {
    height: 15rem;
  }

  .post-card-image.post-image2, .post-card-image.post-image2.ecommerce._1 {
    height: 22.5rem;
  }

  .post-card-image.post-image4.margin0 {
    height: 15rem;
  }

  .post-card-image.post-image5.margin0 {
    height: 7.5rem;
  }

  .post-card-image.post-image6.margin0 {
    height: 6.25rem;
  }

  .post-card-image.post-image7.margin0 {
    height: 14.375rem;
  }

  .post-card-image.post-image9.margin0 {
    height: 15rem;
  }

  .post-card-heading {
    text-align: center;
  }

  .post-card-heading._3 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .post-card-valor {
    align-self: center;
  }

  .grid-post-card-2, .grid-post-card-3 {
    grid-template-columns: 1fr;
  }

  .contato-v1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .input-contato.carrinho {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

  .btn-crie.cor-1 {
    margin-top: 1.25rem;
  }

  .btn-crie.cor-1.whats._3, .btn-crie.cor-1._2 {
    height: 2rem;
    margin-top: 0;
  }

  .grid-info-contato {
    grid-template-columns: 1fr;
  }

  .sli-logo {
    width: 100%;
    text-align: center;
  }

  .grid-11, .grid-12 {
    grid-template-columns: 1fr;
  }

  .slide-50, .slide-33, .slide-25, .slide-auto {
    width: 100%;
  }

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

  .post-preview {
    max-height: 60vh;
  }

  .txtpainel {
    display: none;
  }

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

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

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

  .heading-produto {
    font-size: 1.75rem;
    line-height: 2.1875rem;
  }

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

  .div-block-7 {
    justify-content: space-around;
  }

  .img-carrinho {
    width: 3.75rem;
    height: 3.75rem;
  }

  .grid-19 {
    justify-items: center;
  }

  .div-block-12 {
    grid-template-columns: 1fr;
  }

  .heading-10, .heading-10.center {
    text-align: center;
  }

  .slider {
    margin-top: 0;
  }

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

  .txt-copy {
    text-align: center;
    margin-bottom: .3125rem;
    margin-right: 0;
    line-height: 1rem;
  }

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

  .tag-promocional {
    width: 10rem;
    height: 10rem;
    top: -5rem;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .text-block-7 {
    margin-bottom: .3125rem;
    font-size: .875rem;
    line-height: 1.375rem;
  }

  .text-block-8 {
    font-size: 2rem;
    line-height: 2.375rem;
  }

  .image-2 {
    max-height: 21.875rem;
  }

  .titbarra {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .image-4 {
    height: auto;
    object-fit: contain;
  }

  .btnwhatsapp {
    width: 3.125rem;
    height: 3.125rem;
    text-align: center;
    background-position: 50%;
    justify-content: center;
    align-items: center;
    margin-right: .625rem;
    padding: 1.25rem;
  }

  .text-span, .navigation-button {
    display: none;
  }

  .logo {
    width: 9.375rem;
  }

  .txt-whats {
    display: none;
  }

  .div-copy, .div-block-17 {
    flex-direction: column;
  }

  .txt-logo-2 {
    margin-bottom: .625rem;
  }

  .txt-logo-2.e {
    margin-top: 0;
    margin-bottom: .625rem;
  }

  .txt-pb {
    font-size: .75rem;
  }

  .logo-3 {
    width: 1.25rem;
    margin-bottom: .1875rem;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-firston {
    margin-bottom: .1875rem;
    margin-right: 0;
  }
}

#w-node-_167f42b3-1772-0d4d-ad43-03a900265a44-069be8a7 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-c70a3cf3-ff46-b331-9832-2533093a1802-069be8a7 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: start;
}

#w-node-_059db8ea-ed2c-f4a9-e5c7-40dcd4e72963-069be8a7, #w-node-_059db8ea-ed2c-f4a9-e5c7-40dcd4e72970-069be8a7, #w-node-_059db8ea-ed2c-f4a9-e5c7-40dcd4e7297f-069be8a7, #w-node-_2ea7d057-10fd-f9b4-ff46-c5f724876a3f-069be8a7, #w-node-cb05e88d-7f04-ed5b-554a-26bc04b19575-069be8a7, #w-node-_2000a844-c0f2-a4d6-4482-dd2f7dd02e9f-069be8a7 {
  align-self: start;
}

#w-node-c57ae879-6067-d8f1-e80c-475adcd35db6-559be8aa {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c57ae879-6067-d8f1-e80c-475adcd35dbe-559be8aa {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-_70d08121-4a52-da9c-e9fb-571e78c7e099-559be8aa {
  align-self: start;
}

#w-node-_70d08121-4a52-da9c-e9fb-571e78c7e0a9-559be8aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_70d08121-4a52-da9c-e9fb-571e78c7e0b7-559be8aa {
  align-self: start;
}

#w-node-_70d08121-4a52-da9c-e9fb-571e78c7e0c7-559be8aa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_789e544e-5492-9043-93ca-e5a9d47f3829-559be8aa, #w-node-_789e544e-5492-9043-93ca-e5a9d47f3838-559be8aa, #w-node-_789e544e-5492-9043-93ca-e5a9d47f3849-559be8aa {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-bb88271a-b107-1381-f152-1e75f3e909af-f3e9099d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb88271a-b107-1381-f152-1e75f3e909b3-f3e9099d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-bb88271a-b107-1381-f152-1e75f3e909c3-f3e9099d {
  align-self: start;
}

#w-node-bb88271a-b107-1381-f152-1e75f3e909d0-f3e9099d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-eab73455-0f1f-6b0d-7959-98809460198a-94601987 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eab73455-0f1f-6b0d-7959-98809460198e-94601987 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-eab73455-0f1f-6b0d-7959-98809460199e-94601987 {
  align-self: start;
}

#w-node-eab73455-0f1f-6b0d-7959-9880946019ab-94601987 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_76331e37-076e-fa08-79ad-fe0c6a6c264b-6a6c2646 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-df99d70d-c845-bed0-ddf6-68a98ab1cc8d-8ab1cc8a {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-df99d70d-c845-bed0-ddf6-68a98ab1cc9c-8ab1cc8a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df99d70d-c845-bed0-ddf6-68a98ab1ccb7-8ab1cc8a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e4488987-0450-7ffd-a823-bbfd42ff092b-42ff0928 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_031e99ab-e399-bbb3-c72e-b37e465fde42-465fde3f, #w-node-_031e99ab-e399-bbb3-c72e-b37e465fde52-465fde3f, #w-node-_031e99ab-e399-bbb3-c72e-b37e465fde63-465fde3f, #w-node-c8c59dc8-bfa2-9c4f-3e21-3dc2aad4f011-aad4f00d, #w-node-c8c59dc8-bfa2-9c4f-3e21-3dc2aad4f022-aad4f00d, #w-node-c8c59dc8-bfa2-9c4f-3e21-3dc2aad4f031-aad4f00d, #w-node-ee259744-39b1-4205-9a38-6cee537e7329-537e7324, #w-node-ee259744-39b1-4205-9a38-6cee537e7339-537e7324, #w-node-ee259744-39b1-4205-9a38-6cee537e734c-537e7324, #w-node-ee259744-39b1-4205-9a38-6cee537e735e-537e7324, #w-node-d9006345-dc0c-9bc4-4583-642d16af8e7c-16af8e77, #w-node-d9006345-dc0c-9bc4-4583-642d16af8e8e-16af8e77, #w-node-d9006345-dc0c-9bc4-4583-642d16af8e9f-16af8e77, #w-node-d9006345-dc0c-9bc4-4583-642d16af8eaf-16af8e77, #w-node-_1a37f5cd-c666-ad6b-2ab1-77e812da7479-12da7476, #w-node-_1a37f5cd-c666-ad6b-2ab1-77e812da7488-12da7476, #w-node-_55b80826-6950-6707-9f32-c13d6ab39bbb-6ab39bb8, #w-node-_55b80826-6950-6707-9f32-c13d6ab39bca-6ab39bb8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_5b88c96e-06bc-de11-cf19-9140ea5e1455-ea5e1452 {
  align-self: start;
}

#w-node-_5b88c96e-06bc-de11-cf19-9140ea5e1465-ea5e1452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5b88c96e-06bc-de11-cf19-9140ea5e1473-ea5e1452 {
  align-self: start;
}

#w-node-_5b88c96e-06bc-de11-cf19-9140ea5e1483-ea5e1452 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c993ae5f-9db3-ccc0-953e-3e81511674e4-511674e1, #w-node-c993ae5f-9db3-ccc0-953e-3e81511674f2-511674e1, #w-node-c993ae5f-9db3-ccc0-953e-3e8151167502-511674e1, #w-node-_87cd5f71-a976-b202-6f2a-6a23a1eacce8-a1eacce5, #w-node-_87cd5f71-a976-b202-6f2a-6a23a1eaccf6-a1eacce5, #w-node-_87cd5f71-a976-b202-6f2a-6a23a1eacd06-a1eacce5, #w-node-_48cb9b9a-cfd5-ac8b-421f-cdbb516fe8a3-516fe8a0, #w-node-_48cb9b9a-cfd5-ac8b-421f-cdbb516fe8b0-516fe8a0, #w-node-_48cb9b9a-cfd5-ac8b-421f-cdbb516fe8bf-516fe8a0, #w-node-_9b7bdbd6-64d6-d9a0-be7b-9944540d4b49-540d4b46, #w-node-_9b7bdbd6-64d6-d9a0-be7b-9944540d4b56-540d4b46, #w-node-_9b7bdbd6-64d6-d9a0-be7b-9944540d4b65-540d4b46, #w-node-a670ecc1-603d-87c1-27c7-919e4a3630ce-4a3630cb {
  align-self: start;
}

#w-node-a670ecc1-603d-87c1-27c7-919e4a3630dc-4a3630cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b2e4e1df-c7a6-3157-6fd6-bc3644ed0151-44ed014e {
  align-self: start;
}

#w-node-b2e4e1df-c7a6-3157-6fd6-bc3644ed015f-44ed014e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee4619-38ee4616 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee462a-38ee4616 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa025-efcaa022 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa02f-efcaa022 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_354935b9-c563-68c7-974a-a0b43c6da06d-3c6da06a {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_354935b9-c563-68c7-974a-a0b43c6da06f-3c6da06a {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_20add6f4-019f-68b8-4901-4e749ba88656-9ba88653 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
  justify-self: center;
}

#w-node-_20add6f4-019f-68b8-4901-4e749ba88660-9ba88653 {
  grid-area: 1 / 8 / 2 / 14;
}

#w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4b-b6e10e48 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4d-b6e10e48 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4e-b6e10e48 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4f-b6e10e48 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e50-b6e10e48 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e51-b6e10e48 {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4ce-3d1ec4cb {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4d0-3d1ec4cb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
  justify-self: center;
}

#w-node-ae60f8cf-5c82-97c1-a537-c7c55fb51dfc-429be8ab, #w-node-e656f0d7-7f0b-7a4a-262d-5bc1ecf13624-429be8ab {
  align-self: start;
}

#w-node-c3cf7dd3-d162-e50b-be5c-b02f21854643-429be8ab {
  align-self: center;
  justify-self: end;
}

#w-node-f98954de-314d-5aba-8574-6d64031bc3e8-cd9be8ac {
  align-self: center;
  justify-self: center;
}

#w-node-fbdfca7c-5225-b63c-a148-86c099d2263f-99d22626 {
  order: -9999;
}

#w-node-fbdfca7c-5225-b63c-a148-86c099d22642-99d22626 {
  align-self: center;
  justify-self: center;
}

#w-node-cc104cec-dc83-aaa6-368d-35a5c52a6e60-c52a6e47 {
  order: -9999;
}

#w-node-cc104cec-dc83-aaa6-368d-35a5c52a6e63-c52a6e47 {
  align-self: center;
  justify-self: center;
}

#w-node-_33d34500-1055-340e-9acf-365990675c24-90675c0b, #w-node-a446cff1-217b-0338-7508-529f6bb6ea70-6bb6ea57 {
  order: -9999;
}

#w-node-_52f7658e-5e29-8a29-dde9-bad6b1c39bd2-ea9be8b1, #w-node-_52f7658e-5e29-8a29-dde9-bad6b1c39bdd-ea9be8b1 {
  align-self: start;
}

#w-node-ae2ef88d-f438-f3d1-e36b-25259aefffba-ea9be8b1, #w-node-fdf6cab6-d2eb-00ac-9b2a-0b77d812f598-ea9be8b1, #w-node-_19a39547-b879-2380-36a1-6c20a04a63c6-ea9be8b1, #w-node-_675f614c-4703-7a37-c6ce-5683050c8e14-ea9be8b1, #w-node-ae2ef88d-f438-f3d1-e36b-25259aefffba-379be8b2, #w-node-_1957f8aa-78e3-bab8-6f33-072238bf9cfe-379be8b2, #w-node-_51c8bd27-700f-ea56-36cb-ba49710e76b4-379be8b2, #w-node-_240f0746-f124-cfa6-d88c-65fa50f5cd0c-379be8b2, #w-node-_7d935284-0f0f-6c33-7255-0c4e86cbc07d-379be8b2, #w-node-_6d3cd5a9-7a4c-6587-9615-391640d78936-379be8b2, #w-node-_68f463ee-7b8b-59fb-23c9-54c16a0a8f17-379be8b2, #w-node-_5a210743-ad84-c5c9-f69f-d0cdd2e31815-379be8b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-e2a7c13b-cfd1-6329-04a9-d77545916a73-859be8b3 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-e2a7c13b-cfd1-6329-04a9-d77545916a7f-859be8b3 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-c2d73328-4301-4ec2-8de6-010c201239bf-201239bc {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_93f53f28-ded0-3197-18da-360337acccf0-37accceb {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_93f53f28-ded0-3197-18da-360337acccf8-37accceb {
  grid-area: 1 / 8 / 2 / 13;
  align-self: center;
}

#w-node-fe85d6a5-f740-f5d6-5a88-fc9885798855-85798852 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-fe85d6a5-f740-f5d6-5a88-fc9885798856-85798852 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_167f42b3-1772-0d4d-ad43-03a900265a44-069be8a7 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-c70a3cf3-ff46-b331-9832-2533093a1802-069be8a7 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-c57ae879-6067-d8f1-e80c-475adcd35db6-559be8aa {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-c57ae879-6067-d8f1-e80c-475adcd35dbe-559be8aa {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-bb88271a-b107-1381-f152-1e75f3e909a0-f3e9099d, #w-node-eab73455-0f1f-6b0d-7959-9880946019ba-94601987 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-df99d70d-c845-bed0-ddf6-68a98ab1cc8d-8ab1cc8a, #w-node-e4488987-0450-7ffd-a823-bbfd42ff092b-42ff0928 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee4619-38ee4616 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
  }

  #w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee462a-38ee4616 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa025-efcaa022 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa02f-efcaa022 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-_354935b9-c563-68c7-974a-a0b43c6da06d-3c6da06a {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_354935b9-c563-68c7-974a-a0b43c6da06f-3c6da06a {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_20add6f4-019f-68b8-4901-4e749ba88656-9ba88653 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_20add6f4-019f-68b8-4901-4e749ba88660-9ba88653 {
    grid-area: 2 / 2 / 3 / 8;
  }

  #w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4b-b6e10e48 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e51-b6e10e48 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4ce-3d1ec4cb {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4d0-3d1ec4cb {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
    justify-self: center;
  }

  #w-node-_93f53f28-ded0-3197-18da-360337acccf0-37accceb {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-_93f53f28-ded0-3197-18da-360337acccf8-37accceb {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-fe85d6a5-f740-f5d6-5a88-fc9885798855-85798852 {
    grid-area: 1 / 2 / 2 / 8;
  }

  #w-node-fe85d6a5-f740-f5d6-5a88-fc9885798856-85798852 {
    grid-area: 2 / 2 / 3 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_167f42b3-1772-0d4d-ad43-03a900265a44-069be8a7 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-c70a3cf3-ff46-b331-9832-2533093a1802-069be8a7 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c57ae879-6067-d8f1-e80c-475adcd35db6-559be8aa {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-c57ae879-6067-d8f1-e80c-475adcd35dbe-559be8aa {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-eab73455-0f1f-6b0d-7959-9880946019ba-94601987 {
    order: -9999;
  }

  #w-node-df99d70d-c845-bed0-ddf6-68a98ab1cc8d-8ab1cc8a {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-df99d70d-c845-bed0-ddf6-68a98ab1cc9c-8ab1cc8a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-df99d70d-c845-bed0-ddf6-68a98ab1ccb7-8ab1cc8a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e4488987-0450-7ffd-a823-bbfd42ff092b-42ff0928 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-e4488987-0450-7ffd-a823-bbfd42ff093a-42ff0928 {
    order: 9999;
  }

  #w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee4619-38ee4616 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee462a-38ee4616 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa025-efcaa022 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa02f-efcaa022 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_354935b9-c563-68c7-974a-a0b43c6da06d-3c6da06a {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_354935b9-c563-68c7-974a-a0b43c6da06f-3c6da06a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_20add6f4-019f-68b8-4901-4e749ba88656-9ba88653 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_20add6f4-019f-68b8-4901-4e749ba88660-9ba88653 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4b-b6e10e48 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e51-b6e10e48 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4ce-3d1ec4cb {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4d0-3d1ec4cb {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_93f53f28-ded0-3197-18da-360337acccf0-37accceb {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_93f53f28-ded0-3197-18da-360337acccf8-37accceb {
    grid-area: 2 / 2 / 3 / 6;
    align-self: center;
  }

  #w-node-fe85d6a5-f740-f5d6-5a88-fc9885798855-85798852 {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-fe85d6a5-f740-f5d6-5a88-fc9885798856-85798852 {
    grid-area: 2 / 2 / 3 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_167f42b3-1772-0d4d-ad43-03a900265a44-069be8a7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c70a3cf3-ff46-b331-9832-2533093a1802-069be8a7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-c57ae879-6067-d8f1-e80c-475adcd35db6-559be8aa {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-c57ae879-6067-d8f1-e80c-475adcd35dbe-559be8aa {
    grid-area: 2 / 1 / 3 / 4;
    align-self: center;
  }

  #w-node-df99d70d-c845-bed0-ddf6-68a98ab1cc8d-8ab1cc8a {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-e4488987-0450-7ffd-a823-bbfd42ff092b-42ff0928 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee4619-38ee4616 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
  }

  #w-node-_75cdeeb1-dab0-f9cd-3679-7acf38ee462a-38ee4616 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa025-efcaa022 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-cd7543a1-a95e-e8dc-c36f-bde4efcaa02f-efcaa022 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_354935b9-c563-68c7-974a-a0b43c6da06d-3c6da06a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_354935b9-c563-68c7-974a-a0b43c6da06f-3c6da06a {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_20add6f4-019f-68b8-4901-4e749ba88656-9ba88653 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_20add6f4-019f-68b8-4901-4e749ba88660-9ba88653 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4b-b6e10e48 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e4d-b6e10e48 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-d9f26ca7-e8b0-f605-a754-8b7fb6e10e51-b6e10e48 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4ce-3d1ec4cb {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_15c3369d-7817-dafb-a84e-080d3d1ec4d0-3d1ec4cb {
    grid-area: 2 / 1 / 3 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8b5bf7bb-afa0-d78e-1c32-04c44f060ad1-cd9be8ac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e2a7c13b-cfd1-6329-04a9-d77545916a73-859be8b3, #w-node-e2a7c13b-cfd1-6329-04a9-d77545916a7f-859be8b3 {
    grid-area: span 1 / span 10 / span 1 / span 10;
  }

  #w-node-c2d73328-4301-4ec2-8de6-010c201239bf-201239bc {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_93f53f28-ded0-3197-18da-360337acccf0-37accceb {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_93f53f28-ded0-3197-18da-360337acccf8-37accceb {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-fe85d6a5-f740-f5d6-5a88-fc9885798855-85798852 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-fe85d6a5-f740-f5d6-5a88-fc9885798856-85798852 {
    grid-area: 2 / 1 / 3 / 4;
  }
}


