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

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

.main-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.section {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.section.sec-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 130px;
  padding-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.section.sec-2 {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #d5d900;
}

.section.sec-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.sec-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f29068;
}

.section.sec-5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d5d900;
}

.section.sec-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.sec-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c0d0e;
  color: #fff;
}

.section.politicas {
  height: auto;
  margin-top: 200px;
  margin-bottom: 6px;
  padding-bottom: 0px;
}

.sticky-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5";
  -ms-grid-columns: auto 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: auto 20px max-content 20px max-content 20px max-content 20px max-content;
  grid-template-columns: auto -webkit-max-content -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: auto max-content max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  width: 170px;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo-link.logo-1 {
  height: 100px;
  text-align: center;
}

.nav-logo-link.logo-2 {
  display: none;
  height: 70px;
  opacity: 0;
  text-align: center;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-logo.reduced {
  height: 70px;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  color: #f29068;
  text-decoration: none;
}

.container {
  max-width: 1080px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container.c7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.proposito {
  position: relative;
  z-index: 2;
}

.hero-arrow {
  display: none;
}

.slider {
  height: 650px;
}

.hero-slider {
  margin-top: 15px;
  color: #2c0d0e;
}

.body {
  font-family: 'Kastelov axiforma', sans-serif;
  color: #2c0d0e;
}

.hero-slide-text-block {
  position: absolute;
  left: -5%;
  top: auto;
  right: auto;
  bottom: -15%;
  width: 50%;
  font-weight: 800;
}

.mask {
  overflow: visible;
}

.slide-main-text {
  font-size: 50px;
  line-height: 60px;
}

.slide-topic-text {
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 10px 5px;
  background-color: #f29068;
  font-size: 16px;
  font-weight: 500;
}

.slide-1 {
  background-color: #f29068;
  background-image: url('../images/DMR07901.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-color: #889325;
  background-image: url('../images/DMR08219.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item-navbar {
  font-size: 18px;
}

.item-navbar._04.nav-link {
  list-style-type: none;
  cursor: pointer;
}

.buy-button {
  padding: 17px 40px 15px;
  border: 2px solid #f29068;
  border-radius: 30px;
  background-color: #f29068;
  color: #2c0d0e;
  font-size: 18px;
  font-weight: 700;
}

.buy-button:hover {
  background-color: transparent;
}

.buy-button.modal-btn {
  padding-top: 15px;
  padding-right: 30px;
  padding-left: 30px;
  border-style: none;
  font-size: 16px;
}

.buy-button.modal-btn:hover {
  background-color: #fff;
}

.products-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2-text-area {
  width: 55%;
  padding-bottom: 5%;
}

.h1 {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  text-align: left;
}

.h1.white {
  color: #fff;
}

.h5 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}

.h5.white {
  color: #fff;
}

.grid {
  grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5";
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px;
  grid-template-rows: auto 0px;
}

.c2-product-item {
  text-align: center;
}

.c2-product-item-text {
  margin-top: 30px;
  color: #2c0d0e;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.c2-product-item-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2-product-img {
  width: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2-product-img.pasta {
  width: 90px;
}

.c2-product-img.snack {
  width: 90px;
}

.c2-product-img.mini {
  width: 90px;
}

.c2-product-img.diverso {
  width: 200px;
}

.c2-product-item-image-02 {
  width: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c3-grid {
  grid-template-areas: "Area Area-2"
    "Area-3 Area-2";
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: 300px auto;
  grid-template-rows: 300px auto;
}

.c3-text-area {
  padding-bottom: 5%;
}

.h2 {
  margin-top: 20px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: left;
}

.h2.salmon {
  color: #dad1d1;
}

.h2.white {
  color: #fff;
}

.c3-control-area-list {
  overflow: hidden;
}

.c3-control-item {
  padding-top: 12px;
  padding-bottom: 0px;
}

.h6 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.h6.c3-h6 {
  opacity: 0;
}

.h6.salmon {
  color: #f29068;
}

.h6.white {
  color: #fff;
}

.c4-grid {
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 3fr 3.75fr;
  grid-template-columns: 3fr 3.75fr;
  -ms-grid-rows: auto 0px;
  grid-template-rows: auto 0px;
}

.c4-text-area {
  padding-right: 30px;
  padding-bottom: 0%;
  padding-left: 0px;
}

.p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 23px;
}

.p.c3-p {
  display: none;
  opacity: 0;
}

.c4-image-area {
  height: 500px;
  background-image: url('../images/Post-ATDC-20-03-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.c5-image-area {
  height: 500px;
  border-radius: 16px;
  background-image: url('../images/mini-todo-dia-calendario-mockup.png');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.c5-grid {
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 3fr 2fr;
  grid-template-columns: 3fr 2fr;
  -ms-grid-rows: auto 0px;
  grid-template-rows: auto 0px;
}

.c5-text-area {
  padding-right: 0px;
  padding-bottom: 0%;
  padding-left: 30px;
}

.c6-feed-area {
  padding-top: 30px;
  padding-bottom: 30px;
}

.c6-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto 0px;
  grid-template-rows: auto 0px;
}

.follow-btn {
  padding: 20px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #2c0d0e;
  border-radius: 40px;
  background-color: transparent;
  color: #2c0d0e;
  font-size: 18px;
}

.follow-btn:hover {
  background-color: #2c0d0e;
  color: #fff;
}

.feed-list {
  position: relative;
  left: -8%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feed-item {
  width: 300px;
  height: 300px;
  margin-right: 30px;
  border-radius: 30px;
  background-color: #f29068;
}

.feed-item._01 {
  background-image: url('../images/03-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feed-item._02 {
  background-image: url('../images/02-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feed-item._03 {
  background-image: url('../images/01-04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feed-item._04 {
  background-image: url('../images/31-03.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.feed-item._05 {
  background-image: url('../images/27-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.c7-grid {
  padding-top: 0px;
  padding-bottom: 60px;
  grid-template-areas: "Area Area-2"
    "Area-3 Area-4"
    "Area-5 Area-6";
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.footer-onde-comprar {
  float: right;
}

.footer-btn-comprar {
  padding: 18px 60px;
  border: 2px solid #d5d900;
  border-radius: 30px;
  background-color: #d5d900;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #2c0d0e;
  font-size: 20px;
  font-weight: 500;
}

.footer-btn-comprar:hover {
  background-color: transparent;
  color: #fff;
}

.c7-ref-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-email-field {
  width: 300px;
  margin-bottom: 0px;
  float: left;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
}

.submit-button {
  float: left;
  border-radius: 60px;
  background-color: rgba(255, 255, 255, 0.18);
}

.submit-button:hover {
  background-color: #fff;
  color: #2c0d0e;
}

.checkbox-field {
  width: 400px;
  margin-top: 15px;
  padding-left: 30px;
  float: left;
}

.form-field-border {
  padding: 5px 5px 5px 16px;
  float: left;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 40px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: -30px;
  border-width: 2px;
  border-radius: 20px;
}

.c7-form {
  margin-top: 20px;
}

.c7-ref-links-item {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: none;
}

.grid-2 {
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-2 Area-3";
  -ms-grid-columns: 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr;
  -ms-grid-rows: auto 16px 0px;
  grid-template-rows: auto 0px;
}

.contect-info {
  font-family: 'Kastelov axiforma', sans-serif;
}

.contect-link {
  margin-top: 10px;
  float: left;
  opacity: 0.6;
}

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

.social-link-ref {
  width: 40px;
  margin-right: 20px;
}

.social-link-ref:hover {
  opacity: 0.6;
}

.h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.h4.link:hover {
  color: #d5d900;
}

.h4.white {
  color: #fff;
}

.pb-logo {
  margin-bottom: 30px;
}

.cnpj-info {
  opacity: 0.6;
  font-family: 'Kastelov axiforma', sans-serif;
}

.c2-product-item-image-03 {
  width: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c2-product-item-image-04 {
  width: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c3-controles-img {
  position: absolute;
}

.c3-controles-img._01 {
  z-index: 4;
  display: inline-block;
}

.c3-controles-img._02 {
  z-index: 3;
  display: inline-block;
}

.c3-controles-img._03 {
  z-index: 2;
  display: inline-block;
}

.c3-controles-img._04 {
  z-index: 1;
  display: inline-block;
  max-height: 600px;
  max-width: 600px;
}

.c3-slide-images-overflow {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 600px;
}

.c3-slide-progressbar {
  height: 10px;
  max-width: 600px;
  background-color: #f29068;
}

.product-modal-area {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: none;
}

.modal-product {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #2c0d0e;
}

.modal-product.bebidas {
  display: none;
}

.modal-product.pastas {
  display: none;
}

.modal-product.snacks {
  display: none;
}

.modal-product.mini {
  display: none;
}

.modal-product.barista {
  display: none;
}

.modal-product.abrista {
  display: none;
}

.modal-img {
  width: 40%;
  height: 100%;
  float: left;
}

.modal-img.bebidas {
  background-image: url('../images/DMR07896-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.modal-img.mini {
  background-image: url('../images/DMR08094.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-img.barista {
  background-image: url('../images/DMR07987.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-img.pastas {
  background-image: url('../images/pastas800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-img.snacks {
  background-image: url('../images/snacks800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-product-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 100%;
  padding: 3% 0% 3% 5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-product-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  margin-top: 10%;
  padding-right: 5%;
}

.m-close-area {
  margin-top: -50px;
}

.m-close-btn {
  display: block;
  width: 65px;
  height: 65px;
  background-image: url('../images/close.svg');
  background-position: 0px 0px;
  background-size: contain;
  opacity: 0.3;
}

.product-carroussel {
  height: 200px;
  background-color: transparent;
}

.product-carroussel.mobile {
  display: none;
}

.carroussel-item {
  width: 100%;
  padding-right: 5%;
}

.grid-3 {
  height: 200px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2"
    "Area .";
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto 0px 60px;
  grid-template-rows: auto 60px;
}

.carroussel-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product-carrossel-mask {
  text-align: left;
}

.carrossel-area {
  width: 100%;
  max-width: 950px;
}

.left-arrow {
  margin-left: -70px;
}

.p-right-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(44, 13, 14, 0)), to(#2c0d0e));
  background-image: linear-gradient(90deg, rgba(44, 13, 14, 0), #2c0d0e);
}

.slide-nav {
  display: none;
}

.modal-claims {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 950px;
  padding-right: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.claim-item {
  padding-top: 12px;
  padding-left: 41px;
}

.claim-item.vegano {
  background-image: url('../images/icon-vegano.svg');
  background-position: 0% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.claim-item.semgluten {
  background-image: url('../images/icon-sem-glúten.svg');
  background-position: 0% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.claim-item.semlactose {
  background-image: url('../images/icon-semlactose.svg');
  background-position: 0% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.claim-item.zerocolesterol {
  background-image: url('../images/icon-zerocolesterol.svg');
  background-position: 0% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.claim-item.organico {
  background-image: url('../images/icon-organico.svg');
  background-position: 0% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.carroussel-img-bebidas {
  width: 70px;
}

.carroussel-img-mini {
  width: 80px;
}

.product-leafs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.p-leaf01 {
  position: absolute;
  left: -2%;
  top: auto;
  right: auto;
  bottom: 10%;
}

.p-leaf02 {
  position: absolute;
  left: 10%;
  top: 317px;
  z-index: 1;
}

.p-leaf03 {
  position: absolute;
  top: 234px;
  right: 491px;
}

.p-leaf04 {
  position: absolute;
  top: 87px;
  right: 86px;
}

.p-leaf05 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -6%;
}

.proposito-leafs {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
}

.proposito-leafs.behind {
  z-index: 1;
}

.pr-leaf01 {
  position: absolute;
  left: 39%;
  top: 84px;
  right: auto;
  bottom: auto;
}

.pr-leaf02 {
  position: absolute;
  left: auto;
  top: auto;
  right: 23px;
  bottom: -50px;
}

.pr-leaf03 {
  position: absolute;
  left: 39%;
  top: auto;
  right: auto;
  bottom: 60px;
}

.pl-leaf01 {
  position: absolute;
  left: 4%;
  top: 84px;
  right: auto;
  bottom: auto;
}

.pl-leaf02 {
  position: absolute;
  left: -1%;
  top: 344px;
  right: auto;
  bottom: auto;
}

.pl-leaf03 {
  position: absolute;
  left: 24%;
  top: 613px;
  right: auto;
  bottom: auto;
}

.pl-leaf04 {
  position: absolute;
  left: 29%;
  top: 590px;
  right: auto;
  bottom: auto;
}

.pl-leaf05 {
  position: absolute;
  left: auto;
  top: 143px;
  right: 71px;
  bottom: auto;
}

.pl-leaf06 {
  position: absolute;
  left: auto;
  top: auto;
  right: 111px;
  bottom: -11px;
}

.slide-nav-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-right: 15px;
}

.product-carroussel-grid {
  display: none;
  height: 200px;
  background-color: transparent;
}

.product-carroussel-grid.tablet {
  display: none;
}

.p-grid-right-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(44, 13, 14, 0)), to(#2c0d0e));
  background-image: linear-gradient(90deg, rgba(44, 13, 14, 0), #2c0d0e);
}

.p-left-arrow {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(44, 13, 14, 0)), to(#2c0d0e));
  background-image: linear-gradient(90deg, rgba(44, 13, 14, 0), #2c0d0e);
}

.success-message {
  background-color: transparent;
  text-align: left;
}

.oculto {
  width: 0px;
  height: 0px;
}

.error-message {
  border: 2px solid #f29068;
  background-color: transparent;
}

.link {
  color: #2c0d0e;
  font-weight: 900;
}

.submit {
  border-radius: 20px;
  background-color: #f29068;
  color: #2c0d0e;
  font-weight: 800;
  text-transform: uppercase;
}

.alerta-politicas {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-alerta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: 60px;
  margin-bottom: 10px;
  margin-left: 60px;
  padding: 15px 20px 15px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 50px;
  background-color: #f29068;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.alerta-btn {
  margin-left: 15px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #2c0d0e;
  font-weight: 700;
  text-transform: uppercase;
}

.checkbox-label {
  font-family: 'Kastelov axiforma', sans-serif;
  font-weight: 500;
}

.link-2 {
  font-weight: 800;
  text-decoration: underline;
}

.h3-2 {
  font-size: 16px;
  font-weight: 400;
}

.link-3 {
  text-decoration: underline;
}

.link-4 {
  text-decoration: underline;
}

.link-5 {
  font-weight: 500;
  text-decoration: underline;
}

.link-6 {
  font-weight: 500;
  text-decoration: underline;
}

.text-block {
  margin-bottom: 34px;
}

.form-block {
  margin-bottom: 36px;
}

.image {
  position: static;
  left: auto;
  display: block;
  overflow: visible;
  width: 250px;
  float: none;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-2 {
  width: 100%;
  margin-bottom: -174px;
  -o-object-fit: fill;
  object-fit: fill;
}

.submit-button-2 {
  border-radius: 20px;
  background-color: #f29068;
  color: #2c0d0e;
  font-weight: 700;
}

.form {
  display: block;
  overflow: visible;
}

.submit-button-3 {
  min-height: 50px;
  border-radius: 40px;
  font-family: 'Kastelov axiforma', sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.text-field {
  min-height: 50px;
  margin-bottom: 26px;
  border: 2px solid #000;
  border-radius: 40px;
  background-color: #d5d900;
}

.text-field-2 {
  min-height: 50px;
  margin-bottom: 18px;
  border-style: solid;
  border-width: 2px;
  border-color: #2c0d0e;
  border-radius: 40px;
  background-color: #d5d900;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.sticky-nav-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: block;
  height: 140px;
  padding: 19px 20px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.sticky-nav-2.thankyou {
  position: static;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #f29068;
  text-decoration: none;
}

.buy-button-2 {
  padding: 17px 40px 15px;
  border: 2px solid #f29068;
  border-radius: 30px;
  background-color: #f29068;
  font-family: 'Kastelov axiforma', sans-serif;
  color: #2c0d0e;
  font-size: 18px;
  font-weight: 700;
}

.buy-button-2:hover {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .section.sec-1 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 29px;
  }

  .section.sec-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sec-3 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sec-4 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sec-5 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.sec-7 {
    height: auto;
    padding-top: 60px;
  }

  .sticky-nav {
    position: relative;
    overflow: hidden;
    height: 150px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-grid {
    grid-auto-columns: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: "Area-2 Area-2 Area-2 Area-2 Area-6"
      "Area Area-3 Area-4 . Area-5";
    -ms-grid-columns: auto 0px auto 0px auto 0px 0px 0px auto;
    grid-template-columns: auto auto auto 0px auto;
    -ms-grid-rows: auto 0px 0px;
    grid-template-rows: auto 0px;
  }

  .nav-logo-link.logo-1 {
    margin-bottom: 20px;
  }

  .container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .slider {
    height: 500px;
  }

  .hero-slide-text-block {
    width: 70%;
  }

  .item-navbar._01 {
    display: none;
  }

  .item-navbar._02 {
    display: none;
  }

  .item-navbar._04 {
    display: none;
  }

  .c2-text-area {
    width: 82%;
  }

  .h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .grid {
    grid-template-areas: "Area Area-2 Area-3";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .c2-product-item {
    display: inline-block;
  }

  .c2-product-item-text.tablet {
    display: block;
    float: none;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
  }

  .c2-product-img {
    width: 90px;
  }

  .c2-product-img.pasta {
    width: 90px;
  }

  .c2-product-img.snack {
    width: 110px;
  }

  .c2-product-img.mini {
    width: 70px;
  }

  .c3-grid {
    grid-template-areas: "Area Area"
      "Area-3 Area-3"
      "Area-2 Area-2";
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .c3-text-area {
    padding-bottom: 0%;
  }

  .c4-grid {
    grid-auto-flow: column;
    grid-template-areas: "Area Area"
      "Area-2 Area-2";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c5-grid {
    grid-template-areas: "Area Area"
      "Area-2 Area-2";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c5-text-area {
    padding-left: 0px;
  }

  .feed-item {
    height: 180px;
    margin-right: 20px;
  }

  .feed-item._05 {
    display: none;
  }

  .c7-grid {
    grid-template-areas: "Area Area-2"
      "Area-4 Area-4"
      "Area-3 Area-3"
      "Area-5 Area-5"
      "Area-6 Area-6";
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .newsletter-form {
    margin-top: 30px;
  }

  .c7-ref-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .form-email-field {
    width: 85%;
  }

  .submit-button {
    width: 15%;
    float: right;
  }

  .checkbox-field {
    width: 100%;
  }

  .form-field-border {
    width: 100%;
  }

  .c3-slide-images-overflow {
    overflow: visible;
    width: 100%;
  }

  .product-modal-area {
    z-index: 101;
  }

  .modal-product {
    padding-top: 0px;
  }

  .modal-product.snacks {
    padding-top: 0px;
  }

  .modal-img.bebidas {
    display: none;
  }

  .modal-img.mini {
    display: none;
  }

  .modal-img.barista {
    display: none;
  }

  .modal-img.pastas {
    display: none;
  }

  .modal-img.snacks {
    display: none;
  }

  .modal-product-items {
    width: 100%;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modal-product-text {
    width: 50%;
    margin-top: 0%;
  }

  .m-close-area {
    position: absolute;
    left: auto;
    top: 3%;
    right: 3%;
    bottom: auto;
    margin-top: 0px;
  }

  .m-text-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .product-carroussel {
    display: none;
  }

  .product-carroussel.mobile {
    display: block;
    height: auto;
  }

  .grid-3 {
    height: 150px;
    grid-template-areas: "Area Area-2"
      ". Area-3";
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .product-carrossel-mask {
    padding-top: 50px;
  }

  .carrossel-area {
    width: 50%;
    padding-bottom: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .modal-claims {
    width: 100%;
  }

  .p-leaf02 {
    left: 18%;
    top: 348px;
  }

  .p-leaf03 {
    display: none;
  }

  .p-leaf04 {
    top: 186px;
    right: -75px;
  }

  .p-leaf05 {
    display: none;
  }

  .proposito-leafs.behind {
    display: none;
  }

  .pr-leaf01 {
    left: -2%;
    top: 298px;
  }

  .pr-leaf02 {
    right: -81px;
  }

  .pl-leaf01 {
    left: -8%;
    top: -6px;
    display: none;
  }

  .pl-leaf02 {
    top: -3px;
  }

  .pl-leaf03 {
    left: -11%;
  }

  .pl-leaf04 {
    display: none;
  }

  .pl-leaf05 {
    right: -45px;
  }

  .pl-leaf06 {
    right: -111px;
  }

  .product-carroussel-grid {
    height: auto;
  }

  .product-carroussel-grid.tablet {
    display: block;
  }

  .p-grid-right-arrow {
    margin-right: -70px;
    background-image: none;
  }

  .icon {
    color: #2c0d0e;
  }

  .icon-2 {
    color: #2c0d0e;
  }

  .p-left-arrow {
    margin-left: -22px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(44, 13, 14, 0)), to(#2c0d0e));
    background-image: linear-gradient(270deg, rgba(44, 13, 14, 0), #2c0d0e);
  }

  .h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .h3.white {
    color: #fff;
  }

  .box-alerta {
    border-radius: 30px;
  }

  .image-2 {
    margin-bottom: -205px;
  }

  .text-field {
    margin-bottom: 26px;
  }

  .sticky-nav-2 {
    position: relative;
    overflow: hidden;
    height: 150px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section.sec-1 {
    padding-top: 0px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    grid-template-areas: "Area-2 Area-2 Area-2 Area-2 Area-2"
      "Area Area-3 Area-4 Area-5 .";
    text-align: center;
  }

  .slider {
    height: 400px;
  }

  .hero-slide-text-block {
    left: -7%;
  }

  .slide-main-text {
    font-size: 40px;
    line-height: 50px;
  }

  .item-navbar._02 {
    display: none;
  }

  .item-navbar._05 {
    display: none;
  }

  .c2-text-area {
    width: 100%;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .h1.white {
    font-size: 30px;
    line-height: 35px;
  }

  .c3-grid {
    -ms-grid-rows: 194px auto auto;
    grid-template-rows: 194px auto auto;
  }

  .c6-grid {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .c7-ref-links {
    display: none;
  }

  .form-email-field {
    width: 80%;
  }

  .submit-button {
    width: 20%;
  }

  .grid-2 {
    -ms-grid-columns: 1fr 1.25fr 0.25fr;
    grid-template-columns: 1fr 1.25fr 0.25fr;
  }

  .social-link-ref {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .c3-controles-img._04 {
    max-height: 450px;
    max-width: 100%;
  }

  .c3-slide-images-overflow {
    overflow: hidden;
    height: 448px;
  }

  .modal-product {
    padding-top: 0px;
  }

  .product-carroussel {
    display: none;
  }

  .product-carroussel.mobile {
    display: block;
  }

  .carroussel-item.grid {
    padding-right: 0%;
  }

  .left-arrow {
    margin-left: -50px;
  }

  .modal-claims {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .p-leaf01 {
    bottom: 2%;
  }

  .p-leaf04 {
    top: 217px;
    right: -103px;
  }

  .pr-leaf01 {
    top: 345px;
  }

  .p-grid-right-arrow {
    margin-right: -50px;
  }

  .p-left-arrow {
    margin-left: -31px;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(44, 13, 14, 0)), to(#2c0d0e));
    background-image: linear-gradient(270deg, rgba(44, 13, 14, 0), #2c0d0e);
  }

  .box-alerta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .alerta-btn {
    margin-top: 15px;
    margin-left: 0px;
  }

  .sticky-nav-2 {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .main-container {
    height: 100%;
  }

  .section.sec-1 {
    overflow: hidden;
    height: 780px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .section.sec-2 {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .section.sec-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.sec-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.sec-5 {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .section.sec-6 {
    height: 550px;
  }

  .sticky-nav {
    height: 150px;
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-auto-rows: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-logo-link {
    border-top: 1px none #c4c4c4;
  }

  .nav-logo-link.logo-1 {
    margin-bottom: 0px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .slider {
    height: 250px;
  }

  .hero-slide-text-block {
    left: 0%;
    top: 203px;
    bottom: auto;
    width: 100%;
  }

  .slide-main-text {
    font-size: 35px;
    line-height: 45px;
  }

  .item-navbar._01 {
    display: none;
  }

  .item-navbar._04 {
    display: none;
  }

  .item-navbar._05 {
    display: none;
  }

  .h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .grid {
    grid-template-areas: "Area Area-2";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid.products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }

  .grid.products.celular {
    display: -ms-grid;
    display: grid;
    overflow: visible;
    margin-bottom: 0px;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: stretch;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .c2-product-item-text.tablet {
    margin-top: 0px;
    font-size: 12px;
  }

  .c2-product-item-text.celular {
    margin-top: 13px;
    font-size: 12px;
  }

  .c2-product-item-image {
    height: 150px;
    margin-bottom: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c3-grid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .c3-slide-images-area {
    height: auto;
  }

  .h2.white {
    font-size: 25px;
    line-height: 30px;
  }

  .h6.c3-h6 {
    opacity: 0.4;
  }

  .c4-image-area {
    height: 300px;
  }

  .c5-image-area {
    height: 400px;
    background-image: url('../images/mini-todo-dia-calendario-mockup.png');
    background-position: 88% 50%;
    background-size: cover;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .follow-btn {
    font-size: 16px;
  }

  .feed-item._04 {
    display: none;
  }

  .c7-grid {
    grid-template-areas: "Area Area"
      "Area-2 Area-2"
      "Area-3 Area-3"
      "Area-4 Area-4"
      "Area-5 Area-5"
      "Area-6 Area-6";
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }

  .c7-grid-01 {
    text-align: center;
  }

  .c7-grid-02 {
    text-align: center;
  }

  .footer-onde-comprar {
    float: none;
  }

  .form-email-field {
    width: 70%;
  }

  .submit-button {
    width: 30%;
  }

  .grid-2 {
    grid-template-areas: "Area Area"
      "Area-3 Area-3"
      "Area-2 Area-2";
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .social-link-ref {
    margin-right: 15px;
  }

  .c3-controles-img._01 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .c3-controles-img._02 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .c3-controles-img._03 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .c3-controles-img._04 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .c3-slide-images-overflow {
    overflow: hidden;
    width: 92vw;
    height: 92vw;
  }

  .modal-product-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .modal-product-text {
    width: 100%;
    margin-top: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m-close-btn {
    float: right;
  }

  .product-carroussel.mobile {
    height: auto;
  }

  .grid-3 {
    height: 200px;
    grid-row-gap: 10px;
    grid-template-areas: "Area Area-2"
      "Area Area-3";
    -ms-grid-columns: 100px auto;
    grid-template-columns: 100px auto;
    -ms-grid-rows: auto 10px auto;
    grid-template-rows: auto auto;
  }

  .carroussel-img {
    width: 90px;
  }

  .product-carrossel-mask {
    overflow: visible;
  }

  .carrossel-area {
    width: 100%;
  }

  .left-arrow {
    left: 0%;
    top: auto;
    right: auto;
    bottom: -16%;
    width: 60px;
    height: 60px;
    margin-left: 0px;
  }

  .p-right-arrow {
    width: 50px;
  }

  .modal-claims {
    padding-right: 15px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .claim-item {
    padding-right: 2px;
    padding-left: 2px;
  }

  .claim-item.vegano {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .claim-item.semgluten {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .claim-item.semlactose {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .claim-item.zerocolesterol {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .claim-item.organico {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .p-leaf01 {
    display: none;
  }

  .p-leaf02 {
    left: 20px;
    top: 298px;
  }

  .p-leaf04 {
    top: 208px;
    right: -128px;
  }

  .pr-leaf01 {
    left: -98px;
    top: auto;
    bottom: 166px;
  }

  .pr-leaf02 {
    bottom: -188px;
  }

  .pl-leaf02 {
    top: -126px;
    display: none;
  }

  .pl-leaf03 {
    left: -69px;
    top: 425px;
  }

  .pl-leaf05 {
    right: -79px;
  }

  .pl-leaf06 {
    bottom: -88px;
  }

  .product-carroussel-grid {
    display: block;
  }

  .product-carroussel-grid.tablet {
    display: none;
  }

  .p-grid-right-arrow {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -16%;
    width: 60px;
    height: 60px;
    margin-right: 0px;
  }

  .p-left-arrow {
    left: -23px;
    width: 50px;
    margin-left: 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#2c0d0e), to(rgba(44, 13, 14, 0)));
    background-image: linear-gradient(90deg, #2c0d0e, rgba(44, 13, 14, 0));
  }

  .alerta-politicas {
    display: none;
  }

  .div-block {
    position: static;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .image-2 {
    margin-bottom: 0px;
    clear: none;
  }

  .sticky-nav-2 {
    height: 150px;
    padding: 0px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
}

#w-node-_2c341293-5da6-785b-7aaa-387f1f3bea86-f2e0b4b1 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c3-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c4-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c5-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c7-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bb7-f2e0b4b1 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-eb4e4811-7b91-6215-fd75-e9f78cf2076d-f2e0b4b1 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7769489c-fe49-5356-ba1c-891148e001dd-f2e0b4b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_63b6e96d-7f11-f5d8-35cb-a694f07ae5c8-f2e0b4b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-de9d4a6a-eaf2-79fa-60bf-629ee26c98d6-f2e0b4b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f948ad7f-cf80-2ee7-f901-0b163dbc5c15-f2e0b4b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_309cd222-7fc3-80d9-3432-3036a8430989-f2e0b4b1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_42b46d57-347b-4bc0-2b62-a73d0ee8ee0d-f2e0b4b1 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-efde5d60-6172-3aa8-c845-e639ea253ec0-f2e0b4b1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_908c6752-d493-f93c-5db8-78702f5273b7-6d019c65 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

.grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c3-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c4-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c5-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c7-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f03a-6d019c65 {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4bc3-6d019c65 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4bc5-6d019c65 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4bc9-6d019c65 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4be5-6d019c65 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf0-6d019c65 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf7-6d019c65 {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c3-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c4-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c5-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.c7-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-2>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-3>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
}

#w-node-_03de087a-facc-e074-b8b4-58dd801e4c0c-6d019c65 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_2c341293-5da6-785b-7aaa-387f1f3bea86-f2e0b4b1 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-e6adccf6-b712-0d8e-3c90-1307a0323c2a-f2e0b4b1 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: Area-6;
  }

  #w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bb7-f2e0b4b1 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-de9d4a6a-eaf2-79fa-60bf-629ee26c98d6-f2e0b4b1 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-f948ad7f-cf80-2ee7-f901-0b163dbc5c15-f2e0b4b1 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_309cd222-7fc3-80d9-3432-3036a8430989-f2e0b4b1 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_42b46d57-347b-4bc0-2b62-a73d0ee8ee0d-f2e0b4b1 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_908c6752-d493-f93c-5db8-78702f5273b7-6d019c65 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_908c6752-d493-f93c-5db8-78702f5273c5-6d019c65 {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: Area-6;
  }

  #w-node-b517a50a-530b-b1a6-213c-4d09e1b5f03a-6d019c65 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bc9-6d019c65 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4be5-6d019c65 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bf0-6d019c65 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bf7-6d019c65 {
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .c3-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c4-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c5-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c7-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-3>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .c3-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c4-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c5-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c7-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-3>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .c3-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c4-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c5-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .c7-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid-3>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-e6adccf6-b712-0d8e-3c90-1307a0323c2a-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-e6adccf6-b712-0d8e-3c90-1307a0323c2a-f2e0b4b1 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_908c6752-d493-f93c-5db8-78702f5273c5-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }

  #w-node-_908c6752-d493-f93c-5db8-78702f5273c5-6d019c65 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
}

@media screen and (max-width: 479px) {
  .grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .c7-grid>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-2>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-3>#w-node-_3a0310b2-cd40-9da4-a35c-cfa71b606bbe-f2e0b4b1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .c7-grid>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-2>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-3>#w-node-b517a50a-530b-b1a6-213c-4d09e1b5f039-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  .c7-grid>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-2>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  .grid-3>#w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }

  #w-node-e6adccf6-b712-0d8e-3c90-1307a0323c2a-f2e0b4b1 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  #w-node-_908c6752-d493-f93c-5db8-78702f5273c5-6d019c65 {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b5631a7a-cea0-9d72-5a48-231959edd743-f2e0b4b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-eb4e4811-7b91-6215-fd75-e9f78cf2076d-f2e0b4b1 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2c341293-5da6-785b-7aaa-387f1f3bea86-f2e0b4b1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_7769489c-fe49-5356-ba1c-891148e001dd-f2e0b4b1 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_63b6e96d-7f11-f5d8-35cb-a694f07ae5c8-f2e0b4b1 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_85a232cf-e665-cb40-817d-2c8c4fc6beb6-f2e0b4b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_10fed928-086d-74ce-dc08-1feb074ce32f-f2e0b4b1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-efde5d60-6172-3aa8-c845-e639ea253ec0-f2e0b4b1 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_908c6752-d493-f93c-5db8-78702f5273b7-6d019c65 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bc3-6d019c65 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bc5-6d019c65 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4bf9-6d019c65 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4c00-6d019c65 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_03de087a-facc-e074-b8b4-58dd801e4c0c-6d019c65 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-ExtraBold-Italic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Black-Italic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kastelov axiforma';
  src: url('../fonts/Kastelov---Axiforma-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.radio {
  border-style: solid;
  border-width: 5px;
  background: #D5D900;
}