@font-face {
  font-family: "Circe";
  src: url("../assets/fonts/Circe-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: url("../assets/fonts/Circe-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: url("../assets/fonts/Circe-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circe";
  src: url("../assets/fonts/Circe-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  color: #313131;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
body.menu-open {
  overflow: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

@keyframes envite-fade-up {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes envite-fade-left {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes envite-fade-right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate {
  opacity: 0;
}
.animate.in-view {
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  animation-duration: 0.7s;
}
.animate.in-view.fade-up {
  animation-name: envite-fade-up;
}
.animate.in-view.fade-left {
  animation-name: envite-fade-left;
}
.animate.in-view.fade-right {
  animation-name: envite-fade-right;
}

.delay-1 {
  animation-delay: 0.15s;
}

.delay-2 {
  animation-delay: 0.2s;
}

.delay-3 {
  animation-delay: 0.3s;
}

.delay-4 {
  animation-delay: 0.45s;
}

#sobre,
#tratamentos,
#servicos,
#equipe {
  scroll-margin-top: 112px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 40px;
}
.header__logo {
  display: block;
  flex-shrink: 0;
}
.header__logo img {
  height: 72px;
  width: auto;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: 48px;
}
.nav__link {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1;
  color: #6f6f6f;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: color 0.2s ease;
}
.nav__link::after {
  content: attr(data-text);
  font-weight: 400;
  font-style: italic;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  user-select: none;
}
.nav__link:hover, .nav__link.active {
  color: #313131;
  font-weight: 400;
  font-style: italic;
}
.nav__toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.nav__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #313131;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hero {
  display: flex;
  align-items: stretch;
  background-color: #e3e0df;
  overflow: hidden;
}
.hero__content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 110px 40px 110px calc((100% - 1280px) / 2 + 40px);
  padding-left: max(40px, (100vw - 1280px) / 2 + 40px);
}
.hero__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background-color: #7e8c54;
  border-radius: 100px;
  padding: 22px 75px;
}
.hero__badge-title {
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 5px;
}
.hero__badge-sub {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
}
.hero__specialties {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.hero__specialties li {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #6f6f6f;
}
.hero__doctor {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__doctor-name {
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #2a2a2a;
}
.hero__doctor-cro {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 25px;
  color: #2a2a2a;
}
.hero__image {
  flex: 0 0 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero__image img {
  height: 100%;
  max-height: 700px;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #408517;
  color: #ffffff;
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 14px 28px;
  border-radius: 100px;
  transition: background-color 0.2s ease;
}
.btn-whatsapp svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}
.btn-whatsapp:hover {
  background-color: rgb(47.2615384615, 98.2153846154, 16.9846153846);
}

.features-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
  background-color: #ffffff;
  border-radius: 49px;
  padding: 35px 56px;
  margin: 0 auto;
  width: fit-content;
  max-width: calc(1280px - 80px);
  position: relative;
  top: -25px;
  z-index: 10;
}
.features-bar__item {
  display: flex;
  align-items: center;
  gap: 30px;
}
.features-bar__icon {
  height: 52px;
  flex-shrink: 0;
}
.features-bar__text {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 22px;
  color: #2a2a2a;
}
.features-bar__text strong {
  font-weight: bold;
  font-style: italic;
}

.sobre {
  background-color: #ffffff;
  padding-bottom: 100px;
}
.sobre__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  max-width: 1280px;
  margin: 80px auto 0;
  padding: 0 40px;
}
.sobre__image {
  flex: 0 0 45%;
}
.sobre__image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: block;
}
.sobre__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sobre__heading {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 100%;
  color: #707070;
}
.sobre__heading strong {
  font-weight: 700;
  font-style: italic;
  color: #474947;
}
.sobre__text {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 23px;
  color: #242424;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  background-color: #408517;
  color: #ffffff;
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 14px 30px;
  border-radius: 100px;
  transition: background-color 0.2s ease;
}
.btn-gold:hover {
  background-color: rgb(47.2615384615, 98.2153846154, 16.9846153846);
}

.tratamentos {
  background-color: #ffffff;
  padding: 0 0 100px;
}
.tratamentos__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.tratamentos__title {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 55px;
  color: #6f6f6f;
  text-align: center;
  margin-bottom: 100px;
}
.tratamentos__title strong {
  font-weight: 700;
  font-style: italic;
  color: #707070;
}
.tratamentos__title .dot {
  color: #a7da3d;
}
.tratamentos__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 72px;
}
.tratamentos__grid {
  flex: 0 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 45%;
}
.tratamentos__photo {
  border-radius: 14px;
  overflow: hidden;
}
.tratamentos__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.tratamentos__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tratamentos__text {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 27px;
  color: #6f6f6f;
  max-width: 390px;
}
.tratamentos__text strong {
  font-weight: 700;
  font-style: italic;
  color: #707070;
}

.tecnologia {
  display: flex;
  align-items: center;
  background-image: url("../assets/images/bg_hero2.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  overflow: hidden;
}
.tecnologia__text {
  flex: 0 0 50%;
  padding: 170px 40px 170px calc((100vw - 1280px) / 2 + 40px);
  padding-left: max(40px, (100vw - 1280px) / 2 + 40px);
}
.tecnologia__text p {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 35px;
  color: #ffffff;
}
.tecnologia__text p strong {
  font-weight: 700;
  font-style: italic;
  color: #265709;
}

.servicos {
  background-color: #ffffff;
  padding: 100px 0;
}
.servicos__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
.servicos__title {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 46px;
  color: #242424;
  text-align: center;
  margin: 0 auto 32px;
}
.servicos__title strong {
  font-weight: 700;
  font-style: italic;
}
.servicos__subtitle {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 24px;
  color: #242424;
  text-align: center;
  max-width: 705px;
  margin: 0 auto 56px;
}
.servicos__subtitle strong {
  font-weight: 700;
  font-style: italic;
}

.tabs__nav {
  display: flex;
  border-bottom: 2px solid #eaeaea;
}
.tabs__btn {
  flex: 1;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding: 0 16px 8px;
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 100%;
  color: #242424;
  text-align: center;
  cursor: pointer;
}
.tabs__btn.is-active {
  border-bottom-color: #408517;
}
.tabs__panel {
  display: none;
  align-items: center;
  gap: 72px;
  padding-top: 56px;
}
.tabs__panel.is-active {
  display: flex;
}
.tabs__image {
  flex-shrink: 0;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  overflow: hidden;
}
.tabs__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.tabs__heading {
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 51px;
  color: #474947;
}
.tabs__text {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 1.5;
  color: #242424;
}

.tabs__btn-label {
  display: inline-block;
  border-radius: 12px;
  padding: 10px 24px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.tabs__btn-label:hover {
  font-weight: 400;
}

.tabs__btn.is-active .tabs__btn-label {
  background-color: #408517;
  color: #ffffff;
  font-weight: 600;
}

.equipe {
  background-color: #7e8c54;
  min-height: 560px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}
.equipe__content {
  flex: 0 0 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  padding: 80px 0 80px calc((100% - 1280px) / 2 + 40px);
  padding-left: max(40px, (100vw - 1280px) / 2 + 40px);
}
.equipe__image {
  flex: 0 0 40%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.equipe__image img {
  height: 100%;
  max-height: 560px;
  width: auto;
  object-fit: contain;
  object-position: bottom center;
}
.equipe__doctor-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.equipe__clinic {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 33px;
  color: #ffffff;
}
.equipe__name {
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 55px;
  color: #474947;
  line-height: 1.1;
}
.equipe__cro {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #ffffff;
}
.equipe__tagline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.equipe__title {
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 70px;
  line-height: 1;
  color: #ffffff;
}
.equipe__title strong {
  color: #a7da3d;
}
.equipe__subtitle {
  font-family: "Circe", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.footer {
  background-color: #fcfcfc;
  border-top: 1px solid #eaeaea;
}
.footer__main {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  max-width: 1280px;
  margin: 0 auto;
  padding: 72px 40px;
  gap: 48px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer__cta {
  display: inline-block;
  background-color: #408517;
  color: #ffffff;
  font-family: "Circe", sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding: 14px 32px;
  border-radius: 100px;
  line-height: 1.2;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__whatsapp-link {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}
.footer__whatsapp-link:hover span {
  color: #408517;
}
.footer__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.footer__contact-item span,
.footer__contact-item address {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #6f6f6f;
  font-style: normal;
}
.footer__icon {
  height: 28px;
  flex-shrink: 0;
  margin-top: 4px;
}
.footer__logo {
  flex-shrink: 0;
}
.footer__bottom {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  padding: 24px 40px;
  text-align: center;
}
.footer__bottom p {
  font-family: "Circe", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #6f6f6f;
}

@media (max-width: 1100px) {
  .btn-whatsapp {
    font-size: 15px;
    padding: 12px 25px;
  }
  .header__container {
    padding: 16px 24px;
  }
  .header__logo img {
    height: 56px;
  }
  .nav__toggle {
    display: flex;
    z-index: 200;
  }
  .nav {
    position: fixed;
    inset: 0;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 150;
  }
  .nav.is-open {
    opacity: 1;
    pointer-events: all;
  }
  .nav__list {
    flex-direction: column;
    gap: 36px;
    text-align: center;
  }
  .nav__link {
    font-size: 20px;
  }
  .nav__toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .nav__toggle.is-open span:nth-child(2) {
    opacity: 0;
  }
  .nav__toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .features-bar {
    display: grid;
    grid-template-columns: 44px auto;
    align-items: center;
    column-gap: 20px;
    row-gap: 28px;
    padding: 25px 40px;
    width: fit-content;
    margin-inline: auto;
    border-radius: 20px;
    top: -35px;
  }
  .features-bar__item {
    display: contents;
  }
  .features-bar__icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
  }
  .features-bar__text {
    font-size: 16px;
  }
  .sobre__inner {
    flex-direction: column;
    gap: 40px;
    margin-top: 48px;
  }
  .sobre__image {
    flex: none;
    width: 100%;
  }
  .sobre__content {
    align-items: center;
    text-align: center;
  }
  .sobre__content .btn-gold {
    align-self: center;
  }
  .sobre__heading {
    font-size: 30px;
  }
  .servicos {
    padding: 64px 0;
  }
  .servicos__title {
    font-size: 26px;
  }
  .servicos__subtitle {
    font-size: 15px;
  }
  .tabs__btn {
    font-size: 14px;
  }
  .tabs__panel {
    flex-direction: column;
    align-items: center;
    gap: 36px;
    padding-top: 40px;
  }
  .tabs__image {
    width: 240px;
    height: 240px;
  }
  .tabs__content {
    align-items: center;
    text-align: center;
  }
  .tabs__content .btn-gold {
    align-self: center;
  }
  .tabs__heading {
    font-size: 20px;
  }
  .tabs__text {
    font-size: 16px;
  }
  .footer__main {
    flex-direction: column;
    padding: 48px 24px;
    gap: 40px;
    text-align: center;
  }
  .footer__content {
    align-items: center;
  }
  .footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .footer__contact-item {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .footer__whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  .footer__cta {
    font-size: 20px;
  }
  .footer__logo img {
    width: 50%;
    margin: 0 auto;
  }
  .equipe {
    flex-direction: column-reverse;
    min-height: auto;
  }
  .equipe__content {
    flex: none;
    padding: 40px 24px 48px;
    gap: 32px;
    text-align: center;
  }
  .equipe__image {
    flex: none;
    padding-top: 40px;
  }
  .equipe__image img {
    max-height: 380px;
    width: 100%;
    object-position: top center;
  }
  .equipe__clinic {
    font-size: 20px;
  }
  .equipe__name {
    font-size: 32px;
  }
  .equipe__cro {
    font-size: 22px;
  }
  .equipe__title {
    font-size: 40px;
  }
  .tecnologia {
    background-position: bottom center;
  }
  .tecnologia__text {
    padding: 100px 40px 100px;
  }
  .tecnologia__text p {
    font-size: 20px;
  }
  .tratamentos__title {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .tratamentos__body {
    flex-direction: column;
    gap: 40px;
  }
  .tratamentos__grid {
    width: 100%;
  }
  .tratamentos__text {
    font-size: 19px;
    max-width: none;
    text-align: center;
  }
  .tratamentos__content {
    align-items: center;
  }
  .tratamentos__content .btn-gold {
    align-self: center;
  }
  .hero {
    flex-direction: column;
    position: relative;
    background-image: url("../assets/images/bg_hero.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(227, 224, 223, 0.9);
    z-index: 0;
  }
  .hero__content {
    position: relative;
    z-index: 1;
    flex: none;
    width: 100%;
    padding: 30px 24px 65px;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  .hero__badge {
    padding: 14px 40px;
  }
  .hero__badge-title {
    font-size: 15px;
    line-height: 15px;
  }
  .hero__badge-sub {
    font-size: 15px;
    line-height: 15px;
  }
  .hero__specialties {
    align-items: center;
  }
  .hero__specialties li {
    font-size: 16px;
    font-weight: 400;
  }
  .hero__doctor {
    align-items: center;
  }
  .hero__doctor-name {
    font-size: 16px;
  }
  .hero__doctor-cro {
    font-size: 13px;
  }
  .hero__image {
    display: none;
  }
}
@media (max-width: 700px) {
  .tecnologia__text {
    padding: 48px 24px 32px;
    flex: 0 0 60%;
  }
}
@media (max-width: 500px) {
  .tabs__btn {
    font-size: 12px;
    padding: 0 6px 8px;
  }
  .tabs__btn-label {
    padding: 8px 10px;
    border-radius: 8px;
  }
  .equipe__image img {
    max-height: 290px;
  }
  .footer__contact-item span,
  .footer__contact-item address {
    font-size: 16px;
  }
}
