.div-topo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 95vw;
  height: 91vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #f8f9fd;
  box-shadow: 0 0 100px -2px rgba(0, 0, 0, .13);
}

.secao-topo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
}

.div-esquerda-topo {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 35vw;
  height: 100%;
  -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-image: url('../images/img-topo.png');
  background-position: 40% 50%;
  background-size: auto 100vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.div-direita-topo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 60vw;
  height: 100%;
  -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;
  border-radius: 25px;
}

.image-2 {
  height: 500px;
}

.div-pote-topo {
  position: relative;
  z-index: 2;
  width: 248px;
  height: 420px;
  margin-left: -118px;
}

.pote-puro {
  max-height: 100%;
}

.div-formula-topo {
  position: absolute;
  top: 27px;
  right: 37px;
  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;
}

.logo-topo {
  width: 75px;
  margin-left: 5px;
}

.divider-formula-topo {
  width: 2px;
  height: 50px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d3dbe4;
}

.body {
  font-family: Uniformcondensed, sans-serif;
  color: #666b70;
  font-size: 15px;
}

.texto-formula-topo {
  color: #bbc2cb;
  font-weight: 600;
  letter-spacing: 8px;
}

.div-texto-topo {
  position: relative;
  z-index: 1;
  width: 350px;
  margin-left: 35px;
}

.headline-topo {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #394165;
  font-size: 46px;
  line-height: 43px;
}

.headline-azul-topo {
  color: #338cd1;
}

.texto-topo {
  width: 70%;
  margin-top: 18px;
  margin-bottom: 24px;
  color: #757b82;
  font-size: 17px;
  font-weight: 400;
}

.botao-topo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 55px;
  -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: 55px;
  background-color: #be3444;
  box-shadow: 0 0 17px -1px #be3444;
  text-decoration: none;
}

.texto-botao {
  font-family: Uniform, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 2px;
}

.texto-botao.evolucao {
  font-size: 13px;
  letter-spacing: 3px;
}

.texto-botao.comprar {
  font-size: 15px;
  letter-spacing: 3px;
}

.texto-botao._3 {
  font-size: 15px;
  letter-spacing: 3px;
}

.texto-botao.ingredientes {
  font-size: 13px;
  letter-spacing: 3px;
}

.garra {
  position: relative;
}

.garra.evolucao {
  position: absolute;
  top: -7px;
  right: -6px;
  width: 40px;
}

.div-circulos-topo {
  position: absolute;
  left: -179px;
  z-index: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #e3ecf0;
  border-radius: 50%;
}

.circulo-topo {
  position: absolute;
  left: 50px;
  top: 50px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 400px;
  height: 400px;
  border: 1px solid #e3ecf0;
  border-radius: 50%;
}

.circulo-topo._2 {
  left: 100px;
  top: 100px;
  width: 300px;
  height: 300px;
}

.circulo-topo._1 {
  left: 150px;
  top: 150px;
  width: 200px;
  height: 200px;
}

.img-rolagem-topo {
  position: relative;
  top: 0px;
  width: 25px;
}

.link-rolagem-topo {
  position: absolute;
  left: 4%;
  bottom: 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;
  text-decoration: none;
}

.texto-rolagem-topo {
  margin-left: 15px;
  color: #9da3aa;
  font-weight: 500;
  letter-spacing: 1px;
}

.leao-topo {
  position: absolute;
  right: -4px;
  bottom: -6px;
  width: 23%;
  opacity: 0.26;
}

.secao-sobre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
}

.div-img-sobre {
  position: relative;
  width: 380px;
  margin-top: -32px;
}

.div-texto-sobre {
  position: relative;
  width: 360px;
  margin-top: 54px;
  margin-left: 112px;
}

.headline {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  color: #394165;
  font-size: 30px;
  line-height: 33px;
}

.headline._2 {
  z-index: 4;
  margin-bottom: 0px;
  line-height: 33px;
  text-align: center;
}

.headline.laboratorio {
  margin-bottom: -5px;
}

.headline.mudanca {
  z-index: 4;
  margin-bottom: 105px;
  text-align: center;
}

.headline.comprar {
  z-index: 4;
  margin-bottom: 0px;
  line-height: 29px;
  text-align: center;
}

.headline._3 {
  z-index: 4;
  margin-bottom: 0px;
  line-height: 27px;
  text-align: center;
}

.headline-maior {
  position: relative;
  z-index: 2;
  margin-top: -5px;
  color: #338cd1;
  font-size: 39px;
}

.headline-maior.depoimentos {
  z-index: 4;
  line-height: 39px;
  text-align: center;
}

.headline-maior.vermelho {
  color: #af3c49;
}

.texto-sobre {
  margin-top: 35px;
  color: #666b70;
  font-size: 15px;
}

.texto-fundo {
  position: absolute;
  left: -213px;
  top: -70px;
  z-index: 0;
  color: #f5f5f7;
  font-size: 180px;
  line-height: 138px;
}

.texto-fundo.voce {
  left: -106px;
  top: -57px;
}

.texto-fundo.laboratorio {
  left: -66px;
}

.texto-fundo.ingredientes {
  left: -84px;
  width: 340px;
}

.texto-fundo.depoimentos-copy-copy {
  left: -20px;
  top: -67px;
  z-index: 2;
  color: #f1f1f6;
}

.texto-fundo._3 {
  left: -13px;
  top: -48px;
}

.texto-fundo.garantia {
  left: 282px;
}

.texto-fundo.anvisa {
  left: -58px;
  top: 10px;
}

.texto-fundo._3 {
  left: -39px;
  top: -51px;
}

.texto-fundo.acao {
  left: -106px;
  top: -57px;
}

.img-leao {
  width: 80px;
  margin-top: 18px;
}

.circulo-sobre-menor {
  position: absolute;
  left: -34px;
  bottom: -34px;
  z-index: 1;
  width: 445px;
  height: 445px;
  border: 1px solid #e7eff3;
  border-radius: 50%;
}

.img-sobre {
  position: relative;
  z-index: 2;
  width: 552px;
  height: 100%;
  max-height: 100%;
}

.circulo-sobre {
  position: absolute;
  left: -66px;
  bottom: -70px;
  z-index: 1;
  width: 512px;
  height: 512px;
  border: 1px solid #e7eff3;
  border-radius: 50%;
  color: #969da3;
}

.circulo-neon {
  position: absolute;
  top: 139px;
  right: -38px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #338cd1;
}

.circulo-neon.vermelho {
  top: 68px;
  right: 47px;
  background-color: #be3444;
}

.circulo-neon.blue {
  right: 16px;
}

.circulo-neon-opacidade {
  position: absolute;
  left: -4px;
  top: -4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #338cd1;
  opacity: 0.76;
}

.circulo-neon-opacidade.vermelho {
  background-color: #be3444;
}

.circulo-neon-opacidade.sobre {
  left: -2px;
  top: -2px;
  width: 17px;
  height: 17px;
}

.circulo-neon-opacidade.button {
  background-color: #be3444;
}

.circulo-neon-blur {
  position: absolute;
  left: -2px;
  top: -2px;
  z-index: 0;
  width: 35px;
  height: 35px;
  background-color: #338cd1;
  opacity: 0.54;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.circulo-neon-blur.vermelho {
  background-color: #be3444;
}

.circulo-neon-blur.sobre {
  width: 17px;
  height: 17px;
  opacity: 1;
}

.circulo-neon-blur.button {
  background-color: #be3444;
}

.secao-evolucao {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 101px;
  padding-bottom: 110px;
  -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;
}

.div-headline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  min-height: 70px;
  margin-top: 45px;
  -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;
}

.link-block-mes-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #687079;
  text-decoration: none;
}

.circulo-mes {
  position: relative;
  z-index: 1;
  width: 19px;
  height: 19px;
  border: 2px solid #394165;
  border-radius: 50%;
}

.circulo-mes.mes-1 {
  position: relative;
  border-color: #be3444;
  background-color: #be3444;
}

.mes-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 900ms ease-in-out;
  transition: opacity 900ms ease-in-out;
}

.img-evolucao {
  width: 250px;
}

.div-texto-evolucao {
  position: relative;
  z-index: 2;
  width: 280px;
  margin-right: 50px;
  margin-left: 51px;
  padding-top: 30px;
}

.subheadline-evolucao {
  color: #be3444;
  font-weight: 700;
  letter-spacing: 2px;
}

.div-block-13 {
  width: 50px;
  height: 3px;
  margin-top: 13px;
  margin-bottom: 13px;
  border-style: none;
  border-radius: 3px;
  background-color: #dee4e9;
}

.div-item-evolucao {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 55px;
  margin-top: 20px;
  padding-right: 14px;
  padding-bottom: 5px;
  padding-left: 14px;
  -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;
  border-radius: 5px;
  background-color: #f8f9fd;
}

.div-block-15 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #e2e6e8;
}

.img-item-evolucao {
  width: 20px;
}

.img-item-evolucao._2 {
  width: 26px;
  margin-right: -3px;
  margin-left: -3px;
  padding-bottom: 2px;
}

.img-item-evolucao._3 {
  width: 14px;
  margin-right: 3px;
  margin-left: 3px;
}

.divider-item-evolucao {
  width: 2px;
  height: 100%;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #e2e6e8;
}

.texto-item-evolucao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #be3444;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.texto-dado-item-evolucao {
  margin-left: 9px;
  color: #394165;
  font-size: 17px;
  line-height: 17px;
}

.div-img-evolucao {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  -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;
}

.divider-img-evolucao {
  width: 60%;
  height: 5px;
  border-radius: 5px;
  background-color: #e2e6e8;
}

.text-block-6 {
  position: absolute;
  left: -45px;
  bottom: 70px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  color: #f2f2f2;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 40px;
}

.texto-mes {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  color: #394165;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.texto-mes.mes-1 {
  color: #be3444;
}

.link-block-mes-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #687079;
  text-decoration: none;
}

.link-block-mes-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #687079;
  text-decoration: none;
}

.link-block-mes-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #687079;
  text-decoration: none;
}

.link-block-mes-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #687079;
  text-decoration: none;
}

.circulo-evolucao {
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #e7eff3;
  border-radius: 50%;
}

.mes-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  -webkit-transition: opacity 900ms ease-in-out;
  transition: opacity 900ms ease-in-out;
}

.div-principal-evolucao {
  position: relative;
  display: block;
  width: 644px;
  height: 429px;
  margin-top: 40px;
}

.mes-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  -webkit-transition: opacity 900ms ease-in-out;
  transition: opacity 900ms ease-in-out;
}

.mes-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}

.mes-5 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  -webkit-transition: opacity 900ms ease-in-out;
  transition: opacity 900ms ease-in-out;
}

.div-bg-evolucao-1 {
  position: absolute;
  left: -154px;
  bottom: 407px;
  width: 250px;
  height: 80px;
  border: 1px solid #dee7ec;
  border-radius: 500px;
}

.div-bg-evolucao-2 {
  position: absolute;
  left: -57px;
  bottom: 280px;
  width: 280px;
  height: 110px;
  border: 1px solid #dee7ec;
  border-radius: 500px;
}

.div-bg-evolucao-3 {
  position: absolute;
  left: -137px;
  bottom: 206px;
  width: 250px;
  height: 50px;
  border: 1px solid #dee7ec;
  border-radius: 500px;
}

.div-bg-evolucao-4 {
  position: absolute;
  left: 125px;
  bottom: 206px;
  width: 50px;
  height: 50px;
  border: 1px solid #dee7ec;
  border-radius: 500px;
}

.pop-up {
  position: absolute;
  right: 6vw;
  bottom: 408px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #f8f9fd;
  box-shadow: 0 0 41px 8px rgba(0, 0, 0, .06);
}

.pop-up.ingredientes {
  position: relative;
  right: 0vw;
  bottom: 0px;
  height: 120px;
  margin-top: 8px;
  background-color: transparent;
  box-shadow: none;
}

.headline-menor {
  position: relative;
  z-index: 2;
  color: #394165;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
}

.headline-menor.ingredientes {
  font-size: 14px;
  letter-spacing: 3px;
}

.texto-fundo-menor {
  position: absolute;
  z-index: 1;
  color: #e4e7ef;
  font-size: 55px;
  line-height: 40px;
  font-weight: 700;
}

.texto-fundo-menor.ingredientes {
  color: #f5f5f7;
  font-size: 75px;
  line-height: 69px;
}

.botao-menor {
  position: absolute;
  left: 22px;
  right: 0px;
  bottom: -21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 35px;
  -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: 55px;
  background-color: #be3444;
  box-shadow: 0 0 17px -1px #be3444;
  text-decoration: none;
}

.botao-menor.faq {
  left: 7px;
  bottom: -32px;
  width: 160px;
  height: 50px;
}

.div-garra-botao {
  position: absolute;
  left: 206px;
  top: -8px;
  overflow: hidden;
  width: 0px;
  height: 0px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.secao-funcionamento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding-top: 70px;
  padding-bottom: 25px;
  -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;
}

.div-block-22 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  height: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-texto-funcionamento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 380px;
  -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;
}

.texto-funcionamento {
  position: relative;
  margin-top: 30px;
}

.div-img-1 {
  position: absolute;
  top: -52px;
  right: 0px;
  z-index: 1;
  overflow: hidden;
  width: 350px;
  height: 500px;
  margin-left: 102px;
  border-radius: 25px;
  box-shadow: 0 0 50px -1px rgba(0, 0, 0, .17);
}

.img-1-funcionamento {
  position: relative;
  left: -82px;
  max-width: 143%;
}

.secao-dados {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 550px;
  margin-top: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: #f8f9fd;
}

.div-dados {
  position: relative;
  width: 850px;
  min-height: 300px;
}

.todos-itens-dados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 400px;
  -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;
}

.itens-dados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  -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;
}

.div-item-dados {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 199px;
  height: 180px;
  padding-top: 13px;
  -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;
}

.texto-fundo-dados {
  color: #e8e8ed;
  font-size: 65px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
}

.icone-dados {
  height: 55px;
  margin-top: -22px;
}

.texto-item-dados {
  margin-top: 13px;
  text-align: center;
}

.text-span-3 {
  color: #394165;
  font-weight: 700;
}

.div-block-29 {
  width: 1px;
  height: 100%;
  background-color: #ebebf0;
}

.text-span-4 {
  color: #394165;
  font-weight: 700;
}

.text-span-5 {
  color: #394165;
  font-weight: 700;
}

.text-span-6 {
  color: #394165;
  font-weight: 700;
}

.div-img-2 {
  position: absolute;
  top: 68px;
  right: -157px;
  z-index: 2;
  overflow: hidden;
  width: 420px;
  height: 420px;
  margin-left: 85px;
  border-radius: 25px;
  box-shadow: 0 0 50px -1px rgba(0, 0, 0, .17);
}

.img-2-funcionamento {
  position: relative;
  left: -5px;
  max-width: 105%;
}

.div-img-3 {
  position: absolute;
  top: -45px;
  right: 106px;
  z-index: 1;
  overflow: hidden;
  width: 600px;
  height: 300px;
  margin-left: 85px;
  border-radius: 25px;
  box-shadow: 0 0 50px -1px rgba(0, 0, 0, .17);
}

.secao-dados-2 {
  position: relative;
  height: 300px;
}

.div-bg-dados-1 {
  position: absolute;
  top: 66px;
  right: 627px;
  width: 280px;
  height: 100px;
  border: 1px solid #dee7ec;
  border-radius: 100px;
}

.div-bg-dados-2 {
  position: absolute;
  top: 178px;
  right: 543px;
  width: 280px;
  height: 35px;
  border: 1px solid #dee7ec;
  border-radius: 100px;
}

.botao-dados {
  position: relative;
  left: -104px;
  bottom: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 55px;
  -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: 55px;
  background-color: #be3444;
  box-shadow: 0 0 17px -1px #be3444;
  text-decoration: none;
}

.div-block-31 {
  position: absolute;
  top: -95px;
  right: -39px;
  width: 120px;
  height: 120px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.div-block-31-copy {
  position: absolute;
  top: -123px;
  right: -68px;
  width: 180px;
  height: 180px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.circulo-neon-copy {
  position: absolute;
  top: -55px;
  right: -72px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #338cd1;
}

.circulo-neon-2 {
  position: absolute;
  top: 178px;
  right: -38px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #338cd1;
}

.circulo-neon-2.vermelho {
  top: -80px;
  right: -31px;
  background-color: #be3444;
}

.secao-beneficios {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 500px;
  padding-top: 90px;
  padding-bottom: 50px;
  -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;
}

.div-beneficios {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 500px;
  -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;
}

.circulo-1-beneficios {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  -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: 2px solid #c9cfd1;
  border-radius: 50%;
}

.pilula {
  width: 100px;
}

.circulo-2-beneficios {
  position: absolute;
  z-index: 4;
  width: 250px;
  height: 250px;
  border: 1px dashed #c9cfd1;
  border-radius: 50%;
}

.circulo-3-beneficios {
  position: absolute;
  z-index: 3;
  width: 380px;
  height: 380px;
  border: 1px dashed #c9cfd1;
  border-radius: 50%;
}

.circulo-4-beneficios {
  position: absolute;
  z-index: 2;
  width: 500px;
  height: 500px;
  border: 1px dashed #c9cfd1;
  border-radius: 50%;
}

.div-headline-2 {
  position: relative;
  margin-bottom: 70px;
}

.circulo-beneficios {
  position: relative;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #338cd1;
}

.circulo-beneficios.button {
  background-color: #be3444;
}

.text-block-10 {
  position: relative;
  z-index: 5;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

.beneficio {
  position: absolute;
  top: 61px;
  right: 108px;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 70px;
  -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: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.beneficio._3 {
  left: 460px;
  top: 226px;
}

.beneficio._5 {
  top: 397px;
  right: 291px;
}

.beneficio.esquerda {
  top: 116px;
  right: 361px;
}

.beneficio.esquerda._04 {
  top: 280px;
  right: 456px;
}

.beneficio.button {
  left: 0px;
  top: 0px;
  right: auto;
}

.div-texto-beneficios {
  position: relative;
  width: 132px;
  height: 100%;
  margin-left: 20px;
}

.div-texto-beneficios._2 {
  margin-right: 20px;
  margin-left: 0px;
}

.subheadline-beneficios {
  position: relative;
  z-index: 7;
  color: #338cd1;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.subheadline-beneficios.esquerda {
  text-align: right;
}

.subheadline-beneficios.button {
  color: #be3444;
}

.opacidade-item {
  position: absolute;
  left: -12px;
  top: -10px;
  z-index: 6;
  width: 150px;
  height: 80px;
  background-color: #fff;
  -webkit-filter: blur(18px);
  filter: blur(18px);
}

.opacidade-item._2 {
  left: -2px;
}

.texto-beneficios {
  position: relative;
  z-index: 7;
  margin-top: 5px;
  line-height: 19px;
}

.texto-beneficios._2 {
  text-align: right;
}

.texto-beneficios.button {
  color: #666b70;
  line-height: 19px;
  text-decoration: none;
}

.image-12 {
  position: absolute;
  z-index: 7;
  width: 100px;
  max-width: 150%;
}

.link-block-2 {
  position: absolute;
  top: 334px;
  right: 105px;
  width: 180px;
  height: 70px;
  text-decoration: none;
}

.img-leao-beneficios {
  position: absolute;
  top: 222px;
  right: 0px;
  width: 28%;
  opacity: 0.68;
}

.div-full-laboratorio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  min-height: 300px;
  -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;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 90px;
  -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;
}

.div-laboratorio {
  position: relative;
  width: 300px;
  height: 100%;
}

.texto-laboratorio {
  position: relative;
  z-index: 1;
  width: 280px;
  margin-top: 33px;
  margin-bottom: 35px;
}

.item-laboratorio {
  position: relative;
  left: -45px;
  width: 350px;
  height: 70px;
  padding: 14px 46px;
  border: 1px solid #dee7ec;
  border-radius: 100px;
}

.item-laboratorio._2 {
  margin-top: 15px;
}

.circulo-laboratorio {
  position: absolute;
  left: -4px;
  top: 28px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #338cd1;
}

.texto-azul-laboratorio {
  color: #394165;
  font-weight: 600;
}

.text-span-9 {
  color: #394165;
  font-weight: 600;
}

.frasco {
  position: relative;
  left: 135px;
  z-index: 2;
  width: 180px;
}

.fundo-laboratorio {
  position: absolute;
  left: -94px;
  top: -45px;
  z-index: 1;
  width: 650px;
  max-width: 150%;
}

.div-itens-laboratorio {
  position: relative;
  width: 420px;
  height: 400px;
}

.secao-ingredientes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 500px;
  padding-top: 91px;
  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: 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;
}

.div-capsula-interior {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 170px;
  -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;
}

.capsula-interior {
  position: relative;
  z-index: 3;
  width: 200px;
}

.div-linha-capsula {
  position: absolute;
  z-index: 2;
  width: 235px;
  height: 115px;
  border: 1px solid #d6dfe4;
  border-radius: 120px;
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  transform: rotate(9deg);
}

.pote-aberto {
  position: absolute;
  left: 2px;
  top: 191px;
  right: -32px;
  z-index: 8;
  width: 415px;
}

.div-ingredientes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  padding-top: 40px;
  padding-bottom: 20px;
  -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;
}

.div-ingredientes.baixo {
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.circulo-capsula-4 {
  position: absolute;
  top: 30px;
  right: 78px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 1px solid #d6dfe4;
  border-radius: 50%;
  background-color: #fff;
}

.circulo-capsula-3 {
  position: absolute;
  top: 26px;
  right: 100px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 1px solid #d6dfe4;
  border-radius: 50%;
  background-color: #fff;
}

.circulo-capsula-2 {
  position: absolute;
  top: 145px;
  right: 72px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 1px solid #d6dfe4;
  border-radius: 50%;
  background-color: #fff;
}

.circulo-capsula {
  position: absolute;
  top: 141px;
  right: 94px;
  z-index: 3;
  width: 13px;
  height: 13px;
  border: 1px solid #d6dfe4;
  border-radius: 50%;
  background-color: #fff;
}

.div-ingrediente {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 21px 28px;
  -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;
  border: 1px solid #d6dfe4;
  border-radius: 10px;
}

.div-ingrediente.direita {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.titulo-ingrediente {
  margin-bottom: 6px;
  color: #394165;
  font-size: 17px;
  font-weight: 600;
}

.titulo-ingrediente.direita {
  position: relative;
}

.texto-ingrediente.direita {
  text-align: right;
}

.circulo-ingrediente {
  position: absolute;
  top: -39px;
  right: 17px;
  width: 70px;
  height: 70px;
  border: 1px solid #d6dfe4;
  border-radius: 50%;
  background-color: #fff;
}

.circulo-ingrediente.direita {
  left: 17px;
  right: 0px;
}

.ingrediente {
  position: relative;
  left: -18px;
  top: 8px;
  max-width: 125%;
}

.ingrediente._2 {
  left: 12px;
  top: 1px;
  max-width: 100%;
}

.ingrediente._4 {
  left: 5px;
  top: 5px;
  right: 0px;
  max-width: 125%;
}

.ingrediente._3 {
  max-width: 100%;
}

.linha-horizontal {
  position: absolute;
  top: -14px;
  right: -168px;
  width: 187px;
  height: 1px;
  background-color: #d6dfe4;
}

.linha-horizontal._2 {
  left: -86px;
  right: 0px;
  width: 105px;
}

.linha-horizontal._4 {
  left: -74px;
  right: 0px;
  width: 92px;
}

.linha-vertical {
  position: absolute;
  top: -14px;
  right: -169px;
  width: 1px;
  height: 40px;
  background-color: #d6dfe4;
}

.linha-vertical._2 {
  right: 396px;
  height: 45px;
}

.linha-vertical._3 {
  top: -108px;
  height: 95px;
}

.linha-vertical._4 {
  left: -74px;
  top: -103px;
  right: 0px;
  height: 90px;
}

.pilula-laboratorio {
  position: absolute;
  top: -21px;
  right: 191px;
  z-index: 9;
  width: 40px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.secao-depoimentos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 120px;
  -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;
}

.secao-mudanca {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-bottom: 80px;
  -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;
  background-color: #f8f9fd;
}

.slider {
  z-index: 15px;
  overflow: visible;
  width: 420px;
  height: 230px;
  border-radius: 15px 15px 30px;
  background-color: transparent;
  box-shadow: 0 0 50px 7px rgba(0, 0, 0, .04);
}

.slide {
  -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: 15px 15px 30px;
  background-color: #fff;
}

.div-slide {
  position: relative;
  width: 85%;
  height: 90%;
}

.mask {
  border-radius: 15px 15px 30px;
  background-color: #fff;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 8px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-57 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 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;
}

.img-estrela {
  width: 18px;
}

.left-arrow {
  left: 30px;
  top: 10px;
  bottom: -151px;
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 175.5px;
  -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;
}

.right-arrow {
  left: -257px;
  bottom: -151px;
  width: 28px;
  height: 28px;
  margin-right: 335px;
  margin-bottom: 168px;
}

.cliente-depoimento {
  color: #394165;
  font-size: 17px;
  font-weight: 600;
}

.cliente-depoimento.woman {
  color: #be3444;
}

.image-22 {
  position: relative;
  left: -166px;
  top: -41px;
  z-index: 1;
  width: 12px;
}

.image-22-copy-2 {
  position: relative;
  left: 0px;
  top: 3px;
  z-index: 1;
  width: 12px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.circulo-img-depoimento {
  position: absolute;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.div-conteudo-depo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
}

.img-depoimento {
  max-width: 120%;
  margin-left: -11px;
}

.img-depoimento.woman-1 {
  margin-top: -6px;
  margin-left: -3px;
}

.texto-eles {
  color: #394165;
  font-weight: 700;
  letter-spacing: 10px;
}

.texto-eles.woman {
  color: #be3444;
}

.line-eles {
  width: 100px;
  height: 2px;
  margin-left: 20px;
  background-color: #394165;
}

.line-eles.woman {
  background-color: #be3444;
}

.div-eles {
  position: absolute;
  bottom: 73px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.div-eles.woman {
  left: 30px;
}

.div-depoimento-sexo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 280px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-depoimento-sexo.woman {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide-nav {
  z-index: 10;
  margin-bottom: -50px;
}

.div-2-depoimentos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: -60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-2 {
  border-radius: 15px 15px 30px;
  background-color: #fff;
}

.circulo-1-depoimentos {
  position: absolute;
  left: 150px;
  top: 147px;
  z-index: 4;
  width: 200px;
  height: 200px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.circulo-3-depoimentos {
  position: absolute;
  top: -195px;
  z-index: 0;
  width: 500px;
  height: 500px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.circulo-2-depoimentos {
  position: absolute;
  left: 74px;
  top: 74px;
  z-index: 3;
  width: 350px;
  height: 350px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.blur-branco {
  position: absolute;
  left: -59px;
  top: -60px;
  z-index: 1;
  width: 350px;
  height: 150px;
  background-color: #f8f9fd;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.div-texto-mudanca {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -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;
}

.div-todas-mudancas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  height: 200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-out-mudanca {
  position: relative;
  width: 220px;
  height: 100%;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 50px -25px rgba(0, 0, 0, .1);
}

.texto-fundo-mudanca {
  color: #ebebf0;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}

.texto-fundo-mudanca._2 {
  margin-top: -7px;
  padding-left: 67px;
  line-height: 44px;
}

.texto-fundo-mudanca._3 {
  margin-top: -7px;
  padding-left: 109px;
  line-height: 44px;
  text-align: right;
}

.image-24 {
  width: 70px;
}

.capsula {
  width: 70px;
  margin-left: -36px;
}

.div-capsulas {
  margin-top: -20px;
  margin-bottom: 14px;
}

.texto-azul-mudanca {
  color: #394165;
  font-weight: 700;
}

.circulo-mudanca-1 {
  position: absolute;
  left: -35px;
  top: -35px;
  z-index: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.circulo-mudanca-2 {
  position: absolute;
  left: 19px;
  top: 18px;
  width: 60px;
  height: 60px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.div-mudanca {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .1);
}

.pote {
  height: 130px;
  margin-top: -149px;
}

.texto-mudanca {
  margin-top: -14px;
}

.text-span-11 {
  color: #394165;
  font-weight: 700;
}

.text-span-12 {
  color: #394165;
  font-weight: 700;
}

.secao-preco {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.div-precos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 880px;
  height: 480px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-headline-preco {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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;
}

.div-bg-coluna {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100%;
  padding: 24px;
  -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;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
}

.div-coluna {
  position: relative;
  width: 250px;
  height: 100%;
}

.heading {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #394165;
  font-size: 21px;
  line-height: 21px;
}

.texto-fundo-preco {
  position: absolute;
  left: -29px;
  top: -30px;
  z-index: 0;
  width: 180px;
  color: #ececf0;
  font-size: 54px;
  text-align: center;
}

.texto-fundo-preco._1-pote {
  left: -46px;
}

.div-block-74 {
  position: relative;
  margin-top: 26px;
  margin-bottom: 35px;
}

.div-pote-preco {
  position: relative;
  width: 110px;
  max-width: 100%;
  margin-bottom: 20px;
}

.rotulo {
  position: absolute;
  left: 6px;
  top: 60px;
  width: 97px;
}

.rotulo._2 {
  width: 144px;
}

.rotulo._3 {
  width: 178px;
}

.rotulo.laboratorio {
  left: 23px;
  top: 200px;
  z-index: 9;
  width: 159px;
}

.rotulo.topo {
  left: 15px;
  top: 140px;
  width: 219px;
}

.preco-antigo {
  color: #9ea6ad;
  font-size: 21px;
}

.risco-preco {
  position: absolute;
  left: -9px;
  top: 7px;
  width: 90px;
  height: 2px;
  background-color: #d64040;
}

.div-block-77 {
  position: relative;
  margin-bottom: 19px;
}

.preco {
  margin-bottom: -8px;
  padding-bottom: 0px;
  font-family: Uniform, sans-serif;
  color: #394165;
  font-size: 55px;
  line-height: 50px;
}

.text-span-13 {
  font-size: 23px;
}

.text-span-14 {
  font-size: 23px;
}

.botao-comprar {
  position: absolute;
  bottom: -21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 45px;
  -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: 55px;
  background-color: #be3444;
  box-shadow: 0 0 17px -1px #be3444;
  text-decoration: none;
}

.preco-parcelado {
  color: #394165;
  font-size: 20px;
}

.div-block-75-copy {
  position: relative;
  width: 155px;
  max-width: 100%;
  margin-bottom: 20px;
}

.div-block-75-copy2 {
  position: relative;
  width: 190px;
  max-width: 100%;
  margin-bottom: 20px;
}

.div-block-78 {
  position: absolute;
  top: -12px;
  right: 37px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 30px;
  -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: 35px;
  background-color: #394165;
}

.text-block-20 {
  font-family: Uniform, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 4px;
}

.div-block-70-copy-2 {
  position: absolute;
  left: -35px;
  top: -35px;
  z-index: 0;
  width: 100px;
  height: 100px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.secao-garantia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 400px;
  padding-top: 80px;
  padding-bottom: 30px;
  -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;
}

.div-bg-garantia {
  position: relative;
  right: -135px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 585px;
  min-height: 220px;
  padding: 24px 40px 24px 162px;
  -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;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .12);
}

.headline-garantia {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 17px;
  color: #394165;
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
}

.div-caixa-aberta {
  position: absolute;
  left: -289px;
  top: -55px;
  width: 435px;
}

.pote-garantia {
  position: absolute;
  left: 153px;
  top: -64px;
  z-index: 3;
  width: 115px;
}

.div-block-81 {
  position: absolute;
  left: 128px;
  top: 159px;
  z-index: 2;
  width: 150px;
  height: 50px;
  border-radius: 50%;
  background-color: #020202;
  opacity: 0.66;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.secao-anvisa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-anvisa-completa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 450px;
  -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;
}

.circulo-1-anvisa {
  position: absolute;
  left: 96px;
  top: 100px;
  z-index: 2;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .07);
}

.circulo-2-anvisa {
  position: absolute;
  left: 42px;
  top: 42px;
  z-index: 1;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, .07);
}

.registro-anvisa {
  position: absolute;
  left: -40px;
  top: 46px;
  z-index: 5;
  width: 500px;
}

.caixa-fechada {
  position: absolute;
  left: 179px;
  top: 162px;
  z-index: 6;
  width: 250px;
}

.circulo-3 {
  position: relative;
  z-index: 2;
  width: 450px;
  height: 450px;
  border: 1px solid #dee7ec;
  border-radius: 50%;
}

.div-anvisa-imgs {
  position: relative;
  width: 450px;
  height: 450px;
}

.div-anvisa {
  position: relative;
  z-index: 3;
  width: 150px;
}

.headline-anvisa {
  margin-bottom: 12px;
  color: #394165;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.texto-anvisa {
  text-align: center;
}

.secao-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5-copy-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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;
}

.div-faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-3-perguntas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 425px;
  -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;
}

.div-circulo-pergunta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 25px;
  padding-left: 25px;
  -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: 1px solid #dee7ec;
  border-radius: 35px;
  cursor: pointer;
}

.seta {
  width: 22px;
  height: 12px;
}

.resposta-pergunta {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 23px;
  padding-left: 23px;
  color: #989da1;
  font-size: 14px;
}

.pergunta {
  color: #606569;
}

.div-pergunta {
  overflow: hidden;
}

.div-pergunta.medio {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-resposta-pergunta {
  overflow: hidden;
  height: 100%;
}

.secao-responsabilidade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f9fd;
}

.texto-responsabilidade {
  width: 700px;
  margin-bottom: 0px;
  color: #96a1ac;
  font-size: 13px;
  text-align: center;
}

.titulo-termos {
  margin-bottom: 25px;
  color: #96a1ac;
  font-weight: 600;
}

.secao-original {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 43px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2a2b3a;
}

.texto-original {
  margin-bottom: 0px;
  color: #8690a8;
  font-size: 13px;
  text-align: left;
}

.div-original {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 865px;
  padding-left: 247px;
  -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;
}

.titulo-original {
  margin-bottom: 13px;
  color: #b2bfe0;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
}

.pote-aberto-2 {
  position: absolute;
  left: -118px;
  top: -94px;
  right: -32px;
  z-index: 8;
  width: 350px;
}

.rotulo-original {
  position: absolute;
  left: -100px;
  top: -85px;
  z-index: 10;
  width: 135px;
}

.secao-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 5px;
  -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-style: none;
  border-top-width: 1px;
  border-top-color: #47495c;
  background-color: #be3444;
}

.logo-bottom {
  width: 60px;
  margin-right: 20px;
}

.div-block-99 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -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;
}

.link {
  font-family: Uniformcondensed, sans-serif;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
}

.divider-bottom {
  width: 1px;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #4e5069;
}

.texto-garantia {
  position: relative;
  z-index: 3;
}

.div-garantia {
  position: relative;
  width: 585px;
}

.img-3-funcionamento {
  position: relative;
  left: -25px;
  top: -2px;
  max-width: 105%;
}

.image-28 {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .div-topo {
    height: 700px;
  }
  .secao-topo {
    overflow: visible;
    height: 750px;
  }
  .secao-sobre {
    padding-bottom: 20px;
  }
  .div-img-sobre {
    width: 300px;
  }
  .div-texto-sobre {
    margin-left: 35px;
  }
  .img-sobre {
    right: 0px;
  }
  .pop-up.ingredientes {
    margin-top: 25px;
  }
  .texto-fundo-menor.ingredientes {
    font-size: 60px;
  }
  .secao-funcionamento {
    overflow: visible;
  }
  .div-block-22 {
    width: 650px;
  }
  .div-texto-funcionamento {
    width: 320px;
  }
  .div-img-1 {
    width: 300px;
    height: 380px;
  }
  .img-1-funcionamento {
    max-width: 170%;
  }
  .div-dados {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 650px;
    margin-top: 18px;
    -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;
  }
  .todos-itens-dados {
    width: 90%;
  }
  .itens-dados {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .secao-dados-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -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;
  }
  .div-bg-dados-1 {
    position: relative;
    top: 45px;
    right: -121px;
  }
  .botao-dados {
    bottom: -24px;
  }
  .div-block-31 {
    right: -19px;
  }
  .div-block-31-copy {
    right: -47px;
  }
  .secao-beneficios {
    padding-top: 60px;
  }
  .div-full-laboratorio {
    width: 650px;
  }
  .section {
    padding-bottom: 38px;
  }
  .item-laboratorio {
    left: 0px;
    width: 310px;
    padding-right: 35px;
  }
  .frasco {
    left: 75px;
  }
  .div-itens-laboratorio {
    right: -61px;
  }
  .secao-ingredientes {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .div-capsula-interior {
    top: 69px;
    width: 200px;
  }
  .capsula-interior {
    width: 130px;
  }
  .div-linha-capsula {
    width: 155px;
    height: 70px;
  }
  .div-ingredientes {
    width: 650px;
    margin-top: -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-ingredientes.baixo {
    width: 650px;
  }
  .circulo-capsula-4 {
    top: 45px;
    right: 62px;
  }
  .circulo-capsula-3 {
    top: 42px;
    right: 78px;
  }
  .circulo-capsula-2 {
    top: 119px;
    right: 61px;
  }
  .circulo-capsula {
    top: 117px;
    right: 77px;
  }
  .div-ingrediente {
    width: 230px;
    padding-top: 35px;
  }
  .linha-horizontal {
    right: -111px;
    width: 130px;
  }
  .linha-horizontal._2 {
    left: -70px;
    width: 89px;
  }
  .linha-horizontal._4 {
    left: -66px;
    width: 85px;
  }
  .linha-vertical {
    right: -113px;
    height: 128px;
  }
  .linha-vertical._2 {
    top: -14px;
    right: 294px;
    height: 127px;
  }
  .linha-vertical._3 {
    top: -136px;
    right: -111px;
    height: 123px;
  }
  .linha-vertical._4 {
    left: -66px;
    top: -136px;
    height: 122px;
  }
  .secao-depoimentos {
    padding-bottom: 98px;
  }
  .div-eles {
    right: 223px;
    z-index: 3;
  }
  .div-depoimento-sexo {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .div-2-depoimentos {
    width: 650px;
    -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;
  }
  .blur-branco {
    top: -88px;
  }
  .div-todas-mudancas {
    width: 650px;
  }
  .secao-preco {
    padding-bottom: 60px;
  }
  .div-precos {
    width: 90%;
  }
  .div-bg-coluna {
    width: 220px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-coluna {
    width: 220px;
  }
  .rotulo.laboratorio {
    width: 134px;
  }
  .rotulo.topo {
    left: 13px;
    top: 127px;
    width: 200px;
  }
  .secao-garantia {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 0px;
  }
  .div-bg-garantia {
    width: 450px;
  }
  .div-caixa-aberta {
    left: -212px;
    top: -11px;
    width: 350px;
  }
  .pote-garantia {
    left: 124px;
    top: -78px;
    width: 95px;
  }
  .div-block-81 {
    left: 102px;
    top: 133px;
    width: 120px;
    height: 40px;
  }
  .div-anvisa-completa {
    width: 650px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .registro-anvisa {
    left: -15px;
    width: 400px;
  }
  .caixa-fechada {
    left: 195px;
    width: 190px;
  }
  .headline-anvisa {
    text-align: left;
  }
  .texto-anvisa {
    text-align: left;
  }
  .div-faq {
    width: 650px;
    -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;
  }
  .div-3-perguntas.topo {
    margin-bottom: 20px;
  }
  .secao-responsabilidade {
    overflow: hidden;
  }
  .texto-responsabilidade {
    width: 650px;
  }
  .div-original {
    width: 650px;
  }
}

@media (max-width: 767px) {
  .div-topo {
    width: 95vw;
    height: 90%;
  }
  .secao-topo {
    height: 100vh;
  }
  .div-esquerda-topo {
    width: 25vw;
  }
  .div-direita-topo {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-pote-topo {
    width: 200px;
    height: 270px;
    margin-left: 0px;
  }
  .div-texto-topo {
    width: 250px;
    margin-left: 0px;
  }
  .headline-topo {
    padding-right: 29px;
    font-size: 29px;
    line-height: 29px;
  }
  .texto-topo {
    width: 100%;
    margin-top: 10px;
  }
  .secao-sobre {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-img-sobre {
    margin-top: 14px;
  }
  .div-texto-sobre {
    width: 80%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .headline {
    font-size: 29px;
  }
  .headline-maior {
    margin-bottom: 0px;
    font-size: 34px;
  }
  .texto-sobre {
    margin-top: 20px;
  }
  .secao-evolucao {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .div-headline {
    margin-bottom: -10px;
  }
  .div-block-6 {
    margin-bottom: -31px;
  }
  .div-img-evolucao {
    margin-top: 35px;
  }
  .div-principal-evolucao {
    width: 560px;
  }
  .secao-funcionamento {
    overflow: hidden;
    height: 100%;
    padding-top: 20px;
  }
  .div-block-22 {
    width: 80%;
    height: 100%;
  }
  .div-texto-funcionamento {
    width: 100%;
  }
  .texto-funcionamento {
    margin-top: 15px;
  }
  .secao-dados {
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .div-dados {
    width: 80%;
  }
  .todos-itens-dados {
    width: 100%;
  }
  .itens-dados {
    width: 100%;
  }
  .secao-dados-2 {
    height: 170px;
  }
  .div-bg-dados-1 {
    top: 33px;
  }
  .botao-dados {
    bottom: -21px;
  }
  .secao-beneficios {
    height: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .div-beneficios {
    width: 500px;
    margin-top: -15px;
  }
  .circulo-1-beneficios {
    width: 100px;
    height: 100px;
  }
  .pilula {
    width: 70px;
  }
  .circulo-2-beneficios {
    width: 210px;
    height: 210px;
  }
  .circulo-3-beneficios {
    width: 350px;
    height: 350px;
  }
  .circulo-4-beneficios {
    width: 470px;
    height: 470px;
  }
  .div-headline-2 {
    margin-bottom: 25px;
  }
  .beneficio._3 {
    left: 321px;
    top: 177px;
  }
  .beneficio._5 {
    top: 351px;
    right: 281px;
  }
  .beneficio.esquerda {
    top: 95px;
    right: 332px;
  }
  .beneficio.esquerda._04 {
    top: 227px;
    right: 331px;
  }
  .beneficio.button {
    left: 48px;
    z-index: 7;
  }
  .div-full-laboratorio {
    width: 80%;
  }
  .section {
    padding-top: 9px;
    padding-bottom: 16px;
  }
  .frasco {
    left: -21px;
    top: 53px;
  }
  .secao-ingredientes {
    padding-top: 30px;
    padding-bottom: 13px;
  }
  .div-ingredientes {
    width: 80%;
  }
  .div-ingredientes.baixo {
    width: 80%;
  }
  .div-ingrediente {
    z-index: 3;
    width: 47%;
    background-color: #fff;
  }
  .pilula-laboratorio {
    top: 30px;
    right: 117px;
  }
  .secao-mudanca {
    padding-bottom: 40px;
  }
  .blur-branco.top {
    background-color: #fff;
  }
  .div-todas-mudancas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .div-out-mudanca {
    width: 180px;
  }
  .texto-fundo-mudanca {
    font-size: 36px;
  }
  .secao-preco {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .div-precos {
    height: 100%;
    -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;
  }
  .div-headline-preco {
    margin-bottom: 30px;
  }
  .div-bg-coluna {
    width: 260px;
  }
  .div-coluna {
    width: 260px;
    height: 480px;
    margin-bottom: 70px;
  }
  .rotulo.topo {
    left: 9px;
    top: 90px;
    width: 141px;
  }
  .secao-garantia {
    margin-top: -88px;
    padding-top: 100px;
  }
  .div-bg-garantia {
    width: 75%;
    padding-left: 106px;
  }
  .div-caixa-aberta {
    left: -180px;
    top: 18px;
    width: 280px;
  }
  .pote-garantia {
    left: 99px;
    top: -41px;
    width: 80px;
  }
  .div-block-81 {
    left: 86px;
    top: 102px;
    width: 90px;
    height: 28px;
  }
  .secao-anvisa {
    padding-bottom: 145px;
  }
  .div-anvisa-completa {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-anvisa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    margin-bottom: 14px;
    padding-top: 58px;
    padding-bottom: 58px;
    -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;
  }
  .headline-anvisa {
    text-align: center;
  }
  .texto-anvisa {
    width: 70%;
    text-align: center;
  }
  .div-block-5-copy-6 {
    margin-bottom: 25px;
  }
  .div-3-perguntas.topo {
    margin-bottom: 20px;
  }
  .texto-responsabilidade {
    width: 80%;
  }
  .texto-original {
    margin-bottom: 10px;
    padding-left: 225px;
  }
  .div-original {
    width: 80%;
    padding-left: 0px;
  }
  .titulo-original {
    padding-left: 225px;
  }
  .pote-aberto-2 {
    left: -139px;
    top: -50px;
  }
  .rotulo-original {
    left: -119px;
    top: -41px;
    width: 137px;
  }
  .div-block-99 {
    margin-left: 60px;
  }
  .div-garantia {
    width: 80%;
  }
  .mobile {
    margin-bottom: 35px;
  }
}

@media (max-width: 479px) {
  .div-topo {
    overflow: visible;
    width: 90%;
    height: 95%;
  }
  .secao-topo {
    height: 580px;
  }
  .div-direita-topo {
    padding-right: 20px;
    padding-left: 20px;
    -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;
  }
  .div-pote-topo {
    width: 130px;
    height: 200px;
  }
  .div-texto-topo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -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;
  }
  .headline-topo {
    padding-right: 0px;
    text-align: center;
  }
  .texto-topo {
    text-align: center;
  }
  .botao-topo {
    width: 220px;
  }
  .secao-sobre {
    padding-top: 10px;
    padding-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .div-img-sobre {
    width: 80%;
    margin-bottom: 25px;
  }
  .headline {
    margin-bottom: 0px;
    font-size: 28px;
    line-height: 31px;
  }
  .headline.mudanca {
    margin-bottom: 80px;
  }
  .headline-maior {
    font-size: 32px;
  }
  .secao-dados {
    padding-top: 35px;
  }
  .div-dados {
    min-height: 420px;
    margin-top: 0px;
  }
  .todos-itens-dados {
    height: 450px;
  }
  .itens-dados {
    height: 220px;
  }
  .div-item-dados {
    width: 120px;
    height: 230px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .texto-fundo-dados {
    font-size: 41px;
  }
  .secao-dados-2 {
    overflow: hidden;
  }
  .secao-beneficios {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .div-beneficios {
    width: 80%;
    height: 450px;
    -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;
  }
  .div-headline-2 {
    margin-bottom: 35px;
  }
  .div-headline-2.ingredientes {
    margin-bottom: 7px;
    margin-left: -62px;
  }
  .beneficio {
    position: static;
    width: 100%;
    height: 50px;
  }
  .beneficio._3 {
    width: 100%;
  }
  .beneficio.esquerda {
    width: 100%;
  }
  .beneficio.button {
    height: 70px;
    margin-top: 20px;
  }
  .div-texto-beneficios {
    width: 80%;
  }
  .opacidade-item {
    display: none;
  }
  .link-block-2 {
    position: static;
  }
  .div-full-laboratorio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 30px;
  }
  .div-laboratorio {
    width: 100%;
  }
  .texto-laboratorio {
    width: 100%;
    margin-top: 10px;
  }
  .item-laboratorio {
    width: 100%;
    height: 100%;
  }
  .frasco {
    position: absolute;
    left: 32px;
    top: 0px;
    width: 120px;
  }
  .div-itens-laboratorio {
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 300px;
    margin-top: 36px;
    -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;
  }
  .pote-aberto {
    position: absolute;
    left: -96px;
    top: 129px;
    width: 500px;
    max-width: 150%;
  }
  .div-ingredientes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-ingrediente {
    width: 100%;
  }
  .div-ingrediente.direita._2 {
    margin-top: 56px;
  }
  .div-ingrediente.direita._4 {
    margin-top: 55px;
  }
  .pilula-laboratorio {
    left: 63px;
    top: -16px;
    width: 28px;
  }
  .secao-depoimentos {
    overflow: hidden;
  }
  .secao-mudanca {
    overflow: visible;
    padding-bottom: 45px;
  }
  .slider {
    width: 100%;
    height: 300px;
    box-shadow: 0 0 50px 7px rgba(0, 0, 0, .07);
  }
  .div-depoimento-sexo {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  .div-2-depoimentos {
    width: 80%;
  }
  .circulo-2-depoimentos {
    overflow: visible;
  }
  .div-texto-mudanca {
    margin-top: 68px;
  }
  .div-todas-mudancas {
    width: 80%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-out-mudanca {
    width: 100%;
  }
  .div-out-mudanca.meio {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .texto-fundo-mudanca._3 {
    padding-left: 126px;
    line-height: 34px;
    text-align: left;
  }
  .pote._3 {
    margin-top: -135px;
  }
  .texto-mudanca._3 {
    margin-top: -7px;
  }
  .rotulo.topo {
    left: 7px;
    top: 65px;
    width: 105px;
  }
  .secao-garantia {
    height: 100%;
    margin-top: 0px;
    padding-top: 115px;
    padding-bottom: 40px;
  }
  .div-bg-garantia {
    right: 0px;
    width: 100%;
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headline-garantia {
    margin-top: 11px;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .div-caixa-aberta {
    position: static;
    width: 250px;
    margin-top: -62px;
  }
  .pote-garantia {
    left: 80px;
    top: -101px;
  }
  .div-block-81 {
    left: 78px;
    top: 61px;
  }
  .secao-anvisa {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .div-anvisa-completa {
    height: 100%;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .circulo-1-anvisa {
    left: 32px;
    top: 70px;
  }
  .circulo-2-anvisa {
    left: -24px;
    top: 18px;
  }
  .registro-anvisa {
    position: relative;
    left: 0px;
    top: 0px;
    width: 300px;
  }
  .caixa-fechada {
    left: 131px;
    top: 87px;
    width: 120px;
  }
  .div-anvisa-imgs {
    width: 100%;
    height: 100%;
    margin-top: 19px;
  }
  .div-anvisa {
    height: 150px;
    margin-bottom: 0px;
  }
  .texto-anvisa {
    width: 80%;
  }
  .secao-faq {
    padding-top: 40px;
  }
  .div-faq {
    width: 80%;
  }
  .div-3-perguntas {
    width: 100%;
  }
  .div-3-perguntas.topo {
    width: 100%;
  }
  .div-circulo-pergunta {
    height: 60px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .secao-original {
    overflow: hidden;
  }
  .texto-original {
    padding-left: 0px;
  }
  .titulo-original {
    padding-left: 0px;
  }
  .div-block-99 {
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .capsula-mobile-2 {
    position: absolute;
    left: -63px;
    top: -8px;
    z-index: 5;
    width: 70px;
  }
  .capsula-mobile {
    position: absolute;
    left: 75px;
    top: 58px;
    right: 40px;
    z-index: 5;
    width: 100px;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
  }
}

@font-face {
  font-family: 'Uniformcondensed';
  src: url('../fonts/UniformCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Uniformcondensed';
  src: url('../fonts/UniformCondensed-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Uniformcondensed';
  src: url('../fonts/UniformCondensed-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Uniformcondensed';
  src: url('../fonts/UniformCondensed-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Uniformcondensed';
  src: url('../fonts/UniformCondensed-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Uniform';
  src: url('../fonts/Uniform-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Uniformcondensed';
  src: url('../fonts/UniformCondensed-Black.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}