:root {
  --white: white;
  --verde-smart: #18947b;
  --verde-claro-smart: #0fc;
  --black: black;
}

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

body {
  color: #000;
  background-color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

p {
  color: #626262;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.navbar {
  background-color: #fff0;
  padding-top: 10px;
}

.nav-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #fff;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.nav-link:hover {
  color: #0fc;
}

.nav-button {
  color: #626262;
  background-color: #fff;
  border-radius: 59px;
  margin-top: 20px;
  margin-left: 16px;
  padding: 7px 24px;
  font-weight: 700;
  box-shadow: 3px 3px 5px 1px #0003;
}

.nav-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0fc;
}

.nav-button:active {
  color: #fff;
  background-color: #4b4b4b00;
  transform: translate(1px, 1px);
}

.container {
  max-width: 1216px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  transform: translate(0);
}

.container.valores {
  margin-top: 100px;
}

.hero {
  background-color: #939393;
  background-image: url('../images/Hero.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 0;
  padding-bottom: 300px;
}

.hero-block {
  text-align: center;
  max-width: 760px;
  margin-top: 180px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading {
  color: #fff;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 900;
  line-height: 65px;
}

.paragraph {
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}

.button {
  color: #fff;
  background-color: #4043d2;
  border-radius: 500px;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 700;
}

.button.orange {
  background-color: #e15e1d;
}

.hero-paragraph {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.content-section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 150px;
}

.content-grid {
  grid-column-gap: 99px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.content-block-image {
  transform-style: preserve-3d;
  width: 140px;
}

.content-block-image:hover {
  transform: translate3d(-2px, -2px, -2px);
}

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

.content-block-title {
  color: #18947b;
  text-align: center;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 900;
}

.form-section {
  background-color: #fff0;
  background-image: url('../images/especialidades.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.form-heading {
  color: #0fc;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 900;
  line-height: 65px;
}

.form-label {
  color: #fff;
  margin-bottom: 15px;
  font-size: 18px;
}

.form-field {
  outline-offset: 0px;
  border-radius: 500px;
  outline: 3px #333;
  height: 52px;
  margin-right: 20px;
  padding-left: 24px;
  padding-right: 2px;
  font-size: 18px;
}

.form-submit {
  background-color: #e15e1d;
  border-radius: 500px;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
}

.form-block {
  display: flex;
}

.form-wrapper {
  margin-bottom: 0;
}

.sucess-section {
  background-color: #128273;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.sucess-section._2 {
  background-image: url('../images/prof-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 500px;
  padding-bottom: 150px;
}

.prof-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.prof-grid._2 {
  margin-top: 0;
  margin-bottom: 0;
}

.prof-content {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.prof-content._2 {
  margin-top: 0;
  padding-top: 0;
}

.prof-heading {
  color: #0fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 65px;
}

.prof-heading._21 {
  color: #458489;
  text-align: center;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 900;
}

.prof-heading._22 {
  color: #458489;
  text-align: center;
  margin-bottom: 0;
  font-size: 35px;
}

.prof-heading._2 {
  color: #18947b;
  text-align: center;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 900;
}

.prof-heading._20 {
  color: #757d7b;
  text-align: center;
  max-width: none;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.prof-heading._20:hover {
  color: #18947b;
}

.prof-heading._20._3 {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 80px;
}

.prof-heading._20._3:hover {
  color: #0fc;
}

.prof-subheading {
  color: #4043d2;
  margin-bottom: 20px;
}

.image-3 {
  width: 16px;
  height: 16px;
}

.div-block-8 {
  background-color: #0000;
  border-radius: 0;
  justify-content: flex-start;
  align-items: stretch;
  width: 42px;
  height: 42px;
  margin-top: 30px;
  display: flex;
}

.link-block {
  background-color: #eceefb;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.prof-social-link-image {
  width: 50px;
  height: 50px;
}

.prof-social-link {
  background-color: #f7f7f7;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  display: flex;
  box-shadow: inset 5px 5px 5px #ffffffa8, 5px 5px 5px #0003;
}

.prof-social-link:hover {
  box-shadow: 5px 4px 5px 0 var(--white), inset 1px 1px 4px 0 #0003;
}

.prof-social-block {
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.image-5 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.prof-layer-image {
  position: absolute;
  inset: -25px auto auto 60px;
}

.final-section {
  background-color: #fff;
  border-top: 2px solid #0fc;
  padding-top: 70px;
  padding-bottom: 70px;
}

.final-block {
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}

.final-heading {
  color: #18947b;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 900;
}

.footer {
  background-color: #ebebeb;
  background-image: linear-gradient(#fff 24%, #c4c4c4);
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-logo {
  text-align: center;
  max-width: 30%;
}

.content-block-paragraph {
  text-align: center;
}

.prof-paragraph {
  color: #fff;
  text-align: left;
}

.prof-paragraph._2 {
  text-align: center;
  margin-top: 10px;
}

.prof-paragraph._2 {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}

.prof-paragraph._2._1 {
  font-size: 25px;
  font-weight: 800;
}

.hero-subheading {
  color: #fff;
  margin-top: 0;
  font-weight: 700;
}

.form-paragraph {
  color: #fff;
  text-align: center;
}

.image-6 {
  text-align: center;
  max-width: 125%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9 {
  text-align: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.final-paragraph {
  color: #18947b;
  margin-top: 35px;
  font-weight: 900;
}

.final-paragraph2 {
  color: #626262;
  margin-top: 50px;
}

.body {
  background-color: #edededbf;
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: #458489;
}

.form-grid2 {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  border: 2px #0fc;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  padding: 40px;
  display: grid;
}

.especialidade-1 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  text-align: center;
  border: 2px solid #0fc;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  padding: 20px;
  font-weight: 400;
  display: block;
}

.especialidade-1:hover {
  background-color: #0fc;
  transform: translate(5px, 5px);
}

.heading {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.heading._3 {
  color: #18947b;
  text-align: left;
  text-align: left;
  font-size: 70px;
  font-weight: 900;
  line-height: 70px;
}

.heading._3:hover {
  color: #0fc;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.map-section {
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-7 {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.text-span, .text-span-2, .text-span-3 {
  color: #0fc;
}

.valores-section {
  margin-top: 50px;
}

.div-prog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: inset 1px 2px 20px -5px var(--white), 5px 5px 12px 4px #00000030;
  background-color: #edededbf;
  border-radius: 18px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 50px;
  padding: 25px 60px 60px;
  display: grid;
}

.heading-valores {
  color: #18947b;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
}

.heading-valores._2 {
  text-transform: none;
  font-weight: 500;
}

.valores-paragraph {
  text-align: center;
}

.valores-paragraph._2 {
  color: #18947b;
  border-radius: 30px;
  margin-bottom: 0;
  padding: 30px;
  font-weight: 600;
  box-shadow: 0 5px 10px 1px #0000001a, inset 1px 2px 20px -5px #ffffffb5;
}

.economia-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.bold-text-3 {
  max-width: 809px;
  font-size: 50px;
  font-weight: 900;
}

.text-span-4, .text-span-5 {
  color: #0fc;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span-6, .text-span-7, .text-span-8 {
  color: #0fc;
}

.link-block-2 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-left: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.link-block-2._2 {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 210px auto auto 701px;
}

.image-15 {
  background-color: #edededbf;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin: 5px;
  padding: 0;
}

.image-15._2 {
  width: 30px;
  height: 30px;
}

.link-block-3 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-left: 42px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.image-16 {
  width: 54px;
  height: 54px;
}

.hero-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proposito-section {
  margin-top: 0;
  margin-bottom: 150px;
}

.link-block-4 {
  background-image: url('../images/1024-SMARTMED-MEDWAY-Banner-site.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.div-grid {
  grid-column-gap: 43px;
  grid-row-gap: 37px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.text-span-9, .bold-text-5 {
  font-weight: 900;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.image-17 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-17:hover {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 0 #000;
}

.text-span-10 {
  font-size: 21px;
}

.image-18 {
  text-align: center;
  max-width: 30%;
  margin-bottom: 0;
}

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

.content-section-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 150px;
}

.hero-heading-2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 85px;
  font-weight: 700;
  line-height: 65px;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #18947b;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 55px;
  display: flex;
}

.sucess-section-2 {
  background-color: #18947b;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.link-block-5 {
  z-index: 999;
  border-radius: 4px;
  margin-bottom: 18px;
  margin-left: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.heading-valores-2 {
  color: var(--verde-smart);
  text-align: left;
  text-transform: none;
  font-weight: 700;
}

.heading-valores-2._2 {
  text-transform: none;
  font-weight: 500;
}

.heading-valores-2._2._3 {
  color: #757d7b;
  text-align: left;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.content-block-image-2 {
  text-align: left;
  transform-style: preserve-3d;
  width: 80px;
  margin-bottom: 15px;
  display: block;
}

.content-block-image-2:hover {
  transform: translate3d(-2px, -2px, -2px);
}

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

.bold-text-7 {
  font-size: 16px;
  line-height: 25px;
}

.content-block-paragraph-2 {
  color: #757d7b;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.image-21 {
  border-radius: 20px;
}

.final-paragraph2-2 {
  color: #626262;
  margin-top: 50px;
  font-size: 16px;
  line-height: 25px;
}

.text-span-17 {
  font-weight: 900;
}

.text-span-17:hover {
  color: #1ecd93;
}

.cta-section {
  background-color: #fff0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.div-gridcta {
  grid-column-gap: 68px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.proposito-section-2 {
  margin-top: 0;
  margin-bottom: 150px;
}

.bold-text-8 {
  color: #18947b;
  font-weight: 700;
}

.container-3 {
  background-color: #fff0;
  max-width: 1216px;
  padding-left: 30px;
  padding-right: 30px;
  position: static;
  transform: translate(0);
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: center stretch;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.prof-social-link-2 {
  background-color: #f7f7f7;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 16px;
  display: flex;
  box-shadow: inset 5px 5px 5px #ffffffa8, 5px 5px 5px #0003;
}

.prof-social-link-2:hover {
  box-shadow: 5px 4px 5px #fff, inset 1px 1px 4px #0003;
}

.image-20 {
  text-align: center;
  max-width: 30%;
  margin-bottom: 0;
}

.nav-button-2 {
  color: #fff;
  background-color: #18947b;
  border-radius: 59px;
  margin-top: 20px;
  margin-left: 16px;
  padding: 7px 24px;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 3px 3px 5px 1px #0003;
}

.nav-button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0fc;
}

.nav-button-2:active {
  color: #fff;
  background-color: #4b4b4b00;
  transform: translate(1px, 1px);
}

.nav-button-2._2 {
  color: #18947b;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 3px 3px 5px 1px #0000000d;
}

.nav-button-2._2:hover {
  background-color: #0fc;
}

.valores-paragraph-2 {
  color: #757d7b;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
}

.form-grid2-2 {
  grid-column-gap: 21px;
  grid-row-gap: 20px;
  border: 2px #0fc;
  border-radius: 20px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  padding: 40px;
  display: grid;
}

.content-grid-2 {
  grid-column-gap: 99px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.content-block-2 {
  text-align: center;
}

.hero-subheading-2 {
  color: #18947b;
  margin-top: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 28px;
}

.hero-subheading-2._2 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 40px;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}

.heading-2._3 {
  color: #18947b;
  text-align: left;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.heading-2._3:hover {
  color: #0fc;
}

.div-block-17 {
  background-image: url('../images/Imagem-2.jpg');
  background-position: 50% 92%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  width: auto;
  height: 350px;
  padding-top: 250px;
  padding-bottom: 0;
}

.cta-paragraph {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}

.form-heading-2 {
  color: var(--verde-claro-smart);
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.image-19 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-19:hover {
  opacity: 1;
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 0 #000;
}

.image-22 {
  background-color: #edededbf;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin: 0 0 5px 5px;
  padding: 0;
}

.container-4 {
  color: #18947b;
  -webkit-text-stroke-color: #fff0;
  max-width: 1440px;
  padding: 0 3%;
  position: relative;
}

.content-block-title-2 {
  color: #18947b;
  text-align: left;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.final-heading-2 {
  color: #18947b;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 700;
}

.form-section-2 {
  background-color: #fff0;
  background-image: url('../images/especialidades.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.map-section-2 {
  background-color: #fff;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-18 {
  background-image: url('../images/Imagem.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  padding-top: 250px;
  padding-bottom: 250px;
}

.div-valores {
  border: 1px solid #0fc;
  border-radius: 20px;
  padding: 50px 25px;
}

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

.prof-heading-2 {
  color: #0fc;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 900;
  line-height: 65px;
}

.prof-heading-2._2 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #fff;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 700;
}

.heading-valores-3 {
  color: #0fc;
  text-align: left;
  -webkit-text-stroke-color: #0fc;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.valores-section-2 {
  background-color: var(--verde-smart);
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-5 {
  text-align: center;
  max-width: 1216px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  transform: translate(0);
}

.div-prog-2 {
  grid-column-gap: 18px;
  grid-row-gap: 45px;
  background-color: #fff0;
  border-radius: 18px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  margin-top: 50px;
  padding: 0 0 60px;
  display: grid;
}

.div-block-19 {
  background-image: url('../images/Imagem.jpg');
  background-position: 50% 1%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.valores-paragraph-3._5 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-link {
    color: #626262;
    text-align: center;
    margin-bottom: 10px;
    display: block;
  }

  .nav-button {
    display: inline-block;
  }

  .container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .hero {
    background-position: 50%;
  }

  .hero-heading {
    margin-bottom: 0;
  }

  .content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .content-block-title {
    color: #18947b;
    text-transform: none;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-heading {
    text-align: center;
    max-width: 100%;
  }

  .form-label {
    text-align: center;
  }

  .prof-grid {
    grid-template-columns: 1fr;
  }

  .prof-content {
    align-items: center;
  }

  .prof-heading._20 {
    font-size: 25px;
    line-height: 30px;
  }

  .prof-heading._20._3 {
    font-size: 100px;
  }

  .prof-layer-image {
    top: -25px;
    left: 60px;
  }

  .final-heading {
    line-height: 65px;
  }

  .footer {
    background-color: #ebebeb;
  }

  .menu-button {
    padding-top: 18px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #00ffe500;
    background-image: linear-gradient(360deg, #11d197, #3d786100 72%);
    border-radius: 22%;
  }

  .nav-menu {
    background-color: #fff;
    padding: 30px 30px 60px;
  }

  .prof-image {
    width: 100%;
  }

  .footer-logo {
    max-width: 30%;
  }

  .prof-paragraph {
    text-align: center;
  }

  .hero-subheading {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .icon {
    color: #fff;
  }

  .form-grid2 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading._3 {
    text-align: center;
    text-align: center;
  }

  .div-block-10 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .map-section {
    padding-bottom: 70px;
  }

  .div-block-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center;
    display: flex;
  }

  .container-2 {
    background-color: #fff;
    width: 75px;
    max-width: 0;
  }

  .link-block-4 {
    background-image: url('../images/1024-SMARTMED-MEDWAY-Banner-site-tablet.jpg');
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .div-block-13 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-heading-2 {
    margin-bottom: 0;
  }

  .heading-valores-2, .heading-valores-2._2._3 {
    text-align: center;
  }

  .content-block-image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .content-block-paragraph-2 {
    text-align: center;
  }

  .div-grid-2 {
    grid-row-gap: 43px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-gridcta {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-8 {
    font-size: 70px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .div-block-15 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-button-2 {
    display: inline-block;
  }

  .valores-paragraph-2 {
    text-align: center;
  }

  .form-grid2-2 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-subheading-2 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .heading-2._3 {
    text-align: center;
    font-size: 65px;
    line-height: 65px;
  }

  .div-block-17 {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .form-heading-2 {
    text-align: center;
    max-width: 100%;
  }

  .content-block-title-2 {
    color: #18947b;
    text-align: center;
    text-transform: none;
  }

  .final-heading-2 {
    font-size: 65px;
    line-height: 65px;
  }

  .map-section-2 {
    padding-bottom: 70px;
  }

  .div-block-18 {
    background-position: 50% 0;
  }

  .heading-valores-3 {
    text-align: center;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .div-prog-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .valores-paragraph-3 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    background-position: 57%;
    padding-bottom: 150px;
  }

  .hero-block {
    margin-top: 100px;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .form-section {
    padding-left: 0;
    padding-right: 0;
  }

  .form-heading {
    margin-left: auto;
    margin-right: auto;
    font-size: 55px;
    line-height: 60px;
    display: block;
  }

  .sucess-section._2 {
    background-position: 49%;
    background-size: 1254px;
  }

  .prof-heading {
    text-align: center;
    font-size: 50px;
    line-height: 50px;
  }

  .prof-heading._2 {
    font-size: 60px;
  }

  .prof-heading._20._3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 80px;
  }

  .final-block {
    padding-left: 30px;
    padding-right: 30px;
  }

  .final-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .menu-button {
    padding-top: 32px;
  }

  .form-grid2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading._3 {
    font-size: 60px;
    line-height: 60px;
  }

  .link-block-2, .link-block-3 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

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

  .content-section-2 {
    text-align: center;
  }

  .hero-heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .div-block-16 {
    padding: 40px;
  }

  .link-block-5 {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .heading-valores-2 {
    text-align: center;
    font-size: 28px;
  }

  .heading-valores-2._2._3 {
    text-align: center;
    font-size: 18px;
  }

  .content-block-image-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block-paragraph-2 {
    text-align: center;
  }

  .bold-text-6 {
    font-size: 20px;
    line-height: 25px;
  }

  .div-grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .bold-text-8 {
    font-size: 50px;
    line-height: 50px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .valores-paragraph-2 {
    text-align: center;
  }

  .form-grid2-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }

  .content-grid-2 {
    text-align: center;
  }

  .heading-2._3 {
    font-size: 60px;
    line-height: 60px;
  }

  .div-block-17 {
    background-position: 38%;
  }

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

  .form-heading-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    line-height: 50px;
    display: block;
  }

  .content-block-title-2 {
    text-align: center;
  }

  .final-heading-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .form-section-2 {
    padding: 100px 0;
  }

  .map-section-2 {
    padding-top: 0;
  }

  .text-span-12._5 {
    font-size: 15px;
  }

  .prof-heading-2 {
    text-align: center;
    font-size: 60px;
    line-height: 60px;
  }

  .prof-heading-2._2 {
    font-size: 50px;
    line-height: 50px;
  }

  .heading-valores-3 {
    text-align: center;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-prog-2 {
    grid-template-columns: 1fr;
  }

  .valores-paragraph-3 {
    text-align: center;
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 1.2;
  }

  .nav-logo {
    width: 172px;
  }

  .container, .container.valores {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero {
    background-position: 82%;
    padding-top: 0;
    padding-bottom: 200px;
  }

  .hero-block {
    margin-top: 94px;
  }

  .hero-heading {
    font-size: 35px;
    line-height: 35px;
  }

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

  .content-block-title {
    font-size: 22px;
  }

  .form-section {
    background-attachment: fixed;
  }

  .form-grid {
    max-width: none;
  }

  .form-heading {
    max-width: none;
    font-size: 35px;
    line-height: 35px;
  }

  .form-field {
    text-align: center;
  }

  .form-block {
    flex-direction: column;
  }

  .sucess-section._2 {
    background-position: 49% 29%;
    background-size: 1716px;
    padding-bottom: 100px;
  }

  .prof-content {
    padding-left: 0;
    padding-right: 0;
  }

  .prof-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .prof-heading._21 {
    font-size: 40px;
  }

  .prof-heading._22 {
    font-size: 24px;
  }

  .prof-heading._2 {
    font-size: 35px;
    line-height: 35px;
  }

  .prof-heading._20 {
    font-size: 20px;
    line-height: 30px;
  }

  .prof-heading._20._3 {
    max-width: 700px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 40px;
  }

  .prof-social-link-image {
    width: 35px;
    height: 35px;
  }

  .prof-social-link {
    width: 60px;
    height: 60px;
    margin-left: 8px;
    margin-right: 8px;
  }

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

  .final-block {
    padding-left: 0;
    padding-right: 0;
  }

  .final-heading {
    font-size: 35px;
    line-height: 35px;
  }

  .footer-block {
    flex-direction: column;
  }

  .menu-button {
    padding-top: 41px;
    display: block;
  }

  .menu-button.w--open {
    background-color: #00ffe500;
    background-image: linear-gradient(360deg, #11d197, #3d786100 54%);
  }

  .footer-logo {
    text-align: center;
    max-width: 70%;
    margin-bottom: 15px;
  }

  .footer-text {
    text-align: center;
  }

  .content-block-paragraph, .prof-paragraph, .prof-paragraph._2 {
    font-size: 14px;
  }

  .hero-subheading {
    font-size: 22px;
  }

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

  .final-paragraph {
    font-size: 15px;
    line-height: 20px;
  }

  .final-paragraph2 {
    font-size: 14px;
  }

  .form-grid2 {
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .especialidade-1 {
    margin-top: 25px;
  }

  .heading {
    font-size: 20px;
    line-height: 20px;
  }

  .heading._3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .image-7 {
    max-width: 100%;
    font-size: 15px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .div-prog {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-valores {
    font-size: 22px;
  }

  .heading-valores._2 {
    line-height: 25px;
  }

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

  .bold-text-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .link-block-4 {
    background-image: url('../images/1024-SMARTMED-MEDWAY-Banner-site-mobile.jpg');
  }

  .image-17 {
    max-width: 100%;
    font-size: 15px;
  }

  .hero-heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .div-block-16 {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-valores-2 {
    font-size: 25px;
  }

  .heading-valores-2._2 {
    line-height: 25px;
  }

  .heading-valores-2._2._3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
  }

  .bold-text-7 {
    font-size: 14px;
    line-height: 20px;
  }

  .content-block-paragraph-2, .final-paragraph2-2 {
    font-size: 14px;
  }

  .cta-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .proposito-section-2 {
    margin-bottom: 60px;
  }

  .bold-text-8 {
    font-size: 35px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .prof-social-link-2 {
    width: 60px;
    height: 60px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .valores-paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .form-grid2-2 {
    grid-row-gap: 3px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 20px;
  }

  .hero-subheading-2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .hero-subheading-2._2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .heading-2._3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 35px;
    line-height: 35px;
  }

  .cta-paragraph {
    font-size: 16px;
    line-height: 20px;
  }

  .form-heading-2 {
    max-width: none;
    font-size: 35px;
    line-height: 35px;
  }

  .image-19 {
    max-width: 100%;
    font-size: 15px;
  }

  .content-block-title-2 {
    font-size: 22px;
  }

  .final-heading-2 {
    font-size: 35px;
    line-height: 35px;
  }

  .form-section-2 {
    background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-span-12 {
    text-align: center;
  }

  .text-span-12._5 {
    line-height: 23px;
  }

  .prof-heading-2, .prof-heading-2._2 {
    font-size: 35px;
    line-height: 35px;
  }

  .heading-valores-3 {
    font-size: 22px;
  }

  .container-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-prog-2 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .valores-paragraph-3 {
    font-size: 14px;
    line-height: 23px;
  }

  .valores-paragraph-3._5 {
    text-align: center;
  }
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e78-5b688c2e {
  align-self: stretch;
}

#w-node-_595d9688-50bb-a387-2822-a3303a62c9e9-5b688c2e {
  place-self: stretch stretch;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e86-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e8d-5b688c2e {
  align-self: start;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e94-5b688c2e {
  place-self: stretch stretch;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e95-5b688c2e {
  align-self: center;
}

#w-node-dbab5d76-a632-19b4-6c57-040167026128-5b688c2e {
  place-self: stretch stretch;
}

#w-node-dbab5d76-a632-19b4-6c57-04016702612d-5b688c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-dbab5d76-a632-19b4-6c57-040167026132-5b688c2e, #w-node-dbab5d76-a632-19b4-6c57-040167026137-5b688c2e, #w-node-dbab5d76-a632-19b4-6c57-04016702613c-5b688c2e {
  place-self: stretch stretch;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e9f-5b688c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ea5-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394eab-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394eb1-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394eba-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ecf-5b688c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ed2-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ed6-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394eda-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ede-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ee2-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ee6-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394eea-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394eee-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ef5-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ef9-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394efd-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394f01-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394f05-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394f09-5b688c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394f10-5b688c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394f12-5b688c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e9f-5b688c2e {
    place-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e86-5b688c2e, #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394e9f-5b688c2e {
    align-self: center;
  }

  #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394eb1-5b688c2e {
    place-self: center;
  }

  #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ecf-5b688c2e {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9a271f3b-b25b-fc44-3b1b-17de7c394ecf-5b688c2e {
    justify-self: center;
  }
}


