

.hero-slider {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  background-color: #fff;
}

.slide-1 {
  height: 740px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/family_hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-family: 'Myriadpro 4', sans-serif;
  line-height: 21px;
  text-transform: uppercase;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 6px solid rgba(239, 75, 90, 0);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #969696;
}

.nav-link:hover {
  border-top-color: rgba(239, 75, 90, .23);
}

.nav-link.w--current {
  border-top: 6px solid #ef4b5a;
  color: #1a1a1a;
}

.drop-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  padding-right: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ef4b5a;
}

.heading-1 {
  max-width: 875px;
  margin-bottom: 0px;
  font-family: 'Myriadpro 6', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 62px;
  font-weight: 300;
  text-align: center;
}

.heading-1.heading-slide-2 {
  margin-bottom: 60px;
}

.hero-icons-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 60px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.hero-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  -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;
  font-family: 'Myriadpro 4', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
}

.text-block {
  font-weight: 600;
}

.icon-ball {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 150px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.hero-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 70px;
  -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: 100px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}

.hero-button:hover {
  background-color: #ef4b5a;
  color: #fff;
}

.slide-nav {
  font-size: 10px;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.right-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 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;
}

.left-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-hero {
  width: 100%;
  padding-top: 90px;
  float: none;
  clear: left;
}

.section-open {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: none;
  clear: left;
  font-family: 'Myriadpro 6', sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.body {
  padding-top: 0px;
  background-color: #fff;
}

.heading-2 {
  display: block;
  max-width: 700px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Myriadpro 6', sans-serif;
  color: #ef4b5a;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
}

.heading-2.heading-white {
  color: #fff;
}

.section-parceiros {
  width: 100%;
  height: 200px;
  margin-bottom: 0px;
  float: none;
  clear: left;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.slider-parceiros {
  height: 200px;
  background-color: #fff;
}

.mask {
  padding-right: 15px;
  padding-left: 15px;
}

.slide-parceiro-1 {
  width: 20%;
}

.hero-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 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;
}

.box-slide-parceiro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 25px;
  padding-left: 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;
}

.slide-parceiros-nav {
  padding-top: 15px;
  font-size: 7px;
}

.container-slide-parceiros {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.right-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  color: #be1e1e;
}

.left-arrow-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
  color: #e00000;
}

.grey-arrow-l {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-vantagens {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: left;
}

.container-vantagens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.vantagem-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vantagem-block.vantagem-invert {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-vantagem {
  margin-bottom: 10px;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}

.vantagem-line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #d6d6d6;
}

.vantagem-wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vantagem-body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
}

.vantagem-text {
  width: 80%;
  margin-bottom: 15px;
}

.button-vantagens {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 50px;
  padding-top: 11px;
  -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: 1px solid #ef4b5a;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-weight: 600;
}

.button-vantagens:hover {
  background-color: #ef4b5a;
  color: #fff;
}

.overlay-saude {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100vw;
  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;
  background-color: hsla(0, 0%, 100%, .8);
}

.ativantagens-popup {
  position: absolute;
  z-index: 1050;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 770px;
  max-height: 700px;
  padding: 20px 0px;
  -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;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.ativ-imagem {
  margin-bottom: 20px;
  margin-left: 20px;
}

.ativ-saude-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ativ-saude-coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #f5f5f5;
  font-family: Lato, sans-serif;
  color: #737373;
  text-align: center;
}

.ativ-saude-coluna.last-coluna {
  border-right-style: none;
}

.ativ-coluna-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  -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: #f5f5f5;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.ativ-icon {
  margin-bottom: 10px;
}

.ativ-coluna-texto {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
}

.image {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.close-popup {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #737373;
  font-family: 'Myriadpro 4', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  text-transform: none;
}

.section-odonto {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  clear: left;
  background-color: #ef4b5a;
  font-family: 'Myriadpro 6', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
}

.odonto-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-odonto {
  margin-right: 20px;
}

.paragraph {
  line-height: 48px;
  font-style: italic;
  font-weight: 300;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  margin-left: 40px;
  -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;
  font-size: 44px;
}

.observacao {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
}

.section-como-funciona {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  float: none;
  clear: left;
  font-family: 'Myriadpro 6', sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.video-previa {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-play {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin: auto;
}

.play-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 20%;
  margin: auto;
}

.section-planos {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: none;
  clear: left;
  font-family: 'Myriadpro 6', sans-serif;
  font-size: 42px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}

.container-planos {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 0px;
}

.planos-nav {
  display: none;
  font-size: 12px;
}

.slider {
  height: 880px;
  background-color: transparent;
}

.slider-footer {
  font-size:11px;
  color:#999;
  text-align:center;
}

.slide-plano {
  width: 25%;
  padding-top: 10px;
}

.plano-fundo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.plano-fundo img {
  border-radius: 12px;
}

.plano-heading {
  font-family: 'Myriadpro 4', sans-serif;
  color: #119756;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.card {
  position: absolute;
  left: -6%;
  top: 55px;
  right: 0%;
  bottom: 55px;
  display: block;
  max-width: 112%;
  margin-right: auto;
  margin-left: auto;
}

.plano-preco-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 230px;
  margin-bottom: 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;
  font-family: 'Myriadpro 4', sans-serif;
  color: #119756;
  font-weight: 700;
}

.cifra {
  font-size: 18px;
  line-height: 30px;
}

.preco-big {
  font-size: 48px;
  line-height: 50px;
}

.preco-small {
  font-size: 18px;
  line-height: 30px;
}

.plano-resumo {
  background-color: #119756;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
  line-height: 20px;
  font-weight: 400;
}

.beneficios {
  padding-top: 14px;
  padding-bottom: 10px;
  font-family: 'Myriadpro 4', sans-serif;
  color: #119756;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.beneficio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dedede;
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}

.beneficio-wrapper.odonto-off {
  border-bottom: 1px solid #dedede;
  color: hsla(0, 0%, 45%, .3);
}

.beneficio-icon-plano {
  width: 40px;
  height: 40px;
  max-width: 100%;
  margin-right: 10px;
}

.beneficio-name {
  font-size: 18px;
  font-weight: 400;
}

.odonto-off-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.off-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.odonto-opcional {
  color: #119756;
  font-size: 14px;
  line-height: 12px;
  font-style: italic;
  font-weight: 300;
}

.odonto-opcional.orange {
  color: hsla(0, 0%, 45%, .3);
}

.plano-heading-pop {
  font-family: 'Myriadpro 4', sans-serif;
  color: #1960ad;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.img-pop {
  margin-top: 1px;
  margin-left: -3px;
  height: 190px;
}

.img-plan {
  margin-top: 1px;
  margin-left: -3px;
  height: 800px;
}

.plano-preco-wrapper-pop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 230px;
  margin-bottom: 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;
  font-family: 'Myriadpro 4', sans-serif;
  color: #1960ad;
  font-weight: 700;
}

.plano-resumo-pop {
  background-color: #1960ad;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.beneficios-pop {
  padding-top: 14px;
  padding-bottom: 10px;
  font-family: 'Myriadpro 4', sans-serif;
  color: #1960ad;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.plano-heading-familia {
  font-family: 'Myriadpro 4', sans-serif;
  color: #1960ad;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.plano-preco-wrapper-familia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 230px;
  margin-bottom: 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;
  font-family: 'Myriadpro 4', sans-serif;
  color: #f69200;
  font-weight: 700;
}

.plano-resumo-familia {
  background-color: #f69200;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.beneficios-familia {
  padding-top: 14px;
  padding-bottom: 10px;
  font-family: 'Myriadpro 4', sans-serif;
  color: #f69200;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.plano-heading-master {
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

.plano-preco-wrapper-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 230px;
  margin-bottom: 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;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-weight: 700;
}

.plano-resumo-master {
  background-color: #ef4b5a;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.beneficios-master {
  padding-top: 14px;
  padding-bottom: 10px;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.odonto-on-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #737373;
}

.odonto-incluso {
  color: #e12b59;
  font-size: 14px;
  line-height: 12px;
  font-style: italic;
  font-weight: 300;
}

.button-plano {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 50px;
  margin-top: 20px;
  padding-top: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 100px;
  background-color: #119756;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Myriadpro 4', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-plano:hover {
  background-color: #0b7a44;
}

.button-plano.blue-plano {
  background-color: #1960ad;
}

.button-plano.blue-plano:hover {
  background-color: #1a4e86;
}

.button-plano.orange-plano {
  background-color: #f69200;
}

.button-plano.orange-plano:hover {
  background-color: #d6830a;
}

.button-plano.pink-plano {
  background-color: #ef4b5a;
}

.button-plano.pink-plano:hover {
  background-color: #cf3d4a;
}

.heart-hero {
  margin-top: 10px;
}

.hero-icon {
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fundo-planos {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 500px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #f36b21;
}

.section-testemunha {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  clear: left;
  background-color: #ef4b5a;
}

.sub-titulo-miolo {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.testemunha-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.testemunha-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  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;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.testemunha-image {
  margin-bottom: 20px;
}

.nome {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #fff3f3;
  font-family: 'Myriadpro 6', sans-serif;
  font-style: italic;
  font-weight: 300;
}

.testemunha-body {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 23px;
}

.section-faq {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  clear: left;
}

.faq-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 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;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
  color: #ef4b5a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.faq-txt-body {
  width: 840px;
}

.faq-container {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.faq-dropdown {
  width: 100%;
}

.faq-toggle {
  width: 100%;
  padding: 25px 0px 0px;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

.faq-list {
  position: relative;
  display: none;
  overflow: hidden;
  height: 0px;
  background-color: transparent;
}

.faq-wrapper {
  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;
}

.faq-closed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  max-width: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}

.faq-pergunta {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #dedede;
}

.faq-txt-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 16px;
  font-weight: 300;
}

.faq-closed-box {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.faq-open {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.section-newsletter {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
  clear: left;
  background-color: #293e4a;
}

.form-container {
  display: block;
  max-width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

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

.text-field {
  width: 500px;
  height: 70px;
  margin-right: 50px;
  margin-bottom: 0px;
  padding-top: 14px;
  border-radius: 100px;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Myriadpro 6', sans-serif;
  color: #737373;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.text-field:hover {
  box-shadow: inset 0 0 15px 0 rgba(239, 75, 90, .6);
}

.text-field:active {
  border-style: none;
}

.text-field::-webkit-input-placeholder {
  color: silver;
}

.text-field:-ms-input-placeholder {
  color: silver;
}

.text-field::placeholder {
  color: silver;
}

.submit-button {
  width: 250px;
  height: 70px;
  padding-top: 15px;
  border-radius: 100px;
  background-color: #3d5ec0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Myriadpro 4', sans-serif;
  color: white;
  font-size: 18px;
}

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

.section-footer {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
  clear: left;
  background-color: #293e4a;
}

.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 220px;
  padding-right: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #737373;
  font-weight: 400;
}

.footer-block-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 330px;
  padding-right: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
  color: #e1e1e1;
  font-weight: 400;
}

.footer-block.footer-middle {
  max-width: none;
  padding-left: 30px;
  /* border-right: 1px solid #d6d6d6; */
  border-left: 1px solid #d6d6d6;
}

.footer-block.footer-last {
  max-width: none;
  padding-right: 0px;
  padding-left: 30px;
}

.footer-link {
  margin-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f8f8f8;
  text-decoration: none;
}

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

.nav-brand {
  margin-bottom: 10px;
}

.footer-heading {
  margin-bottom: 10px;
  font-family: 'Myriadpro 4', sans-serif;
  color: #efefef;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.gateways {
  margin-bottom: 15px;
}

.social-wrapper {
  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;
}

.link-block {
  margin-right: 15px;
}

.form-first-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-first-line.second-line {
  margin-bottom: 0px;
}

.footer-nome {
  width: 170px;
  height: 50px;
  margin-right: 20px;
  margin-bottom: 0px;
  border-style: none;
  border-radius: 100px;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Myriadpro 6', sans-serif;
  color: #737373;
  font-style: italic;
  text-align: center;
}

.footer-nome:hover {
  box-shadow: inset 0 0 15px 0 rgba(239, 75, 90, .25);
}

.footer-nome::-webkit-input-placeholder {
  color: #bebdbd;
}

.footer-nome:-ms-input-placeholder {
  color: #bebdbd;
}

.footer-nome::placeholder {
  color: #bebdbd;
}

.text-block-4 {
  margin-bottom: 5px;
}

.submit-button-2 {
  width: 170px;
  height: 50px;
  padding-top: 12px;
  border-radius: 100px;
  background-color: #3d5ec0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Myriadpro 4', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #47598d;
}

.nav-drop-list.w--open {
  right: 12px;
  width: 220px;
  margin-top: 11px;
  padding: 10px 20px 5px;
  background-color: #fff;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .15), 0 2px 7px 0 rgba(0, 0, 0, .1);
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 14px;
  font-weight: 700;
}

.nav-rede-arrow {
  position: absolute;
  top: 4px;
  right: 17px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.nav-drop-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #737373;
  text-decoration: none;
}

.nav-drop-link:hover {
  color: #ed4d5d;
}

.nav-drop-link.drop-last {
  border-bottom-color: transparent;
}

.nav-drop-text {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.nav-drop-icon {
  margin-right: 10px;
}

.ativ-popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  -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;
}

.popup-fundo-heading {
  margin-bottom: 30px;
  padding: 20px 100px;
  background-color: #fafafa;
  font-family: Lato, sans-serif;
  color: #737373;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.ativ-popup-img {
  max-width: 80%;
}

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

.logo-footer {
  margin-top: -10px;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 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;
  background-color: #293e4a;
  font-family: 'Myriadpro 6', sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
}

.overlay-lazer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  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;
  background-color: hsla(0, 0%, 100%, .8);
}

.overlay-educacao {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  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;
  background-color: hsla(0, 0%, 100%, .8);
}

.overlay-compras {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  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;
  background-color: hsla(0, 0%, 100%, .8);
}

.left-planos-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.right-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-4 {
  position: absolute;
  left: 25px;
  top: 410px;
}

.left-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.image-5 {
  position: absolute;
  top: 410px;
  right: 25px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.close-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100vw;
  height: 100vh;
}

.overlay-individual {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100vw;
  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;
  background-color: hsla(0, 0%, 100%, .8);
}

.popup-plano {
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  padding-bottom: 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;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.plano-line {
  width: 100%;
  height: 10px;
  background-color: #119756;
}

.plano-line.line-master {
  background-color: #ef4b5a;
}

.popup-plano-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -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-bottom: 1px solid #dedede;
  font-family: 'Myriadpro 4', sans-serif;
  color: #119756;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.popup-plano-header.master {
  color: #ef4b5a;
}

.image-6 {
  margin-right: 20px;
}

.popup-individual-button {
  width: 160px;
  height: 40px;
  margin-top: 20px;
  padding-top: 12px;
  border-radius: 100px;
  background-color: #ef4b5a;
  font-family: 'Myriadpro 4', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.popup-individual-button.off {
  background-color: #737373;
}

.overlay-master {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100vw;
  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;
  background-color: hsla(0, 0%, 100%, .8);
}

.popup-aviso {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #737373;
  font-style: italic;
  font-weight: 300;
}

.popup-plano-master-2 {
  position: absolute;
  z-index: 1002;
  display: none;
  width: 340px;
  padding-bottom: 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;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.plano-master-qtd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 50px;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-radius: 100px;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Myriadpro 6', sans-serif;
  color: #c5c5c5;
  font-style: normal;
  text-align: center;
}

.plano-master-qtd:hover {
  box-shadow: inset 0 0 15px 0 rgba(239, 75, 90, .25);
}

.plano-master-qtd::-webkit-input-placeholder {
  color: #bebdbd;
}

.plano-master-qtd:-ms-input-placeholder {
  color: #bebdbd;
}

.plano-master-qtd::placeholder {
  color: #bebdbd;
}

.popup-plano-voltar {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #737373;
  font-style: italic;
  font-weight: 300;
}

.success-message {
  background-color: #fff;
  font-family: 'Myriadpro 4', sans-serif;
  color: #ef4b5a;
  font-size: 16px;
}

.error-message {
  border: 1px solid #fff;
  background-color: transparent;
  font-family: 'Myriadpro 4', sans-serif;
  color: #fff;
  text-align: center;
}

.success-message-2 {
  background-color: #ef4b5a;
  color: #fff;
}

.error-message-2 {
  background-color: #ef4b5a;
  color: #fff;
  text-align: center;
}

/** qr code**/

.qrcode{
  display: inline;
  text-align: center;
  justify-content: center;
  
}

.qrcode img{
  display: inline;
  margin: auto;
  width: 198px;
  height: 200px;
}

.icon-modal-pix{
  margin:auto;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 25px;
}

.content-cod{
  width: 100%;
  justify-content: center;
  display: table;
}

.codigoBoleto,
.copyBarCode{
  width: 100%;
}

.button-copy,
.download-bank-slip{
  background-color: white;
  border: solid 1px #03989E;
  border-color: #03989E;
  border-radius:20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #03989E;
  line-height: 24px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}

.close-modal {
  display: none !important;
}

.modal-footer{
  margin:30px;
}

.button-copy-area{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:10px;
  gap: 30px;
}

.pixCopiaEcola{
  border: solid 1px #9d9d9d;
  border-radius: 10px;
  height: 30px;
  margin: auto;
  width: 70%;
}

.pixCopiaEcolaAreaFuncions{
  width: 100%;
  display: inline;
  justify-content: center;
  margin: auto;
  text-align: center;
}

.payment-text{
  font-family: Roboto;
  font-weight: 600;
  font-size: 48px;
  line-height: 40.8px;
}

.bank-slip-description{
  margin: 30px;
  font-size: 20px;
  text-align: center;
  color: #000000;
  line-height: 25.5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

#modal-bank-slip  
.pixCopiaEcolaText{
  margin-top: 50px;
}


#modal-qr-code{
  width: 766px;
  max-width: 766px;
  height: 769px;
}

#modal-bank-slip{
  width: 766px;
  max-width: 766px;
  height: 769px;
}

.button-close-pix{
  border-radius: 20px;
  color:white;
  background-color: #03989E;
  width: 211px;
  height: 46px;
}

.pixCopiaEcolaArea{
  margin-top: 40px;
  width: 100%;
  display: flex;
}

.pixCopiaEcolaText{
  text-align: center;
  color: #252525;
  line-height: 25.5px;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

html.w-mod-js *[data-ix="faq-open-close"] {
  display: none;
  height: 0px;
}

html.w-mod-js *[data-ix="faq-arrow"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .slide-1 {
    height: 650px;
  }
  .nav-container {
    overflow: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-menu {
    z-index: 900;
    overflow: auto;
    min-height: 300px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
  }
  .nav-link {
    height: 50px;
  }
  .drop-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .heading-1 {
    max-width: 90%;
  }
  .hero-icons-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero-icon-box {
    margin-right: 15px;
    margin-left: 15px;
  }
  .icon-ball {
    width: 100px;
    height: 100px;
  }
  .right-arrow {
    padding-right: 15px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .right-left {
    padding-left: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .arrow-right {
    max-width: 100%;
  }
  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }
  .slide-parceiro-1 {
    width: 25%;
  }
  .container-slide-parceiros {
    padding-right: 5px;
    padding-left: 5px;
  }
  .container-vantagens {
    padding-right: 0px;
    padding-left: 0px;
  }
  .vantagem-block {
    width: 45%;
  }
  .vantagem-body-wrapper {
    font-size: 16px;
    line-height: 22px;
  }
  .overlay-saude {
    display: none;
  }
  .ativantagens-popup {
    width: auto;
    max-height: 600px;
    max-width: 90%;
    padding-bottom: 15px;
  }
  .ativ-imagem {
    margin-bottom: 10px;
  }
  .ativ-saude-coluna {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ativ-coluna-icon {
    padding-top: 10px;
  }
  .ativ-icon {
    width: 60px;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .ativ-coluna-texto {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .odonto-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .text-wrapper {
    max-width: 360px;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 40px;
  }
  .video-previa {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-planos {
    padding-right: 30px;
    padding-left: 30px;
  }
  .slide-plano {
    width: 100%;
  }
  .heart-hero {
    width: 60px;
  }
  .hero-icon {
    width: 60px;
    height: 60px;
  }
  .section-testemunha {
    padding-bottom: 20px;
  }
  .testemunha-container {
    -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;
  }
  .testemunha-box {
    width: 70%;
    margin-bottom: 30px;
  }
  .faq-txt-body {
    width: 90%;
  }
  .faq-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .faq-toggle {
    font-size: 20px;
    line-height: 26px;
  }
  .faq-closed-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .form-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-footer {
    -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;
  }
  .footer-block {
    margin-bottom: 30px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.footer-middle {
    border-right-style: none;
    border-left-style: none;
  }
  .footer-block.footer-last {
    margin-bottom: 0px;
  }
  .gateways {
    margin-bottom: 25px;
  }
  .link-block.inta {
    margin-right: 0px;
  }
  .nav-drop-list {
    position: relative;
    overflow: auto;
  }
  .nav-drop-link {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .nav-drop-text {
    font-size: 16px;
  }
  .ativ-popup-container {
    overflow: auto;
  }
  .popup-fundo-heading {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .nav-button {
    color: #ef4b5a;
  }
  .nav-button.w--open {
    background-color: #ef4b5a;
  }
  .overlay-lazer {
    display: none;
  }
  .overlay-individual {
    display: none;
  }
  .overlay-master {
    display: none;
  }
  .icon-vantagens {
    width: 130px;
    height: 130px;
  }
  .text-block-5 {
    text-align: center;
  }
  .text-block-5-logo{
    text-align: center;
    color: white;
  }
  .dropdown {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .slide-1 {
    height: 710px;
  }
  .heading-1 {
    line-height: 58px;
  }
  .hero-icons-container {
    margin-bottom: 0px;
  }
  .hero-icon-box {
    margin-bottom: 10px;
  }
  .text-block {
    font-size: 18px;
    line-height: 25px;
  }
  .container-vantagens {
    -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;
  }
  .vantagem-block {
    width: 70%;
  }
  .overlay-saude {
    display: none;
  }
  .ativ-saude-container {
    overflow: auto;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .ativ-saude-coluna {
    width: 100%;
    height: auto;
    min-height: 340px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ativ-coluna-icon {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .ativ-coluna-texto {
    margin-bottom: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sub-titulo-miolo {
    width: auto;
    max-width: 90%;
  }
  .faq-container {
    overflow: hidden;
  }
  .footer-block {
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .footer-block.footer-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.footer-last {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-link {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .popup-fundo-heading {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 18px;
  }
  .overlay-individual {
    display: none;
  }
  .overlay-master {
    display: none;
  }
}

@media (max-width: 479px) {
  .slide-1 {
    height: 790px;
  }
  .nav-menu {
    height: 320px;
  }
  .heading-1 {
    font-size: 34px;
    line-height: 40px;
  }
  .hero-icons-container {
    margin-bottom: 0px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-icon-box {
    margin-bottom: 10px;
  }
  .text-block {
    font-size: 16px;
  }
  .icon-ball {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
  }
  .right-arrow {
    width: 30px;
    padding-right: 10px;
  }
  .right-left {
    width: 30px;
    padding-left: 10px;
  }
  .arrow-right {
    max-width: 70%;
  }
  .left-arrow {
    max-width: 70%;
  }
  .section-open {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heading-2 {
    font-size: 28px;
    line-height: 34px;
  }
  .slide-parceiro-1 {
    width: 50%;
  }
  .section-vantagens {
    padding-bottom: 0px;
  }
  .vantagem-block {
    margin-bottom: 30px;
  }
  .vantagem-wrappers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .vantagem-wrappers.vantag-alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .overlay-saude {
    display: none;
  }
  .ativantagens-popup {
    max-height: 500px;
  }
  .ativ-imagem {
    max-width: 87%;
  }
  .ativ-saude-coluna {
    min-height: 360px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 18px;
  }
  .ativ-saude-coluna.last-coluna {
    min-height: 370px;
  }
  .ativ-coluna-icon {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .ativ-icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .ativ-coluna-texto {
    margin-bottom: 10px;
  }
  .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .odonto-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-odonto {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .paragraph {
    line-height: 40px;
  }
  .text-wrapper {
    max-width: 300px;
    margin-left: 0px;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
  }
  .observacao {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .section-como-funciona {
    padding-top: 20px;
  }
  .video-previa {
    margin-top: 20px;
  }
  .section-planos {
    padding-top: 15px;
  }
  .container-planos {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider {
    height: 810px;
  }
  .plano-fundo {
    width: 280px;
  }
  .card {
    left: 0%;
    max-width: 90%;
  }
  .plano-preco-wrapper {
    margin-top: 170px;
  }
  .plano-preco-wrapper-familia {
    margin-top: 170px;
  }
  .plano-preco-wrapper-master {
    margin-top: 170px;
  }
  .testemunha-box {
    width: 90%;
  }
  .faq-txt-body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .faq-toggle {
    font-size: 18px;
    line-height: 24px;
  }
  .section-newsletter {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .form {
    -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;
  }
  .text-field {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .footer-block.footer-middle {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-block.footer-last {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gateways {
    max-width: 90%;
  }
  .form-first-line {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-nome {
    width: 210px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .submit-button-2 {
    width: 210px;
  }
  .popup-fundo-heading {
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .ativ-popup-img {
    max-width: 85%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .overlay-lazer {
    display: none;
  }
  .overlay-educacao {
    display: none;
  }
  .overlay-compras {
    display: none;
  }
  .right-arrow-3 {
    width: 50px;
    margin-left: 30px;
  }
  .overlay-individual {
    display: none;
  }
  .overlay-master {
    display: none;
  }
  .icon-vantagens {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Myriadpro 4';
  src: url('../fonts/MyriadPro-Regular_4.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro 4';
  src: url('../fonts/MyriadPro-BoldIt_4.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro 4';
  src: url('../fonts/MyriadPro-Semibold_4.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro 6';
  src: url('../fonts/MyriadPro-Light_6.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Myriadpro 6';
  src: url('../fonts/MyriadPro-SemiboldSemiCnIt_6.otf') format('opentype'), url('../fonts/MyriadPro-SemiboldCond_6.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
