.div-block {
  width: 100%;
  max-width: 1600px;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  -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: 0px;
}

.nav__container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 104px;
  max-width: 1600px;
  padding-right: 3vw;
  padding-left: 3vw;
  -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;
}

.nav__logo {
  width: 80px;
  height: auto;
}

.nav__menuwrapper {
  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;
}

.menu {
  background-color: transparent;
}

.menu__nav {
  font-size: 22px;
}

.menu__link {
  width: auto;
  margin-right: 40px;
  padding: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 22px;
  line-height: 26px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
}

.menu__link:hover {
  font-family: Ogg, Georgia, sans-serif;
  font-style: normal;
  text-transform: uppercase;
}

.menu__link.w--current {
  font-family: Ogg, Georgia, sans-serif;
  color: #201f1a;
  font-weight: 500;
}

.switch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94px;
  height: 42px;
  -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-style: solid;
  border-width: 2px 2px 2px 0px;
  border-color: #a19d97;
  border-radius: 8px;
  line-height: 20px;
}

.switch.switch-gray {
  border-style: none;
  border-color: #a19d97;
}

.switch.switch-en-on {
  border-right-width: 0px;
  border-left-width: 2px;
}

.switch__link {
  display: block;
  padding: 8px 12px;
  border: 1.5px none #000;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-family: 'Sf pro display', sans-serif;
  color: #a19d97;
  font-size: 22px;
  line-height: 26px;
  font-style: normal;
  text-decoration: none;
}

.switch__link.link-en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47px;
  height: 42px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-color: #a19d97;
  line-height: 30px;
  text-align: center;
}

.switch__link.link-pt {
  width: 47px;
  height: 42px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
  border-radius: 8px;
  color: #000;
  line-height: 39px;
  text-align: center;
}

.switch__link.link-pt.w--current {
  display: block;
  width: 47px;
  height: 42px;
  padding: 5px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-width: 2px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #000;
  line-height: 29px;
  text-align: center;
}

.switch__link.link-pt-off {
  width: 47px;
  height: 42px;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 0px solid #a19d97;
  border-radius: 8px 0px 0px 8px;
  line-height: 43px;
  text-align: center;
}

.switch__link.link-pt-off.w--current {
  border-style: solid;
  border-width: 2px 0px 2px 2px;
  border-color: #a19d97;
  border-radius: 8px 0px 0px 8px;
}

.switch__link.link-en-on {
  width: 47px;
  height: 42px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 2px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #070707;
  line-height: 24px;
  text-align: center;
}

.switch__link.link-en-on.w--current {
  width: 47px;
  height: 42px;
  padding: 0px;
  line-height: 38px;
  text-align: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  -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-image: url('../images/hero__bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.body {
  background-color: #fffdfb;
}

.image {
  overflow: hidden;
  width: 55%;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.valueprop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.valueprop__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 990px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.valueprop__title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.valueprop__text {
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.slider {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
  padding: 80px 6vw;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f8f8f6;
}

.valueprop2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.valuprop2__container {
  width: 100%;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.valueprop2__title {
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.valueprop2__text {
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.valueprop__link {
  display: block;
  margin-top: 24px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.valueprop__link:hover {
  font-family: 'Sf pro display', sans-serif;
  color: #a19d97;
  font-style: normal;
}

.valueprop3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 240px;
  -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-image: url('../images/floresta-amazonica-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.valueprop3__title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.valueprop3__text {
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  text-transform: none;
}

.valueprop3__link {
  display: block;
  margin-top: 24px;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.valuprop3__container {
  width: 100%;
  max-width: 800px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.cuidados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cuidados__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cuidados__grouptext {
  max-width: 657px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.heading.cuidados__title {
  margin-bottom: 20px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

.text-block {
  width: 90%;
  font-family: 'Sf pro display', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.cuidados__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 32px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.aliados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 216px;
  padding-bottom: 216px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/aliados__bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.aliados__container {
  max-width: 789px;
}

.aliados__text {
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.aliados__title {
  margin-top: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.aliados__subtitle {
  padding-top: 24px;
  padding-bottom: 56px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.parceiros {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.parceiros__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  -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;
  grid-column-gap: 20px;
}

.parceiros__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: stretch;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  -o-object-fit: fill;
  object-fit: fill;
}

.parceiros__item {
  width: 11%;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
  object-fit: contain;
}

.parceiros__item.icon-small {
  width: 9%;
}

.parceiros__title {
  margin-bottom: 40px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #201f1a;
}

.footer__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__nav {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  align-self: flex-start;
  grid-row-gap: 3px;
}

.footer__title {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer__link {
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
}

.footer__link:hover {
  font-family: Ogg, Georgia, sans-serif;
}

.aliado__text--italic {
  font-family: Ogg, Georgia, sans-serif;
  font-style: italic;
}

.slider__container {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  max-width: 1600px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider__slide1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  min-height: 85vh;
  padding-right: 0%;
  padding-left: 0%;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: 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-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.slider__productname {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}

.slider__productype {
  margin-bottom: 16px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.slider__description {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.slider__logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.slider__item {
  width: 70px;
  height: 70px;
}

.slider__logo {
  max-width: 96%;
}

.slider__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 61px;
  max-height: 64px;
  max-width: 552px;
  margin-top: 24px;
  padding-right: 32px;
  padding-left: 32px;
  -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;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #201f1a;
  cursor: pointer;
}

.slider__buttontext {
  font-family: 'Sf pro display', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-decoration: none;
}

.slider__imgprincipal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-2 {
  width: auto;
  height: auto;
  max-height: 80vh;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-2.soap-img {
  width: 350px;
}

.slider__pagination {
  position: absolute;
  left: auto;
  top: 20px;
  right: 0%;
  bottom: 20px;
  background-color: #000;
}

.div-block-2 {
  position: absolute;
  background-color: #000;
}

.slider__column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 49%;
  -ms-flex: 0 49%;
  flex: 0 49%;
}

.slider__column3 {
  position: absolute;
  right: 0px;
  display: block;
  min-height: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 10%;
  -ms-flex: 0 10%;
  flex: 0 10%;
}

.slider__counter {
  font-family: 'Sf pro display', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: right;
}

.slider__nav {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  -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;
  align-self: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.slider__arrowp {
  width: 48px;
  height: 48px;
}

.slider__arrown {
  width: 48px;
  height: 48px;
}

.slider-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: auto;
  -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;
  background-color: transparent;
}

.slide-nav {
  display: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 6%;
  bottom: 0%;
  z-index: 100;
  width: 47px;
  height: 47px;
  border-radius: 32px;
  background-color: #f8f8f6;
  background-image: url('../images/arrow__prev.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
}

.left-arrow:hover {
  background-image: url('../images/arrow-prev-hover.svg');
}

.right-arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 47px;
  height: 47px;
  border-radius: 32px;
  background-color: #f8f8f6;
  background-image: url('../images/arrow-next-reg.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: right;
}

.right-arrow:hover {
  background-image: url('../images/arrow__next.svg');
}

.heroabout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 80vh;
  padding: 150px 6vw 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/hero-about-bg1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heroabout__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-right: 0%;
  padding-left: 0%;
  -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;
}

.heroabout__title {
  max-width: 900px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 56px;
  line-height: 62px;
  font-weight: 500;
  text-align: center;
}

.heroabout__breadcrumbs {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 90px;
  padding-left: 0%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

.heroabout__breadcrumbs.bread-mobile {
  display: none;
}

.heroabout__text {
  max-width: 900px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.heroabout__breadcrumb-gray {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: 'Sf pro display', sans-serif;
  color: #56554e;
  text-align: left;
}

.nossoprojeto {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nossoprojeto__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-width: 1600px;
  min-width: 0px;
  padding: 0px 0vw;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.ti35__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: auto;
  max-width: none;
  padding: 40px 5vw 40px 6vw;
  -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;
}

.ti35__info.ti35-texts {
  padding-bottom: 32px;
}

.nossoprojeto__tittle {
  margin-bottom: 24px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.nossoprojeto__text {
  margin-bottom: 24px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 24px;
  line-height: 32px;
}

.nossoprojeto__bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50%;
  background-image: url('../images/nosso__projeto__bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.refi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.refi__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  min-width: 0px;
  padding-top: 0px;
  padding-right: 0vw;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eceae7;
}

.refi__info {
  width: 50vw;
  padding: 60px 6vw 60px 5vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #eceae7;
}

.refi__tittle {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.refi__text {
  margin-bottom: 24px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 24px;
  line-height: 32px;
}

.refi__bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 50%;
  margin-right: 0px;
  background-image: url('../images/re__fi__bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.refi__link {
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 24px;
  line-height: 32px;
  text-decoration: underline;
}

.refi__link:hover {
  color: #a19d97;
}

.ti35 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ti35__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  max-width: none;
  min-height: auto;
  min-width: 0px;
  padding: 80px 0vw 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(161, 157, 151, 0.2);
}

.ti35__title {
  margin-bottom: 8px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.ti35__text {
  margin-bottom: 24px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 24px;
  line-height: 32px;
}

.ti35__bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50vw;
  background-image: url('../images/ti35-face.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ti35__title2 {
  margin-top: 8px;
  margin-bottom: 16px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 56px;
  line-height: 66px;
  font-weight: 500;
}

.ti35__title--gray {
  color: #56554e;
}

.beneficios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 6vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-3 {
  width: 100%;
  max-width: 1600px;
  padding-right: 0px;
}

.beneficios__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.beneficios__columna {
  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-flex: 0;
  -webkit-flex: 0 44vw;
  -ms-flex: 0 44vw;
  flex: 0 44vw;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.beneficios__columna.columna2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-basis: 48vw;
  -ms-flex-preferred-size: 48vw;
  flex-basis: 48vw;
}

.beneficios__title {
  margin-top: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}

.beneficios__item {
  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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.beneficios__text {
  font-size: 22px;
  line-height: 26px;
}

.bioativos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/bioativos.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.bioativos__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  padding: 80px 6vw;
  -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;
}

.bioativos__title {
  margin-bottom: 48px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.list {
  font-size: 40px;
}

.bioativos__listado {
  display: -ms-grid;
  display: grid;
  width: 70vw;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 32px;
  -ms-grid-columns: auto auto minmax(auto, auto);
  grid-template-columns: auto auto minmax(auto, auto);
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.bioativos__itemcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

.bioativos__img {
  border: 1px solid #000;
  border-radius: 20px;
}

.bioativos__text {
  display: inline-block;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.div-block-4 {
  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;
  align-self: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.bioativos__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 8px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  background-color: hsla(30, 0%, 100%, 0.39);
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.ingrediente {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.ingrediente__container {
  width: 100%;
  max-width: 800px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.ingrediente__title {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
  text-align: center;
}

.ingrediente__text {
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.imagen {
  width: 100%;
  height: 70vh;
  max-height: 860px;
  background-image: url('../images/ingredientes.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.manifesto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-right: 6vw;
  padding-left: 6vw;
  -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-image: url('../images/manifesto__bg.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.container {
  max-width: 1600px;
}

.manifesto__container {
  width: 100%;
  max-width: 1600px;
  padding: 80px 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.manifesto__breadcrumbs {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 40px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

.manifesto__breadcrumbs--gray {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: 'Sf pro display', sans-serif;
  color: #56554e;
  font-size: 32px;
  text-align: left;
}

.manifesto__text {
  max-width: 1200px;
  margin-bottom: 40px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 24px;
  line-height: 32px;
}

.manifesto__text.manifesto__text--italic {
  margin-bottom: 24px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-style: italic;
}

.manifesto__text.manifesto__text--gray {
  color: #56554e;
}

.manifesto__bajada {
  max-width: 700px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 19px;
  line-height: 26px;
  text-transform: uppercase;
}

.manifesto__logo {
  width: 500px;
  margin-top: -70px;
  margin-bottom: -63px;
  margin-left: -76px;
}

.manifesto__text--fontstyle {
  font-family: Ogg, Georgia, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.body-2 {
  background-color: #fffdfb;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  -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-image: url('../images/contact__bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contact__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.text-block-2 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.contact__title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.contact__text {
  font-family: 'Sf pro display', sans-serif;
  color: #201f1a;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  text-align: center;
}

.contact__text.contact__text--first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-weight: 400;
}

.contact__text.contact_text--blockcaps {
  color: #56554e;
  text-transform: uppercase;
}

.contact__text--italic {
  font-family: Ogg, Georgia, sans-serif;
  font-style: italic;
}

.redes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  align-self: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.redes__imagen {
  width: 41px;
  max-width: 100%;
}

.redes__imagen:hover {
  -webkit-filter: invert(48%);
  filter: invert(48%);
}

.contact__aliado {
  color: #201f1a;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
}

.contact__aliado.contact__text--first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.contact__aliado.contact_text--blockcaps {
  color: #56554e;
  text-transform: uppercase;
}

.contact__aliado.contact__text--blockcaps {
  font-family: 'Sf pro display', sans-serif;
  color: #56554e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
}

.slide-nav-2 {
  display: none;
}

.slider-3 {
  display: none;
}

.mask {
  overflow: hidden;
  height: auto;
  max-height: none;
  min-height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-3 {
  display: none;
}

.image-4 {
  display: none;
}

.image-5:hover {
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
}

.text-span-2 {
  color: #56554e;
}

.text-span-3 {
  color: #56554e;
}

.text-span-4 {
  color: #56554e;
}

.image-6 {
  width: 34%;
  max-width: 100%;
}

.image-6.logo-foot {
  display: none;
  overflow: visible;
}

.text-block-3 {
  width: 100%;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Sf pro display', sans-serif;
  color: #a19d97;
  font-size: 20px;
  font-weight: 300;
}

.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;
  background-image: url('../images/back404.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.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;
}

.text-block-4 {
  font-family: 'Sf pro display', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

.text-block-5 {
  font-family: 'Sf pro display', sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.text-span-5 {
  padding-left: 0px;
}

.text-span-6 {
  margin-left: 0px;
  padding-left: 0px;
  direction: ltr;
  letter-spacing: normal;
  text-indent: 26px;
  -webkit-column-count: 1;
  column-count: 1;
  white-space: normal;
}

.text-span-6.texto-lista {
  padding-left: 0px;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  text-indent: 0px;
}

.slide {
  height: auto;
  max-height: none;
  min-height: auto;
  margin-right: 10px;
}

.list-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 40px;
  font-family: 'Sf pro display', sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.navbar {
  position: relative;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: #fffdfb;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1600px;
  margin-right: 0px;
  margin-left: 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;
}

.navbar-2 {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffdfb;
}

.div-block-6 {
  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;
}

.navbar__container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 6vw;
  -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;
}

.list-item {
  font-size: 20px;
  line-height: 26px;
}

.text-span-9 {
  font-size: 20px;
  line-height: 26px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 61px;
  margin-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  background-color: #a19d97;
}

.div-block-7:hover {
  background-color: #56554e;
}

.div-block-8 {
  display: none;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 50px;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.div-block-10 {
  height: 80px;
}

.navbar-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.navbar-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.bold-text {
  font-weight: 500;
}

.navbar-6 {
  background-color: transparent;
}

.navbar-7 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: #fff;
}

.text-span-10 {
  color: #56554e;
  font-weight: 400;
}

.text-span-11 {
  color: #56554e;
  font-weight: 400;
}

.text-span-12 {
  color: #56554e;
  font-weight: 400;
}

.text-span-13 {
  color: #56554e;
  font-weight: 400;
}

.text-span-14 {
  color: #56554e;
  font-weight: 400;
}

.text-span-15 {
  color: #56554e;
  font-weight: 400;
}

.text-span-16 {
  color: #56554e;
  font-weight: 400;
}

.text-span-17 {
  color: #56554e;
  font-weight: 400;
}

.text-span-18 {
  color: #56554e;
  font-weight: 400;
}

.text-span-19 {
  color: #56554e;
  font-weight: 400;
}

.text-span-20 {
  color: #56554e;
  font-weight: 400;
}

.text-span-21 {
  color: #56554e;
  font-size: 24px;
  font-weight: 400;
}

.text-span-22 {
  color: #56554e;
  font-weight: 400;
}

.text-span-23 {
  color: #56554e;
  font-weight: 400;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 62%;
  -ms-flex: 0 62%;
  flex: 0 62%;
  grid-row-gap: 0px;
}

.div-block-12 {
  width: 1.2px;
  height: 90px;
  background-color: #000;
}

.slide-2 {
  height: auto;
  min-height: auto;
  margin-right: 10px;
}

.slide-3 {
  min-height: auto;
  margin-right: 10px;
}

.slide-4 {
  min-height: auto;
  margin-right: 10px;
}

.slide-5 {
  min-height: auto;
  margin-right: 10px;
}

.slide-6 {
  min-height: auto;
  margin-right: 10px;
}

.slide-7 {
  min-height: auto;
  margin-right: 10px;
}

.link-block-2 {
  height: auto;
}

.link-block-2.w--current {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-span-24 {
  font-size: 20px;
  line-height: 26px;
}

.slide-8 {
  margin-right: 10px;
}

.slide-9 {
  margin-right: 10px;
}

.bold-text-2 {
  font-weight: 400;
}

.bold-text-3 {
  font-weight: 500;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 500;
}

.div-block-13 {
  display: none;
}

.slide-10 {
  margin-right: 10px;
}

.slide-11 {
  margin-right: 10px;
}

.slide-12 {
  margin-right: 10px;
}

.slide-13 {
  margin-right: 10px;
}

.italic-text {
  font-size: 24px;
  line-height: 32px;
}

.text-span-25 {
  font-weight: 500;
}

.text-span-26 {
  font-size: 20px;
  line-height: 26px;
}

.text-span-27 {
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .nav__container {
    width: 100vw;
    max-width: none;
  }

  .switch__link.link-pt.w--current {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    line-height: 28px;
  }

  .valueprop__container {
    max-width: 990px;
  }

  .valueprop__title {
    width: 100%;
  }

  .slider {
    min-height: auto;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .valuprop3__container {
    max-width: 800px;
  }

  .cuidados {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .cuidados__container {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .text-block {
    font-size: 24px;
  }

  .cuidados__logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 32px;
  }

  .aliados {
    padding-top: 216px;
    padding-bottom: 216px;
  }

  .aliados__title {
    margin-top: 0px;
  }

  .parceiros {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .parceiros__container {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .parceiros__logos {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .parceiros__item.icon-small {
    width: 11%;
  }

  .footer {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .footer__container {
    max-width: 1600px;
  }

  .slider__slide1 {
    height: auto;
    max-height: none;
    min-height: auto;
  }

  .slider__column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-height: none;
    min-height: 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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }

  .slider__productname {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 26px;
  }

  .slider__productype {
    margin-bottom: 16px;
    font-weight: 500;
  }

  .slider__description {
    padding-left: 0px;
    font-size: 22px;
    line-height: 29px;
  }

  .slider__logos {
    padding-top: 0px;
    grid-row-gap: 0px;
  }

  .slider__cta {
    margin-top: 32px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Sf pro display', sans-serif;
  }

  .slider__cta:hover {
    background-color: #56554e;
  }

  .slider__imgprincipal {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-2 {
    width: 100%;
    height: 100%;
    max-height: 75vh;
  }

  .slider__column2 {
    height: auto;
    min-height: 75vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-basis: 59%;
    -ms-flex-preferred-size: 59%;
    flex-basis: 59%;
  }

  .slider__column3 {
    position: absolute;
    right: 0px;
    min-height: auto;
  }

  .slider__counter {
    font-family: 'Sf pro display', sans-serif;
    font-size: 24px;
    font-weight: 500;
  }

  .slider-2 {
    max-width: 1600px;
    min-height: auto;
  }

  .left-arrow {
    right: 5%;
  }

  .right-arrow {
    position: absolute;
  }

  .heroabout {
    background-image: url('../images/hero-about-bg1.jpg');
  }

  .nossoprojeto__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ti35__info {
    display: block;
    width: 50%;
    padding-top: 48px;
    padding-bottom: 48px;
    clear: none;
  }

  .ti35__info.ti35-texts {
    padding-top: 32px;
  }

  .nossoprojeto__bg {
    width: 50%;
  }

  .refi {
    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-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;
    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;
    grid-template-rows: auto auto;
    background-color: #eceae7;
  }

  .refi__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
    background-color: #eceae7;
  }

  .refi__info {
    display: block;
    overflow: visible;
    width: 50%;
    max-width: none;
    min-width: auto;
    padding-top: 48px;
    padding-bottom: 48px;
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .refi__bg {
    display: block;
    min-width: auto;
    -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;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .ti35 {
    padding-top: 80px;
    background-color: rgba(161, 157, 151, 0.2);
  }

  .ti35__container {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .ti35__bg {
    background-image: url('../images/ti35-face.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .beneficios__container {
    max-width: none;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .beneficios__columna {
    -webkit-flex-basis: 42vw;
    -ms-flex-preferred-size: 42vw;
    flex-basis: 42vw;
  }

  .bioativos__container {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .bioativos__listado {
    width: 70vw;
    grid-column-gap: 40px;
    grid-row-gap: 24px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }

  .imagen {
    height: 70vh;
  }

  .manifesto {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .manifesto__container {
    max-width: none;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .manifesto__text.manifesto__text--italic {
    font-size: 24px;
    line-height: 32px;
  }

  .contact__text {
    font-size: 32px;
    font-weight: 400;
  }

  .contact__text.contact__text--first {
    font-size: 32px;
    line-height: 40px;
  }

  .icon-2 {
    color: hsla(0, 0%, 100%, 0);
  }

  .icon-3 {
    color: hsla(0, 0%, 100%, 0);
  }

  .slide-nav-2 {
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
    color: rgba(51, 51, 51, 0);
  }

  .text-span {
    padding-left: 0px;
    text-indent: 6px;
    -webkit-column-count: auto;
    column-count: auto;
    white-space: normal;
  }

  .mask {
    height: auto;
    min-height: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .text-block-3 {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .utility-page-wrap {
    height: 90vh;
    background-image: url('../images/back404.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-block-4 {
    font-family: 'Sf pro display', sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .text-block-5 {
    font-family: 'Sf pro display', sans-serif;
    font-size: 32px;
  }

  .text-span-6.texto-lista {
    font-size: 22px;
    line-height: 29px;
  }

  .slide {
    height: auto;
    min-height: auto;
  }

  .list-2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 29px;
  }

  .navbar-2 {
    position: fixed;
  }

  .navbar__container {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 200;
    width: 100%;
    max-width: none;
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .list-item {
    font-size: 22px;
    line-height: 29px;
  }

  .list-item-2 {
    font-size: 22px;
    line-height: 29px;
  }

  .text-span-9 {
    font-size: 22px;
    line-height: 29px;
  }

  .list-item-3 {
    font-size: 22px;
    line-height: 29px;
  }

  .div-block-7 {
    width: 100%;
    max-width: none;
  }

  .navbar-4 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .navbar-5 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-6 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .navbar-7 {
    background-color: transparent;
  }

  .div-block-12 {
    width: 1px;
  }

  .text-span-24 {
    font-size: 22px;
    line-height: 29px;
  }

  .slide-8 {
    min-height: auto;
  }

  .slide-9 {
    min-height: auto;
  }

  .text-span-26 {
    font-size: 22px;
    line-height: 29px;
  }

  .text-span-27 {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    height: 70vh;
    padding-top: 0px;
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    width: 60%;
    height: auto;
  }

  .valueprop__container {
    max-width: 600px;
  }

  .slider {
    height: auto;
    max-height: none;
    padding-top: 72px;
    padding-right: 3vw;
    padding-bottom: 72px;
  }

  .valueprop2 {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .valueprop3 {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .cuidados__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cuidados__grouptext {
    display: block;
    width: auto;
    max-width: none;
    clear: none;
  }

  .heading.cuidados__title {
    width: auto;
  }

  .aliados {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .parceiros {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .parceiros__logos {
    grid-column-gap: 51px;
    grid-row-gap: 30px;
  }

  .parceiros__item {
    width: 19%;
  }

  .parceiros__item.icon-small {
    width: 20%;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer__container {
    padding-right: 3vw;
    padding-left: 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer__nav {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    grid-row-gap: 0px;
  }

  .slider__slide1 {
    -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;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .slider__column {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 3 20vw;
    -ms-flex: 0 3 20vw;
    flex: 0 3 20vw;
  }

  .slider__productname {
    font-size: 20px;
    line-height: 24px;
  }

  .slider__productype {
    font-size: 32px;
    line-height: 42px;
  }

  .slider__description {
    font-size: 21px;
    line-height: 28px;
  }

  .slider__logos {
    grid-column-gap: 10px;
  }

  .slider__logo {
    width: 84%;
  }

  .slider__cta {
    max-width: 546px;
    margin-top: 5px;
  }

  .slider__buttontext {
    font-size: 20px;
  }

  .slider__imgprincipal {
    width: 70%;
    height: auto;
  }

  .image-2 {
    display: block;
    width: 100%;
    height: auto;
  }

  .slider__column2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 45%;
    -ms-flex: 0 45%;
    flex: 0 45%;
  }

  .slider__column3 {
    display: block;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 12%;
    -ms-flex: 0 12%;
    flex: 0 12%;
  }

  .slider__counter {
    font-size: 20px;
  }

  .slider-2 {
    height: auto;
  }

  .left-arrow {
    right: 8%;
    bottom: 0%;
  }

  .right-arrow {
    right: 0%;
    bottom: 0%;
  }

  .heroabout {
    height: 80vh;
    padding-bottom: 80px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .heroabout__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    grid-template-rows: auto auto;
  }

  .heroabout__title {
    font-size: 48px;
    line-height: 56px;
  }

  .heroabout__breadcrumbs {
    font-size: 30px;
    line-height: 38px;
  }

  .nossoprojeto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nossoprojeto__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0vw 0px;
    -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-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-flow: column;
    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;
    grid-template-rows: auto auto;
  }

  .ti35__info {
    width: 100%;
    padding-right: 5vw;
    padding-bottom: 40px;
    padding-left: 5vw;
  }

  .nossoprojeto__bg {
    position: relative;
    display: block;
    width: 100vw;
    height: 500px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-image: url('../images/image-mobile.jpg');
  }

  .refi__container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .refi__info {
    width: 100%;
    padding-top: 40px;
  }

  .refi__tittle {
    margin-top: 0px;
  }

  .refi__bg {
    position: relative;
    display: none;
    width: auto;
    height: 500px;
    margin-top: 40px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .ti35__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ti35__bg {
    position: relative;
    width: auto;
    height: 500px;
  }

  .beneficios {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .beneficios__container {
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .beneficios__columna {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 12vw;
    -ms-flex-preferred-size: 12vw;
    flex-basis: 12vw;
  }

  .beneficios__columna.columna2 {
    grid-column-gap: 24px;
  }

  .beneficios__title {
    margin-bottom: 0px;
  }

  .bioativos__container {
    padding: 80px 6vw;
  }

  .bioativos__title {
    margin-top: 0px;
  }

  .bioativos__listado {
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr auto minmax(auto, auto);
    grid-template-columns: 1fr auto minmax(auto, auto);
  }

  .bioativos__img {
    width: 18%;
    height: auto;
    max-width: 100%;
  }

  .bioativos__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .bioativos__item {
    padding-right: 8px;
    grid-column-gap: 10px;
  }

  .ingrediente__container {
    padding: 80px 3vw;
  }

  .imagen {
    height: 50vh;
  }

  .manifesto__container {
    max-width: none;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .manifesto__text {
    font-size: 24px;
    line-height: 32px;
  }

  .manifesto__text.manifesto__text--italic {
    font-size: 24px;
    line-height: 32px;
  }

  .manifesto__bajada {
    font-size: 20px;
  }

  .manifesto__logo {
    margin-bottom: -97px;
    margin-left: -111px;
  }

  .contact {
    background-size: cover;
  }

  .contact__container {
    grid-row-gap: 13px;
  }

  .mask {
    padding-bottom: 0px;
  }

  .image-6 {
    display: none;
    width: 46%;
    margin-top: 20px;
  }

  .image-6.logo-foot {
    display: block;
  }

  .text-block-3 {
    margin-top: 32px;
    font-family: 'Sf pro display', sans-serif;
    color: #a19d97;
    font-weight: 300;
  }

  .text-block-4 {
    margin-bottom: 16px;
  }

  .text-block-5 {
    margin-bottom: 16px;
  }

  .text-span-6.texto-lista {
    font-size: 21px;
  }

  .list-2 {
    font-size: 21px;
    line-height: 28px;
  }

  .navbar__container {
    -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;
  }

  .menu-button {
    margin-left: 16px;
    padding: 8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    line-height: 0px;
  }

  .icon-4 {
    font-size: 44px;
  }

  .div-block-7 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 767px) {
  .menu__nav {
    position: relative;
    background-color: #fff;
  }

  .menu__link {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu__button.w--open {
    background-color: #fff;
  }

  .hero {
    height: 100vh;
  }

  .image {
    width: 54%;
  }

  .valueprop {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .valueprop__container {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0px;
  }

  .valueprop__title {
    font-size: 40px;
    line-height: 50px;
  }

  .valueprop__text {
    font-size: 20px;
  }

  .slider {
    min-height: auto;
    padding: 48px 6vw;
  }

  .valuprop2__container {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .valueprop2__title {
    font-size: 40px;
    line-height: 50px;
  }

  .valueprop2__text {
    font-size: 24px;
    line-height: 32px;
  }

  .valueprop__link {
    font-size: 24px;
    line-height: 32px;
  }

  .valueprop3 {
    padding: 120px 6vw;
  }

  .valueprop3__title {
    font-size: 40px;
    line-height: 50px;
  }

  .valueprop3__text {
    font-size: 24px;
    line-height: 32px;
  }

  .cuidados {
    padding-top: 48px;
    padding-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cuidados__logos {
    margin-top: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cuidados__item {
    width: 18%;
    max-width: 100%;
  }

  .aliados {
    padding: 120px 6vw;
  }

  .aliados__text {
    font-size: 24px;
    line-height: 32px;
  }

  .aliados__title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 50px;
  }

  .aliados__subtitle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .parceiros {
    padding: 80px 6vw;
  }

  .parceiros__logos {
    grid-column-gap: 48px;
  }

  .parceiros__item {
    width: 24%;
  }

  .parceiros__item.icon-small {
    width: 23%;
  }

  .parceiros__title {
    font-size: 40px;
    line-height: 50px;
  }

  .slider__slide1 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider__column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-flex-shrink: 4;
    -ms-flex-negative: 4;
    flex-shrink: 4;
    -webkit-flex-basis: 9vw;
    -ms-flex-preferred-size: 9vw;
    flex-basis: 9vw;
  }

  .slider__productname {
    width: 100%;
  }

  .slider__productype {
    width: 100%;
  }

  .slider__description {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .slider__logos {
    width: 100%;
    grid-column-gap: 10px;
  }

  .slider__item {
    width: 75px;
    height: auto;
  }

  .slider__logo {
    width: 89%;
  }

  .slider__buttontext {
    font-size: 18px;
  }

  .image-2 {
    display: none;
  }

  .slider__column2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 29%;
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
  }

  .slider__column3 {
    display: block;
    height: auto;
    min-height: auto;
    margin-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .slider__counter {
    font-size: 24px;
    text-align: left;
  }

  .slider-2 {
    max-height: none;
  }

  .left-arrow {
    left: auto;
    top: 0%;
    right: 10%;
    bottom: auto;
    width: 42px;
    height: 42px;
  }

  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 42px;
    height: 42px;
  }

  .heroabout {
    height: 100vh;
    padding-top: 120px;
    padding-bottom: 0px;
  }

  .heroabout__title {
    font-size: 40px;
    line-height: 50px;
  }

  .heroabout__text {
    font-size: 24px;
    line-height: 32px;
  }

  .ti35__info {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .ti35__info.ti35-texts {
    padding-top: 80px;
  }

  .refi__info {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .ti35__title {
    font-size: 24px;
    line-height: 32px;
  }

  .ti35__bg {
    width: 100%;
    height: 400px;
  }

  .ti35__title2 {
    font-size: 40px;
    line-height: 50px;
  }

  .beneficios {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .beneficios__columna {
    -webkit-flex-basis: 16vw;
    -ms-flex-preferred-size: 16vw;
    flex-basis: 16vw;
  }

  .bioativos__container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .bioativos__title {
    font-size: 40px;
    line-height: 50px;
  }

  .bioativos__listado {
    display: -ms-grid;
    display: grid;
    width: 94vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    grid-auto-flow: column;
    grid-auto-columns: minmax(auto, auto);
    grid-column-gap: 9px;
    grid-row-gap: 15px;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .bioativos__img {
    width: 34px;
    height: auto;
  }

  .bioativos__text {
    font-size: 16px;
    line-height: 22px;
  }

  .bioativos__item {
    grid-column-gap: 9px;
  }

  .ingrediente__container {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .ingrediente__title {
    font-size: 40px;
    line-height: 50px;
  }

  .ingrediente__text {
    font-size: 24px;
    line-height: 32px;
  }

  .imagen {
    height: 40vh;
  }

  .manifesto__container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .manifesto__logo {
    margin-top: -79px;
    margin-bottom: -67px;
    margin-left: -80px;
  }

  .icon {
    background-color: #fff;
    color: #000;
  }

  .mask {
    width: auto;
    height: auto;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .image-3 {
    display: block;
    width: auto;
    height: 400px;
    max-width: none;
    margin-bottom: 24px;
  }

  .text-span-6.texto-lista {
    font-size: 18px;
  }

  .slide {
    height: auto;
  }

  .list-2 {
    font-size: 18px;
    line-height: 24px;
  }

  .nav-menu {
    padding-top: 8px;
    padding-bottom: 16px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a19d97));
    background-image: linear-gradient(180deg, #fff, #a19d97);
  }

  .menu-button {
    margin-left: 16px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .div-block-7 {
    display: none;
    width: 100%;
    max-width: none;
    margin-bottom: 24px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-7.slider-mob-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .text-span-17 {
    font-size: 24px;
  }

  .div-block-11 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-12 {
    height: 104px;
  }
}

@media screen and (max-width: 479px) {
  .nav__container {
    height: 80px;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .nav__logo {
    width: 80px;
    height: auto;
  }

  .nav__menuwrapper {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu {
    padding-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .menu__container {
    position: static;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    float: none;
    clear: none;
  }

  .menu__nav {
    position: relative;
    display: block;
    width: auto;
    float: right;
    -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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
    font-family: 'Sf pro display', sans-serif;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .menu__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    padding-top: 12px;
    padding-bottom: 12px;
    -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;
  }

  .menu__button {
    padding: 8px;
  }

  .menu__button.w--open {
    background-color: #fff;
  }

  .switch {
    width: 88px;
    height: 36px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-width: 2px 2px 2px 0px;
    text-align: left;
  }

  .switch.switch-en-on {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border-width: 2px 0px 2px 2px;
  }

  .switch__link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 18px;
    line-height: 23px;
  }

  .switch__link.link-en {
    width: 50%;
    padding-left: 0px;
    text-align: center;
  }

  .switch__link.link-pt {
    height: 36px;
    padding-top: 5px;
    line-height: 23px;
  }

  .switch__link.link-pt.w--current {
    width: 50%;
    height: 36px;
    padding-right: 0px;
    padding-left: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    line-height: 22px;
    text-align: center;
  }

  .switch__link.link-pt-off {
    width: 50%;
    height: 36px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: solid;
    border-width: 0px;
    line-height: 37px;
  }

  .switch__link.link-en-on {
    height: 36px;
  }

  .switch__link.link-en-on.w--current {
    width: 50%;
    height: 36px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 2px;
    line-height: 32px;
    text-align: center;
  }

  .hero {
    height: 50vh;
    padding-top: 64px;
    padding-right: 5vw;
    padding-left: 5vw;
    background-position: 50% 50%;
  }

  .image {
    width: 80%;
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .valueprop__container {
    padding: 32px 6vw 24px;
  }

  .valueprop__title {
    width: 100%;
    margin-top: 0px;
    font-size: 24px;
    line-height: 29px;
  }

  .valueprop__text {
    font-size: 14px;
    line-height: 24px;
  }

  .slider {
    position: static;
    overflow: hidden;
    height: auto;
    padding: 0px 0vw;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .valuprop2__container {
    padding: 32px 8vw;
  }

  .valueprop2__title {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 30px;
  }

  .valueprop2__text {
    font-size: 18px;
    line-height: 24px;
  }

  .valueprop__link {
    font-size: 18px;
    line-height: 24px;
  }

  .valueprop__link:hover {
    border: 1px none #a19d97;
    color: #a19d97;
  }

  .valueprop3 {
    padding: 50px 8vw;
    background-position: 50% 50%;
  }

  .valueprop3__title {
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
  }

  .valueprop3__text {
    font-size: 18px;
    line-height: 24px;
  }

  .valuprop3__container {
    padding: 0px 0%;
  }

  .cuidados {
    padding: 48px 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cuidados__container {
    height: auto;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cuidados__grouptext {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .heading.cuidados__title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }

  .cuidados__logos {
    margin-top: 20px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 11px;
    grid-row-gap: 11px;
  }

  .cuidados__item {
    width: 21%;
    height: auto;
  }

  .aliados {
    padding: 50px 6vw;
    background-position: 0% 0%;
    background-size: 377%;
    background-repeat: no-repeat;
  }

  .aliados__container {
    padding-right: 0%;
    padding-left: 0%;
  }

  .aliados__text {
    font-size: 16px;
    line-height: 24px;
  }

  .aliados__title {
    margin-top: 0px;
    font-size: 22px;
    line-height: 30px;
  }

  .aliados__subtitle {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .parceiros {
    padding: 50px 6vw;
  }

  .parceiros__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 22px;
    grid-row-gap: 21px;
  }

  .parceiros__item {
    width: 45%;
  }

  .parceiros__item.icon-small {
    width: 40%;
  }

  .parceiros__title {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 30px;
  }

  .footer {
    padding: 40px 6vw;
  }

  .footer__container {
    width: 100vw;
    padding-right: 0vw;
    padding-left: 0vw;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__nav {
    width: 100%;
    grid-column-gap: 51px;
    grid-row-gap: 0px;
  }

  .footer__menu {
    font-family: 'Sf pro display', sans-serif;
    font-size: 14px;
  }

  .footer__title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

  .footer__link {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
  }

  .slider__slide1 {
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .slider__column {
    position: static;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: center;
  }

  .slider__productname {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
  }

  .slider__productype {
    width: 100%;
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: left;
  }

  .slider__description {
    width: 100%;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .slider__logos {
    width: 100%;
    padding-top: 16px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider__item {
    height: auto;
  }

  .slider__logo {
    width: 59px;
  }

  .slider__cta {
    height: 52px;
    margin-top: 0px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .slider__buttontext {
    font-size: 16px;
    line-height: 24px;
  }

  .slider__icon {
    width: 22px;
    font-size: 13px;
  }

  .slider__column2 {
    display: none;
  }

  .slider__column3 {
    position: relative;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    min-height: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .slider__counter {
    font-size: 21px;
    line-height: 30px;
  }

  .slider-2 {
    display: block;
    width: 100%;
    max-height: none;
    min-height: auto;
    padding: 40px 6vw 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f8f6;
    -o-object-fit: none;
    object-fit: none;
  }

  .left-arrow {
    left: auto;
    top: 3%;
    right: 19%;
    bottom: auto;
    width: 38px;
    height: 38px;
    background-position: 50% 0%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .left-arrow:hover {
    background-image: url('../images/arrow__prev.svg');
  }

  .right-arrow {
    top: 3%;
    right: 6%;
    bottom: auto;
    width: 38px;
    height: 38px;
    background-position: 50% 0%;
  }

  .right-arrow:hover {
    background-image: url('../images/arrow-next-reg.svg');
  }

  .heroabout {
    height: auto;
    min-height: 80vh;
    padding: 120px 6vw 40px;
  }

  .heroabout__container {
    grid-row-gap: 2px;
  }

  .heroabout__title {
    font-size: 28px;
    line-height: 32px;
  }

  .heroabout__breadcrumbs {
    display: none;
    font-size: 20px;
    text-align: left;
  }

  .heroabout__breadcrumbs.bread-mobile {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 18px;
  }

  .heroabout__text {
    font-size: 18px;
    line-height: 24px;
  }

  .heroabout__breadcrumb-gray {
    color: #a19d97;
  }

  .nossoprojeto__container {
    display: block;
    padding-top: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .ti35__info {
    padding-top: 40px;
    padding-bottom: 8px;
  }

  .nossoprojeto__tittle {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 28px;
    font-weight: 500;
  }

  .nossoprojeto__text {
    font-size: 16px;
    line-height: 24px;
  }

  .nossoprojeto__bg {
    height: 240px;
  }

  .refi {
    min-height: auto;
  }

  .refi__container {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .refi__info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .refi__tittle {
    font-size: 28px;
    line-height: 32px;
  }

  .refi__text {
    font-size: 16px;
    line-height: 24px;
  }

  .refi__link {
    font-size: 16px;
    line-height: 24px;
  }

  .ti35__container {
    height: auto;
    padding-bottom: 0px;
  }

  .ti35__title {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 24px;
  }

  .ti35__text {
    font-size: 16px;
    line-height: 24px;
  }

  .ti35__bg {
    position: static;
    width: 100vw;
    height: auto;
    min-height: 250px;
  }

  .ti35__title2 {
    margin-top: 5px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 32px;
  }

  .beneficios {
    padding: 32px 5vw;
  }

  .beneficios__columna {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .beneficios__columna.columna2 {
    grid-column-gap: 16px;
  }

  .beneficios__title {
    margin-bottom: 24px;
    font-size: 22px;
    line-height: 32px;
  }

  .beneficios__item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .beneficios__text {
    font-size: 16px;
    line-height: 24px;
  }

  .beneficios__img {
    width: 60px;
    height: auto;
    max-width: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .bioativos {
    background-position: 79% 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bioativos__container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .bioativos__title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 25px;
  }

  .bioativos__listado {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: column;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  .bioativos__itemcontainer {
    padding: 0px;
  }

  .bioativos__img {
    width: 26px;
    height: auto;
    border-radius: 20px;
  }

  .bioativos__text {
    font-size: 14px;
    line-height: 17px;
  }

  .bioativos__item {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    grid-column-gap: 14px;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, hsla(0, 0%, 78%, 0.5), hsla(0, 0%, 100%, 0.5));
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
  }

  .ingrediente__container {
    padding: 48px 9vw;
  }

  .ingrediente__title {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 30px;
  }

  .ingrediente__text {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 24px;
  }

  .imagen {
    height: auto;
    max-height: none;
    min-height: 250px;
    min-width: 0px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .manifesto {
    padding-right: 5vw;
    padding-left: 5vw;
    background-position: 100% 50%;
  }

  .manifesto__container {
    padding-top: 32px;
  }

  .manifesto__breadcrumbs {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .manifesto__breadcrumbs--gray {
    font-size: 18px;
    line-height: 24px;
  }

  .manifesto__text {
    font-size: 17px;
    line-height: 26px;
  }

  .manifesto__text.manifesto__text--italic {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 26px;
  }

  .manifesto__bajada {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }

  .manifesto__logo {
    width: 240px;
    max-width: none;
    margin-top: -54px;
    margin-bottom: -27px;
    margin-left: -37px;
  }

  .contact {
    height: 100vh;
    background-position: 50% 50%;
    background-size: cover;
  }

  .contact__container {
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .contact__title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
  }

  .contact__text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }

  .contact__text.contact__text--first {
    font-size: 18px;
    line-height: 32px;
  }

  .redes {
    grid-column-gap: 17px;
  }

  .redes__imagen {
    width: 30px;
  }

  .contact__aliado.contact__text--blockcaps {
    font-size: 16px;
    line-height: 20px;
  }

  .icon {
    background-color: #fff;
    font-family: Exo, sans-serif;
    color: #000;
    font-size: 39px;
    line-height: 25px;
    font-weight: 300;
  }

  .mask {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    -o-object-fit: none;
    object-fit: none;
  }

  .image-3 {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 330px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
  }

  .image-3.jabon-moblie {
    width: 85%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .image-4 {
    width: 32px;
    height: auto;
  }

  .image-5 {
    width: 32px;
    height: auto;
  }

  .image-6 {
    display: none;
    width: 70%;
  }

  .image-6.logo-foot {
    display: block;
    width: 65%;
  }

  .text-block-3 {
    margin-top: 12px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #a19d97;
    font-size: 14px;
  }

  .text-block-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-block-5 {
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .link-block {
    height: auto;
  }

  .text-span-6.texto-lista {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .slide {
    height: auto;
    margin-right: 10px;
    margin-left: 0px;
  }

  .list-2 {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 20px;
  }

  .navbar-2 {
    position: fixed;
  }

  .navbar__container {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding: 16px 3vw;
    grid-column-gap: 0px;
    background-color: #fff;
  }

  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 0;
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-radius: 0px 0px 24px 24px;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e6e6e6));
    background-image: linear-gradient(180deg, #fff, #e6e6e6);
    line-height: 20px;
  }

  .menu-button {
    margin-left: 8px;
    padding: 0px 0px 0px 8px;
    background-color: #fff;
  }

  .menu-button.w--open {
    padding: 0px 0px 0px 8px;
    background-color: #fff;
  }

  .icon-4 {
    font-family: Ubuntu, Helvetica, sans-serif;
    color: #000;
    font-size: 41px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
  }

  .list-item {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .list-item-2 {
    line-height: 24px;
    text-align: left;
  }

  .text-span-7 {
    text-align: left;
  }

  .text-span-8 {
    text-align: left;
  }

  .text-span-9 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .list-item-3 {
    line-height: 24px;
    text-align: left;
  }

  .div-block-7 {
    display: none;
  }

  .div-block-7.slider-mob-cta {
    max-height: 55px;
    min-height: 55px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 8px;
    grid-column-gap: 12px;
  }

  .div-block-9 {
    width: 100%;
    grid-column-gap: 0px;
  }

  .navbar-3 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .div-block-10 {
    display: none;
  }

  .navbar-6 {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .text-span-17 {
    font-size: 21px;
  }

  .text-span-21 {
    font-size: 21px;
  }

  .div-block-11 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-12 {
    height: 94px;
  }

  .slide-2 {
    margin-right: 10px;
  }

  .slide-3 {
    margin-right: 10px;
  }

  .slide-4 {
    margin-right: 10px;
  }

  .slide-5 {
    margin-right: 10px;
  }

  .slide-6 {
    margin-right: 10px;
  }

  .slide-7 {
    margin-right: 10px;
  }

  .image-7 {
    width: 32px;
    max-width: none;
  }

  .text-span-24 {
    font-size: 16px;
    line-height: 24px;
  }

  .slide-8 {
    margin-right: 10px;
  }

  .slide-9 {
    margin-right: 10px;
  }

  .bold-text-3 {
    font-weight: 500;
  }

  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 350px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .div-block-14 {
    width: 100%;
    height: 60px;
  }

  .slide-10 {
    margin-right: 10px;
  }

  .slide-11 {
    margin-right: 10px;
  }

  .slide-12 {
    margin-right: 10px;
  }

  .slide-13 {
    margin-right: 10px;
  }

  .italic-text {
    font-size: 19px;
    line-height: 24px;
  }

  .text-span-26 {
    font-size: 16px;
    line-height: 24px;
  }

  .bold-text-7 {
    font-weight: 500;
  }
}

#w-node-_035587fd-839f-b4fd-6479-4a7a67059b33-9f830ada {
  -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-_035587fd-839f-b4fd-6479-4a7a67059b33-bbddfeaf {
  -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;
}

@font-face {
  font-family: 'Ogg';
  src: url('../fonts/Ogg-Regular.woff2') format('woff2'), url('../fonts/Ogg-Regular.eot') format('embedded-opentype'), url('../fonts/Ogg-Regular.woff') format('woff'), url('../fonts/Ogg-Regular.ttf') format('truetype'), url('../fonts/Ogg-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ogg';
  src: url('../fonts/Ogg-RegularItalic.woff2') format('woff2'), url('../fonts/Ogg-RegularItalic.eot') format('embedded-opentype'), url('../fonts/Ogg-RegularItalic.woff') format('woff'), url('../fonts/Ogg-RegularItalic.ttf') format('truetype'), url('../fonts/Ogg-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Light.woff2') format('woff2'), url('../fonts/SF-Pro-Display-Light.eot') format('embedded-opentype'), url('../fonts/SF-Pro-Display-Light.woff') format('woff'), url('../fonts/SF-Pro-Display-Light.ttf') format('truetype'), url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Medium.woff2') format('woff2'), url('../fonts/SF-Pro-Display-Medium.eot') format('embedded-opentype'), url('../fonts/SF-Pro-Display-Medium.woff') format('woff'), url('../fonts/SF-Pro-Display-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf pro display';
  src: url('../fonts/SF-Pro-Display-Regular.woff2') format('woff2'), url('../fonts/SF-Pro-Display-Regular.eot') format('embedded-opentype'), url('../fonts/SF-Pro-Display-Regular.woff') format('woff'), url('../fonts/SF-Pro-Display-Regular.ttf') format('truetype'), url('../fonts/SF-Pro-Display-Regular.otf') format('opentype'), url('../fonts/SF-Pro-Display-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}