html {
  scroll-behavior: smooth !important;
}

* {
  font-family: montserrat;
  box-sizing: border-box;
}

.container {
  width: 90% !important;
  margin: 0 auto;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

header .container .logo {
  float: left;
  margin: 50px 0;
}

header .container .logo a {
  float: left;
  width: 100%;
  height: 100%;
}

header .container .logo a svg {
  width: 100%;
}

header .container nav {
  float: right;
  margin-top: 75px;
}

header .container nav ul {
  display: flex;
  gap: 30px;
}

header .container nav ul li a {
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.wppFlutuante {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #98C983;
  border-radius: 100px;
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  padding: 19px;
  z-index: 1;
}

.wppFlutuante svg {
  width: 100%;
  height: auto;
}

main {
  float: left;
  width: 100%;
}

main .banner {
  height: 100vh;
  float: left;
  width: 100%;
}

main .banner .carousel {
  height: 100%;
}

main .banner .carousel .carousel-inner {
  height: 100%;
}

main .banner .carousel .carousel-inner .item {
  height: 100%;
}

main .banner .carousel .carousel-inner .item img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}

main .title {
  font-size: 40px;
  color: #3B3F98;
  float: left;
  width: 100%;
  margin: 50px 0;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

main .title b {
  font-weight: 900
}

main .clinica {
  float: left;
  width: 100%;
  padding: 50px 0;
}

main .clinica .texto {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}

main .clinica .texto p {
  font-size: 20px;
  line-height: 35px;
  text-align: justify;
  margin: 0 0 10px 0;
  width: 100%;
}

main .clinica .texto .esq {
  float: left;
  width: 50%;
  padding: 0 25px 0 0;
}

main .clinica .texto .esq img {
  width: 100%;
  float: left;
}

main .clinica .texto .dir {
  float: left;
  width: 50%;
  padding: 0 0 0 25px;
}

main .wpp {
  background: #98C983;
  border-radius: 100px;
  display: flex;
  width: 650px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 100px;
  padding: 0 16px;
  margin: auto;
}

main .wpp b {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
}

main .convenios {
  float: left;
  width: 100%;
  background: #F9F9F9;
  padding: 50px 0;
}

main .convenios .texto {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

main .convenios .texto p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  width: 100%;
}

main .convenios .imgsConv {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 10px 200px;
  grid-gap: 20px;
}

main .convenios .imgsConv img {
  width: 100%;
}

main .diferencias {
  float: left;
  width: 100%;
  padding: 50px 0;
}

main .diferencias .texto {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

main .diferencias .texto p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  width: 100%;
}

main .diferencias .boxesDif {
  float: left;
  width: 100%;
  text-align: center;
}

main .diferencias .boxesDif .box {
  page-break-inside: avoid;
  background: #F9F9F9;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

main .diferencias .boxesDif .box h2 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
}

main .diferencias .boxesDif .box p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 15px;
}

main .diferencias .boxesDif .box ul {
  padding-left: 15px;
}

main .diferencias .boxesDif .box ul li {
  font-size: 15px;
  line-height: 20px;
  list-style: disc;
  margin-bottom: 10px;
  font-weight: 300;
  letter-spacing: 1px;
}

main .diferencias .boxesDif .box.logoT {
  background: none;
  padding: 90px;
}

main .diferencias .boxesDif .box.logoT svg {
  width: 100%;
  height: auto;
}

main .fotos {
  float: left;
  width: 100%;
  margin-top: 50px;
}

main .fotos #links {
  display: grid;
  float: left;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}

main .fotos #links a {
  aspect-ratio: 3/2;
}

main .fotos #links a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  float: left;
}

main .tratamentos {
  float: left;
  width: 100%;
  padding: 50px 0;
}

main .tratamentos .boxesTrat {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  float: left;
  width: 100%;
}

main .tratamentos .boxesTrat .trat {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  flex: 0 0 calc(25% - 10px);
  margin-bottom: 26px;
  padding: 0 15px;
  gap: 15px;
}

main .tratamentos .boxesTrat .trat img {
  width: 70px;
}

main .tratamentos .boxesTrat .trat h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  width: 100%;
  text-align: center;
  color: #3B3F98;
}

main .servicos {
  background: #F9F9F9;
  padding: 50px 0;
  float: left;
  width: 100%;
}

main .servicos .texto {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

main .servicos .texto p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin: 0;
  width: 100%;
}

main .servicos .list {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 50px;
}

main .servicos .list ul li {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  padding-left: 18px;
  line-height: 35px;
}

main .servicos .list ul li::before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 12px;
  background-color: #3B3F98;
  content: "";
}

main .numeros {
  float: left;
  width: 100%;
  padding: 50px 0;
}

main .numeros .boxNum {
  display: flex;
  gap: 50px;
  justify-content: center;
}

main .numeros .boxNum .num {
  display: flex;
  align-items: center;
  gap: 20px;
}

main .numeros .boxNum .num .big {
  font-size: 50px;
  font-weight: 900;
  color: #0396D9;
}

main .numeros .boxNum .num .small {
  font-size: 13px;
  line-height: 18px;
  color: #3B3F98;
  font-weight: 700;
}

footer {
  width: 100%;
  background: #F9F9F9;
  display: flex !important;
  align-items: center;
  float: left;
  padding-left: 70px !important;
  gap: 50px;
  justify-content: space-between;
  padding-bottom: 60px !important;
  position: relative;
}

footer .logo {
  margin: 0;
  width: 22%;
}

footer .logo svg {
  width: 100%;
  height: auto;
}

footer .telefones {
  float: left;
}

footer .telefones h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0;
}

footer .telefones p {
  font-size: 20px;
  margin: 0;
  line-height: 35px;
}

footer .certificado img {
  width: 160px;
}


footer iframe {
  width: 50%;
  height: 250px;
}

footer .dev {
  position: absolute;
  height: 60px;
  background: #fff;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
}

footer .dev .boxUaal {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 10px;
}

footer .dev .boxUaal p {
  margin: 0;
}

@media only screen and (max-width: 1600px) {

  main .clinica .texto {
    position: relative;
  }

  main .clinica .texto p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin: 0 0 10px 0;
    width: 100%;
  }

  main .clinica .texto .esq {
    position: absolute;
    width: 50%;
    padding: 0 25px 0 0;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  main .clinica .texto .dir {
    float: right;
    width: 50%;
    padding: 0 0 0 25px;
  }

}