.section-hero {
  display: block;
  height: 860px;
  margin-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;
  background-color: #fff;
  background-image: url('../images/pattern110.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
}

.nav-link {
  padding: 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Mukta, sans-serif;
  color: #7c7c7c;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-link:hover {
  border-bottom: 4px none #e3612f;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #776ac5;
}

.nav-link:focus {
  color: #48e6e8;
}

.nav-link:visited {
  color: #7c7c7c;
}

.nav-link.w--current {
  color: #48e6e8;
}

.nav-link.w--current:hover {
  color: #776ac5;
}

.nav-link.telefone {
  border-radius: 4px;
  background-color: #48e6e8;
  color: #fff;
  font-size: 16px;
}

.nav-link.telefone:hover {
  background-color: #8370ff;
}

.nav-link.last-item {
  padding-right: 30px;
  color: #7c7c7c;
}

.nav-link.last-item:hover {
  color: #776ac5;
}

.brand {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-bottom: 70px;
  padding: 20px 20px 0px;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
}

.text-block {
  font-family: Mukta, sans-serif;
  color: #7c7c7c;
  font-size: 24px;
}

.text-block.sublabel-logo {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.text-block.sublabel-logo.crm {
  color: #7c7c7c;
  font-size: 14.7px;
  line-height: 14px;
  font-weight: 400;
}

.title-hero {
  margin-top: 96px;
  font-family: 'Archer Book Italic', sans-serif;
  color: #0001c7;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.title-hero.v2 {
  margin-top: 20px;
  font-family: 'Archer Extra Light', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 44px;
  text-align: left;
  letter-spacing: 0px;
}

.title-hero.v2.blue {
  margin-bottom: 40px;
  font-family: 'Archer Extra Light', sans-serif;
  color: #776ac5;
}

.title-hero.v2.blue.email {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 28px;
}

.title-hero.v2.blue.telefone {
  margin-bottom: 0px;
  font-family: 'Archer Book', sans-serif;
  color: #5daf99;
  font-size: 28px;
}

.title-hero.v2.blue.artigos {
  margin-top: 40px;
}

.title-hero.v2.contato {
  padding-top: 0px;
  font-family: 'Archer Bold', sans-serif;
  color: #776ac5;
  font-size: 40px;
  line-height: 40px;
}

.title-hero.v2.boxes {
  padding-top: 140px;
  font-family: 'Archer Light', sans-serif;
  color: #191970;
  font-size: 36px;
  line-height: 32px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  text-transform: none;
}

.title-hero.v2.especialidades {
  margin-top: 0px;
  font-size: 40px;
  font-weight: 200;
  text-align: center;
}

.title-hero.v2.centered {
  margin-top: 20px;
  margin-bottom: 61px;
  color: #776ac5;
  font-size: 64px;
  font-weight: 200;
  text-align: center;
}

.paragraph {
  margin-top: 30px;
  font-family: Mukta, sans-serif;
  color: #7c7c7c;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
}

.button {
  display: inline-block;
  width: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 20px;
  border-radius: 4px;
  background-color: #48e6e8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Mukta, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #8370ff;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.button.boxes {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  float: none;
  background-color: #e3612f;
  text-align: center;
}

.button.boxes:hover {
  background-color: #b94a20;
}

.button.boxes.v2 {
  background-color: #5fcbff;
}

.button.boxes.soft {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #fcf5e5;
  color: #e3612f;
}

.button.boxes.soft:hover {
  background-color: #fff;
  color: #b94a20;
}

.button.v2 {
  display: block;
  width: 400px;
  margin-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  background-color: #8370ff;
  box-shadow: none;
  color: #fff;
}

.button.v2:hover {
  background-color: #48e6e8;
}

.button.v2.contato {
  position: static;
  top: -12px;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  background-color: #8370ff;
  color: #fff;
  text-align: center;
}

.button.v2.contato:hover {
  background-color: #48e6e8;
  box-shadow: none;
}

.button.v2.contato.depoimentos {
  display: block;
  width: auto;
  margin-top: 40px;
  float: none;
  background-color: #fff;
  color: #776ac5;
}

.button.v2.contato.depoimentos:hover {
  box-shadow: 0 12px 30px 0 rgba(0, 0, 0, .2);
}

.button.v2.fitted {
  display: block;
  width: auto;
}

.button.v2.fitted.other {
  background-color: #48e6e8;
}

.button.v2.fitted.other:hover {
  background-color: #8370ff;
}

.row-sobre-convenios {
  height: auto;
}

.column-sobre {
  padding-right: 0px;
  padding-left: 0px;
}

.box-sobre {
  height: auto;
  padding: 60px;
  background-color: #fcf5e5;
}

.text-block-2 {
  font-family: 'Varela Round', sans-serif;
  color: #d7bb7b;
  text-align: center;
}

.text-block-2.v2 {
  color: #fff;
}

.text-block-2.v3 {
  margin-top: 70px;
  padding-top: 0px;
  font-family: Mukta, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.text-block-2.v3.blue {
  font-family: Mukta, sans-serif;
  color: #776ac5;
  font-size: 16px;
  font-weight: 800;
}

.text-block-2.v3.gold {
  margin-top: 60px;
  color: #776ac5;
}

.title-boxes-home {
  padding-top: 30px;
  font-family: Bitter, serif;
  color: #e3612f;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
}

.title-boxes-home.v2 {
  color: #fff1d3;
  text-align: center;
}

.copy-text-boxes {
  margin-top: 20px;
  font-family: 'Varela Round', sans-serif;
  color: #442f00;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.copy-text-boxes.v2 {
  color: #fff;
  text-align: center;
}

.copy-text-boxes.centered {
  margin-top: 24px;
  margin-bottom: 30px;
  float: none;
  font-family: Mukta, sans-serif;
  color: #3f3f3f;
  font-size: 18px;
  text-align: left;
}

.divider {
  display: inline-block;
  width: 120px;
  height: 4px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #90edee;
  color: #dfdfdf;
}

.divider.blue {
  background-color: #fcf5e5;
}

.divider.v3 {
  display: inline-block;
  width: 80px;
  margin: 10px auto 0px;
  padding-top: 0px;
  float: none;
  background-color: #d9d4f5;
}

.divider.v3.hero {
  margin-top: 30px;
}

.divider.v3.blue {
  background-color: #5cffd3;
}

.divider.v3.light-blue {
  background-color: #d3ccfd;
  color: #8370ff;
}

.divider.v3.light-blue.artigo {
  margin-top: 20px;
}

.divider.v3.depoimentos {
  margin-top: 21px;
}

.divider.v2 {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(255, 239, 240, .27);
  text-align: center;
}

.divider.v4 {
  display: block;
  margin: 20px auto 40px;
  background-color: #d5cfff;
}

.div-block-2 {
  display: none;
  width: 80px;
  height: 80px;
  margin-top: 20px;
  padding-top: 0px;
  border-radius: 500px;
  background-color: #00adff;
  background-image: url('../images/doctor-smiling-with-stethoscope_1154-36.jpg');
  background-position: 43% 10%;
  background-size: 120px;
  background-repeat: repeat;
  background-attachment: scroll;
}

.box-convenios {
  height: auto;
  padding: 60px;
  background-color: #e3612f;
  color: #fff;
}

.column-convenios {
  padding-right: 0px;
  padding-left: 0px;
}

.section-depoimentos {
  height: auto;
  padding-bottom: 40px;
  background-color: #48e6e8;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.text-slider {
  float: none;
  font-family: Mukta, sans-serif;
  color: #464646;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  text-align: left;
}

.text-slider.nome-paciente {
  padding-top: 11px;
  font-family: 'Archer Medium Italic', sans-serif;
  color: #5a4f99;
  font-size: 24px;
}

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

.slide {
  top: 40px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 22px;
}

.slide-nav {
  top: 0px;
  margin-top: 140px;
  float: none;
  text-align: center;
}

.mask {
  height: 200px;
}

.section-artigos {
  height: auto;
  margin-top: 0px;
  padding-bottom: 60px;
  background-color: #f3f1ff;
}

.row-noticias {
  margin-top: 30px;
}

.card-artigo {
  border: 1px none #f0f0f0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.card-artigo:hover {
  border-style: none;
  box-shadow: 0 10px 38px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.card-artigo.video {
  width: auto;
  height: 300px;
}

.card-artigo.videos {
  border-style: none;
}

.img-noticia {
  height: 200px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.title-card-noticias {
  font-family: Mukta, sans-serif;
  color: #3f3f3f;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.conteudo-noticia {
  padding: 20px;
}

.paragraph-card-noticia {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Mukta, sans-serif;
  color: #3f3f3f;
  font-size: 16px;
}

.paragraph-card-noticia.label {
  direction: ltr;
  font-family: Mukta, sans-serif;
  color: #8370ff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-card-noticia.detalhe {
  font-family: Mukta, sans-serif;
  color: #5daf99;
  font-weight: 700;
}

.image {
  border-radius: 4px 4px 0px 0px;
}

.section-footer {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #6b6785;
}

.container {
  margin-top: 0px;
}

.divider-footer {
  height: 1px;
  background-color: #817ba7;
}

.divider-footer.artigos {
  background-color: #e2e2e2;
}

.div-links-footer {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
}

.link-footer {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Mukta, sans-serif;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

.link-footer:hover {
  color: #8bf2ff;
}

.bullet-separator {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  color: #ffc7a2;
}

.row-infos-adicionais {
  margin-top: 20px;
}

.text-block-3 {
  font-family: Mukta, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.column {
  position: static;
  text-align: right;
}

.section-contato {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #dbfff5;
}

.span-link {
  color: #fff;
  text-decoration: none;
}

.span-link-contato {
  font-family: 'Archer Book', sans-serif;
  color: #5daf99;
  text-decoration: none;
}

.span-link-contato.w--current {
  text-decoration: none;
}

.row {
  margin-top: 30px;
}

.column-2 {
  position: static;
  text-align: center;
}

.image-2 {
  display: block;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.imagem-home {
  position: static;
  right: 1px;
  width: 460px;
  height: 600px;
  margin-right: 0px;
  margin-left: 0px;
  float: right;
  border: 16px solid #fff;
  background-color: #fff;
  /* background-image: url('../images/shutterstock_1084517962.jpg'); 
  background-position: 87% 50%; */
  background-image: url('../images/Dr-Elton.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: none;
  opacity: 1;
  text-align: center;
}

.row-hero-image {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 70px;
  background-color: transparent;
  opacity: 1;
}

.column_hero {
  position: static;
  left: -30px;
  right: 0px;
  padding-right: 0px;
  padding-left: 36px;
  opacity: 1;
}

.row-videos {
  margin-bottom: 20px;
}

.row-videos.bottom {
  margin-top: 0px;
}

.section-videos {
  padding-bottom: 60px;
  background-image: url('../images/bw-pattern2_3.png');
  background-position: 50% 50%;
  background-size: 1000px;
  background-repeat: repeat;
  background-attachment: fixed;
}

.column-4 {
  padding-top: 113px;
}

.bt-login {
  position: relative;
  top: -10px;
  display: block;
  width: auto;
  margin-bottom: 10px;
  float: right;
  border-radius: 2px;
  background-color: #48e6e8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Mukta, sans-serif;
  text-align: left;
}

.bt-login:hover {
  background-color: #8370ff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.bt-login.saiba-mais {
  position: static;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
  background-color: #8370ff;
  color: #fff;
}

.bt-login.voltar-home {
  margin-top: 20px;
  float: left;
  background-color: #8370ff;
}

.bt-login.voltar-home:hover {
  background-color: #48e6e8;
}

.container_artigos {
  display: block;
  opacity: 1;
}

.row-atendimento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.column-ginecologia {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.box-atendimento {
  display: block;
  height: auto;
  margin-right: 16px;
  margin-left: 16px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/ginecologia.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .19), rgba(0, 0, 0, .19)), url('../images/ginecologia.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.box-atendimento.pre-natal {
  margin-right: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .17), rgba(0, 0, 0, .17)), url('../images/pre-natal.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .17), rgba(0, 0, 0, .17)), url('../images/pre-natal.jpeg');
}

.box-atendimento.assistencia {
  margin-left: 0px;
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/assistencia-humanizada.jpeg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/assistencia-humanizada.jpeg');
}

.box-atendimento.ginecologia {
  margin-right: 16px;
}

.box-atendimento.obstetricia {
  margin-right: 0px;
  padding-top: 60px;
  padding-bottom: 50px;
  border: 20px solid #9c91df;
  background-color: #776ac5;
  background-image: none;
}

.box-atendimento.ginecoloria {
  height: 600px;
  padding-top: 60px;
  padding-bottom: 50px;
  border: 20px solid #9c91df;
  background-color: #776ac5;
  background-image: none;
}

.column-pre-natal {
  padding-right: 0px;
  padding-left: 0px;
}

.column-parto-humanizado {
  padding-right: 0px;
  padding-left: 0px;
}

.box-moldura {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 45%, .81);
  opacity: 1;
}

.box-moldura-dados-pessoais {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(175, 75%, 55%, 0.98);
  opacity: 1;
}

.section-atendimento {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-atendimento.especialidades {
  padding-top: 20px;
  padding-bottom: 20px;
}

.span-main-title {
  font-family: 'Archer Book', sans-serif;
  color: #776ac5;
  font-size: 56px;
  line-height: 80px;
  font-weight: 400;
}

.column-5 {
  position: static;
  padding-right: 32px;
}

.text-block-4 {
  margin-top: 0px;
  font-family: Mukta, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}

.form {
  margin-top: 20px;
  margin-bottom: 32px;
}

.text-field {
  margin-bottom: 16px;
  padding: 24px 24px 24px 16px;
  border-style: none;
  border-radius: 4px;
  font-family: Mukta, sans-serif;
  color: #7c7c7c;
  font-size: 16px;
}

.text-field.mensagem {
  padding-top: 16px;
  padding-bottom: 40px;
}

.map {
  height: 300px;
}

.section-especialidades {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f3f1ff;
  background-image: url('../images/pattern5_5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-header {
  height: 340px;
  padding: 40px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0)), url('../images/pre-natal.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0)), url('../images/pre-natal.jpeg');
  background-position: 0px 0px, 50% 171%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section-header.ginecologia {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0)), url('../images/ginecologia.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0)), url('../images/ginecologia.jpeg');
  background-position: 0px 0px, 0% 181%;
}

.section-header.parto-humanizado {
  height: 340px;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0)), url('../images/assistencia-humanizada.jpeg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .71), hsla(0, 0%, 100%, 0)), url('../images/assistencia-humanizada.jpeg');
  background-position: 0px 0px, 0% 191%;
}

.section-header.artigos {
  background-color: #8370ff;
  background-image: url('../images/pattern110.png');
  background-position: 0px 0px;
  background-size: 1361px;
}

.section-header.artigos.depoimentos {
  background-color: #48e6e8;
  background-image: url('../images/bw-pattern2_3.png');
  background-position: 50% 50%;
  background-size: 1000px;
}

.section-header.artigos.convenios {
  background-color: #776ac5;
}

.section-header.videos {
  background-color: #4fceff;
  background-image: url('../images/pattern110.png');
  background-position: 50% 50%;
  background-size: 1361px;
}

.section-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-h1-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Archer Extra Light', sans-serif;
  color: #fff;
  font-size: 48px;
  font-weight: 200;
}

.heading-title-intro {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 64px;
  line-height: 54px;
  font-weight: 200;
  text-align: center;
}

.div-block-3 {
  padding-top: 120px;
  padding-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, .4);
}

.heading-title-content {
  font-family: 'Archer Book Italic', sans-serif;
  color: #776ac5;
  font-size: 48px;
}

.heading-title-content.v2 {
  margin-top: 0px;
}

.paragraph-2 {
  font-family: 'Archer Book', sans-serif;
  color: #7c7c7c;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-2.v2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Mukta, sans-serif;
  color: #3f3f3f;
  font-size: 18px;
  line-height: 22px;
}

.column-6 {
  padding-top: 0px;
  padding-left: 40px;
}

.box-depoimento {
  height: 300px;
  padding: 20px;
  background-color: #f0eeff;
}

.contorno {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  padding: 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;
  border: 1px solid #fff;
}

.text-block-5 {
  font-family: Mukta, sans-serif;
  color: #776ac5;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.text-block-6 {
  margin-top: 20px;
  font-family: 'Archer Semibold Italic', sans-serif;
  color: #4f468b;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
}

.row-depoimentos {
  margin-top: 0px;
}

.row-depoimentos.bottom {
  margin-top: 20px;
}

.img-artigo-detalhe {
  margin-top: 20px;
}

.row-artigo-detalhe {
  margin-bottom: 40px;
}

.facebook {
  position: relative;
  display: inline-block;
}

.twitter {
  display: inline-block;
}

.div-block-4 {
  width: 400px;
  height: 400px;
  background-image: url('../images/photo-1457342813143-a1ae27448a82.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.social-links {
  display: inline-block;
}

.social-links.facebook {
  margin-top: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.social-links.facebook:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-links.twitter {
  margin-left: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.social-links.twitter:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.logo-planos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -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;
}

.row-convenios-intro {
  margin-top: 0px;
  margin-bottom: 30px;
}

.row-convenios {
  margin-top: 20px;
}

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

html.w-mod-js *[data-ix="loading-content-hero"] {
  opacity: 0;
  -webkit-transform: translate(0px, -70px);
  -ms-transform: translate(0px, -70px);
  transform: translate(0px, -70px);
}

html.w-mod-js *[data-ix="load-image"] {
  opacity: 0;
  -webkit-transform: scale(0.75, 0.75);
  -ms-transform: scale(0.75, 0.75);
  transform: scale(0.75, 0.75);
}

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

html.w-mod-js *[data-ix="load-content-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media (max-width: 991px) {
  .icon {
    color: #fff;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .section-hero {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
  .brand {
    padding-left: 16px;
  }
  .title-hero {
    text-align: center;
  }
  .paragraph {
    text-align: center;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-block-2.v3.gold {
    margin-top: 40px;
  }
  .divider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .icon {
    color: #776ac5;
  }
  .section-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .div-links-footer {
    text-align: center;
  }
  .text-block-3 {
    text-align: center;
  }
  .section-contato {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .imagem-home {
    display: none;
  }
  .row-hero-image {
    padding-top: 0px;
    padding-bottom: 48px;
  }
  .column_hero {
    padding-left: 0px;
  }
  .column-4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bt-login {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .section-content {
    padding: 24px;
  }
  .heading-title-intro {
    font-family: 'Archer Light', sans-serif;
    font-size: 48px;
    line-height: 52px;
    font-weight: 300;
  }
  .heading-title-content {
    margin-top: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-69 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-70 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-79 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 479px) {
  .section-hero {
    height: 680px;
  }
  .nav-link {
    color: #7c7c7c;
    text-align: center;
  }
  .nav-link:hover {
    background-color: #e9e9e9;
  }
  .nav-link.telefone {
    margin-right: 24px;
    margin-left: 24px;
    font-size: 24px;
  }
  .brand {
    padding-left: 10px;
  }
  .brand.w--current {
    padding-left: 10px;
  }
  .title-hero {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    line-height: 46px;
    text-align: center;
  }
  .title-hero.v2 {
    font-family: 'Archer Light', sans-serif;
    font-size: 36px;
    line-height: 36px;
    font-weight: 300;
  }
  .title-hero.v2.blue {
    margin-bottom: 9px;
    font-family: 'Archer Light', sans-serif;
    font-size: 36px;
    line-height: 32px;
    font-weight: 300;
  }
  .title-hero.v2.blue.email {
    font-family: 'Archer Book', sans-serif;
    font-weight: 400;
  }
  .title-hero.v2.blue.telefone {
    font-weight: 400;
  }
  .title-hero.v2.blue.artigos {
    font-family: 'Archer Book', sans-serif;
    font-weight: 400;
  }
  .title-hero.v2.contato {
    font-size: 36px;
    line-height: 36px;
  }
  .title-hero.v2.boxes {
    padding-top: 72px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .title-hero.v2.especialidades {
    margin-top: 8px;
    font-weight: 300;
  }
  .title-hero.v2.centered {
    margin-top: 0px;
    margin-bottom: 36px;
    font-size: 48px;
    font-weight: 300;
  }
  .paragraph {
    text-align: center;
  }
  .button.v2 {
    width: auto;
    margin-top: 24px;
  }
  .button.v2.contato {
    display: block;
    width: auto;
    height: auto;
    margin-right: auto;
    padding-left: 20px;
    float: none;
  }
  .button.v2.contato.depoimentos {
    margin-top: 24px;
  }
  .text-block-2.v3 {
    margin-top: 40px;
  }
  .text-block-2.v3.blue {
    margin-top: 40px;
  }
  .text-block-2.v3.gold {
    margin-top: 40px;
  }
  .divider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .divider.v2 {
    margin-top: 16px;
  }
  .section-depoimentos {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .text-slider {
    margin-top: -16px;
    font-size: 16px;
    line-height: 19px;
  }
  .text-slider.nome-paciente {
    margin-top: 3px;
    padding-top: 10px;
    font-family: 'Archer Medium Italic', sans-serif;
    line-height: 24px;
    font-style: italic;
    font-weight: 500;
  }
  .slide-nav {
    margin-top: 175px;
    margin-bottom: auto;
  }
  .icon {
    color: #776ac5;
  }
  .section-artigos {
    padding-bottom: 24px;
  }
  .row-noticias {
    margin-top: 8px;
  }
  .card-artigo {
    margin-top: 16px;
  }
  .img-noticia {
    height: auto;
  }
  .title-card-noticias {
    margin-top: 16px;
  }
  .conteudo-noticia {
    padding-top: 0px;
  }
  .section-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .div-links-footer {
    text-align: center;
  }
  .text-block-3 {
    margin-top: 0px;
    text-align: center;
  }
  .section-contato {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .span-link-contato {
    font-weight: 400;
  }
  .imagem-home {
    display: none;
    float: none;
  }
  .row-hero-image {
    padding-top: 162px;
  }
  .column_hero {
    padding-right: 24px;
    padding-left: 24px;
  }
  .row-videos {
    margin-bottom: 0px;
  }
  .section-videos {
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
  }
  .column-4 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .bt-login {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .bt-login.saiba-mais {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .bt-login.voltar-home {
    display: block;
    width: auto;
    margin-top: 32px;
    margin-bottom: 0px;
    float: none;
  }
  .container_artigos {
    padding-right: 24px;
    padding-left: 24px;
  }
  .box-atendimento.pre-natal {
    margin-left: 0px;
    padding: 24px;
    float: none;
  }
  .box-atendimento.assistencia {
    margin-top: 16px;
    margin-right: 0px;
    padding: 24px;
  }
  .box-atendimento.ginecologia {
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 24px;
  }
  .box-atendimento.obstetricia {
    margin-left: 0px;
    padding: 24px 16px;
  }
  .box-atendimento.ginecoloria {
    height: auto;
    margin-top: 16px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 16px 24px;
  }
  .box-moldura {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-atendimento.especialidades {
    display: block;
    padding: 16px;
  }
  .span-main-title {
    font-size: 48px;
    line-height: 38px;
    text-align: center;
  }
  .text-block-4 {
    font-size: 16px;
    line-height: 24px;
  }
  .section-especialidades {
    padding-right: 8px;
    padding-bottom: 24px;
    padding-left: 8px;
  }
  .section-header {
    height: auto;
    padding: 24px;
  }
  .section-content {
    padding: 24px;
  }
  .section-content.videos {
    padding-top: 8px;
  }
  .heading-title-intro {
    font-family: 'Archer Light', sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
  }
  .heading-title-content {
    margin-top: 8px;
    font-family: 'Archer Book Italic', sans-serif;
    font-size: 48px;
    line-height: 44px;
    font-style: italic;
    font-weight: 400;
  }
  .heading-title-content.v2 {
    margin-top: 24px;
  }
  .paragraph-2.v2 {
    margin-bottom: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .box-depoimento {
    margin-top: 16px;
  }
  .contorno {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-block-6 {
    margin-top: 0px;
  }
  .row-depoimentos.bottom {
    margin-top: 0px;
  }
  .div-block-4 {
    width: auto;
    height: 300px;
  }
  .logo-planos {
    margin-top: 16px;
  }
  .row-convenios {
    margin-top: 0px;
  }
  .text-span {
    line-height: 40px;
    text-align: center;
  }
  .menu-button {
    margin-right: -15px;
    margin-left: 0px;
  }
  .menu-button.w--open {
    background-color: #e9e9e9;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    margin-top: -8px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-15 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-16 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    padding-bottom: 24px;
    background-color: #f3f3f3;
  }
  .column-17 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-18 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-19 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-20 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-21 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-22 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-23 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-24 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-25 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-26 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-27 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-28 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-29 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-30 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-31 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-32 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-34 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-35 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-36 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-37 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-38 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-39 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-40 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-41 {
    margin-top: -16px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-42 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-43 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-44 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-45 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-46 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-47 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-48 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-49 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-50 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-51 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-52 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-53 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-54 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-55 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-56 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-57 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-58 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-59 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-60 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-61 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-62 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-63 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-64 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-65 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-66 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-67 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-68 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-69 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-70 {
    margin-top: -16px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-71 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-72 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-73 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-74 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-75 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-76 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-77 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-78 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-79 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Archer Bold Italic';
  src: url('../fonts/ArcherPro-BoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Extralight Italic';
  src: url('../fonts/ArcherPro-XLightIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Book Italic';
  src: url('../fonts/ArcherPro-BookIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Hairline Italic';
  src: url('../fonts/ArcherPro-HairlineIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Semibold Italic';
  src: url('../fonts/ArcherPro-SemiboldIta.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Medium Italic';
  src: url('../fonts/ArcherPro-MediumIta.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Thin Italic';
  src: url('../fonts/ArcherPro-ThinIta.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Bold';
  src: url('../fonts/ArcherPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Archer Light Italic';
  src: url('../fonts/ArcherPro-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Archer Book';
  src: url('../fonts/ArcherPro-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Archer Light';
  src: url('../fonts/ArcherPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Archer Medium';
  src: url('../fonts/ArcherPro-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Archer Thin';
  src: url('../fonts/ArcherPro-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Archer Semibold';
  src: url('../fonts/ArcherPro-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Archer Extra Light';
  src: url('../fonts/ArcherPro-XLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Archer Hairline';
  src: url('../fonts/ArcherPro-Hairline.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}