@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

main {
  overflow-x: hidden;
  position: relative;
}

#sobre-mim,
#atuacao,
#abordagem,
#depoimentos,
#agendamento {
  scroll-margin-top: 80px;
}

.navbar {
  background-color: #ece3da;
}
.navbar .nav-link {
  color: #889577;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  transition: 0.3s ease-in-out;
}
.navbar .nav-link:hover {
  background-color: #889577;
  color: #ece3da;
}

#hero {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#hero .hero-content-container {
  position: relative;
  z-index: 2;
}
#hero .hero-content {
  color: #ffffff;
  padding: 3rem 0;
}
#hero .hero-content .hero-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 500;
  opacity: 0.9;
}
#hero .hero-content .hero-title {
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.5rem;
}
#hero .hero-content .hero-info, #hero .hero-content .hero-tagline {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.5;
  opacity: 0.9;
}
#hero .hero-content .hero-info {
  margin-bottom: 1.5rem;
}
#hero .hero-content .hero-tagline {
  margin-bottom: 2rem;
}
#hero .hero-content .btn-hero {
  background-color: #c38c63;
  color: #ece3da;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
  max-width: 250px;
}
#hero .hero-content .btn-hero:hover {
  transform: scale(1.05);
}
#hero .hero-background-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#hero .hero-bg-green {
  background-color: #889577;
  background-image: url("../../img/bg-logo-hero.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
#hero .hero-bg-image {
  background-image: url("../../img/bg-diandra.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  #hero .hero-bg-image {
    display: none;
  }
  #hero .hero-content {
    text-align: center;
  }
  #hero .hero-content .btn-hero {
    margin: 0 auto;
  }
}

#cta .card {
  background-color: #ece3da;
  border: 1px solid #889577;
  border-radius: 8px;
}
#cta .card .card-body {
  padding: 2rem 2rem;
  text-align: center;
}
#cta .card .card-body .card-title {
  font-family: "Playfair Display", serif;
  font-size: 36px;
  color: #889577;
  margin-bottom: 1rem;
}
#cta .card .card-body .card-text {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #889577;
  margin-bottom: 1rem;
}
#cta .card .card-body .btn {
  background-color: #889577;
  color: #ece3da;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#cta .card .card-body .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(129, 73, 40, 0.12);
}

.section-subtitle {
  font-family: "Poppins", sans-serif;
  color: #c38c63;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-family: "Playfair Display", serif;
  color: #889577;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

#atuacao {
  position: relative;
  min-height: 80vh;
  background-image: url("../../img/bg-especialidades.png");
  background-size: cover;
  background-position: center;
}
#atuacao .section-subtitle, #atuacao .section-title {
  color: #ece3da;
  opacity: 0.9;
}
#atuacao .section-title {
  color: #fff;
  opacity: 1;
}
#atuacao .card-descricao {
  background-color: #fff;
  border: 2px solid #889577;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#atuacao .card-descricao .card-descricao-title {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #c38c63;
  margin-bottom: 1rem;
  text-align: center;
}
#atuacao .card-descricao .card-descricao-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #c38c63;
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  text-align: center;
}
#atuacao .card-descricao .btn {
  background-color: #889577;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 8px;
  padding: 0.75rem 1.5rem;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
#atuacao .card-descricao .btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(129, 73, 40, 0.12);
}
#atuacao .especialidade-card {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#atuacao .especialidade-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
#atuacao .especialidade-card .especialidade-icon {
  height: 40px;
  width: auto;
  margin-right: 1.25rem;
}
#atuacao .especialidade-card .especialidade-label {
  font-family: "Poppins", sans-serif;
  color: #889577;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}

#sobre-mim {
  position: relative;
  background-color: #ece3da;
  overflow: hidden;
  min-height: 75vh;
}
#sobre-mim .container {
  position: relative;
  z-index: 2;
}
#sobre-mim .angled-background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: #889577;
  z-index: 1;
  clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
}
#sobre-mim .sobremim-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#sobre-mim .sobremim-content .sobremim-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #889577;
}
#sobre-mim .sobremim-content .sobremim-title {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  color: #889577;
  margin-bottom: 2.5rem;
}
#sobre-mim .sobremim-content .sobremim-list {
  list-style: none;
  padding-left: 0;
  margin-top: 3rem;
}
#sobre-mim .sobremim-content .sobremim-list li {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  line-height: 1.7;
  padding-left: 1.5rem;
  position: relative;
  color: #ece3da;
}
#sobre-mim .sobremim-content .sobremim-list li::before {
  content: "•";
  color: #ece3da;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
#sobre-mim .img-sobremim {
  border-radius: 12px;
}
@media (max-width: 991.98px) {
  #sobre-mim .angled-background {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
  }
  #sobre-mim .sobremim-content {
    margin-bottom: 3rem;
    text-align: center;
    display: inline-block;
  }
  #sobre-mim .sobremim-content .sobremim-subtitle {
    color: #ece3da;
  }
  #sobre-mim .sobremim-content .sobremim-title {
    color: #ece3da;
  }
  #sobre-mim .sobremim-content .sobremim-list li {
    text-align: left;
  }
}

#agendamento {
  background-color: #ffffff;
}
#agendamento .container {
  position: relative;
  z-index: 2;
}
#agendamento .cidade-title {
  font-family: "Playfair Display", serif;
  color: #889577;
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 2px solid #c38c63;
  padding-bottom: 0.5rem;
  display: inline-block;
}
#agendamento .local-card {
  background-color: #889577;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  overflow: hidden;
}
#agendamento .local-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#agendamento .local-card .local-card-img-wrapper {
  padding: 0;
}
#agendamento .local-card .local-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media (max-width: 767.98px) {
  #agendamento .local-card .local-card-img {
    height: 180px;
    border-radius: 12px 12px 0 0;
  }
}
#agendamento .local-card .local-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
#agendamento .local-card .local-card-title {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 1rem;
}
#agendamento .local-card .local-card-info {
  font-family: "Poppins", sans-serif;
  color: #ece3da;
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: flex-start;
}
#agendamento .local-card .local-card-info i {
  margin-top: 3px;
  color: #ece3da;
}
#agendamento .local-card .local-card-buttons {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  gap: 0.5rem;
}
#agendamento .local-card .btn-local {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  border-radius: 50px;
  padding: 0.6rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid #c38c63;
}
#agendamento .local-card .btn-local-primary {
  background-color: #c38c63;
  color: #ece3da;
}
#agendamento .local-card .btn-local-primary:hover {
  background-color: rgb(187.9166666667, 126.4236111111, 80.5833333333);
  border-color: rgb(187.9166666667, 126.4236111111, 80.5833333333);
}
#agendamento .local-card .btn-local-secondary {
  background-color: #ece3da;
  color: #c38c63;
}
#agendamento .local-card .btn-local-secondary:hover {
  background-color: #c38c63;
  color: #ece3da;
}

#depoimentos {
  background-color: #ece3da;
  background-size: cover;
  background-position: center;
  padding: 6rem 0;
}
#depoimentos .depoimentos-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  color: #889577;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
#depoimentos .depoimentos-text {
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #c38c63;
  line-height: 1.6;
  margin-bottom: 2rem;
}
#depoimentos .link-agendamento {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  color: #c38c63;
  text-decoration: none;
  transition: color 0.3s ease;
  border: 1px solid #c38c63;
  border-radius: 8px;
  padding: 8px 16px;
}
#depoimentos .link-agendamento i {
  color: #889577;
}
#depoimentos .link-agendamento:hover {
  color: #889577;
}
#depoimentos .owl-stage {
  display: flex;
}
#depoimentos .owl-item {
  display: flex;
  flex: 1 0 auto;
}
#depoimentos .item {
  height: 100%;
  width: 100%;
}
#depoimentos .testimonial-card {
  background-color: #F9F4F2;
  border: 1px solid #889577;
  border-radius: 12px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
#depoimentos .testimonial-card .card-header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #889577;
  padding: 1.5rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(136, 149, 119, 0.3);
  margin-bottom: 1rem;
}
#depoimentos .testimonial-card .card-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  flex-grow: 1;
}
#depoimentos .testimonial-card .quote-icon {
  color: #889577;
}
#depoimentos .testimonial-card .card-text {
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  color: #c38c63;
  line-height: 1.7;
  margin-bottom: 0;
}
#depoimentos .testimonial-card .card-author {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
#depoimentos .testimonial-card .card-author .testimonial-header-logo {
  height: 24px;
  width: auto;
  margin-bottom: 0;
}
#depoimentos .testimonial-card .card-author strong {
  color: #889577;
  font-size: 1rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#depoimentos .owl-dots {
  text-align: center;
  padding-top: 2rem;
}
#depoimentos .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: #c38c63;
  opacity: 0.5;
  transition: all 0.3s ease;
}
#depoimentos .owl-dots .owl-dot span {
  display: none;
}
#depoimentos .owl-dots .owl-dot.active {
  background: #889577;
  opacity: 1;
  width: 12px;
  height: 12px;
}
#depoimentos .owl-dots .owl-dot:hover {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
