html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #FFF !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-ai-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.hight {
  color: #ffb748;
}

.hight-200 {
  color: #fe925f;
}

.hight-p {
  color: #005f56;
}

.under {
  position: relative;
}

.under::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 5px;
  border-radius: 20px;
  background: rgba(100, 216, 204, 0.5);
}

.button {
  padding: 15px 33px;
  background: #faa41f;
  border: none;
  outline: none;
  border-radius: 100px;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}

.button:hover {
  background: #fe925f;
}

.button-outlined {
  padding: 10px 30px;
  border: 1px solid #f94f00;
  background: transparent;
  outline: none;
  border-radius: 100px;
  color: #f94f00;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
}

.button-outlined:hover {
  background: rgba(0, 0, 0, 0.05);
}

.blob-bottom {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.blob-top {
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (max-width: 39.9375em) {
  .blob-top {
    display: none;
  }
}

nav {
  padding: 5px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1110px;
  margin: 0px auto;
  z-index: 2;
}

nav .logo {
  width: 86.17px;
  height: 54px;
  cursor: pointer;
}

nav .menu__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

nav .menu__nav a {
  color: #005f56;
  text-decoration: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0px;
  border-bottom: 2px solid transparent;
}

nav .menu__nav a:hover {
  border-bottom: 2px solid #9dadbb;
}

nav .menu__nav a.active {
  border-bottom: 2px solid #ffc264;
}

@media (max-width: 1101px) {
  nav .menu__nav {
    display: none;
  }
}

nav .menu {
  cursor: pointer;
}

@media (min-width: 1100px) {
  nav .menu {
    display: none;
    pointer-events: none;
  }
}

nav .back-effect {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
  background: rgba(0, 186, 162, 0.2);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

nav .close {
  cursor: pointer;
}

nav .hide.menu_full_nav {
  display: none !important;
  pointer-events: none !important;
}

nav .hide.back-effect {
  display: none !important;
  pointer-events: none !important;
}

nav .menu_full_nav {
  pointer-events: all;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  z-index: 99;
  inset: 0;
  width: 100%;
  height: 70vh;
  min-height: 500px;
}

nav .menu_full_nav .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

nav .menu_full_nav .h {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .menu_full_nav a {
  color: #005f56;
  text-decoration: none;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 0px;
  border-bottom: 2px solid transparent;
}

nav .menu_full_nav a:hover {
  border-bottom: 2px solid #9dadbb;
}

nav .menu_full_nav a.active {
  border-bottom: 2px solid #ffc264;
}

footer {
  background: linear-gradient(96.17deg, #72818d 31.93%, #4f5f6b 87.94%);
}

footer .content {
  max-width: 1110px;
  margin: 0px auto;
  z-index: 3;
  color: #ffffff;
  padding: 48px 0px;
}

@media (max-width: 1101px) {
  footer .content {
    padding: 40px 30px;
  }
}

footer .content .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
}

@media (max-width: 1101px) {
  footer .content .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .content .info .f-item {
  color: #ffffff;
  margin-bottom: 15px;
  text-decoration: none;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

footer .content .info .f-item img {
  height: 16px;
}

footer .content .info .man {
  text-decoration: underline;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}

footer .content .info .f-title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 26px;
}

footer .content .info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

footer .content .divider {
  width: 100%;
  height: 1px;
  margin: 28px 0px;
  background: rgba(255, 255, 255, 0.2);
}

footer .content .credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 39.9375em) {
  footer .content .credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}

footer .content .credits .place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

footer .content .credits .place .res {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

footer .content .credits .place .cnpj {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

footer .content .credits .devs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

footer .content .credits .devs span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

header {
  padding: 100px 30px;
  background-color: #f7f9f9;
  background-image: url("https://genu-webcontent.s3.sa-east-1.amazonaws.com/anon/Anonymous/assets_anon/images/indexclinicas/Background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

header h1 {
  position: relative;
  text-align: center;
}

header h1::after {
  content: "";
  position: absolute;
  height: 5px;
  width: 50px;
  background: #ffc264;
  bottom: -10px;
  left: 50%;
  border-radius: 2000px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section {
  background: white;
}

section .content {
  padding: 100px 0px;
  max-width: 1110px;
  margin: 0px auto;
}

@media (max-width: 1101px) {
  section .content {
    padding: 60px 30px;
  }
}

section .content ul {
  list-style: none;
  padding: 0px;
}

section .content ul li {
  position: relative;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #72818d;
  padding-bottom: 15px;
  padding-left: 34px;
}

section .content ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 12px;
  height: 6px;
  width: 6px;
  background-image: url("https://genu-webcontent.s3.sa-east-1.amazonaws.com/anon/Anonymous/assets_anon/images/indexclinicas/EllipseSS.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

section .content h5 {
  margin-bottom: 24px;
  margin-top: 30px;
}

section .content p {
  padding-bottom: 15px;
  padding-top: 0px;
  margin: 0px;
  line-height: 24px;
  color: #72818d;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}

section .content p a {
  color: #005f56;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}