:root {
  --dark-khaki: #a8d069;
  --dark-slate-gray-2: #404047;
  --medium-sea-green: #30ad64;
  --steel-blue: #3b99d9;
  --light-slate-gray: #8e8e9c;
  --light-sea-green-2: #20ac99;
  --firebrick: #bf3a30;
  --dodger-blue: #2e9dff;
  --indian-red: #cf404d;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --brown: #822e50;
  --cadet-blue: #668cad;
  --dim-gray: #735260;
  --khaki: #face6a;
  --goldenrod: #e2a62b;
  --pale-turquoise: #bfe0ff;
  --steel-blue-2: #2e80b6;
  --dim-gray-3: #676770;
  --light-sky-blue: #69b9ff;
  --silver: #bec3c7;
  --light-sea-green: #25ccbf;
  --indian-red-2: #af4173;
  --black: #192024;
  --sandy-brown-2: #e4b962;
  --tomato: #e64c40;
  --white-smoke: #ecf0f1;
  --salmon-2: #fc7d64;
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --dim-gray-2: #49647b;
  --sandy-brown: #f8c740;
  --dark-slate-gray: #2d3e4f;
}

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #69b9ff00;
  background-image: linear-gradient(90deg, #407f43, #44ab4c);
  border-radius: 150px;
  padding: 12px 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #676770;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #44ac4c;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 5%;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-color: #fff3;
  background-image: linear-gradient(#cbc3c1, #c1b8b6);
  margin-top: 0;
  margin-bottom: 0;
  padding: 80px 10% 0;
}

.hero-heading {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
}

.hero-subheading {
  color: #585858;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0%;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding: 80px 5%;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
  padding-left: 0%;
  padding-right: 0%;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.footer-link {
  color: #668cad;
  border-bottom: 1px solid #d5d5e0;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

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

.white-text {
  color: #fff;
  margin-bottom: 20px;
}

.form {
  margin-top: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.column {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 80px;
  display: flex;
}

.bold-text {
  color: #585858;
  -webkit-text-stroke-color: #585858;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 70%;
}

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

.image {
  max-width: 50%;
  margin-bottom: 40px;
  padding-bottom: 0;
}

.hero-heading-right {
  background-color: #333;
  padding: 80px 5%;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.heading-2 {
  color: #fff;
  -webkit-text-stroke-color: #44ac4c;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.columns-2 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -10%;
  display: flex;
}

.container-2 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 2%;
  box-shadow: 0 2px 5px #0003;
}

.paragraph {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  line-height: 20px;
}

.container-3 {
  background-color: #fff;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 2%;
  padding-right: 2%;
}

.div-block-2 {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f0f0f0;
  border-radius: 20px;
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 30%;
  height: 180px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 2%;
  display: flex;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.hero-heading-right-2 {
  background-color: #f5f5f5;
  background-image: linear-gradient(90deg, #fff, #fafafa 51%, #fff);
  padding: 80px 5%;
  position: relative;
}

.margin-bottom-24px-copy {
  color: #333;
  text-align: left;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 100px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.section-copy {
  text-align: center;
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 5%;
  position: relative;
}

.section-copy.accent {
  background-color: #192024;
}

.heading-2-copy {
  color: #44ac4c;
  text-align: center;
  -webkit-text-stroke-color: #44ac4c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.section-2-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 -10%;
  display: flex;
}

.section-3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 20px;
}

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

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

.section-5 {
  width: 90100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block {
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.image-4 {
  width: 70px;
  max-width: 70px;
}

.image-5 {
  width: 79px;
  max-width: 70px;
}

.image-6 {
  width: 70px;
  max-width: 70px;
}

.section-6 {
  padding: 80px 5%;
}

.section-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: -10%;
  margin-right: -10%;
  padding-left: 0;
  display: flex;
}

.div-block-3 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 160px;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.margin-bottom-24px-copy-copy {
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.hero-heading-right-2-copy {
  background-color: #333;
  padding: 80px 5%;
  position: relative;
}

.margin-bottom-24px-copy-copy {
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.text-block-2 {
  color: #44ac4c;
}

.paragraph-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.bold-text-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.list {
  color: #fff;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-8 {
  background-color: #c3bab8;
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/Plano-de-Fundo.png');
  background-position: 0 0, 100% 100%;
  background-size: auto, auto;
  padding-top: 80px;
  padding-left: 5%;
  padding-right: 5%;
}

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

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-9 {
  padding: 80px 5% 80px 3%;
}

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

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

.heading-3 {
  color: #44ac4c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.columns-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-7 {
  max-width: 90%;
}

.section-10 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  text-align: center;
  background-color: #44ac4c;
  flex-flow: column;
  width: 100%;
  padding: 80px 15%;
  display: flex;
}

.dropdown {
  color: #fff;
  text-align: left;
  background-color: #00504d;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: flex;
}

.dropdown-toggle {
  outline-offset: 0px;
  background-color: #00504d;
  outline: 3px #222;
}

.text-block-4 {
  text-align: left;
  background-color: #00504d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  display: flex;
}

.section-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 15px 25px;
  display: flex;
}

.bold-text-3 {
  color: #fff;
  text-align: left;
}

.text-block-5 {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
}

.seta-acordeon {
  height: 20px;
}

.text-block-6 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.icon {
  color: #fff;
}

.dropdown-toggle-2 {
  background-color: #00504d;
  width: 100%;
}

.dropdown-2 {
  width: 90%;
}

.dropdown-link {
  font-family: Poppins, sans-serif;
}

.section-12 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.faq-itemm {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-flow: column;
  display: flex;
}

.faq-item {
  background-color: #00504d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-8 {
  text-align: left;
  background-color: #f8f8f8;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
}

.faq---seta {
  text-align: right;
  width: 15px;
  margin-right: 20px;
  padding-right: 0;
}

.image-8 {
  width: 300px;
}

.columns-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 200px;
}

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

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

.text-block-9 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.text-block-10 {
  color: #fff;
  text-align: right;
  width: 70%;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}

.section-13 {
  background-color: #383838;
  margin-top: 0;
  padding: 80px 5% 20px;
}

.column-8 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-11 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.margin-bottom-24px-copy-copy {
  color: #333;
  text-align: left;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.margin-bottom-24px-copy-copy-copy {
  color: #333;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.heading-2-copy, .heading-2-copy-copy {
  color: #fff;
  -webkit-text-stroke-color: #44ac4c;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.heading-2-copy-copy, .heading-2-copy-copy-copy {
  color: #44ac4c;
  -webkit-text-stroke-color: #44ac4c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.margin-bottom-24px-copy-copy {
  color: #333;
  text-align: left;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0%;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.uahuaauha {
  color: #44ac4c;
  text-align: center;
  -webkit-text-stroke-color: #44ac4c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.asiuydgasjdbhasig {
  color: #333;
  text-align: left;
  width: 450px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.heading-2-copy-copy-copy {
  color: #fff;
  -webkit-text-stroke-color: #44ac4c;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.heading-2-copy-copy-copy-copy {
  color: #44ac4c;
  -webkit-text-stroke-color: #44ac4c;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
}

.nome-medico {
  color: #585858;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.whatsapp {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-color: #25d36600;
  background-image: url('../images/vecteezy_whatsapp-logo-icon_21495946.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 8px;
  padding-right: 0;
  display: block;
  position: fixed;
  inset: auto 2% 3% auto;
}

@media screen and (max-width: 991px) {
  .button {
    margin-bottom: 20px;
  }

  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #3b99d9;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 110%;
  }

  .hero-subheading {
    margin-bottom: 20px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .div-block-2 {
    justify-content: flex-start;
    align-items: center;
    height: 350px;
  }

  .margin-bottom-24px-copy {
    text-align: left;
    width: 300px;
    padding-right: 20px;
  }

  .section-2-copy {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 0%;
    margin-right: 0%;
  }

  .section-5 {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .section-6 {
    flex-flow: column;
    display: flex;
  }

  .section-7 {
    flex-flow: wrap;
  }

  .paragraph-2 {
    width: 100%;
  }

  .section-8 {
    padding-right: 0%;
  }

  .columns-3 {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .section-9 {
    padding-left: 10%;
    padding-right: 5%;
  }

  .columns-5 {
    flex-flow: column;
  }

  .column-6 {
    justify-content: center;
    align-items: center;
  }

  .column-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .margin-bottom-24px-copy-copy, .margin-bottom-24px-copy-copy-copy {
    text-align: center;
  }

  .margin-bottom-24px-copy-copy {
    text-align: left;
  }

  .asiuydgasjdbhasig {
    text-align: center;
  }

  .nome-medico {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    text-align: center;
    margin-bottom: 15px;
    font-size: 50px;
    line-height: 70%;
  }

  .hero-subheading {
    text-align: center;
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .div-block-2 {
    width: 80%;
    height: 220px;
    padding-left: 5%;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .margin-bottom-24px-copy {
    text-align: center;
  }

  .section-2-copy {
    flex-flow: column;
  }

  .hero-heading-right-2-copy {
    padding: 60px 15px;
  }

  .section-8 {
    flex-flow: column;
    padding-right: 5%;
    display: block;
  }

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

  .columns-3 {
    flex-flow: column;
  }

  .section-9 {
    padding-left: 5%;
  }

  .column-4 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .columns-4, .columns-5 {
    flex-flow: column;
  }

  .column-6 {
    justify-content: center;
    align-items: center;
  }

  .columns-6 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .column-7 {
    justify-content: center;
    align-items: center;
  }

  .text-block-10 {
    text-align: center;
  }

  .column-8 {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-24px-copy-copy {
    text-align: left;
    width: 350px;
    padding-left: 0%;
  }

  .nome-medico {
    text-align: center;
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-title-group {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid-image {
    width: 35%;
  }

  .hero-heading-right {
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
    display: block;
  }

  .hero-split {
    justify-content: flex-start;
    align-items: center;
    width: 380px;
  }

  .shadow-two {
    width: 380px;
  }

  .margin-bottom-24px {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 280px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    overflow: visible;
  }

  .heading-2 {
    text-align: center;
    width: 280px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .div-block-2 {
    width: 80%;
    height: 200px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .margin-bottom-24px-copy {
    width: 280px;
  }

  .heading-2-copy {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .section-2-copy {
    flex-flow: column;
  }

  .section-6 {
    padding-top: 0;
  }

  .heading-2-copy {
    color: #44ac4c;
    text-align: left;
    width: 280px;
  }

  .paragraph-2, .list {
    width: 280px;
  }

  .columns-4 {
    flex-flow: column;
  }

  .section-10 {
    align-items: center;
  }

  .faq-itemm {
    width: 280px;
  }

  .faq-item {
    justify-content: space-between;
  }

  .columns-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .column-7 {
    justify-content: center;
    align-items: center;
  }

  .text-block-10 {
    text-align: center;
  }

  .column-8 {
    text-align: left;
    justify-content: center;
    align-items: center;
  }

  .text-block-12 {
    color: #fff;
    width: 100%;
  }

  .heading-2-copy, .heading-2-copy-copy {
    text-align: center;
    width: 280px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2-copy-copy, .heading-2-copy-copy-copy {
    color: #44ac4c;
    text-align: left;
    width: 280px;
  }

  .margin-bottom-24px-copy-copy {
    width: 280px;
  }

  .uahuaauha {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .asiuydgasjdbhasig {
    width: 100%;
  }

  .heading-2-copy-copy-copy {
    text-align: center;
    width: 280px;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }

  .heading-2-copy-copy-copy-copy {
    color: #44ac4c;
    text-align: left;
    width: 280px;
  }

  .text-span {
    color: #fff;
  }
}


