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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #783e68;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gishella morely, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #783e68;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Gishella morely, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 36px;
}

h3 {
  color: #783e68;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

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

p {
  color: #352e32;
  margin-bottom: 10px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-family: Gishella morely, sans-serif;
  font-weight: 700;
}

em {
  color: #34373a;
  font-family: Abhaya Libre, sans-serif;
  font-style: italic;
}

blockquote {
  color: #353c3f;
  border-left: 5px solid #783e68;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.header-h1 {
  color: #783e68;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.body {
  color: #666f77;
  background-color: #f6f6f6;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
}

.paragraph {
  height: auto;
  color: #666f77;
  text-align: justify;
  letter-spacing: normal;
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.logo {
  max-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  transform: scale(1);
}

.button {
  width: 0;
  height: 0;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #783e68;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 9px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s, opacity .2s;
  display: block;
}

.button:hover {
  background-color: #353c3f;
}

.header {
  z-index: 6;
  color: #7f7f7f;
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 20px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 2px rgba(102, 111, 119, .16);
}

.footer {
  text-align: center;
  background-color: rgba(120, 62, 104, .25);
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  color: #783e68;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-link {
  color: #666f77;
  margin-bottom: 10px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #783e68;
  text-decoration: underline;
}

.contact-bar-colum {
  align-items: flex-start;
  margin: 0;
  display: flex;
}

.div-block-4 {
  margin-top: 50px;
}

.link-1 {
  color: #666f77;
  margin-bottom: 12px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

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

.icon-social-media {
  padding-left: 0;
}

.list-contact {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.link-block {
  display: flex;
}

.top-menu {
  border: 0 solid rgba(102, 111, 119, .16);
  border-bottom-width: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto;
}

.contact-bar-grid {
  max-width: 1080px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
}

.justfy-colum {
  max-width: 449px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
}

.split-colum {
  padding-left: 24px;
  padding-right: 24px;
}

.split-colum.content {
  margin-bottom: 0;
}

.split-colum.image.medica {
  min-height: 640px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.transition-img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  background-image: url('../images/Interseção-1.png');
  background-position: 50% 0;
  background-size: cover;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.margin-top32 {
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 0;
}

.contact-bar {
  color: #666f77;
  background-color: #fff;
  margin-top: -100px;
  margin-right: 90px;
  padding: 48px 24px;
  font-family: Open Sans, sans-serif;
  position: relative;
  box-shadow: 1px 0 36px rgba(140, 170, 205, .16);
}

.scrow-bar-contact {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: -36px;
}

.scrow-bar {
  width: 60px;
  height: 60px;
  background-color: #783e68;
  border-radius: 100%;
  align-items: center;
  transition: transform .3s, background-color .3s;
  display: flex;
}

.contact-bar-title {
  color: #783e68;
  margin-bottom: 24px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-phone {
  color: #666f77;
  align-self: center;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 18px;
  line-height: 1.4px;
  text-decoration: none;
}

.contact-bar-icon {
  margin-right: 16px;
}

.contact-bar-text {
  color: #666f77;
  font-size: 18px;
}

.container-header {
  padding-left: 130px;
  padding-right: 130px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.submenu {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  font-family: Abhaya Libre, sans-serif;
}

.navbar-mobile {
  background-color: #fff;
}

.icon-4 {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.tx-submenu {
  color: #666f77;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.tx-submenu:hover {
  color: #783e68;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: inline-block;
}

.tx-submenu.w--current {
  color: #666f77;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.tx-submenu.w--current:hover {
  color: #783e68;
}

.menu-button {
  display: none;
}

.form {
  width: 400px;
  height: 400px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 127px;
}

.maps {
  min-height: 400px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.tx-form {
  color: #666f77;
  font-family: Abhaya Libre, sans-serif;
  font-size: 16px;
}

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

.div-footer {
  text-align: left;
}

.link-footer {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.button-2 {
  color: #783e68;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #783e68;
  border-radius: 8px;
  margin-right: 24px;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button-2:hover {
  color: #fff;
  background-color: #783e68;
}

.button-1 {
  color: #fff;
  background-color: #783e68;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button-1:hover {
  background-color: #362d32;
}

.header-h1-page {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 0;
  padding-left: 0;
  font-family: Gishella morely, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  display: flex;
}

.page {
  background-color: #352e32;
  margin-top: 140px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page.color-man {
  background-color: #352e32;
}

.paragraph-2 {
  height: auto;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  column-count: auto;
  white-space: normal;
  object-fit: fill;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.button-3 {
  color: #783e68;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 25px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.margin-top32-center {
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.tx-dropdown {
  color: #666f77;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.tx-dropdown:hover {
  color: #783e68;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: inline-block;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.main-content {
  border-radius: 20px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bloco-de-texto {
  color: #666f77;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
}

.bloco-de-texto li {
  color: #352e32;
  padding-bottom: 10px;
  font-family: Abhaya Libre, sans-serif;
  font-size: 18px;
}

.bloco-de-texto p {
  color: #352e32;
}

.bloco-de-texto img {
  border-radius: 10px;
  display: block;
}

.bloco-de-texto img:hover {
  transform: scale(1.2);
}

.justy-form {
  margin: 60px 24px;
  padding-top: 40px;
}

.heading {
  font-family: Gishella morely, sans-serif;
  font-weight: 700;
}

.bold-text-4 {
  font-family: Gishella morely, sans-serif;
  font-weight: 800;
}

.image {
  height: auto;
  max-width: none;
  float: right;
  border-radius: 20px;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.flex-container {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-image-mask {
  background-color: rgba(0, 0, 0, 0);
  margin-left: 0;
  overflow: hidden;
}

.hero-image-mask:hover {
  transform: scale(1.1);
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex: 0 .5 auto;
  margin: auto;
}

.hero-image:hover {
  border-radius: 20px;
}

.slide-nav {
  filter: invert();
  color: #666f77;
  background-color: rgba(0, 0, 0, 0);
  margin-top: auto;
  margin-bottom: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.slide-nav:hover {
  border: 1px solid #783e68;
}

.service {
  min-height: 560px;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 0;
  padding-bottom: 60px;
}

.icon-8 {
  color: #783e68;
  position: absolute;
  overflow: hidden;
}

.icon-9 {
  color: #783e68;
}

.mask {
  max-width: 100%;
  margin-left: 24px;
  margin-right: 24px;
  overflow: visible;
}

.grid-split-menu {
  min-height: 640px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template: "Area"
  / 1fr .8fr;
}

.image-3 {
  margin-top: 160px;
  margin-left: -27px;
  padding-top: 0;
}

.left-arrow-4, .right-arrow-5 {
  position: absolute;
  transform: scale(.5);
}

.justfy-service {
  max-width: 449px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  overflow: hidden;
}

.map {
  height: 540px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.checkbox-label {
  color: #352e32;
  font-family: Abhaya Libre, sans-serif;
}

.about {
  min-height: 540px;
  margin-top: 140px;
  position: relative;
}

.contact {
  margin-top: 100px;
}

.services {
  min-height: 540px;
  position: relative;
}

.location {
  min-height: 400px;
  margin-top: 0;
  position: relative;
}

.instagram {
  min-height: 540px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.link-2 {
  color: rgba(120, 62, 104, .25);
  text-align: center;
  font-size: 15px;
  text-decoration: none;
}

.bold-text-5 {
  font-family: Gishella morely, sans-serif;
}

.div-block-5 {
  min-height: 540px;
}

.hero {
  align-items: center;
  margin-top: 140px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container-2 {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask-2 {
  width: 100%;
  margin-left: 40px;
}

.hero-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 10px;
  flex: 0 .5 auto;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cards-image:hover {
  border-radius: 20px;
  transform: scale(1.1);
}

.image-4 {
  margin-top: -5%;
  margin-left: 71%;
  position: absolute;
}

.hero-overlay {
  height: 90vh;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sobre {
  height: 150px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(37, 33, 35, .9), rgba(37, 33, 35, .9)), url('../images/IMG_0875.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 160px;
  padding-top: 25px;
  padding-bottom: 0;
}

.sobre.color-man {
  background-color: #352e32;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 10px;
}

.image-5 {
  margin-top: 800px;
  margin-left: 592px;
  padding-left: 0;
  position: absolute;
}

.heading-2 {
  color: #fff;
}

.hero-2 {
  background-color: rgba(120, 62, 104, .25);
  background-image: url('../images/fav-trans.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.html-embed {
  width: 100%;
  height: 400px;
}

.heading-3 {
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: underline;
}

.paragraph-9 {
  padding-left: 15px;
  padding-right: 15px;
}

.form-block-2 {
  padding-left: 24px;
  padding-right: 24px;
}

.form-2 {
  width: 400px;
  height: 400px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 127px;
}

.button-4 {
  color: #fff;
  background-color: #783e68;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button-4:hover {
  color: #fff;
  background-color: #362d32;
}

.formlp {
  width: 400px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: auto;
  right: 127px;
}

.heading-4 {
  color: #783e68;
  -webkit-text-stroke-color: #352e32;
  padding-left: 24px;
  padding-right: 24px;
}

.paragraph-13-copy {
  color: #666f77;
  padding-left: 24px;
  padding-right: 24px;
}

.button-2-form {
  color: #783e68;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #783e68;
  border-radius: 8px;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 10px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button-2-form:hover {
  color: #fff;
  background-color: #783e68;
}

.form-3 {
  padding-top: 24px;
}

.html-embed-2 {
  width: 100%;
  height: 500px;
}

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

.container-6 {
  padding-top: 60px;
}

@media screen and (min-width: 1440px) {
  h1 {
    color: #783e68;
  }

  p {
    line-height: 25px;
  }

  .header-h1 {
    font-weight: 700;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .logo {
    max-width: none;
  }

  .button {
    font-weight: 700;
  }

  .button:hover {
    background-color: #353c3f;
  }

  .header {
    background-color: #fff;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer-heading {
    font-size: 18px;
  }

  .footer-link:hover {
    color: #783e68;
  }

  .contact-bar-colum {
    align-items: flex-start;
    margin: 0;
    display: flex;
  }

  .top-menu {
    border: 0 solid rgba(102, 111, 119, .16);
    border-bottom-width: 1px;
    grid-template-columns: 1fr auto auto;
  }

  .contact-bar-grid {
    max-width: 1128px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .justfy-colum {
    max-width: 449px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .split-colum {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .split-colum.content {
    color: #666f77;
    padding-top: 24px;
    padding-bottom: 24px;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    display: block;
    position: static;
  }

  .split-colum.image.medica {
    min-height: 760px;
    padding: 0;
    position: relative;
  }

  .transition-img {
    width: 100%;
    height: 100%;
    min-height: 760px;
    background-image: url('../images/Interseção-1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .contact-bar {
    background-color: #fff;
    margin-top: -100px;
  }

  .scrow-bar-contact {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: -36px;
  }

  .scrow-bar {
    width: 60px;
    height: 60px;
    background-color: #783e68;
    border-radius: 100%;
    align-items: center;
    transition: background-color .3s, transform .3s;
    display: flex;
  }

  .text-block-phone {
    overflow: visible;
  }

  .contact-bar-icon {
    padding-right: 0;
  }

  .container-header {
    max-width: none;
    padding-left: 175px;
    padding-right: 175px;
  }

  .submenu {
    color: #666f77;
    background-color: #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .navbar-mobile {
    background-color: #fff;
  }

  .tx-submenu:hover {
    display: inline-block;
  }

  .maps {
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-footer {
    text-align: left;
  }

  .header-h1-page {
    font-weight: 700;
  }

  .page {
    margin-top: 140px;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .margin-top32-center {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0%;
    display: flex;
  }

  .tx-dropdown:hover {
    display: inline-block;
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .container-4 {
    padding: 40px 20px;
  }

  .grid-split-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: rgba(0, 0, 0, 0);
    grid-template-rows: auto;
    grid-template-columns: 1fr .8fr;
  }

  .left-arrow-4, .right-arrow-5 {
    top: 10%;
  }

  .justfy-service {
    max-width: 449px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .about {
    margin-top: 140px;
  }

  .services, .location {
    position: relative;
  }

  .sobre {
    margin-top: 140px;
  }

  .button-4, .button-2-form {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  em {
    font-size: 20px;
  }

  .paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .button {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    transition-property: background-color, opacity;
    transition-duration: .3s, .3s;
  }

  .button:hover {
    background-color: #353c3f;
  }

  .header {
    background-color: #fff;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer {
    background-color: rgba(120, 62, 104, .25);
  }

  .footer-flex-container {
    max-width: 1128px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .footer-heading, .footer-link, .link-1 {
    font-size: 20px;
  }

  .icon-social-media {
    padding-right: 8px;
  }

  .link-block {
    overflow: hidden;
  }

  .top-menu {
    grid-column-gap: 15px;
    border-width: 0 0 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(102, 111, 119, .16);
    grid-template-columns: 1fr auto auto;
    justify-items: stretch;
  }

  .contact-bar-grid {
    max-width: 1320px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .justfy-colum {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .split-colum {
    min-height: 760px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .split-colum.content {
    min-height: 640px;
  }

  .split-colum.image.medica {
    background-image: none;
  }

  .transition-img {
    min-height: 760px;
    background-image: url('../images/Interseção-1.png');
    background-position: 0 0;
    background-size: cover;
    font-family: Open Sans, sans-serif;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .margin-top32 {
    margin-bottom: 20%;
  }

  .contact-bar {
    background-color: #fff;
    margin-top: -100px;
  }

  .scrow-bar-contact {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: -36px;
  }

  .scrow-bar {
    width: 60px;
    height: 60px;
    background-color: #783e68;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    transition: background-color .3s, transform .3s;
    display: flex;
  }

  .contact-bar-title {
    font-size: 20px;
    font-weight: 600;
  }

  .text-block-phone {
    font-size: 18px;
    line-height: 20px;
  }

  .contact-bar-icon {
    padding-right: 0;
  }

  .container-header {
    max-height: none;
    max-width: none;
    min-width: 90%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 300px;
    padding-right: 300px;
    display: block;
  }

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

  .navbar-mobile {
    color: #666f77;
    background-color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
  }

  .tx-submenu, .tx-submenu.w--current {
    font-size: 20px;
  }

  .form {
    height: 640px;
    background-color: #fff;
    margin-left: 0;
    margin-right: 100px;
    padding: 24px;
  }

  .maps {
    min-height: 760px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .tx-form {
    color: #666f77;
    font-size: 18px;
    font-weight: 400;
  }

  .success-message {
    background-color: rgba(0, 0, 0, 0);
  }

  .form-block {
    margin-bottom: 16px;
    padding: 24px;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .div-footer {
    text-align: left;
  }

  .link-footer {
    overflow: hidden;
  }

  .page {
    margin-top: 140px;
    position: static;
  }

  .paragraph-2 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .margin-top32-center {
    justify-content: center;
    align-items: center;
    margin-bottom: 0%;
    display: flex;
  }

  .icon-7 {
    color: #783e68;
  }

  .tx-dropdown {
    object-fit: fill;
    font-size: 18px;
    display: block;
    position: relative;
  }

  .dropdown-list {
    background-color: #fff;
  }

  .bloco-de-texto, .bloco-de-texto li, .bloco-de-texto p {
    font-size: 20px;
  }

  .bloco-de-texto img {
    display: block;
  }

  .container-4 {
    padding: 40px 20px;
  }

  .heading {
    font-size: 40px;
  }

  .grid-split-menu {
    grid-template-rows: auto;
    grid-template-columns: 1fr .8fr;
  }

  .left-arrow-4, .right-arrow-5 {
    top: 10%;
  }

  .justfy-service {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .map {
    height: 640px;
  }

  .about {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 140px;
  }

  .contact {
    background-color: rgba(0, 0, 0, 0);
  }

  .services {
    position: relative;
  }

  .location, .instagram {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
  }

  .paragraph-6 {
    font-size: 20px;
    line-height: 30px;
  }

  .sobre {
    margin-top: 140px;
    position: static;
  }

  .image-5 {
    margin-left: 43.5%;
  }

  .paragraph-7, .paragraph-8 {
    font-size: 20px;
  }

  .form-2 {
    height: 640px;
    background-color: #fff;
    margin-left: 0;
    margin-right: 100px;
    padding: 24px;
  }
}

@media screen and (max-width: 991px) {
  .header-h1 {
    font-size: 40px;
  }

  .paragraph {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .logo {
    max-width: 100%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-bar-colum {
    max-width: 100%;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-contato {
    overflow: visible;
  }

  .icon-social-media {
    flex: 0 auto;
    margin-right: 16px;
    padding-right: 8px;
    display: block;
    overflow: hidden;
  }

  .list-contact {
    flex-direction: row-reverse;
    display: flex;
    overflow: visible;
  }

  .link-block, .list-item {
    overflow: hidden;
  }

  .contact-bar-grid {
    grid-template-columns: auto auto;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    align-content: center;
  }

  .justfy-colum {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .split-colum {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0 24px;
  }

  .split-colum.content {
    max-width: 100%;
    display: block;
  }

  .margin-top32 {
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contact-bar {
    max-width: 100%;
    background-color: #fff;
    flex-direction: column-reverse;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .scrow-bar-contact {
    justify-content: center;
    margin-top: -30px;
    padding-top: 0;
    padding-bottom: 48px;
    position: static;
  }

  .text-block-phone {
    padding-left: 0;
    padding-right: 0;
    line-height: 20px;
    display: none;
    overflow: hidden;
  }

  .container-header {
    margin-top: auto;
    margin-bottom: auto;
    padding: 0 0 16px;
  }

  .navbar-mobile {
    position: relative;
  }

  .icon-4 {
    color: #783e68;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .tx-submenu {
    cursor: pointer;
  }

  .tx-submenu:hover {
    display: block;
  }

  .form {
    margin-right: 0;
    display: block;
  }

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

  .grid-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .link-footer {
    overflow: hidden;
  }

  .header-h1-page {
    font-size: 40px;
  }

  .page {
    margin-top: 140px;
  }

  .paragraph-2 {
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    line-height: 25px;
  }

  .button-3 {
    left: auto;
    right: auto;
  }

  .margin-top32-center {
    justify-content: center;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tx-dropdown {
    cursor: pointer;
  }

  .tx-dropdown:hover {
    display: block;
  }

  .image {
    float: none;
  }

  .flex-container {
    margin-top: 20px;
  }

  .slide-nav {
    margin-bottom: auto;
  }

  .service {
    min-height: 460px;
    padding-bottom: 0;
  }

  .mask {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-split-menu {
    object-fit: fill;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: block;
    position: relative;
  }

  .image-3 {
    margin-left: -8px;
  }

  .left-arrow-4 {
    left: -35px;
    right: auto;
  }

  .right-arrow-5 {
    right: -40px;
  }

  .justfy-service {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .map {
    display: block;
  }

  .about {
    margin-top: 160px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .image-4 {
    margin-top: -15%;
    margin-left: 80%;
  }

  .sobre {
    margin-top: 160px;
  }

  .image-5 {
    margin-left: 33%;
  }

  .form-2 {
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    line-height: 25px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .icon-social-media {
    margin-right: 16px;
  }

  .split-colum.image.medica {
    margin-bottom: auto;
  }

  .text-block-phone {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .menu-button.w--open {
    cursor: pointer;
    background-color: #fff;
  }

  .form {
    width: 568px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
    line-height: 25px;
  }

  .main-content, .container-4 {
    padding: 40px 20px;
  }

  .image {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    filter: invert();
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }

  .service {
    min-height: 800px;
    overflow: hidden;
  }

  .mask {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-3 {
    margin-left: -8px;
  }

  .right-arrow-5 {
    right: -24px;
  }

  .justfy-service {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }

  .about, .contact, .location, .instagram {
    background-repeat: no-repeat;
  }

  .hero {
    padding: 40px 20px;
  }

  .flex-container-2 {
    flex-direction: column;
  }

  .hero-image-mask-2 {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .image-4 {
    margin-top: -61%;
    margin-left: 56%;
  }

  .hero-overlay, .feature-section {
    padding: 40px 20px;
  }

  .feature-image-mask {
    align-self: center;
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    margin-top: 952px;
    margin-left: 27%;
    transform: scale(.5);
  }

  .hero-2 {
    padding: 40px 20px;
  }

  .form-2 {
    width: 568px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-family: Abhaya Libre, sans-serif;
  }

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

  .logo {
    transform: scale(1);
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .icon-social-media {
    margin-right: 16px;
    padding-right: 8px;
  }

  .link-block {
    overflow: hidden;
  }

  .top-menu {
    grid-template-columns: 1fr auto auto;
  }

  .contact-bar-grid {
    grid-template-columns: auto;
  }

  .justfy-colum {
    margin-top: 0;
    padding-top: 60px;
  }

  .split-colum.content {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .transition-img {
    background-position: 50% 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .text-block-phone {
    flex: 0 auto;
    align-self: center;
    overflow: hidden;
  }

  .text-block-phone:hover {
    object-fit: scale-down;
    overflow: visible;
  }

  .submenu {
    grid-template: "Area"
    / auto;
    position: static;
  }

  .navbar-mobile {
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu-3 {
    float: none;
    margin-top: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .tx-submenu.w--current {
    z-index: 6;
    position: relative;
  }

  .container {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
  }

  .menu-button {
    z-index: 6;
    display: none;
  }

  .menu-button.w--open {
    z-index: 6;
    display: none;
    position: relative;
  }

  .form {
    width: 320px;
    position: relative;
  }

  .link-footer {
    overflow: hidden;
  }

  .paragraph-2 {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .bloco-de-texto {
    color: #666f77;
    font-family: Open Sans, sans-serif;
  }

  .justy-form {
    object-fit: fill;
    overflow: visible;
  }

  .service {
    min-height: 800px;
  }

  .grid-split-menu {
    position: relative;
  }

  .image-3 {
    margin-left: -8px;
  }

  .left-arrow-4, .right-arrow-5 {
    top: 90px;
  }

  .justfy-service {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-4 {
    max-width: 100%;
    margin-top: -129%;
    margin-left: 44%;
    transform: scale(.7);
  }

  .image-5 {
    margin-top: 1094px;
    margin-left: 11%;
  }

  .container-5 {
    position: relative;
  }

  .form-2 {
    width: 320px;
    position: relative;
  }

  .button-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .formlp {
    width: 325px;
    right: auto;
  }

  .button-2-form {
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

#w-node-_0c00e2d0-966e-c7b2-9b1e-c4d03c3f5168-cc05e803 {
  align-self: center;
  justify-self: center;
}

#w-node-_094385b2-fe90-04f0-8503-38cd0729016b-cc05e803, #w-node-_53c84945-57d5-a800-6413-6cea01bfca1e-cc05e803, #w-node-_1c5f7ce3-7341-4e54-68f0-d91097b2a389-cc05e803, #w-node-d87c37b2-e4d7-a92b-de7f-563efdc19c64-cc05e803 {
  align-self: start;
  justify-self: center;
}

#w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb0d-4298bb05, #w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb14-4298bb05 {
  align-self: center;
}

#w-node-_19b1de27-790f-c2a1-b54c-1afbbb4ad25b-4298bb05 {
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_094385b2-fe90-04f0-8503-38cd0729016b-cc05e803, #w-node-_53c84945-57d5-a800-6413-6cea01bfca1e-cc05e803, #w-node-_1c5f7ce3-7341-4e54-68f0-d91097b2a389-cc05e803, #w-node-d87c37b2-e4d7-a92b-de7f-563efdc19c64-cc05e803 {
    align-self: center;
    justify-self: center;
  }

  #w-node-b8338e15-9a7f-8cb5-ee3e-b95aa26c8592-a26c858d {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb0d-4298bb05, #w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb14-4298bb05 {
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_0c00e2d0-966e-c7b2-9b1e-c4d03c3f5168-cc05e803 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_094385b2-fe90-04f0-8503-38cd0729016b-cc05e803, #w-node-_53c84945-57d5-a800-6413-6cea01bfca1e-cc05e803, #w-node-_1c5f7ce3-7341-4e54-68f0-d91097b2a389-cc05e803, #w-node-d87c37b2-e4d7-a92b-de7f-563efdc19c64-cc05e803 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb0d-4298bb05 {
    align-self: center;
  }

  #w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb14-4298bb05 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_094385b2-fe90-04f0-8503-38cd0729016b-cc05e803, #w-node-_6d320fc2-b2f3-618d-1729-ef3a4e3e2506-4298bb05 {
    align-self: center;
    justify-self: start;
  }

  #w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb0d-4298bb05, #w-node-_26b9cccb-9b4e-322a-a3c6-ae9e4298bb14-4298bb05 {
    align-self: center;
    justify-self: end;
  }

  #w-node-_19b1de27-790f-c2a1-b54c-1afbbb4ad25b-4298bb05 {
    align-self: stretch;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_19b1de27-790f-c2a1-b54c-1afbbb4ad25b-4298bb05 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Gishella morely';
  src: url('../fonts/Gishella-Morely.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gishella morely';
  src: url('../fonts/Gishella-Morely.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gishella morely';
  src: url('../fonts/Gishella-Morely.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}