* {
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
button {
  cursor: pointer;
  transition: filter 0.3s ease, color 0.3s ease;
}
button:hover {
  filter: brightness(0.9);
}

::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #645e44;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background-color: #141118;
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: thin; /* largura da barra de rolagem no Firefox */
    scrollbar-color: #645e44 #141118; /* cor do polegar e cor da trilha no Firefox */
  }
}

.container-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #000;
  margin: auto;
  color: #fff;
}
.limit {
  width: 100%;
  max-width: 1400px;
}

.container-header {
  display: flex;
  width: 100%;
  background-color: #000;
  background-image: url("../img/bg_top.png");
  background-size: cover;
  background-position: bottom;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.content-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
}
.texts-header {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-self: center;
}

.texts-header h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.content-header .text {
  color: #a6a496;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 50px;
}
.content-header .button-header button {
  color: #fff;
  font-size: 25px;
  letter-spacing: 5px;
  padding: 20px 30px;
  background-color: #4e4935;
  border: 0px;
  border-radius: 25px;
  text-transform: uppercase;
}

.content-header .content-img {
  height: 800px;
  margin-top: 30px;
  opacity: 0.8;
  height: min-content;
}
.content-header .content-img img {
  width: 100%;
}
.types {
  width: 100%;
  min-height: 1000px;
  background-color: #616161;
  background-size: auto;
  justify-content: center;
  margin: 0 auto;
  display: flex;
}
.types .content-types {
  width: 100%;
  max-width: 1400px;
  margin: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.types .content-types .title {
  padding: 0 40px;
  text-align: center;

  display: flex;
  justify-content: center;
}

.types .content-types h1 {
  width: 90%;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
}
.types .treatment-medical {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  justify-content: center;
}
.types .treatment-medical .treatment {
  flex-grow: 1;
  padding: 20px;
  border: 2px solid #fff;
  background-color: transparent;
  border-radius: 35px;
  font-size: 20px;
  margin: 20px;
  font-weight: 400;
  max-width: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.types .treatment-medical .treatment:hover {
  padding: 20px;
  background-color: #fff;
  color: #616161;
}

.types .button-action {
  width: 100%;
  display: flex;
  margin-top: 100px;
  justify-content: center;
}
.types .button-action button {
  background-color: #8d845f;
  color: #fff;
  border: 0;
  font-weight: 200;
  letter-spacing: 3px;
  padding: 20px;
  font-size: 20px;
  border-radius: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

.containerNewClinic {
  width: 100%;
  height: 1000px;
  background: url("../img/secation_new.png");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerNewClinic .containerNewClinic-content {
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}
.containerNewClinic
  .containerNewClinic-content
  .containerNewClinic-content-title3 {
  color: #b9af86;
}
.containerNewClinic .containerNewClinic-content button {
  background-color: #8d845f;
  color: #fff;
  border: 0;
  letter-spacing: 2px;
  padding: 20px 30px;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 200;
  text-transform: uppercase;
}

.container-diplomas {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #5e5e5e;
}

.container-diplomas .content-diplomas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1400px;
  padding: 100px 0;
}
.container-diplomas .content-diplomas .title {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}
.container-diplomas .content-diplomas .title span {
  text-align: center;
  width: 60%;
  font-size: 25px;
}

.container-diplomas .content-diplomas .slides {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  position: relative;
}

.container-diplomas .content-diplomas .slides .content .slider .slick-prev {
  position: absolute;
  background-color: transparent;
  border: 0;
  left: 0;
  top: 25%;
  width: 50px;
  z-index: 9999;
  font-size: 0;
}
.container-diplomas
  .content-diplomas
  .slides
  .content
  .slider
  .slick-prev::after {
  content: "<";
  font-size: 100px;
  color: transparent;
  background-image: url("../img/arrow-prev.png");
  background-position: center;
  background-repeat: no-repeat;
}
.container-diplomas .content-diplomas .slides .content .slider .slick-next {
  position: absolute;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 25%;
  z-index: 9999;
  font-size: 0;
}

.container-diplomas
  .content-diplomas
  .slides
  .content
  .slider
  .slick-next::after {
  content: ">";
  color: transparent;
  width: 70px;
  height: 50px;
  font-weight: 400;
  font-size: 100px;
  background-image: url("../img/arrow-next.png");
  background-position: center;
  background-repeat: no-repeat;
}

.container-diplomas .content-diplomas .slides .content {
  text-align: center;
  width: 100%;
  font-size: 25px;
}
.container-diplomas .content-diplomas .slides .content .fade {
  position: absolute;
  left: 0;
  height: 100%;
  width: 250px;
  background: linear-gradient(
    to right,
    rgba(94, 94, 94, 1),
    rgba(94, 94, 94, 1),
    rgba(94, 94, 94, 0.9),
    rgba(94, 94, 94, 0.8),
    rgba(94, 94, 94, 0.6),
    rgba(94, 94, 94, 0.4),
    rgba(255, 0, 0, 0)
  );
  z-index: 9999;
}

.container-diplomas .content-diplomas .slides .content .fade-r {
  position: absolute;
  right: 0;
  height: 100%;
  width: 250px;
  background: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgba(94, 94, 94, 0.4),
    rgba(94, 94, 94, 0.6),
    rgba(94, 94, 94, 0.8),
    rgba(94, 94, 94, 0.9),
    rgba(94, 94, 94, 1),
    rgba(94, 94, 94, 1)
  );
  z-index: 9999;
}
.container-diplomas .content-diplomas .content-seguranca {
  display: flex;
  justify-content: center;
}
.container-diplomas .content-diplomas .content-seguranca .content {
  display: flex;
  flex-direction: row;
  width: 60%;
}
.container-diplomas .content-diplomas .content-seguranca .content .icon {
  margin-right: 50px;
}
.container-diplomas .content-diplomas .content-seguranca .content .title {
  text-align: left;
  font-size: 25px;
}
.container-diplomas .content-diplomas .button-action {
  display: flex;
  justify-content: center;
}
.container-diplomas .content-diplomas .button-action button {
  background-color: #8d845f;
  color: #fff;
  border: 0;
  letter-spacing: 2px;
  padding: 20px 30px;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 200;
  text-transform: uppercase;
}

.about {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("../img/bg_about.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about .about-container {
  width: 100%;
  padding: 100px 0 0 0;
  max-width: 1400px;
}
.about .about-container .about-text {
  margin-right: -20%;
  z-index: 10;
}
.about .about-container .text {
  width: 100%;
  padding: 100px 20px;
  font-size: 25px;
  line-height: 33px;
  font-weight: 400;
  text-align: justify;
}
.about .about-container .text p {
  margin-bottom: 30px;
}
.about .about-container .about-title {
  margin-top: 100px;
  color: #928a69;
  font-size: 55px;
  text-align: right;
}
.about .about-container .content {
  display: flex;
  justify-content: space-between;
}
.about .about-container .content .image img {
  max-width: 800px;
  width: auto;
  height: auto;
  z-index: 1;
  margin-left: -50px;
}

.about .about-container .button {
  display: flex;
  justify-content: right;
}
.about .about-container .button-action button {
  margin-right: -50px;
  background-color: #504b37;
  color: #fff;
  border: 0;
  letter-spacing: 2px;
  padding: 20px 30px;
  font-size: 22px;
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 200;
  text-transform: uppercase;
}

.google-comment {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #605f5a;
}
.google-comment .title {
  font-size: 25px;
  padding: 100px 0;
  text-align: center;
}
.google-comment .title span {
  font-weight: 900;
}

.google-comment .coments {
  display: flex;
}
.google-comment .coments .box-coment {
  width: 250px;
  height: 250px;
  padding: 25px;
  border-radius: 35px;
  border: 1px solid #fff;
  margin-right: 20px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
.google-comment .coments .box-coment .message {
  text-align: center;
}

.google-comment .coments .box-coment:hover {
  background-color: #fff;
  color: #605f5a !important;
}

.google-comment .coments .box-coment .message:hover {
  background-color: #fff;
  color: #605f5a !important;
}
.google-comment .button {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 50px 0;
}

.google-comment .button-action button {
  background-color: #898361;
  color: #fff;
  border: 0;
  letter-spacing: 2px;
  padding: 18px 25px;
  font-size: 18px;
  border-radius: 20px;
  margin-top: 40px;
  font-weight: 200;
  text-transform: uppercase;
}
.footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("../img/bg_footer.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.footer .container {
  width: 100%;
  padding: 50px 0 20px 0;
  max-width: 1400px;
}

.footer .container .social-media {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer .container .social-media h1 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 50px;
}

.footer .container .social-media .content {
  border: 4px solid #fff;
  padding: 50px;
  border-radius: 35px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer .container .social-media .content .social-icon-01,
.footer .container .social-media .content .social-icon-02 {
  display: flex;
}
.footer .container .social-media .content img {
  padding: 35px;
  cursor: pointer;
}

.footer .container .social-media .content img:hover {
  filter: sepia(1000%);
}

.faq .accordion button,
.faq .accordion h2 {
  color: #fff;
  line-height: 120%;
  font-style: normal;
}
.plans .container .content .planContainer .price .price-new {
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.faq {
  margin-top: 0px;
  background: 0 0;
  display: flex;
  justify-content: center;
}
.faq .container {
  flex-direction: column;
  justify-content: right;
  align-items: flex-end;
  max-width: 1000px;
}
.faq .container h1 {
  width: 100%;
  text-align: center;
  font-size: 35px;
  margin-bottom: 50px;
}
.faq .accordion h2 {
  margin: 20px 0;
  text-align: right;
  font-family: Inter;
  font-size: 32px;
  font-weight: 700;
}
.faq .accordion .accordion-item {
  border-bottom: 4px solid #666249;
  margin-top: 10px;
}
.faq .accordion .accordion-item button[aria-expanded="true"] {
  margin-top: 0;
}
.faq .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  font-size: 18px;
  font-weight: 700;
  border: none;
  background: 0 0;
  outline: 0;
}
.faq .accordion button:focus,
.faq .accordion button:hover {
  cursor: pointer;
  color: #ccc;
}
.faq .accordion button:focus::after,
.faq .accordion button:hover::after {
  cursor: pointer;
  color: #ccc;
  border: 1px solid #666249;
}
.faq .accordion button .accordion-title {
  /* padding: 10px 15px 1em 0; */
  width: 90%;
  display: flex;
  font-size: 22px;
}
.faq .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 35%;
  right: 0;
  width: 22px;
  height: 22px;
}
.faq .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.faq .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.faq .accordion button[aria-expanded="true"] {
  color: #ccc;
}
.faq .accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.faq .accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: 0.2s linear;
  will-change: opacity, max-height;
}
.faq .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.2s linear, max-height 0.2s linear;
  will-change: opacity, max-height;
}
.faq .accordion .accordion-content p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 20px;
}

.about-footer {
  width: 100%;
  display: flex;
}
.about-footer .container {
  width: 100%;
  padding: 50px 0 0 0;
  max-width: 1400px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about-footer .container .text {
  font-size: 16ppx;
}
.about-footer .container .logo img {
  width: 150px;
}

.apps {
  width: 100%;
  display: flex;
}
.apps .container {
  width: 100%;
  padding: 50px 0 0 0;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.apps .container h1 {
  text-align: center;
  font-size: 35px;
  margin-top: 20px;
}
.apps .container .icons {
  flex-direction: row;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0;
}

.apps .container .icons img {
  margin: 0 20px;
}

@media (max-width: 1024px) {
  .content-header {
    flex-direction: column;
  }
  .slick-slide img {
    width: 100%;
  }
  .container-diplomas .content-diplomas .title span {
    width: 90%;
  }

  .container-diplomas .content-diplomas .content-seguranca .content {
    width: 100%;
  }

  .container-diplomas .content-diplomas .content-seguranca .content .title {
    text-align: left;
    font-size: 18px;
  }

  .container-diplomas .content-diplomas .content-seguranca .content .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-diplomas .content-diplomas .content-seguranca .content .icon img {
    width: 70px;
    height: 70px;
    margin-left: 40px;
    margin-right: -30px;
  }

  .container-header {
    background-color: #000;
    background-image: url("../img/bg_mobile_top.png");
    background-size: cover;
    background-position: center;
    padding: 0px;
  }

  .texts-header h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .content-header .text {
    padding: 0 20px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
  }
  .content-header .button-header {
    display: flex;
    justify-content: center;
  }
  .content-header .button-header button {
    font-size: 20px;
    letter-spacing: 5px;
    padding: 20px 30px;
    background-color: #4e4935;
    border: 0px;
    border-radius: 25px;
    text-transform: uppercase;
  }

  .content-header .content-img {
    height: 800px;
    margin-top: 0px;
    opacity: 0.8;
    height: 800px;
  }

  .content-header .content-img img {
    display: none;
  }

  .types {
    min-height: max-content;
  }

  .types .content-types .title {
    width: auto;
    padding: 0 40px;
    text-align: center;
  }

  .types .content-types {
    width: 100%;
    margin: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .types .content-types h1 {
    font-size: 22px;
  }

  .types .treatment-medical {
    padding: 50px 0;
    justify-content: center;
  }
  .types .treatment-medical .treatment {
    padding: 20px 10px;
    font-size: 16px;
    margin: 20px;
    font-weight: 400;
    max-width: 120px;
    display: flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    line-height: 1.3;
  }
  .types .button-action button {
    letter-spacing: 3px;
    font-size: 16px;
    border-radius: 20px;
    text-transform: uppercase;
  }
  .container-diplomas .content-diplomas .slides .content .fade-r,
  .container-diplomas .content-diplomas .slides .content .fade {
    display: none;
  }
  .about {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url("../img/bg_about_mobile.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }

  .about .about-container .button {
    justify-content: center;
  }

  .about .about-container .content .image {
    display: none;
  }

  .about .about-container .button-action button {
    margin-right: 0px;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .about .about-container .about-title {
    margin-top: 400px;
    color: #928a69;
    font-size: 35px;
    text-align: left;
  }
  .about .about-container .about-text {
    margin-right: 0px;
    padding: 0 50px;
    z-index: 10;
  }

  .about .about-container .text {
    padding: 15px 0 0 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
  }
  .google-comment .coments {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .google-comment .coments .box-coment {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .footer .container .social-media {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer .container .social-media .content {
    padding: 25px;
  }

  .footer .container .social-media .content .social-icon-01,
  .footer .container .social-media .content .social-icon-02 {
    display: flex;
    flex-direction: column;
  }
  .footer .container .social-media .content img {
    padding: 20px;
    width: 80px;
  }

  .faq {
    padding: 0 50px;
  }
  .faq .accordion button .accordion-title {
    /* padding: 10px 15px 1em 0; */
    width: 90%;
    display: flex;
    font-size: 16px;
  }

  .about-footer .container {
    flex-direction: column;
  }
  .about-footer .container .text {
    text-align: center;
  }

  .apps .container .icons {
    flex-direction: column;
    margin: 50px 0;
  }

  .apps .container .icons img {
    margin: 10px 0;
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.fade-in-element.fade-in-active {
  opacity: 1;
  transform: translateY(0);
}
