:root {
  --secundary: #54d7d3;
  --btn-pdf: #143548;
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.header {
  width: 100%;
  height: auto;
  background-image: url('../images/bg-jessica-principal.png');
  background-position: 50%;
  background-size: cover;
}

.container {
  width: 1216px;
  height: auto;
  max-width: 1216px;
  display: block;
}

.header-menu {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.logotipo {
  width: 280px;
}

.flex-block {
  width: 500px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 32px;
  display: flex;
}

.link {
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: block;
}

.link-menu {
  color: #fff;
  letter-spacing: 1.01px;
  margin-left: 48px;
  font-family: Fira Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.link-menu:hover {
  color: #54d7d3;
}

.button-primary {
  width: 165px;
  height: 42px;
  background-color: var(--secundary);
  text-align: center;
  border-radius: 4px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: all .3s;
}

.button-primary:hover {
  background-color: var(--secundary);
  color: var(--btn-pdf);
}

.button-primary.large {
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.button-primary.pdf {
  width: 100%;
  height: 48px;
  background-color: var(--btn-pdf);
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.button-secundary {
  width: 165px;
  height: 42px;
  text-align: center;
  background-color: rgba(84, 215, 211, 0);
  border: 1px solid #54d7d3;
  border-radius: 4px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  transition: all .2s;
}

.button-secundary:hover {
  background-color: var(--secundary);
}

.h1-left {
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-left-header {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button-primary-v2 {
  width: 165px;
  height: 42px;
  background-color: var(--secundary);
  color: #143548;
  text-align: center;
  border-radius: 4px;
  font-family: Fira Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}

.content-text {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  margin-top: 84px;
  margin-bottom: 84px;
  display: flex;
}

.arrow-slide {
  justify-content: center;
  margin-top: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.specialties {
  width: 100%;
  display: block;
}

.title-section {
  color: #54d7d3;
  letter-spacing: 2.4px;
  margin-top: 72px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.flex-block-2 {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.heading-2 {
  width: 1072px;
  color: #15384b;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.paragraph {
  color: #2e2e2e;
  margin-top: 16px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.h1-right {
  width: 400px;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
}

.text-link-equipe {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.image {
  padding-right: 8px;
}

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

.paragraph-left-header-right {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-flex {
  width: 100%;
  justify-content: space-between;
  margin-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-2 {
  width: 288px;
  text-align: right;
}

.heading-3 {
  color: #50cbc9;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block {
  color: #15384b;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.flex-specialties {
  width: 100%;
  height: auto;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse wrap;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  display: block;
}

.service-block {
  width: 280px;
  height: 136px;
  background-image: linear-gradient(#54d7d3, #54d7d3);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
}

.service-block:hover {
  background-image: linear-gradient(#143548, #143548);
}

.service-link {
  width: 221px;
  color: #fff;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.flex-div {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-block-3 {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.bold-text {
  padding-left: 8px;
  padding-right: 8px;
}

.sct-3 {
  min-height: 623px;
  background-color: #153548;
  background-image: url('../images/jessica-sct3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 62px;
  padding-top: 126px;
}

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

.sct3-flex-right {
  width: 100%;
  max-width: 460px;
  font-family: Montserrat, sans-serif;
}

.body {
  font-family: Montserrat, sans-serif;
}

.sct3-flex-right-title {
  width: 416px;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.text-span {
  color: #50cbc9;
}

.sct3-right-side {
  width: 100%;
  max-width: 273px;
}

.sct3-right-side-title {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.sct3-right-side-title.fz-18 {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.sct3-right-side-box {
  height: 129px;
  border: 1px solid #54d7d3;
  border-radius: 4.55px;
  justify-content: center;
  align-items: center;
  margin-top: 37px;
  padding-left: 21px;
  padding-right: 44px;
  display: flex;
  position: relative;
}

.sct3-right-side-box:hover {
  background-color: var(--secundary);
}

.sct3-right-side-box-img {
  position: absolute;
  top: 17px;
  right: 15px;
}

.sct4-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 147px;
  display: flex;
}

.sct4-flex-left {
  width: 100%;
  max-width: 592px;
}

.sct4-flex-left-suptitle {
  color: #54d7d3;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.sct4-flex-left-title {
  font-size: 40px;
  line-height: 56px;
}

.text-span-2 {
  color: #50cbc9;
}

.sct4-flex-left-tlocation {
  color: #15384b;
  margin-top: 32px;
  font-size: 32px;
  font-weight: 600;
  line-height: 150%;
}

.sct4-flex-left-textlocation {
  max-width: 515px;
  font-size: 16px;
  line-height: 24px;
}

.sct4-flex-right {
  width: 100%;
  max-width: 592px;
}

.sct4-flex-rightside-box {
  background-color: #50cbc9;
  padding-top: 33px;
  padding-bottom: 33px;
}

.sct4-flex-rightside-box-t {
  width: 386px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 32px;
  line-height: 40px;
}

.button {
  width: 264px;
  height: 49px;
  text-align: center;
  background-color: #143648;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16.86px;
  font-weight: 700;
  display: flex;
}

.button-2 {
  width: 100%;
  height: 66px;
  max-width: 798px;
  background-color: #50cbc9;
  border-radius: 33px;
  justify-content: center;
  align-items: center;
  margin-top: 106px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22.19px;
  font-weight: 700;
  display: flex;
}

.section-rodape-contacts {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 88px;
  display: flex;
}

.sct4-lastflex-box {
  width: 260px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sct4-lastflex-box.link-rodape {
  color: #333;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
}

.paragraph-3.simple-text {
  font-size: 12px;
  font-weight: 400;
}

.footer {
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-top: 88px;
  padding-bottom: 72px;
  display: flex;
}

.footer-txxt {
  color: #8c95a1;
  font-size: 16px;
  line-height: 130%;
}

.link-block-2 {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-4 {
  color: #2c343e;
  font-weight: 600;
}

.image-2 {
  margin-left: -110px;
  display: block;
}

.flex-footer {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.map {
  margin-top: 72px;
}

.icon-img-rodape {
  margin-right: 8px;
}

.bold-text-2 {
  padding-right: 8px;
}

.text-block---link {
  color: #333;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-rodape {
  height: auto;
  text-align: left;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-tratamentos {
  width: 100%;
  height: 564px;
  background-image: url('../images/tratamentosbg.png');
  background-position: 50%;
  background-size: cover;
}

.h1-right-tratamentos {
  width: 400px;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.heading-tratamentos {
  width: 562px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h1-left-tratamentos {
  width: 562px;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-left-header-tratamentos {
  width: 562px;
  color: #fff;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.heading-5 {
  color: #54d7d3;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-tratamentos {
  width: 100%;
  height: auto;
}

.tratamentos-left {
  width: 500px;
  height: auto;
  display: block;
}

.block-info-tratamentos {
  flex-flow: wrap;
  justify-content: space-around;
  margin-top: 56px;
  margin-bottom: 56px;
  display: flex;
}

.tratamentos-right {
  width: 500px;
  height: auto;
  font-size: 18px;
  line-height: 32px;
}

.heading-6 {
  width: 499px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50.4px;
}

.paragraph-4 {
  width: 100%;
  margin-top: 32px;
  font-family: Fira Sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.image-4 {
  margin-top: 24px;
}

.list {
  flex-direction: column;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.list-item {
  margin-top: 12px;
  margin-bottom: 12px;
}

.flex-block---tratamentos {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: none;
}

.flex-specialties-tratamentos {
  width: 100%;
  height: auto;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row-reverse wrap;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
  display: none;
}

.link-block-4 {
  width: 280px;
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 16px;
  text-decoration: none;
  transition: background-color 1s ease-in;
  display: flex;
}

.header-cicatriza-o {
  width: 100%;
  height: 564px;
  background-image: url('../images/bg-cicatrização.png');
  background-position: 50%;
  background-size: cover;
}

.header-diabetes {
  width: 100%;
  height: 564px;
  background-image: url('../images/bg-diabetes.png');
  background-position: 50%;
  background-size: cover;
}

.heading-dislipidemias {
  width: 562px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.header-terceiraidade {
  width: 100%;
  height: 564px;
  background-image: url('../images/bg-terceiraidade.png');
  background-position: 50%;
  background-size: cover;
}

.header-bari-tricos {
  width: 100%;
  height: 564px;
  background-image: url('../images/bg-bariátricas.png');
  background-position: 50%;
  background-size: cover;
}

.header-perdadepeso {
  width: 100%;
  height: 564px;
  background-image: url('../images/bg-perdadepeso.png');
  background-position: 50%;
  background-size: cover;
}

.header-dislipidemias {
  width: 100%;
  height: 564px;
  background-image: url('../images/bg-dislipidemias.png');
  background-position: 50%;
  background-size: cover;
}

.menu-hamb, .menu-mob {
  display: none;
}

.white-menu {
  display: block;
}

.btn {
  width: 206px;
  height: 36px;
  color: #fff;
  background-color: #1ec993;
  border-radius: 7.872px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.btn.ml-15 {
  margin-left: 32px;
}

.btn.ml-15.bg-white {
  color: #2121c0;
  background-color: #fff;
  transition: background-color .2s, color .2s;
}

.btn.ml-15.bg-white:hover {
  color: #fff;
  background-color: #1ec993;
}

.text-block-5 {
  font-weight: 500;
  text-decoration: none;
}

.link-menu-mob.mt-big.w--current {
  text-decoration: none;
}

.text-block-6 {
  font-weight: 500;
  text-decoration: none;
}

.linkapp {
  color: var(--btn-pdf);
  text-decoration: none;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  background-color: var(--secundary);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .h1-left {
    width: 400px;
    align-items: flex-start;
  }

  .paragraph-left-header {
    font-weight: 400;
  }

  .content-text {
    flex-direction: row;
    justify-content: space-between;
  }

  .arrow-slide {
    margin-top: -32px;
  }

  .h1-right {
    width: 400px;
    align-items: flex-end;
  }

  .text-link-equipe {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .image {
    margin-right: 8px;
  }

  .equipe {
    justify-content: space-between;
    align-items: center;
    margin-top: 77px;
    display: flex;
  }

  .paragraph-left-header-right {
    font-weight: 300;
  }

  .h1-right-tratamentos {
    width: 400px;
    align-items: flex-end;
  }

  .h1-left-tratamentos {
    width: 400px;
    align-items: flex-start;
  }

  .paragraph-left-header-tratamentos {
    font-weight: 400;
  }
}

@media screen and (min-width: 1440px) {
  .service-block {
    cursor: pointer;
  }
}

@media screen and (min-width: 1920px) {
  .service-block {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .service-block:hover {
    background-image: linear-gradient(#143548, #143548);
  }

  .service-link {
    flex-flow: row;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 600;
    line-height: 24px;
    display: block;
  }

  .flex-div {
    flex-flow: wrap;
    align-items: flex-start;
    display: flex;
  }

  .text-block-3 {
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
  }

  .sct4-lastflex-box {
    width: 260px;
  }

  .paragraph-3.simple-text {
    font-family: Fira Sans, sans-serif;
    font-size: 14px;
  }

  .text-block---link {
    max-width: 1216px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .header {
    background-position: 40% 0;
    background-size: cover;
  }

  .container {
    width: 100%;
    max-width: 1216px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-menu {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block {
    display: none;
  }

  .h1-left {
    width: 100%;
  }

  .heading, .paragraph-left-header {
    width: 60%;
  }

  .content-text {
    flex-wrap: wrap;
    align-items: center;
  }

  .arrow-slide {
    flex-direction: row;
  }

  .heading-2 {
    width: auto;
    max-width: 1072px;
  }

  .h1-right {
    width: 50%;
    align-items: flex-start;
  }

  .div-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .sct-3 {
    background-image: url('../images/jessica-sct3.png');
    background-position: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 40px;
  }

  .sct3-flex {
    flex-wrap: wrap;
  }

  .sct3-flex-right, .sct3-right-side {
    max-width: 100%;
  }

  .sct3-right-side-title {
    width: 60%;
    font-size: 18px;
  }

  .sct3-right-side-box {
    width: 40%;
  }

  .sct4-flex-left {
    max-width: 100%;
  }

  .sct4-flex-right {
    max-width: 100%;
    margin-top: 60px;
  }

  .section-rodape-contacts {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
  }

  .sct4-lastflex-box {
    justify-content: flex-start;
    margin-top: 32px;
  }

  .image-2 {
    margin-left: -83px;
  }

  .header-tratamentos {
    height: auto;
    background-position: 40% 0;
    background-size: cover;
  }

  .h1-right-tratamentos {
    width: 50%;
    align-items: flex-start;
  }

  .heading-tratamentos {
    width: 60%;
  }

  .h1-left-tratamentos {
    width: 100%;
  }

  .paragraph-left-header-tratamentos {
    width: 60%;
  }

  .header-cicatriza-o, .header-diabetes {
    height: auto;
    background-position: 40% 0;
    background-size: cover;
  }

  .heading-dislipidemias {
    width: 60%;
  }

  .header-terceiraidade, .header-bari-tricos, .header-perdadepeso, .header-dislipidemias {
    height: auto;
    background-position: 40% 0;
    background-size: cover;
  }

  .menu-hamb {
    width: 55px;
    cursor: pointer;
    display: block;
  }

  .close {
    color: var(--secundary);
    text-align: right;
    cursor: pointer;
    margin-top: 0;
    font-weight: 400;
    display: block;
  }

  .menu-mob {
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .37);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }

  .white-menu {
    width: 60%;
    height: 100vh;
    color: #23ce98;
    background-color: #fff;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .btn.ml-15.bg-white {
    display: none;
  }

  .btn.ml-15.bg-white.menu-mobi {
    width: 90%;
    height: 55px;
    border: 1px solid var(--btn-pdf);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-family: Fira Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
  }

  .btn.ml-15.bg-white.menu-mobi:hover {
    background-color: var(--btn-pdf);
    color: var(--white);
  }

  .btn.mobile-btn {
    width: 90%;
    height: 55px;
    background-color: var(--secundary);
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    font-family: Fira Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .text-block-5 {
    color: var(--black);
  }

  .text-block-5:hover {
    color: var(--white);
  }

  .link-menu-mob {
    color: var(--btn-pdf);
    text-align: center;
    margin-top: 35px;
    font-family: Fira Sans, sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none;
    display: block;
  }

  .link-menu-mob.mt-big {
    color: var(--btn-pdf);
    margin-top: 86px;
    font-family: Fira Sans, sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .header-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .flex-block {
    display: none;
  }

  .button-primary, .button-secundary {
    width: 200px;
    display: none;
  }

  .heading {
    font-size: 34px;
  }

  .heading-2, .heading-4, .sct3-flex-right-title {
    font-size: 32px;
  }

  .sct3-right-side-box {
    width: 50%;
  }

  .sct4-flex-left-title {
    font-size: 32px;
  }

  .sct4-flex-left-tlocation, .sct4-flex-rightside-box-t {
    font-size: 28px;
  }

  .button-2 {
    font-size: 16px;
  }

  .sct4-lastflex-box {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-txxt {
    width: 100%;
  }

  .image-2 {
    margin-left: 0;
  }

  .flex-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    display: flex;
  }

  .map {
    margin-top: 0;
  }

  .heading-tratamentos, .heading-dislipidemias {
    font-size: 34px;
  }

  .white-menu {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .header {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .header-menu {
    flex-flow: row;
    align-content: stretch;
  }

  .heading {
    width: 100%;
    line-height: 34px;
  }

  .paragraph-left-header {
    width: 100%;
  }

  .specialties {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    width: 100%;
    font-size: 28px;
    line-height: 32px;
  }

  .h1-right {
    width: 100%;
    margin-top: 32px;
  }

  .paragraph-left-header-right {
    display: none;
  }

  .heading-4 {
    line-height: 32px;
  }

  .text-block-3 {
    flex-wrap: wrap;
  }

  .bold-text {
    margin-bottom: 16px;
  }

  .sct3-flex-right-title {
    width: 95%;
    line-height: 32px;
  }

  .sct3-right-side-title, .sct3-right-side-box {
    width: 100%;
  }

  .sct4-flex-left-title {
    font-size: 30px;
    line-height: 32px;
  }

  .sct4-flex-left-tlocation {
    line-height: 120%;
  }

  .button-2, .flex-footer {
    text-align: center;
  }

  .text-block---link {
    flex-wrap: wrap;
  }

  .header-tratamentos {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .h1-right-tratamentos {
    width: 100%;
    margin-top: 32px;
  }

  .heading-tratamentos, .paragraph-left-header-tratamentos, .tratamentos-left, .heading-6 {
    width: 100%;
  }

  .header-cicatriza-o, .header-diabetes {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .heading-dislipidemias {
    width: 100%;
  }

  .header-terceiraidade, .header-bari-tricos, .header-perdadepeso, .header-dislipidemias {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .menu-mob {
    z-index: 9;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    overflow: hidden;
  }

  .white-menu {
    width: 100%;
  }

  .link-menu-mob {
    margin-top: 20px;
    font-size: 24px;
  }

  .link-menu-mob.mt-big {
    margin-top: 60px;
  }
}


