@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueLight.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueThin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueHeavy.otf') format("opentype"), url('../fonts/HelveticaNeueBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueLightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueUltraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueRoman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format("opentype"), url('../fonts/HelveticaNeueBlackItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueBold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvética Neue;
  src: url('../fonts/HelveticaNeueThinItalic.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --vermelho: #d71a22;
  --blue: #254185;
  --black: #1e1e1e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text_button {
  color: var(--white);
  font-weight: 600;
}

.logo-bmg {
  width: 60%;
  height: 0%;
}

.icon_button {
  color: #fff;
  overflow: hidden;
}

.navbar-3 {
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  height: 88px;
  padding-left: 56px;
  padding-right: 56px;
}

.container-11 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  height: 88px;
  display: flex;
}

.brand-3 {
  height: 43%;
  padding-top: 0;
}

.button-9 {
  background-color: var(--vermelho);
  color: var(--white);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 12px 32px;
  text-decoration: none;
  display: inline-flex;
}

.button-9.orange {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.button-9.darkblue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00175a;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.button-9.darkblue.green {
  background-color: #c1d72d;
}

.button-9.red {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--blue);
  color: var(--vermelho);
  padding-left: 24px;
  padding-right: 24px;
}

.button-9.blue {
  background-color: var(--blue);
  color: var(--blue);
}

.div-block-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-29 {
  color: var(--blue);
  margin-left: -68px;
  font-family: Helvética Neue, sans-serif;
  font-size: 24px;
  line-height: 125%;
}

.header_hero {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.header_hero.yellow {
  color: var(--vermelho);
  background-color: #0000;
  padding: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 40px;
  line-height: 125%;
  display: inline-block;
}

.header_hero.white {
  color: var(--blue);
  width: 110%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.slide {
  vertical-align: baseline;
  background-image: url('../images/hero1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div1 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-2 {
  z-index: 999;
  color: var(--blue);
  height: auto;
  font-family: Helvética Neue, sans-serif;
  font-size: 56px;
  font-weight: 300;
  line-height: 125%;
  display: block;
  position: relative;
  top: 41px;
}

.heading-14 {
  color: var(--vermelho);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 220px;
  line-height: 100%;
  position: relative;
  left: auto;
}

.div-block_centro {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.text-span {
  color: var(--vermelho);
  font-weight: 700;
}

.hero {
  height: 480px;
}

.container_slide {
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  padding-bottom: 0;
  display: flex;
}

.container_slide._2 {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
}

.slider {
  background-color: #0000;
  height: 480px;
}

.container_hero {
  max-width: none;
  height: 480px;
}

.paragraph_hero {
  color: var(--blue);
  width: 86%;
  padding-left: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.slide-2 {
  background-image: url('../images/hero2.png');
  background-position: 50%;
  background-size: cover;
}

.container-13 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: wrap;
  grid-template: "Area Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: grid;
}

.image-79 {
  width: 20%;
}

.container-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.image-78 {
  margin-right: 10px;
}

.text-block-33 {
  font-family: Poppins;
  text-decoration: none;
}

.div-block-104 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 150px;
  display: flex;
}

.bold-text-8 {
  font-weight: 600;
}

.div-block-102 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-32 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
}

.text-block-32.white {
  color: #fff;
}

.div-block-101 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 24px;
  display: flex;
}

.div-block-101.orange {
  text-decoration: none;
}

.div-block-119 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.card-indice {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e1e1e;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 133px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.heading-2 {
  color: #004e90;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
}

.heading-2.white {
  color: #fff;
  line-height: 125%;
}

.text-block-34 {
  color: #e74928;
  font-family: Poppins;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-34.white {
  color: #fff;
}

.text-block-31 {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.link-block {
  color: #e74928;
  font-family: Poppins;
}

.div-block-100 {
  border-radius: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 373px;
  margin-top: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-100.orange {
  background-color: #e74928;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.div-block-100.mobile {
  display: none;
}

.text-span-2 {
  color: #004e90;
}

.text-span-3 {
  font-weight: 400;
}

.indice {
  padding-top: 64px;
  padding-bottom: 64px;
}

.div-block-120 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 53%;
  display: flex;
}

.container-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
}

.image-83 {
  margin-right: 10px;
}

.text-block-35 {
  font-family: Helvética Neue, sans-serif;
  text-decoration: none;
}

.div-block-121 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.div-block-122 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-122.orange {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.image-84 {
  width: 337px;
  display: block;
}

.text-block-36 {
  color: #000;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
}

.text-block-36.white {
  color: #fff;
  font-family: Helvética Neue, sans-serif;
  font-weight: 300;
}

.div-block-123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-123.red {
  background-color: var(--vermelho);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.div-block-124 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.heading-15 {
  color: var(--vermelho);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
}

.heading-15.white {
  color: #fff;
  font-family: Helvética Neue, sans-serif;
  font-weight: 400;
  line-height: 125%;
}

.text-block-37 {
  color: var(--vermelho);
  font-family: Helvética Neue, sans-serif;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-37.white {
  color: #fff;
  font-family: Helvética Neue, sans-serif;
}

.text-block-38 {
  color: #1e1e1e;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.div-block-125 {
  border-radius: 27px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-125.orange {
  background-color: #e74928;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
}

.div-block-125.mobile {
  display: block;
}

.text-span-4 {
  font-weight: 400;
}

.div-block-126 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 53%;
  display: flex;
}

.div-block-126.mobile {
  display: none;
}

.div-block-127 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.div-block-91 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-26 {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.image-26._2 {
  width: 120px;
}

.paragraph-14 {
  color: #130501;
  text-align: center;
  width: 100%;
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}

.text-span-82 {
  color: #ec1d27;
}

.text-span-83 {
  color: var(--vermelho);
}

.bold-text-9 {
  color: var(--black);
  font-weight: 600;
}

.bold-text-9.orange {
  color: #e74928;
}

.bold-text-9.black {
  color: var(--black);
}

.bold-text-9.red {
  color: var(--blue);
}

.div-block-107 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.heading-3 {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Helvética Neue, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 125%;
}

.div-block-105 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-65 {
  width: 80%;
}

.primeiro-acesso {
  background-color: var(--blue);
  justify-content: center;
  align-items: center;
  height: 508px;
  display: flex;
}

.text_button-3 {
  color: var(--white);
  font-family: Helvética Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.div-block-128 {
  width: 100%;
  padding-left: 56px;
}

.container-primeiro-acesso {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 508px;
  display: flex;
}

.text-block-6 {
  color: var(--white);
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
}

.div-block-106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.div_primeiro_consultas {
  background-color: var(--vermelho);
  border-radius: 16px;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 8px 16px;
  display: flex;
}

.image-52 {
  width: 100%;
}

.text_button-4 {
  color: #fff;
  font-family: Helvética Neue, sans-serif;
  font-weight: 700;
  line-height: 125%;
}

.text_button-4.green {
  color: #00175a;
}

.div-block-108 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-left: 0;
  display: flex;
}

.text-heading-8 {
  color: var(--blue);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Helvética Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-span-81 {
  font-weight: 700;
}

.paragraph-15 {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-15.color {
  color: #fff;
  font-family: Helvética Neue, sans-serif;
}

.container-15 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.paragraph-16 {
  margin-bottom: 20px;
  font-family: Helvética Neue, sans-serif;
}

.div_primeiro_acesso_steps {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
}

.image-66 {
  margin-top: 0;
  margin-right: 10px;
}

.comece {
  padding: 60px 40px;
}

.div-block-109 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.text-span-79 {
  font-weight: 600;
}

.image-68 {
  margin-top: 0;
  margin-right: 10px;
}

.div-block-112 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-left: 0;
  display: flex;
}

.div-block-111 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.text-heading-9 {
  color: var(--vermelho);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.consultas-video {
  background-color: #2541851a;
  padding: 60px 40px;
}

.button-11.darkblue {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00175a;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: inline-flex;
}

.button-11.darkblue.green {
  background-color: #c1d72d;
}

.paragraph-17 {
  color: var(--black);
  margin-bottom: 20px;
  font-family: Poppins;
}

.paragraph-18 {
  color: var(--black);
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

.image-67 {
  width: 100%;
}

.container-16 {
  flex-direction: row;
  justify-content: center;
  max-width: 940px;
  display: flex;
}

.text-span-84 {
  font-weight: 600;
}

.div-block-129 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.text-block-39 {
  color: var(--vermelho);
  font-family: Poppins;
  font-size: 16px;
}

.div-block-130 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.paragraph-17-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 10px;
}

.link {
  color: var(--black);
  font-weight: 600;
}

.heading-8 {
  color: var(--vermelho);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 400;
}

.div_primeiro_acesso_steps-2 {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.disclaimer {
  color: #757474;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 12px;
  line-height: 125%;
}

.text-span-152 {
  font-weight: 600;
}

.title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.div-block-131 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-left: 0;
  display: flex;
}

.paragraph-19 {
  color: #1e1e1e;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Poppins;
  font-size: 14px;
  line-height: 24px;
}

.image-77 {
  margin-top: 0;
  margin-right: 10px;
}

.image-76 {
  width: 32px;
  padding-right: 0;
}

.image-85 {
  width: 100%;
}

.div-block-132 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.pronto-atendimento {
  background-color: #fff;
  padding: 60px 40px;
}

.paragraph-20 {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

.container-17 {
  flex-direction: row;
  justify-content: center;
  max-width: 940px;
  display: flex;
}

.heading-16 {
  color: var(--vermelho);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 400;
}

.div_primeiro_acesso_steps-3 {
  align-items: center;
  margin-top: 5px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-40 {
  color: #fff;
  font-family: Helvética Neue, sans-serif;
}

.div-block-133 {
  background-color: var(--vermelho);
  border-radius: 16px;
  width: auto;
  padding: 20px 16px;
  font-family: Helvética Neue, sans-serif;
}

.div-block-134 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-left: 0;
  display: flex;
}

.paragraph-21 {
  color: #1e1e1e;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

.image-86 {
  width: 32px;
  padding-right: 0;
}

.text-block-41 {
  color: #fff;
  font-family: Helvética Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.image-87 {
  width: 100%;
}

.div-block-135 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.checkup {
  background-color: #2541851a;
  padding: 60px 40px;
}

.paragraph-22 {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

.container-18 {
  flex-direction: row;
  justify-content: center;
  max-width: 940px;
  display: flex;
}

.div-block-136 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-42 {
  color: var(--white);
  font-family: Helvética Neue, sans-serif;
  font-size: 11px;
}

.heading-17 {
  color: #e74928;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 400;
}

.heading-17.blue {
  color: var(--vermelho);
}

.div-block-110 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.desconto-em-medicamentos {
  background-color: #fff;
  padding: 60px 40px;
}

.div-block-137 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-left: 0;
  display: flex;
}

.image-88 {
  margin-top: 0;
  margin-right: 10px;
}

.image-89 {
  width: 32px;
  padding-right: 0;
}

.text-block-43 {
  font-family: Poppins;
  text-decoration: underline;
}

.image-90 {
  width: 100%;
}

.div-block-138 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.paragraph-23 {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

.div-block-139 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.container-19 {
  flex-direction: row;
  justify-content: center;
  max-width: 940px;
  display: flex;
  overflow: hidden;
}

.container-19.slider_logos {
  flex-flow: column;
  margin-top: 40px;
}

.text-span-154 {
  color: #004e90;
  font-weight: 600;
}

.left-arrow-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.right-arrow-2 {
  justify-content: flex-end;
  align-items: center;
  height: auto;
  display: flex;
}

.image-58 {
  width: 300px;
  height: 60px;
}

.image-53 {
  width: 25px;
}

.slider-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: none;
}

.splide__list {
  display: flex;
}

.image-56 {
  width: 234px;
  height: 60px;
}

.logo-carousel {
  margin-top: 3em;
  overflow: hidden;
}

.logo-carousel.splide {
  opacity: 1;
  opacity: 1;
  margin-top: 16px;
  overflow: hidden;
}

.slide-4 {
  width: 230px;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.image-57 {
  width: 300px;
  height: 60px;
}

.slide-nav-2 {
  display: none;
}

.image-59 {
  width: 230px;
  height: 60px;
}

.splide__track {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mask-3 {
  width: 887px;
  height: auto;
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 230px;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-89 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-140 {
  overflow: hidden;
}

.div-block-141 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.text-block-44 {
  color: var(--vermelho);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}

.consultas-video-copy {
  background-color: #c73b310d;
  padding: 60px 40px;
}

.odontologia24-7 {
  background-color: #2541851a;
  padding: 60px 40px;
}

.saude-da-mulher {
  background-color: var(--white);
  padding: 60px 40px;
}

.conta-saude {
  background-color: #fff;
  padding: 60px 40px;
}

.div-block-142 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 56%;
  padding-left: 0;
  display: flex;
}

.container-20 {
  flex-direction: row;
  justify-content: center;
  max-width: 940px;
  display: flex;
}

.div-block-143 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.image-92 {
  width: 32px;
  padding-right: 0;
}

.image-93 {
  margin-top: 0;
  margin-right: 10px;
}

.heading-18 {
  color: #e74928;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 400;
}

.heading-18.blue {
  color: var(--vermelho);
}

.paragraph-24 {
  color: #1e1e1e;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Poppins;
  font-size: 16px;
  line-height: 24px;
}

.text-span-64 {
  color: var(--black);
  font-weight: 600;
}

.bold-text-16 {
  font-weight: 600;
}

.div-block-52 {
  align-items: center;
  display: flex;
}

.heading-19 {
  color: var(--black);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 60px;
  font-family: Helvética Neue, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.faq-item-content-3 {
  width: auto;
  overflow: hidden;
}

.perguntas-frequentes-2 {
  background-color: #2541851a;
  padding: 100px 40px 40px;
}

.arrow_faq-2 {
  transform: rotate(0);
}

.text-heading-10 {
  color: #130501;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-heading-10.faq-item-heading-text {
  color: #130501;
  flex: 1;
  margin-right: 24px;
  font-family: Helvética Neue, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.container_faq-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.text-body-33 {
  color: #130501b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-body-33.faq-item-text {
  color: #130501;
  width: 864px;
  margin-top: 24px;
  margin-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  font-family: Helvética Neue, sans-serif;
  font-weight: 300;
}

.presencial-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 40px;
  display: flex;
}

.faq-item-3 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  margin-bottom: 16px;
  padding: 16px 24px;
  box-shadow: 0 0 1px #1305010a, 0 3px 9px #1305010a;
}

.heading_item-2 {
  flex-direction: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-11 {
  color: var(--vermelho);
}

.link-2 {
  color: var(--black);
}

.line_footer {
  background-color: #fff;
  width: 1px;
  max-width: 1px;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.heading_contact_footer {
  color: #fff;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  display: block;
}

.text-body-4 {
  color: #130501b3;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.text-body-4.header-contact-page {
  margin-bottom: 20px;
  font-family: Poppins;
  font-weight: 600;
}

.text-body-4.header-contact-page.italic {
  color: #fff;
  margin-bottom: 16px;
  font-style: italic;
  font-weight: 400;
}

.image-19 {
  width: 60%;
  max-width: none;
  margin-bottom: 0;
}

.conteiner_footer {
  justify-content: center;
  max-width: 1056px;
  display: flex;
}

.footer-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.number_phone {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
}

.header-contacts.last {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-54 {
  flex-direction: column;
  justify-content: center;
  margin-right: 60px;
  display: flex;
}

.divider_footer {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.contact {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Helvética Neue, sans-serif;
  font-size: 12px;
  line-height: 125%;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.footer_copy {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center start;
  width: auto;
  padding: 40px;
  display: flex;
}

.text-block-24 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Helvética Neue, sans-serif;
  font-size: 11px;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.text-body-34 {
  color: #130501b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-body-34.contact-link {
  color: #fff;
  margin-left: -8px;
  padding: 8px;
  font-family: Helvética Neue, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-body_horario {
  color: #fff;
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.header-contact-link-2 {
  color: #fff;
  text-decoration: underline;
}

.header-contact-link-2._2 {
  text-decoration: none;
}

.header-contact-link-2.regulamento {
  display: none;
  overflow: visible;
}

.footer-content-2 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 361px;
  padding: 40px 0 40px 40px;
  display: flex;
}

.arrow_fixed {
  z-index: 999;
  position: fixed;
  inset: auto 5% 2% auto;
}

.div-block-144 {
  justify-content: center;
  align-items: center;
  width: 59px;
  margin-right: 16px;
  display: flex;
}

.div-block-145 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-145.grey {
  color: #13050166;
}

.heading-20 {
  margin-top: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
  line-height: 100%;
}

.heading-20.grey {
  color: #13050166;
}

._1-container_steps1 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-146 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #2539371a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.text-heading-11 {
  color: var(--vermelho);
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.div-block-147 {
  width: 35%;
}

.bold-text-15 {
  color: #0c4374;
}

.bold-text-15.gray {
  color: #13050166;
}

.paragraph-25 {
  color: var(--black);
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-25.ajuste {
  width: 463px;
}

._2container_steps2, ._4container_steps4 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-148 {
  width: 65%;
  padding-left: 0;
}

._3container_steps3 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-383 {
  width: 535px;
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
}

.text-block-383.grey {
  color: #13050166;
}

.div-block-149 {
  display: flex;
}

.div-block-149.top {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}

.container_contatos {
  margin-top: 40px;
}

.como-agendar_desktop {
  cursor: pointer;
  padding-bottom: 64px;
  padding-left: 40px;
  padding-right: 40px;
}

._5container_steps5 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-72 {
  width: 53px;
}

.link-block-10, .image-94, .image-95 {
  width: 130px;
}

.div-block-150 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-heading-12 {
  color: #00175a;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.como-agendar_mobile {
  display: none;
}

.div-block-151 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 20px;
  display: flex;
}

.code-embed {
  margin-bottom: 0;
}

.div-block-152 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-3 {
  color: var(--black);
}

.div-block-114 {
  display: none;
}

.text-span-156 {
  color: #fa6300;
  font-weight: 400;
}

.paragraph-26 {
  margin-top: 20px;
  font-size: 10px;
  font-weight: 300;
  line-height: 125%;
}

.image-96 {
  width: 300px;
  height: 60px;
}

.image-97 {
  width: 25px;
}

.slider-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: none;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  height: auto;
  margin-top: 40px;
  padding-left: 60px;
  display: flex;
}

.text_button-5 {
  color: #fff;
  font-weight: 600;
}

.text_button-5.green {
  color: #00175a;
}

.text-block-7 {
  color: var(--blue);
  font-family: Helvética Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-98 {
  width: 234px;
  height: 60px;
}

.paragraph-2-copy {
  width: auto;
  margin-bottom: 0;
}

.slide-6 {
  width: 230px;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.div-block-13-medicamentos {
  width: 100%;
  padding-left: 0;
}

.div-block-13-medicamentos._2 {
  padding-top: 60px;
  padding-left: 0;
}

.title_benefits {
  color: #00175a;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
  line-height: 125%;
}

.paragraph-27 {
  color: #4b3f40;
  width: auto;
  margin-bottom: 60px;
  font-family: Helvética Neue, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.paragraph-27.subtitle {
  margin-bottom: 20px;
  font-family: Helvética Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.image-99 {
  width: 300px;
  height: 60px;
}

.div-block-113 {
  width: 60%;
}

.slide-nav-4 {
  display: none;
}

.paragraph-2 {
  color: #4b3f40;
  width: auto;
}

.image-101 {
  width: 230px;
  height: 60px;
}

.medicamentos {
  background-color: #fff;
  padding: 60px 40px 40px;
}

.mask-5 {
  width: 887px;
  height: auto;
}

.bold-text-17, .bold-text-14 {
  color: var(--blue);
}

.img_medicamentos {
  width: 90%;
  margin-top: 140px;
}

.container_desconto-medicamentos {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 940px;
  height: 100%;
  display: flex;
}

.div-block-153 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-90 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-154 {
  width: 50%;
}

.bold-text-18 {
  color: var(--blue);
}

@media screen and (min-width: 1280px) {
  .logo-bmg {
    width: 50%;
  }

  .header_hero.yellow {
    color: var(--vermelho);
    background-color: #0000;
    padding-left: 0;
  }

  .slide {
    background-position: 100%;
  }

  .heading-14 {
    color: var(--vermelho);
    font-family: Helvética Neue, sans-serif;
    line-height: 100%;
    left: auto;
  }

  .container_slide._2 {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

  .paragraph_hero {
    width: 100%;
  }

  .image-26 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .paragraph-14 {
    width: 100%;
  }

  .heading-3 {
    font-size: 32px;
  }

  .div-block-108 {
    padding-left: 0;
  }

  .text-heading-8 {
    color: var(--blue);
    font-size: 32px;
    line-height: 125%;
  }

  .div-block-112 {
    padding-left: 0;
  }

  .text-heading-9 {
    color: var(--vermelho);
    font-size: 32px;
    line-height: 125%;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .title {
    margin-bottom: 20px;
  }

  .div-block-131 {
    padding-left: 0;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-134 {
    padding-left: 0;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-17.blue {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-137, .div-block-142 {
    padding-left: 0;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .heading-18.blue {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .faq-item-3 {
    background-color: #fff;
  }

  .line_footer {
    color: #0000;
    background-color: #fff;
    border: 1px #000;
    justify-content: center;
    width: 1px;
    max-width: 1px;
    height: 200px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .heading_contact_footer {
    font-size: 20px;
    font-weight: 600;
  }

  .image-19 {
    width: 60%;
  }

  .number_phone {
    font-size: 24px;
  }

  .div-block-54 {
    margin-right: 60px;
  }

  .divider_footer {
    flex-direction: column;
    align-items: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .contact {
    font-size: 12px;
    line-height: 125%;
  }

  .footer_copy {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
  }

  .text-body-34.contact-link {
    font-size: 18px;
  }

  .text-body_horario {
    font-size: 16px;
    font-weight: 400;
  }

  .footer-content-2 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
  }

  .text-heading-11, .text-heading-12 {
    color: #00175a;
    font-size: 32px;
    line-height: 125%;
  }
}

@media screen and (min-width: 1440px) {
  .text_button {
    color: var(--white);
    font-family: Helvética Neue, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
  }

  .logo-bmg {
    width: 60%;
    height: auto;
    margin-top: 0;
  }

  .navbar-3 {
    background-color: var(--white);
    justify-content: space-around;
    align-items: center;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .brand-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    height: 48px;
    display: flex;
  }

  .button-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--white);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    text-decoration: none;
    display: flex;
  }

  .button-9.orange {
    color: var(--white);
  }

  .button-9.darkblue {
    background-color: #00175a;
  }

  .text-block-29 {
    color: var(--blue);
    font-family: Poppins;
    font-size: 28px;
    line-height: 125%;
  }

  .header_hero.yellow {
    color: var(--vermelho);
    background-color: #0000;
    padding: 5px 10px 5px 0;
    font-family: Helvética Neue, sans-serif;
    font-size: 40px;
    display: inline-block;
  }

  .header_hero.white {
    width: 112%;
    font-size: 40px;
  }

  .slide {
    background-color: #0000;
    background-image: url('../images/hero1.png');
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .div1 {
    color: #d4d94c;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-block-2 {
    z-index: 999;
    color: var(--blue);
    font-family: Helvética Neue, sans-serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 125%;
    position: relative;
    top: 43px;
    right: 0;
  }

  .heading-14 {
    color: var(--vermelho);
    margin-top: 0;
    font-family: Helvética Neue, sans-serif;
    font-size: 220px;
    line-height: 220px;
    position: relative;
    left: auto;
  }

  .hero, .mask-2 {
    height: 600px;
  }

  .container_slide {
    justify-content: flex-start;
    align-items: center;
    max-width: 1000px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .slider {
    height: auto;
  }

  .container_hero {
    max-width: none;
    height: 100%;
  }

  .paragraph_hero {
    width: 103%;
  }

  .slide-2 {
    background-image: url('../images/hero2.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .container-12 {
    padding-top: 64px;
  }

  .container-14 {
    padding-top: 0;
  }

  .div-block-127 {
    max-width: 1000px;
  }

  .div-block-91 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: 211px;
    height: 100%;
    display: flex;
  }

  .image-26 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .paragraph-14 {
    width: 100%;
  }

  .primeiro-acesso {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text_button-3 {
    color: var(--vermelho);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-128 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 140px;
    display: flex;
  }

  .container-primeiro-acesso {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .div-block-106 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text_button-4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .div-block-108 {
    width: 50%;
    padding-left: 0;
  }

  .text-heading-8 {
    color: var(--blue);
  }

  .div-block-112 {
    width: 50%;
    padding-left: 0;
  }

  .text-heading-9 {
    color: var(--vermelho);
  }

  .button-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #fa6300;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    text-decoration: none;
    display: flex;
  }

  .button-11.darkblue {
    background-color: #00175a;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .title {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
  }

  .div-block-131 {
    width: 50%;
    padding-left: 0;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-134 {
    width: 50%;
    padding-left: 0;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-17.blue {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-137, .div-block-142 {
    width: 50%;
    padding-left: 0;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .heading-18.blue {
    margin-top: 0;
    margin-bottom: 0;
  }

  .line_footer {
    background-color: #fff;
  }

  .image-19 {
    width: 60%;
  }

  .div-block-146 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-heading-11, .text-heading-12 {
    color: #00175a;
  }

  .div-block-151 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-69 {
    display: block;
  }

  .text_button-5 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  .text-block-7 {
    font-size: 14px;
  }

  .div-block-90 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .logo-bmg {
    width: 80%;
    height: auto;
  }

  .button-9.orange, .button-9.darkblue, .button-9.darkblue {
    width: auto;
    display: flex;
  }

  .button-9.blue {
    padding-left: 24px;
    padding-right: 24px;
  }

  .header_hero.white {
    width: 99%;
  }

  .slide {
    background-position: 50%;
  }

  .container_slide {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container_slide._2 {
    padding-bottom: 0;
  }

  .paragraph_hero {
    width: 95%;
  }

  .slide-2 {
    background-image: url('../images/hero2.png');
    background-position: 50%;
  }

  .container-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-block-33 {
    font-size: 13px;
  }

  .text-block-32 {
    font-size: 10px;
    line-height: 125%;
  }

  .card-indice {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-31 {
    text-align: center;
    font-size: 13px;
  }

  .div-block-100 {
    width: auto;
    height: auto;
  }

  .text-block-35 {
    font-size: 13px;
  }

  .text-block-36 {
    font-size: 10px;
    line-height: 125%;
  }

  .text-block-38 {
    text-align: center;
    font-size: 13px;
  }

  .div-block-125 {
    width: auto;
    height: auto;
  }

  .div-block-126.mobile {
    display: none;
  }

  .div-block-127 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-26 {
    width: 42%;
    max-width: none;
    margin-bottom: 0;
  }

  .paragraph-14 {
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .div-block-128 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 40px;
    display: flex;
  }

  .container-primeiro-acesso {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .div-block-106 {
    justify-content: center;
    align-items: center;
  }

  .div-block-108 {
    padding-left: 0;
  }

  .text-heading-8 {
    text-align: left;
    font-size: 20px;
  }

  .paragraph-15 {
    font-size: 14px;
  }

  .image-66, .image-68 {
    width: 8%;
  }

  .div-block-112 {
    padding-left: 0;
  }

  .text-heading-9 {
    text-align: left;
    font-size: 20px;
  }

  .button-11.darkblue {
    width: auto;
    display: flex;
  }

  .paragraph-18 {
    font-size: 14px;
  }

  .heading-8 {
    width: 86%;
    margin: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .disclaimer {
    font-size: 14px;
  }

  .title {
    width: 100%;
  }

  .div-block-131 {
    padding-left: 0;
  }

  .paragraph-19 {
    font-size: 14px;
  }

  .image-77 {
    width: 8%;
  }

  .paragraph-20 {
    font-size: 14px;
  }

  .heading-16 {
    width: 86%;
    margin: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .div-block-134 {
    padding-left: 0;
  }

  .paragraph-21, .paragraph-22 {
    font-size: 14px;
  }

  .heading-17 {
    width: 86%;
    margin: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .div-block-137 {
    padding-left: 0;
  }

  .image-88 {
    width: 8%;
  }

  .paragraph-23 {
    font-size: 14px;
  }

  .div-block-139 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-142 {
    padding-left: 0;
  }

  .image-93 {
    width: 8%;
  }

  .heading-18 {
    width: 86%;
    margin: 0;
    padding-right: 0;
    font-size: 22px;
  }

  .paragraph-24 {
    font-size: 14px;
  }

  .heading-19 {
    width: 86%;
    font-size: 22px;
  }

  .text-body-33.faq-item-text {
    width: auto;
  }

  .presencial-2 {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .faq-item-3 {
    width: 688px;
  }

  .heading_item-2 {
    margin-bottom: 20px;
  }

  .heading_contact_footer {
    font-size: 15px;
  }

  .text-body-4.header-contact-page {
    text-align: center;
  }

  .text-body-4.header-contact-page.italic {
    text-align: left;
  }

  .image-19 {
    width: 50%;
  }

  .conteiner_footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    max-width: 1073px;
    display: flex;
  }

  .footer-2 {
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-contacts {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-contacts.last {
    align-items: center;
  }

  .div-block-54 {
    align-items: flex-start;
    width: 50%;
    margin-right: 20px;
    padding-left: 0;
  }

  .divider_footer {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4 {
    display: inline-block;
  }

  .footer_copy {
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-59 {
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-body-34.contact-link {
    margin-left: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .text-body_horario {
    font-size: 14px;
  }

  .footer-content-2 {
    flex-direction: column;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-115 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-146 {
    justify-content: center;
    align-items: center;
  }

  .text-heading-11 {
    text-align: left;
    font-size: 20px;
  }

  .paragraph-25 {
    font-size: 14px;
  }

  .text-block-383 {
    width: 347px;
  }

  .div-block-150 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-heading-12 {
    text-align: left;
    font-size: 20px;
  }

  .div-block-151 {
    justify-content: center;
    align-items: center;
  }

  .image-70 {
    display: none;
  }

  .image-69 {
    display: block;
  }

  .div-block-14 {
    margin-top: -15px;
    padding-left: 24px;
  }

  .text-block-7 {
    width: 212px;
    font-size: 14px;
  }

  .paragraph-2-copy {
    width: auto;
  }

  .title_benefits {
    font-size: 22px;
  }

  .img_medicamentos {
    width: 100%;
  }

  .div-block-90 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .logo-bmg {
    width: 90%;
  }

  .text-block-29 {
    margin-left: -65px;
  }

  .header_hero.yellow, .header_hero.white {
    font-size: 32px;
  }

  .slide {
    background-image: url('../images/hero_mobile1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 470px;
  }

  .div1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .heading-14 {
    font-size: 154px;
  }

  .hero {
    height: auto;
  }

  .container_slide {
    height: 100%;
  }

  .container_slide._2 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .slider, .container_hero {
    height: auto;
  }

  .paragraph_hero {
    width: auto;
    font-size: 16px;
    line-height: 125%;
  }

  .div-block-99 {
    width: 50%;
  }

  .slide-2 {
    background-image: url('../images/hero_mobile2.png');
    background-position: 50%;
    height: 470px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-13 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-79 {
    width: 15%;
  }

  .container-12 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-102 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-102.orange {
    flex-flow: row;
  }

  .image-81, .text-block-32.white {
    display: none;
  }

  .div-block-101 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-101.orange {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-119 {
    flex-flow: column;
  }

  .heading-2.mobile {
    color: #e74928;
  }

  .text-block-34.white {
    padding-left: 59px;
  }

  .div-block-100 {
    display: none;
  }

  .div-block-100.orange {
    display: block;
  }

  .div-block-100.mobile {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .container-14 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-122 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-122.orange {
    flex-flow: row;
  }

  .div-block-122.orange.mobile {
    flex-flow: column;
  }

  .image-84 {
    display: none;
  }

  .text-block-36.white {
    font-size: 16px;
    display: block;
  }

  .div-block-123 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-123.red {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-123.red.mobile {
    flex-flow: row;
    width: 100%;
  }

  .div-block-124 {
    flex-flow: column;
  }

  .heading-15.mobile {
    color: #e74928;
  }

  .text-block-37.white {
    padding-left: 0;
  }

  .div-block-125 {
    display: none;
  }

  .div-block-125.orange {
    display: block;
  }

  .div-block-125.mobile {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-126 {
    display: none;
  }

  .div-block-126.mobile {
    width: 100%;
    display: flex;
  }

  .div-block-127 {
    flex-direction: column;
  }

  .div-block-91 {
    justify-content: center;
    align-items: center;
  }

  .image-26 {
    width: 50%;
  }

  .paragraph-14 {
    text-align: center;
    width: 79%;
    margin-top: 40px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .primeiro-acesso {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-128 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-left: 0;
  }

  .container-primeiro-acesso {
    flex-flow: column;
    height: auto;
  }

  .div-block-106 {
    flex-flow: row;
    margin-top: 40px;
  }

  .div-block-108 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .text-heading-8 {
    text-align: left;
    font-size: 32px;
  }

  .container-15 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .comece {
    flex-direction: row;
    display: block;
  }

  .div-block-109 {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

  .div-block-112 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .div-block-111 {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

  .text-heading-9 {
    text-align: left;
    font-size: 32px;
  }

  .consultas-video {
    flex-direction: row;
    display: block;
  }

  .container-16 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-8 {
    text-align: left;
    width: 100%;
    margin: 0 auto 7px;
    font-size: 20px;
    line-height: 125%;
  }

  .div-block-131 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .div-block-132 {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

  .pronto-atendimento {
    flex-direction: row;
    display: block;
  }

  .paragraph-20 {
    width: 453.5px;
  }

  .container-17 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-16 {
    text-align: left;
    width: 100%;
    margin: 0 auto 7px;
    font-size: 20px;
    line-height: 125%;
  }

  .div-block-134 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .div-block-135 {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

  .checkup {
    flex-direction: row;
    display: block;
  }

  .paragraph-22 {
    width: 453.5px;
  }

  .container-18 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-17 {
    text-align: left;
    width: 100%;
    margin: 0 auto 7px;
    font-size: 20px;
    line-height: 125%;
  }

  .div-block-110 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .desconto-em-medicamentos {
    flex-direction: row;
    display: block;
  }

  .div-block-137 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .div-block-138 {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

  .paragraph-23 {
    width: 453.5px;
  }

  .div-block-139 {
    flex-flow: column;
  }

  .container-19 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .consultas-video-copy, .odontologia24-7, .saude-da-mulher, .conta-saude {
    flex-direction: row;
    display: block;
  }

  .div-block-142 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .container-20 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-143 {
    color: #f5f5f5;
    background-color: #0000;
    border-radius: 16px;
    width: auto;
    padding: 20px;
  }

  .heading-18 {
    text-align: left;
    width: 100%;
    margin: 0 auto 7px;
    font-size: 20px;
    line-height: 125%;
  }

  .paragraph-24 {
    width: 453.5px;
  }

  .heading-19 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 20px;
    line-height: 125%;
  }

  .perguntas-frequentes-2 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-body-33.faq-item-text {
    font-size: 14px;
  }

  .presencial-2 {
    align-items: center;
  }

  .faq-item-3 {
    width: auto;
  }

  .heading_item-2 {
    flex-direction: row;
    display: flex;
  }

  .heading_contact_footer, .text-body-4 {
    display: inline-block;
  }

  .text-body-4.header-contact-page {
    text-align: left;
    display: block;
  }

  .image-19 {
    width: 70%;
  }

  .conteiner_footer {
    max-width: none;
  }

  .footer-2 {
    margin-top: 64px;
  }

  .header-contacts.last {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .div-block-54 {
    margin-right: 0;
    padding-left: 0;
  }

  .text-body-34.contact-link {
    font-size: 16px;
  }

  .text-body_horario {
    display: inline-block;
  }

  .footer-content-2 {
    width: auto;
  }

  .div-block-146 {
    flex-flow: row;
    margin-top: 40px;
  }

  .text-heading-11 {
    text-align: left;
    font-size: 32px;
  }

  .como-agendar_desktop {
    display: none;
  }

  .icon-6 {
    color: #130501;
  }

  .heading-21 {
    font-size: 24px;
    line-height: 125%;
  }

  .icon-7 {
    color: #130501;
  }

  .image-73 {
    width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .mask-4 {
    height: auto;
  }

  .text-block-385 {
    font-size: 16px;
  }

  .slider-6 {
    background-color: #0000;
    height: auto;
  }

  ._4step_mobile {
    margin-top: 40px;
  }

  .text-heading-12 {
    text-align: left;
    font-size: 32px;
  }

  ._2step_mobile {
    margin-top: 40px;
  }

  .div_steps {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-teste {
    display: none;
  }

  ._1step_mobile, ._3step_mobile {
    margin-top: 40px;
  }

  .como-agendar_mobile {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .div-block-117 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
  }

  .div-block-151 {
    flex-flow: row;
    margin-top: 40px;
  }

  ._5step_mobile {
    margin-top: 40px;
  }

  .div-block-152 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-114 {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .image-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-69 {
    display: block;
  }

  .div-block-14 {
    width: 50%;
    display: none;
  }

  .div-block-13-medicamentos {
    width: auto;
    padding-left: 0;
  }

  .title_benefits {
    font-size: 32px;
  }

  .paragraph-27 {
    width: auto;
    font-size: 24px;
    line-height: 125%;
  }

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

  .paragraph-2 {
    width: auto;
  }

  .medicamentos {
    margin-left: 0;
    margin-right: 0;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-90 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .logo-bmg {
    width: 130%;
    max-width: none;
    overflow: clip;
  }

  .icon_button {
    width: 20px;
  }

  .navbar-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-3 {
    width: 50%;
    padding-left: 0;
  }

  .button-9 {
    width: auto;
    height: 48px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-9.orange {
    width: auto;
    height: 32px;
    padding: 8px 20px;
  }

  .button-9.darkblue.green {
    margin-top: 20px;
  }

  .button-9.red {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .text-block-29 {
    margin-left: -27px;
    font-size: 14px;
  }

  .header_hero.yellow {
    width: 100%;
    font-family: Helvética Neue, sans-serif;
    font-size: 20px;
    line-height: 125%;
    display: inline-block;
  }

  .header_hero.white {
    width: 100%;
    padding-left: 0;
    font-size: 18px;
    line-height: 125%;
  }

  .slide {
    background-image: url('../images/hero_mobile1.png');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 300px;
  }

  .div1 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

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

  .text-block-2 {
    font-size: 24px;
    top: 23px;
  }

  .heading-14 {
    font-size: 70px;
    left: auto;
  }

  .div-block_centro, .mask-2 {
    width: 100%;
  }

  .container_slide {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container_slide._2 {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding: 10px 16px 0;
  }

  .slider {
    width: 100%;
  }

  .paragraph_hero {
    width: 90%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-99 {
    width: 70%;
  }

  .slide-2 {
    background-image: url('../images/hero_mobile2.png');
    background-position: 50% 0;
    background-size: cover;
    height: 300px;
    padding-top: 10px;
  }

  .container-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-content: start;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-79 {
    margin-right: 10px;
  }

  .image-80 {
    width: 50%;
  }

  .container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-33 {
    font-size: 11px;
  }

  .div-block-104 {
    width: auto;
  }

  .div-block-102 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-102.orange {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
  }

  .image-81, .text-block-32.white {
    display: none;
  }

  .div-block-101 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-101.orange {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-101.desktop {
    display: none;
  }

  .div-block-119 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .card-indice {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding: 16px;
  }

  .heading-2.mobile {
    color: #e74928;
  }

  .text-block-34.white {
    margin-left: 71px;
    padding-left: 0;
  }

  .div-block-100 {
    height: auto;
  }

  .div-block-100.mobile {
    display: flex;
  }

  .indice {
    height: auto;
    padding-bottom: 64px;
  }

  .div-block-120 {
    width: auto;
  }

  .image-82 {
    width: 50%;
  }

  .container-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-35 {
    font-size: 14px;
  }

  .div-block-121 {
    width: auto;
  }

  .div-block-122 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-122.orange {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-84 {
    display: none;
  }

  .text-block-36.white {
    font-size: 14px;
    display: block;
  }

  .div-block-123 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-123.red {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-123.red.mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-123.desktop {
    display: none;
  }

  .div-block-123.mobile {
    flex-flow: row;
  }

  .div-block-124 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-15.mobile {
    color: var(--vermelho);
  }

  .text-block-37.white {
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-125 {
    height: auto;
  }

  .div-block-125.mobile {
    display: flex;
  }

  .div-block-126 {
    width: auto;
    display: none;
  }

  .div-block-126.mobile {
    display: flex;
  }

  .div-block-127 {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-26 {
    width: 100%;
    margin-bottom: 20px;
  }

  .paragraph-14 {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 150%;
  }

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

  .heading-3 {
    width: 100%;
    font-size: 19px;
  }

  .text_button-3 {
    font-family: Helvética Neue, sans-serif;
    font-size: 14px;
  }

  .div-block-128 {
    justify-content: center;
    align-items: center;
  }

  .div-block-106 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }

  .div_primeiro_consultas {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .div-block-108 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .text-heading-8 {
    color: var(--blue);
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 125%;
  }

  .paragraph-15 {
    font-size: 14px;
    line-height: 150%;
  }

  .container-15 {
    align-items: center;
  }

  .paragraph-16 {
    margin-top: 20px;
  }

  .div_primeiro_acesso_steps {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .comece {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-109 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-112 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-111 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-heading-9 {
    color: var(--vermelho);
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .consultas-video {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .button-11.darkblue.green, .paragraph-17 {
    margin-top: 20px;
  }

  .paragraph-18 {
    font-size: 14px;
    line-height: 150%;
  }

  .container-16 {
    align-items: center;
  }

  .div-block-129 {
    flex-flow: column;
  }

  .div-block-130, .paragraph-17-copy {
    margin-top: 20px;
  }

  .heading-8 {
    text-align: left;
    width: 245px;
    margin: 0 auto 19px 0;
    font-size: 20px;
    line-height: 26px;
  }

  .div_primeiro_acesso_steps-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .disclaimer {
    font-size: 11px;
    line-height: 150%;
  }

  .title {
    margin-bottom: 0;
  }

  .div-block-131 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-19 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .image-76 {
    display: block;
  }

  .div-block-132 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .pronto-atendimento {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .paragraph-20 {
    width: auto;
    font-size: 14px;
    line-height: 150%;
  }

  .container-17 {
    align-items: center;
  }

  .heading-16 {
    text-align: left;
    width: 245px;
    margin: 0 auto 19px 0;
    font-size: 20px;
    line-height: 26px;
  }

  .div_primeiro_acesso_steps-3 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-block-134 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-21 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .image-86 {
    display: block;
  }

  .text-block-41 {
    font-size: 20px;
    font-weight: 700;
  }

  .div-block-135 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .checkup {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .paragraph-22 {
    width: auto;
    font-size: 14px;
    line-height: 150%;
  }

  .container-18 {
    align-items: center;
  }

  .div-block-136 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-42 {
    font-size: 10px;
  }

  .heading-17 {
    text-align: left;
    width: 245px;
    margin: 0 auto 19px 0;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-17.blue {
    width: auto;
    margin-left: 0;
  }

  .desconto-em-medicamentos {
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .div-block-137 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image-89 {
    display: block;
  }

  .text-block-43 {
    margin-bottom: 10px;
  }

  .div-block-138 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-23 {
    width: auto;
    font-size: 14px;
    line-height: 150%;
  }

  .image-91 {
    width: 75%;
  }

  .div-block-139 {
    flex-flow: column;
  }

  .container-19 {
    align-items: center;
  }

  .slider-5 {
    margin-top: 20px;
  }

  .slide-4 {
    width: 100%;
  }

  .image-55 {
    width: 70%;
  }

  .mask-3 {
    width: 100%;
  }

  .div-block-141 {
    flex-flow: column;
  }

  .consultas-video-copy, .odontologia24-7, .saude-da-mulher, .conta-saude {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .div-block-142 {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-20 {
    align-items: center;
  }

  .div-block-143 {
    background-color: #0000;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-92 {
    display: block;
  }

  .heading-18 {
    text-align: left;
    width: 245px;
    margin: 0 auto 19px 0;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-18.blue {
    width: auto;
    margin-left: 0;
  }

  .paragraph-24 {
    width: auto;
    font-size: 14px;
    line-height: 150%;
  }

  .text-span-64 {
    text-align: left;
    font-size: 20px;
  }

  .heading-19 {
    text-align: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-size: 20px;
    line-height: 150%;
  }

  .perguntas-frequentes-2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-heading-10.faq-item-heading-text {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .container_faq-2 {
    padding-top: 0;
  }

  .text-body-33.faq-item-text {
    font-size: 14px;
    line-height: 150%;
  }

  .presencial-2 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading_item-2 {
    text-align: left;
    align-items: center;
  }

  .line_footer {
    transform: rotate(0);
  }

  .heading_contact_footer {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  .text-body-4.header-contact-page {
    text-align: left;
  }

  .image-19 {
    width: 70%;
  }

  .conteiner_footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-2 {
    background-color: var(--blue);
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .number_phone {
    font-size: 24px;
  }

  .header-contacts {
    align-items: flex-start;
  }

  .header-contacts.last {
    flex-flow: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 24px;
  }

  .div-block-54 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding-left: 0;
  }

  .divider_footer {
    display: none;
  }

  .contact {
    font-size: 11px;
  }

  .div-block-4 {
    padding-left: 0;
  }

  .footer_copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-24 {
    font-size: 11px;
  }

  .div-block-59 {
    align-self: center;
    display: flex;
  }

  .text-body-34.contact-link {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .header-contact-link-2 {
    color: #fff;
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .header-contact-link-2._2 {
    text-decoration: none;
  }

  .header-contact-link-2.regulamento {
    color: #fff;
  }

  .footer-content-2 {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arrow_fixed {
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 16px;
    padding-right: 16px;
    display: flex;
    position: fixed;
  }

  .link-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-47 {
    width: 75%;
    max-width: 98%;
  }

  .div-block-146 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }

  .text-heading-11 {
    color: #00175a;
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
  }

  .paragraph-25 {
    font-size: 14px;
    line-height: 150%;
  }

  .text-span-155 {
    font-weight: 600;
  }

  .icon-6 {
    color: #000;
    margin-right: 0;
  }

  .heading-21 {
    font-family: Helvética Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 125%;
  }

  .slide-nav-3 {
    bottom: -38px;
  }

  .div_number {
    cursor: pointer;
  }

  .icon-7 {
    color: #000;
    margin-left: 0;
  }

  .image-74 {
    width: auto;
  }

  .image-73 {
    width: 60%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-150 {
    flex-flow: column-reverse wrap;
  }

  .mask-4 {
    height: auto;
  }

  .text-block-385 {
    font-family: Helvética Neue, sans-serif;
  }

  .slide-5 {
    height: 100%;
  }

  .slider-6 {
    background-color: #0000;
    height: auto;
  }

  ._4step_mobile {
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .text-block-384 {
    font-family: Helvética Neue, sans-serif;
  }

  .link-block-13 {
    width: 100%;
  }

  .text-heading-12 {
    color: var(--vermelho);
    text-align: left;
    width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Helvética Neue, sans-serif;
    font-size: 24px;
    line-height: 24px;
  }

  ._2step_mobile {
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .div_steps {
    margin-top: 10px;
    display: flex;
  }

  .div-teste {
    display: none;
  }

  .bold-text-12 {
    color: #0c4374;
  }

  ._1step_mobile {
    flex-flow: column;
    margin-top: 20px;
    padding-top: 0;
    display: flex;
  }

  ._3step_mobile {
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .como-agendar_mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-117 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-151 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }

  .div_slider {
    height: auto;
  }

  ._5step_mobile {
    margin-top: 20px;
    padding-top: 0;
    display: block;
  }

  .div-block-152 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-70 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }

  .image-69 {
    display: block;
  }

  .slider-7 {
    margin-top: 20px;
    display: block;
  }

  .div-block-14 {
    width: 80%;
    margin-top: 20px;
    display: none;
  }

  .text-block-7 {
    text-align: center;
    width: auto;
    font-size: 14px;
  }

  .slide-6 {
    width: 100%;
  }

  .div-block-13-medicamentos._2 {
    padding-top: 20px;
  }

  .title_benefits {
    margin-top: 10px;
  }

  .paragraph-27 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .paragraph-27.subtitle {
    font-weight: 400;
  }

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

  .image-100 {
    width: 70%;
  }

  .medicamentos {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .mask-5 {
    width: 100%;
  }

  .div-block-90 {
    flex-flow: column;
  }

  .div-block-154 {
    padding-top: 10px;
  }
}

#w-node-_82bcc7b8-6a92-169e-bfc5-e149fc6c224d-ac785953 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueUltraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueHeavy.otf') format('opentype'), url('../fonts/HelveticaNeueBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueUltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueRoman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueHeavyItalic.otf') format('opentype'), url('../fonts/HelveticaNeueBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvética Neue';
  src: url('../fonts/HelveticaNeueThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}