.menu_item {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.menu_item:hover {
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.menu_item.w--current {
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.menu_item.dark {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #585858;
  -webkit-text-fill-color: #585858;
  font-size: 12px;
  font-weight: 400;
}

.menu_item.dark:hover {
  border-radius: 5px;
  background-color: transparent;
  background--webkit-text-fill-color: transparent;
  color: #035f69;
  -webkit-text-fill-color: #035f69;
  text-decoration: none;
}

.menu_item.dark.w--current {
  background-color: #ececec;
  background--webkit-text-fill-color: #ececec;
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

.menu_item.dark.cta {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: #ffbf4e;
  background--webkit-text-fill-color: #ffbf4e;
  font-family: 'Open Sans', sans-serif;
  color: #035f69;
  -webkit-text-fill-color: #035f69;
  font-size: 13px;
  font-weight: 700;
}

.bar_yellow {
  position: relative;
  display: none;
  height: 30px;
  background-color: #919191;
  background--webkit-text-fill-color: #919191;
}

.texto_bar {
  display: inline-block;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: none;
}

.container_top {
  padding-top: 6px;
  font-family: Poppins, sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.underline {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}

.underline:hover {
  text-decoration: underline;
}

.body {
  background-color: #1f4346;
  background--webkit-text-fill-color: #1f4346;
  background-image: url('../images/hero_foto_home.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.body.home {
  height: 100%;
  background-image: none;
}

.navbar {
  padding: 0px;
  background-color: #035f69;
  background--webkit-text-fill-color: #035f69;
}

.navbar.branca {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
}

.container_nav {
  margin-top: 25px;
}

.container_nav.paddingzero {
  margin-top: 0px;
}

.h1_35 {
  display: inline-block;
  margin-top: 130px;
  font-family: Poppins, sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.h1_35._100 {
  width: 100%;
  margin-top: 50px;
}

.h1_35._100.intrenal {
  font-size: 36px;
  text-transform: uppercase;
}

.h1_35._100.intrenal.comofunciona {
  margin-top: 0px;
  font-size: 36px;
}

.h1_35._100.intrenal.comofunciona.big {
  color: #035f69;
  -webkit-text-fill-color: #ffffff;
  font-size: 50px;
  font-weight: 600;
}

.h1_35.home {
  margin-top: 10px;
  font-size: 36px;
  text-transform: uppercase;
}

.yellow {
  display: inline-block;
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.link_download {
  float: none;
}

.div_downloads {
  display: inline-block;
  margin-top: 70px;
}

.div_downloads.comofunciona {
  margin-top: 25px;
}

.div_downloads.comofunciona.cta_interno {
  display: none;
}

.div_downloads.ctahome {
  display: block;
  float: none;
}

.div_downloads.ctahome.full {
  width: 100%;
  margin-top: 0px;
  margin-left: -14px;
  float: none;
}

.div_downloads.ctahome.full.centered {
  display: inline-block;
  text-align: right;
}

.div_downloads.ctahome.full.centered.rodape {
  margin-left: 9px;
}

.div_downloads.ctahome.full.right {
  margin-top: 47px;
  margin-left: auto;
  text-align: right;
}

.div_downloads.ctahome.hero {
  margin-top: 20px;
  margin-left: -13px;
}

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer.dark {
  padding-bottom: 20px;
  background-color: #035f69;
  background--webkit-text-fill-color: #035f69;
}

.link_footer {
  margin-right: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}

.link_footer:hover {
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.link_footer.w--current {
  font-family: 'PT Sans', sans-serif;
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.link_footer.plat {
  display: none;
}

.link_footer.yellow {
  margin-right: 0px;
  padding: 6px;
  border: 1px solid #ffbf4e;
  -webkit-transition: color 200ms ease, border 200ms ease;
  transition: color 200ms ease, border 200ms ease;
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.link_footer.yellow:hover {
  border-color: #fff;
  border--webkit-text-fill-color: #fff;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.div_assinatura {
  display: inline-block;
  float: right;
}

.roboto_12 {
  display: inline-block;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.sessao_meio {
  height: 700px;
  padding-top: 200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sessao_meio.comofunciona {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 150px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/salus_comofunciona.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sessao_meio.comofunciona.saluspro {
  height: 700px;
  padding-bottom: 150px;
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
  background-image: url('../images/bg-download.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.container_footer {
  margin-top: 20px;
  margin-bottom: 17px;
}

.container_hero {
  display: block;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container_hero.comofunciona {
  padding-top: 0px;
}

.img_download.menor {
  width: 150px;
}

.img_download.home {
  width: 200px;
}

.img_download.home.small {
  width: 150px;
}

.column_screen {
  display: block;
  padding-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.spacer._30 {
  height: 30px;
}

.seta_amarela {
  margin-top: -36px;
  float: right;
}

.column_comofunciona {
  padding-right: 50px;
}

.drop {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.drop:hover {
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.drop.dark {
  display: none;
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

.drop_app {
  margin-bottom: 2px;
  padding-left: 41px;
  border-radius: 5px;
  background-color: rgba(3, 95, 105, .78);
  background--webkit-text-fill-color: rgba(3, 95, 105, .78);
  background-image: url('../images/android-64_1android-64.png');
  background-position: 18px 8px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
}

.drop_app:hover {
  background-color: rgba(3, 95, 105, .65);
  background--webkit-text-fill-color: rgba(3, 95, 105, .65);
}

.drop_app.ios {
  background-image: url('../images/apple-64_1apple-64.png');
  background-size: 20px 20px;
}

.dd_list.w--open {
  background-color: transparent;
  background--webkit-text-fill-color: transparent;
}

.brand_pad {
  margin-top: 10px;
}

.brand_pad.w--current {
  margin-top: 10px;
}

.div_submenu_interno {
  margin-bottom: 48px;
}

.line_grey {
  height: 1px;
  background-color: #ddd;
  background--webkit-text-fill-color: #ddd;
}

.link_sub_interno {
  display: inline;
  margin-right: 25px;
  padding-bottom: 25px;
  border-bottom: 3px solid #f9f9f9;
  font-family: Poppins, sans-serif;
  color: #7e7e7e;
  -webkit-text-fill-color: #7e7e7e;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link_sub_interno.w--current {
  display: inline-block;
  padding-bottom: 25px;
  border-bottom: 2px solid #035f69;
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

.link_sub_interno.plataforma {
  display: none;
}

.link_grey {
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

.txtblock {
  font-family: 'PT Sans', sans-serif;
  color: white;
  -webkit-text-fill-color: white;
  font-weight: 300;
}

.txtblock.padrao {
  font-size: 16px;
  line-height: 25px;
}

.sec_passo {
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
}

.sec_passo.final {
  display: block;
  height: 500px;
  padding-top: 117px;
  padding-bottom: 0px;
  background-color: #035f69;
  background--webkit-text-fill-color: #035f69;
  background-image: url('../images/salus_heros.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-attachment: fixed;
}

.sec_passo.final.verde {
  height: 500px;
  padding-top: 112px;
  background-image: -webkit-linear-gradient(185deg, transparent 47%, #fff), url('../images/salus_heros.jpg');
  background-image: linear-gradient(265deg, transparent 47%, #fff), url('../images/salus_heros.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.sec_passo.final.prosite {
  height: auto;
  padding-bottom: 117px;
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
  background-image: url('../images/pexels-photo-305821.jpg');
}

.h2 {
  font-family: Poppins, sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}

.h2.cinza {
  color: #035f69;
  -webkit-text-fill-color: #035f69;
  font-size: 32px;
}

.h2.dark {
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

.h2.yellow {
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.h2.yellow.green {
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

.h2.yellow.green.smallcaps {
  font-size: 21px;
  line-height: 25px;
  text-transform: none;
}

.seta {
  display: inline-block;
}

.container_baixe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.section_home_hero {
  display: none;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/bg_salus_home.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/bg_salus_home.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, auto;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  height: 100%;
  padding-top: 80px;
  background-color: rgba(0, 0, 0, .5);
  background--webkit-text-fill-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.cta_cadastro {
  margin-left: 4%;
  float: left;
  background-color: #035f69;
  background--webkit-text-fill-color: #035f69;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-weight: 400;
}

.cta_cadastro:hover {
  background-color: #024a52;
  background--webkit-text-fill-color: #024a52;
}

.cta_cadastro.nopad {
  margin-top: 10px;
  margin-left: 0%;
  float: none;
}

.cta_cadastro.nopad.yellow {
  background-color: #ffbf4e;
  background--webkit-text-fill-color: #ffbf4e;
}

.column_iphone {
  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-align: center;
}

.link-medico-mini {
  display: block;
  width: 100%;
  margin-top: 25px;
  padding: 20px 10px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d6d6d6;
  text-decoration: none;
}

.div-opcoes-agendar {
  display: inline-block;
  width: 100%;
}

.dd {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  font-family: 'PT Sans', sans-serif;
  color: #585858;
  -webkit-text-fill-color: #585858;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.dd:hover {
  background-color: transparent;
  background--webkit-text-fill-color: transparent;
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

.dd.mobile {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 41px;
  border-radius: 5px;
  background-image: url('../images/icon.svg');
  background-position: 6px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.dd-list.w--open {
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
  box-shadow: 6px 6px 10px -4px rgba(0, 0, 0, .59);
}

.dd-list.download.w--open {
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
}

.dd-link {
  font-family: 'PT Sans', sans-serif;
  color: #585858;
  -webkit-text-fill-color: #585858;
  font-size: 13px;
}

.dd-link:hover {
  background-color: #035f69;
  background--webkit-text-fill-color: #035f69;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.dd-link.w--current {
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.dd-link.smartphone {
  padding-left: 37px;
  background-image: url('../images/android.svg');
  background-position: 8px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  color: #2c2c2c;
  -webkit-text-fill-color: #2c2c2c;
}

.dd-link.smartphone:hover {
  background-color: #f0f0f0;
  background--webkit-text-fill-color: #f0f0f0;
}

.dd-link.smartphone.ios {
  background-image: url('../images/apple-big-logo.svg');
  background-size: 25px;
}

.txt-amarelo {
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

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

.cassiano.left {
  margin-right: 20px;
  padding-right: 32px;
  float: none;
}

.link-novidade {
  position: absolute;
  display: none;
  width: 230px;
  margin-top: -26px;
  font-family: Lato, sans-serif;
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-novidade:hover {
  text-decoration: underline;
}

.dente {
  margin-top: 3px;
  margin-right: 10px;
  float: left;
}

.features {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #fcfcfc;
  background--webkit-text-fill-color: #fcfcfc;
}

.features._2 {
  padding-bottom: 50px;
  background-color: #035f69;
  background--webkit-text-fill-color: #035f69;
  background-image: -webkit-linear-gradient(270deg, rgba(3, 95, 105, .75), rgba(3, 95, 105, .75)), url('../images/bg_top_salus.jpg');
  background-image: linear-gradient(180deg, rgba(3, 95, 105, .75), rgba(3, 95, 105, .75)), url('../images/bg_top_salus.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
}

.features._2.pricing {
  background-color: #fcfcfc;
  background--webkit-text-fill-color: #fcfcfc;
  background-image: none;
}

.features._3 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.features._3.w {
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
}

.column-5 {
  text-align: center;
}

.row-4.screens {
  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;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.price-wrapper {
  width: 100%;
  padding-left: 0px;
}

.product-card-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 10px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  color: #ffbf4e;
  -webkit-text-fill-color: #ffbf4e;
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  font-family: 'PT Sans', sans-serif;
  color: rgba(51, 51, 51, .4);
  -webkit-text-fill-color: rgba(51, 51, 51, .4);
}

.product-card-image {
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-image: linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
}

.product-card-image.product-card-2 {
  background-image: url('../images/2.jpg'), -webkit-linear-gradient(270deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-image: url('../images/2.jpg'), linear-gradient(180deg, hsla(0, 0%, 96%, .5), hsla(0, 0%, 96%, .5));
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
}

.product-card-image.product-card-2._4 {
  background-image: url('../images/4.jpg'), -webkit-linear-gradient(270deg, transparent, transparent);
  background-image: url('../images/4.jpg'), linear-gradient(180deg, transparent, transparent);
  background-size: 85%, auto;
  background-repeat: no-repeat, repeat;
}

.product-card-image.product-card-1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.product-card-image.product-card-3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
}

.divider-2 {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
  background--webkit-text-fill-color: #eee;
}

.style-label {
  font-family: 'PT Sans', sans-serif;
  color: #555;
  -webkit-text-fill-color: #555;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.product-name-title {
  margin-top: 6px;
  padding-right: 0px;
  font-family: Poppins, sans-serif;
  color: #035f69;
  -webkit-text-fill-color: #035f69;
  font-weight: 400;
  text-transform: none;
}

.product-name-title.small {
  color: #555;
  -webkit-text-fill-color: #555;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.product-card {
  border-radius: 8px;
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  cursor: pointer;
}

.product-card:hover {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, .15);
  -webkit-transform: translate(0px, -6px) scale(1.02);
  -ms-transform: translate(0px, -6px) scale(1.02);
  transform: translate(0px, -6px) scale(1.02);
}

.big-article-title-wrapper {
  width: 100%;
}

.big-article {
  border-radius: 8px;
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .05);
}

.big-article.inv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.big-article-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 30px 40px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  background--webkit-text-fill-color: #fff;
}

.big-article-image-wrapper {
  height: 400px;
  padding-left: 0px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-image: url('../images/fb.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.big-article-image-wrapper.w {
  background-image: url('../images/pexels-photo-46924.jpg');
}

.big-article-image-wrapper.p {
  background-image: url('../images/cover-fb.jpg');
}

.big-article-image-wrapper.s {
  background-image: url('../images/pexels-photo-374074.jpg');
}

.link-verde {
  color: #035f69;
  -webkit-text-fill-color: #035f69;
}

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

.div-block-2 {
  width: 100%;
}

.row-5 {
  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;
}

html.w-mod-js *[data-ix="fade-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 39px);
  -ms-transform: translate(0px, 39px);
  transform: translate(0px, 39px);
}

html.w-mod-js *[data-ix="fade-scroll-t2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 61px);
  -ms-transform: translate(0px, 61px);
  transform: translate(0px, 61px);
}

html.w-mod-js *[data-ix="modal-wrapper"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="left-to-right-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix="display-none-opcoes-consulta"] {
  display: none;
  opacity: 1;
  height: 0px;
}

@media (max-width: 991px) {
  .menu_item.dark {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .menu_item.dark:hover {
    background-color: #02535c;
    background--webkit-text-fill-color: #02535c;
  }
  .menu_item.dark.w--current {
    background-color: transparent;
    background--webkit-text-fill-color: transparent;
    color: #ffbf4e;
    -webkit-text-fill-color: #ffbf4e;
  }
  .menu_item.dark.cta {
    display: block;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .texto_bar {
    float: right;
  }
  .body {
    background-position: 50% 50%;
  }
  .body.home {
    background-position: 50% 50%;
  }
  .h1_35 {
    margin-top: auto;
    float: left;
    font-size: 25px;
    line-height: 38px;
  }
  .h1_35._100.intrenal {
    margin-top: 0px;
    font-size: 30px;
  }
  .yellow {
    display: block;
  }
  .link_download {
    display: inline-block;
    float: none;
  }
  .div_downloads {
    float: left;
  }
  .div_downloads.comofunciona {
    display: block;
    float: none;
  }
  .div_downloads.ctahome.full {
    margin-left: -27px;
    text-align: center;
  }
  .div_downloads.ctahome.full.centered.rodape {
    text-align: center;
  }
  .div_downloads.ctahome.full.right {
    margin-top: 70px;
    text-align: center;
  }
  .footer {
    padding-bottom: 20px;
    text-align: center;
  }
  .footer.dark {
    margin-top: auto;
    padding-bottom: 20px;
  }
  .link_footer.yellow {
    display: block;
    width: 300px;
    margin: 15px auto;
  }
  .div_assinatura {
    float: none;
  }
  .sessao_meio {
    margin-top: 125px;
    padding-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sessao_meio.comofunciona {
    margin-top: 0px;
    padding: 50px 50px 0px;
  }
  .menu_hamburguer {
    background-color: #035f69;
    background--webkit-text-fill-color: #035f69;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .menu_hamburguer.w--open {
    background-color: #035f69;
    background--webkit-text-fill-color: #035f69;
  }
  .navmobo_opened {
    padding-bottom: 25px;
    background-color: #046069;
    background--webkit-text-fill-color: #046069;
  }
  .container_hero {
    padding-top: 134px;
    padding-bottom: 0px;
  }
  .img_download.menor {
    display: inline-block;
    width: 150px;
  }
  .img_download.home {
    width: 150px;
  }
  .img_download.home.small {
    width: 120px;
  }
  .column_screen {
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .column_screen.phone {
    padding-top: 69px;
  }
  .column_comofunciona {
    padding-left: 0px;
  }
  .drop.dark {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .link_sub_interno {
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .link_sub_interno.w--current {
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #ececec;
    background--webkit-text-fill-color: #ececec;
  }
  .sec_passo {
    padding-right: 40px;
    padding-left: 40px;
  }
  .sec_passo.final {
    height: 350px;
  }
  .h2 {
    font-size: 24px;
  }
  .seta {
    margin-right: 10px;
    float: right;
  }
  .section_home_hero {
    height: auto;
    padding-bottom: 100px;
    padding-left: 30px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/bg_salus_home.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg_salus_home.jpg');
    background-position: 0px 0px, 28% 50%;
  }
  .link-medico-mini {
    padding-left: 10px;
  }
  .dd {
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
  .dd:hover {
    background-color: #02535c;
    background--webkit-text-fill-color: #02535c;
  }
  .dd.w--open {
    background-color: #02535c;
    background--webkit-text-fill-color: #02535c;
  }
  .dd.mobile {
    padding-left: 20px;
    background-image: none;
  }
  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-6 {
    padding-bottom: 50px;
  }
  .row-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .big-article-content-wrapper {
    height: auto;
  }
  .big-article-image-wrapper {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
}

@media (max-width: 767px) {
  .bar_yellow {
    height: 60px;
  }
  .container_top {
    padding-right: 20px;
    padding-left: 20px;
  }
  .body.home {
    background-position: 50% 50%;
  }
  .h1_35 {
    display: block;
    margin-top: 48px;
    float: none;
    font-size: 21px;
    line-height: 28px;
  }
  .h1_35._100.intrenal {
    font-size: 31px;
    line-height: 35px;
  }
  .h1_35.home {
    line-height: 36px;
  }
  .link_download {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }
  .div_downloads {
    margin-top: 9px;
    float: none;
  }
  .div_downloads.ctahome {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div_downloads.ctahome.full {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div_downloads.ctahome.full.centered {
    text-align: center;
  }
  .div_downloads.ctahome.full.right {
    margin-top: 0px;
  }
  .footer {
    text-align: center;
  }
  .link_footer {
    margin-right: 25px;
  }
  .div_assinatura {
    display: block;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .sessao_meio {
    margin-top: 45px;
  }
  .sessao_meio.comofunciona {
    padding-right: 30px;
    padding-left: 30px;
    background-size: cover;
  }
  .menu_hamburguer.w--open {
    background-color: #035f69;
    background--webkit-text-fill-color: #035f69;
  }
  .navmobo_opened {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container_hero {
    padding-top: 57px;
  }
  .container_hero.comofunciona {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .img_download {
    width: 120px;
  }
  .img_download.home {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }
  .img_download.home.small {
    width: 188px;
  }
  .column_screen {
    display: block;
    padding-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
  .column_screen.phone {
    padding-top: 0px;
  }
  .column_comofunciona {
    margin-top: 41px;
    margin-bottom: 29px;
  }
  .brand_pad {
    margin-top: 8px;
    padding-left: 20px;
  }
  .line_separator {
    height: 1px;
    margin-top: 17px;
    background-color: hsla(0, 0%, 57%, .55);
    background--webkit-text-fill-color: hsla(0, 0%, 57%, .55);
  }
  .sec_passo {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container_baixe {
    padding-right: 0px;
    text-align: center;
  }
  .section_home_hero {
    height: auto;
    padding-right: 30px;
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/bg_salus_home.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/bg_salus_home.jpg');
    background-position: 0px 0px, 69% 50%;
  }
  .modal-wrapper {
    display: none;
  }
  .cta_cadastro {
    margin-left: 21%;
  }
  .column_iphone {
    display: block;
    text-align: center;
  }
  .div_center {
    text-align: center;
  }
  .link-novidade {
    position: relative;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .menu_item.dark.cta {
    width: 95%;
  }
  .bar_yellow {
    height: 85px;
    padding-top: 4px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .body {
    background-position: 68% 50%;
  }
  .body.home {
    background-position: 43% 50%;
    background-size: auto;
  }
  .container_nav {
    margin-top: 0px;
    padding-top: 11px;
  }
  .container_nav.paddingzero {
    padding-top: 0px;
  }
  .h1_35 {
    display: block;
    width: 100%;
    margin: 35px auto 41px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 27px;
    line-height: 28px;
    text-align: center;
  }
  .h1_35._100.intrenal {
    padding-left: 0px;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
  }
  .h1_35._100.intrenal.comofunciona {
    padding-right: 0px;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .h1_35._100.intrenal.comofunciona.big {
    line-height: 45px;
  }
  .h1_35.home {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 30px;
  }
  .link_download {
    width: 100%;
  }
  .div_downloads {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .div_downloads.comofunciona {
    width: 100%;
    text-align: center;
  }
  .div_downloads.ctahome.full {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .div_downloads.ctahome.full.centered {
    text-align: center;
  }
  .div_downloads.ctahome.hero {
    display: inline-block;
    width: 70%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    margin-top: 20px;
  }
  .link_footer {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .sessao_meio {
    margin-top: 0px;
  }
  .sessao_meio.comofunciona {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .sessao_meio.comofunciona.saluspro {
    height: 750px;
    background-position: 0px 0%;
  }
  .container_footer {
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu_hamburguer {
    width: 67px;
    height: 68px;
    padding-top: 24px;
    padding-left: 22px;
  }
  .navmobo_opened {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container_hero {
    padding-top: 0px;
  }
  .container_hero.comofunciona {
    display: block;
  }
  .img_download {
    width: 100%;
    margin-top: 10px;
  }
  .img_download.menor {
    width: 100px;
  }
  .img_download.home {
    margin-top: 0px;
  }
  .img_download.home.small {
    width: 215px;
  }
  .img_download.home.hero {
    width: auto;
  }
  .img_download.home.hero-gplay {
    width: auto;
  }
  .column_comofunciona {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .brand_pad {
    padding-top: 3px;
  }
  .brand_pad.w--current {
    padding-bottom: 12px;
  }
  .line_separator {
    height: 1px;
    padding-top: 0px;
    background-color: hsla(0, 0%, 100%, .17);
    background--webkit-text-fill-color: hsla(0, 0%, 100%, .17);
  }
  .sec_passo {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sec_passo.final {
    height: auto;
    padding-bottom: 50px;
  }
  .sec_passo.final.verde {
    background-position: 0px 0px, 27% 0px;
  }
  .h2 {
    font-size: 24px;
  }
  .h2.cinza {
    font-size: 30px;
  }
  .section_home_hero {
    height: auto;
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_salus_home.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg_salus_home.jpg');
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
  }
  .cta_cadastro {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .cassiano.left {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .row-4 {
    display: block;
  }
  .row-4.screens {
    display: block;
  }
  .product-card-image.product-card-2._4 {
    background-image: url('../images/4.jpg'), -webkit-linear-gradient(270deg, null, null);
    background-image: url('../images/4.jpg'), linear-gradient(180deg, null, null);
    background-size: 60%, auto;
  }
  .product-card-image.product-card-3 {
    background-size: 80%;
    background-repeat: no-repeat;
  }
  .big-article {
    padding-right: 10px;
    padding-left: 10px;
  }
  .big-article.inv {
    display: block;
  }
  .big-article-content-wrapper {
    padding: 25px 10px;
  }
  .row-5 {
    display: block;
  }
  .column-8 {
    text-align: center;
  }
}

