a {
  text-decoration: none;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1768px;
  margin: 0.7em auto;
  -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;
}

.wrap-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-brand {
  width: 1px;
  height: 62px;
  margin-right: 1em;
  margin-left: 1em;
  background-color: #9b0068;
}

.navbar {
  background-color: #fff;
}

.body {
  font-family: 'Helveticaneueltpro mdex', sans-serif;
  font-size: 15px;
}

.nav-link {
  padding: 0.6em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #002e69;
}

.nav-link:hover {
  color: #66bffc;
}

.nav-link.w--current {
  color: #66bffc;
}

.hero {
  position: relative;
  padding: 1% 4% 0px;
  border-radius: 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66bffc), to(#852f9a));
  background-image: linear-gradient(180deg, #66bffc, #852f9a);
}

.section {

  
  width: 100%;
  max-width: 1874px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}

.section.space {
  padding-top: 6.1em;
  padding-bottom: 6.1em;
}

.section.footer {
  padding: 6em 0px 4em;
}

.section.busca {
  padding-top: 3.6em;
  padding-right: 6em;
  padding-left: 6em;
}

.container.h {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 842px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.container.h.footer-hero {
  top: 109px;
}

.col.first-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col.end-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56%;
  max-height: 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;
}

.col._50 {
  width: 50%;
  -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;
}

.col._50.squeeze {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 600px;
  padding: 1em;
}

.col._40 {
  width: 40%;
}

.col._25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  padding-right: 1.5em;
  padding-left: 1.5em;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-hero {
  margin-top: 0px;
  margin-bottom: 0.7em;
  font-family: 'Helveticaneueltpro mdex', sans-serif;
  color: #b8117a;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph-cta-hero {
  margin-bottom: 1em;
  color: #fff;
  font-size: 43px;
  line-height: 1.3em;
}

.paragraph-cta-hero.special-vitamin {
  line-height: 1.7em;
}

.image {
  width: 90%;
  max-height: 100%;
}

.wrap-text-hero {
  margin-top: 12px;
  margin-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.hero-scroll-axis {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 100%;
  background-color: #b8117a;
}

.scroll-hero {
  position: absolute;
  left: 2px;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: none;
  height: 100%;
}

.hero-scroll-bar {
  position: relative;
  z-index: 1;
  width: 5px;
  height: 25%;
  margin-left: -2px;
  background-color: #fff;
}

.link-block {
  display: none;
  width: 68px;
  height: 68px;
  margin-top: 2em;
  margin-left: 2em;
  border-radius: 100px;
  background-color: #fff;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 54%;
  background-size: 50%;
  background-repeat: no-repeat;
  box-shadow: 3px 2px 9px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.link-block:hover {
  background-color: #66bffc;
}

.wrap-content-hero {
  position: relative;
  overflow: hidden;
  height: 270px;
  max-width: 500px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitamin {
  position: relative;
  top: -8px;
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-left: 8px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 100px;
  color: #b8117a;
  font-size: 35px;
  line-height: 32px;
}

.vitamin.d {
  padding-left: 6px;
  line-height: 37px;
}

.wrap-text-hero-vitamin {
  margin-top: 34px;
  margin-left: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}

.wrap-what-is {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: -139px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.heading-vertical {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 42px;
  font-weight: 400;
}

.wrap-heading-vertical {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 941px;
  perspective: 941px;
  -webkit-transform: perspective(863px);
  transform: perspective(863px);
}

.paragraph-footer-hero {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  font-size: 22px;
  line-height: 1.8em;
}

.wrap-image-footer-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-footer-hero.image-one {
  position: absolute;
  left: 88px;
  right: auto;
  bottom: 453.5px;
  width: 40%;
}

.image-footer-hero.image-two {
  position: absolute;
  right: auto;
  bottom: -174px;
  width: 36%;
}

.wrap-container.h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7%;
  padding-left: 7%;
  -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;
}

.wrap-container.h.space {
  padding: 13.4em 7% 5.6em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wrap-container.h.footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-container.h.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrap-container.h.o-que-e {
  padding-top: 4.3em;
}

.wrap-container.v {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrap-container.v.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 3em 7%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wrap-container.v.post {
  padding-bottom: 4.5em;
}

.heading {
  max-width: 100%;
  color: #002e69;
  font-size: 40px;
  line-height: 1.2em;
  font-weight: 400;
}

.paragraph {
  max-width: 100%;
  color: #002e69;
  font-size: 22px;
  line-height: 1.7em;
}

.paragraph.slider {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #b8117a;
  text-align: center;
}

.paragraph.footer {
  max-width: 100%;
  font-size: 18px;
  line-height: 1.5em;
}

.paragraph.credit {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 16px;
  line-height: 1.4em;
}

.paragraph.post {
  font-size: 16px;
}

.image-2 {
  margin-top: -110px;
}

.button {
  margin-top: 2em;
  padding: 24px 47px;
  border-radius: 33px;
  background-color: #b8117a;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.button:hover {
  background-color: #66bffc;
}

.button.post-blog {
  width: 80%;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 10px 25px;
  font-size: 12px;
  text-align: center;
}

.slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.heading-2 {
  color: #b8117a;
  font-size: 42px;
  line-height: 1.3em;
  font-weight: 400;
}

.heading-2.blue {
  color: #002e69;
}

.heading-2.white {
  max-width: 100%;
  margin-bottom: 1em;
  color: #fff;
  line-height: 1.2em;
}

.heading-2.footer {
  margin-top: 0px;
}

.heading-2.post {
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  font-size: 32px;
  line-height: 1.2em;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-right-arrow {
  display: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
}

.mask {
  position: static;
  overflow: visible;
  width: 100%;
}

.slider-2 {
  position: static;
  width: 20%;
  background-color: transparent;
}

.slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.slider-left-arrow {
  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: 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;
  color: #444;
}

.image-3 {
  display: none;
}

.hero-cta-footer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  /* hide the section */
  display: none;

  padding: 8em;
  -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;
  border-radius: 42px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#66bffc), to(#852f9a));
  background-image: linear-gradient(180deg, #66bffc, #852f9a);
}

.wrap-galery-ig {
  width: 450px;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: row dense;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  background-image: url('../images/background-instagram.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-ig {
  width: 100%;
}

.text-field {
  height: 53px;
  padding-right: 1.6em;
  padding-left: 1.6em;
  border-radius: 13px;
  color: #002e69;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: #002e69;
}

.text-field:-ms-input-placeholder {
  color: #002e69;
}

.text-field::-ms-input-placeholder {
  color: #002e69;
}

.text-field::placeholder {
  color: #002e69;
}

.submit-button {
  margin-top: 0.5em;
  padding: 1em 3.4em;
  border-radius: 8px;
  background-color: #b8117a;
  box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.submit-button:hover {
  background-color: #66bffc;
}

.form {
  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-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.cta-ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 76%;
  margin-top: 2.2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 22px;
  line-height: 1.7em;
  text-decoration: underline;
}

.link:hover {
  color: #66bffc;
}

.link.purple {
  color: #b8117a;
  text-decoration: none;
}

.link.purple:hover {
  color: #66bffc;
}

.link.purple.mini {
  font-size: 14px;
}

.link.blue {
  color: #002e69;
}

.link.blue:hover {
  color: #66bffc;
}

.link.blue.mini {
  margin-bottom: 0.5em;
  font-size: 18px;
  text-decoration: none;
}

.link.blue.mini:hover {
  color: #66bffc;
}

.image-5 {
  max-width: 44px;
  margin-right: 1em;
}

.form-block {
  width: 100%;
}

.wrap-blog {

  margin-top: 5.8em;
  padding: 3.2em 7% 7.5em;
  border-radius: 60px;
  background-color: #002e69;
}

.slide {
  width: 33%;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 35px;
  padding-left: 35px;
}

.wrap-slide-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #fff;
  color: #b8117a;
  font-size: 18px;
  line-height: 1.4em;
}

.paragraph-blog-post {
  max-width: 80%;
  margin-top: 20px;
  margin-bottom: 0em;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
}

.slider-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 348px;
  padding-right: 50px;
  padding-left: 50px;
  -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: transparent;
}

.left-arrow {
  width: 50px;
}

.right-arrow {
  width: 50px;
}

.span-blue {
  color: #002e69;
}

.heading-3 {
  margin-top: 0px;
  color: #b8117a;
  font-size: 22px;
  line-height: 1.4em;
}

.heading-3.post {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.heading-4 {
  color: #002e69;
}

.top-inner-page {
  position: relative;
  height: 300px;
  border-radius: 42px;
  background-color: #66bffc;
}

.top-inner-page.banner-post-01 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-inner-page.banner-post-02 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-inner-page.banner-post-03 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-inner-page.banner-post-04 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cta-instagram {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-top: auto;
  margin-bottom: auto;
  -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;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.cta-search-and-cart {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -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;
}

.cta-aearch-cart {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  height: 65px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
}

.cta-aearch-cart.btn-search {
  display: none;
}

.search {
  position: relative;
  bottom: -224px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1020px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.1);
}

.search-input {
  margin-bottom: 0px;
  border: 1px none #000;
  font-size: 32px;
  line-height: 1.2em;
}

.search-input::-webkit-input-placeholder {
  color: #ccc;
}

.search-input:-ms-input-placeholder {
  color: #ccc;
}

.search-input::-ms-input-placeholder {
  color: #ccc;
}

.search-input::placeholder {
  color: #ccc;
}

.search-button {
  padding: 16px;
  border-radius: 100px;
  background-color: #002e69;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.search-button:hover {
  background-color: #66bffc;
}

.faq-container {
  margin-top: 3em;
  margin-bottom: 60px;
}

.toggle-text {
  position: relative;
  z-index: 2;
  font-size: 31px;
  line-height: 1.2em;
}

.faq-body-cont {
  padding: 30px;
  border-top: 1px none #000;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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;
  background-color: #fff;
  color: #002e69;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq-icon {
  z-index: 2;
}

.faq-body {
  position: relative;
  display: block;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #b6b6b6;
  border-radius: 4px;
}

.modal-post {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  min-height: 100vh;
  padding: 3% 10%;
  -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: rgba(0, 0, 0, 0.54);
}

.post-01 {
  position: relative;
  display: none;
  width: 100%;
  max-height: 90%;
  max-width: 1415px;
  padding: 4% 10%;
  -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;
  border-radius: 78px;
  background-color: #fff;
}

.wrap-post-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68%;
  -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;
}

.btn-close-post {
  position: absolute;
  left: auto;
  top: 3%;
  right: 3%;
  bottom: auto;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  background-color: #b8117a;
  background-image: url('../images/icon-close.svg');
  background-position: 50% 50%;
  background-size: 36px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.btn-close-post:hover {
  background-color: #66bffc;
}

.post-02 {
  position: relative;
  display: none;
  width: 100%;
  max-height: 90%;
  max-width: 1415px;
  padding: 4% 10%;
  -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;
  border-radius: 78px;
  background-color: #fff;
}

.post-03 {
  position: relative;
  display: none;
  width: 100%;
  max-height: 90%;
  max-width: 1415px;
  padding: 4% 10%;
  -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;
  border-radius: 78px;
  background-color: #fff;
}

.post-04 {
  position: relative;
  display: none;
  width: 100%;
  max-height: 90%;
  max-width: 1415px;
  padding: 4% 10%;
  -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;
  border-radius: 78px;
  background-color: #fff;
}

.post-05 {
  position: relative;
  display: none;
  width: 100%;
  max-height: 90%;
  max-width: 1415px;
  padding: 4% 10%;
  -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;
  border-radius: 78px;
  background-color: #fff;
}

.post-06 {
  position: relative;
  display: none;
  width: 100%;
  max-height: 90%;
  max-width: 1415px;
  padding: 4% 10%;
  -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;
  border-radius: 78px;
  background-color: #fff;
}

.wrap-post {
  overflow: scroll;
}

.heading-5 {
  color: #b8117a;
  font-size: 22px;
  line-height: 1.4em;
}

.bold-text {
  font-weight: 400;
}

.link-post {
  color: #002e69;
  text-decoration: underline;
}

.link-post:hover {
  color: #66bffc;
}

.image-7 {
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-8 {
  -o-object-fit: cover;
  object-fit: cover;
}

.image-9 {
  -o-object-fit: cover;
  object-fit: cover;
}

.disclaimer {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1em;
  font-style: italic;
}

@media screen and (min-width: 1920px) {
  .hero {
    padding-bottom: 12%;
  }

  .container.h {
    margin-top: 2.5em;
  }

  .col.first-hero {
    z-index: 2;
  }

  .col.end-hero {
    top: 6%;
  }

  .col._50.squeeze {
    max-height: 740px;
  }

  .h2-hero {
    font-size: 33px;
  }

  .paragraph-cta-hero {
    font-size: 63px;
  }

  .paragraph-cta-hero.special-vitamin {
    line-height: 1.3em;
  }

  .wrap-text-hero {
    margin-top: 0px;
  }

  .link-block {
    width: 90px;
    height: 90px;
  }

  .wrap-content-hero {
    overflow: hidden;
    height: 322px;
    max-width: 700px;
  }

  .wrap-text-hero-vitamin {
    margin-top: 0px;
  }

  .wrap-what-is {
    width: 65%;
    margin-top: -45px;
    margin-bottom: 158px;
    padding-right: 4.9em;
  }

  .heading-vertical {
    font-size: 68px;
  }

  .paragraph-footer-hero {
    font-size: 32px;
    line-height: 1.7em;
  }

  .image-footer-hero.image-one {
    left: 173px;
    right: 1203px;
    bottom: 409px;
    width: 33%;
    max-width: 100%;
  }

  .image-footer-hero.image-two {
    top: 379px;
    width: 33%;
    max-width: 100%;
  }

  .wrap-container.v.slider {
    padding-top: 4.4em;
    padding-bottom: 4.4em;
  }

  .heading {
    font-size: 52px;
  }

  .paragraph {
    font-size: 26px;
  }

  .image-2 {
    width: 100%;
    max-width: none;
  }

  .button.post-blog {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }

  .heading-2 {
    font-size: 63px;
  }

  .hero-cta-footer {
    padding-bottom: 12%;
  }

  .wrap-galery-ig {
    width: 600px;
    height: 600px;
  }

  .text-field {
    height: 77px;
    font-size: 24px;
  }

  .submit-button {
    height: 73px;
    padding-right: 5em;
    padding-left: 5em;
    font-size: 21px;
  }

  .link {
    font-size: 32px;
  }

  .link.purple {
    font-size: 32px;
  }

  .link.purple.mini {
    font-size: 18px;
  }

  .link.blue {
    font-size: 32px;
  }

  .image-5 {
    max-width: 63px;
  }

  .paragraph-blog-post {
    font-size: 27px;
    line-height: 1.4em;
  }

  .slider-3 {
    min-height: 520px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .disclaimer {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding-top: 1em;
    padding-bottom: 1em;
    background-color: #002e69;
    color: #fff;
  }

  .hero {
    padding-right: 0%;
  }

  .container.h {
    height: auto;
    margin-top: 2em;
  }

  .container.h.footer-hero {
    height: 700px;
    margin-top: -181px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col.end-hero {
    width: 52%;
    background-position: 50% 50%;
  }

  .col._50.squeeze {
    width: 100%;
  }

  .col._25 {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .h2-hero {
    font-size: 18px;
  }

  .paragraph-cta-hero {
    font-size: 33px;
  }

  .paragraph-cta-hero.special-vitamin {
    font-size: 24px;
    line-height: 2.8em;
  }

  .image {
    margin-bottom: 51%;
    margin-left: 0px;
  }

  .vitamin {
    top: 1px;
  }

  .wrap-what-is {
    position: relative;
    top: -212px;
    width: 80%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-vertical {
    margin-left: -166px;
    font-size: 35px;
    line-height: 1.2em;
  }

  .wrap-heading-vertical {
    width: 50px;
  }

  .paragraph-footer-hero {
    padding-right: 67px;
    padding-left: 67px;
    font-size: 18px;
  }

  .image-footer-hero.image-one {
    left: auto;
    top: -38.031px;
    right: -53px;
    bottom: auto;
    width: 30%;
  }

  .image-footer-hero.image-two {
    left: -80px;
    top: auto;
    right: auto;
    bottom: -106px;
    width: 33%;
  }

  .wrap-container.h.footer {
    -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;
  }

  .heading {
    font-size: 33px;
    line-height: 1.2em;
  }

  .paragraph {
    font-size: 18px;
  }

  .paragraph.post {
    font-size: 14px;
  }

  .heading-2.post {
    font-size: 20px;
  }

  .slider-right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-2 {
    width: 100%;
  }

  .image-3 {
    display: block;
  }

  .hero-cta-footer {
    padding-right: 4em;
    padding-left: 4em;
    -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;
  }

  .slide {
    width: 50%;
  }

  .menu-button.w--open {
    background-color: #002e69;
  }

  .search {
    max-width: 90%;
  }

  .faq-container {
    width: 100%;
    min-width: 0px;
  }

  .faq {
    height: auto;
  }

  .post-01 {
    border-radius: 40px;
  }

  .btn-close-post {
    top: 4%;
    right: 4%;
    width: 42px;
    height: 42px;
    background-size: 20px;
  }

  .post-02 {
    border-radius: 40px;
  }

  .post-03 {
    border-radius: 40px;
  }

  .post-04 {
    border-radius: 40px;
  }

  .post-05 {
    border-radius: 40px;
  }

  .post-06 {
    border-radius: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-top: 0%;
  }

  .section.footer {
    padding-top: 4em;
  }

  .section.busca {
    padding-top: 4.4em;
  }

  .container.h {
    margin-top: 0em;
    padding-top: 2.8em;
  }

  .col.first-hero {
    width: 50%;
  }

  .col.end-hero {
    width: 50%;
    background-size: auto 69%;
  }

  .h2-hero {
    font-size: 16px;
  }

  .paragraph-cta-hero {
    font-size: 26px;
  }

  .paragraph-cta-hero.special-vitamin {
    font-size: 26px;
    line-height: 2em;
  }

  .wrap-content-hero {
    overflow: hidden;
    height: 255px;
  }

  .vitamin {
    top: -6px;
    width: 25px;
    height: 25px;
    padding-left: 4px;
    border-width: 2px;
    font-size: 16px;
    line-height: 16px;
  }

  .vitamin.d {
    padding-left: 4px;
    line-height: 16px;
  }

  .wrap-text-hero-vitamin {
    margin-top: 0px;
  }

  .wrap-what-is {
    top: 0px;
    margin-top: 0px;
  }

  .paragraph-footer-hero {
    font-size: 16px;
  }

  .image-footer-hero.image-two {
    left: -108px;
    bottom: -8px;
  }

  .wrap-container.v.slider {
    padding-right: 0%;
    padding-left: 0%;
  }

  .heading {
    font-size: 23px;
  }

  .paragraph {
    font-size: 16px;
  }

  .paragraph.credit {
    font-size: 12px;
    text-align: center;
  }

  .paragraph.post {
    font-size: 10px;
  }

  .slider-right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .slider-2 {
    width: 100%;
  }

  .cta-ig {
    width: 100%;
  }

  .image-5 {
    max-width: 36px;
  }

  .slide {
    width: 100%;
  }

  .heading-3.post {
    font-size: 18px;
  }

  .search {
    bottom: -83px;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }

  .search-input {
    font-size: 20px;
  }

  .search-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }

  .toggle-text {
    font-size: 18px;
    line-height: 1.3em;
  }

  .faq-icon {
    width: 32px;
  }

  .image-6 {
    width: 36px;
  }

  .disclaimer {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-right: 4%;
    padding-bottom: 29%;
  }

  .section {
    overflow: hidden;
    padding-right: 6px;
    padding-left: 6px;
  }

  .section.space {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section.footer {
    padding-top: 2em;
    padding-bottom: 0em;
  }

  .section.busca {
    padding-top: 0em;
    padding-right: 1em;
    padding-left: 1em;
  }

  .container.h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .container.h.footer-hero {
    top: 0px;
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
  }

  .col.first-hero {
    width: 100%;
    margin-bottom: 36px;
  }

  .col.end-hero {
    width: 100%;
    margin-bottom: -98px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: linear-gradient(180deg, transparent, transparent);
  }

  .col._50 {
    width: 100%;
  }

  .col._40 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
  }

  .wrap-content-hero {
    overflow: hidden;
    height: 200px;
  }

  .vitamin {
    padding-top: 4px;
  }

  .wrap-text-hero-vitamin {
    margin-top: 47px;
  }

  .wrap-what-is {
    width: 100%;
  }

  .heading-vertical {
    margin-left: -148px;
  }

  .paragraph-footer-hero {
    line-height: 1.6em;
  }

  .image-footer-hero.image-one {
    left: auto;
    top: -70px;
    right: -60px;
    bottom: auto;
    width: 50%;
  }

  .image-footer-hero.image-two {
    left: -58px;
    bottom: 83px;
    width: 50%;
  }

  .wrap-container.h {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .wrap-container.h.space {
    padding-top: 3.6em;
    padding-bottom: 3.6em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrap-container.h.o-que-e {
    padding-top: 1em;
  }

  .wrap-container.v.post {
    padding-top: 1.5em;
  }

  .image-2 {
    margin-top: 0px;
    margin-bottom: 28px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .heading-2.white {
    font-size: 32px;
  }

  .slider-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slider-right-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
  }

  .slider-2 {
    width: 100%;
  }

  .slider-left-arrow {
    width: 32px;
  }

  .hero-cta-footer {
    padding: 3em 1em;
  }

  .wrap-galery-ig {
    width: 280px;
    height: 280px;
  }

  .link {
    font-size: 15px;
  }

  .image-5 {
    max-width: 32px;
  }

  .wrap-blog {
    border-radius: 30px;
  }

  .slide {
    padding-right: 3px;
    padding-left: 3px;
  }

  .wrap-slide-blog {
    width: 100%;
  }

  .slider-3 {
    width: 100%;
  }

  .left-arrow {
    width: 32px;
  }

  .right-arrow {
    width: 32px;
  }

  .top-inner-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    -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;
  }

  .cta-instagram {
    display: none;
  }

  .cta-search-and-cart {
    display: none;
  }

  .search {
    bottom: 0px;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }

  .search-input {
    font-size: 14px;
  }

  .toggle-text.especial {
    font-size: 14px;
  }

  .post-01 {
    border-radius: 20px;
  }

  .btn-close-post {
    top: 2%;
    right: 2%;
  }

  .post-02 {
    border-radius: 20px;
  }

  .post-03 {
    border-radius: 20px;
  }

  .post-04 {
    border-radius: 20px;
  }

  .post-05 {
    border-radius: 20px;
  }

  .post-06 {
    border-radius: 20px;
  }

  .disclaimer {
    font-size: 10px;
  }
}

@font-face {
  font-family: 'Helveticaneueltpro mdex';
  src: url('../fonts/HelveticaNeueLTPro-MdEx.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTPro-MdEx.woff') format('woff'), url('../fonts/HelveticaNeueLTPro-MdEx.ttf') format('truetype'), url('../fonts/HelveticaNeueLTPro-MdEx.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}